.elementor-28625 .elementor-element.elementor-element-281b0b3{--display:flex;}.elementor-28625 .elementor-element.elementor-element-281b0b3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-28625 .elementor-element.elementor-element-281b0b3{--width:98.459%;}}/* Start custom CSS *//* =========================================================
   REVIEW STREETS — TECH COLLECTIONS PAGE
   FINAL 1% POLISH PASS
   (full CSS with polish refinements)
========================================================= */

/* =========================================================
   PAGE FOUNDATION
========================================================= */

.rs-shell{
  width:min(1200px, calc(100% - 48px));
  margin:0 auto;
}

@media (max-width: 767px){
  .rs-shell{
    width:min(100%, calc(100% - 24px));
  }
}

/* =========================================================
   BREADCRUMBS
========================================================= */

.rs-bc{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 32px 0;
  font-size:13px;
  line-height:1.4;
  color:rgba(15,23,42,.62);
}

.rs-bc a{
  color:rgba(15,23,42,.68);
  text-decoration:none;
  transition:color .22s ease, opacity .22s ease;
}

.rs-bc a:hover{
  color:#0f172a;
}

.rs-bc-sep{
  color:rgba(15,23,42,.26);
}

.rs-bc-current{
  color:#0f172a;
  font-weight:600;
}

/* =========================================================
   HERO
========================================================= */

.rs-collection-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:72px 0 60px;
  background:
    radial-gradient(circle at 9% 10%, rgba(37,99,235,.14), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(99,102,241,.13), transparent 30%),
    radial-gradient(circle at 62% 82%, rgba(255,255,255,.58), transparent 16%),
    linear-gradient(180deg, #f7faff 0%, #f2f7fd 52%, #ffffff 100%);
}

.rs-collection-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.14), rgba(255,255,255,0)),
    repeating-linear-gradient(
      90deg,
      rgba(15,23,42,.018) 0,
      rgba(15,23,42,.018) 1px,
      transparent 1px,
      transparent 124px
    );
  mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.32));
  z-index:-1;
}

.rs-collection-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.09), transparent);
}

.rs-collection-hero .rs-shell{
  position:relative;
}

.rs-collection-hero__inner{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .84fr);
  gap:38px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(37,99,235,.08);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,.34));
  box-shadow:
    0 24px 60px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.62);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.rs-collection-hero__content{
  position:relative;
  padding:14px 8px 8px 8px;
}

.rs-collection-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:6px 12px;
  border:1px solid rgba(37,99,235,.13);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#2563eb;
  margin:0 0 20px 0;
}

.rs-collection-hero__title{
  margin:0;
  max-width:12ch;
  font-size:clamp(42px, 5.15vw, 64px);
  line-height:.95;
  letter-spacing:-.048em;
  font-weight:860;
  color:#0f172a;
  text-wrap:balance;
}

.rs-collection-hero__sub{
  margin:18px 0 0 0;
  max-width:760px;
  font-size:clamp(18px, 2.08vw, 23px);
  line-height:1.43;
  letter-spacing:-.018em;
  font-weight:560;
  color:#1e293b;
}

.rs-collection-hero__definition{
  margin:20px 0 0 0;
  max-width:720px;
  font-size:15.5px;
  line-height:1.74;
  color:#334155;
}

.rs-collection-hero__desc{
  margin:14px 0 0 0;
  max-width:760px;
  font-size:15.5px;
  line-height:1.78;
  color:#475569;
}

.rs-collection-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0 0 0;
}

.rs-collection-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:750;
  letter-spacing:-.01em;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.rs-collection-hero__btn:hover{
  transform:translateY(-2px);
}

