.z-products-page{background:#fff;min-height:100vh}.z-products-hero{color:#fff;text-align:center;background:#121212;padding:52px 18px 36px;position:relative;overflow:hidden}.z-products-hero-collage{opacity:.34;z-index:0;grid-template-columns:repeat(9,minmax(0,1fr));grid-auto-rows:120px;gap:4px;display:grid;position:absolute;inset:0}.z-products-hero-collage img{object-fit:cover;object-position:center;filter:saturate(1.05)contrast(1.02);width:100%;height:100%}.z-products-hero:after{content:"";z-index:1;background:linear-gradient(#00000070 0%,#00000057 100%);position:absolute;inset:0}.z-products-hero h1,.z-products-hero p,.z-products-search-wrap{z-index:2;position:relative}.z-products-hero h1{margin:0;font-size:clamp(2rem,4vw,2.9rem)}.z-products-hero p{opacity:.95;margin:8px 0 22px}.z-products-search-wrap{grid-template-columns:1fr 220px;gap:10px;max-width:900px;margin:0 auto;display:grid}.z-products-search-box{position:relative}.z-products-search-wrap input,.z-products-search-wrap select{border:none;border-radius:10px;width:100%;padding:12px 14px;font-size:14px}.z-products-suggestions{z-index:12;background:#fff;border:1px solid #e9dece;border-radius:12px;max-height:240px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #29180b24}.z-products-suggestion-item{color:#2a1e12;text-align:left;background:#fff;border:none;border-bottom:1px solid #f1e6d7;width:100%;padding:12px;font-size:14px}.z-products-suggestion-item:last-child{border-bottom:none}.z-products-search-empty{color:#6d5b49;text-align:left;margin:0;padding:12px;font-size:13px}.z-sort-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--brand-primary)50%),linear-gradient(135deg,var(--brand-primary)50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px}.z-sort-mobile{display:none}.z-sort-chip{color:#121212;background:linear-gradient(#ffd35d 0%,#e2ae17 100%);border:1px solid #cf9a0f;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.z-sort-chip.active{color:#121212;background:linear-gradient(#ffc62f 0%,#dc9f00 100%);border-color:#bf8900}.z-products-shell{width:min(1240px,100%);margin:0 auto;padding:26px 16px 42px}.z-category-chips{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.z-chip{color:#444;background:#fff;border:1px solid #ececec;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.z-chip.active{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--mango-green-50)}.z-products-meta{color:#707070;justify-content:space-between;margin-bottom:16px;font-size:14px;display:flex}.z-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.z-product-card{background:#fff;border:1px solid #eee;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.z-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.z-product-image-wrap{background:#fff;height:auto;padding:8px 8px 0;position:relative}.z-product-image{object-fit:cover;object-position:center;background:#fff;border-radius:18px 18px 10px 10px;width:100%;height:auto;display:block}.z-rating{color:#fff;background:#267e3e;border-radius:8px;padding:4px 7px;font-size:12px;font-weight:700;position:absolute;bottom:10px;right:10px}.z-product-content{padding:12px}.z-product-head{justify-content:space-between;gap:10px;display:flex}.z-product-head h3{margin:0;font-size:16px}.z-product-head strong{color:var(--brand-primary)}.z-product-content p{color:#666;margin:6px 0 12px;font-size:13px}.size-options{flex-wrap:wrap;gap:8px;margin:0 0 12px;display:flex}.size-option{border:1px solid var(--mango-yellow-200);background:linear-gradient(180deg,var(--mango-yellow-50)0%,#fff4cf 100%);color:#5a4305;cursor:pointer;border-radius:10px;min-width:56px;padding:7px 12px;font-size:13px;font-weight:700;line-height:1;transition:all .2s}.size-option:hover{border-color:var(--mango-yellow-500);background:linear-gradient(180deg,#fff6d9 0%,var(--mango-yellow-100)100%)}.size-option.active{background:linear-gradient(180deg,#ffce52 0%,var(--mango-yellow-500)100%);color:#2e2400;border-color:#e7a900;box-shadow:0 4px 10px #f4b40047}.size-option:focus-visible{outline:2px solid var(--mango-yellow-500);outline-offset:2px}.z-product-actions{justify-content:space-between;align-items:center;display:flex}.z-product-actions span{color:#7c7c7c;font-size:12px}.z-product-actions button{color:#121212;background:linear-gradient(#fffef8 0%,#f4fae6 100%);border:1px solid #2f6622;border-radius:10px;padding:7px 12px;font-weight:700;transition:all .2s}.z-product-actions button:hover{color:#3b2b00;background:linear-gradient(#fff2c9 0%,#ffe08a 100%);border-color:#d09b13;transform:translateY(-1px)}.z-product-actions button.added{color:#fff;background:#18a558;border-color:#121212}.z-empty-state{text-align:center;color:#666;border:1px dashed #e5e5e5;border-radius:12px;padding:40px 12px}@media (max-width:768px){.z-products-hero-collage{opacity:.28;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:88px}.z-products-search-wrap{grid-template-columns:1fr}.z-sort-select{display:none}.z-sort-mobile{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.z-products-meta{flex-direction:column;gap:4px}.z-product-image-wrap{padding:6px 6px 0}.z-product-image{border-radius:16px 16px 10px 10px}.size-option{min-width:52px;padding:8px 10px;font-size:12px}}
