.category_wrapper{padding-bottom:30px}.category_wrapper .aside{height:100%}.category_wrapper .aside .category-filters{padding-bottom:30px;display:none}@media (min-width: 768px){.category_wrapper .aside .category-filters{display:block}}.category_wrapper .aside .category-banner{width:100%}.category_wrapper .aside .category-banner img{width:100%;height:100%;object-fit:cover}.category_wrapper .category-list{padding-top:10px;display:grid;grid-template-columns:repeat(2, 1fr);column-gap:30px;row-gap:40px;margin-bottom:40px}@media (min-width: 576px){.category_wrapper .category-list{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.category_wrapper .category-list{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 992px){.category_wrapper .category-list{grid-template-columns:repeat(4, 1fr)}}@media (max-width: 768px){.category_wrapper .category-list{gap:20px}}.category_wrapper .category-list .category-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:12px}@media (max-width: 768px){.category_wrapper .category-list .category-item{flex-direction:row;padding:0 12px;box-shadow:0 3px 10px rgba(0,0,0,0.2)}.category_wrapper .category-list .category-item .image{width:60px;box-shadow:none !important}}.category_wrapper .category-list .category-item .image{overflow:hidden;box-shadow:0 0 4px rgba(0,0,0,0.25);padding:5px;aspect-ratio:1}.category_wrapper .category-list .category-item .image img{width:100%;height:100%;object-fit:cover;transition:all 0.3s}.category_wrapper .category-list .category-item .name{text-align:center;font-weight:600;color:#000}.category_wrapper .category-list .category-item:hover .image img{transform:scale(1.1)}.category_wrapper .category-sort{display:flex;justify-content:flex-end;margin-bottom:20px;gap:20px}.category_wrapper .category-sort .filter_wrapper{flex-grow:1;width:100%;position:relative;cursor:pointer}.category_wrapper .category-sort .filter_wrapper .title{height:40px;background:var(--secondary-color);color:#636363;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.category_wrapper .category-sort .filter_wrapper .title i{font-size:12px}.category_wrapper .category-sort .filter_wrapper .filters-dropdown{display:none}.category_wrapper .category-sort .filter_wrapper.active .filters-dropdown{display:block}.category_wrapper .category-sort .select-wrapper{width:140px;height:40px;position:relative;background:var(--secondary-color);box-sizing:border-box !important}@media (max-width: 768px){.category_wrapper .category-sort .select-wrapper{flex-grow:1;width:100%}}.category_wrapper .category-sort .select-wrapper::after{content:"\f078";font-family:"Font Awesome 5 Free";font-weight:600;font-size:12px;position:absolute;z-index:1;top:50%;right:10px;color:#636363;transform:translateY(-50%);pointer-events:none}.category_wrapper .category-sort .select-wrapper .orderby{color:#636363;width:100%;height:100%;padding:0 10px;border:none;outline:none;background:transparent;cursor:pointer;appearance:none}.category_wrapper .product-list{margin-bottom:40px}.category_wrapper .product-list .row>*{padding:0 10px}.category_wrapper .product-list .product-item{margin-bottom:30px}.category_wrapper .product-list .product-item .compare>span{display:none !important}@media (min-width: 576px){.category_wrapper .product-list .product-item .compare>span{display:block !important}}@media (min-width: 768px){.category_wrapper .product-list .product-item .compare>span{display:none !important}}@media (min-width: 992px){.category_wrapper .product-list .product-item .compare>span{display:none !important}}@media (min-width: 1200px){.category_wrapper .product-list .product-item .compare>span{display:block !important}}.category_wrapper .banner{position:relative;height:auto;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.category_wrapper .banner .image{background:#f3f3f3;position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.category_wrapper .banner .content{text-align:center;padding:20px}.category_wrapper .banner .content .title{font-weight:500;margin-bottom:24px;color:#000}.category_wrapper .banner .content .btn{background:var(--link-color);color:#fff;font-weight:500}.category_wrapper .banner .content .btn:hover{background:var(--primary-color)}.category-filters{position:sticky;top:calc(var(--header-height));padding-top:10px;background:#fff}.category-filters .filter-item{margin-bottom:10px;user-select:none}.category-filters .filter-item .title{color:#636363;padding:15px 10px 15px 20px;background:var(--secondary-color);font-weight:600;cursor:pointer}.category-filters .filter-item.active .body{display:flex}.category-filters .filter-item .body{display:none;flex-direction:column;gap:10px;padding:20px}.category-filters .filter-item .body .item{font-weight:600;display:flex;align-items:center;cursor:pointer}.category-filters .filter-item .body .item input{margin-right:8px;cursor:pointer}.category-filters .filter-item .body .item label{flex-grow:1;cursor:pointer}.category-filters .price-filter .price-values{display:flex;align-items:center;justify-content:space-between;gap:8px}.category-filters .price-filter .price-values .price-max{text-align:right}.category-filters .price-filter .price-values input{font-weight:600;width:calc(50% - 10px)}.category-filters .price-filter .price-track{position:relative;height:8px;margin-top:10px}.category-filters .price-filter .price-track .track{position:absolute;width:100%;height:100%;background:#636363;border-radius:10px;z-index:1}.category-filters .price-filter .price-track input[type="range"]{position:absolute;width:100%;height:8px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;outline:none;top:0;z-index:2}.category-filters .price-filter .price-track input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:white;border:4px solid #a3a3a3;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:transform 0.2s ease, box-shadow 0.2s ease}.category-filters .price-filter .price-track input[type="range"]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px rgba(69,75,103,0.4)}.category-filters .price-filter .price-track input[type="range"]::-webkit-slider-thumb:active{transform:scale(1.1)}.category-filters .price-filter .price-track input[type="range"]::-moz-range-thumb{width:24px;height:24px;background:white;border:4px solid #a3a3a3;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:transform 0.2s ease, box-shadow 0.2s ease;border:none}.category-filters .price-filter .price-track input[type="range"]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px rgba(69,75,103,0.4)}.category-blog_wrapper{position:relative;max-height:400px;overflow:hidden}.category-blog_wrapper .showmore{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to top, #fff, rgba(255,255,255,0));display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.category-blog_wrapper .showmore span{text-decoration:underline;font-weight:600}.category-blog_wrapper .showmore span:hover{text-decoration:none}.category-blog_wrapper.expanded{max-height:none}.category-blog_wrapper.expanded .showmore{display:none}.category-blog_wrapper .toc_wrapper .title{font-size:16px;font-weight:600;margin-bottom:12px}.category-blog_wrapper .toc_wrapper ul{list-style:none}.category-blog_wrapper .toc_wrapper .simple-toc{padding:0;margin:0}.category-blog_wrapper .toc_wrapper .simple-toc li{margin-bottom:8px}