.rs-collection-hero__btn--primary{
  color:#ffffff;
  background:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow:
    0 16px 34px rgba(37,99,235,.26),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-collection-hero__btn--primary:hover{
  box-shadow:
    0 20px 40px rgba(37,99,235,.32),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.rs-collection-hero__btn--secondary{
  color:#0f172a;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.11);
  box-shadow:
    0 12px 28px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.rs-collection-hero__btn--secondary:hover{
  background:#ffffff;
  border-color:rgba(37,99,235,.16);
  box-shadow:
    0 16px 32px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.74);
}

.rs-collection-hero__micro{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin:32px 0 0 0;
}

.rs-collection-hero__micro-item{
  position:relative;
  padding:16px 16px 15px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:
    0 14px 34px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rs-collection-hero__micro-item::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(37,99,235,.35), transparent);
}

.rs-collection-hero__micro-item strong{
  display:block;
  margin:0 0 6px 0;
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.012em;
  color:#0f172a;
}

.rs-collection-hero__micro-item span{
  display:block;
  font-size:13.5px;
  line-height:1.6;
  color:#475569;
}

.rs-collection-hero__visual{
  position:relative;
  display:flex;
  align-items:stretch;
}

.rs-collection-hero__panel{
  width:100%;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.94) 100%);
  box-shadow:
    0 30px 64px rgba(15,23,42,.11),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.rs-collection-hero__panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 18px 0;
}

.rs-collection-hero__panel-label{
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#64748b;
}

.rs-collection-hero__panel-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.12);
  background:rgba(37,99,235,.07);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#2563eb;
  text-decoration:none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.65),
    0 8px 18px rgba(37,99,235,.07);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.rs-collection-hero__panel-pill:hover{
  transform:translateY(-1px);
  color:#1d4ed8;
  border-color:rgba(37,99,235,.20);
  background:rgba(37,99,235,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.74),
    0 12px 24px rgba(37,99,235,.12);
}

.rs-collection-hero__panel-pill:active{
  transform:translateY(0);
}

.rs-collection-hero__routes{
  display:grid;
  gap:12px;
}

.rs-collection-hero__route-card{
  display:grid;
  grid-template-columns:52px minmax(0, 1fr);
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,250,252,.98));
  box-shadow:
    0 10px 24px rgba(15,23,42,.04),
    inset 0 1px 0 rgba(255,255,255,.76);
}

.rs-collection-hero__route-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.45) 45%, transparent 70%),
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(99,102,241,.10));
  border:1px solid rgba(37,99,235,.10);
  color:#1d4ed8;
  font-size:19px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.rs-collection-hero__route-content h3{
  margin:2px 0 6px 0;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:760;
  color:#0f172a;
}

.rs-collection-hero__route-content p{
  margin:0;
  font-size:14px;
  line-height:1.66;
  color:#475569;
}

/* =========================================================
   FEATURED TECH COLLECTIONS
========================================================= */

.rs-collection-featured{
  position:relative;
  padding:82px 0 38px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.rs-collection-featured .rs-shell{
  padding:24px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,252,255,.98) 100%);
  box-shadow:
    0 18px 44px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.86);
}

.rs-collection-featured__head{
  display:flex;
  justify-content:flex-start;
  margin:0 0 30px 0;
}

.rs-collection-featured__intro{
  max-width:780px;
}

.rs-collection-featured__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(37,99,235,.07);
  border:1px solid rgba(37,99,235,.10);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#2563eb;
  margin:0 0 14px 0;
}

.rs-collection-featured__title{
  margin:0;
  font-size:clamp(31px, 3.25vw, 44px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:835;
  color:#0f172a;
  text-wrap:balance;
}

.rs-collection-featured__sub{
  margin:14px 0 0 0;
  max-width:740px;
  font-size:16px;
  line-height:1.78;
  color:#475569;
}

.rs-collection-featured__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.rs-featured-card{
  min-width:0;
}

.rs-featured-card__link{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#ffffff;
  text-decoration:none;
  box-shadow:
    0 18px 42px rgba(15,23,42,.055),
    inset 0 1px 0 rgba(255,255,255,.74);
  transition:
    transform .26s ease,
    box-shadow .26s ease,
    border-color .26s ease;
}

.rs-featured-card__link:hover{
  transform:translateY(-5px);
  border-color:rgba(37,99,235,.12);
  box-shadow:
    0 28px 56px rgba(15,23,42,.10),
    0 0 0 1px rgba(37,99,235,.04);
}

.rs-featured-card__media{
  position:relative;
  aspect-ratio:1.34 / 1;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.26), transparent 26%),
    linear-gradient(135deg, #eaf2ff 0%, #f4f8fc 52%, #eef4fb 100%);
}

