:root{--sh-navy: #0A2B4C;--sh-navy-rgb: 10, 43, 76;--sh-coral: #C9A961;--sh-coral-hover: #B8963F;--sh-coral-soft: #F7F0DF;--sh-gold: #C9A961;--sh-gold-text: #9A7B2E;--sh-sapphire: #1F5FA8;--sh-canvas: #F8F9FA;--sh-white: #FFFFFF;--sh-grey: #EDEFF1;--sh-line: #DCE3EA;--sh-blue: #9DBBDD;--sh-blue-soft: #EAF1F7;--sh-muted: #5A6978;--sh-success: #2D8B5F;--sh-r-sm: 8px;--sh-r-md: 12px;--sh-r-lg: 16px;--sh-r-xl: 24px;--sh-r-full: 9999px;--sh-shadow-soft: 0 4px 20px rgba(10, 43, 76, .08);--sh-shadow-lift: 0 8px 30px rgba(10, 43, 76, .12);--sh-shadow-hover: 0 12px 40px rgba(10, 43, 76, .15);--sh-ease: .25s ease;--sh-container: 1200px;--sh-font: var(--font-body--family, "Nunito Sans", -apple-system, "Segoe UI", sans-serif)}.sh{font-family:var(--sh-font);color:var(--sh-navy)}.sh *{box-sizing:border-box}.sh-section{padding-block:clamp(44px,5.5vw,76px)}.sh-section--tight{padding-block:clamp(32px,4vw,56px)}.sh-section--flush-top{padding-top:0}.sh-container{width:min(var(--sh-container),100% - 48px);margin-inline:auto}@media(max-width:749px){.sh-container{width:min(var(--sh-container),100% - 32px)}}.sh-eyebrow{display:inline-block;margin:0 0 14px;color:var(--sh-gold-text);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sh-h1{margin:0 0 18px;font-size:clamp(32px,3.7vw,46px);font-weight:900;line-height:1.08;letter-spacing:-.02em;color:var(--sh-navy)}.sh-h2{margin:0 0 16px;font-size:clamp(28px,3.6vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.015em;color:var(--sh-navy)}.sh-h3{margin:0 0 8px;font-size:20px;font-weight:800;line-height:1.25;color:var(--sh-navy)}.sh-h4{margin:0 0 6px;font-size:16px;font-weight:800;line-height:1.3;color:var(--sh-navy)}.sh-lead{margin:0 0 26px;font-size:17px;line-height:1.6;color:var(--sh-muted);max-width:56ch}.sh-p{margin:0 0 16px;font-size:16px;line-height:1.65;color:var(--sh-muted)}.sh-p strong{color:var(--sh-navy);font-weight:800}.sh-center{text-align:center}.sh-center .sh-lead{margin-inline:auto}.sh-max{max-width:720px;margin-inline:auto}.sh-rte p{margin:0 0 16px;font-size:16px;line-height:1.65;color:var(--sh-muted)}.sh-rte p:last-child{margin-bottom:0}.sh-rte strong{color:var(--sh-navy);font-weight:800}.sh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:var(--sh-r-full);font-family:var(--sh-font);font-size:15px;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform var(--sh-ease),box-shadow var(--sh-ease),background var(--sh-ease);white-space:nowrap}.sh-btn--primary{background:var(--sh-gold);color:var(--sh-navy);box-shadow:0 6px 18px #c9a96161}.sh-btn--primary:hover{background:var(--sh-coral-hover);transform:translateY(-2px);box-shadow:0 10px 26px #c9a96173;color:var(--sh-navy)}.sh-btn--secondary{background:#ffffffeb;color:var(--sh-navy);border-color:var(--sh-line)}.sh-btn--secondary:hover{transform:translateY(-2px);box-shadow:var(--sh-shadow-soft);color:var(--sh-navy)}.sh-btn--ghost{background:transparent;color:#fff;border-color:#ffffff59}.sh-btn--ghost:hover{background:#ffffff14;color:#fff}.sh-btn--lg{padding:18px 38px;font-size:16px}.sh-btn--block{width:100%}.sh-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.sh-card{background:var(--sh-white);border-radius:var(--sh-r-lg);box-shadow:var(--sh-shadow-soft);padding:28px;transition:transform var(--sh-ease),box-shadow var(--sh-ease)}.sh-card--xl{border-radius:var(--sh-r-xl)}.sh-card--hover:hover{transform:translateY(-4px);box-shadow:var(--sh-shadow-hover)}.sh-badge{display:inline-block;padding:5px 12px;border-radius:var(--sh-r-full);background:var(--sh-gold);color:var(--sh-navy);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sh-badge--navy{background:var(--sh-navy)}.sh-badge--blue{background:var(--sh-blue-soft);color:var(--sh-navy)}.sh-icon-circle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--sh-blue-soft);color:var(--sh-navy)}.sh-icon-circle--coral{background:var(--sh-coral-soft);color:var(--sh-coral)}.sh-icon-circle--navy{background:var(--sh-navy);color:#fff}.sh-icon-circle svg{width:22px;height:22px}.sh-icon-circle--sm{width:36px;height:36px}.sh-icon-circle--sm svg{width:17px;height:17px}.sh-checklist{list-style:none;margin:0;padding:0;display:grid;gap:12px}.sh-checklist li{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:1.5;color:var(--sh-navy)}.sh-checklist li svg{width:20px;height:20px;flex:0 0 auto;margin-top:2px;color:var(--sh-success)}.sh-checklist--x li svg{color:var(--sh-coral)}.sh-checklist--light li{color:#ffffffe6}.sh-grid{display:grid;gap:24px}.sh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:989px){.sh-grid--4,.sh-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:649px){.sh-grid--4,.sh-grid--3,.sh-grid--2{grid-template-columns:minmax(0,1fr)}}.sh-media-card{position:relative;border-radius:var(--sh-r-xl);overflow:hidden;box-shadow:var(--sh-shadow-lift);background:var(--sh-grey)}.sh-media-card img{display:block;width:100%;height:100%;object-fit:cover}.sh-media-card--45{aspect-ratio:4 / 5}.sh-media-card--43{aspect-ratio:4 / 3}.sh-media-card--11{aspect-ratio:1 / 1}.sh-media-card--32{aspect-ratio:3 / 2}.sh-media-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--sh-blue)}.sh-media-placeholder svg{width:25%;height:auto;opacity:.6}.sh-split{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,5vw,72px);align-items:center}.sh-split--media-left{grid-template-columns:1fr 1.05fr}.sh-split--media-left .sh-split__media{order:-1}@media(max-width:899px){.sh-split,.sh-split--media-left{grid-template-columns:minmax(0,1fr)}.sh-split--media-left .sh-split__media{order:0}}.sh-divider{height:1px;background:var(--sh-line);border:0;margin:0}.sh-note{font-size:13px;color:var(--sh-muted);line-height:1.5}.sh-kicker{font-size:13px;font-weight:800;color:var(--sh-navy);letter-spacing:.02em}.sh-topbar{background:var(--sh-white);border-bottom:1px solid var(--sh-grey)}.sh-topbar__row{display:flex;justify-content:center;gap:clamp(16px,4vw,56px);padding:9px 0;flex-wrap:wrap}.sh-topbar__item{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--sh-navy)}.sh-topbar__item svg{width:15px;height:15px;color:var(--sh-coral)}@media(max-width:649px){.sh-topbar__item:nth-child(n+3){display:none}}.sh-hero{padding-block:clamp(32px,5vw,64px) clamp(24px,3vw,40px)}.sh-hero .sh-h1{max-width:19ch}.sh-hero__media{position:relative}.sh-hero__float{position:absolute;left:-18px;bottom:28px;display:flex;align-items:center;gap:12px;background:#fff;border-radius:var(--sh-r-lg);padding:12px 16px;box-shadow:var(--sh-shadow-lift);max-width:260px}.sh-hero__float strong{display:block;font-size:14px;font-weight:800}.sh-hero__float span{font-size:12.5px;color:var(--sh-muted)}@media(max-width:899px){.sh-hero .sh-h1{max-width:none}.sh-hero__float{left:12px;bottom:12px}}.sh-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border-radius:var(--sh-r-xl);box-shadow:var(--sh-shadow-soft);overflow:hidden}.sh-trust__item{display:flex;align-items:center;gap:14px;padding:22px 24px;border-left:1px solid var(--sh-grey)}.sh-trust__item:first-child{border-left:0}.sh-trust__item strong{display:block;font-size:15px;font-weight:800;line-height:1.2}.sh-trust__item span{display:block;font-size:12.5px;color:var(--sh-muted);margin-top:2px}@media(max-width:899px){.sh-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.sh-trust__item:nth-child(3){border-left:0}.sh-trust__item:nth-child(n+3){border-top:1px solid var(--sh-grey)}}@media(max-width:480px){.sh-trust{grid-template-columns:minmax(0,1fr)}.sh-trust__item{border-left:0;border-top:1px solid var(--sh-grey)}.sh-trust__item:first-child{border-top:0}}.sh-prow{display:grid;gap:20px}.sh-prow__card{display:grid;grid-template-columns:200px 1fr auto;gap:28px;align-items:center;padding:22px}.sh-prow__img{width:200px;height:200px;border-radius:var(--sh-r-lg);overflow:hidden;background:var(--sh-grey)}.sh-prow__img img{width:100%;height:100%;object-fit:cover;display:block}.sh-prow__title{margin:10px 0 6px;font-size:24px;font-weight:800}.sh-prow__title a{color:inherit;text-decoration:none}.sh-prow__desc{margin:0;color:var(--sh-muted);line-height:1.55;max-width:52ch}.sh-prow__side{display:flex;flex-direction:column;align-items:flex-end;gap:14px;min-width:160px}.sh-prow__price{font-size:24px;font-weight:900}.sh-prow__price s{font-size:15px;font-weight:600;color:var(--sh-muted);margin-right:8px}@media(max-width:749px){.sh-prow__card{grid-template-columns:1fr;text-align:center}.sh-prow__img{margin-inline:auto;width:100%;height:auto;aspect-ratio:1;max-width:320px}.sh-prow__desc{margin-inline:auto}.sh-prow__side{align-items:center}}.sh-edu__media{position:relative;padding-bottom:56px}.sh-edu__captions{position:absolute;left:24px;right:24px;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.sh-edu__cap{background:#fff;border-radius:var(--sh-r-md);padding:14px 16px;box-shadow:var(--sh-shadow-lift);display:flex;gap:10px;align-items:center;font-size:14px;font-weight:800}.sh-edu__cap svg{width:18px;height:18px;flex:0 0 auto;color:var(--sh-coral)}@media(max-width:480px){.sh-edu__captions{grid-template-columns:1fr;left:12px;right:12px}.sh-edu__media{padding-bottom:120px}}.sh-steps-bg{background:linear-gradient(180deg,#a2c1d924,#f8f9fa00)}.sh-step{text-align:left}.sh-step__num{display:flex;align-items:center;gap:12px;margin-bottom:16px}.sh-step__num b{font-size:13px;font-weight:900;color:var(--sh-gold-text);letter-spacing:.08em}.sh-step .sh-h4{font-size:17px}.sh-step p{margin:0;font-size:15px;line-height:1.6;color:var(--sh-muted)}.sh-steps__cta{margin-top:44px;text-align:center}.sh-steps--list{display:grid;gap:14px}.sh-steps--list .sh-step{display:grid;grid-template-columns:44px 1fr;gap:16px;background:#fff;border-radius:var(--sh-r-lg);padding:18px 20px;box-shadow:var(--sh-shadow-soft)}.sh-steps--list .sh-step__num{margin:0}.sh-steps--list .sh-step__num b{font-size:12px}.sh-diff__cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:36px}.sh-diff__col .sh-h3{display:flex;align-items:center;gap:10px;margin-bottom:18px}.sh-diff__col--not .sh-icon-circle{background:var(--sh-coral-soft);color:var(--sh-coral)}.sh-diff__col--is .sh-icon-circle{background:#e6f4ec;color:var(--sh-success)}@media(max-width:749px){.sh-diff__cols{grid-template-columns:1fr}}.sh-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--sh-r-xl);box-shadow:var(--sh-shadow-soft);overflow:hidden}.sh-table th,.sh-table td{padding:18px 16px;text-align:center;font-size:14px;border-top:1px solid var(--sh-grey);vertical-align:middle}.sh-table th{border-top:0;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-muted);background:var(--sh-canvas)}.sh-table td:first-child,.sh-table th:first-child{text-align:left;font-weight:800;color:var(--sh-navy)}.sh-table td{color:var(--sh-muted);line-height:1.45}.sh-table .sh-table__hl{background:var(--sh-navy);color:#fff;font-weight:800}.sh-table th.sh-table__hl{background:var(--sh-gold);color:var(--sh-navy)}.sh-table td.sh-table__hl{border-top-color:#ffffff40}.sh-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:749px){.sh-table{min-width:640px}}.sh-faq{display:grid;gap:12px;max-width:860px;margin-inline:auto}.sh-faq details{background:#fff;border-radius:var(--sh-r-lg);box-shadow:var(--sh-shadow-soft);overflow:hidden}.sh-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:800;color:var(--sh-navy)}.sh-faq summary::-webkit-details-marker{display:none}.sh-faq summary .sh-faq__icon{width:28px;height:28px;border-radius:50%;background:var(--sh-canvas);display:grid;place-items:center;flex:0 0 auto;transition:transform var(--sh-ease),background var(--sh-ease)}.sh-faq summary .sh-faq__icon svg{width:14px;height:14px}.sh-faq details[open] summary .sh-faq__icon{transform:rotate(45deg);background:var(--sh-coral-soft);color:var(--sh-coral)}.sh-faq__body{padding:0 24px 22px;font-size:15px;line-height:1.65;color:var(--sh-muted)}.sh-faq__body p{margin:0 0 10px}.sh-faq__body p:last-child{margin:0}.sh-faq details[open]{border-left:3px solid var(--sh-gold)}.sh-dark{background:var(--sh-navy);color:#fff;border-radius:var(--sh-r-xl);padding:clamp(40px,6vw,64px) clamp(24px,5vw,64px);box-shadow:var(--sh-shadow-lift)}.sh-dark .sh-h2,.sh-dark .sh-h3,.sh-dark .sh-h4{color:#fff}.sh-dark .sh-lead,.sh-dark .sh-p{color:#ffffffc7}.sh-dark .sh-eyebrow{color:var(--sh-gold)}.sh-form{display:flex;gap:10px;max-width:520px;margin:28px auto 0}.sh-form input[type=email]{flex:1;min-width:0;padding:15px 20px;border-radius:var(--sh-r-full);border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;font-family:var(--sh-font);font-size:15px}.sh-form input::placeholder{color:#ffffff80}.sh-form input:focus{outline:2px solid var(--sh-coral);outline-offset:1px}.sh-form .sh-btn{flex:0 0 auto}@media(max-width:480px){.sh-form{flex-direction:column}}.sh-form__msg{margin-top:14px;font-size:14px}.sh-footer{background:var(--sh-navy);color:#fffc;padding:clamp(48px,6vw,72px) 0 28px}.sh-footer__top{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}.sh-footer__brand{font-size:15px;font-weight:800;letter-spacing:.42em;text-transform:uppercase;color:#fff;text-decoration:none}.sh-footer__brand img{max-height:22px;width:auto;display:block}.sh-footer__desc{margin:16px 0 0;max-width:46ch;font-size:14px;line-height:1.65;color:#ffffffb3}.sh-footer__contact{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.sh-footer__pill{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:var(--sh-r-full);background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background var(--sh-ease)}.sh-footer__pill:hover{background:#ffffff24;color:#fff}.sh-footer__pill svg{width:16px;height:16px;color:var(--sh-coral)}.sh-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;padding:22px 0 18px;font-size:13px}.sh-footer__links{display:flex;gap:22px;flex-wrap:wrap}.sh-footer__links a{color:#ffffffbf;text-decoration:none;font-weight:700}.sh-footer__links a:hover{color:#fff}.sh-footer__pay{display:flex;gap:6px}.sh-footer__pay svg{height:24px;width:auto;border-radius:4px}.sh-footer__legal{font-size:11.5px;line-height:1.6;color:#ffffff73;max-width:900px;margin:0 auto;text-align:center;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:749px){.sh-footer__top{grid-template-columns:1fr}.sh-footer__contact{align-items:flex-start;flex-direction:row;flex-wrap:wrap}}.sh-icard{padding:26px}.sh-icard .sh-icon-circle{margin-bottom:18px}.sh-icard .sh-h4{font-size:17px;margin-bottom:8px}.sh-icard p{margin:0;font-size:15px;line-height:1.6;color:var(--sh-muted)}.sh-icard--strike .sh-h4{display:flex;align-items:center;justify-content:space-between;gap:10px}.sh-icard__tag{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--sh-gold-text)}.sh-guarantee{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}@media(max-width:899px){.sh-guarantee{grid-template-columns:1fr}}.sh-guarantee__badge{display:grid;place-items:center;width:120px;height:120px;border-radius:50%;background:var(--sh-coral-soft);color:var(--sh-gold-text);margin-bottom:20px}.sh-guarantee__badge svg{width:54px;height:54px}.sh-close{text-align:center}.sh-close .sh-checklist{max-width:520px;margin:24px auto 32px;text-align:left}.sh-box__list{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.sh-box__list li{display:flex;gap:14px;align-items:center;background:#fff;border-radius:var(--sh-r-md);padding:14px 16px;box-shadow:var(--sh-shadow-soft);font-weight:700}body{background:var(--sh-canvas)}.header,.header-section{background:#f8f9fae6;backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px)}.header-logo{font-size:15px!important;font-weight:800!important;letter-spacing:.42em;text-transform:uppercase;color:var(--sh-navy)}.header-logo img{max-height:22px;width:auto}.header a,.header button,.header .menu__link{color:var(--sh-navy)}.menu__link,.header-menu a{font-weight:700!important}.button,button.button,.add-to-cart-button,.button--primary,.sticky-add-to-cart .button,.quick-add__button,.cart__checkout-button,.cart-actions .button,.drawer__footer .button,.shopify-payment-button__button--unbranded{border-radius:var(--sh-r-full)!important;font-weight:800!important;letter-spacing:0;box-shadow:0 6px 18px #c9a96152;transition:transform var(--sh-ease),box-shadow var(--sh-ease),background var(--sh-ease)}.button:hover,.add-to-cart-button:hover{transform:translateY(-1px);box-shadow:0 10px 26px #c9a96166}.button--secondary{box-shadow:none}.product-information{padding-top:12px}.product-media-container,.product-media img,.product-media-gallery__media,.media-gallery img,.product-media-container img{border-radius:var(--sh-r-xl)!important;overflow:hidden}.product-media-container{background:#fff;box-shadow:var(--sh-shadow-soft)}.product-details .price,.price-block,.price__regular,.price__sale{font-weight:900}.variant-option__button-label,.variant-option__button-label--has-swatch,.variant-picker__option label{border-radius:var(--sh-r-full)!important;font-weight:700}.quantity-selector{border-radius:var(--sh-r-full)!important;overflow:hidden}.sh-pdp-eyebrow{color:var(--sh-gold-text);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sh-pdp-h1 h1{font-size:clamp(30px,3.4vw,42px)!important;font-weight:900!important;line-height:1.08!important;letter-spacing:-.02em;color:var(--sh-navy);margin:0}.sh-pdp-sub p{font-size:17px;line-height:1.55;color:var(--sh-muted);margin:0}.sh-pdp-sub strong{color:var(--sh-navy)}.sh-pdp-list ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sh-pdp-list li{position:relative;padding-left:30px;font-size:15.5px;line-height:1.5;color:var(--sh-navy);font-weight:600}.sh-pdp-list li:before{content:"";position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;background:#e6f4ec;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232D8B5F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}.sh-pdp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sh-pdp-trust div{text-align:center;background:#fff;border-radius:var(--sh-r-md);padding:12px 8px;box-shadow:var(--sh-shadow-soft);font-size:12px;font-weight:700;color:var(--sh-navy)}.sh-pdp-trust svg{display:block;margin:0 auto 6px;width:18px;height:18px;color:var(--sh-coral)}.sh-pdp-note{font-size:13px;color:var(--sh-muted);line-height:1.5}.sh-pdp-note strong,.sh-pdp-note a{color:var(--sh-navy)}input[type=email],input[type=text],.field__input{border-radius:var(--sh-r-full)}.sh-hidden{display:none!important}.header-logo{position:relative;color:transparent!important;font-size:0!important}.header-logo>*{font-size:0!important;color:transparent!important}.header-logo:after{content:"STILLHUSH";position:static;font-size:15px;font-weight:800;letter-spacing:.42em;color:var(--sh-navy);text-transform:uppercase}.header-logo img{display:none}.sh-bonus{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center;background:var(--sh-coral-soft);border:1px solid #EADFBF;border-radius:var(--sh-r-lg);padding:14px 16px}.sh-bonus__icon{width:56px;height:56px;border-radius:12px;background:var(--sh-gold);color:var(--sh-navy);display:grid;place-items:center}.sh-bonus__icon svg{width:26px;height:26px}.sh-bonus strong{display:block;font-size:14px;font-weight:800;color:var(--sh-navy)}.sh-bonus span{font-size:13px;color:var(--sh-muted);line-height:1.45}.sh-bonus em{font-style:normal;color:var(--sh-gold-text);font-weight:800}.sh-hero__float .sh-icon-circle--coral{background:var(--sh-coral-soft);color:var(--sh-gold-text)}.sh-hero .sh-media-card--45{aspect-ratio:5 / 6}.sh-hero .sh-split{align-items:center}.sh-trust-section .sh-section--tight{padding-top:0;padding-bottom:8px}.sh-bundle{display:grid;gap:10px;margin-top:6px}.sh-bundle__label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-muted)}.sh-bundle__opt{display:grid;grid-template-columns:22px 1fr auto;gap:12px;align-items:center;width:100%;text-align:left;background:#fff;border:2px solid var(--sh-line);border-radius:var(--sh-r-lg);padding:14px 16px;cursor:pointer;font-family:var(--sh-font);transition:border-color var(--sh-ease),box-shadow var(--sh-ease)}.sh-bundle__opt:hover{box-shadow:var(--sh-shadow-soft)}.sh-bundle__opt.is-selected{border-color:var(--sh-gold);background:var(--sh-coral-soft)}.sh-bundle__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--sh-line);display:inline-block;position:relative}.sh-bundle__opt.is-selected .sh-bundle__radio{border-color:var(--sh-gold)}.sh-bundle__opt.is-selected .sh-bundle__radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--sh-gold)}.sh-bundle__body strong{display:block;font-size:15px;font-weight:800;color:var(--sh-navy)}.sh-bundle__body strong em{font-style:normal;margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--sh-gold);color:var(--sh-navy);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;vertical-align:middle}.sh-bundle__body>span{display:block;font-size:13px;color:var(--sh-muted);line-height:1.4}.sh-bundle__body b{color:var(--sh-navy)}.sh-bundle__price{text-align:right;font-weight:900;font-size:17px;color:var(--sh-navy);display:grid}.sh-bundle__price s{font-weight:600;font-size:12px;color:var(--sh-muted)}.sh-bundle__price small{font-size:11px;font-weight:800;color:var(--sh-gold-text)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/stillhush.css.map */
