.main{gap:20px;padding:10px 0}.main,.sticky{display:flex;flex-direction:column}.sticky{position:sticky;top:10px;gap:10px}.category .row{display:flex;gap:20px;padding-top:5px}.category .row .sidebar{width:240px}.category .row .sidebar .box-category{width:100%;background-color:#fff;border-radius:8px;border:1px solid #f2f2f2;padding:0;gap:0}.category .row .sidebar .box-category .title-sidebar{padding:16px;font-weight:600}.category .row .sidebar .box-category .menu-v1 li{flex-direction:column}.category .row .sidebar .box-category .menu-v1 .category-name{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:15px;border-top:1px solid var(--color-border);gap:4px}.category .row .sidebar .box-category .menu-v1 .category-name a{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category .row .sidebar .box-category .menu-v1 .category-name span{flex:1}.category .row .sidebar .box-category .menu-v1 .category-name.active a{color:var(--primary-color)}.category .row .sidebar .box-category .menu-v1 .category-name p{font-size:14px;font-weight:500}.category .row .sidebar .box-category .menu-v1 .category-name p:hover{color:var(--primary-color)}.category .row .sidebar .box-category .menu-v1 .menu-v2{max-height:0;transition:max-height .3s;overflow:hidden}.category .row .sidebar .box-category .menu-v1 .menu-v2 li a{padding:8px 16px 8px 28px;font-size:13px}.category .row .sidebar .box-category .menu-v1 .menu-v2 li.active a{color:var(--primary-color)}.category .row .sidebar .box-category .menu-v1 .menu-v2 li:first-child a{border-top:1px solid var(--color-border)}.category .row .sidebar .box-category .menu-v1 .menu-v2 li a:hover{color:var(--primary-color)}.category .row .sidebar .box-category .menu-v1 .category-name i{transition:transform .3s ease}.category .row .sidebar .box-category .menu-v1 .category-name.active i{transform:rotate(180deg)}.category .row .box-main{flex:1;display:flex;flex-direction:column;gap:20px}.category .row .box-main .category-name{background-color:#fff;border-radius:8px}.category .row .box-main .category-name h2{font-size:28px;font-weight:600}.category .row .box-main .explore-by-category{border:1px solid var(--color-border)}.category .row .box-main .explore-by-category .box{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:25px 0}.category .row .box-main .explore-by-category .box .item{margin-top:10px;flex-direction:column;align-items:center;gap:10px;padding:0 10px}.category .row .box-main .explore-by-category .box .item:hover{color:var(--primary-color)}.category .row .box-main .explore-by-category .box .item img{filter:brightness(1) invert(.04);border-radius:100px;-o-object-fit:cover;object-fit:cover}.category .row .box-main .explore-by-category .box .item h3{font-weight:500;font-size:14px;text-align:center}.category .row .box-main .all-products{border:1px solid var(--color-border);width:100%}.category .row .box-main .all-products .box .row-1{justify-content:space-between;display:flex;align-items:flex-end}.category .row .box-main .all-products .box .filter{gap:10px;display:flex;padding-right:10px;white-space:nowrap}.category .row .box-main .all-products .box .filter::-webkit-scrollbar{display:none}.category .row .box-main .all-products .box .btn-filter{padding-left:10px;border-left:1px solid var(--color-border);position:relative}.category .row .box-main .all-products .box .popup-filter{right:100%;top:-200px}.category .row .box-main .all-products .box .popup-filter .box-filter{padding:15px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--color-border);align-items:flex-start}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .list-items{display:flex;flex-wrap:wrap;gap:10px}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .box-input-price{display:flex;align-items:center;gap:10px}.category .row .box-main .all-products .box .popup-filter h4{font-size:16px;font-weight:500}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .box-input-price .box-input input{border:0;padding:10px}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .box-input-price .box-input{border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price h4.mt-10{margin-top:10px}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .box-input-price .box-input span{padding:0 10px;border-left:1px solid var(--color-gray)}.category .row .box-main .all-products .box .popup-filter .box-filter .list-items{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .box-input-price button{text-decoration:none;color:var(--primary-color)}.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item{display:none;align-items:center;gap:10px}.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item:first-child,.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item:nth-child(2),.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item:nth-child(3),.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item:nth-child(4),.category .row .box-main .all-products .box .popup-filter .box-filter .list-items .item:nth-child(5){display:flex}.category .row .box-main .all-products .box .popup-filter .box-filter .list-items input[type=checkbox]{width:20px;height:20px}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .list-items .item{padding:10px 20px;border-radius:30px;border:1px solid var(--color-border)}.category .row .box-main .all-products .box .popup-filter .box-filter.box-price .list-items .item:hover{background-color:var(--color-border)}.category .row .box-main .all-products .box .popup-filter .box-filter button{border:0;padding:0;text-decoration:underline;text-align:left}.category .row .box-main .all-products .box .btn-filter button{padding:6px 10px;border-radius:4px;gap:5px;border:1px solid var(--color-border)}.category .row .box-main .all-products .box .filter .suggest-box{display:flex;flex-direction:column;border-right:1px solid var(--body-color);padding-right:10px;gap:10px}.category .row .box-main .all-products .box .filter div:last-child{border-right:0 solid var(--body-color);padding-right:0}.category .row .box-main .all-products .box .filter .suggest-box p{color:var(--color-gray);font-size:12px}.category .row .box-main .all-products .box .filter .suggest-box ul{display:flex;gap:10px}.category .row .box-main .all-products .box .filter .suggest-box ul li button{border:1px solid var(--color-border);border-radius:100px;width:auto;padding:8px 14px}.category .row .box-main .all-products .box .filter .suggest-box ul li{position:relative}.category .row .box-main .all-products .box .filter .suggest-box ul li:last-child button{padding:8px}.category .row .box-main .all-products .box .filter .suggest-box ul li button i{font-size:20px;width:20px;height:20px;margin:0}.category .row .box-main .all-products .box .row-2{padding-top:15px;margin-top:15px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between}.category .row .box-main .all-products .box .row-2 .form-check{display:flex;gap:10px}.category .row .box-main .all-products .box .row-2 .form-check .box-check{display:flex;align-items:center;gap:5px}.category .row .box-main .all-products .box .row-2 .form-check .box-check input{width:20px;height:20px;border:1px solid var(--color-border);background-color:cornflowerblue}.category .row .box-main .all-products .box .row-2 .form-select{display:flex;gap:10px;align-items:center}.category .row .box-main .all-products .box .row-2 .form-select p{color:var(--color-gray)}.category .row .box-main .all-products .box .row-2 .form-select select{outline:none;padding:10px 25px 10px 10px;border:1px solid var(--color-border);border-radius:100px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml,%3Csvg width="10" height="10" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0l5 5 5-5" fill="%23333" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:calc(100% - 10px);background-size:10px}.category .row .box-main .products{display:flex;flex-direction:column;gap:20px}.category .row .box-main .products .box{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category .row .box-main .products-show-5 .box{grid-template-columns:repeat(5,minmax(0,1fr))}.category .row .box-main .products .btn-more{padding:8px 12px;width:240px}.viewed-products .box{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.viewed-products .box .item{display:flex;overflow:hidden;flex-direction:column;border:1px solid var(--color-border);border-radius:8px}.viewed-products .box .item:hover{box-shadow:0 0 10px 0 #0000001a}.viewed-products .box .item .info h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400}.viewed-products .box .item .info{padding:10px;display:flex;flex-direction:column;gap:20px}.viewed-products .box .item img{width:100%;height:100%;aspect-ratio:1/1}.viewed-products .box .item .info .price{font-weight:500}.category-content{border:1px solid var(--color-border);border-radius:4px}.category-info .box{position:relative;overflow:hidden;max-height:240px}.category-info .box .box-more-watched{position:absolute;bottom:0;width:100%;left:0;margin-top:10px}.category-info .box .box-more-watched .bg-opacity{display:flex;height:100px;width:100%;background-image:linear-gradient(rgba(255,255,255,0),rgb(255,255,255))}.category-info .box .content{display:flex;flex-direction:column;gap:10px;overflow:hidden}.category-info .box .box-btn{background-color:#fff;justify-content:center;display:flex}.category-info .box .box-btn button{color:var(--primary-color)}.category-info .box .content img{width:600px;margin:0 auto;height:100%;-o-object-fit:contain;object-fit:contain}.category .row .box-swiper{width:1040px;height:160px;background-color:transparent;padding:0}.category .row .box-swiper .banner-category{overflow:hidden;width:100%}.category .row .box-swiper .banner-category img{width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover}.category .row .box-swiper .custom-swiper-button-next{right:0}.category .row .box-swiper .custom-swiper-button-prev{left:0}.body-filter{background-color:#fff;display:flex;flex-direction:column;animation:showModalFilter .5s ease}.body-filter .header{padding:15px;display:flex;justify-content:center;align-items:center;position:relative;border-bottom:1px solid var(--color-border)}.body-filter .header i{font-size:20px}.body-filter .header button{position:absolute;right:15px;padding:0!important;border:0!important}.body-filter .body{flex:1}.body-filter .box-filter{padding:15px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--color-border);align-items:flex-start}.body-filter .box-filter.box-price .list-items{display:flex;flex-wrap:wrap;gap:10px}.body-filter .box-filter.box-price .box-input-price{display:flex;align-items:center;width:100%;gap:10px}.body-filter h4{font-size:16px;font-weight:500}.body-filter .box-filter.box-price .box-input-price .box-input input{border:0;padding:10px;width:80%}.body-filter .box-filter.box-price .box-input-price .box-input{border:1px solid var(--color-border);flex:1;border-radius:6px;overflow:hidden}.body-filter .box-filter.box-price h4.mt-10{margin-top:10px}.body-filter .box-filter.box-price .box-input-price .box-input span{padding:0 10px;border-left:1px solid var(--color-gray)}.body-filter .box-filter .list-items{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.body-filter .box-filter.box-price .box-input-price button{text-decoration:none;color:var(--primary-color)}.body-filter .box-filter .list-items .item{display:none;align-items:center;gap:10px}.body-filter .box-filter .list-items .item:first-child,.body-filter .box-filter .list-items .item:nth-child(2),.body-filter .box-filter .list-items .item:nth-child(3),.body-filter .box-filter .list-items .item:nth-child(4),.body-filter .box-filter .list-items .item:nth-child(5){display:flex}.body-filter .box-filter .list-items input[type=checkbox]{width:20px;height:20px}.body-filter .box-filter.box-price .list-items .item{padding:10px 20px;border-radius:30px;border:1px solid var(--color-border)}.body-filter .box-filter.box-price .list-items .item:hover{background-color:var(--color-border)}.body-filter .box-filter button{border:0;padding:0;text-decoration:underline;text-align:left}.body-filter .footer{border-top:1px solid var(--color-border);display:flex;justify-content:space-between;gap:10px;padding:15px}.body-filter .footer button{border:1px solid var(--color-border);padding:10px 15px!important;border-radius:4px}.body-filter .footer button:last-child{background-color:var(--primary-color)!important;color:#fff}.modal-filter{display:flex;position:fixed;z-index:1000;justify-content:end;top:0;right:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5)}.popup-supplier{top:120%;right:0;z-index:100;width:450px;border-radius:4px}.popup-supplier .body{padding:15px;display:flex;flex-wrap:wrap;gap:10px;max-height:300px;overflow-y:auto}.popup-supplier .footer{display:flex;gap:10px;padding:15px!important;border-top:1px solid var(--color-border)}.popup-supplier .footer button{flex:1;border-radius:4px!important}.popup-supplier .footer button:last-child{background-color:var(--primary-color);color:#fff}@media screen and (max-width:668px){.category-name{padding:0 10px}.category .row .box-main .category-name h2{font-size:20px;margin:0 10px}.category .row .box-main .explore-by-category .box{grid-template-columns:repeat(3,minmax(0,1fr))}.category .row .box-main .products .box{grid-template-columns:repeat(2,minmax(0,1fr))}.category .row .box-main .products{padding:0 10px}.category .row .box-main .products .box .item .box-img .img-product{height:auto!important;min-height:auto}}