.rs-featured-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.28), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(37,99,235,.08), transparent 26%),
    linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.02) 58%, rgba(15,23,42,.08) 100%);
}

.rs-featured-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 18%),
    linear-gradient(180deg, rgba(15,23,42,0) 44%, rgba(15,23,42,.10) 100%);
}

.rs-featured-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
  filter:saturate(1.04) contrast(1.03) brightness(.985);
  transition:
    transform .55s ease,
    filter .35s ease;
}

.rs-featured-card__link:hover .rs-featured-card__media img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.05) brightness(.97);
}

.rs-featured-card__body{
  position:relative;
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.rs-featured-card__body::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.06), transparent);
}

.rs-featured-card__kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(15,23,42,.045);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#475569;
  margin:0 0 14px 0;
}

.rs-featured-card__title{
  margin:0;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:825;
  color:#0f172a;
}

.rs-featured-card__desc{
  margin:12px 0 0 0;
  font-size:15px;
  line-height:1.76;
  color:#475569;
}

.rs-featured-card__meta{
  margin-top:auto;
  padding-top:18px;
  font-size:13px;
  line-height:1.4;
  font-weight:760;
  letter-spacing:-.01em;
  color:#2563eb;
}

/* =========================================================
   ALL TECH COLLECTIONS
========================================================= */

.rs-collection-all{
  position:relative;
  padding:56px 0 96px;
  background:
    radial-gradient(circle at 84% 10%, rgba(37,99,235,.05), transparent 22%),
    linear-gradient(180deg, #fbfdff 0%, #f8fbff 54%, #ffffff 100%);
}

.rs-collection-all::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.07), transparent);
}

.rs-collection-all .rs-shell{
  padding:24px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,251,255,.98) 100%);
  box-shadow:
    0 18px 44px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.86);
}

.rs-collection-all__head{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(240px, 320px);
  gap:24px;
  align-items:end;
  margin:0 0 30px 0;
}

.rs-collection-all__intro{
  max-width:780px;
}

.rs-collection-all__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(37,99,235,.07);
  border:1px solid rgba(37,99,235,.10);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#2563eb;
  margin:0 0 14px 0;
}

.rs-collection-all__title{
  margin:0;
  font-size:clamp(31px, 3.25vw, 44px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:835;
  color:#0f172a;
  text-wrap:balance;
}

.rs-collection-all__sub{
  margin:14px 0 0 0;
  max-width:760px;
  font-size:16px;
  line-height:1.78;
  color:#475569;
}

.rs-collection-all__support{
  align-self:end;
}

.rs-collection-all__support-copy{
  margin:0;
  padding:16px 18px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:
    0 14px 30px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.66;
  color:#475569;
}

.rs-collection-all__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.rs-collection-all-card{
  min-width:0;
}

.rs-collection-all-card__link{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:232px;
  padding:20px 20px 18px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,252,.99));
  text-decoration:none;
  box-shadow:
    0 16px 32px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.84);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.rs-collection-all-card__link::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg, rgba(37,99,235,.76), rgba(99,102,241,.48), transparent);
  opacity:.84;
}

.rs-collection-all-card__link::after{
  content:"";
  position:absolute;
  inset:auto -30% -30% auto;
  width:110px;
  height:110px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(37,99,235,.05), transparent 70%);
  pointer-events:none;
}

.rs-collection-all-card__link:hover{
  transform:translateY(-4px);
  border-color:rgba(37,99,235,.12);
  box-shadow:
    0 24px 42px rgba(15,23,42,.085),
    0 0 0 1px rgba(37,99,235,.04);
}

.rs-collection-all-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 16px 0;
}

.rs-collection-all-card__kicker{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(15,23,42,.045);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#475569;
}

.rs-collection-all-card__icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.88), rgba(255,255,255,.35) 46%, transparent 72%),
    linear-gradient(135deg, rgba(37,99,235,.11), rgba(99,102,241,.09));
  border:1px solid rgba(37,99,235,.10);
  font-size:15px;
  font-weight:800;
  color:#1d4ed8;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.rs-collection-all-card__title{
  margin:0;
  font-size:21px;
  line-height:1.14;
  letter-spacing:-.028em;
  font-weight:805;
  color:#0f172a;
}

