@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--primary: #1b3a2a;--primary-mid: #2d6a4f;--primary-light: #e8f0eb;--accent: #c9933a;--accent-light: #f7edda;--cta: #e05a3a;--cta-hover: #c84828;--bg: #fafaf8;--surface: #ffffff;--text: #1c1c1a;--text-muted: #6b6b62;--border: #e8e6e0;--border-mid: #d0cec7;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 8px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 4px rgba(27,58,42,.08);--shadow-md: 0 6px 24px rgba(27,58,42,.1);--shadow-lg: 0 12px 40px rgba(27,58,42,.14);--transition: .22s ease;--max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}ul{list-style:none}input,textarea,select{font-family:var(--font-body)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--radius);font-size:14px;font-weight:500;letter-spacing:.3px;transition:all var(--transition);white-space:nowrap;line-height:1}.btn-primary{background:var(--cta);color:#fff}.btn-primary:hover{background:var(--cta-hover);transform:translateY(-1px);box-shadow:0 6px 20px #e05a3a59}.btn-secondary{background:var(--primary);color:#fff}.btn-secondary:hover{background:var(--primary-mid);transform:translateY(-1px);box-shadow:0 6px 20px #1b3a2a4d}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.btn-lg{padding:16px 36px;font-size:15px}.btn-sm{padding:9px 18px;font-size:13px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge--sale{background:var(--cta);color:#fff}.badge--new{background:var(--primary);color:#fff}.badge--hot{background:var(--accent);color:#1a1a1a}.section-eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:10px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:600;color:var(--text);line-height:1.15}.section-subtitle{font-size:16px;color:var(--text-muted);margin-top:10px;line-height:1.6}.announcement-bar{background:var(--primary);color:#fff;height:40px;overflow:hidden;position:relative}.announcement-bar__track{display:flex;align-items:center;height:100%;animation:ticker 30s linear infinite;white-space:nowrap}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__item{padding:0 48px;font-size:13px;font-weight:400;letter-spacing:.3px;display:flex;align-items:center;gap:10px}.announcement-bar__dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:var(--surface);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{height:68px;display:flex;align-items:center;gap:32px}.header-logo{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo span{color:var(--accent)}.header-logo img{height:40px;width:auto}.header-nav{display:flex;gap:2px;flex:1}.header-nav a{padding:6px 14px;font-size:14px;font-weight:500;color:var(--text-muted);border-radius:6px;transition:all var(--transition);position:relative}.header-nav a:hover,.header-nav a.active{color:var(--primary);background:var(--primary-light)}.header-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.header-search{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 14px;font-size:14px;color:var(--text-muted);cursor:pointer;transition:border-color var(--transition);min-width:180px}.header-search:hover{border-color:var(--primary-mid)}.header-icon-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all var(--transition);position:relative}.header-icon-btn:hover{background:var(--primary-light);color:var(--primary)}.cart-count{position:absolute;top:4px;right:4px;min-width:17px;height:17px;background:var(--cta);border-radius:50%;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 3px}.header-mobile-toggle{display:none}@media(max-width:900px){.header-nav,.header-search{display:none}.header-mobile-toggle{display:flex}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.mobile-menu.open{pointer-events:all}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity var(--transition)}.mobile-menu.open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;left:0;top:0;bottom:0;width:300px;background:var(--surface);transform:translate(-100%);transition:transform .3s ease;padding:24px;overflow-y:auto}.mobile-menu.open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{display:flex;justify-content:flex-end;margin-bottom:24px}.mobile-menu__nav{display:flex;flex-direction:column;gap:4px}.mobile-menu__nav a{padding:12px 16px;font-size:16px;font-weight:500;border-radius:var(--radius);color:var(--text);transition:all var(--transition)}.mobile-menu__nav a:hover{background:var(--primary-light);color:var(--primary)}.hero{position:relative;min-height:560px;background:var(--primary);overflow:hidden;display:flex;align-items:center}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,rgba(27,58,42,.6),transparent);pointer-events:none}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.35}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-inner{position:relative;z-index:2;padding:80px 0;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#c9933a33;border:1px solid rgba(201,147,58,.4);border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--accent);letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.hero-title{font-family:var(--font-display);font-size:clamp(38px,5.5vw,64px);font-weight:600;color:#fff;line-height:1.08;margin-bottom:18px}.hero-title em{color:var(--accent);font-style:normal}.hero-subtitle{font-size:17px;color:#ffffffc7;line-height:1.65;margin-bottom:36px;max-width:440px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:flex;gap:32px;margin-top:48px}.hero-stat{color:#fff9}.hero-stat strong{display:block;font-family:var(--font-display);font-size:28px;font-weight:600;color:#fff;line-height:1;margin-bottom:3px}.hero-stat span{font-size:12px;text-transform:uppercase;letter-spacing:.5px}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-card{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:20px;color:#fff;transition:transform var(--transition)}.hero-card:hover{transform:translateY(-4px)}.hero-card:nth-child(odd){margin-top:24px}.hero-card__icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:12px}.hero-card__title{font-family:var(--font-display);font-size:16px;font-weight:600;margin-bottom:3px}.hero-card__count{font-size:12px;color:#fff9}@media(max-width:768px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}}.trust-bar{background:var(--surface);border-bottom:1px solid var(--border)}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:14px;padding:18px 20px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-item__icon{width:40px;height:40px;background:var(--primary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__icon svg{color:var(--primary)}.trust-item__title{font-size:14px;font-weight:600;color:var(--text);display:block;margin-bottom:1px}.trust-item__sub{font-size:12px;color:var(--text-muted)}@media(max-width:768px){.trust-bar__inner{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--border)}.trust-item:nth-child(odd){border-right:1px solid var(--border)}.trust-item:nth-child(2n){border-right:none}}@media(max-width:480px){.trust-bar__inner{grid-template-columns:1fr}.trust-item{border-right:none}}.section{padding:72px 0}.section--bg{background:var(--bg)}.section--surface{background:var(--surface)}.section--dark{background:var(--primary)}.section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.section__link{font-size:14px;font-weight:500;color:var(--primary);display:flex;align-items:center;gap:5px;transition:gap var(--transition)}.section__link:hover{gap:8px}@media(max-width:768px){.section{padding:48px 0}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.product-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all var(--transition);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-mid)}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px}.product-card__wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);font-size:14px;transition:transform var(--transition);border:none;cursor:pointer}.product-card__wishlist:hover{transform:scale(1.15)}.product-card__info{padding:14px 16px 16px}.product-card__type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:4px}.product-card__title{font-size:15px;font-weight:500;color:var(--text);line-height:1.35;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:5px;margin-bottom:10px}.product-card__stars{color:var(--accent);font-size:12px}.product-card__rating-count{font-size:11px;color:var(--text-muted)}.product-card__price-row{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--primary)}.product-card__compare-price{font-size:13px;text-decoration:line-through;color:var(--text-muted);margin-left:6px}.product-card__add{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all var(--transition);border:none;cursor:pointer}.product-card__add:hover{background:var(--primary-mid);transform:scale(1.05)}.product-card__add.added{background:#2d9e5f}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{border-radius:var(--radius-xl);overflow:hidden;position:relative;aspect-ratio:3/4;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-sm)}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.category-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .4s ease}.category-card:hover .category-card__bg{transform:scale(1.06)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.15) 55%,transparent 100%)}.category-card__emoji{position:absolute;top:18px;right:18px;font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.category-card__info{position:absolute;bottom:0;left:0;right:0;padding:24px 20px}.category-card__title{font-family:var(--font-display);font-size:20px;font-weight:600;color:#fff;margin-bottom:3px}.category-card__count{font-size:12px;color:#ffffffb3}.category-card__arrow{width:32px;height:32px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;position:absolute;bottom:24px;right:18px;transition:all var(--transition)}.category-card:hover .category-card__arrow{background:var(--accent);color:#1a1a1a}@media(max-width:900px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{aspect-ratio:1}}.promo-banner{background:var(--primary);border-radius:var(--radius-xl);padding:52px 60px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px;position:relative;overflow:hidden}.promo-banner:before{content:"";position:absolute;right:-20px;top:-40px;width:300px;height:300px;background:#c9933a14;border-radius:50%}.promo-banner:after{content:"";position:absolute;right:140px;bottom:-60px;width:200px;height:200px;background:#c9933a0d;border-radius:50%}.promo-banner__tag{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#1a1a1a;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}.promo-banner__title{font-family:var(--font-display);font-size:clamp(26px,3.5vw,38px);font-weight:600;color:#fff;margin-bottom:8px;line-height:1.2}.promo-banner__subtitle{color:#ffffffbf;font-size:15px}.promo-banner__right{flex-shrink:0;text-align:center}.countdown{display:flex;gap:12px;margin-bottom:20px}.countdown-block{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:12px 16px;min-width:64px;text-align:center}.countdown-num{font-family:var(--font-display);font-size:30px;font-weight:600;color:#fff;display:block;line-height:1}.countdown-label{font-size:10px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.5px;margin-top:3px}@media(max-width:768px){.promo-banner{grid-template-columns:1fr;padding:36px 28px}.promo-banner__right{justify-self:start}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.testimonial-card__stars{color:var(--accent);font-size:14px;margin-bottom:12px}.testimonial-card__text{font-size:15px;color:var(--text);line-height:1.65;margin-bottom:16px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:var(--primary)}.testimonial-card__name{font-size:14px;font-weight:600;color:var(--text)}.testimonial-card__location{font-size:12px;color:var(--text-muted)}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.newsletter-section{background:var(--accent-light)}.newsletter-inner{max-width:560px;margin:0 auto;text-align:center}.newsletter-title{font-family:var(--font-display);font-size:34px;font-weight:600;margin-bottom:10px}.newsletter-sub{color:var(--text-muted);font-size:15px;margin-bottom:28px}.newsletter-form{display:flex;gap:8px}.newsletter-input{flex:1;padding:13px 18px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:15px;font-family:var(--font-body);background:#fff;outline:none;transition:border-color var(--transition)}.newsletter-input:focus{border-color:var(--primary)}.newsletter-note{font-size:12px;color:var(--text-muted);margin-top:10px}@media(max-width:480px){.newsletter-form{flex-direction:column}}.site-footer{background:#111510;color:#ffffffa6}.footer-top{padding:56px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand__logo{font-family:var(--font-display);font-size:22px;font-weight:700;color:#fff;margin-bottom:14px}.footer-brand__logo span{color:var(--accent)}.footer-brand__desc{font-size:14px;line-height:1.7;margin-bottom:20px;color:#ffffff80}.footer-socials{display:flex;gap:8px}.footer-social{width:36px;height:36px;border-radius:8px;background:#ffffff12;display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:all var(--transition);font-size:15px}.footer-social:hover{background:var(--accent);color:#1a1a1a}.footer-col h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:#ffffff80;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;font-size:13px}.footer-payments{display:flex;gap:6px}.payment-chip{background:#ffffff1a;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;color:#ffffffb3}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;gap:12px;text-align:center}}.whatsapp-btn{position:fixed;bottom:28px;right:28px;z-index:888;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;transition:all var(--transition);animation:wa-pulse 3s infinite}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c;animation:none}.whatsapp-btn svg{width:28px;height:28px;fill:#fff}@keyframes wa-pulse{0%,to{box-shadow:0 4px 20px #25d36673}50%{box-shadow:0 4px 30px #25d366b3}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:380px;max-width:100vw;background:var(--surface);z-index:2001;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-family:var(--font-display);font-size:20px;font-weight:600}.cart-drawer__close{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--bg);cursor:pointer;font-size:18px}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px;font-size:16px;font-weight:600}.cart-empty{text-align:center;padding:48px 0;color:var(--text-muted)}.cart-empty p{margin-bottom:20px}.product-page{padding:48px 0 72px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery__main{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1;background:var(--bg);margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-gallery__thumb{border-radius:var(--radius);overflow:hidden;aspect-ratio:1;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:12px}.product-info__breadcrumb a:hover{color:var(--primary)}.product-info__title{font-family:var(--font-display);font-size:36px;font-weight:600;line-height:1.15;margin-bottom:14px}.product-info__price-wrap{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-info__price{font-family:var(--font-display);font-size:30px;font-weight:600;color:var(--primary)}.product-info__compare{font-size:18px;text-decoration:line-through;color:var(--text-muted)}.product-info__savings{background:var(--cta);color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.product-info__description{font-size:15px;line-height:1.7;color:var(--text-muted);margin-bottom:28px}.product-info__add{width:100%;justify-content:center;font-size:16px;padding:16px;border-radius:var(--radius-lg);margin-bottom:12px}.product-info__meta{display:flex;flex-direction:column;gap:8px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.product-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted)}.product-meta-item svg{color:var(--primary)}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:32px}}.collection-header{padding:48px 0 32px;border-bottom:1px solid var(--border);margin-bottom:36px}.collection-header__title{font-family:var(--font-display);font-size:40px;font-weight:600;margin-bottom:6px}.collection-header__count{font-size:14px;color:var(--text-muted)}.cart-page{padding:48px 0 80px}.cart-page__title{font-family:var(--font-display);font-size:38px;font-weight:600;margin-bottom:36px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1px}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item__image{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;background:var(--bg);flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-size:15px;font-weight:500;margin-bottom:4px}.cart-item__price{font-size:16px;font-weight:600;color:var(--primary)}.cart-item__remove{font-size:12px;color:var(--text-muted);margin-top:8px;background:none;border:none;cursor:pointer;padding:0}.cart-item__remove:hover{color:var(--cta)}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:88px}.cart-summary__title{font-family:var(--font-display);font-size:20px;font-weight:600;margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}.cart-summary__total{font-weight:600;font-size:16px;border-top:1px solid var(--border);padding-top:14px;margin-top:14px}.cart-summary__checkout{width:100%;justify-content:center;margin-top:16px}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}}.page-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.page-404__code{font-family:var(--font-display);font-size:96px;font-weight:600;color:var(--primary-light);line-height:1;margin-bottom:16px}.page-404__title{font-family:var(--font-display);font-size:32px;font-weight:600;margin-bottom:12px}.page-404__sub{color:var(--text-muted);margin-bottom:32px}.text-center{text-align:center}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-0{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
