:root{--cream: #F9F8F6;--white: #FFFFFF;--black: #1C1C1C;--rose: #D4849A;--rose-dark: #C0607A;--rose-light: #F5D5DF;--rose-pale: #FDF0F4;--gray-light: #F0EEEC;--gray-mid: #9E9E9E;--gray-dark: #555555;--cream-dark: #2A2420;--font-main: "Montserrat", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 2px 12px rgba(212,132,154,.1);--shadow-md: 0 6px 32px rgba(212,132,154,.16);--shadow-lg: 0 16px 64px rgba(212,132,154,.22);--radius-sm: 8px;--radius: 14px;--radius-lg: 24px;--transition: .28s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-main);background-color:var(--cream);color:var(--black);line-height:1.65;overflow-x:hidden;width:100%;position:relative;padding-bottom:70px}@media(min-width:768px){body{padding-bottom:0}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-weight:800;line-height:1.25;letter-spacing:-.02em;overflow-wrap:break-word;word-break:break-word}h1{font-size:clamp(1.6rem,5.2vw,2.9rem)}h2{font-size:clamp(1.35rem,3.8vw,2.2rem)}h3{font-size:clamp(1.05rem,2.6vw,1.45rem)}p{color:var(--gray-dark);overflow-wrap:break-word}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 16px}@media(min-width:480px){.container{padding:0 20px}}.text-center{text-align:center}.section-label{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:10px}.section-title{color:var(--black);margin-bottom:14px}.section-sub{max-width:600px;margin:0 auto 36px;color:var(--gray-dark);font-size:1rem;line-height:1.6}.announcement-bar{background:var(--black);color:var(--cream);text-align:center;padding:10px 14px;font-size:.76rem;font-weight:700;letter-spacing:.04em;line-height:1.4;position:relative;z-index:1001}@media(min-width:600px){.announcement-bar{font-size:.82rem;padding:11px 20px}}.site-header{position:sticky;top:0;z-index:1000;background:#f9f8f6f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,132,154,.16);padding:10px 14px;transition:box-shadow var(--transition)}@media(min-width:600px){.site-header{padding:12px 20px}}.site-header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.logo-wrap{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.logo-box{width:38px;height:38px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent;flex-shrink:0}@media(min-width:600px){.logo-box{width:44px;height:44px}}.logo-img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.05)}.brand-text-group{display:flex;flex-direction:column;line-height:1.1;min-width:0}.brand-name{font-size:1.1rem;font-weight:900;letter-spacing:.14em;color:var(--black);text-transform:uppercase}@media(min-width:600px){.brand-name{font-size:1.25rem;letter-spacing:.18em}}.brand-sub{font-size:.55rem;font-weight:700;letter-spacing:.14em;color:var(--rose-dark);text-transform:uppercase;display:none}@media(min-width:420px){.brand-sub{display:block}}.header-trust{display:none;align-items:center;gap:8px;font-size:.78rem;color:var(--black);font-weight:700;white-space:nowrap}@media(min-width:860px){.header-trust{display:flex}}.header-cta-btn{background:var(--rose);color:var(--white);font-size:.74rem;font-weight:800;letter-spacing:.05em;padding:9px 14px;border-radius:50px;text-transform:uppercase;transition:background var(--transition),transform var(--transition);white-space:nowrap;flex-shrink:0}@media(min-width:600px){.header-cta-btn{font-size:.8rem;padding:10px 20px}}.header-cta-btn:hover{background:var(--rose-dark);transform:scale(1.02)}.hero-section{background:var(--cream);padding:24px 0 0;overflow:hidden}@media(min-width:768px){.hero-section{padding:40px 0 0}}.hero-inner{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.hero-inner{flex-direction:row;align-items:center;gap:30px;min-height:560px}}.hero-content{padding:0 16px;max-width:1180px;margin:0 auto;width:100%}@media(min-width:768px){.hero-content{padding:30px 20px 30px 40px;flex:1.1}}@media(min-width:1024px){.hero-content{padding:40px 30px 40px 60px}}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1.5px solid rgba(212,132,154,.4);border-radius:50px;padding:5px 12px;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:14px;box-shadow:var(--shadow-sm)}.hero-title{margin-bottom:14px}.hero-title em{font-style:normal;color:var(--rose)}.hero-subtitle{font-size:.96rem;color:var(--gray-dark);max-width:540px;margin-bottom:20px;line-height:1.65}@media(min-width:768px){.hero-subtitle{font-size:1.05rem;margin-bottom:24px}}.hero-cta-wrap{display:flex;flex-direction:column;align-items:stretch;gap:10px}@media(min-width:520px){.hero-cta-wrap{align-items:flex-start}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--rose);color:var(--white);font-size:.88rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:16px 20px;border-radius:50px;box-shadow:0 8px 26px #d4849a61;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);animation:pulse-btn 2.5s ease-in-out infinite;text-align:center;width:100%}@media(min-width:520px){.btn-primary{width:auto;padding:18px 32px;font-size:.94rem}}.btn-primary:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 12px 34px #c0607a7a}@keyframes pulse-btn{0%,to{box-shadow:0 8px 26px #d4849a61}50%{box-shadow:0 8px 36px #d4849aa6,0 0 0 6px #d4849a1f}}.hero-microcopy{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--gray-dark);font-weight:700;line-height:1.35}.hero-social-proof{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--gray-dark);font-weight:600;margin-top:4px}.stars{color:#f5a623;font-size:.95rem;letter-spacing:1px}.hero-img-wrap{position:relative;width:100%;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#f0e8e8,#e8d8d0);margin-top:6px;aspect-ratio:16 / 10;max-height:420px}@media(min-width:768px){.hero-img-wrap{flex:1;border-radius:24px 0 0 24px;margin-top:0;aspect-ratio:auto;min-height:520px;max-height:none}}.hero-img-element{width:100%;height:100%;object-fit:cover;object-position:center 15%}.hero-img-badge{position:absolute;bottom:14px;right:14px;background:var(--white);border-radius:var(--radius-sm);padding:8px 12px;box-shadow:var(--shadow-md);text-align:center;font-size:.72rem;font-weight:700;color:var(--black);line-height:1.3}@media(min-width:600px){.hero-img-badge{bottom:20px;right:20px;padding:10px 16px;font-size:.76rem}}.hero-img-badge strong{display:block;font-size:1.15rem;color:var(--rose-dark)}.trust-band{background:var(--white);padding:20px 16px;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}@media(min-width:768px){.trust-band{padding:22px 20px}}.trust-band-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}@media(min-width:860px){.trust-band-inner{flex-direction:row;justify-content:space-between}}.trust-band-label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--gray-mid)}.trust-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 16px;width:100%}@media(min-width:860px){.trust-badges{width:auto;gap:14px 24px}}.trust-badge-item{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:700;color:var(--black)}.trust-badge-icon{width:34px;height:34px;border-radius:8px;background:var(--rose-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge-cod{background:#d4849a14;padding:4px 10px;border-radius:50px}.problem-section{padding:48px 16px;background:var(--cream)}@media(min-width:768px){.problem-section{padding:64px 20px}}.problem-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px;align-items:center}@media(min-width:768px){.problem-inner{grid-template-columns:1fr 1fr;gap:36px}}.problem-quote{background:var(--white);border-left:4px solid var(--rose);border-radius:0 var(--radius) var(--radius) 0;padding:22px 18px;font-size:1.05rem;font-style:italic;color:var(--black);box-shadow:var(--shadow-sm);line-height:1.6}@media(min-width:600px){.problem-quote{padding:26px 22px;font-size:1.15rem}}.problem-answer h2{margin-bottom:14px}.highlight-rose{color:var(--rose);font-weight:700}.benefits-section{padding:48px 16px;background:var(--white)}@media(min-width:768px){.benefits-section{padding:64px 20px}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1040px;margin:0 auto}@media(min-width:540px){.benefits-grid{grid-template-columns:1fr 1fr;gap:18px}}@media(min-width:960px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.benefit-card{background:var(--cream);border-radius:var(--radius);padding:22px 18px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(212,132,154,.12);transition:box-shadow var(--transition),transform var(--transition)}.benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.benefit-icon{width:44px;height:44px;background:var(--rose-pale);border-radius:12px;display:flex;align-items:center;justify-content:center}.benefit-title{font-size:.95rem;font-weight:800;color:var(--black)}.benefit-desc{font-size:.85rem;color:var(--gray-dark);line-height:1.5}.howitworks-section{padding:48px 16px;background:var(--cream)}@media(min-width:768px){.howitworks-section{padding:64px 20px}}.howitworks-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px;align-items:center}@media(min-width:768px){.howitworks-inner{grid-template-columns:1fr 1fr;gap:36px}}.steps-list{display:flex;flex-direction:column;gap:18px}.step-item{display:flex;align-items:flex-start;gap:14px}.step-num{width:38px;height:38px;min-width:38px;border-radius:50%;background:var(--rose);color:var(--white);font-size:1.05rem;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #d4849a59;margin-top:2px}.step-content h3{font-size:.98rem;margin-bottom:3px;color:var(--black)}.step-content p{font-size:.86rem;color:var(--gray-dark);line-height:1.55}.howitworks-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.howitworks-img img{width:100%;height:auto;display:block;object-fit:cover}.testimonials-section{padding:48px 16px;background:var(--white)}@media(min-width:768px){.testimonials-section{padding:64px 20px}}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1040px;margin:0 auto}@media(min-width:640px){.testimonials-grid{grid-template-columns:1fr 1fr;gap:18px}}@media(min-width:960px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.testimonial-card{background:var(--cream);border-radius:var(--radius);padding:22px 18px;border:1px solid rgba(212,132,154,.15);transition:box-shadow var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.testimonial-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2.5px solid var(--rose-light);flex-shrink:0}.testimonial-name{font-weight:800;font-size:.94rem;color:var(--black)}.testimonial-location{font-size:.76rem;color:var(--gray-mid)}.testimonial-stars{color:#f5a623;font-size:.88rem;margin-bottom:8px;letter-spacing:1px}.testimonial-text{font-size:.88rem;color:var(--gray-dark);line-height:1.6;font-style:italic}.testimonial-tag{display:inline-block;background:var(--rose-pale);color:var(--rose-dark);border-radius:50px;padding:3px 10px;font-size:.7rem;font-weight:700;margin-top:12px}.offer-section{padding:48px 16px;background:linear-gradient(135deg,#1c1c1c,#2d1f23);position:relative;overflow:hidden}@media(min-width:768px){.offer-section{padding:64px 20px}}.offer-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(212,132,154,.18) 0%,transparent 70%);pointer-events:none}.offer-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px;align-items:center;position:relative}@media(min-width:768px){.offer-inner{grid-template-columns:1fr 1fr;gap:36px}}.offer-content{color:var(--cream)}.offer-content .section-label{color:var(--rose-light)}.offer-content h2{color:var(--white);margin-bottom:12px}.offer-includes{margin:18px 0;display:flex;flex-direction:column;gap:9px}.offer-include-item{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:#ffffffeb;line-height:1.45}.offer-include-item svg{flex-shrink:0;margin-top:2px}.offer-box{background:var(--white);border-radius:var(--radius-lg);padding:24px 18px;text-align:center;box-shadow:var(--shadow-lg);width:100%}@media(min-width:600px){.offer-box{padding:30px 24px}}.offer-product-img{border-radius:var(--radius-sm);margin:0 auto 14px;width:100%;max-width:240px;object-fit:contain}.delivery-guarantee-text{font-size:.82rem;color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;padding:8px 10px;margin-bottom:12px;line-height:1.4}.price-container-block{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:4px}.price-original{font-size:1.05rem;color:var(--gray-mid);text-decoration:line-through;font-weight:600}.price-current{font-size:2.2rem;font-weight:900;color:var(--black);line-height:1}.price-badge{display:inline-block;background:var(--rose);color:var(--white);border-radius:50px;padding:4px 14px;font-size:.76rem;font-weight:800;margin-bottom:14px;letter-spacing:.05em}.urgency-text{font-size:.78rem;font-weight:700;color:var(--rose-dark);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:6px}.urgency-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:var(--rose-dark);animation:blink 1.2s step-end infinite}@keyframes blink{50%{opacity:0}}.add-to-cart-form{width:100%}.btn-submit-offer{width:100%;font-size:.88rem;padding:16px 14px}@media(min-width:600px){.btn-submit-offer{font-size:.94rem;padding:18px 24px}}.cod-guarantees{display:flex;flex-direction:column;gap:6px;margin:16px 0 8px}.cod-guarantee-badge{background:var(--cream);border:1px solid rgba(212,132,154,.2);border-radius:6px;padding:7px 10px;font-size:.78rem;font-weight:700;color:var(--black);text-align:center}.shipping-note{font-size:.76rem;color:var(--gray-mid);margin-top:8px}.faq-section{padding:48px 16px;background:var(--cream)}@media(min-width:768px){.faq-section{padding:64px 20px}}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--white);border-radius:var(--radius);border:1px solid rgba(212,132,154,.15);overflow:hidden;transition:box-shadow var(--transition)}.faq-item:hover{box-shadow:var(--shadow-sm)}.faq-item-cod{border-left:4px solid var(--rose)!important}.faq-question{width:100%;text-align:left;padding:16px 18px;font-size:.9rem;font-weight:800;color:var(--black);display:flex;align-items:center;justify-content:space-between;gap:10px;background:none;cursor:pointer;transition:color var(--transition)}@media(min-width:600px){.faq-question{padding:18px 22px;font-size:.95rem}}.faq-question:hover{color:var(--rose)}.faq-icon{width:26px;height:26px;min-width:26px;background:var(--rose-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform var(--transition),background var(--transition);flex-shrink:0}.faq-item.open .faq-icon{background:var(--rose)}.faq-item.open .faq-icon svg{color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 18px;font-size:.88rem;color:var(--gray-dark);line-height:1.65}.faq-item.open .faq-answer{max-height:400px;padding:0 18px 16px}@media(min-width:600px){.faq-answer{padding:0 22px}.faq-item.open .faq-answer{padding:0 22px 18px}}.site-footer{background:var(--cream-dark);color:#ffffffb3;padding:40px 16px 20px}@media(min-width:768px){.site-footer{padding:48px 20px 24px}}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:26px}@media(min-width:600px){.footer-inner{grid-template-columns:1fr 1fr}}@media(min-width:860px){.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:32px}}.footer-brand-name{color:var(--white)!important}.footer-tagline{font-size:.82rem;color:#fff9;margin:10px 0;line-height:1.5}.footer-cod-badge{display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:var(--rose-light);font-weight:700}.footer-links h4{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:12px;font-weight:800}.footer-links ul{display:flex;flex-direction:column;gap:8px}.footer-links ul a{font-size:.85rem;color:#ffffffb3;transition:color var(--transition)}.footer-links ul a:hover{color:var(--rose-light)}.footer-bottom{max-width:1180px;margin:28px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:.76rem;color:#fff6}.footer-rose{color:var(--rose-light)}.sticky-cta-mobile{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--white);border-top:1.5px solid var(--rose-light);padding:10px 14px;padding-bottom:max(10px,env(safe-area-inset-bottom));align-items:center;justify-content:space-between;gap:10px;box-shadow:0 -8px 28px #d4849a2e;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.sticky-cta-mobile.visible{transform:translateY(0)}.sticky-cta-price{display:flex;flex-direction:column;line-height:1.2;flex-shrink:0}.sticky-cod-tag{font-size:.74rem;font-weight:800;color:var(--black)}.sticky-free-ship{font-size:.68rem;color:var(--rose-dark);font-weight:700}.sticky-cta-mobile .btn-primary{padding:12px 16px;font-size:.76rem;flex:1;animation:none;width:auto}@media(min-width:768px){.sticky-cta-mobile{display:none!important}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(212,132,154,.3),transparent);max-width:960px;margin:0 auto}.cart-luxury-page{background:var(--cream);min-height:100vh;padding:24px 0 80px}.cart-container{max-width:680px;margin:0 auto;padding:0 16px}.checkout-steps-bar{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:24px;flex-wrap:wrap}.step-badge{font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--gray-mid);background:var(--white);border:1.5px solid var(--gray-light);border-radius:50px;padding:6px 14px;white-space:nowrap}.step-badge.active{background:var(--rose);color:var(--white);border-color:var(--rose);box-shadow:0 4px 14px #d4849a61}.step-arrow{font-size:.8rem;color:var(--gray-mid);flex-shrink:0}.cart-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 12px 48px #d4849a24;border:1.5px solid rgba(212,132,154,.15);overflow:hidden}.cart-header-section{background:linear-gradient(135deg,#1c1c1c,#2d1f23);padding:24px 22px 20px;text-align:center}.cart-header-section .section-label{color:var(--rose-light);margin-bottom:8px}.cart-main-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:900;color:var(--white);margin-bottom:6px;letter-spacing:-.02em}.cart-subtitle{font-size:.88rem;color:#ffffffbf;max-width:440px;margin:0 auto}.cod-banner-box{display:flex;align-items:flex-start;gap:14px;background:var(--rose-pale);border-bottom:1.5px solid rgba(212,132,154,.25);padding:16px 22px}.cod-banner-icon{flex-shrink:0;width:44px;height:44px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.cod-banner-text strong{font-size:.9rem;color:var(--black);display:block;margin-bottom:4px}.cod-banner-text p{font-size:.82rem;color:var(--gray-dark);line-height:1.5;margin:0}.cart-products-table{padding:18px 22px 0;display:flex;flex-direction:column;gap:14px}.cart-product-row{display:flex;align-items:flex-start;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--gray-light)}.cart-prod-thumb{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;background:var(--cream);border:1.5px solid var(--gray-light)}.cart-prod-thumb img{width:100%;height:100%;object-fit:cover}.cart-prod-details{flex:1;min-width:0}.cart-prod-name{font-size:.95rem;font-weight:800;color:var(--black);margin-bottom:8px;line-height:1.3;overflow-wrap:break-word}.cart-prod-features{display:flex;flex-direction:column;gap:3px;margin-bottom:10px}.cart-prod-features li{font-size:.76rem;color:var(--gray-dark);line-height:1.4}.cart-remove-link{font-size:.72rem;color:var(--rose-dark);font-weight:700;text-decoration:underline;cursor:pointer}.cart-prod-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.cart-prod-qty{font-size:.72rem;color:var(--gray-mid);font-weight:600}.cart-prod-price{font-size:1.2rem;font-weight:900;color:var(--black)}.cart-free-shipping-tag{font-size:.66rem;font-weight:700;color:#2d7a3a;background:#e8f5e9;border-radius:50px;padding:2px 8px}.cart-breakdown-card{margin:18px 22px 0;background:var(--cream);border-radius:var(--radius);padding:16px 18px;border:1px solid rgba(212,132,154,.12)}.breakdown-row{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:.82rem;padding:5px 0}.breakdown-label{color:var(--gray-dark);font-weight:500}.breakdown-val{font-weight:700;color:var(--black);text-align:right}.free-text{color:#2d7a3a}.cod-text{color:var(--rose-dark)}.breakdown-divider{height:1px;background:#d4849a40;margin:10px 0}.breakdown-total-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:4px}.total-label{font-size:.88rem;font-weight:800;color:var(--black);display:block}.total-subtext{font-size:.7rem;color:var(--gray-mid);display:block}.total-final-amount{font-size:1.7rem;font-weight:900;color:var(--rose-dark);white-space:nowrap}.cart-cta-wrapper{padding:20px 22px 22px}.btn-cart-submit{width:100%;font-size:.9rem;padding:17px 20px;border:none;cursor:pointer;margin-bottom:12px}.cart-secure-hint{font-size:.78rem;color:var(--gray-dark);text-align:center;line-height:1.5}.cart-secure-hint strong{color:var(--black)}.cart-empty-box{padding:48px 22px;text-align:center}.empty-icon{font-size:3rem;margin-bottom:14px}.cart-empty-box h2{font-size:1.4rem;color:var(--black);margin-bottom:8px}.cart-empty-box p{color:var(--gray-dark);margin-bottom:24px;font-size:.9rem}.cart-empty-box .btn-primary{margin:0 auto;width:auto;display:inline-flex;padding:16px 28px}.cart-guarantees-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1.5px solid var(--gray-light)}.cart-guarantee-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:16px 10px;border-right:1px solid var(--gray-light)}.cart-guarantee-col:last-child{border-right:none}.guarantee-icon{font-size:1.4rem}.cart-guarantee-col strong{font-size:.75rem;color:var(--black);font-weight:800;line-height:1.2}.cart-guarantee-col small{font-size:.65rem;color:var(--gray-mid);line-height:1.3}
/*# sourceMappingURL=/cdn/shop/t/13/assets/aethelis.css.map */
