:root{--color-cream: #f5f0e8;--color-cream-dark: #ede5d5;--color-terracotta: #c17f3a;--color-terracotta-light: #d4954a;--color-espresso: #2c1a0e;--color-espresso-mid: #4a2e18;--color-sage: #7a8c6e;--color-blush: #e8c4a0;--color-white: #ffffff;--color-text: #2c1a0e;--color-text-muted: #7a6a58;--color-border: #e0d5c5;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(44,26,14,.08);--shadow-md: 0 4px 16px rgba(44,26,14,.12);--shadow-lg: 0 12px 40px rgba(44,26,14,.16);--transition: .25s cubic-bezier(.23, 1, .32, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-cream);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:600}h3{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-terracotta)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2.5rem}}@media(min-width:1024px){.container{padding:0 4rem}}.section-padding{padding:5rem 0}@media(max-width:768px){.section-padding{padding:3rem 0}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.875rem;font-weight:600;letter-spacing:.04em;transition:all var(--transition);white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--color-terracotta);color:var(--color-white)}.btn-primary:hover{background:var(--color-terracotta-light);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--color-terracotta);border:2px solid var(--color-terracotta)}.btn-outline:hover{background:var(--color-terracotta);color:var(--color-white)}.btn-white{background:var(--color-white);color:var(--color-espresso)}.btn-white:hover{background:var(--color-cream);box-shadow:var(--shadow-md)}.btn-dark{background:var(--color-espresso);color:var(--color-white)}.btn-dark:hover{background:var(--color-espresso-mid)}.announcement-bar{background:var(--color-espresso);color:var(--color-white);text-align:center;padding:.6rem 1rem;font-size:.8rem;letter-spacing:.06em}.announcement-bar a{color:var(--color-blush);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:#f5f0e8f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:background var(--transition),box-shadow var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:1.5rem}.header-logo{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--color-espresso);flex-shrink:0}.header-logo span{color:var(--color-terracotta)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.875rem;font-weight:500;color:var(--color-espresso);position:relative;padding-bottom:2px}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-terracotta);transition:width var(--transition)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--color-terracotta);color:var(--color-white);border-radius:var(--radius-full);font-size:.8rem;font-weight:600;transition:background var(--transition)}.cart-btn:hover{background:var(--color-terracotta-light)}.cart-count{background:var(--color-white);color:var(--color-terracotta);border-radius:50%;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:6px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--color-espresso);border-radius:2px;transition:all var(--transition)}@media(max-width:900px){.header-nav{display:none}.mobile-menu-btn{display:flex}}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-nav.open{display:block}.mobile-nav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c1a0e80}.mobile-nav-drawer{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:var(--color-cream);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.mobile-nav-close{align-self:flex-end;font-size:1.5rem;color:var(--color-espresso);line-height:1}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-links a{font-size:1.1rem;font-weight:500;color:var(--color-espresso);padding:.5rem 0;border-bottom:1px solid var(--color-border)}.trust-bar{background:var(--color-espresso);color:var(--color-white);padding:.9rem 0}.trust-bar-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;text-align:center}@media(min-width:768px){.trust-bar-inner{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;letter-spacing:.05em;color:#ffffffd9}.trust-icon{color:var(--color-blush);font-size:1rem}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:var(--color-espresso)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2c1a0e,#4a2e18,#3d2510)}.hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:radial-gradient(circle at 25% 25%,#c17f3a 0%,transparent 50%),radial-gradient(circle at 75% 75%,#e8c4a0 0%,transparent 50%)}.hero-content{position:relative;z-index:2;max-width:680px;padding:4rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c17f3a33;border:1px solid rgba(193,127,58,.4);color:var(--color-blush);padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{color:var(--color-white);margin-bottom:1.25rem;line-height:1.1}.hero h1 em{font-style:italic;color:var(--color-blush)}.hero-sub{font-size:1.1rem;color:#ffffffbf;margin-bottom:2rem;max-width:480px;line-height:1.7}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stars{display:flex;align-items:center;gap:.5rem;color:#fff9;font-size:.8rem}.hero-stars .stars{color:#f5c842;letter-spacing:2px}.hero-fullbleed{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--color-espresso)}.hero-photo-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-photo-bg img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hero-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2c1a0ed1,#2c1a0e8c,#2c1a0e26)}.hero-fullbleed-content{position:relative;z-index:2;padding-bottom:5rem;padding-top:8rem;max-width:1280px}.hero-trust{display:flex;align-items:center;gap:.75rem;color:#ffffffd9;font-size:.85rem;margin-bottom:1.5rem}.hero-fullbleed-headline{font-family:var(--font-display);font-size:clamp(3rem,7vw,5.5rem);font-weight:700;color:var(--color-white);line-height:1.05;margin-bottom:1.5rem;max-width:700px}.hero-fullbleed-headline em{font-style:italic;color:var(--color-blush)}.hero-fullbleed-sub{font-size:clamp(1rem,1.5vw,1.15rem);color:#fffc;max-width:520px;line-height:1.75;margin-bottom:2.5rem}.btn-ghost{background:#ffffff1f;color:var(--color-white);border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-ghost:hover{background:#ffffff38;border-color:var(--color-white)}.hero-cta-primary{background:var(--color-terracotta);color:var(--color-white);font-size:.9rem;padding:1rem 2.25rem}.hero-cta-primary:hover{background:var(--color-terracotta-light);box-shadow:0 8px 24px #c17f3a66;transform:translateY(-2px)}.hero-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2.5rem}.hero-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#ffffffe6;padding:.35rem 1rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:500;letter-spacing:.04em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-scroll{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:3rem;color:#ffffff80;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.hero-scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}@media(max-width:768px){.hero-fullbleed{min-height:100svh}.hero-photo-overlay{background:linear-gradient(to bottom,#2c1a0e4d,#2c1a0ebf 60%,#2c1a0ee6)}.hero-fullbleed-content{padding-top:6rem;padding-bottom:4rem}.hero-scroll{display:none}}.products-section{background:var(--color-white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin:.5rem 0 1rem}.section-header p{color:var(--color-text-muted);max-width:520px;margin:0 auto;font-size:1rem}.filter-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.filter-tab{padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;letter-spacing:.04em;border:2px solid var(--color-border);color:var(--color-text-muted);background:transparent;transition:all var(--transition)}.filter-tab:hover,.filter-tab.active{border-color:var(--color-terracotta);color:var(--color-terracotta);background:#c17f3a0f}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.product-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-cream)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-terracotta);color:var(--color-white);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius-full)}.product-badge.sale{background:#c0392b}.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-card-type{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-terracotta)}.product-card-title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-espresso);line-height:1.3}.product-card-desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--color-border)}.product-price{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-espresso)}.product-price-compare{font-size:.85rem;color:var(--color-text-muted);text-decoration:line-through;margin-left:.4rem}.product-atc{padding:.5rem 1rem;background:var(--color-terracotta);color:var(--color-white);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;transition:background var(--transition),transform var(--transition)}.product-atc:hover{background:var(--color-terracotta-light)}.product-atc:active{transform:scale(.96)}.collections-section{background:var(--color-cream)}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;background:var(--color-espresso-mid);cursor:pointer}.collection-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .5s cubic-bezier(.23,1,.32,1)}.collection-card:hover .collection-card-bg{transform:scale(1.06)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,26,14,.75) 0%,transparent 60%)}.collection-card-content{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.collection-card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-white);margin-bottom:.25rem}.collection-card-count{font-size:.75rem;color:#ffffffb3}.about-section{background:var(--color-cream-dark);overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;max-height:600px}.about-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top}.about-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--color-terracotta);color:var(--color-white);padding:.75rem 1.25rem;border-radius:var(--radius-md);text-align:center;font-size:.75rem;font-weight:600;line-height:1.4;box-shadow:var(--shadow-md)}.about-badge strong{display:block;font-size:1.4rem;font-family:var(--font-display)}.about-content{display:flex;flex-direction:column;gap:1.25rem}.about-content h2{color:var(--color-espresso)}.about-content p{color:var(--color-text-muted);line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}.about-stat{background:var(--color-white);border-radius:var(--radius-md);padding:1rem;border:1px solid var(--color-border)}.about-stat-number{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--color-terracotta);line-height:1}.about-stat-label{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.testimonials-section{background:var(--color-espresso);color:var(--color-white)}.testimonials-section .section-header h2{color:var(--color-white)}.testimonials-section .section-header p{color:#fff9}.testimonials-section .eyebrow{color:var(--color-blush)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.75rem}.testimonial-stars{color:#f5c842;margin-bottom:1rem;letter-spacing:2px}.testimonial-text{font-size:.95rem;line-height:1.7;color:#ffffffd9;font-style:italic;margin-bottom:1.25rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-terracotta);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-white);flex-shrink:0}.testimonial-name{font-weight:600;font-size:.875rem;color:var(--color-white)}.testimonial-location{font-size:.75rem;color:#ffffff80}.services-section{background:var(--color-white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.service-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow var(--transition),border-color var(--transition)}.service-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-terracotta)}.service-icon{width:48px;height:48px;background:#c17f3a1a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.service-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--color-espresso)}.service-card p{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.newsletter-section{background:linear-gradient(135deg,var(--color-terracotta) 0%,#a06428 100%);color:var(--color-white);text-align:center}.newsletter-section h2{color:var(--color-white);margin-bottom:.75rem}.newsletter-section p{color:#ffffffd9;margin-bottom:2rem}.newsletter-form{display:flex;max-width:460px;margin:0 auto 1.5rem;gap:.5rem}.newsletter-form input{flex:1;padding:.85rem 1.25rem;border-radius:var(--radius-full);border:none;font-family:var(--font-body);font-size:.9rem;outline:none;background:#fffffff2;color:var(--color-espresso)}.newsletter-form input::placeholder{color:var(--color-text-muted)}.newsletter-social{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.social-link{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-size:.9rem;transition:background var(--transition)}.social-link:hover{background:#ffffff4d}.site-footer{background:var(--color-espresso);color:#ffffffbf;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand-name{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--color-white);margin-bottom:.75rem}.footer-brand-name span{color:var(--color-terracotta)}.footer-tagline{font-size:.85rem;line-height:1.6;margin-bottom:1.25rem}.footer-col h4{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.875rem;color:#ffffffa6;transition:color var(--transition)}.footer-links a:hover{color:var(--color-blush)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;color:#fff6}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c1a0e80;z-index:300;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,95vw);height:100%;background:var(--color-cream);z-index:301;transform:translate(100%);transition:transform .35s cubic-bezier(.23,1,.32,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer-header h3{font-family:var(--font-display);font-size:1.2rem;color:var(--color-espresso)}.cart-drawer-close{font-size:1.4rem;color:var(--color-text-muted);line-height:1;padding:.25rem}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.cart-empty p{margin-bottom:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item-image{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--color-cream-dark)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-title{font-size:.875rem;font-weight:600;color:var(--color-espresso);margin-bottom:.25rem}.cart-item-price{font-size:.875rem;color:var(--color-terracotta);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-btn{width:26px;height:26px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-espresso);transition:all var(--transition)}.qty-btn:hover{border-color:var(--color-terracotta);color:var(--color-terracotta)}.qty-num{font-size:.875rem;font-weight:600;min-width:20px;text-align:center}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--color-border)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;color:var(--color-espresso);margin-bottom:1rem}.cart-checkout-btn{width:100%;padding:1rem;background:var(--color-terracotta);color:var(--color-white);border-radius:var(--radius-full);font-size:.95rem;font-weight:600;text-align:center;transition:background var(--transition);display:block}.cart-checkout-btn:hover{background:var(--color-terracotta-light)}.product-page{padding:3rem 0 5rem}.product-page-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.product-page-grid{grid-template-columns:1fr 1fr}}.product-images{display:flex;flex-direction:column;gap:1rem}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--color-cream)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition)}.product-thumb.active{border-color:var(--color-terracotta)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-info-type{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-terracotta)}.product-info-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--color-espresso);line-height:1.2}.product-info-price{font-family:var(--font-display);font-size:1.6rem;font-weight:600;color:var(--color-espresso)}.product-info-desc{color:var(--color-text-muted);line-height:1.8;font-size:.95rem}.product-info-atc{width:100%;padding:1rem 2rem;background:var(--color-terracotta);color:var(--color-white);border-radius:var(--radius-full);font-size:1rem;font-weight:600;transition:background var(--transition)}.product-info-atc:hover{background:var(--color-terracotta-light)}.product-info-atc:disabled{opacity:.5;cursor:not-allowed}.product-guarantees{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.5rem}.guarantee-pill{display:flex;align-items:center;gap:.4rem;background:#c17f3a14;border:1px solid rgba(193,127,58,.2);color:var(--color-terracotta);padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.collection-page{padding:3rem 0 5rem}.collection-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.collection-header h1{color:var(--color-espresso);margin-bottom:.5rem}.collection-header p{color:var(--color-text-muted)}.page-content{padding:4rem 0;max-width:760px;margin:0 auto}.page-content h1{margin-bottom:2rem;color:var(--color-espresso)}.page-content p{color:var(--color-text-muted);line-height:1.8;margin-bottom:1.25rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.23,1,.32,1),transform .6s cubic-bezier(.23,1,.32,1)}.fade-up.visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
