.hero-title{display:flex;flex-direction:column;justify-content:start;padding-block:50px;padding-inline:45px}@media (max-width: 1400px){.hero-title{padding-inline:30px}}@media (max-width: 992px){.hero-title{padding-inline:20px}}.hero-title .m-title{padding-bottom:28px}.hero-title .html-content{width:440px}.hero .container{padding-inline:unset}.hero__top{background-color:#efefef;border-block:2px #000000 solid}.hero .container-top{margin-inline:auto;width:100%;max-width:1600px;padding-inline:45px}@media (max-width: 1400px){.hero .container-top{padding-inline:30px}}@media (max-width: 992px){.hero .container-top{padding-inline:0}}.hero__top-wrap{display:flex;align-items:center;justify-content:space-between;padding-block:50px}@media (max-width: 992px){.hero__top-wrap{padding:0}}.hero__top-wrap .tools{display:flex;align-items:center;gap:100px}@media (max-width: 992px){.hero__top-wrap .tools{width:100%;justify-content:space-evenly;gap:0}.hero__top-wrap .tools>*{display:flex;align-items:center;justify-content:center;width:100%;padding-block:50px}}@media (max-width: 992px) and (max-width: 768px){.hero__top-wrap .tools>*{padding-block:24px}}.hero__top-wrap .count{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:500}@media (max-width: 992px){.hero__top-wrap .count{display:none}}.hero__top-wrap .filters,.hero__top-wrap .shorting{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700}@media (max-width: 768px){.hero__top-wrap .filters,.hero__top-wrap .shorting{font-size:15px}}.hero__top-wrap .filters:hover,.hero__top-wrap .shorting:hover{color:#b3b3b3}@media (max-width: 992px){.hero__top-wrap .filters{border-right:2px #000000 solid}}.hero__top-wrap .filters svg{width:20px;height:20px}@media (max-width: 768px){.hero__top-wrap .filters svg{width:12px;height:12px}}.hero__top-wrap .shorting svg{width:15px;height:15px;rotate:-90deg}.hero__wrap{position:relative;display:flex;flex-direction:column}@media (min-width: 992px){.hero__wrap .open{grid-template-columns:420px 1fr}}.hero__wrap .open .wrapper{grid-template-columns:repeat(3,1fr)}@media (max-width: 1200px){.hero__wrap .open .wrapper{grid-template-columns:repeat(2,1fr)}}.hero__wrap-products{display:grid;gap:42px}.hero__wrap-products:not(.open) .hidden-filter{display:none}.hero__wrap-products .hidden-filter{bottom:0;width:420px;background-color:#efefef;transition:all .4s ease;border:2px #000000 solid;border-top:none;overflow-y:clip}@media (max-width: 992px){.hero__wrap-products .hidden-filter{width:100vw;position:absolute;top:0}}.hero__wrap-products .hidden-filter-top{padding:50px 45px;display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:2px #000000 solid}.hero__wrap-products .hidden-filter-top .s-text{font-size:18px;font-weight:700}.hero__wrap-products .hidden-filter-filter1{padding-block:60px 90px}.hero__wrap-products .hidden-filter .buttons{display:flex;align-items:center;justify-content:space-between;padding:0 45px}.hero__wrap-products .hidden-filter .buttons .submit{color:#000;border:1px currentColor solid;font-size:18px;font-weight:400;display:flex;flex-direction:column;align-items:start;padding:18px}.hero__wrap-products .hidden-filter .buttons .submit:hover{color:#b3b3b3}.hero__wrap-products .hidden-filter .buttons .reset{color:#b3b3b3;font-size:18px;font-weight:400}.hero__wrap-products .hidden-filter .buttons .reset:hover{color:#ff7064}.hero__wrap-products .wrapper{padding-block:40px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:42px}@media (max-width: 1200px){.hero__wrap-products .wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.hero__wrap-products .wrapper{grid-template-columns:repeat(3,1fr);gap:15px;padding-inline:21px}}@media (max-width: 576px){.hero__wrap-products .wrapper{grid-template-columns:repeat(2,1fr)}}.hero__wrap-pagination{padding-block:100px;display:flex;align-items:center;justify-content:center;gap:20px}.hero__wrap-pagination .pagination{list-style-type:none;margin:0;padding:0;display:flex;align-items:center;gap:20px}.hero__wrap-pagination .pagination .active{color:#b3b3b3;cursor:default}.hero__wrap-pagination svg{width:14px;height:14px}.hero__wrap-pagination .next-arrow{rotate:180deg}.product-card{width:100%;max-width:350px;margin:0 auto}@media (max-width: 992px){.product-card{min-width:150px}}.product-card__wrap-img{width:100%;padding-bottom:24%}@media (max-width: 992px){.product-card__wrap-img{padding-bottom:18px}}.product-card__wrap-img img{aspect-ratio:1/1;object-fit:contain;transition:all .2s ease}.product-card__wrap-img img:hover{transform:scale(1.05)}.product-card__wrap-details{padding:12px 16px}.product-card__wrap-details .html-content>*{padding-bottom:25px}@media (max-width: 992px){.product-card__wrap-details{padding:0}}@media (max-width: 992px){.product-card__wrap-details .html-content{font-size:15px}}.product-card__wrap-details .price{font-size:1.2em;margin-bottom:50px}@media (max-width: 992px){.product-card__wrap-details .price{margin-bottom:25px}}.product-card__wrap-details .btn-box{display:flex;align-items:center;justify-content:space-between}.product-card__wrap-details .btn-box .ctab{display:flex;align-items:center;padding:15px 35px;font-family:Roboto Mono,sans-serif;gap:10px}@media (max-width: 992px){.product-card__wrap-details .btn-box .ctab{font-size:14px;padding:11px 14px}.product-card__wrap-details .btn-box .ctab svg{width:14px;height:15px}}.product-card__wrap-details .btn-box .ctab:hover{background-color:#ff7064}.product-card__wrap-details .btn-box .ctab .svg{display:block}.product-card__wrap-details .btn-box .fav-ctab{width:50px;height:50px;transition:all .2s ease}@media (max-width: 992px){.product-card__wrap-details .btn-box .fav-ctab{width:40px;height:40px}}.product-card__wrap-details .btn-box .fav-ctab svg{color:#fff}.product-card__wrap-details .btn-box .fav-ctab:hover{background-color:#ff7064}.product-card__wrap-details .btn-box .active svg{color:#ff7064}.hidden-filter-filter1 .slider-container{width:100%;padding:20px 45px;border-radius:10px}.hidden-filter-filter1 .label{font-weight:700;margin-bottom:10px;display:block}.hidden-filter-filter1 .values{display:flex;justify-content:space-between;font-family:monospace;margin-bottom:15px}.hidden-filter-filter1 .range-slider{position:relative;height:6px;background:#d9d9d9;border-radius:5px}.hidden-filter-filter1 .range-slider input[type=range]{position:absolute;width:100%;height:6px;-webkit-appearance:none;background:none;pointer-events:none}.hidden-filter-filter1 .range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#000;cursor:pointer;pointer-events:auto}.hidden-filter-filter1 .range-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#000;cursor:pointer;pointer-events:auto}.hidden-filter-filter1 .range-track{position:absolute;height:6px;border-radius:5px;top:50%;transform:translateY(-50%);z-index:0;background-color:#000}
