.storefront{--store-black:#111;--store-gray-900:#1a1a1a;--store-gray-800:#2a2a2a;--store-gray-700:#3a3a3a;--store-gray-600:#555;--store-gray-500:#777;--store-gray-400:#999;--store-gray-300:#bcbcbc;--store-gray-200:#e0e0e0;--store-gray-100:#f0f0f0;--store-gray-50:#f8f8f8;--store-white:#fff;--store-radius:10px;--store-radius-lg:16px;--store-radius-full:9999px;--store-shadow-xs:0 1px 2px #0000000a;--store-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--store-shadow-md:0 4px 12px #00000012;--store-shadow-lg:0 8px 30px #00000014;--store-transition:.18s ease;--sidebar-width:260px;color:var(--store-black);background-color:var(--store-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-inter), Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif}.storefront h1,.storefront h2,.storefront h3,.storefront h4,.storefront h5,.storefront h6{color:var(--store-black);font-family:var(--store-display-font,var(--font-playfair)), "Playfair Display", Georgia, "Times New Roman", serif;letter-spacing:-.01em;font-weight:700}.store-header{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--store-gray-100);background:#ffffffeb;position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;max-width:1200px;min-height:60px;margin:0 auto;padding:6px 24px;display:flex}.store-logo{letter-spacing:.01em;color:var(--store-black);font-family:var(--store-display-font,var(--font-playfair)), "Playfair Display", Georgia, "Times New Roman", serif;font-size:22px;font-style:italic;font-weight:700}.store-logo img{object-fit:contain;border-radius:6px;width:auto;max-width:200px;height:48px}.store-header[data-logo-size=small] .store-logo img{max-width:150px;height:36px}.store-header[data-logo-size=large] .store-logo img{max-width:260px;height:64px}.store-cart-btn{border-radius:var(--store-radius-full);cursor:pointer;width:40px;height:40px;transition:background var(--store-transition);color:var(--store-black);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.store-cart-btn:hover{background:var(--store-gray-50)}.store-cart-badge{background:var(--store-black);width:18px;height:18px;color:var(--store-white);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.store-layout-wrapper{max-width:1200px;margin:0 auto;padding:20px 24px}.store-main-layout{align-items:flex-start;gap:32px;display:flex}.store-products-area{flex:1;min-width:0}.store-search-wrapper{align-items:center;gap:12px;margin-bottom:24px;display:flex}.store-search{flex:1;position:relative}.store-search-icon{color:var(--store-gray-400);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.store-search-input{border-radius:var(--store-radius-full);border:1px solid var(--store-gray-200);background:var(--store-gray-50);width:100%;height:44px;color:var(--store-black);transition:border-color var(--store-transition), box-shadow var(--store-transition);outline:none;padding:0 16px 0 42px;font-family:inherit;font-size:14px}.store-search-input::placeholder{color:var(--store-gray-400)}.store-search-input:focus{border-color:var(--store-gray-700);background:var(--store-white);box-shadow:0 0 0 3px #0000000a}.store-mobile-filter-btn{border-radius:var(--store-radius-full);border:1px solid var(--store-gray-200);background:var(--store-white);height:44px;color:var(--store-gray-600);cursor:pointer;white-space:nowrap;transition:all var(--store-transition);align-items:center;gap:6px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600;display:none}.store-mobile-filter-btn:hover{border-color:var(--store-gray-400);color:var(--store-black)}.store-sidebar{width:var(--sidebar-width);flex-shrink:0;position:sticky;top:80px}.store-sidebar-mobile-header,.store-sidebar-overlay{display:none}.store-sidebar-section{border-bottom:1px solid var(--store-gray-100);margin-bottom:4px;padding-bottom:4px}.store-sidebar-section:last-child{border-bottom:none;margin-bottom:0}.store-sidebar-section-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 0;font-family:inherit;display:flex}.store-sidebar-section-title{color:var(--store-black);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:700}.store-sidebar-chevron{color:var(--store-gray-400);transition:transform var(--store-transition)}.store-sidebar-chevron.expanded{transform:rotate(180deg)}.store-sidebar-section-content{padding-bottom:8px}.store-sidebar-category-item{cursor:pointer;width:100%;color:var(--store-gray-600);transition:all var(--store-transition);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-family:inherit;font-size:13px;display:flex}.store-sidebar-category-item:hover{background:var(--store-gray-50);color:var(--store-black)}.store-sidebar-category-item.active{background:var(--store-black);color:var(--store-white)}.store-sidebar-category-name{font-weight:500}.store-sidebar-category-count{opacity:.6;font-size:11px;font-weight:600}.store-sidebar-price-display{color:var(--store-gray-600);justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.store-sidebar-range-group{margin-bottom:10px}.store-sidebar-range-label{color:var(--store-gray-400);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.store-sidebar-range{appearance:none;background:var(--store-gray-200);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.store-sidebar-range::-webkit-slider-thumb{appearance:none;background:var(--store-black);cursor:pointer;border:2px solid var(--store-white);border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0003}.store-sidebar-range::-moz-range-thumb{background:var(--store-black);cursor:pointer;border:2px solid var(--store-white);border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0003}.store-sidebar-sort-item{cursor:pointer;width:100%;color:var(--store-gray-600);transition:all var(--store-transition);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-family:inherit;font-size:13px;display:flex}.store-sidebar-sort-item:hover{background:var(--store-gray-50);color:var(--store-black)}.store-sidebar-sort-item.active{color:var(--store-black);font-weight:600}.store-sidebar-radio{border:2px solid var(--store-gray-300);width:16px;height:16px;transition:all var(--store-transition);border-radius:50%;flex-shrink:0;position:relative}.store-sidebar-radio.active{border-color:var(--store-black)}.store-sidebar-radio.active:after{content:"";background:var(--store-black);border-radius:50%;width:6px;height:6px;position:absolute;top:3px;left:3px}.store-product-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:640px){.store-product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.store-product-grid{grid-template-columns:repeat(4,1fr)}}.store-product-card{border-radius:var(--store-radius-lg);background:var(--store-white);border:1px solid var(--store-gray-100);transition:box-shadow var(--store-transition), transform var(--store-transition);cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.store-product-card:hover{box-shadow:var(--store-shadow-md);transform:translateY(-2px)}.store-product-card:active{transform:scale(.98)}.store-product-image{aspect-ratio:4/5;background:var(--store-gray-50);position:relative;overflow:hidden}.store-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.store-product-card:hover .store-product-image img{transform:scale(1.04)}.store-product-info{flex-direction:column;flex:1;gap:4px;padding:14px;display:flex}.store-product-category{color:var(--store-gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.store-product-name{color:var(--store-black);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.store-product-price{color:var(--store-black);letter-spacing:-.01em;font-size:16px;font-weight:700}.store-product-price-row{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.store-product-old-price{color:var(--store-gray-400);font-size:11px;font-weight:500;text-decoration:line-through}.store-card-badge-sale{background:var(--store-black);color:var(--store-white);border-radius:var(--store-radius-full);letter-spacing:.02em;z-index:2;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.store-sidebar-category-item.promo-item{color:var(--store-black);font-weight:600}.store-sidebar-category-item.promo-item.active{background:var(--store-black);color:var(--store-white)}.store-product-add-btn{border-radius:var(--store-radius);background:var(--store-black);width:100%;height:38px;color:var(--store-white);cursor:pointer;transition:opacity var(--store-transition), transform var(--store-transition);letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:6px;margin-top:auto;padding:0;font-family:inherit;font-size:12px;font-weight:600;display:flex}.store-product-add-btn:hover{opacity:.82}.store-product-add-btn:active{transform:scale(.97)}.store-section-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.store-section-title{color:var(--store-black);letter-spacing:-.02em;font-size:18px;font-weight:700}.store-section-title:after{content:"";background:var(--store-black);border-radius:2px;width:32px;height:3px;margin-top:6px;display:block}.store-section-subtitle{color:var(--store-gray-500);margin-top:2px;font-size:13px}.store-cart-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#0000004d;transition:opacity .25s;position:fixed;inset:0}.store-cart-overlay.open{opacity:1;pointer-events:all}.store-cart-drawer{z-index:101;background:var(--store-white);flex-direction:column;width:100%;max-width:400px;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #00000014}.store-cart-drawer.open{transform:translate(0)}.store-cart-header{border-bottom:1px solid var(--store-gray-100);justify-content:space-between;align-items:center;padding:20px;display:flex}.store-cart-title{color:var(--store-black);font-size:16px;font-weight:700}.store-cart-close{border-radius:var(--store-radius-full);background:var(--store-gray-50);cursor:pointer;width:36px;height:36px;color:var(--store-gray-600);transition:background var(--store-transition);border:none;justify-content:center;align-items:center;display:flex}.store-cart-close:hover{background:var(--store-gray-100)}.store-cart-items{flex:1;padding:16px 20px;overflow-y:auto}.store-cart-item{border-bottom:1px solid var(--store-gray-100);gap:12px;padding:12px 0;display:flex}.store-cart-item:last-child{border-bottom:none}.store-cart-item-image{border-radius:var(--store-radius);background:var(--store-gray-50);flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.store-cart-item-image img{object-fit:cover;width:100%;height:100%}.store-cart-item-info{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.store-cart-item-name{color:var(--store-black);font-size:13px;font-weight:600}.store-cart-item-price{color:var(--store-black);font-size:14px;font-weight:700}.store-cart-qty{align-items:center;gap:10px;margin-top:4px;display:flex}.store-cart-qty button{border-radius:var(--store-radius-full);border:1px solid var(--store-gray-200);background:var(--store-white);cursor:pointer;width:28px;height:28px;color:var(--store-black);transition:all var(--store-transition);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.store-cart-qty button:hover{background:var(--store-gray-50);border-color:var(--store-gray-400)}.store-cart-qty span{text-align:center;min-width:20px;font-size:13px;font-weight:600}.store-cart-empty{text-align:center;color:var(--store-gray-400);padding:48px 20px}.store-cart-empty-icon{opacity:.4;margin-bottom:12px;font-size:48px}.store-cart-empty p{font-size:14px;font-weight:500}.store-cart-footer{border-top:1px solid #f0f0f0;border-top:1px solid var(--store-gray-100,#f0f0f0);background:#fff;background:var(--store-white,#fff);flex-direction:column;gap:16px;padding:20px;display:flex}.store-cart-customer-form{background:#f8f8f8;background:var(--store-gray-50,#f8f8f8);border-radius:12px;border-radius:var(--store-radius,12px);border:1px solid #f0f0f0;border:1px solid var(--store-gray-100,#f0f0f0);flex-direction:column;gap:12px;padding:14px 16px;display:flex}.store-cart-customer-title{text-transform:uppercase;letter-spacing:.1em;color:var(--store-gray-400,#aaa);margin-bottom:2px;font-size:10px;font-weight:700}.store-cart-customer-field{flex-direction:column;gap:5px;display:flex}.store-cart-customer-field label{color:var(--store-gray-600,#555);letter-spacing:.04em;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.store-cart-customer-field label svg{color:var(--store-gray-400,#999);flex-shrink:0}.store-cart-input{border:1.5px solid #e8e8e8;border:1.5px solid var(--store-gray-200,#e8e8e8);background:#fff;background:var(--store-white,#fff);color:var(--store-black,#111);width:100%;height:38px;box-sizing:border-box;-webkit-appearance:none;border-radius:8px;outline:none;padding:0 12px;font-family:inherit;font-size:13px;transition:border-color .18s}.store-cart-input:focus{border-color:#111;border-color:var(--store-black,#111)}.store-cart-input::placeholder{color:silver}.store-cart-total{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.store-cart-total-label{color:var(--store-gray-600,#555);font-size:14px;font-weight:500}.store-cart-total-value{color:var(--store-black,#111);letter-spacing:-.02em;font-size:22px;font-weight:800}.store-checkout-btn{border-radius:10px;border-radius:var(--store-radius,10px);color:var(--store-white,#fff);width:100%;height:52px;cursor:pointer;letter-spacing:-.01em;background:#1a1a1a;border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:15px;font-weight:700;transition:all .18s;display:flex;box-shadow:0 2px 8px #00000026}.store-checkout-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 16px #00000040}.store-checkout-btn:active{transform:scale(.98)}.store-checkout-btn:disabled{opacity:.4;pointer-events:none}.store-bottom-bar{z-index:40;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--store-gray-100);background:#fffffff2;max-width:1200px;margin:0 auto;transition:transform .3s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.store-bottom-bar.visible{transform:translateY(0)}.store-bottom-bar-inner{align-items:center;gap:12px;display:flex}.store-bottom-bar-info{flex:1}.store-bottom-bar-count{color:var(--store-gray-500);font-size:12px;font-weight:500}.store-bottom-bar-total{color:var(--store-black);letter-spacing:-.02em;font-size:18px;font-weight:800}.store-bottom-bar-btn{border-radius:var(--store-radius);background:var(--store-black);height:46px;color:var(--store-white);cursor:pointer;transition:all var(--store-transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.store-bottom-bar-btn:hover{box-shadow:var(--store-shadow-md);background:#000}@keyframes storeFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes storeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.store-animate-in{animation:.35s both storeFadeIn}.store-product-card{animation:.4s both storeSlideUp}.store-product-card:first-child{animation-delay:0s}.store-product-card:nth-child(2){animation-delay:50ms}.store-product-card:nth-child(3){animation-delay:.1s}.store-product-card:nth-child(4){animation-delay:.15s}.store-product-card:nth-child(5){animation-delay:.2s}.store-product-card:nth-child(6){animation-delay:.25s}.store-empty-state{text-align:center;padding:60px 24px}.store-empty-state h3{color:var(--store-gray-800);margin-top:12px;font-family:inherit;font-size:16px;font-weight:700}.store-empty-state p{color:var(--store-gray-400);margin-top:4px;font-size:13px}.store-empty-clear{background:var(--store-black);color:var(--store-white);border-radius:999px;margin-top:18px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.store-empty-clear:hover{opacity:.85}.store-category-count{opacity:.6;margin-left:2px;font-size:.85em;font-weight:400}.store-pagination{justify-content:center;align-items:center;gap:16px;margin-top:32px;font-size:14px;display:flex}.store-page-btn{border:1px solid var(--store-gray-100);background:var(--store-white);color:var(--store-gray-800);border-radius:8px;padding:8px 14px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.store-page-btn:hover:not(.is-disabled){background:var(--store-gray-50);border-color:var(--store-gray-400)}.store-page-btn.is-disabled{opacity:.4;cursor:not-allowed}.store-page-status{color:var(--store-gray-400)}.store-filter-row[data-pending="1"]{opacity:.7;transition:opacity .15s}.store-hero-text-only{border-radius:var(--store-radius-lg);background:var(--store-gray-50);border:1px solid var(--store-gray-100);text-align:center;margin-bottom:24px;padding:44px 40px}.store-hero-text-only h2{color:var(--store-black);font-family:var(--store-display-font,var(--font-playfair)), "Playfair Display", Georgia, "Times New Roman", serif;letter-spacing:-.015em;font-size:34px;font-weight:700;line-height:1.15}.store-hero-text-only p{color:var(--store-gray-500);max-width:480px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:15px}.store-hero{border-radius:var(--store-radius-lg);aspect-ratio:16/5;background:var(--store-secondary,var(--store-gray-100));margin-bottom:24px;position:relative;overflow:hidden}.store-hero img{object-fit:cover;width:100%;height:100%}.store-hero-overlay{background:linear-gradient(#0000 40%,#00000080 100%);align-items:flex-end;padding:24px;display:flex;position:absolute;inset:0}.store-hero-text h2{color:#fff;font-family:inherit;font-size:24px;font-weight:800;line-height:1.2}.store-hero-text p{color:#fffc;margin-top:4px;font-size:14px}@media (max-width:768px){.store-layout-wrapper{padding:16px}.store-hero{aspect-ratio:16/7}.store-hero-overlay{padding:16px}.store-hero-text h2{font-size:18px}.store-hero-text-only{padding:28px 20px}.store-hero-text-only h2{font-size:20px}.store-hero-text-only p{font-size:13px}.store-mobile-filter-btn{display:flex}.store-sidebar{z-index:200;background:var(--store-white);width:300px;max-width:85vw;padding:0 20px 20px;transition:transform .3s cubic-bezier(.32,.72,0,1);position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:8px 0 30px #00000014}.store-sidebar.mobile-open{transform:translate(0)}.store-sidebar-mobile-header{border-bottom:1px solid var(--store-gray-100);justify-content:space-between;align-items:center;margin-bottom:8px;padding:16px 0;display:flex}.store-sidebar-mobile-header h3{color:var(--store-black);font-size:16px;font-weight:700}.store-sidebar-mobile-close{background:var(--store-gray-50);border-radius:var(--store-radius-full);cursor:pointer;width:36px;height:36px;color:var(--store-gray-600);border:none;justify-content:center;align-items:center;display:flex}.store-sidebar-overlay{z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;display:block;position:fixed;inset:0}.store-main-layout{flex-direction:column;gap:0}.store-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.store-header-inner{padding:0 16px}}.store-product-card-link{color:inherit;text-decoration:none;display:block}.pdp-wrapper{max-width:1200px;margin:0 auto;padding:20px 24px}.pdp-breadcrumb{color:var(--store-gray-400);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.pdp-breadcrumb-link{color:var(--store-gray-500);transition:color var(--store-transition);font-weight:500;text-decoration:none}.pdp-breadcrumb-link:hover{color:var(--store-black)}.pdp-breadcrumb-sep{color:var(--store-gray-300);font-size:11px}.pdp-breadcrumb-current{color:var(--store-gray-600);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.pdp-main{align-items:flex-start;gap:48px;margin-bottom:48px;display:flex}.pdp-image-section{flex:1;max-width:520px;position:sticky;top:80px}.pdp-image-container{border-radius:var(--store-radius-lg);background:var(--store-gray-50);border:1px solid var(--store-gray-100);aspect-ratio:1;position:relative;overflow:hidden}.pdp-image-placeholder{color:var(--store-gray-300);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pdp-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pdp-image-container:hover .pdp-image{transform:scale(1.05)}.pdp-thumbs{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.pdp-thumb{border:2px solid var(--store-gray-100);background:var(--store-gray-50);cursor:pointer;border-radius:8px;width:64px;height:64px;padding:0;transition:border-color .15s,transform .15s;position:relative;overflow:hidden}.pdp-thumb:hover{transform:translateY(-1px)}.pdp-thumb.is-active{border-color:var(--store-black)}.pdp-badge-sale{background:var(--store-black);color:var(--store-white);border-radius:var(--store-radius-full);letter-spacing:.02em;padding:6px 12px;font-size:12px;font-weight:700;position:absolute;top:16px;left:16px}.pdp-badge-oos{background:var(--store-gray-600);color:var(--store-white);border-radius:var(--store-radius-full);padding:6px 12px;font-size:11px;font-weight:600;position:absolute;top:16px;right:16px}.pdp-info-section{flex:1;min-width:0}.pdp-category{text-transform:uppercase;letter-spacing:.06em;color:var(--store-gray-400);margin-bottom:8px;font-size:12px;font-weight:600;display:inline-block}.pdp-title{color:var(--store-black);letter-spacing:-.03em;margin-bottom:20px;font-size:28px;font-weight:800;line-height:1.2}.pdp-price-block{border-bottom:1px solid var(--store-gray-100);flex-direction:column;gap:4px;margin-bottom:24px;padding-bottom:24px;display:flex}.pdp-old-price{color:var(--store-gray-400);font-size:14px;font-weight:500;text-decoration:line-through}.pdp-price{color:var(--store-black);letter-spacing:-.02em;font-size:32px;font-weight:800;line-height:1}.pdp-installments{color:var(--store-gray-500);margin-top:4px;font-size:13px;font-weight:500}.pdp-description{margin-bottom:24px}.pdp-description p{color:var(--store-gray-600);font-size:14px;line-height:1.7}.pdp-specs{border-bottom:1px solid var(--store-gray-100);margin-bottom:24px;padding-bottom:24px}.pdp-specs-title{color:var(--store-black);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:14px;font-weight:700}.pdp-specs-grid{background:var(--store-gray-100);border-radius:var(--store-radius);grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.pdp-spec-item{background:var(--store-gray-50);flex-direction:column;gap:2px;padding:12px 16px;display:flex}.pdp-spec-label{text-transform:uppercase;letter-spacing:.04em;color:var(--store-gray-400);font-size:11px;font-weight:600}.pdp-spec-value{color:var(--store-black);font-size:13px;font-weight:600}.pdp-availability{color:var(--store-gray-600);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;font-weight:500;display:flex}.pdp-stock-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pdp-stock-dot.in-stock{background:#22c55e;box-shadow:0 0 0 3px #22c55e26}.pdp-stock-dot.out-of-stock{background:var(--store-gray-400);box-shadow:0 0 0 3px #99999926}.pdp-actions{align-items:stretch;gap:12px;margin-bottom:20px;display:flex}.pdp-qty-selector{border:1px solid var(--store-gray-200);border-radius:var(--store-radius);flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.pdp-qty-btn{background:var(--store-gray-50);cursor:pointer;width:44px;height:50px;color:var(--store-black);transition:background var(--store-transition);border:none;justify-content:center;align-items:center;font-family:inherit;font-size:18px;font-weight:600;display:flex}.pdp-qty-btn:hover{background:var(--store-gray-100)}.pdp-qty-value{text-align:center;width:44px;color:var(--store-black);font-size:15px;font-weight:700}.pdp-add-btn{border-radius:var(--store-radius);background:var(--store-black);height:50px;color:var(--store-white);cursor:pointer;transition:all var(--store-transition);letter-spacing:-.01em;border:none;flex:1;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-size:15px;font-weight:700;display:flex}.pdp-add-btn:hover{box-shadow:var(--store-shadow-lg);background:#000}.pdp-add-btn:active{transform:scale(.98)}.pdp-add-btn.added{background:#22c55e}.pdp-whatsapp-hint{color:#fff;border-radius:var(--store-radius);cursor:pointer;background:#25d366;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:14px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s,transform .18s;display:flex;box-shadow:0 2px 10px #25d36640}.pdp-whatsapp-hint:hover{background:#1da851;transform:translateY(-1px);box-shadow:0 4px 14px #25d36659}.pdp-related{border-top:1px solid var(--store-gray-100);margin-bottom:32px;padding-top:32px}.pdp-related-title{color:var(--store-black);letter-spacing:-.02em;margin-bottom:20px;font-size:18px;font-weight:700}.pdp-related-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.pdp-related-card{color:inherit;border-radius:var(--store-radius-lg);border:1px solid var(--store-gray-100);transition:box-shadow var(--store-transition), transform var(--store-transition);text-decoration:none;overflow:hidden}.pdp-related-card:hover{box-shadow:var(--store-shadow-md);transform:translateY(-2px)}.pdp-related-image{aspect-ratio:1;background:var(--store-gray-50);position:relative;overflow:hidden}.pdp-related-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.pdp-related-card:hover .pdp-related-image img{transform:scale(1.04)}.pdp-related-info{flex-direction:column;gap:4px;padding:12px;display:flex}.pdp-related-name{color:var(--store-black);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.pdp-related-price{color:var(--store-black);font-size:15px;font-weight:700}.pdp-back{margin-bottom:16px}.pdp-back-link{color:var(--store-gray-500);transition:color var(--store-transition);align-items:center;gap:6px;padding:8px 0;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.pdp-back-link:hover{color:var(--store-black)}@media (max-width:768px){.pdp-wrapper{padding:16px}.pdp-main{flex-direction:column;gap:24px}.pdp-image-section{width:100%;max-width:100%;position:static}.pdp-title{font-size:22px}.pdp-price{font-size:26px}.pdp-specs-grid{grid-template-columns:1fr}.pdp-related-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pdp-actions{flex-direction:column}.pdp-qty-selector{align-self:flex-start}}.pdp-options{border-top:1px solid var(--store-gray-100);border-bottom:1px solid var(--store-gray-100);flex-direction:column;gap:18px;padding:18px 0;display:flex}.pdp-option-group{flex-direction:column;gap:8px;display:flex}.pdp-option-label{color:var(--store-gray-500,#6b7280);font-size:14px}.pdp-option-label strong{color:var(--store-black,#111);margin-left:4px;font-weight:600}.pdp-option-buttons{flex-wrap:wrap;gap:8px;display:flex}.pdp-option-buttons.is-missing .pdp-option-btn{border-color:#ef4444}.pdp-option-btn{border:1.5px solid var(--store-gray-200,#e5e7eb);min-width:56px;color:var(--store-black,#111);cursor:pointer;background:#fff;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.pdp-option-btn:hover{border-color:var(--store-black,#111)}.pdp-option-btn.selected{border-color:var(--store-black,#111);background:var(--store-black,#111);color:#fff}.pdp-option-warning{color:#ef4444;font-size:12.5px;font-weight:500}.store-cart-item-variant{color:var(--store-gray-400,#9ca3af);margin-top:-2px;margin-bottom:4px;font-size:12px}.store-announcement-bar{background:#111;background:var(--store-black,#111);color:var(--store-white,#fff);text-align:center;letter-spacing:.06em;text-transform:uppercase;padding:9px 16px;font-size:12px;font-weight:500}.store-hero-whatsapp-btn{color:#fff;letter-spacing:-.01em;background:#000;border-radius:9999px;align-items:center;gap:8px;margin-top:20px;padding:11px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 4px 16px #00000059}.store-hero-whatsapp-btn:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #00000073}.store-hero-whatsapp-btn--light{box-shadow:0 2px 10px #00000040}.store-hero-full{background:#fff;width:100%;position:relative;overflow:hidden}.store-hero-full img{width:100%;height:auto;display:block}.store-hero-full .store-hero-overlay{background:linear-gradient(#00000014 35%,#000c 100%);align-items:flex-end;padding:48px 56px;display:flex;position:absolute;inset:0}.store-hero-full .store-hero-text h2{font-family:var(--store-display-font,var(--font-playfair)), "Playfair Display", Georgia, "Times New Roman", serif;text-transform:none;letter-spacing:-.015em;color:#fff;font-size:48px;font-weight:700;line-height:1.08}.store-hero-full .store-hero-text p{font-family:var(--font-inter), Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:#ffffffe0;letter-spacing:.005em;max-width:460px;margin-top:12px;font-size:16px;font-weight:400}.store-trust-bar{border:1px solid #f0f0f0;border:1px solid var(--store-gray-100,#f0f0f0);border-radius:16px;border-radius:var(--store-radius-lg,16px);flex-wrap:wrap;margin-bottom:40px;display:flex;overflow:hidden}.store-trust-item{background:#f8f8f8;background:var(--store-gray-50,#f8f8f8);border-right:1px solid #f0f0f0;border-right:1px solid var(--store-gray-100,#f0f0f0);flex:23%;align-items:center;gap:13px;padding:18px 20px;display:flex}.store-trust-item:last-child{border-right:none}.store-trust-item svg{color:var(--store-black,#111);flex-shrink:0;display:block}.store-trust-item>div{display:block}.store-trust-item strong{color:var(--store-black,#111);letter-spacing:-.01em;font-size:12px;font-weight:700;display:block}.store-trust-item span{color:var(--store-gray-500,#777);margin-top:2px;font-size:11px;display:block}.store-cat-showcase{margin-bottom:40px}.store-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--store-gray-400,#999);margin-bottom:14px;font-size:11px;font-weight:700;display:block}.store-cat-grid{flex-wrap:wrap;gap:10px;display:flex}.store-cat-card{background:#f8f8f8;background:var(--store-gray-50,#f8f8f8);border:1px solid #f0f0f0;border:1px solid var(--store-gray-100,#f0f0f0);border-radius:16px;border-radius:var(--store-radius-lg,16px);cursor:pointer;text-align:left;flex-direction:column;flex:140px;justify-content:flex-end;min-width:120px;min-height:100px;padding:22px 18px;font-family:inherit;transition:all .18s;display:flex}.store-cat-card:hover{background:#111;background:var(--store-black,#111);border-color:#111;border-color:var(--store-black,#111);box-shadow:0 4px 12px #0000001f;box-shadow:var(--store-shadow-md,0 4px 12px #0000001f);transform:translateY(-2px)}.store-cat-name{color:var(--store-black,#111);letter-spacing:-.01em;text-transform:uppercase;font-size:14px;font-weight:700;transition:color .18s;display:block}.store-cat-link{color:var(--store-gray-500,#777);margin-top:5px;font-size:11px;transition:color .18s;display:block}.store-cat-card:hover .store-cat-name,.store-cat-card:hover .store-cat-link{color:var(--store-white,#fff)}.store-products-section{margin-bottom:32px}.store-products-header{border-bottom:2px solid #f0f0f0;border-bottom:2px solid var(--store-gray-100,#f0f0f0);justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-bottom:16px;display:flex}.store-sort-select{border:1px solid #e0e0e0;border:1px solid var(--store-gray-200,#e0e0e0);border-radius:10px;border-radius:var(--store-radius,10px);background-color:#fff;background-color:var(--store-white,#fff);appearance:none;color:var(--store-black,#111);height:38px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;outline:none;padding:0 28px 0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .18s}.store-sort-select:focus{border-color:#555;border-color:var(--store-gray-600,#555)}.store-filter-row{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.store-category-nav{flex-wrap:nowrap;flex:100%;gap:6px;min-width:0;display:flex}.store-category-nav-btn{border-radius:9999px;border-radius:var(--store-radius-full,9999px);border:1px solid #e0e0e0;border:1px solid var(--store-gray-200,#e0e0e0);background:#fff;background:var(--store-white,#fff);color:var(--store-gray-600,#555);cursor:pointer;white-space:nowrap;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s}.store-category-nav-btn:hover{border-color:#777;border-color:var(--store-gray-500,#777);color:var(--store-black,#111)}.store-category-nav-btn.active{background:#111;background:var(--store-black,#111);border-color:#111;border-color:var(--store-black,#111);color:var(--store-white,#fff)}.store-catmenu{display:inline-flex;position:relative}.store-catmenu-toggle{align-items:center;gap:6px;display:inline-flex}.store-catmenu-chevron{transition:transform .18s}.store-catmenu-chevron.open{transform:rotate(180deg)}.store-catmenu-panel{z-index:40;border:1px solid #e0e0e0;border:1px solid var(--store-gray-200,#e0e0e0);background:#fff;background:var(--store-white,#fff);border-radius:14px;flex-direction:column;gap:2px;min-width:240px;max-width:min(320px,90vw);max-height:320px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 32px #0000001f}.store-catmenu-item{color:var(--store-gray-600,#555);white-space:nowrap;text-overflow:ellipsis;border-radius:9px;padding:9px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block;overflow:hidden}.store-catmenu-item:hover{background:#f4f4f4;background:var(--store-gray-100,#f4f4f4);color:var(--store-black,#111)}.store-catmenu-item.active{background:#111;background:var(--store-black,#111);color:var(--store-white,#fff)}.store-search--inline{flex-shrink:0;width:220px}@media (max-width:768px){.store-trust-item{flex:44%}.store-trust-item:nth-child(2){border-right:none}.store-trust-item:nth-child(3),.store-trust-item:nth-child(4){border-top:1px solid #f0f0f0;border-top:1px solid var(--store-gray-100,#f0f0f0)}.store-trust-item:nth-child(4){border-right:none}.store-hero-full .store-hero-overlay{padding:24px}.store-hero-full .store-hero-text h2{font-size:24px}.store-hero-full .store-hero-text p{margin-top:8px;font-size:14px}.store-products-header{flex-direction:column;align-items:flex-start;gap:12px}.store-filter-row{flex-direction:column;align-items:flex-start;gap:10px}.store-search--inline{width:100%}.store-category-nav{scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:2px;overflow-x:auto}.store-category-nav::-webkit-scrollbar{display:none}.store-catmenu-panel{z-index:100;border-radius:16px;min-width:0;max-width:none;max-height:55vh;position:fixed;inset:auto 12px 12px;box-shadow:0 -6px 40px #00000047}.store-catmenu-item{padding:12px 14px;font-size:14.5px}.store-layout-wrapper{padding:24px 16px 20px}}.store-cart-policy{color:#666;text-align:center;margin:0 0 10px;font-size:11px;line-height:1.4}.store-cart-policy a{color:#333;text-underline-offset:2px;text-decoration:underline}.legal-form{background:#f7f7f7;border-radius:10px;flex-direction:column;gap:10px;margin:12px 0 24px;padding:16px;display:flex}.legal-form-label{color:#1a1a1a;font-size:13px;font-weight:600}.legal-form-input{background:#fff;border:1px solid #d4d4d4;border-radius:8px;padding:10px 12px;font-size:14px}.legal-form-input:focus{outline-offset:-1px;outline:2px solid #0f0f0f}.legal-form-btn{color:#fff;cursor:pointer;text-align:center;background:#0f0f0f;border:none;border-radius:8px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .12s;display:inline-block}.legal-form-btn:hover{opacity:.9}.legal-form-btn:disabled{opacity:.5;cursor:not-allowed}.legal-form-btn-secondary{color:#0f0f0f;background:#fff;border:1px solid #0f0f0f}.legal-form-btn-danger{color:#fff;background:#b91c1c}.legal-form-info{background:#e0f2fe;border-left:3px solid #0369a1;border-radius:4px;margin:8px 0 0;padding:12px;font-size:14px}.legal-form-error{color:#991b1b;background:#fef2f2;border-left:3px solid #b91c1c;border-radius:4px;margin:8px 0 0;padding:12px;font-size:14px}.titular-dashboard{margin-top:16px}.titular-actions{flex-wrap:wrap;gap:10px;margin:20px 0 32px;display:flex}.titular-confirm{background:#fff7ed;border:1px solid #fdba74;border-radius:8px;width:100%;padding:14px}.titular-confirm p{margin:0 0 12px;font-size:14px}.titular-confirm-actions{gap:8px;display:flex}.titular-orders{gap:12px;margin:12px 0 0;padding:0;list-style:none;display:grid}.titular-order{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:14px}.titular-order-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;display:flex}.titular-order-date{color:#777;font-size:13px}.titular-order-total{margin-left:auto;font-size:15px}.titular-pill{text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.titular-pill-ok{color:#166534;background:#dcfce7}.titular-pill-warn{color:#92400e;background:#fef3c7}.titular-pill-muted{color:#4b5563;background:#e5e7eb}.titular-order-items{color:#444;margin:0 0 6px;padding-left:22px;font-size:13px;list-style:outside}.titular-order-shipping{color:#666;margin:4px 0 0;font-size:12px}.store-cookie-banner{z-index:1000;color:#fff;background:#111;border-radius:12px;align-items:center;gap:12px;width:calc(100% - 24px);max-width:520px;padding:14px 16px;font-size:13px;line-height:1.45;animation:.22s ease-out lgpd-banner-in;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000040}@keyframes lgpd-banner-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.store-cookie-banner-text{color:#e8e8e8;flex:1;margin:0}.store-cookie-banner-text a{color:#fff;text-underline-offset:3px;text-decoration:underline}.store-cookie-banner-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:600;transition:background .12s}.store-cookie-banner-btn:hover{background:#f0f0f0}@media (max-width:540px){.store-cookie-banner{text-align:left;flex-direction:column;align-items:stretch;bottom:80px}.store-cookie-banner-btn{width:100%}}.store-cart-consent{color:#444;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;margin:0 0 12px;font-size:11px;line-height:1.45;display:flex}.store-cart-consent input[type=checkbox]{cursor:pointer;width:14px;height:14px;accent-color:var(--store-black,#111);flex-shrink:0;margin-top:2px}.store-cart-consent a{color:#111;text-underline-offset:2px;text-decoration:underline}.store-cart-consent a:hover{text-decoration-color:#000}.store-footer{color:#cfcfcf;background:#0f0f0f;margin-top:64px;padding:48px 24px 24px;font-size:14px;line-height:1.55}.store-footer-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;max-width:1180px;margin:0 auto;display:grid}.store-footer-col h3.store-footer-title{font-family:var(--store-display-font,var(--font-playfair)), Georgia, serif;color:#fff;margin:0 0 12px;font-size:22px;font-weight:700}.store-footer-col h4.store-footer-subtitle{letter-spacing:.06em;text-transform:uppercase;color:#fff;margin:0 0 14px;font-size:13px;font-weight:700}.store-footer-text{color:#b8b8b8;margin:0 0 8px}.store-footer-text a{color:#fff;text-underline-offset:3px;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d}.store-footer-text a:hover{text-decoration-color:#fff}.store-footer-links{gap:8px;margin:0;padding:0;list-style:none;display:grid}.store-footer-links a{color:#cfcfcf;font-size:14px;text-decoration:none}.store-footer-links a:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}.store-footer-bottom{color:#888;text-align:center;border-top:1px solid #ffffff14;max-width:1180px;margin:32px auto 0;padding-top:20px;font-size:12px}.legal-page{color:#1a1a1a;max-width:820px;margin:0 auto;padding:56px 24px 80px;font-size:15px;line-height:1.7}.legal-page h1{font-family:var(--store-display-font,var(--font-playfair)), Georgia, serif;color:#0f0f0f;margin:0 0 8px;font-size:36px;font-weight:700}.legal-page .legal-meta{color:#777;margin-bottom:32px;font-size:13px}.legal-page h2{color:#0f0f0f;margin:36px 0 12px;font-size:22px;font-weight:700}.legal-page h3{color:#1a1a1a;margin:24px 0 8px;font-size:17px;font-weight:700}.legal-page p{margin:0 0 14px}.legal-page ul,.legal-page ol{margin:0 0 16px;padding-left:24px}.legal-page li{margin-bottom:6px}.legal-page a{color:#0f0f0f;text-underline-offset:3px;text-decoration:underline}.legal-page strong{color:#0f0f0f;font-weight:700}.legal-page .legal-callout{background:#f7f7f7;border-left:3px solid #0f0f0f;border-radius:4px;margin:20px 0;padding:14px 16px;font-size:14px}@media (max-width:768px){.store-footer{padding:36px 18px 20px}.store-footer-inner{grid-template-columns:1fr;gap:28px}.legal-page{padding:36px 18px 60px}.legal-page h1{font-size:28px}.legal-page h2{font-size:19px}}
