.all-products{padding:20px 0}.all-products{background-color:#faf6f0}.all-products__header{margin-bottom:8px}.all-products__count{font-size:11px;color:#8a7260;font-weight:400;margin:0}.all-products__filters-wrapper{overflow-x:auto;white-space:nowrap;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.all-products__filters-wrapper .filter-divider{width:1px;background:#e8e0d8;flex-shrink:0;align-self:stretch;margin:-12px 0}.all-products__filters-wrapper::-webkit-scrollbar{display:none}.all-products__filters{display:flex;align-items:center;gap:8px;background-color:#fff;border-bottom:1px solid #f0e8de;padding:12px 16px;overflow-x:auto;white-space:nowrap;border-radius:10px;scrollbar-width:none}.all-products__filter-item{display:inline-flex;align-items:center;padding:7px 12px;border:1.5px solid #ddd;border-radius:20px;font-size:12px;font-weight:500;color:#2d1f0e;background:#fff;transition:all .2s ease;font-family:inherit;cursor:pointer;white-space:nowrap}.all-products__filter-item:not(.is-active){border-color:#eee;font-weight:400}.all-products__filter-item.is-active{border-color:#c9933a;color:#c9933a;background-color:#fff8ee}.all-products__filter-item svg{margin-right:6px}.all-products__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 0}@media screen and (min-width:768px){.all-products__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (min-width:1024px){.all-products__grid{grid-template-columns:repeat(4,1fr)}}.product-card-custom{display:flex;flex-direction:column;position:relative;background:#fff;border-radius:14px;overflow:hidden;height:100%;box-shadow:0 2px 12px #0000000f;cursor:pointer;width:100%}.product-card-custom__image-wrapper{position:relative;aspect-ratio:3/4;background:#f5f5f5;border-radius:12px;overflow:hidden}.product-card-custom__image{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.product-card-custom:hover .product-card-custom__image{transform:scale(1.05)}.product-card-custom__badge{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;color:#fff;z-index:2}.product-card-custom__badge--sale{top:8px;right:8px;background:#8b2635;color:#fff}.product-card-custom__badge--trending{background-color:#d4a373}.product-card-custom__badge--new{background-color:#2d5a27}.product-card-custom__badge--bestseller{background-color:#4a3434}.product-card-custom__wishlist{position:absolute;top:8px;right:8px;width:30px;height:30px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;cursor:pointer;z-index:2;border:none}.product-card-custom__wishlist svg{width:18px;height:18px;fill:none;stroke:#8b2635;stroke-width:2}.product-card-custom__info{padding:10px 10px 12px;flex-grow:1;display:flex;flex-direction:column}.product-card-custom__title{margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}.product-custom-title{text-decoration:none;color:#2d1f0e}.product-card-custom__price-wrapper{display:flex;align-items:center;gap:5px;margin-bottom:6px}.product-card-custom__variants{font-family:var(--font-body-family);display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.product-card-custom__variant{width:28px;height:28px;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#666;cursor:pointer}.product-card-custom__variant--more{border:none;font-weight:600}.product-card-custom__add-to-bag{width:100%;background:#1a1009;color:#fff;border:none;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.5px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s}.product-card-custom__add-to-bag:hover{opacity:.9}.product-card-custom__add-to-bag svg{width:16px;height:16px}.filter-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:flex-end;justify-content:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.filter-drawer.is-open{visibility:visible;opacity:1}.filter-drawer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;cursor:pointer;z-index:1}.filter-drawer__content{position:relative;width:100%;background:#fff;border-radius:24px 24px 0 0;display:flex;flex-direction:column;overflow:hidden;z-index:301;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);max-height:80vh;max-width:430px;padding-bottom:0}.filter-drawer__handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:10px auto 0;flex-shrink:0;cursor:pointer}.filter-drawer.is-open .filter-drawer__content{transform:translateY(0)}.filter-drawer__header{padding:16px 20px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0e8de}.filter-drawer__title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;margin:0}.filter-drawer__clear{font-size:13px;color:#c9933a;font-weight:600;cursor:pointer;text-decoration:none}.filter-drawer__body{overflow-y:auto;flex-grow:1;scrollbar-width:none;-ms-overflow-style:none}.filter-drawer__body::-webkit-scrollbar{display:none}.filter-drawer__section{padding:16px 20px;border-bottom:1px solid #f0e8de}.filter-drawer__section-title{font-size:13px;font-weight:700;color:#2d1f0e;margin:0;padding-bottom:12px;text-transform:capitalize}.filter-drawer__pills{display:flex;flex-wrap:wrap;gap:8px}.filter-drawer__pill{padding:7px 14px;border:1.5px solid #ddd;border-radius:20px;font-size:12px;color:#2d1f0e;background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.filter-drawer__pill.is-active{border-color:#c9933a;color:#c9933a;font-weight:600;background:#fff8ee}.price-range{padding:8px 0}.price-range__values{display:flex;justify-content:space-between;margin-bottom:12px;font-size:12px;font-weight:600;color:#2d1f0e}.price-max{color:#c9933a}.price-range__slider{position:relative;height:5px;background:#f0f0f0;border-radius:5px;margin:0 10px}.price-range__track{position:absolute;height:100%;background:#d4a373;border-radius:5px;z-index:1}.price-range__input{position:absolute;width:100%;height:5px;top:0;left:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none;margin:0;z-index:2}.price-range__input::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:#d4a373;border:3px solid #fff;box-shadow:0 2px 4px #0003;cursor:pointer;pointer-events:auto;-webkit-appearance:none}.price-range__input::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#d4a373;border:3px solid #fff;box-shadow:0 2px 4px #0003;cursor:pointer;pointer-events:auto;border:none}.max-price{z-index:3}.filter-drawer__footer{padding:16px 20px;border-top:1px solid #f0e8de;background:#fff;position:sticky;bottom:0;z-index:10}.filter-drawer__apply{width:100%;background:#c9933a;color:#fff;border:none;padding:14px;font-size:15px;font-weight:700;cursor:pointer;border-radius:8px;font-family:inherit;letter-spacing:.5px;transition:background .2s}.filter-drawer__apply:hover{background:#b88635}@media screen and (min-width:768px){.filter-drawer{justify-content:center;align-items:center}.filter-drawer__content{width:400px;border-radius:20px;transform:scale(.9);opacity:0}.filter-drawer.is-open .filter-drawer__content{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/section-all-products.css.map */