.rs-collection-all-card__desc{
  margin:11px 0 0 0;
  font-size:14.5px;
  line-height:1.72;
  color:#475569;
}

.rs-collection-all-card__meta{
  margin-top:auto;
  padding-top:18px;
  font-size:13px;
  line-height:1.4;
  font-weight:765;
  letter-spacing:-.01em;
  color:#2563eb;
}

/* =========================================================
   HOVER / FOCUS ACCESSIBILITY
========================================================= */

.rs-featured-card__link:focus-visible,
.rs-collection-all-card__link:focus-visible,
.rs-collection-hero__btn:focus-visible,
.rs-collection-hero__panel-pill:focus-visible,
.rs-bc a:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px){

  .rs-collection-hero__inner{
    grid-template-columns:minmax(0, 1fr);
    gap:30px;
  }

  .rs-collection-hero__title{
    max-width:unset;
  }

  .rs-collection-featured__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .rs-collection-all__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px){

  .rs-collection-hero{
    padding:58px 0 46px;
  }

  .rs-collection-hero__micro{
    grid-template-columns:1fr;
  }

  .rs-collection-all__head{
    grid-template-columns:1fr;
  }

  .rs-collection-all__support{
    max-width:560px;
  }

  .rs-collection-all__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){

  .rs-bc{
    gap:8px;
    margin:0 0 22px 0;
    font-size:12px;
  }

  .rs-collection-hero{
    padding:46px 0 36px;
    background:
      radial-gradient(circle at 18% 10%, rgba(37,99,235,.10), transparent 34%),
      radial-gradient(circle at 86% 10%, rgba(99,102,241,.09), transparent 34%),
      linear-gradient(180deg, #f8fbff 0%, #f4f8fe 52%, #ffffff 100%);
  }

  .rs-collection-hero__inner,
  .rs-collection-featured .rs-shell,
  .rs-collection-all .rs-shell{
    padding:18px;
    border-radius:22px;
  }

  .rs-collection-hero__content{
    padding:6px 2px 2px;
  }

  .rs-collection-hero__eyebrow{
    margin-bottom:16px;
  }

  .rs-collection-hero__sub{
    margin-top:16px;
    font-size:18px;
  }

  .rs-collection-hero__definition,
  .rs-collection-hero__desc{
    font-size:15px;
    line-height:1.72;
  }

  .rs-collection-hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rs-collection-hero__btn{
    width:100%;
  }

  .rs-collection-hero__panel{
    padding:18px;
    border-radius:22px;
  }

  .rs-collection-hero__route-card{
    grid-template-columns:46px minmax(0, 1fr);
    gap:12px;
    padding:14px;
    border-radius:16px;
  }

  .rs-collection-hero__route-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:17px;
  }

  .rs-collection-hero__route-content h3{
    font-size:16px;
  }

  .rs-collection-featured{
    padding:60px 0 24px;
  }

  .rs-collection-featured__title,
  .rs-collection-all__title{
    font-size:30px;
    line-height:1.05;
  }

  .rs-collection-featured__sub,
  .rs-collection-all__sub{
    font-size:15px;
    line-height:1.74;
  }

  .rs-collection-featured__grid,
  .rs-collection-all__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .rs-featured-card__body{
    padding:18px 18px 17px;
  }

  .rs-featured-card__body::before{
    left:18px;
    right:18px;
  }

  .rs-featured-card__title{
    font-size:22px;
  }

  .rs-collection-all{
    padding:44px 0 74px;
  }

  .rs-collection-all-card__link{
    min-height:unset;
    padding:18px 18px 16px;
    border-radius:19px;
  }

  .rs-collection-all-card__title{
    font-size:20px;
  }

  .rs-collection-all-card__desc{
    font-size:14px;
  }
}

@media (max-width: 479px){

  .rs-collection-hero__title{
    font-size:36px;
  }

  .rs-collection-featured__title,
  .rs-collection-all__title{
    font-size:28px;
  }

  .rs-collection-hero__panel-top{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */