:root{--sun: #f6c445;--sun-deep: #e9ad1d;--ink: #292929;--muted: #68645e;--cream: #faf7f0;--sand: #eee5d8;--sky: #dff1fb;--white: #fff;--line: #e9e3da;--container: 1800px;--gutter: 5rem;--radius-sm: 9px;--radius: 14px;--radius-lg: 18px;--shadow: 0 8px 24px rgba(43, 39, 32, .08);--ease: .22s cubic-bezier(.2, .7, .2, 1);--header-height: 66px;--font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-title: 32px;--font-content: 16px;--padding-block: 2.5rem}@media(max-width:768px){:root{--gutter: 2rem;--padding-block: 1.5rem}}:root{--sun-yellow: #F6C445;--sun-yellow-hover: #e5b53a;--sun-yellow-light: #fdf4dc;--charcoal: #2B2B2B;--charcoal-light: #3d3d3d;--warm-cream: #F9F7F2;--soft-sky: #A7D3F2;--soft-sky-light: #d4ebf9;--soft-sand: #E8DCCB;--warm-light: #F5F3EE;--white: #FFFFFF;--text-primary: #2B2B2B;--text-secondary: #5a5a5a;--text-muted: #8a8a8a;--border-light: rgba(43, 43, 43, .08);--border-medium: rgba(43, 43, 43, .12);--shadow-sm: 0 1px 3px rgba(43, 43, 43, .06);--shadow-md: 0 4px 16px rgba(43, 43, 43, .08);--shadow-lg: 0 8px 32px rgba(43, 43, 43, .1);--shadow-xl: 0 16px 48px rgba(43, 43, 43, .12);--shadow-card-hover: 0 12px 40px rgba(43, 43, 43, .14);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .2s cubic-bezier(.25, .46, .45, .94);--transition-base: .35s cubic-bezier(.25, .46, .45, .94);--transition-smooth: .5s cubic-bezier(.16, 1, .3, 1);--transition-spring: .6s cubic-bezier(.34, 1.56, .64, 1);--font-primary: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--container-max: 1800px;--container-wide: 1800px;--header-height: 72px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f8f5ef}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f2c44c,#dfa21c);border-radius:999px;border:2px solid #F8F5EF}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffd76a,#d08c00)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}::-webkit-scrollbar-button{display:none;width:0;height:0}*{scrollbar-width:thin;scrollbar-color:#E8B23A #F8F5EF}.padding-section{padding-block:var(--padding-block)!important}.padding-sectionx2{padding-block:calc(var(--padding-block)*2)!important}.padding-top-0{padding-top:0!important}.padding-topx2{padding-top:calc(var(--padding-block)*2)!important}.padding-bottomx2{padding-bottom:calc(var(--padding-block)*2)!important}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}body{margin:0;overflow-x:hidden;background:var(--white);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body>*{min-width:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0;cursor:pointer}img,svg{display:block;max-width:100%}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.18;letter-spacing:-.025em;font-family:var(--font)}.container,.container--wide,.section{width:min(100%,calc(var(--container) + 2 * var(--gutter)));margin-inline:auto;padding-inline:var(--gutter);max-width:var(--container)}.section-content-wrapper.section-content-wrapper div{display:flex;justify-content:center;align-items:center}.section-content-wrapper.section-content-wrapper div h1{line-height:1.18;letter-spacing:-.025em;font-family:var(--font);font-size:var(--font-title);text-align:center;color:var(--ink)}.hero.hero--organic .container--wide{max-width:max-content}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;border-radius:var(--radius-sm);background:var(--ink);color:var(--white);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #b07700;outline-offset:3px}.title-section{font-size:var(--font-title);font-family:var(--font)}.text-content{font-size:var(--font-content)}.color-light{color:var(--muted)}.breadcrumb{padding:1.25rem 0;font-size:.8125rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1.5px solid transparent;border-radius:999px;font-size:var(--font-content);font-weight:600;line-height:1;white-space:nowrap;transition:background var(--ease),border-color var(--ease),color var(--ease),transform var(--ease)}.btn:hover{transform:translateY(-1px)}.btn--secondary{background:var(--sun);color:var(--ink)}.btn--secondary:hover{background:var(--sun-deep)}.btn--primary{background:var(--ink);color:var(--white)}.btn--primary:hover{background:#111}.btn--outline{border-color:#d8a31e;background:var(--white);color:var(--ink)}.btn--outline:hover{background:#fff9e8}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.announcement-bar{height:34px;display:grid;place-items:center;background:var(--sun);font-size:var(--font-content);font-weight:600}.announcement-bar__inner{width:100%}.announcement-bar__slider{display:grid;place-items:center}.announcement-bar__slide{display:flex;align-items:center;gap:7px}.announcement-bar__slide svg{width:14px;height:14px}.header{height:100%;position:sticky;top:0;z-index:100;background:#fffffff7;border-bottom:1px solid var(--line);transition:box-shadow var(--ease)}.header--scrolled{box-shadow:0 7px 20px #2a251d12}.header__inner{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.header__left{min-width:0;display:flex;align-items:center;gap:clamp(28px,4vw,54px)}.header__logo{flex:0 0 auto}.header__logo-img{width:200px;height:auto}.header__nav{display:flex;align-items:center;gap:clamp(12px,1.55vw,22px)}.header__nav-link{padding-block:22px;font-size:var(--font-content);font-weight:500;white-space:nowrap;transition:color var(--ease)}.header__nav-link:hover{color:#a66f00}.header__dropdown{position:relative}.header__dropdown summary{list-style:none}.header__dropdown summary::-webkit-details-marker{display:none}.header__dropdown-trigger{display:flex;align-items:center;gap:5px;cursor:pointer}.header__dropdown-trigger svg{width:13px;height:13px;transition:transform var(--ease)}.header__dropdown[open] .header__dropdown-trigger{color:#a66f00}.header__dropdown[open] .header__dropdown-trigger svg{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;z-index:20;top:calc(100% - 7px);left:50%;width:180px;padding:8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow);transform:translate(-50%)}.header__dropdown-menu a{min-height:40px;display:flex;align-items:center;padding:8px 11px;border-radius:7px;font-size:var(--font-content);font-weight:500}.header__dropdown-menu a:hover,.header__dropdown-menu a:focus-visible{background:var(--cream);color:#8b5f00}.header__right{display:flex;align-items:center;gap:4px}.header__icon-btn,.header__menu-toggle,.mobile-nav__close,.cart-drawer__close,.search-overlay__close{width:44px;height:44px;display:grid;place-items:center;background:transparent;color:var(--ink);border-radius:50%}.header__icon-btn:hover,.header__menu-toggle:hover{background:var(--cream)}.header__icon-btn{position:relative}.header__icon-btn svg{width:20px;height:20px}.header__cart-count{position:absolute;top:3px;right:1px;min-width:17px;height:17px;display:grid;place-items:center;padding-inline:4px;border-radius:999px;background:var(--sun);font-size:9px;font-weight:700}.header__favorites-btn svg{transition:color var(--ease),fill var(--ease),transform var(--ease)}.header__favorites-btn:hover svg{color:#b9363e}.header__favorites-count{position:absolute;top:3px;right:1px;min-width:17px;height:17px;display:grid;place-items:center;padding-inline:4px;border-radius:999px;background:#c63f47;color:var(--white);font-size:9px;font-weight:700}.header__favorites-count[hidden],.header__menu-toggle{display:none}.hamburger{width:20px;display:grid;gap:4px}.hamburger span{height:2px;border-radius:99px;background:currentColor}.hero{position:relative;overflow:hidden;background:var(--cream);padding:0}.hero .container--wide{width:100%;padding-inline:0}.hero__inner{min-height:500px;display:grid;grid-template-columns:44% 56%;align-items:stretch}.hero__content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:50px clamp(38px,5vw,72px);background:#fffdf9}.hero__content:after{content:"";position:absolute;z-index:-1;top:-6%;right:-92px;width:165px;height:112%;border-radius:50%;background:#fffdf9}.hero__title{max-width:560px;margin-bottom:14px;font-size:clamp(40px,3.65vw,52px);font-weight:700}.hero__subtitle{max-width:470px;margin-bottom:24px;color:#4f4b45;font-size:var(--font-content);line-height:1.55}.hero__actions{display:flex;gap:10px;flex-wrap:wrap}.hero__visual{min-width:0;overflow:hidden}.hero__visual img{width:100%;height:100%;min-height:100vh;object-fit:cover;object-position:center}.hero__blob--yellow{position:absolute;z-index:2;width:220px;height:220px;top:-120px;left:-70px;border-radius:50%;background:#fff1c8}.hero__blob--sky{position:absolute;z-index:2;width:370px;height:175px;bottom:-115px;left:-40px;border-radius:50%;background:var(--sky)}.hero__dots{position:absolute;z-index:4;width:80px;height:72px;left:24px;top:145px;opacity:.6;background-image:radial-gradient(var(--sun) 2px,transparent 2px);background-size:15px 15px}@media(max-width:700px){.hero__visual{position:relative}.hero__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.5;background:linear-gradient(to bottom,#fffdf9 0%,rgba(255,253,249,.98) 0%,rgba(255,253,249,.92) 1%,rgba(255,253,249,.6) 25%,rgba(255,253,249,.25) 48%,transparent 62%)}.hero__visual img{position:relative;z-index:0}.hero__blob--sky{display:none}}@media(max-width:700px){.hero__visual img{object-position:60% 0px;min-height:260px}}.trust-strip{padding:18px 0;border-block:1px solid var(--line);background:var(--white)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip__item{min-width:0;display:flex;align-items:center;gap:12px;padding:0 22px;border-left:1px solid var(--line)}.trust-strip__icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #cfe4f1;border-radius:50%;background:#f7fcff}.trust-strip__icon svg{width:23px;height:23px}.trust-strip__text{color:var(--muted);font-size:var(--font-content);line-height:1.35}.trust-strip__text strong{display:block;margin-bottom:2px;color:var(--ink);font-size:var(--font-content)}.trust-strip__item{min-width:0;display:flex;align-items:center;gap:12px;padding:14px 22px;border-left:1px solid var(--line);border-radius:12px;cursor:pointer;transition:background .3s ease,transform .3s ease,box-shadow .3s ease,border-color .3s ease}.trust-strip__item:first-child{border-left:0}.trust-strip__icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #cfe4f1;border-radius:50%;background:#f7fcff;transition:background .3s ease,border-color .3s ease,transform .3s ease}.trust-strip__icon svg{width:23px;height:23px;transition:transform .3s ease}.trust-strip__text strong,.trust-strip__text{transition:color .3s ease}.trust-strip__item:hover{background:#fcfcfc;transform:translateY(-3px);box-shadow:0 10px 25px #0000000f}.trust-strip__item:hover .trust-strip__icon{background:#fff8e8;border-color:#f7b732}.trust-strip__item:hover .trust-strip__icon svg{transform:scale(1.08)}.trust-strip__item:hover .trust-strip__text strong{color:#f7b732}.trust-strip__item:hover .trust-strip__text{color:var(--ink)}.categories,.best-sellers,.everyday-favorites,.how-it-works,.faq,.final-cta{padding:48px 0}.section-header{max-width:680px;margin:0 auto 24px;text-align:center}.section-header h2,.best-sellers__header h2{margin-bottom:0;font-size:clamp(26px,3vw,40px)}.section-header p{margin:8px auto 0;color:var(--muted);font-size:var(--font-content)}.eyebrow{display:block;margin-bottom:6px;color:#9b6b00;font-size:13px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.carousel{position:relative}.carousel__track{scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__arrow{position:absolute;z-index:5;top:46%;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink);box-shadow:0 4px 12px #2b272017;transform:translateY(-50%)}.carousel__arrow:hover{background:var(--sun)}.carousel__arrow svg{width:17px;height:17px}.carousel__arrow--prev{left:-18px}.carousel__arrow--next{right:-18px}.categories{background:#fffdf9}.categories__grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px}.category-card{flex:0 0 31%;min-width:260px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);scroll-snap-align:start;transition:transform var(--ease),box-shadow var(--ease)}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-card__photo{aspect-ratio:1.22 / 1;overflow:hidden;background:var(--cream)}.category-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform var(--ease)}.category-card:hover .category-card__photo img{transform:scale(1.025)}.category-card__label{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px}.category-card__name{font-size:var(--font-content);font-weight:600}.category-card__arrow{width:22px;height:22px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--sun)}.category-card__arrow svg{width:13px;height:13px}.best-sellers{background:var(--white);border-top:1px solid #f4efe7}.everyday-favorites{background:var(--cream)}.best-sellers__header{margin-bottom:24px;text-align:center}.section-header--split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:32px;text-align:left}.section-header--split p{max-width:410px;margin:0 0 2px}.products-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px}.product-card{position:relative;flex:0 0 19%;min-width:190px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--white);scroll-snap-align:start;transition:transform var(--ease),box-shadow var(--ease)}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-card__image{position:relative;display:block;aspect-ratio:1 / 1.05;overflow:hidden;background:var(--cream)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ease)}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:999px;background:var(--ink);color:var(--white);font-size:var(--font-content);font-weight:700}.product-card__badge--sale{background:var(--sun-deep);color:var(--ink)}.product-card__wishlist{position:absolute;z-index:3;top:8px;right:8px;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(41,41,41,.08);border-radius:50%;background:#fffffff0;color:#5f5a53;box-shadow:0 4px 14px #2b27201f;transition:color var(--ease),background var(--ease),transform var(--ease)}.product-card__wishlist svg{width:20px;height:20px;fill:transparent;transition:fill var(--ease),color var(--ease)}.product-card__wishlist:hover{color:#b9363e;background:var(--white);transform:translateY(-1px)}.product-card__wishlist.active{color:#c63f47}.product-card__wishlist.active svg{fill:currentColor}.product-card__wishlist--pulse{transform:scale(1.12)}.product-card__info{display:flex;flex-direction:column;align-items:center;padding:11px 10px 12px;text-align:center}.product-card__name{min-height:43px;margin-bottom:2px;display:grid;place-items:center;font-size:var(--font-content);font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:4px}.stars{position:relative;display:inline-block;color:#ddd5c8;font-size:var(--font-content);letter-spacing:1px;line-height:1}.stars__fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--sun-deep)}.product-card__rating-count{color:#817d76;font-size:var(--font-content)}.product-card__price-row{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-bottom:2px}.product-card__price-row .product-card__price{color:var(--ink);font-size:var(--font-content);font-weight:700}.product-card__price-row .product-card__price--sale{color:#b3541e}.product-card__compare-at{color:#a39e96;font-size:var(--font-content)}.product-card__price--pending{min-height:15px;color:#817d76;font-size:var(--font-content);line-height:1.35;display:block}.product-card__sizes{min-height:15px;margin-bottom:2px;color:#817d76;font-size:var(--font-content);line-height:1.35}.product-card__add-to-cart{width:100%;min-height:36px;display:grid;place-items:center;margin-top:7px;padding:0 12px;border:0;border-radius:999px;background:var(--sun);color:var(--ink);font-size:var(--font-content);font-weight:700;transition:background var(--ease),transform var(--ease)}.product-card__add-to-cart:hover{background:var(--sun-deep);transform:translateY(-1px)}.product-card__add-to-cart:disabled{background:var(--line);color:#999;cursor:not-allowed;transform:none}.product-card__add-to-cart--added{background:#3f9d63;color:var(--white)}.product-card__choose-options{min-height:34px;display:grid;place-items:center;margin-top:7px;border:1px solid #e1ae2a;border-radius:999px;font-size:var(--font-content);font-weight:600;transition:background var(--ease)}.product-card__choose-options:hover{background:var(--sun)}.product-card__choose-options--disabled{pointer-events:none;border-color:var(--line);color:#999}.everyday-favorites .product-card{flex-basis:28%}.everyday-favorites .product-card__image{aspect-ratio:1.22 / 1}.personalize-banner{padding:24px var(--gutter);background:var(--white)}.personalize-banner__inner{width:min(100%,var(--container));height:232px;margin:0 auto;display:grid;grid-template-columns:42% 58%;overflow:hidden;border:1px solid #d8eaf3;border-radius:var(--radius);background:var(--sky)}.personalize-banner__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:30px 36px}.personalize-banner__content h2{margin-bottom:7px;font-size:30px}.personalize-banner__content p{max-width:400px;margin-bottom:14px;color:#55514c;font-size:var(--font-content);line-height:1.55}.personalize-banner__visual{overflow:hidden}.personalize-banner__visual img{width:100%;height:100%;object-fit:cover}.lifestyle-section{padding:0 var(--gutter) 24px;background:var(--white)}.lifestyle-section__inner{width:min(100%,var(--container));height:400px;margin:0 auto;display:grid;grid-template-columns:54% 46%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream)}.lifestyle-section__visual{overflow:hidden}.lifestyle-section__visual img{width:100%;height:100%;object-fit:cover;object-position:left center}.lifestyle-section__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:34px 40px}.lifestyle-section__content h2{max-width:400px;margin-bottom:8px;font-size:31px}.lifestyle-section__content p{max-width:440px;margin-bottom:16px;color:var(--muted);font-size:var(--font-content);line-height:1.6}.style-choice{background:var(--white)}.style-choice__inner{overflow:hidden;border:1px solid #d8eaf3;border-radius:var(--radius)}.style-choice__banner{min-height:232px;display:grid;grid-template-columns:42% 58%;background:var(--sky)}.style-choice__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:30px 36px}.style-choice__content h2{margin-bottom:7px;font-size:30px}.style-choice__content p{max-width:400px;margin-bottom:14px;color:#55514c;font-size:var(--font-content);line-height:1.55}.style-choice__visual{overflow:hidden}.style-choice__visual img{width:100%;height:100%;object-fit:cover}.style-choice__glance{padding:22px 32px 26px;border-top:1px solid #d8eaf3;background:#fdfcf9}.style-choice__glance-label{max-width:560px;margin:0 auto 16px;color:var(--muted);font-size:var(--font-content);text-align:center}.style-choice__glance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.size-fit__card{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 9px;border:1px solid var(--line);border-radius:11px;background:var(--white);text-align:center;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background-color .28s ease}.size-fit__icon{width:68px;height:68px;display:grid;place-items:center;margin-bottom:5px;transition:transform .3s ease}.size-fit__icon img,.size-fit__icon svg{width:64px;height:64px;object-fit:contain}.size-fit__name{margin-bottom:3px;font-size:var(--font-content);font-weight:700;transition:color .25s ease}.size-fit__desc{color:var(--muted);font-size:var(--font-content);line-height:1.4}.size-fit__card:hover{transform:translateY(-6px);border-color:#f0c55a;background:#fffefb;box-shadow:0 12px 28px #00000014,0 2px 8px #0000000a}.size-fit__card:hover .size-fit__icon{transform:translateY(-3px) scale(1.06)}.size-fit__card:hover .size-fit__name{color:#b67d00}.size-fit__card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--sun),#ffd56b);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.size-fit__card:hover:before{transform:scaleX(1)}.how-it-works{padding-top:38px;padding-bottom:42px;background:var(--white)}.how-it-works .section-header{margin-bottom:18px}.how-it-works .section-header .eyebrow,.how-it-works .section-header p{display:none}.steps-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.steps-grid:before{content:"";position:absolute;top:37px;left:12%;right:12%;border-top:2px dotted #edbd3e}.step-card{position:relative;z-index:1;text-align:center}.step-card__number{position:relative;width:74px;height:74px;display:grid;place-items:center;margin:0 auto 11px;border-radius:50%;background:var(--sky);color:var(--ink)}.step-card__number span{position:absolute;top:-5px;left:-4px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--sun);font-size:var(--font-content);font-weight:700}.step-card__number svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.step-card__title{margin-bottom:4px;font-size:var(--font-content)}.step-card__desc{max-width:210px;margin:0 auto;color:var(--muted);font-size:var(--font-content);line-height:1.45}.step-card{position:relative;padding:1.5rem 1rem;border-radius:22px;transition:transform .35s ease,box-shadow .35s ease,background-color .35s ease}.step-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px #00000014}.step-card__number{transition:background-color .35s ease,color .35s ease,transform .35s ease,box-shadow .35s ease}.step-card:hover .step-card__number{background:var(--sun);color:#fff;transform:scale(1.08);box-shadow:0 0 0 8px #edbd3e24}.step-card__number svg{transition:transform .35s ease,stroke .35s ease}.step-card:hover .step-card__number svg{stroke:#fff;transform:scale(1.08)}.step-card__title{transition:color .35s ease}.step-card:hover .step-card__title{color:var(--sun-dark)}.step-card__desc{transition:color .35s ease}.step-card:hover .step-card__desc{color:var(--ink)}.step-card__number span{transition:transform .35s ease,background-color .35s ease}.step-card:hover .step-card__number span{transform:scale(1.12);background:#222;color:#fff}.step-card:after{content:"";display:block;width:0;height:2px;margin:18px auto 0;background:var(--sun);border-radius:99px;transition:width .35s ease}.step-card:hover:after{width:56px}.track-order{padding:22px var(--gutter);background:var(--white)}.track-order__inner{width:min(100%,1040px);height:190px;margin:0 auto;display:grid;grid-template-columns:70px minmax(0,1fr) 300px;align-items:center;gap:24px;overflow:hidden;border:1px solid #ead9b1;border-radius:var(--radius);background:#fff9ea;width:100%;height:350px;grid-template-columns:70px minmax(0,1fr) 500px}.track-order__icon{width:58px;height:58px;display:grid;place-items:center;margin-left:20px;border-radius:50%;background:#ffedbd}.track-order__icon svg{width:28px;height:28px}.track-order__content{min-width:0;padding-block:22px}.track-order__content h2{margin-bottom:4px;font-size:25px}.track-order__content p{max-width:520px;margin-bottom:9px;color:var(--muted);font-size:var(--font-content);line-height:1.45}.track-order__form label{display:none}.track-order__form-row{display:flex;gap:8px}.track-order__form input{min-width:0;width:100%;height:42px;padding:0 14px;border:1px solid #d9c99f;border-radius:999px;background:var(--white);color:var(--ink);font-size:var(--font-content)}.track-order__status{min-height:0;margin:3px 0 0;color:var(--muted);font-size:var(--font-content)}.track-order__photo{align-self:stretch;overflow:hidden}.track-order__photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}@media(max-width:768px){.track-order__inner{grid-template-columns:1fr}}.faq{padding-top:34px;padding-bottom:34px;background:var(--white)}.faq .section-header{margin-bottom:16px}.faq .eyebrow,.faq .section-header p{display:none}.faq__grid{margin:0 auto;columns:2;column-gap:14px}.faq-item{break-inside:avoid;margin-bottom:8px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background-color .28s ease}.faq-item__question{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 12px;background:transparent;color:var(--ink);text-align:left;font-size:var(--font-content);font-weight:500}.faq-item__icon{width:20px;height:20px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--cream);transition:transform var(--ease),background var(--ease)}.faq-item__icon svg{width:11px;height:11px}.faq-item.active .faq-item__icon{transform:rotate(45deg);background:var(--sun)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height var(--ease)}.faq-item.active .faq-item__answer{max-height:180px}.faq-item__answer p{margin:0;padding:0 12px 12px;color:var(--muted);font-size:var(--font-content);line-height:1.5}.faq-item:hover{transform:translateY(-2px);border-color:#efc760;box-shadow:0 10px 24px #0000000f}.faq-item.active{border-color:#efc760;background:linear-gradient(180deg,#fffdf8,#fff);box-shadow:0 14px 32px #00000012}.faq-item__question{transition:color .25s ease}.faq-item.active .faq-item__question{color:#b67d00}.faq-item__icon{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--cream);transition:transform .3s ease,background-color .3s ease,color .3s ease}.faq-item.active .faq-item__icon{transform:rotate(45deg) scale(1.08);background:var(--sun);color:#fff}.faq-item__answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease}.faq-item.active .faq-item__answer{max-height:220px;opacity:1}.faq-item{position:relative}.faq-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--sun);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.faq-item.active:before{transform:scaleX(1)}.final-cta{padding-top:18px;padding-bottom:26px;background:var(--white)}.final-cta__inner{height:350px;display:grid;grid-template-columns:56% 44%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(110deg,var(--sky),#fff8e8)}.final-cta__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:28px 38px}.final-cta__content h2{max-width:540px;margin:0 0 7px;font-size:29px}.final-cta__content p{max-width:530px;margin-bottom:14px;color:var(--muted);font-size:var(--font-content)}.final-cta__inner>img{width:100%;height:100%;min-height:210px;object-fit:cover;object-position:center 28%}.newsletter-bar{padding:20px 0;background:var(--sky)}.newsletter-bar__inner{display:flex;align-items:center;justify-content:center;gap:28px}.newsletter-bar__text{max-width:520px;display:flex;align-items:center;gap:15px}.newsletter-bar__icon{width:45px;height:45px;flex:0 0 auto}@media(max-width:768px){.newsletter-bar__icon{display:none}.newsletter-bar__text,.newsletter-bar__text div{text-align:center}}.newsletter-bar__text h3{margin-bottom:2px;font-size:var(--font-content)}.newsletter-bar__text p{margin-bottom:0;color:var(--muted);font-size:var(--font-content)}.newsletter-bar__form{position:relative;width:min(100%,430px);display:flex;gap:8px}.newsletter-bar__form input{min-width:0;flex:1;height:44px;padding:0 16px;border:1px solid #c8dce7;border-radius:999px;background:var(--white);font-size:var(--font-content)}.newsletter-bar__status{position:absolute;left:16px;top:calc(100% + 2px);font-size:var(--font-content)}.footer{padding:28px 0 0;background:var(--cream)}.footer__top{display:grid;grid-template-columns:1.65fr repeat(3,.7fr);gap:30px;padding-bottom:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-around}.footer__logo-img{width:240px}.footer__brand p{max-width:250px;margin:10px 0 14px;color:var(--muted);font-size:var(--font-content)}.footer__social-placeholder{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--white);color:var(--ink)}.footer__social-placeholder svg{width:15px;height:15px}.footer__social{display:flex;gap:8px}.footer__social-placeholder{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--white);color:var(--ink);border:1px solid rgba(0,0,0,.06);transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease,border-color .25s ease}.footer__social-placeholder svg{width:16px;height:16px;transition:transform .25s ease}.footer__social-placeholder:hover{background:var(--sun);color:var(--white);border-color:var(--sun);transform:translateY(-3px);box-shadow:0 10px 22px #f0b62b47}.footer__social-placeholder:hover svg{transform:scale(1.08)}.footer__column h4{margin-bottom:11px;font-size:var(--font-content);letter-spacing:.02em}.footer__column ul{display:grid;gap:8px}.footer__column a,.footer__column button{color:var(--muted);font-size:var(--font-content);line-height:1.4;background:transparent}.footer__column a:hover,.footer__column button:hover{color:#8b5f00}.footer__bottom{padding:13px 0 16px;text-align:center}.footer__bottom p{margin:0;color:#8a867f;font-size:var(--font-content)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;visibility:hidden;opacity:0;background:#19161275;transition:opacity var(--ease),visibility var(--ease)}.mobile-overlay.open{visibility:visible;opacity:1}.mobile-nav,.cart-drawer{position:fixed;z-index:200;top:0;right:0;width:min(90vw,390px);height:100dvh;display:flex;flex-direction:column;background:var(--white);transform:translate(105%);transition:transform var(--ease);box-shadow:-12px 0 36px #19161226}.mobile-nav.open,.cart-drawer.open{transform:translate(0)}.mobile-nav__header,.cart-drawer__header{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-bottom:1px solid var(--line)}.mobile-nav__links{overflow-y:auto;padding:12px 18px}.mobile-nav__link svg{display:none}.mobile-nav__link{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:var(--font-content);font-weight:500}.mobile-nav__dropdown summary{list-style:none}.mobile-nav__dropdown summary::-webkit-details-marker{display:none}.mobile-nav__dropdown-trigger{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:var(--font-content);font-weight:500;cursor:pointer}.mobile-nav__dropdown-trigger svg{transition:transform var(--ease)}.mobile-nav__dropdown[open] .mobile-nav__dropdown-trigger svg{transform:rotate(90deg)}.mobile-nav__submenu{display:grid;padding:4px 0 8px 14px;border-bottom:1px solid var(--line)}.mobile-nav__submenu .mobile-nav__link{min-height:44px;padding:6px 12px;border-bottom:0;border-left:2px solid var(--sky);font-size:var(--font-content)}.mobile-nav__submenu .mobile-nav__link:hover,.mobile-nav__submenu .mobile-nav__link:focus-visible{background:var(--cream);color:#8b5f00}.cart-drawer__title{font-weight:700}.cart-drawer__body{flex:1;overflow-y:auto;padding:18px}.cart-drawer__footer{padding:18px;border-top:1px solid var(--line)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:14px}.cart-drawer__checkout{width:100%}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-item__icon{width:60px;height:60px;overflow:hidden;border-radius:8px}.cart-item__name{font-size:var(--font-content);font-weight:600}.cart-item__meta,.cart-item__price{color:var(--muted);font-size:var(--font-content)}.cart-item__remove,.cart-item__qty button{min-width:30px;min-height:30px}.cart-empty{display:grid;place-items:center;min-height:240px;text-align:center;color:var(--muted)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;visibility:hidden;opacity:0;padding:8vh var(--gutter);background:#1916128a;transition:opacity var(--ease),visibility var(--ease)}.search-overlay.open{visibility:visible;opacity:1}.search-overlay__box{width:min(100%,720px);margin:0 auto;padding:18px;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.search-overlay__input-row{display:flex;align-items:center;gap:10px}.search-overlay__input-row>svg{width:21px}.search-overlay__input{min-width:0;flex:1;height:46px;border:0;border-bottom:1px solid var(--line);outline:0}.search-overlay__suggestions{padding-top:14px}.search-overlay__label{margin-bottom:8px;color:var(--muted);font-size:var(--font-content);font-weight:700;text-transform:uppercase}.search-overlay__tags{display:flex;flex-wrap:wrap;gap:7px}.search-overlay__tag{min-height:38px;padding:7px 12px;border-radius:999px;background:var(--cream);color:var(--ink);font-size:var(--font-content)}.search-overlay__results{display:grid;gap:7px;margin-top:12px}.search-overlay__results a{min-height:44px;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:8px;background:var(--cream);font-size:var(--font-content);font-weight:600}.toast-stack{position:fixed;z-index:300;left:16px;bottom:16px;display:grid;gap:8px}.toast{padding:11px 15px;border-radius:9px;background:var(--ink);color:var(--white);font-size:var(--font-content);opacity:0;transform:translateY(8px);transition:opacity var(--ease),transform var(--ease)}.toast.show{opacity:1;transform:translateY(0)}.back-to-top{position:fixed;z-index:90;right:18px;bottom:18px;width:44px;height:44px;display:grid;place-items:center;visibility:hidden;opacity:0;border-radius:50%;background:var(--ink);color:var(--white);transition:opacity var(--ease),visibility var(--ease)}.back-to-top.visible{visibility:visible;opacity:1}.back-to-top svg{width:18px}.mobile-nav__header{min-height:72px;padding:0 22px;background:var(--cream);border-bottom:1px solid #efe5d3}.mobile-nav__header span{font-size:1.15rem;font-weight:700;color:var(--ink)}.mobile-nav__close{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;transition:.25s;color:#5c564f}.mobile-nav__close:hover{background:#fff3d4;color:#b67d00}.mobile-nav__link{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 4px;border-bottom:1px solid #f1ebe2;font-size:1rem;font-weight:500;transition:color .25s,padding-left .25s,background .25s}.mobile-nav__dropdown-trigger{min-height:58px;display:flex;justify-content:space-between;align-items:center;padding:0 4px;border-bottom:1px solid #f1ebe2;font-size:1rem;font-weight:500;transition:color .25s,padding-left .25s,background .25s}.mobile-nav__dropdown-trigger svg{color:#8c857d;transition:transform .25s,color .25s}.mobile-nav__dropdown[open] .mobile-nav__dropdown-trigger{color:#b67d00}.mobile-nav__dropdown[open] .mobile-nav__dropdown-trigger svg{color:#d7a728}.mobile-nav__submenu{display:grid;gap:2px;padding:8px 0 12px;background:#fffdf9}.mobile-nav__submenu .mobile-nav__link{min-height:46px;padding-left:22px;border-left:3px solid transparent;border-bottom:none;font-size:.95rem;color:#56514b}.mobile-nav__dropdown[open]{background:#fffefb}.mobile-nav__link,.mobile-nav__dropdown-trigger{position:relative;overflow:hidden}.mobile-nav__link:before,.mobile-nav__dropdown-trigger:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:var(--sun);transform:scaleY(0);transition:.25s}.mobile-nav__link:hover:before,.mobile-nav__dropdown-trigger:hover:before{transform:scaleY(1)}.reveal,.reveal-scale{opacity:0;transform:translateY(12px);transition:opacity .48s ease,transform .48s ease}.reveal-scale{transform:scale(.985)}.reveal.visible,.reveal-scale.visible{opacity:1;transform:none}@media(max-width:1080px){.header__nav{display:none}.header__menu-toggle{display:grid}.product-card{flex-basis:calc((100% - 48px)/5)}.trust-strip__item{padding-inline:14px}.track-order__inner{grid-template-columns:64px minmax(0,1fr) 240px}}@media(max-width:900px){.hero__inner{min-height:0;grid-template-columns:1fr}.hero__content{order:1;min-height:360px;clip-path:none;padding:48px var(--gutter)}.hero__content:after{display:none}.hero__visual{order:2;height:min(58vw,430px)}.hero__dots{top:120px;right:20px;left:auto}.trust-strip__grid{grid-template-columns:1fr 1fr;gap:16px 0}.trust-strip__item:nth-child(3){border-left:0}.product-card{flex-basis:calc((100% - 36px)/4)}.personalize-banner__inner{height:auto;grid-template-columns:1fr}.personalize-banner__content{min-height:220px}.personalize-banner__visual{height:220px}.lifestyle-section__inner{height:auto;grid-template-columns:1fr}.lifestyle-section__visual{height:330px}.lifestyle-section__content{min-height:240px}.style-choice__banner{grid-template-columns:1fr}.style-choice__visual{height:220px}.track-order__inner{height:auto;min-height:190px;grid-template-columns:64px 1fr;padding-right:20px}.track-order__photo{display:none}.final-cta__inner{height:auto;min-height:210px;grid-template-columns:1fr 36%}.newsletter-bar__inner{align-items:flex-start}.footer__top{display:grid;grid-template-columns:1.5fr repeat(2,1fr)}}@media(max-width:700px){:root{--header-height: 62px}.header__logo-img{width:164px}.hero__content{min-height:330px}.hero__title{font-size:clamp(36px,10vw,44px)}.hero__actions{width:100%}.hero__actions .btn{flex:1 1 180px}.trust-strip__grid{grid-template-columns:1fr}.trust-strip__item{border-left:0}.categories,.best-sellers,.everyday-favorites,.how-it-works,.faq,.final-cta{padding-block:38px}.category-card{flex-basis:72vw;min-width:0}.product-card{flex:0 0 178px;min-width:178px}.everyday-favorites .product-card{flex:0 0 178px}.section-header--split{display:block}.section-header--split p{margin-top:8px}.carousel__arrow{display:none}.personalize-banner{padding-block:18px}.personalize-banner__content,.lifestyle-section__content{padding:28px 24px}.personalize-banner__content h2,.lifestyle-section__content h2{font-size:27px}.personalize-banner__visual{height:190px}.lifestyle-section__visual{height:260px}.style-choice__glance{padding:20px 18px 22px}.style-choice__glance-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr;gap:24px 16px}.steps-grid:before{display:none}.track-order__inner{grid-template-columns:1fr;padding:22px;text-align:center}.track-order__icon{margin:0 auto}.track-order__content{padding:0}.track-order__form-row{flex-direction:column}.faq__grid{columns:1}.final-cta__inner{grid-template-columns:1fr}.final-cta__content{padding:28px 24px}.final-cta__inner>img{max-height:200px;min-height:180px}.newsletter-bar__inner{flex-direction:column}.newsletter-bar__form{width:100%}.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}.footer__brand p{text-align:center}}@media(max-width:480px){.hero__visual.hero__visual--photo{position:absolute;left:0;top:0;width:100%;height:100vh}.hero__visual img{min-height:100vh;opacity:.5}.hero__content{background:linear-gradient(89deg,#ffffffa3 39% 56%,#ffffff4d 84%);min-height:calc(100vh - 100px)!important}}@media(max-width:430px){.announcement-bar{font-size:13px}.header__logo-img{width:150px}.header__icon-btn,.header__menu-toggle{width:40px;height:40px}.hero__content{min-height:340px}.hero__visual{height:260px}.hero__subtitle{font-size:var(--font-content);text-align:center}.hero__actions .btn{flex-basis:100%}.category-card{flex-basis:76vw}.style-choice__glance-grid{gap:8px}.size-fit__card{min-height:150px}.steps-grid{grid-template-columns:1fr}.step-card__desc{max-width:260px}.newsletter-bar__form{flex-direction:column}.newsletter-bar__form .btn{width:100%}.footer__top{grid-template-columns:1fr 1fr;gap:22px 14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.wishlist-engine-button,.wishlist-engine-button:focus,.wishlist-engine-button:hover{background:transparent!important;color:#c63f47}.wishlist-engine[data-added=true] .wishlist-icon svg path{fill:#c63f47;stroke:#c63f47}.footer__bottom a{color:var(--sun-deep)}.footer__bottom a:hover{color:var(--sun)}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;height:100dvh;background:var(--white);z-index:300;transform:translate(100%);transition:transform var(--transition-smooth);box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-light)}.cart-drawer__title{font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.cart-drawer__count{background:var(--sun-yellow);color:var(--charcoal);font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:var(--radius-full)}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.cart-drawer__close:hover{background:var(--warm-light)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__body button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit;text-decoration:none}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:2rem;color:var(--text-muted);gap:1rem}.cart-drawer__empty svg{width:56px;height:56px;opacity:.3}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-light);animation:cartItemIn .35s cubic-bezier(.16,1,.3,1)}@keyframes cartItemIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.cart-item__image{width:72px;height:72px;border-radius:var(--radius-md);background:var(--warm-light);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item__image svg{width:32px;height:32px;opacity:.5}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:.875rem;font-weight:600;margin-bottom:.125rem}.cart-item__meta{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__qty{display:flex;align-items:center;gap:.5rem;background:var(--warm-light);border-radius:var(--radius-full);padding:.125rem}.cart-item__qty button{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.875rem;transition:background var(--transition-fast)}.cart-item__qty button:hover{background:var(--white)}.cart-item__qty span{font-size:.8125rem;font-weight:600;min-width:16px;text-align:center}.cart-item__price{font-size:.875rem;font-weight:700}.cart-item__price--pending{font-weight:500;font-style:italic;color:var(--text-muted)}.cart-item__remove{font-size:.6875rem;color:var(--text-muted);text-decoration:underline;margin-top:.375rem;transition:color var(--transition-fast)}.cart-item__remove:hover{color:#e74c3c}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:.9375rem}.cart-drawer__subtotal strong{font-size:1.125rem}@media(max-width:768px){.hero__title,hero__subtitle{text-align:center}.lifestyle-section__content{text-align:center;align-items:center}.section-header--split div,.section-header--split p{text-align:center}.style-choice__content{align-items:center;text-align:center}.final-cta__content{text-align:center;align-items:center}.newsletter-bar__form input{padding:10px 16px}.footer__brand{justify-content:center;display:flex;flex-direction:column;align-items:center}.footer__top{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__column h4,.footer__column ul{text-align:center}}.sun-toast-stack{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.8rem;z-index:999999}.sun-toast{display:flex;align-items:center;gap:1rem;width:auto;background:#fff;border:1px solid #E8B23A;border-radius:18px;padding:18px;box-shadow:0 15px 35px #0000001f;transform:translateY(990px);opacity:0;transition:.35s}.sun-toast.show{transform:none;opacity:1}.sun-toast__icon{width:52px;height:52px;flex:none;border-radius:50%;background:#e8b23a;display:grid;place-items:center}.sun-toast__icon svg{width:24px;stroke:#fff;fill:none;stroke-width:3}.sun-toast__content{flex:1;display:flex;justify-content:end;align-items:center}.sun-toast__content strong{display:block;font-weight:700;font-size:16px}.sun-toast__content span{display:block;margin-top:4px;color:#777;font-size:14px}.sun-toast__button{background:#2d2a2a;color:#fff;border:none;border-radius:999px;padding:10px 18px;cursor:pointer;transition:.25s}.sun-toast__button:hover{background:#e8b23a;color:#111}.sh-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f0f8c;opacity:0;visibility:hidden;transition:.3s;z-index:990;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sh-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.3s;padding:30px;z-index:991}.sh-modal.active,.sh-modal-overlay.active{opacity:1;visibility:visible}.sh-modal__dialog{width:min(760px,100%);max-height:85vh;background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 80px #0000002e;transform:translateY(25px);transition:.35s}.sh-modal.active .sh-modal__dialog{transform:none}.sh-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #ececec;background:#fff;position:sticky;top:0;z-index:5}.sh-modal__logo img{width:170px}.sh-modal__close{width:46px;height:46px;border:none;border-radius:50%;background:#f5f5f5;cursor:pointer;transition:.25s;font-size:18px}.sh-modal__close:hover{background:var(--sun);color:#fff;transform:rotate(90deg)}.sh-modal__body{overflow:auto;padding:36px}.sh-modal__body h2{margin-bottom:18px}.sh-modal__body h3{margin-top:34px;margin-bottom:12px}.sh-modal__body p{color:var(--muted);line-height:1.8}.sh-modal__body ul{padding-left:18px;list-style:disc}.sh-modal__body li{margin-bottom:10px;color:var(--muted)}.sh-modal__eyebrow{display:inline-flex;margin-bottom:12px;padding:6px 12px;border-radius:999px;background:#fff6d9;color:#c99600;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer__modal-button{padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer;transition:.25s}.footer__modal-button:hover{color:var(--sun)}.resource-card__wrapper{border:1px solid var(--line);border-radius:11px;background:var(--white);scroll-snap-align:start;transition:transform var(--ease),box-shadow var(--ease);background:var(--cream);overflow:hidden}.resource-card__wrapper:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.predictive-search-results__title{color:var(--ink)}.resource-card__image{transition:all .3s ease-out}.resource-card__title{font-size:12.5px;font-weight:600;line-height:1.35;text-align:center}.price__regular,.price__sale{color:var(--ink);font-size:14px;font-weight:700;text-align:center}.predictive-search-form{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--white);scroll-snap-align:start;transition:transform var(--ease),box-shadow var(--ease)}.predictive-search-results__pill{margin:2px;min-height:38px;padding:7px 12px;border-radius:999px;background:var(--cream);color:var(--ink);font-size:11px}.predictive-search-results__wrapper-products{gap:1rem!important}.breadcrumb,.shop-breadcrumb{padding:1.25rem 0}.btn.btn--primary.cart-drawer__checkout{background:var(--sun);color:var(--ink)}.cart-page.spacing-style.cart-page--empty{box-sizing:border-box;width:min(100%,620px);margin:28px auto 10px;border:1px solid var(--line);border-radius:22px;background:var(--cream);text-align:center}.cart-page.spacing-style.cart-page--empty h1{margin:0 0 8px;font-size:25px}.cart-page.spacing-style.cart-page--empty .cart-items__wrapper p{max-width:390px;margin:0 auto 24px;color:var(--muted);line-height:1.65}.cart-page.spacing-style.cart-page--empty .button.cart-items__empty-button{background:var(--ink);color:var(--white);min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1.5px solid transparent;border-radius:999px;font-size:var(--font-content);font-weight:600;line-height:1;white-space:nowrap;transition:background var(--ease),border-color var(--ease),color var(--ease),transform var(--ease)}.cart-page.spacing-style.cart-page--empty .button.cart-items__empty-button:hover{transform:translateY(-1px)}
/*# sourceMappingURL=/cdn/shop/t/1/assets/main.css.map */
