html.rc1801-category-page,
html.rc1801-category-page body{overflow-x:hidden!important}

html.rc1801-category-page body{
  --rc1801-page-gutter:clamp(16px,2.4vw,46px);
  --rc1801-copy:#17212d;
  --rc1801-muted:#526579;
  --rc1801-card:#08243d;
  --rc1801-card-copy:#fff;
}

html.rc1801-category-page .rc1801-category-heading{
  box-sizing:border-box!important;
  width:min(1840px,calc(100vw - (2 * var(--rc1801-page-gutter))))!important;
  max-width:1840px!important;
  margin-left:50%!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  transform:translateX(-50%)!important;
  left:auto!important;
}

html.rc1801-category-page .rc1801-category-heading h1,
html.rc1801-category-page .rc1801-category-heading h2{
  color:var(--rc1801-copy)!important;
  opacity:1!important;
  text-shadow:none!important;
}

html.rc1801-category-page .rc1801-category-heading p,
html.rc1801-category-page .rc1801-category-heading .subtitle,
html.rc1801-category-page .rc1801-category-heading [class*="description"]{
  color:var(--rc1801-muted)!important;
  opacity:1!important;
}

html.rc1801-category-page .rc1801-category-heading [class*="badge"],
html.rc1801-category-page .rc1801-category-heading [class*="eyebrow"]{
  color:#fff!important;
  background:#062943!important;
  border-color:#21c7e8!important;
  opacity:1!important;
}

html.rc1801-category-page .rc1801-offer-grid{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
  gap:clamp(14px,1.25vw,24px)!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  width:min(1840px,calc(100vw - (2 * var(--rc1801-page-gutter))))!important;
  min-width:0!important;
  max-width:1840px!important;
  margin-left:50%!important;
  margin-right:0!important;
  padding:0!important;
  transform:translateX(-50%)!important;
  left:auto!important;
  right:auto!important;
  float:none!important;
}

html.rc1801-category-page .rc1801-offer-grid>.rc1801-offer-card{
  box-sizing:border-box!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:100%!important;
  margin:0!important;
  transform:none!important;
  overflow:hidden!important;
}

html.rc1801-category-page .rc1801-offer-card h2,
html.rc1801-category-page .rc1801-offer-card h3,
html.rc1801-category-page .rc1801-offer-card [class*="title"],
html.rc1801-category-page .rc1801-offer-card [class*="price"]{
  color:var(--rc1801-card-copy)!important;
  opacity:1!important;
}

html.rc1801-category-page header a,
html.rc1801-category-page header button,
html.rc1801-category-page nav a,
html.rc1801-category-page nav button,
html.rc1801-category-page [class*="site-header"] a,
html.rc1801-category-page [class*="site-header"] button{
  color:#f7fbff!important;
  opacity:1!important;
}

html.rc1801-category-page header a:hover,
html.rc1801-category-page header button:hover,
html.rc1801-category-page nav a:hover,
html.rc1801-category-page nav button:hover{
  color:#53e1ff!important;
}

@media(min-width:1700px){
  html.rc1801-category-page .rc1801-offer-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))!important}
}

@media(max-width:720px){
  html.rc1801-category-page body{--rc1801-page-gutter:12px}
  html.rc1801-category-page .rc1801-offer-grid{grid-template-columns:1fr!important}
  html.rc1801-category-page .rc1801-category-heading h1{font-size:clamp(2.35rem,12vw,4rem)!important}
}
