:root{--sd-navy: #0B1C2C;--sd-charcoal: #1F2933;--sd-bone: #F5F5F2;--sd-signal-red: #D13C3C;--sd-dark-bg: #242833;--sd-white: #ffffff;--sd-spacing: clamp(1rem, 5vw, 3rem);--sd-radius: 2px}.sd-section{padding:var(--sd-spacing) 0;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--sd-white);background-color:var(--sd-dark-bg)}.sd-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sd-hero__media img,.sd-hero__video{width:100%;height:100%;object-fit:cover}.sd-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--sd-dark-bg);opacity:var(--overlay-opacity, .4);z-index:2}.sd-hero__content{position:relative;z-index:3;text-align:center;padding:2rem 1rem}.sd-hero--align-left .sd-hero__content{text-align:left}.sd-hero--align-right .sd-hero__content{text-align:right}.sd-hero__title{font-size:clamp(2rem,6vw,4rem);font-weight:700;line-height:1.1;margin:0 0 1rem;text-transform:uppercase;letter-spacing:-.02em;color:var(--sd-white)}.sd-hero__subheading{font-size:clamp(1rem,2.5vw,1.5rem);margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto;color:var(--sd-white)}.sd-hero--align-left .sd-hero__subheading{margin-left:0}.sd-hero--align-right .sd-hero__subheading{margin-right:0}.sd-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.sd-hero__buttons a{background-color:#242833}.sd-hero--align-left .sd-hero__buttons{justify-content:flex-start}.sd-hero--align-right .sd-hero__buttons{justify-content:flex-end}@media (max-width: 749px){.sd-hero--mobile-align-left .sd-hero__content{text-align:left}.sd-hero--mobile-align-left .sd-hero__buttons{justify-content:flex-start}.sd-hero--mobile-align-left .sd-hero__subheading{margin-left:0}}.sd-button{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent;border-radius:var(--sd-radius);cursor:pointer;transition:all .2s ease;text-align:center}.sd-button:focus-visible{outline:3px solid var(--sd-signal-red);outline-offset:2px}.sd-button--primary{background:#242833;color:var(--sd-dark-bg);border-color:var(--sd-white)}.sd-button--primary:hover{background:var(--sd-bone);border-color:var(--sd-bone);color:var(--sd-dark-bg)}.sd-button--secondary{background:transparent;color:var(--sd-white);border-color:var(--sd-white)}.sd-button--secondary:hover{background:var(--sd-white);color:var(--sd-dark-bg)}.sd-button--full{width:100%}.sd-button--small{padding:.75rem 1.5rem;font-size:.875rem}.sd-button:disabled{opacity:.6;cursor:not-allowed}.sd-shipping-bar{background:var(--sd-signal-red);color:var(--sd-white);padding:.75rem 0}.sd-shipping-bar__content{display:flex;flex-direction:column;gap:.5rem}.sd-shipping-bar__text{margin:0;text-align:center;font-weight:600;font-size:.875rem;color:var(--sd-white)}.sd-shipping-bar__progress{width:100%;height:4px;background:#ffffff4d;border-radius:2px;overflow:hidden}.sd-shipping-bar__progress-fill{height:100%;background:var(--sd-white);transition:width .3s ease;width:0}.sd-featured-product{padding:var(--sd-spacing) 1rem;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-featured-product__grid{display:grid;gap:2rem;align-items:start}@media (min-width: 750px){.sd-featured-product__grid{grid-template-columns:1fr 1fr}}.sd-featured-product__media img{width:100%;height:auto;border-radius:var(--sd-radius)}.sd-featured-product__title{font-size:clamp(1.5rem,4vw,2.5rem);margin:0 0 1rem;font-weight:700;color:var(--sd-white)}.sd-featured-product__price{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--sd-white)}.price--compare{text-decoration:line-through;opacity:.6;margin-left:.5rem;font-size:1rem;color:var(--sd-white)}.sd-featured-product__bullets{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:var(--sd-white)}.sd-featured-product__bullets li{position:relative;color:var(--sd-white)}.sd-featured-product__bullets li:not(:last-child):after{content:"\2022";margin-left:.5rem;color:var(--sd-white)}.sd-featured-product__form{display:flex;flex-direction:column;gap:1rem}.sd-featured-product__form label{display:block;font-weight:600;margin-bottom:.25rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--sd-white)}.sd-featured-product__form select,.sd-featured-product__form input[type=number]{width:100%;padding:.75rem;border:2px solid var(--sd-white);border-radius:var(--sd-radius);font-size:1rem;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-featured-product__form select:focus,.sd-featured-product__form input[type=number]:focus{outline:3px solid var(--sd-signal-red);outline-offset:2px}.sd-featured-product__links{display:flex;gap:1.5rem;font-size:.875rem}.sd-featured-product__links a{color:var(--sd-white);text-decoration:underline}.sd-featured-product__links a:hover{opacity:.8}.sd-toast{position:fixed;bottom:2rem;right:2rem;background:var(--sd-white);color:var(--sd-dark-bg);padding:1rem 1.5rem;border-radius:var(--sd-radius);box-shadow:0 4px 12px #0000004d;z-index:1000;animation:slideIn .3s ease;font-weight:600}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sd-mini-atc{position:fixed;bottom:0;left:0;right:0;background:var(--sd-dark-bg);border-top:2px solid var(--sd-white);padding:1rem;z-index:999;box-shadow:0 -4px 12px #0000004d}.sd-mini-atc__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto}.sd-mini-atc__title{font-weight:600;font-size:.875rem;color:var(--sd-white)}@media (min-width: 750px){.sd-mini-atc{display:none!important}}.sd-bundle{padding:var(--sd-spacing) 1rem;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-bundle__card{display:grid;gap:2rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:var(--sd-radius);padding:2rem;align-items:center}@media (min-width: 750px){.sd-bundle__card{grid-template-columns:1fr 1fr}}.sd-bundle__media img{width:100%;height:auto;border-radius:var(--sd-radius)}.sd-bundle__title{font-size:clamp(1.25rem,3vw,2rem);margin:0 0 .5rem;font-weight:700;color:var(--sd-white)}.sd-bundle__price{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--sd-white)}.sd-bundle__bullets{list-style:none;padding:0;margin:0 0 1.5rem;font-size:.875rem;color:var(--sd-white)}.sd-bundle__bullets li{margin-bottom:.5rem;padding-left:1.25rem;position:relative;color:var(--sd-white)}.sd-bundle__bullets li:before{content:"\2192";position:absolute;left:0;color:var(--sd-white)}.sd-newsletter{padding:calc(var(--sd-spacing) * 1.5) 1rem;background:var(--sd-dark-bg);color:var(--sd-white);text-align:center}.sd-newsletter__content{max-width:600px;margin:0 auto}.sd-newsletter__title{font-size:clamp(1.5rem,4vw,2.5rem);margin:0 0 1rem;font-weight:700;text-transform:uppercase;color:var(--sd-white)}.sd-newsletter__text{margin:0 0 2rem;font-size:1.125rem;color:var(--sd-white)}.sd-newsletter__form{margin-bottom:1rem}.sd-newsletter__input-wrapper{display:flex;gap:.5rem;flex-wrap:wrap}.sd-newsletter__input-wrapper input[type=email]{flex:1 1 250px;padding:1rem;border:2px solid var(--sd-white);border-radius:var(--sd-radius);font-size:1rem;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-newsletter__input-wrapper input[type=email]:focus{outline:3px solid var(--sd-signal-red);outline-offset:2px}.sd-newsletter__input-wrapper input[type=email]::placeholder{color:#fff9}.sd-newsletter__success{color:#4ade80;font-weight:600;margin-top:1rem}.sd-newsletter__error{color:var(--sd-signal-red);font-weight:600;margin-top:1rem}.sd-newsletter__privacy{font-size:.75rem;opacity:.8;margin-top:1rem;color:var(--sd-white)}.sd-newsletter__klaviyo{max-width:500px;margin:0 auto}.sd-ugc{padding:var(--sd-spacing) 1rem;background-color:var(--sd-dark-bg);color:var(--sd-white)}.sd-ugc__title{font-size:clamp(1.25rem,3vw,2rem);text-align:center;margin:0 0 2rem;font-weight:700;color:var(--sd-white)}.sd-ugc__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.sd-ugc__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 990px){.sd-ugc__grid{grid-template-columns:repeat(6,1fr)}}.sd-ugc__item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--sd-radius);border:1px solid rgba(255,255,255,.1)}.sd-ugc__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sd-ugc__item a:hover img{transform:scale(1.05)}.sd-ugc__placeholder{width:100%;height:100%;background:#ffffff0d;display:flex;align-items:center;justify-content:center}.sd-ugc__placeholder svg{fill:#ffffff4d}.sd-footer-cta{background:var(--sd-dark-bg);color:var(--sd-white);padding:calc(var(--sd-spacing) * 1.5) 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.sd-footer-cta__text{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin:0 0 1.5rem;text-transform:uppercase;color:var(--sd-white)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}body .sd-section,body .sd-section *{color:inherit}.sd-section h1,.sd-section h2,.sd-section h3,.sd-section h4,.sd-section h5,.sd-section h6,.sd-section p,.sd-section span,.sd-section li,.sd-section a{color:var(--sd-white)}.sd-section a:not(.sd-button){color:var(--sd-white)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/sd-home.css.map */
