:root{--color-primary: #2D6A4F;--color-primary-dark: #1B4332;--color-primary-light: #52B788;--color-secondary: #D4A373;--color-secondary-dark: #BC8A5F;--color-secondary-light: #E9C46A;--color-cream: #FEFAE0;--color-cream-dark: #F5F0D0;--color-white: #FFFFFF;--color-off-white: #F8F7F2;--color-text: #2B2B2B;--color-text-light: #5A5A5A;--color-text-muted: #8A8A8A;--color-border: #E0DCC8;--color-accent: #BC4749;--color-success: #2D6A4F;--color-badge-bg: #BC4749;--color-badge-text: #FFFFFF;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--page-width: 1200px;--header-height: 72px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 50%;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link:focus{z-index:9999;position:inherit;overflow:auto;width:auto;height:auto;clip:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--color-text)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--color-text-light)}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:var(--space-xl) 0}@media(min-width:768px){.section-padding{padding:var(--space-2xl) 0}}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-xl);transition:all var(--transition-base);cursor:pointer;border:2px solid transparent;text-decoration:none;line-height:1}.btn--primary{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn--primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--secondary:hover{background-color:var(--color-primary);color:var(--color-white)}.btn--accent{background-color:var(--color-secondary);color:var(--color-white);border-color:var(--color-secondary)}.btn--accent:hover{background-color:var(--color-secondary-dark);border-color:var(--color-secondary-dark)}.btn--large{padding:1rem 2.5rem;font-size:1rem}.btn--small{padding:.5rem 1.25rem;font-size:.75rem}.btn--full{width:100%}.section-header{text-align:center;margin-bottom:var(--space-lg)}.section-header__label{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;position:relative;padding:.25rem 1rem}.section-header__label:before{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--color-secondary)}.section-header__title{margin-bottom:.75rem}.section-header__subtitle{max-width:600px;margin:0 auto;color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.announcement-bar{background-color:var(--color-primary-dark);color:#fff;text-align:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.03em}.announcement-bar p,.announcement-bar span{color:#fff;margin:0}.announcement-bar a{color:#fff;text-decoration:underline;text-underline-offset:2px}.announcement-bar a:hover{color:var(--color-secondary-light)}.site-header{background-color:var(--color-white);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:2rem}.site-header__logo{flex-shrink:0}.site-header__logo img{height:56px;width:auto;background:transparent;border-radius:12px;padding:0;object-fit:contain}.site-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);letter-spacing:-.02em}.site-header__logo-text span{color:var(--color-secondary)}.site-header__nav{display:flex;align-items:center;gap:2rem}.site-header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-text);transition:color var(--transition-fast);position:relative;padding:.25rem 0}.site-header__nav-link:hover,.site-header__nav-link.active{color:var(--color-primary)}.site-header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-primary);transition:width var(--transition-base)}.site-header__nav-link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:1.25rem}.site-header__action-btn{position:relative;color:var(--color-text);transition:color var(--transition-fast);padding:.25rem}.site-header__action-btn:hover{color:var(--color-primary)}.site-header__action-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5}.site-header__cart-count{position:absolute;top:-6px;right:-8px;background-color:var(--color-accent);color:var(--color-white);font-size:.625rem;font-weight:700;width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.site-header__menu-toggle{display:none;padding:.5rem}.site-header__menu-toggle svg{width:24px;height:24px;stroke:var(--color-text);fill:none;stroke-width:1.5}@media(max-width:768px){.site-header__nav,.site-header__actions{display:none}.site-header__menu-toggle{display:block;order:2;margin-left:auto}.site-header__logo{order:1}.site-header__logo img{height:48px}}.floating-cart{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1500;width:56px;height:56px;border-radius:var(--radius-full);background:var(--color-primary);color:var(--color-white);border:none;box-shadow:0 4px 16px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast),transform .2s ease}.floating-cart:hover{background:var(--color-primary-dark);transform:scale(1.05)}.floating-cart svg{stroke:currentColor;fill:none;stroke-width:1.5}.floating-cart__count{position:absolute;top:-4px;right:-4px;background:var(--color-accent);color:var(--color-white);font-size:.65rem;font-weight:700;min-width:20px;height:20px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-drawer{position:fixed;top:0;right:-100%;width:85%;max-width:360px;height:100vh;background:var(--color-white);z-index:2000;transition:right var(--transition-base);overflow-y:auto;box-shadow:var(--shadow-lg)}.mobile-drawer.is-open{right:0}.mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1999;opacity:0;pointer-events:none;transition:opacity var(--transition-base)}.mobile-drawer__overlay.is-open{opacity:1;pointer-events:auto}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.mobile-drawer__close svg{width:24px;height:24px;stroke:var(--color-text);fill:none;stroke-width:1.5}.mobile-drawer__nav{padding:1rem 0}.mobile-drawer__nav a{display:block;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text);border-bottom:1px solid var(--color-border);transition:background var(--transition-fast)}.mobile-drawer__nav a:hover{background:var(--color-cream);color:var(--color-primary)}.hero{position:relative;overflow:hidden;background-color:var(--color-cream)}.hero__slide{position:relative;min-height:75vh;display:flex;align-items:center}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1b4332d9,#1b433299,#2d6a4f80);z-index:1}.hero__content{position:relative;z-index:2;max-width:650px;padding:var(--space-xl) 0}.hero__label{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:var(--radius-xl);font-size:.75rem;font-weight:600;color:var(--color-secondary-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero__label svg{width:16px;height:16px}.hero__title{font-size:clamp(2.25rem,5.5vw,3.75rem);color:var(--color-white);margin-bottom:1rem;line-height:1.1}.hero__title span{color:var(--color-secondary-light)}.hero__subtitle{font-size:1.1rem;color:#ffffffd9;line-height:1.7;margin-bottom:2rem;max-width:500px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__actions .btn--primary{background-color:var(--color-secondary);border-color:var(--color-secondary)}.hero__actions .btn--primary:hover{background-color:var(--color-secondary-dark);border-color:var(--color-secondary-dark)}.hero__actions .btn--secondary{color:var(--color-white);border-color:#fff6}.hero__actions .btn--secondary:hover{background-color:#ffffff26;border-color:var(--color-white)}.hero__stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.hero__stat-value{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-white);display:block}.hero__stat-label{font-size:.8rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.hero__slide{min-height:auto;padding:2rem 0}.hero__title{font-size:clamp(1.75rem,6vw,2.5rem)}.hero__subtitle{font-size:.9rem;margin-bottom:1.25rem;line-height:1.6}.hero__label{margin-bottom:1rem;font-size:.7rem;padding:.4rem .8rem}.hero__stats{gap:1rem;margin-top:1.25rem;padding-top:1rem}.hero__stat-value{font-size:1.25rem}.hero__stat-label{font-size:.7rem}.hero__actions{flex-direction:column}.hero__actions .btn{text-align:center;justify-content:center}.hero__content{padding:1rem 0}}.trust-banner{background-color:var(--color-primary);padding:1.25rem 0}.trust-banner__grid{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-banner__item{display:flex;align-items:center;gap:.625rem;color:var(--color-white);font-size:.85rem;font-weight:500}.trust-banner__item svg{width:20px;height:20px;flex-shrink:0}@media(max-width:480px){.trust-banner__grid{gap:1rem}.trust-banner__item{font-size:.75rem}}.categories{background-color:var(--color-off-white)}.categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}@media(min-width:769px){.categories__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.categories__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-card__icon{font-size:2.5rem}.category-card__title{font-size:1rem}}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;cursor:pointer;transition:transform var(--transition-base)}.category-card:hover{transform:translateY(-4px)}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.category-card:hover .category-card__image img{transform:scale(1.08)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(27,67,50,.85) 100%);z-index:1}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;z-index:2}.category-card__title{color:var(--color-white);font-family:var(--font-heading);font-size:1.25rem;font-weight:600}.category-card__count{color:#ffffffb3;font-size:.8rem;margin-top:.25rem}.category-card__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.category-card__fallback--1{background:linear-gradient(135deg,#d4a373,#c68b59,#8b5e3c)}.category-card__fallback--2{background:linear-gradient(135deg,#e6c766,#c9a84c,#8b7a3c)}.category-card__fallback--3{background:linear-gradient(135deg,#bc4749,#a33b3d,#7a2c2e)}.category-card__fallback--4{background:linear-gradient(135deg,#52b788,#2d6a4f,#1b4332)}.category-card__icon{font-size:4rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));transition:transform var(--transition-base)}.category-card:hover .category-card__icon{transform:scale(1.15)}.featured-products{background-color:var(--color-white)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-width:100%}.product-grid .product-card{max-width:360px}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.story-section{background-color:var(--color-cream);overflow:hidden}.story-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-section__image{position:relative;border-radius:var(--radius-lg);overflow:hidden}.story-section__image img{width:100%;height:auto;border-radius:var(--radius-lg)}.story-section__illustrations{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7,#f0fdf4);border-radius:var(--radius-lg);min-height:400px;align-items:center;justify-items:center}.story-illustration svg{width:100%;height:auto;max-width:120px;transition:transform .3s ease}.story-illustration:hover svg{transform:scale(1.1)}.story-section__image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--color-white);padding:.75rem 1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:var(--color-primary)}.story-section__content{max-width:500px}.story-section__label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem}.story-section__title{margin-bottom:1.25rem}.story-section__text{color:var(--color-text-light);line-height:1.8;margin-bottom:1.5rem}.story-section__features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.story-feature{display:flex;align-items:flex-start;gap:.75rem}.story-feature__icon{width:40px;height:40px;flex-shrink:0;background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.story-feature__icon svg{width:20px;height:20px}.story-feature__text{font-size:.875rem;font-weight:600;color:var(--color-text)}.story-feature__desc{font-size:.8rem;color:var(--color-text-muted);margin-top:.125rem}@media(max-width:768px){.story-section__grid{grid-template-columns:1fr;gap:2rem}}.why-us{background-color:var(--color-primary-dark);color:var(--color-white)}.why-us .section-header__label{color:var(--color-secondary-light)}.why-us .section-header__label:before{background:var(--color-secondary-light)}.why-us .section-header__title{color:var(--color-white)}.why-us .section-header__subtitle{color:#ffffffb3}.why-us__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.why-us__card{text-align:center;padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);transition:all var(--transition-base)}.why-us__card:hover{background:#ffffff1a;transform:translateY(-4px)}.why-us__icon{width:56px;height:56px;margin:0 auto 1.25rem;background:#ffffff1a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.why-us__icon svg{width:28px;height:28px;stroke:var(--color-secondary-light);fill:none;stroke-width:1.5}.why-us__card-title{color:var(--color-white);font-family:var(--font-heading);font-size:1.125rem;margin-bottom:.5rem}.why-us__card-text{color:#ffffffa6;font-size:.875rem;line-height:1.6}.testimonials{background-color:var(--color-off-white)}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:box-shadow var(--transition-base)}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-card__stars svg{width:16px;height:16px;fill:var(--color-secondary)}.testimonial-card__text{font-size:.95rem;line-height:1.7;color:var(--color-text-light);margin-bottom:1.25rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-cream);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--color-primary)}.testimonial-card__name{font-weight:600;font-size:.9rem;color:var(--color-text)}.testimonial-card__location{font-size:.8rem;color:var(--color-text-muted)}.newsletter{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-white);text-align:center}.newsletter__title{color:var(--color-white);margin-bottom:.75rem}.newsletter__subtitle{color:#fffc;max-width:480px;margin:0 auto 2rem;font-size:1rem}.newsletter__form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}.newsletter__input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius-xl);background:#ffffff1a;color:var(--color-white);font-size:.9rem;outline:none;transition:border-color var(--transition-fast)}.newsletter__input::placeholder{color:#ffffff80}.newsletter__input:focus{border-color:var(--color-secondary-light)}.newsletter__btn{background:var(--color-secondary);color:var(--color-white);border:none;padding:.875rem 1.75rem;border-radius:var(--radius-xl);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:background var(--transition-fast)}.newsletter__btn:hover{background:var(--color-secondary-dark)}.newsletter__success{color:#a8e6a0;text-align:center;margin-bottom:1rem;font-weight:600}.newsletter__error{color:#f99;text-align:center;margin-bottom:1rem;font-weight:500}@media(max-width:480px){.newsletter__form{flex-direction:column}}.site-footer{background-color:var(--color-primary-dark);color:#fffc;padding:var(--space-xl) 0 0}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:var(--space-xl);border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-white);margin-bottom:1rem}.site-footer__brand-name span{color:var(--color-secondary)}.site-footer__description{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;color:#fff9}.site-footer__socials{display:flex;gap:.75rem}.site-footer__social-link{width:38px;height:38px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all var(--transition-fast)}.site-footer__social-link:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.site-footer__social-link svg{width:16px;height:16px;fill:currentColor}.site-footer__heading{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-white);margin-bottom:1.25rem}.site-footer__links li{margin-bottom:.75rem}.site-footer__links a{font-size:.875rem;color:#fff9;transition:color var(--transition-fast)}.site-footer__links a:hover{color:var(--color-secondary-light)}.site-footer__policies{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:center;padding:1rem 0;border-top:1px solid rgba(255,255,255,.12);margin-top:2rem}.site-footer__policies a{font-size:.78rem;color:#ffffffbf;text-decoration:none;transition:color var(--transition-fast)}.site-footer__policies a:hover{color:#fff}.site-footer__bottom{padding:1rem 0;border-top:1px solid rgba(255,255,255,.15);text-align:center;font-size:.8rem;color:#ffffffd9}.site-footer__bottom p{color:#ffffffd9;margin:0}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:all var(--transition-base);position:relative;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card__badge{position:absolute;top:.75rem;right:.75rem;z-index:5;padding:.25rem .75rem;border-radius:var(--radius-xl);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-card__badge--sale{background:#e07c24;color:var(--color-white)}.product-card__badge--new{background:var(--color-primary);color:var(--color-white)}.product-card__badge--bestseller{background:#d4a017;color:var(--color-white)}.product-card__badge--custom{background:var(--color-primary-dark);color:var(--color-white)}.product-card__badge--soldout{background:#999;color:var(--color-white)}.product-card__image-wrapper{display:block;position:relative;overflow:hidden;background:var(--color-cream);aspect-ratio:1 / 1}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__info{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--color-text);line-height:1.3;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--color-primary)}.product-card__weight-info{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.5rem}.product-card__variant-select{width:100%;padding:.45rem 1.2rem .45rem .45rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);font-size:.75rem;font-weight:600;color:var(--color-text);cursor:pointer;margin-bottom:.625rem;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;transition:border-color var(--transition-fast)}.product-card__variant-select:focus{outline:none;border-color:var(--color-primary)}.product-card__price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.product-card__price{font-size:1.1rem;font-weight:700;color:var(--color-primary-dark)}.product-card__compare-price{font-size:.8rem;color:var(--color-text-muted);text-decoration:line-through}.product-card__cart-area{margin-top:auto}.product-card__add-btn{width:100%;display:block;padding:.75rem 1rem;background:var(--color-primary);color:var(--color-white);border:none;border-radius:var(--radius-md);font-size:.8rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background var(--transition-fast);text-align:center}.product-card__add-btn:hover{background:var(--color-primary-dark)}.product-card__add-btn--disabled{background:#ccc;color:#666;cursor:not-allowed}.product-card__add-btn--disabled:hover{background:#ccc}.product-card__qty-counter{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--color-primary);border-radius:var(--radius-md);overflow:hidden}.product-card__qty-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--color-primary);color:var(--color-white);border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background var(--transition-fast)}.product-card__qty-btn:hover{background:var(--color-primary-dark)}.product-card__qty-value{flex:1;text-align:center;font-size:.95rem;font-weight:700;color:var(--color-primary)}.product-page{padding:var(--space-lg) 0 var(--space-2xl)}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-page__gallery{position:sticky;top:calc(var(--header-height) + 2rem)}.product-page__main-image{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-cream);margin-bottom:1rem}.product-page__main-image img{width:100%;height:auto}.product-page__thumbnails{display:flex;gap:.75rem}.product-page__thumbnail{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--color-border);cursor:pointer;transition:border-color var(--transition-fast)}.product-page__thumbnail.active,.product-page__thumbnail:hover{border-color:var(--color-primary)}.product-page__thumbnail img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-top:1rem}.product-page__vendor{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:.5rem}.product-page__title{font-size:2rem;margin-bottom:1rem}.product-page__price{font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:1.5rem}.product-page__price .compare-price{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through;margin-left:.75rem;font-weight:400}.product-page__description{margin-bottom:2rem;line-height:1.8}.product-page__variants{margin-bottom:1.5rem}.product-page__variant-label{font-weight:600;font-size:.875rem;margin-bottom:.75rem}.product-page__variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.product-page__variant-btn{padding:.625rem 1.25rem;border:2px solid var(--color-border);border-radius:var(--radius-xl);font-size:.85rem;font-weight:500;background:var(--color-white);transition:all var(--transition-fast)}.product-page__variant-btn:hover,.product-page__variant-btn.active{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-cream)}.product-page__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-page__quantity-label{font-weight:600;font-size:.875rem}.product-page__quantity-controls{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.product-page__quantity-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text);transition:background var(--transition-fast)}.product-page__quantity-btn:hover{background:var(--color-cream)}.product-page__quantity-value{width:48px;text-align:center;font-weight:600;border:none;outline:none;font-size:.9rem}.product-page__add-to-cart{margin-bottom:1rem}.product-page__guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.product-page__guarantee{text-align:center}.product-page__guarantee svg{width:24px;height:24px;stroke:var(--color-primary);fill:none;stroke-width:1.5;margin-bottom:.5rem}.product-page__guarantee-text{font-size:.75rem;font-weight:600;color:var(--color-text)}@media(max-width:768px){.product-page__grid{grid-template-columns:1fr;gap:2rem}.product-page__gallery{position:static}}.cart-page{padding:var(--space-lg) 0 var(--space-2xl)}.cart-page__title{text-align:center;margin-bottom:var(--space-lg)}.cart-page__empty{text-align:center;padding:var(--space-xl) 0}.cart-page__empty p{margin-bottom:1.5rem;font-size:1.1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--color-border);transition:opacity .3s,transform .3s}.cart-item__image{border-radius:var(--radius-md);overflow:hidden;background:var(--color-cream)}.cart-item__image img{width:100%;height:auto}.cart-item__info{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:0}.cart-item__qty-counter{display:inline-flex;align-items:center;border:2px solid var(--color-primary);border-radius:var(--radius-md);overflow:hidden;width:fit-content}.cart-item__qty-btn{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;background:var(--color-primary);color:var(--color-white);border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background var(--transition-fast);-webkit-user-select:none;user-select:none}.cart-item__qty-btn:hover{background:var(--color-primary-dark)}.cart-item__qty-value{min-width:2rem;text-align:center;font-size:.95rem;font-weight:700;color:var(--color-primary);padding:0 .25rem}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart-item__price{font-weight:700;color:var(--color-primary-dark)}.cart-item__delete{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.cart-item__delete:hover{color:#dc2626;border-color:#dc2626;background:#fef2f2}@media(max-width:600px){.cart-item{grid-template-columns:80px 1fr auto;gap:1rem}}.cart-page__footer{margin-top:2rem;text-align:right}.cart-page__shipping-notice{display:flex;align-items:flex-start;gap:.6rem;background:#fef9e7;border:1px solid #f5d060;border-radius:var(--radius-md);padding:.85rem 1rem;margin-bottom:1.25rem;text-align:left;font-size:.88rem;color:#92640a;line-height:1.4}.cart-page__shipping-notice svg{flex-shrink:0;margin-top:1px;stroke:#b8860b}.cart-page__total{font-family:var(--font-heading);font-size:1.25rem;margin-bottom:1rem}.cart-page__total span{font-weight:700}.collection-page{padding:var(--space-lg) 0 var(--space-2xl)}.collection-page__header{text-align:center;margin-bottom:var(--space-md)}.collection-page__search{margin-bottom:1rem}.collection-search-form{display:flex;max-width:400px;margin:0 auto;border:1px solid #ddd;border-radius:var(--radius-md);overflow:hidden;background:var(--color-white)}.collection-search-form__input{flex:1;padding:.625rem 1rem;border:none;font-size:.9rem;font-family:inherit;color:var(--color-text);outline:none}.collection-search-form__btn{display:flex;align-items:center;justify-content:center;padding:0 1rem;background:var(--color-primary);color:var(--color-white);border:none;cursor:pointer;transition:background var(--transition-fast)}.collection-search-form__btn:hover{background:var(--color-primary-dark)}.collection-search-form__btn svg{stroke:currentColor;fill:none;stroke-width:2}.collection-page__toolbar{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:var(--space-lg);padding:1rem 1.25rem;background:var(--color-bg-alt, #f8f8f4);border-radius:var(--radius-md)}.collection-page__filters{display:flex;gap:1rem;flex-wrap:wrap}.collection-filter{display:flex;flex-direction:column;gap:.3rem}.collection-filter__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-light)}.collection-filter__select{padding:.5rem 2rem .5rem .75rem;border:1px solid #ddd;border-radius:var(--radius-sm);background:var(--color-white);font-size:.85rem;font-family:inherit;color:var(--color-text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.collection-filter__select:focus{outline:none;border-color:var(--color-primary)}.collection-page__no-results{padding:3rem 1rem;color:var(--color-text-light);font-size:1rem}.product-grid__item{display:flex}.product-grid__item>.product-card{flex:1}@media(max-width:768px){.collection-page__toolbar{flex-direction:column;align-items:stretch}.collection-page__filters{flex-direction:column}}.page-content{padding:var(--space-lg) 0 var(--space-2xl)}.page-content__body{max-width:800px;margin:0 auto}.page-content__body h1{margin-bottom:1.5rem}.page-content__body p{line-height:1.8;margin-bottom:1.25rem}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:var(--color-text)}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);transition:border-color var(--transition-fast);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary)}.form-group textarea{min-height:150px;resize:vertical}.form-group--checkbox{margin-top:.25rem}.checkbox-label{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:auto;margin-top:.2rem;accent-color:var(--color-primary);cursor:pointer}.checkbox-label__text{font-size:.85rem;color:var(--color-text-light);line-height:1.4}.contact-form__success{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:var(--color-cream);border-radius:var(--radius-md);border:1px solid var(--color-primary);margin-bottom:1.5rem;color:var(--color-primary);font-weight:500;font-size:.9rem}.contact-form__error{padding:1rem 1.25rem;background:#fef2f2;border-radius:var(--radius-md);border:1px solid var(--color-accent);margin-bottom:1.5rem;color:var(--color-accent);font-weight:500;font-size:.9rem}.template-page-contact .newsletter{display:none}.order-badge{display:inline-block;padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;background:var(--color-cream);color:var(--color-text);border:1px solid var(--color-border)}.order-line-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--color-border)}.order-line-item__image img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-md)}.order-line-item__price{font-weight:700}.order-summary{margin-top:1.5rem;padding:1.25rem;background:var(--color-cream);border-radius:var(--radius-md)}.order-summary__row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.9rem}.order-summary__total{border-top:2px solid var(--color-border);margin-top:.5rem;padding-top:.75rem;font-weight:700;font-size:1.05rem}.order-address{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.page-404{text-align:center;padding:var(--space-2xl) 0}.policy-page{padding:var(--space-lg) 0 var(--space-2xl)}.policy-page__title{text-align:center;margin-bottom:var(--space-lg)}.policy-page__content{max-width:800px;margin:0 auto;line-height:1.8}.policy-page__content h2{margin-top:2rem;margin-bottom:.75rem}.policy-page__content p{margin-bottom:1rem}.policy-page__content ul,.policy-page__content ol{padding-left:1.5rem;margin-bottom:1rem}.policy-page__content li{margin-bottom:.5rem}.page-404 h1{font-size:6rem;color:var(--color-primary);margin-bottom:1rem}.page-404 p{font-size:1.1rem;margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease forwards}.bg-cream{background-color:var(--color-cream)}.bg-white{background-color:var(--color-white)}.bg-primary{background-color:var(--color-primary)}.bg-dark{background-color:var(--color-primary-dark)}.text-white{color:var(--color-white)}.text-primary{color:var(--color-primary)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}@media(max-width:768px){.product-card:hover{transform:none}.product-card__info{padding:.75rem .75rem .875rem}.product-card__title{font-size:.85rem}.product-card__price{font-size:.95rem}.product-card__add-btn{padding:.625rem .75rem;font-size:.75rem}.product-grid .product-card{max-width:100%}}@media(max-width:768px){.product-page__main-image img{width:100%;height:auto;max-height:400px;object-fit:contain}.product-page{padding:var(--space-md) 0 var(--space-lg)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
