.section{padding:var(--spacing-2xl) 0}.section--dark{background:var(--color-bg-dark);color:var(--color-text-light)}.section--cream{background:var(--color-bg-cream)}.section-header{text-align:center;margin-bottom:var(--spacing-xl)}.section-title{font-size:clamp(3.2rem,5vw,4.8rem);font-weight:700;margin-bottom:var(--spacing-sm);text-transform:uppercase;letter-spacing:1px}.section-subtitle{font-size:1.8rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.section--dark .section-subtitle{color:#ffffffb3}.header-spacer{height:100px}.main-content--with-header{min-height:calc(100vh - 100px)}@media(max-width:768px){.header-spacer{height:90px}}.cart-count-legacy{position:absolute;top:-4px;right:-4px;background:var(--color-secondary);color:var(--color-text-light);font-size:1rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.menu-toggle span{display:block;width:24px;height:2px;background:var(--color-text-dark);transition:all .3s ease}.hero{min-height:90vh;display:flex;align-items:center;background:var(--color-bg-dark);color:var(--color-text-light);position:relative;overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl);align-items:center;max-width:var(--page-width);margin:0 auto;padding:var(--spacing-xl) var(--spacing-md);width:100%}.hero-content{z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.8rem;background:#8b2e2e33;color:#d4a574;padding:.8rem 1.6rem;border-radius:50px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--spacing-md)}.hero-title{font-size:clamp(4rem,8vw,7rem);font-weight:800;line-height:1;margin-bottom:var(--spacing-md);text-transform:uppercase}.hero-title span{display:block;color:#d4a574}.hero-description{font-size:1.8rem;line-height:1.7;color:#fffc;margin-bottom:var(--spacing-lg);max-width:500px}.hero-cta{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;width:auto;height:auto;max-height:70vh;object-fit:contain}.hero-stats{display:flex;gap:var(--spacing-lg);margin-top:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid rgba(255,255,255,.1)}.stat-item{text-align:left}.stat-number{font-size:3.6rem;font-weight:800;color:#d4a574;line-height:1}.stat-label{font-size:1.3rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}.category-tabs{display:flex;justify-content:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);flex-wrap:wrap}.category-tab{padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:2px solid var(--color-bg-dark);border-radius:var(--border-radius);background:transparent;color:var(--color-text-dark);cursor:pointer;transition:all .3s ease}.category-tab:hover,.category-tab.active{background:var(--color-bg-dark);color:var(--color-text-light)}.section--dark .category-tab{border-color:var(--color-text-light);color:var(--color-text-light)}.section--dark .category-tab:hover,.section--dark .category-tab.active{background:var(--color-text-light);border-color:var(--color-text-light);color:var(--color-bg-dark)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.product-card{background:var(--color-bg-cream);border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-bg-cream);display:flex;align-items:center;justify-content:center;padding:1rem}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__content{padding:1rem 1rem 1.2rem;background:var(--color-bg-cream)}.product-card__reviews{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stars{display:flex;gap:2px}.stars svg{width:14px;height:14px;fill:var(--color-primary)}.review-count{font-size:1.2rem;color:var(--color-text-dark);font-weight:400}.product-card__title{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:var(--color-primary);line-height:1.3;font-family:var(--font-heading);letter-spacing:.5px}.product-card__price{display:flex;align-items:baseline;gap:.5rem}.price-current{font-size:1.4rem;font-weight:600;color:var(--color-text-dark)}.price-compare{font-size:1.3rem;color:var(--color-text-muted);text-decoration:line-through}.product-card__actions{margin-top:1rem;opacity:0;transform:translateY(8px);transition:all .3s ease}.product-card__actions .btn{padding:.7rem 1rem;font-size:1.1rem}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}.feature-card{text-align:center;padding:var(--spacing-lg);background:var(--color-bg-white);border-radius:16px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.feature-icon{width:80px;height:80px;margin:0 auto var(--spacing-md);background:linear-gradient(135deg,var(--color-secondary),#5A2020);border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:36px;height:36px;stroke:var(--color-text-light);stroke-width:2;fill:none}.feature-title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px}.feature-description{font-size:1.4rem;color:var(--color-text-muted);line-height:1.6}.testimonials-slider{max-width:900px;margin:0 auto}.testimonial-card{text-align:center;padding:var(--spacing-xl)}.testimonial-quote{font-size:2.4rem;font-weight:600;line-height:1.5;margin-bottom:var(--spacing-md);color:var(--color-text-dark)}.section--dark .testimonial-quote{color:var(--color-text-light)}.testimonial-author{font-size:1.4rem;color:var(--color-text-muted)}.section--dark .testimonial-author{color:#fff9}.testimonial-dots{display:flex;justify-content:center;gap:.8rem;margin-top:var(--spacing-md)}.testimonial-dot{width:12px;height:12px;border-radius:50%;background:var(--color-text-muted);opacity:.3;cursor:pointer;transition:all .3s ease}.testimonial-dot.active{opacity:1;background:var(--color-secondary)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.section--dark .faq-item{border-color:#ffffff1a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;font-size:1.8rem;font-weight:600;text-align:left;color:var(--color-text-dark);cursor:pointer;transition:color .3s ease}.section--dark .faq-question{color:var(--color-text-light)}.faq-question:hover{color:#d4a574}.faq-icon{width:24px;height:24px;position:relative;flex-shrink:0}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:currentColor;transition:transform .3s ease}.faq-icon:before{width:100%;height:2px;top:50%;transform:translateY(-50%)}.faq-icon:after{width:2px;height:100%;left:50%;transform:translate(-50%)}.faq-item.active .faq-icon:after{transform:translate(-50%) rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding-bottom:var(--spacing-md);font-size:1.5rem;color:var(--color-text-muted);line-height:1.7}.section--dark .faq-answer-content{color:#ffffffb3}.site-footer{background:var(--color-bg-dark);color:var(--color-text-light);padding:var(--spacing-2xl) 0 var(--spacing-lg)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.footer-brand{max-width:300px}.footer-logo{font-size:2.4rem;font-weight:700;letter-spacing:2px;margin-bottom:var(--spacing-md)}.footer-description{font-size:1.4rem;color:#ffffffb3;line-height:1.7;margin-bottom:var(--spacing-md)}.footer-social{display:flex;gap:var(--spacing-sm)}.social-link{width:44px;height:44px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background:var(--color-secondary)}.social-link svg{width:20px;height:20px;fill:var(--color-text-light)}.social-link:hover svg{fill:var(--color-text-light)}.footer-column h4{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--spacing-md);color:var(--color-text-light)}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{font-size:1.4rem;color:#ffffffb3;transition:color .3s ease}.footer-links a:hover{color:#d4a574}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--spacing-lg);border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:1.3rem;color:#ffffff80}.footer-payments{display:flex;gap:var(--spacing-sm)}.cart-drawer{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:9999;pointer-events:none;visibility:hidden}.cart-drawer.active{pointer-events:all;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer.active .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;top:0;right:0;width:420px;max-width:100%;height:100%;background:var(--color-bg-white);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.active .cart-drawer__content{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md);border-bottom:1px solid rgba(0,0,0,.1)}.cart-drawer__title{font-size:1.8rem;font-weight:700}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:var(--color-text-muted);transition:color .3s ease}.cart-drawer__close:hover{color:var(--color-text-dark)}.cart-drawer__items{flex:1;overflow-y:auto;padding:var(--spacing-md)}.cart-drawer__footer{padding:var(--spacing-md);border-top:1px solid rgba(0,0,0,.1)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md);font-size:1.8rem;font-weight:700}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-cta,.hero-stats{justify-content:center}.hero-image{order:-1;max-width:100%;margin:0 auto;padding:0 var(--spacing-md)}.hero-image img{max-height:50vh}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--spacing-xl: 4rem;--spacing-2xl: 6rem}.header-left .nav-link{display:none}.menu-toggle{display:flex}.header-logo{position:static;transform:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{max-width:none;margin:0 auto}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;gap:var(--spacing-md);text-align:center}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card__content{padding:.8rem}.product-card__title{font-size:1.2rem}.price-current{font-size:1.3rem}.hero-title{font-size:3.6rem}.hero-stats{flex-direction:column;gap:var(--spacing-md);text-align:center}.category-tabs{flex-direction:column;align-items:stretch}.cart-drawer__content{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
