.products{padding-top:40px}.products .top-section{margin-bottom:40px}.products .top-section .section-title{margin-bottom:10px}.products .top-section .item-list{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:50px}.products .top-section .item-list li{flex-shrink:0}.products .top-section .item-list a{background:#f7f7f3;color:var(--clr-secondary);font-size:14px;line-height:19px;font-weight:500;letter-spacing:normal;padding:10px 20px;border-radius:25px;display:flex;transition:var(--transition)}@media (pointer: fine) and (hover: hover){.products .top-section .item-list a:hover,.products .top-section .item-list a:focus-visible{background:var(--clr-main);color:#fff}}.products .top-section .item-list a.active{background:var(--clr-main);color:#fff}@media (max-width: 991px){.products .top-section .item-list{margin-top:30px;gap:10px;font-size:13px;line-height:18px;font-weight:500;letter-spacing:normal}.products .top-section .item-list a{padding:6px 15px}}.products .filter-wrapper{display:flex;flex-direction:column;background-color:#fff}.products .filter-wrapper .filter{display:flex;flex-direction:column;padding-bottom:25px;margin-bottom:20px;border-bottom:1px solid #d7d7d7}.products .filter-wrapper .filter-btn{display:flex;align-items:center;width:100%;justify-content:space-between;padding-inline:20px;background:#f7f7f3;border:1px solid #89897c;padding-block:12px;border-radius:6px;font-size:16px;line-height:24px;font-weight:500;letter-spacing:normal}.products .filter-wrapper .filter-btn svg{transition:var(--transition)}.products .filter-wrapper .filter-btn.rotate svg{transform:rotate(-180deg)}@media (max-width: 991px){.products .filter-wrapper .filter-btn{padding-block:8px;font-size:14px;line-height:24px;font-weight:500;letter-spacing:normal}}.products .filter-wrapper .filter-item{padding-top:25px}.products .filter-wrapper .filter-item .color-list{display:flex;justify-content:space-around;font-size:13px;line-height:18px;font-weight:400;letter-spacing:normal;color:#89897c}.products .filter-wrapper .filter-item .color-list li{display:flex;flex-direction:column;align-items:center;gap:5px}.products .filter-wrapper .filter-item .color-list a{background:#000;width:22px;height:auto;aspect-ratio:1;display:flex;border-radius:100%}@media (max-width: 991px){.products .filter-wrapper .filter-item .color-list{font-size:12px;line-height:18px;font-weight:400;letter-spacing:normal}}.products .filter-wrapper .filter-item .color-quant{display:flex;flex-direction:column;gap:10px}.products .filter-wrapper .filter-item .radio-label{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:15px;line-height:24px;font-weight:400;letter-spacing:normal;color:var(--clr-secondary)}@media (min-width: 992px){.products .filter-wrapper{max-width:290px}}@media (max-width: 991px){.products .filter-wrapper{position:fixed;left:0;right:0;top:0;bottom:0;overflow:hidden;z-index:1500;height:calc(100vh - 83px);height:100vh;transform:translate(-100%);transition:var(--transition);padding-inline:20px}}.products .filter-wrapper .filter-top-wrapper{display:flex;justify-content:space-between;padding-block:60px 40px}.products .filter-wrapper .filter-top-wrapper .filter-mobile-title{font-size:18px;line-height:24px;font-weight:500;letter-spacing:normal;color:var(--clr-secondary)}@media (min-width: 992px){.products .filter-wrapper .filter-top-wrapper{display:none}}.products .filter-wrapper .bottom-filter-wrapper{position:sticky;bottom:0;width:100%;background:#fff;left:0;right:0;margin-inline:-20px;padding-inline:20px;display:flex;flex-direction:column;gap:15px;padding:20px;z-index:10}.products .filter-wrapper .bottom-filter-wrapper .bottom-filter-btn{display:flex;background-color:var(--clr-main);width:100%;justify-content:center;align-items:center;padding-block:14px 13px;border-radius:100px;color:#fff;font-size:14px;line-height:18px;font-weight:500;letter-spacing:normal}.products .filter-wrapper .bottom-filter-wrapper .bottom-filter-btn.white{background-color:#f7f7f3;color:var(--clr-secondary)}@media (min-width: 992px){.products .filter-wrapper .bottom-filter-wrapper{display:none}}.products .filter-wrapper.open{transition:var(--transition);transform:translate(0);display:flex}.products .product-top-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.products .product-top-wrapper .filter-mobile-btn{display:flex;align-items:center;justify-content:center;width:170px;color:var(--clr-secondary);font-size:14px;line-height:19px;font-weight:500;letter-spacing:normal;gap:5px;border:1px solid #d7d7d7;border-radius:6px;padding-block:10px}.products .product-top-wrapper .sort{position:relative}.products .product-top-wrapper .sort .order-btn{display:flex;align-items:center;border:1px solid #d7d7d7;padding:10px 20px;gap:30px;border-radius:6px;flex-shrink:0;font-size:14px;line-height:19px;font-weight:500;letter-spacing:normal;color:var(--clr-secondary);width:140px}.products .product-top-wrapper .sort .order-btn svg{transition:var(--transition);transform:rotate(-180deg)}.products .product-top-wrapper .sort .order-btn.rotate svg{transform:rotate(0)}@media (max-width: 991px){.products .product-top-wrapper .sort .order-btn{width:170px;justify-content:center;gap:5px}}.products .product-top-wrapper .sort .order-list{position:absolute;display:none;z-index:10;border:1px solid #d7d7d7;width:100%;border-radius:6px;display:flex;flex-direction:column;gap:5px;padding:10px 20px;background:#fff;font-size:14px;line-height:19px;font-weight:500;letter-spacing:normal}.products .product-top-wrapper .quant{color:#89897c;font-size:14px;line-height:24px;font-weight:400;letter-spacing:normal}@media (max-width: 991px){.products .product-top-wrapper{gap:5px}}.products .product-item-wrapper{padding-bottom:40px}.products .page-list{justify-content:center;display:flex;margin-bottom:50px}.products .page-list li{padding-inline:12px;padding-bottom:5px;border-bottom:1px solid #d7d7d7}.products .page-list li a{color:#89897c;transition:var(--transition)}.products .page-list li.active{border-bottom:1px solid var(--clr-secondary)}.products .page-list li.active a{color:var(--clr-secondary)}@media (pointer: fine) and (hover: hover){.products .page-list li:hover a,.products .page-list li:focus-visible a{color:var(--clr-secondary)}}.products #sliderPrice,.products #sliderStock{margin-block:20px;margin-right:15px}.products #sliderPrice .noUi-base,.products #sliderStock .noUi-base{height:2px}.products #sliderPrice .noUi-handle,.products #sliderStock .noUi-handle{border-radius:100%;height:18px;width:18px;aspect-ratio:1;border:2px solid var(--clr-secondary);top:0;transform:translateY(-50%)}.products #sliderPrice .noUi-handle:after,.products #sliderStock .noUi-handle:after{content:none}.products #sliderPrice .noUi-handle:before,.products #sliderStock .noUi-handle:before{content:none}.products .noUi-target{border-radius:none;border:none;box-shadow:none;height:2px}.products .noUi-connects{background:var(--clr-alt-2)}.products .noUi-connect{background-color:var(--clr-secondary)}.products .range-wrapper{display:flex;color:#89897c;font-size:15px;line-height:24px;font-weight:400;letter-spacing:normal}@media (max-width: 991px){.products .range-wrapper{font-size:14px;line-height:24px;font-weight:400;letter-spacing:normal}}
