*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:Inter,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:var(--color-ink,#1a2b3c);background:var(--color-bg,#fbfdff);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .2s ease,color .2s ease}a:hover{opacity:.75}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,Times New Roman,serif;font-weight:500;line-height:1.15;letter-spacing:-.01em;margin:0 0 .4em;color:var(--color-blue-deep,#264a6b)}h1{font-size:clamp(2.4rem,5.2vw,4.8rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:clamp(1.4rem,2.2vw,1.9rem)}p{margin:0 0 1em}.italic-accent{font-style:italic;color:var(--color-blue)}.eyebrow{font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--color-blue);display:inline-flex;align-items:center;gap:.6em}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-blue)}.skip-link{position:absolute;top:-100px;left:0;background:var(--color-blue-deep);color:#fff;padding:12px 20px;z-index:1000}.skip-link:focus{top:0}.container{max-width:var(--container,1320px);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}.section{padding:80px 0}@media(min-width:768px){.section{padding:120px 0}}.section--tight{padding:60px 0}.section--soft{background:var(--color-soft,#eef6fc)}.section--gradient{background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-soft) 100%)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:999px;font-size:.92rem;font-weight:500;letter-spacing:.02em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;min-height:52px;white-space:nowrap}.btn--primary{background:var(--color-blue-deep);color:#fff;box-shadow:0 10px 30px -10px #264a6b66}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px -10px #264a6b73;opacity:1}.btn--secondary{background:#fff;color:var(--color-blue-deep);box-shadow:0 4px 16px -4px #264a6b1f}.btn--secondary:hover{transform:translateY(-2px);opacity:1}.btn--ghost{background:transparent;color:var(--color-blue-deep);border:1px solid rgba(38,74,107,.18)}.btn--ghost:hover{background:#264a6b0a;opacity:1}.btn--full{width:100%}.site-header{position:sticky;top:0;z-index:50;background:#fbfdffd1;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(38,74,107,.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.site-header__logo{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500;letter-spacing:.04em;color:var(--color-blue-deep)}.site-header__nav{display:none;gap:36px;align-items:center}@media(min-width:900px){.site-header__nav{display:flex}}.site-header__nav a{font-size:.88rem;font-weight:500;color:var(--color-ink);position:relative}.site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--color-blue-deep);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.site-header__nav a:hover:after{transform:scaleX(1);transform-origin:left}.site-header__actions{display:flex;align-items:center;gap:18px}.icon-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--color-blue-deep);transition:background .2s ease}.icon-btn:hover{background:#264a6b0f;opacity:1}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:6px;right:6px;background:var(--color-blue-deep);color:#fff;font-size:.65rem;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.icon-btn{position:relative}.menu-toggle{display:flex}@media(min-width:900px){.menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--color-bg);padding:80px 32px 40px;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-nav.open{transform:translateY(0)}.mobile-nav a{display:block;font-family:Cormorant Garamond,serif;font-size:2rem;padding:14px 0;color:var(--color-blue-deep)}.mobile-nav__close{position:absolute;top:24px;right:24px}.hero{position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center;background:linear-gradient(180deg,#f3faff,#e4f0fa)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.55}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fbfdff8c,#e4f0fab3)}.hero__content{position:relative;z-index:2;padding:120px 0 100px;max-width:780px}.hero h1{font-size:clamp(2.8rem,7vw,6rem);font-weight:500;letter-spacing:-.02em;margin-bottom:.3em}.hero h1 em{font-style:italic;color:var(--color-blue);font-weight:400}.hero__sub{font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--color-muted);max-width:520px;margin-bottom:2.5rem;line-height:1.6}.hero__ctas{display:flex;flex-wrap:wrap;gap:14px}.hero__floater{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.7),rgba(188,217,238,.3) 60%,transparent 70%);filter:blur(20px);z-index:1;pointer-events:none}.hero__floater--1{width:420px;height:420px;top:-100px;right:-80px}.hero__floater--2{width:300px;height:300px;bottom:-80px;left:-40px}.marquee{background:var(--color-blue-deep);color:#fff;padding:14px 0;overflow:hidden}.marquee__track{display:flex;gap:60px;animation:marquee 30s linear infinite;white-space:nowrap;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fact-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:48px}@media(min-width:700px){.fact-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.fact-grid{grid-template-columns:repeat(4,1fr)}}.fact-card{background:#fff;border-radius:var(--radius-lg,28px);padding:36px 28px;box-shadow:0 4px 24px -8px #264a6b14;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(38,74,107,.04)}.fact-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px -10px #264a6b24}.fact-card__icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#dbeefc,#c1e0f5);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--color-blue-deep)}.fact-card__icon svg{width:26px;height:26px;stroke-width:1.4}.fact-card__num{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:var(--color-blue-deep);font-weight:500;line-height:1;margin-bottom:8px}.fact-card__num em{font-style:italic;font-size:1rem;color:var(--color-muted);margin-left:6px}.fact-card h3{font-size:1.05rem;margin-bottom:10px;color:var(--color-ink);font-family:Inter,sans-serif;font-weight:600;letter-spacing:.02em}.fact-card p{font-size:.92rem;color:var(--color-muted);margin:0}.product-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:56px}@media(min-width:700px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:var(--radius-lg,28px);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;box-shadow:0 6px 28px -10px #264a6b1a;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px -12px #264a6b2e;opacity:1}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(180deg,#eef6fc,#dbeefc)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__badge{position:absolute;top:16px;left:16px;background:#fff;color:var(--color-blue-deep);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;padding:6px 12px;border-radius:99px;font-weight:500}.product-card__body{padding:28px 24px;display:flex;flex-direction:column;flex:1}.product-card__title{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--color-blue-deep);margin-bottom:6px}.product-card__desc{font-size:.9rem;color:var(--color-muted);margin-bottom:16px;flex:1}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__price{font-size:1.05rem;color:var(--color-ink);font-weight:500}.product-card__price s{color:var(--color-muted);font-weight:400;margin-right:8px}.product-card__cta{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-blue-deep);font-weight:600;display:inline-flex;align-items:center;gap:6px}.product-card__cta svg{width:14px;height:14px;transition:transform .3s ease}.product-card:hover .product-card__cta svg{transform:translate(4px)}.image-text{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.image-text{grid-template-columns:1.1fr 1fr;gap:80px}}.image-text--reverse{direction:rtl}.image-text--reverse>*{direction:ltr}.image-text__media{border-radius:var(--radius-lg,28px);overflow:hidden;aspect-ratio:4/5;box-shadow:0 30px 70px -20px #264a6b2e}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__copy h2{margin-bottom:1rem}.image-text__copy p{font-size:1.05rem;color:var(--color-muted);margin-bottom:1.4rem}.image-text__list{list-style:none;padding:0;margin:0 0 2rem}.image-text__list li{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-top:1px solid rgba(38,74,107,.08);font-size:.95rem;color:var(--color-ink)}.image-text__list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-blue);margin-top:9px;flex-shrink:0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:240px 240px;gap:16px;margin-top:48px}@media(min-width:900px){.gallery{grid-template-columns:repeat(4,1fr);grid-template-rows:280px 280px;gap:20px}}.gallery__tile{border-radius:var(--radius-lg,28px);overflow:hidden;background:#dbeefc;position:relative}.gallery__tile img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.gallery__tile:hover img{transform:scale(1.05)}.gallery__tile--tall{grid-row:span 2}.gallery__tile--wide{grid-column:span 2}.testimonials{display:grid;grid-template-columns:1fr;gap:24px;margin-top:56px}@media(min-width:800px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonial{background:#fff;border-radius:var(--radius-lg,28px);padding:36px 30px;box-shadow:0 6px 28px -12px #264a6b1a;display:flex;flex-direction:column}.testimonial__stars{color:#e8a23a;letter-spacing:3px;margin-bottom:18px;font-size:.95rem}.testimonial__quote{font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.5;color:var(--color-blue-deep);margin-bottom:24px;flex:1}.testimonial__author{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.story{background:linear-gradient(135deg,#dbeefc,#f5fafe);border-radius:var(--radius-lg,28px);padding:80px 32px;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.story{padding:120px 80px}}.story:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.6),transparent 70%);top:-150px;right:-100px;filter:blur(10px)}.story__inner{position:relative;max-width:720px;margin:0 auto}.story h2{font-size:clamp(2.4rem,4.4vw,3.8rem);margin-bottom:1.2rem}.story p{font-size:1.1rem;color:var(--color-blue-deep);opacity:.78;line-height:1.7}.faq{max-width:820px;margin:48px auto 0}.faq-item{border-bottom:1px solid rgba(38,74,107,.1)}.faq-item summary{list-style:none;cursor:pointer;padding:28px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--color-blue-deep);font-weight:500}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.6rem;color:var(--color-blue);transition:transform .3s ease;font-family:Inter,sans-serif;font-weight:300}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item__answer{padding:0 0 28px;color:var(--color-muted);font-size:1rem;line-height:1.7}.newsletter{background:var(--color-blue-deep);color:#fff;border-radius:var(--radius-lg,28px);padding:72px 32px;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.newsletter{padding:96px 80px}}.newsletter h2{color:#fff;margin-bottom:.4em}.newsletter p{color:#ffffffb3;max-width:480px;margin:0 auto 2rem}.newsletter__form{display:flex;gap:10px;max-width:480px;margin:0 auto;flex-wrap:wrap}.newsletter__form input{flex:1;min-width:200px;padding:16px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;outline:none;font-size:.95rem}.newsletter__form input::placeholder{color:#ffffff8c}.newsletter__form input:focus{border-color:#fff6}.newsletter__form button{padding:16px 30px;border-radius:999px;background:#fff;color:var(--color-blue-deep);font-weight:500;font-size:.95rem;transition:transform .2s ease}.newsletter__form button:hover{transform:translateY(-2px)}.site-footer{background:var(--color-soft);padding:80px 0 32px;color:var(--color-blue-deep)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(38,74,107,.1)}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer__brand h3{font-family:Cormorant Garamond,serif;font-size:1.7rem;margin-bottom:14px;letter-spacing:.04em}.site-footer__brand p{color:var(--color-muted);max-width:320px;font-size:.95rem}.site-footer__col h4{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-blue-deep);margin-bottom:20px}.site-footer__col ul{list-style:none;padding:0;margin:0}.site-footer__col ul li{margin-bottom:12px}.site-footer__col a{font-size:.92rem;color:var(--color-muted)}.site-footer__col a:hover{color:var(--color-blue-deep);opacity:1}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:32px;font-size:.82rem;color:var(--color-muted)}.site-footer__socials{display:flex;gap:16px}.site-footer__socials a{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--color-blue-deep)}.site-footer__socials svg{width:16px;height:16px}.product-main{padding:60px 0 120px}.product-main__grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:900px){.product-main__grid{grid-template-columns:1.1fr 1fr;gap:80px;align-items:start}}.product-media{border-radius:var(--radius-lg,28px);overflow:hidden;background:#eef6fc;aspect-ratio:1/1}.product-media img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.product-thumbs button{width:80px;height:80px;border-radius:16px;overflow:hidden;border:1px solid rgba(38,74,107,.08)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-info__title{font-size:clamp(2.2rem,3.4vw,3.2rem);margin-bottom:.3em}.product-info__price{font-size:1.4rem;color:var(--color-blue-deep);margin-bottom:24px;font-weight:500}.product-info__price s{color:var(--color-muted);font-weight:400;margin-right:10px}.product-info__desc{color:var(--color-muted);font-size:1rem;line-height:1.7;margin-bottom:32px}.product-form__option{margin-bottom:22px}.product-form__option label{display:block;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-blue-deep);margin-bottom:10px;font-weight:600}.product-form__option select,.product-form__option input{width:100%;padding:14px 18px;border-radius:14px;border:1px solid rgba(38,74,107,.15);background:#fff;outline:none}.product-form__qty{display:flex;align-items:center;gap:14px}.product-form__qty input{width:80px;text-align:center}.product-trust{display:flex;flex-wrap:wrap;gap:24px;margin-top:32px;font-size:.82rem;color:var(--color-muted)}.product-trust div{display:flex;align-items:center;gap:8px}.product-trust svg{width:18px;height:18px;color:var(--color-blue)}.collection-header{padding:80px 0 40px;text-align:center}.collection-header h1{margin-bottom:.3em}.collection-header p{color:var(--color-muted);max-width:560px;margin:0 auto}.cart-page{padding:60px 0 120px;max-width:920px;margin:0 auto}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(38,74,107,.08)}.cart-row img{width:90px;height:90px;object-fit:cover;border-radius:16px}.cart-row__title{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--color-blue-deep)}.cart-row__meta{font-size:.85rem;color:var(--color-muted);margin-top:4px}.cart-totals{margin-top:32px;background:var(--color-soft);padding:32px;border-radius:var(--radius-lg);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.cart-totals__sub{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--color-blue-deep)}.center{text-align:center}.flex-col{display:flex;flex-direction:column}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.section__header{max-width:680px;margin:0 auto;text-align:center}.section__header h2{margin-top:14px}.section__header p{color:var(--color-muted);font-size:1.05rem;margin-top:8px}.rich-text{max-width:760px;margin:0 auto;font-size:1.05rem;color:var(--color-ink);line-height:1.75}.rich-text h2,.rich-text h3{margin-top:1.4em}.rich-text a{color:var(--color-blue-deep);text-decoration:underline}.error-page{padding:120px 0;text-align:center}.error-page h1{font-size:clamp(4rem,10vw,7rem)}.error-page p{color:var(--color-muted);margin-bottom:2rem}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3faff,#dbeefc);padding:40px 24px}.password-page__inner{text-align:center;max-width:520px}.password-page h1{margin-bottom:.3em}@media(max-width:699px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.product-card__body{padding:14px 12px 16px}.product-card__title{font-size:1.05rem;line-height:1.2}.product-card__desc{display:none}.product-card__foot{flex-direction:column;align-items:flex-start;gap:6px}.product-card__price{font-size:.95rem}.product-card__cta{font-size:.75rem}.product-card__badge{top:10px;left:10px;font-size:.68rem;padding:4px 8px}}.product-gallery{position:relative;border-radius:var(--radius-lg,28px);overflow:hidden;background:#eef6fc}.product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1/1}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffeb;color:var(--color-blue-deep);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 6px 20px -6px #264a6b40;transition:transform .2s ease,background .2s ease;z-index:2}.product-gallery__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.product-gallery__nav svg{width:18px;height:18px}.product-gallery__nav--prev{left:14px}.product-gallery__nav--next{right:14px}@media(max-width:699px){.product-gallery__nav{display:none}}.product-gallery__dots{position:absolute;left:50%;transform:translate(-50%);bottom:14px;display:flex;gap:6px;padding:6px 10px;border-radius:999px;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.product-gallery__dot{width:7px;height:7px;border-radius:50%;border:none;background:#264a6b4d;cursor:pointer;padding:0;transition:background .2s ease,width .2s ease}.product-gallery__dot.is-active{background:var(--color-blue-deep);width:18px;border-radius:4px}.product-thumbs__btn{width:80px;height:80px;border-radius:16px;overflow:hidden;border:1px solid rgba(38,74,107,.08);background:none;padding:0;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-thumbs__btn img{width:100%;height:100%;object-fit:cover}.product-thumbs__btn.is-active{border-color:var(--color-blue-deep);transform:translateY(-2px)}.urgency-bar{display:flex;flex-direction:column;gap:8px;margin:0 0 24px}.urgency-bar__item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:#fff7edb3;border:1px solid rgba(214,127,53,.18);color:var(--color-ink);font-size:.88rem}.urgency-bar__item svg{width:16px;height:16px;color:var(--color-blue-deep);flex-shrink:0}.urgency-bar__item strong{color:var(--color-blue-deep);font-weight:600}.urgency-bar__item--stock{background:#ffededb3;border-color:#c83c3c38}.urgency-bar__item--stock strong{color:#b3322f}.urgency-bar__item--ship{background:#edf7ffb3;border-color:#264a6b2e}.urgency-bar__pulse{width:8px;height:8px;border-radius:50%;background:#d44;flex-shrink:0;box-shadow:0 0 #d4444499;animation:urgPulse 1.8s infinite}@keyframes urgPulse{0%{box-shadow:0 0 #d444448c}70%{box-shadow:0 0 0 10px #d4444400}to{box-shadow:0 0 #d4444400}}.cart-upsell{margin:18px 0;padding:16px;border-radius:16px;background:linear-gradient(180deg,#f7fbff,#eef6fc);border:1px solid rgba(38,74,107,.08)}.cart-upsell__head{margin-bottom:10px}.cart-upsell__list{display:flex;flex-direction:column;gap:8px}.cart-upsell__item{display:flex;align-items:center;gap:12px;padding:8px;background:#fff;border-radius:12px;border:1px solid rgba(38,74,107,.06)}.cart-upsell__item img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.cart-upsell__info{flex:1;min-width:0}.cart-upsell__title{display:block;font-size:.9rem;color:var(--color-ink);font-weight:500;text-decoration:none;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell__title:hover{color:var(--color-blue-deep)}.cart-upsell__price{font-size:.8rem;color:var(--color-muted);margin-top:2px}.cart-upsell__price s{margin-right:6px}.cart-upsell__form{margin:0}.cart-upsell__add{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;border-radius:999px;border:1px solid var(--color-blue-deep);background:#fff;color:var(--color-blue-deep);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.cart-upsell__add:hover{background:var(--color-blue-deep);color:#fff}.cart-upsell__add svg{width:12px;height:12px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
