@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--color-primary:#d97706;--color-primary-hover:#b45309;--color-secondary:#991b1b;--color-secondary-hover:#7f1d1d;--color-accent:#f59e0b;--color-background:#fffdf9;--color-surface:#fff;--color-surface-alt:#fef3c7;--color-text:#1f2937;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-border-dark:#d1d5db;--color-success:#059669;--color-warning:#d97706;--color-error:#dc2626;--color-white:#fff;--font-family:"Outfit", "Inter", system-ui, -apple-system, sans-serif;--heading-font-family:"Playfair Display", "Outfit", serif;--border-radius:12px;--border-radius-sm:8px;--border-radius-full:9999px;--header-height:68px;--top-info-bar-height:36px;--container-max-width:1280px;--box-shadow:0 10px 25px -5px #d9770614, 0 8px 10px -6px #0000000a;--box-shadow-hover:0 20px 30px -10px #d9770626, 0 12px 15px -8px #00000014;--glass-bg:#ffffffeb;--glass-border:#d9770626}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{width:100%;height:100%}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1.25rem}.top-info-bar{background:var(--color-secondary);color:#fff;height:var(--top-info-bar-height);align-items:center;font-size:.8rem;font-weight:500;display:flex;overflow:hidden}.top-info-bar__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.top-info-bar__group{flex-wrap:nowrap;align-items:center;gap:1.25rem;display:flex}.top-info-bar__item{color:#ffffffeb;white-space:nowrap;align-items:center;gap:.35rem;transition:color .15s;display:flex}.top-info-bar__item:hover{color:#fff}.top-info-bar__whatsapp{color:#4ade80!important}.top-info-bar__location{opacity:.85}.glass-header{z-index:200;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);transition:box-shadow .25s,background .25s;position:sticky;top:0}.glass-header.header-scrolled{background:#fffffff7;box-shadow:0 4px 20px #00000014}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-brand{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.header-brand__icon{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex}.header-brand__name{font-size:1.2rem;font-family:var(--heading-font-family);color:var(--color-secondary);white-space:nowrap;font-weight:700;line-height:1.1;display:block}.header-brand__tagline{color:var(--color-text-muted);white-space:nowrap;font-size:.7rem;display:block}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav__link{color:var(--color-text);white-space:nowrap;border-bottom:2px solid #0000;padding:.3rem 0;font-size:.92rem;font-weight:500;transition:color .15s,border-color .15s}.header-nav__link:hover,.header-nav__link.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.header-search{flex:1;align-items:center;max-width:280px;display:flex;position:relative}.header-search__input{border-radius:var(--border-radius-full);border:1.5px solid var(--color-border);background:#fff;width:100%;padding:.45rem 2.5rem .45rem 1rem;font-size:.85rem}.header-search__btn{color:var(--color-text-muted);font-size:.85rem;position:absolute;right:.6rem}.header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-actions__icon{color:var(--color-text);align-items:center;font-size:1.25rem;transition:transform .15s;display:flex;position:relative}.header-actions__icon:hover{transform:scale(1.1)}.header-actions__name{font-size:.85rem}.badge-count{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.badge-count--red{background:var(--color-secondary)}.mobile-toggle,.mobile-search-toggle{display:none}.header-mobile-search{border-top:1px solid var(--color-border);background:#fff;padding:.85rem 0;animation:.2s ease-out slideDown}.header-mobile-search form{align-items:center;gap:.6rem;display:flex}.header-mobile-menu{border-top:1px solid var(--color-border);background:#fff;padding:.75rem 0 1.25rem;animation:.2s ease-out slideDown}.header-mobile-menu__link{color:var(--color-text);border-bottom:1px solid var(--color-border);padding:.75rem 0;font-size:1rem;font-weight:600;transition:color .15s;display:block}.header-mobile-menu__link:last-child{border-bottom:none}.header-mobile-menu__link:hover,.header-mobile-menu__link.active{color:var(--color-primary)}.header-mobile-menu__divider{background:var(--color-border);height:1px;margin:.25rem 0}.header-mobile-menu__phone{color:var(--color-primary)!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn{border-radius:var(--border-radius-sm);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-white);box-shadow:0 4px 14px #d977064d}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-secondary);color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-secondary-hover)}.btn-outline{border:1.5px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-surface-alt)}.btn-sm{padding:.4rem .9rem;font-size:.82rem}.btn-full{width:100%}.badge{border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-gold{color:#92400e;background:#fef3c7}.badge-crimson{color:#991b1b;background:#fee2e2}.badge-green{color:#065f46;background:#d1fae5}.form-group{margin-bottom:1.25rem}.form-label{margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{border:1.5px solid var(--color-border);border-radius:var(--border-radius-sm);background-color:var(--color-surface);width:100%;color:var(--color-text);outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #d9770626}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;position:fixed;inset:0}.products-page-grid{grid-template-columns:240px minmax(0,1fr);gap:2rem;width:100%;display:grid}.products-page-sidebar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);height:fit-content;padding:1.25rem}.products-page-sidebar-title{border-bottom:1px solid var(--color-border);font-size:1.1rem;font-weight:700;font-family:var(--heading-font-family);color:var(--color-secondary);margin-bottom:1rem;padding-bottom:.5rem}.products-page-categories-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.products-page-categories-list button{text-align:left;width:100%;color:var(--color-text);border-radius:var(--border-radius-sm);cursor:pointer;background:0 0;border:none;padding:.45rem .6rem;font-size:.92rem;transition:all .2s}.products-page-categories-list button:hover{background:var(--color-surface-alt);color:var(--color-primary)}.products-page-categories-list button.active{background:var(--color-surface-alt);color:var(--color-primary);font-weight:700}.drawer-content{background-color:var(--color-surface);z-index:1001;flex-direction:column;width:100%;max-width:440px;animation:.28s ease-out slideLeft;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-5px 0 25px #00000026}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.section-title{font-family:var(--heading-font-family);color:var(--color-secondary);margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2rem)}.section-subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:1rem}.text-center{text-align:center}.product-grid-skeleton{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.product-card-skeleton{border-radius:var(--border-radius);background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;height:320px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.related-products{margin-top:2rem}.related-products__header{margin-bottom:1.5rem}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.location-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:1.5rem;transition:box-shadow .2s,transform .2s}.location-card:hover{box-shadow:var(--box-shadow-hover);transform:translateY(-2px)}.location-card__header{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.location-card__icon{font-size:1.5rem}.location-card__name{color:var(--color-secondary);font-size:1.15rem;font-weight:700}.location-card__address{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.92rem;line-height:1.5}.location-card__meta{color:var(--color-text-muted);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.88rem;display:flex}.location-card__phone{color:var(--color-primary);font-weight:600}.location-card__map-btn{margin-top:.5rem}.location-card-compact{flex-direction:column;gap:.2rem;font-size:.85rem;display:flex}.about-page{padding-bottom:4rem}.about-hero{background:linear-gradient(135deg, var(--color-secondary) 0%, #78350f 100%);color:#fff;text-align:center;margin-bottom:4rem;padding:5rem 0 4rem}.about-hero__inner{max-width:700px;margin:0 auto}.about-hero__badge{color:#fef3c7;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--border-radius-full);background:#ffffff26;border:1px solid #ffffff4d;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.about-hero__title{font-family:var(--heading-font-family);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.about-hero__subtitle{opacity:.85;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6}.about-section{padding:3.5rem 0}.about-section--alt{background:var(--color-surface-alt)}.about-story{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.about-story__para{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.7}.about-story__stats{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.about-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);text-align:center;box-shadow:var(--box-shadow);padding:1.5rem}.about-stat__number{color:var(--color-primary);font-size:2.2rem;font-weight:800;display:block}.about-stat__label{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.about-promises{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.about-promise-card{background:var(--color-surface);border-radius:var(--border-radius);text-align:center;border:1px solid var(--color-border);padding:1.75rem 1.5rem;transition:box-shadow .2s,transform .2s}.about-promise-card:hover{box-shadow:var(--box-shadow-hover);transform:translateY(-3px)}.about-promise-card__icon{margin-bottom:.75rem;font-size:2.5rem;display:block}.about-promise-card__title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.about-promise-card__text{color:var(--color-text-muted);font-size:.9rem;line-height:1.55}.about-values{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.about-value-card{background:var(--color-surface);border-radius:var(--border-radius);border:1px solid var(--color-border);text-align:center;padding:1.5rem}.about-value-card__icon{margin-bottom:.6rem;font-size:2rem;display:block}.about-value-card__title{margin-bottom:.4rem;font-weight:700}.about-value-card__text{color:var(--color-text-muted);font-size:.88rem;line-height:1.5}.about-why{justify-content:center;display:flex}.about-why__content{max-width:680px}.about-why__list{flex-direction:column;gap:.9rem;margin-top:1.5rem;list-style:none;display:flex}.about-why__item{color:var(--color-text);background:var(--color-surface);border-radius:var(--border-radius-sm);border:1px solid var(--color-border);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:1rem;display:flex}.about-why__check{color:var(--color-success);flex-shrink:0;margin-top:1px;font-size:1.1rem;font-weight:800}.about-cta{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;text-align:center;margin-top:2rem;padding:4rem 0}.about-cta__title{font-family:var(--heading-font-family);margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2.2rem)}.about-cta__text{opacity:.9;margin-bottom:2rem;font-size:1.05rem}.about-cta .btn-primary{color:var(--color-secondary);background:#fff;font-weight:700}.about-cta .btn-primary:hover{background:#fef3c7}@media (prefers-reduced-motion:no-preference){.scroll-animate{opacity:0;transition:opacity .55s,transform .55s}.fade-up{transform:translateY(28px)}.fade-in{transform:none}.slide-up{transform:translateY(40px)}.scale-in{transform:scale(.95)}.scroll-animate.animate-in{opacity:1;transform:none!important}}.mobile-sticky-action{background:var(--color-surface);border-top:1px solid var(--color-border);z-index:99;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 15px #00000014}.category-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.category-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;width:180px;height:200px;padding:1.25rem 1rem;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.category-card:hover{box-shadow:var(--box-shadow-hover);border-color:var(--color-primary);transform:translateY(-3px)}.category-card__img{background:var(--color-surface-alt);border-radius:50%;flex-shrink:0;width:100px;height:100px;overflow:hidden}.category-card__img img{object-fit:cover;width:100%;height:100%}.category-card__name{color:var(--color-text);font-size:.92rem;font-weight:700;line-height:1.3}.home-hero{border-radius:var(--border-radius);margin:0 1.25rem}@media (width<=640px){.home-hero{border-radius:0;margin:0;min-height:280px!important}.home-hero h1{font-size:1.6rem!important}}@media (width<=480px){.category-grid{gap:.75rem}.category-card{width:130px;height:150px;padding:1rem .5rem}.category-card__img{width:70px;height:70px}.category-card__name{font-size:.8rem}}.modern-product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);flex-direction:column;height:100%;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s;display:flex;position:relative;overflow:hidden}.modern-product-card:hover{box-shadow:var(--box-shadow-hover);border-color:#d977064d;transform:translateY(-4px)}.product-card-badges{z-index:5;flex-direction:column;gap:4px;display:flex;position:absolute;top:10px;left:10px}.discount-badge{background:var(--color-secondary);color:#fff;text-transform:uppercase;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.product-card-wishlist-btn{z-index:5;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:transform .2s,background-color .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001a}.product-card-wishlist-btn:hover{background:#fff;transform:scale(1.1)}.product-card-wishlist-btn.active{background:#fff}.product-card-img-wrapper{background:var(--color-surface-alt);width:100%;height:180px;display:block;position:relative;overflow:hidden}.product-card-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.modern-product-card:hover .product-card-img-wrapper img{transform:scale(1.05)}.product-card-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;display:flex}.product-card-category{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em;font-size:.72rem;font-weight:600;display:block}.product-card-title{margin:.2rem 0 .4rem;font-size:.95rem;font-weight:700;line-height:1.3}.product-card-title a{color:var(--color-text);transition:color .15s}.product-card-title a:hover{color:var(--color-primary)}.product-card-rating{color:var(--color-text-muted);align-items:center;gap:.25rem;margin-bottom:.5rem;font-size:.78rem;display:flex}.rating-star{color:#fbbf24;font-size:.9rem}.rating-value{color:var(--color-text);font-weight:700}.rating-count{color:var(--color-text-muted)}.no-rating{color:var(--color-text-muted);font-size:.72rem;font-style:italic}.product-card-variant-wrapper{align-items:center;min-height:28px;margin:.5rem 0;display:flex}.product-card-variant-select{border:1px solid var(--color-border);background-color:var(--color-surface);width:100%;height:28px;color:var(--color-text);border-radius:6px;outline:none;padding:0 .5rem;font-size:.78rem}.product-card-variant-label{color:var(--color-primary);background:var(--color-surface-alt);border-radius:4px;padding:.15rem .5rem;font-size:.78rem;font-weight:600;display:inline-block}.product-card-action-row{border-top:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.product-card-price-block{flex-direction:column;display:flex}.product-card-price{color:var(--color-secondary);font-size:1.1rem;font-weight:800}.product-card-compare-price{color:var(--color-text-muted);font-size:.78rem;text-decoration:line-through}.product-card-cta-block{min-width:90px}.add-to-cart-btn{border:1.5px solid var(--color-primary);width:100%;height:32px;color:var(--color-primary);background:#fff;border-radius:6px;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.add-to-cart-btn:hover{background:var(--color-primary);color:#fff}.quantity-control-btn{background:var(--color-primary);color:#fff;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:32px;display:flex;overflow:hidden}.quantity-control-btn button{color:#fff;justify-content:center;align-items:center;width:28px;height:100%;font-size:1rem;font-weight:700;transition:background .15s;display:flex}.quantity-control-btn button:hover{background:var(--color-primary-hover)}.quantity-control-btn span{font-size:.85rem;font-weight:700}.header-search-container{flex:1;max-width:280px;position:relative}.search-suggestions-dropdown{border:1px solid var(--color-border);border-radius:var(--border-radius-sm);z-index:250;background:#fff;max-height:320px;padding:.5rem 0;position:absolute;top:105%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.search-suggestion-item{cursor:pointer;border-bottom:1px solid #f9f9f9;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:background .15s;display:flex}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background:var(--color-surface-alt)}.search-suggestion-img{object-fit:cover;border-radius:4px;width:40px;height:40px}.search-suggestion-info{flex-direction:column;flex:1;display:flex}.search-suggestion-name{color:var(--color-text);font-size:.85rem;font-weight:600;line-height:1.2}.search-suggestion-cat{color:var(--color-text-muted);font-size:.7rem}.search-suggestion-price{color:var(--color-secondary);font-size:.82rem;font-weight:700}.search-suggestions-loading,.search-suggestions-empty{text-align:center;color:var(--color-text-muted);padding:1rem;font-size:.85rem}.interactive-star-rating{gap:.35rem;display:inline-flex}.interactive-star-rating__star{color:#d1d5db;cursor:pointer;font-size:1.8rem;transition:color .15s,transform .15s}.interactive-star-rating__star.active{color:#fbbf24}.interactive-star-rating__star:hover{transform:scale(1.15)}@media (width<=640px){.interactive-star-rating__star{font-size:2.2rem}}.glass-header .header-inner{height:var(--header-height);transition:height .3s cubic-bezier(.4,0,.2,1)}.glass-header.header-scrolled .header-inner{height:52px}.glass-header .header-brand__icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.glass-header.header-scrolled .header-brand__icon{transform:scale(.85)}.glass-header .header-brand__name{transition:font-size .3s cubic-bezier(.4,0,.2,1)}.glass-header.header-scrolled .header-brand__name{font-size:1.05rem}.glass-header{transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-header.header-scrolled{background:#fffffff5;border-bottom-color:#d977061a;box-shadow:0 10px 30px -10px #00000014}.list-products{flex-direction:column;gap:1rem;width:100%;display:flex}.modern-product-card--list{align-items:stretch;width:100%;min-height:180px;flex-direction:row!important}.modern-product-card--list .product-card-img-wrapper{flex-shrink:0;width:180px;height:180px}.modern-product-card--list .product-card-info{flex-grow:1;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex;flex-direction:row!important}.modern-product-card--list .product-card-info>div:first-child{flex-direction:column;flex:2;gap:.25rem;min-width:0;display:flex}.modern-product-card--list .product-card-info>div:last-child{flex-direction:row;flex:3;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.modern-product-card--list .product-card-variant-wrapper{flex-shrink:0;width:120px;margin:0}.modern-product-card--list .product-card-action-row{border-top:none;flex-grow:1;justify-content:flex-end;align-items:center;gap:1.5rem;margin-top:0;padding-top:0}.modern-product-card--list .product-card-price-block{text-align:right;align-items:flex-end;min-width:80px}.modern-product-card--list .product-card-cta-block{min-width:100px}@media (width<=768px){.modern-product-card--list{align-items:stretch;min-height:140px;flex-direction:row!important}.modern-product-card--list .product-card-img-wrapper{width:120px;height:auto}.modern-product-card--list .product-card-info{justify-content:space-between;align-items:stretch;gap:.5rem;padding:.75rem;flex-direction:column!important}.modern-product-card--list .product-card-info>div:first-child{flex:none}.modern-product-card--list .product-card-info>div:last-child{flex-direction:column;flex:none;align-items:stretch;gap:.5rem}.modern-product-card--list .product-card-variant-wrapper{width:100%}.modern-product-card--list .product-card-action-row{justify-content:space-between;gap:.5rem;flex-direction:row!important}.modern-product-card--list .product-card-price-block{text-align:left;align-items:flex-start}.modern-product-card--list .product-card-cta-block{flex-shrink:0;width:100px}}@media (width<=480px){.modern-product-card--list{min-height:120px}.modern-product-card--list .product-card-img-wrapper{width:100px}.modern-product-card--list .product-card-title{min-height:0;font-size:.85rem}.modern-product-card--list .product-card-action-row{align-items:stretch;flex-direction:column!important}.modern-product-card--list .product-card-cta-block{width:100%}}.desktop-nav,.desktop-search{display:flex}.mobile-toggle,.mobile-search-toggle{display:none}.grid-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}@media (width>=1280px){.grid-products{grid-template-columns:repeat(4,1fr)}}@media (width<=1024px){.header-brand__tagline{display:none}.header-search{max-width:200px}.grid-products{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.about-story{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.desktop-nav,.desktop-search{display:none!important}.mobile-toggle,.mobile-search-toggle{justify-content:center;align-items:center;display:flex!important}.header-inner{height:60px}.header-brand__name{font-size:1.05rem}.header-brand__icon{width:36px;height:36px;font-size:1rem}.header-actions__account .header-actions__name{display:none}.header-actions__account{padding:.3rem .6rem}.top-info-bar__group:last-child{display:none}.top-info-bar{font-size:.75rem}.drawer-content{max-width:100%!important}.products-page-grid,.cart-page-grid,.checkout-page-grid,.account-page-grid{grid-template-columns:1fr!important}.grid-products{grid-template-columns:repeat(2,1fr);gap:1rem}.about-hero{padding:3rem 0 2.5rem}.about-story{grid-template-columns:1fr}.about-story__stats,.about-promises,.about-values{grid-template-columns:repeat(2,1fr)}.locations-grid{grid-template-columns:1fr}.mobile-sticky-action{display:flex}}@media (width<=640px){.container{padding:0 1rem}.top-info-bar__group:first-child>:not(:first-child){display:none}.header-actions{gap:.5rem}.header-actions .btn-sm,.header-actions__account{display:none}.grid-products{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-grid-skeleton{grid-template-columns:repeat(2,1fr)}.product-detail-grid{grid-template-columns:1fr!important}.about-promises,.about-values{grid-template-columns:1fr}.about-story__stats{grid-template-columns:1fr 1fr}.about-cta{padding:2.5rem 0}.section-title{font-size:1.4rem}.form-input,.form-select,.form-textarea{padding:.65rem .9rem;font-size:.92rem}.btn{padding:.65rem 1.25rem;font-size:.88rem}}@media (width<=480px){.top-info-bar{display:none}.header-inner{gap:.5rem;height:56px}.header-brand__icon{width:32px;height:32px;font-size:.95rem}.header-brand__name{font-size:.95rem}.badge-count{min-width:16px;height:16px;font-size:.58rem;top:-5px;right:-6px}.grid-products{grid-template-columns:repeat(2,1fr);gap:.65rem}.product-card__name{-webkit-line-clamp:2;font-size:.82rem}.product-card__price{font-size:.95rem}.checkout-actions{flex-direction:column}.checkout-actions .btn{width:100%}.about-hero__title{font-size:1.75rem}.about-stat__number{font-size:1.8rem}.about-story__stats{gap:.75rem}}@media (width<=414px){.container{padding:0 .85rem}.product-detail-image{height:260px!important}.product-detail-title{font-size:1.5rem!important}.product-detail-price{font-size:1.6rem!important}}@media (width<=390px){.grid-products{gap:.6rem}.product-card-skeleton{height:240px}}@media (width<=375px){.header-brand__name{font-size:.88rem}.section-title{font-size:1.25rem}.about-hero{padding:2rem 0}}@media (width<=360px){.grid-products{grid-template-columns:repeat(2,1fr);gap:.5rem}.btn-sm{padding:.35rem .7rem;font-size:.78rem}}@media (width<=320px){.container{padding:0 .4rem}.grid-products{grid-template-columns:repeat(2,1fr);gap:.4rem}.header-brand{gap:.35rem}.header-inner{height:50px}}@media (width>=1440px){.container{padding:0 2rem}.grid-products{grid-template-columns:repeat(5,1fr)}.about-promises{grid-template-columns:repeat(4,1fr)}}.container,.header-inner,.header-mobile-menu,.top-info-bar__inner{overflow-x:hidden}@media (width<=768px){.products-page-grid{flex-direction:column;gap:1rem;display:flex!important}.mobile-cat-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.mobile-cat-scroll::-webkit-scrollbar{display:none}}@media (width<=480px){.product-card-img-wrapper{height:110px}.product-card-info{padding:.5rem}.product-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;margin:.1rem 0 .25rem;font-size:.8rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-card-category{font-size:.6rem}.product-card-rating{margin-bottom:.25rem;font-size:.7rem}.product-card-variant-wrapper{min-height:24px;margin:.25rem 0}.product-card-variant-select{height:24px;padding:0 .25rem;font-size:.72rem}.product-card-variant-label{padding:.1rem .35rem;font-size:.72rem}.product-card-action-row{flex-direction:column;align-items:stretch;gap:.4rem;padding-top:.5rem}.product-card-price-block{flex-direction:row;align-items:baseline;gap:.25rem;display:flex}.product-card-price{font-size:.92rem}.product-card-compare-price{font-size:.72rem}.product-card-cta-block{width:100%;min-width:0}.add-to-cart-btn,.quantity-control-btn{height:28px;font-size:.75rem}.quantity-control-btn button{width:24px}}@media (width<=768px){.products-page-sidebar{margin-bottom:1.25rem;background:0 0!important;border:none!important;padding:0!important}.products-page-sidebar-title{display:none!important}.products-page-categories-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:.25rem .1rem .5rem;overflow-x:auto;flex-direction:row!important}.products-page-categories-list::-webkit-scrollbar{display:none}.products-page-categories-list li{flex-shrink:0}.products-page-categories-list button{display:inline-block;border:1px solid var(--color-border)!important;background:var(--color-surface)!important;border-radius:var(--border-radius-full)!important;text-align:center!important;width:auto!important;padding:.45rem 1rem!important;font-size:.85rem!important}.products-page-categories-list button.active{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important;font-weight:700!important}}@media (width>=769px){.products-page-grid{grid-template-columns:240px minmax(0,1fr)!important;gap:2rem!important}.products-page-grid .grid-products{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;gap:1.5rem!important}}@media (width<=768px){.products-page-grid{grid-template-columns:1fr!important;gap:1.25rem!important}}
