.scb-hero{--scb-hero-min-height: clamp(540px, 43vw, 670px);--scb-hero-min-height-tablet: clamp(580px, 70vw, 660px);--scb-hero-min-height-mobile: clamp(610px, 138vw, 700px);--scb-hero-panel-width: 480px;--scb-hero-copy-size: clamp(17px, 2.2vw, 23px);--scb-hero-text: rgba(255, 255, 255, .95);--scb-hero-proof-surface: rgba(255, 255, 255, .94);--scb-hero-overlay: linear-gradient(90deg, rgba(12, 23, 61, .98) 0%, rgba(12, 23, 61, .9) 35%, rgba(12, 23, 61, .58) 58%, rgba(12, 23, 61, .12) 100%);--scb-hero-overlay-mobile: linear-gradient(180deg, rgba(12, 23, 61, .12) 0%, rgba(12, 23, 61, .36) 38%, rgba(12, 23, 61, .94) 100%);position:relative;overflow:hidden;background:var(--sc-navy-deep);color:var(--sc-paper);font-family:var(--sc-font-body)}.scb-hero *,.scb-hero *:before,.scb-hero *:after{box-sizing:border-box}.scb-hero__frame{position:relative;min-height:var(--scb-hero-min-height);overflow:hidden;isolation:isolate}.scb-hero__media,.scb-hero__art{position:absolute;top:0;right:0;bottom:0;left:0}.scb-hero__media{z-index:0}.scb-hero__image,.scb-hero__placeholder,.scb-hero__art-image{display:block;width:100%;height:100%;object-fit:cover}.scb-hero--left .scb-hero__image{object-position:left center}.scb-hero--center .scb-hero__image{object-position:center}.scb-hero--right .scb-hero__image{object-position:right center}.scb-hero__placeholder{background:var(--sc-navy-mid);fill:var(--sc-grey)}.scb-hero__art{z-index:1;opacity:var(--sc-opacity-disabled);pointer-events:none}.scb-hero__art-image{object-position:left center}.scb-hero--color-overlay .scb-hero__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-image:var(--scb-hero-overlay);pointer-events:none}.scb-hero__content{position:relative;z-index:3;display:flex;min-height:inherit;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:var(--sc-space-32);padding-block:var(--sc-section-y-lg)}.scb-hero--has-badge.scb-hero--badge-corner .scb-hero__content{justify-content:space-between}.scb-hero__badge{display:inline-flex;min-height:var(--sc-control-size);align-items:center;margin:0;padding-inline:var(--sc-space-20);border-radius:var(--sc-radius-pill);background:var(--sc-red);color:var(--sc-on-red);box-shadow:var(--sc-shadow-md);font-size:var(--sc-text-sm);font-weight:var(--sc-weight-black);letter-spacing:var(--sc-tracking-wide);line-height:var(--sc-lh-normal);text-transform:uppercase}.scb-hero__badge--corner{align-self:flex-start}.scb-hero__badge--heading{margin-bottom:var(--sc-border-thin)}.scb-hero--badge-color-red .scb-hero__badge{background:var(--sc-red);color:var(--sc-on-red)}.scb-hero--badge-color-gold .scb-hero__badge{background:var(--sc-gold);color:var(--sc-on-gold)}.scb-hero--badge-color-navy .scb-hero__badge{background:var(--sc-navy);color:var(--sc-paper)}.scb-hero--badge-color-light .scb-hero__badge{background:var(--sc-paper);color:var(--sc-navy)}.scb-hero--badge-color-outline .scb-hero__badge{border:var(--sc-border-focus) solid var(--sc-paper);background:transparent;color:var(--sc-paper)}.scb-hero__body{width:100%}.scb-hero__heading{margin:0;color:var(--sc-paper);font-family:var(--sc-font-heading);font-weight:var(--sc-weight-black);line-height:var(--sc-lh-tight);text-shadow:var(--sc-shadow-hero)}.scb-hero--heading-small .scb-hero__heading{font-size:var(--sc-heading-sm)}.scb-hero--heading-medium .scb-hero__heading{font-size:var(--sc-heading-md)}.scb-hero--heading-large .scb-hero__heading{font-size:var(--sc-heading-lg)}.scb-hero--heading-hero .scb-hero__heading{font-size:var(--sc-heading-hero)}.scb-hero--heading-color-white .scb-hero__heading{color:var(--sc-paper)}.scb-hero--heading-color-navy .scb-hero__heading{color:var(--sc-navy)}.scb-hero--heading-color-ink .scb-hero__heading{color:var(--sc-ink)}.scb-hero--heading-color-gold .scb-hero__heading{color:var(--sc-gold)}.scb-hero--accent-color-white .scb-hero__heading-accent,.scb-hero--suffix-color-white .scb-hero__heading-suffix{color:var(--sc-paper)}.scb-hero--accent-color-navy .scb-hero__heading-accent,.scb-hero--suffix-color-navy .scb-hero__heading-suffix{color:var(--sc-navy)}.scb-hero--accent-color-ink .scb-hero__heading-accent,.scb-hero--suffix-color-ink .scb-hero__heading-suffix{color:var(--sc-ink)}.scb-hero--accent-color-gold .scb-hero__heading-accent,.scb-hero--suffix-color-gold .scb-hero__heading-suffix{color:var(--sc-gold)}.scb-hero--accent-color-red .scb-hero__heading-accent,.scb-hero--suffix-color-red .scb-hero__heading-suffix{color:var(--sc-red)}.scb-hero__copy{max-width:var(--sc-container-narrow);margin-top:var(--sc-space-20);color:var(--scb-hero-text);font-size:var(--scb-hero-copy-size);font-weight:var(--sc-weight-semibold);line-height:var(--sc-lh-relaxed);text-shadow:var(--sc-shadow-hero)}.scb-hero__copy p{margin:0}.scb-hero__proof{display:flex;width:100%;max-width:var(--scb-hero-panel-width);min-height:var(--sc-control-size);align-items:center;justify-content:center;gap:var(--sc-space-12);margin-top:var(--sc-space-24);padding:var(--sc-space-12) var(--sc-space-20);border-radius:var(--sc-radius-pill);background:var(--scb-hero-proof-surface);color:var(--sc-navy);box-shadow:var(--sc-shadow-lg);font-size:var(--sc-text-md);line-height:var(--sc-lh-normal);text-align:center}.scb-hero__stars{flex:0 0 auto;color:var(--sc-gold-dark);letter-spacing:var(--sc-border-thin)}.scb-hero__actions{display:grid;width:100%;max-width:var(--scb-hero-panel-width);grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sc-space-12);margin-top:var(--sc-space-20)}.scb-hero__actions .sc-btn{width:100%}.scb-hero__button{box-shadow:var(--sc-shadow-md);transition:transform var(--sc-duration-fast) var(--sc-ease-standard),background-color var(--sc-duration-fast) var(--sc-ease-standard),border-color var(--sc-duration-fast) var(--sc-ease-standard),box-shadow var(--sc-duration-fast) var(--sc-ease-standard)}.scb-hero__button:hover{transform:translateY(calc(var(--sc-space-4) * -1));box-shadow:var(--sc-shadow-lg)}.scb-hero__button--sale{background:var(--sc-red);color:var(--sc-on-red)}.scb-hero__button--sale:hover{background:var(--sc-red-dark)}.scb-hero__button--gold{background:var(--sc-gold);color:var(--sc-on-gold)}.scb-hero__button--gold:hover{background:var(--sc-gold-dark)}.scb-hero__button--navy{background:var(--sc-navy);color:var(--sc-paper)}.scb-hero__button--navy:hover{background:var(--sc-navy-deep)}.scb-hero__button--light{background:var(--sc-paper);color:var(--sc-navy)}.scb-hero__button--light:hover{background:var(--sc-cream)}.scb-hero__button--outline{border-color:var(--sc-paper);background:transparent;color:var(--sc-paper)}.scb-hero__button--outline:hover{border-color:var(--sc-paper);background:var(--sc-paper);color:var(--sc-navy)}@media(min-width:750px)and (max-width:989px){.scb-hero__frame{min-height:var(--scb-hero-min-height-tablet)}}@media(max-width:749px){.scb-hero__frame{min-height:var(--scb-hero-min-height-mobile)}.scb-hero--color-overlay .scb-hero__frame:after{background-image:var(--scb-hero-overlay-mobile)}.scb-hero__content{align-items:center;text-align:center}.scb-hero__heading{margin-inline:auto}.scb-hero__copy{font-size:var(--sc-text-base)}.scb-hero__proof{font-size:var(--sc-text-sm)}.scb-hero__actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.scb-hero__button{transition-duration:var(--sc-duration-none)}.scb-hero__button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/sleepcity-custom-hero.css.map */
