.product__container{display:flex;gap:60px;padding:56px 16px}@media only screen and (max-width:768px){.product__container{padding:35px 16px}}.product__container>.product-sidebar{flex-basis:20%}@media only screen and (max-width:1024px){.product__container>.product-sidebar{flex-basis:30%}}@media only screen and (max-width:768px){.product__container>.product-sidebar{display:none}}.product__container>.product-sidebar .filter-heading{font-size:20px;line-height:28px;font-weight:600;text-transform:capitalize;margin-bottom:16px}@media only screen and (max-width:1024px){.product__container>.product-sidebar .filter-heading{font-size:18px;line-height:26px}}@media only screen and (max-width:768px){.product__container>.product-sidebar .filter-heading{font-size:16px;line-height:24px}}.product__container>.product-sidebar>.filter-type{padding-bottom:32px;border-bottom:1px solid #e9e9e9}.product__container>.product-sidebar>.filter-type>.list-type{display:flex;flex-direction:column;gap:12px}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item{text-transform:capitalize;color:#696c70;display:flex;justify-content:space-between;align-items:center}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item.active>span:first-child{color:#000}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item.active>span:first-child:before{width:100%}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item>span:first-child{position:relative;cursor:pointer}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item>span:first-child:before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#000;transition:all .3s ease}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item>span:first-child:hover{color:#000}.product__container>.product-sidebar>.filter-type>.list-type>.list-type__item>span:first-child:hover:before{width:100%}.product__container>.product-sidebar>.filter-size{margin-top:32px;padding-bottom:32px;border-bottom:1px solid #e9e9e9}.product__container>.product-sidebar>.filter-size>.list-size{display:flex;flex-wrap:wrap;gap:12px}.product__container>.product-sidebar>.filter-size>.list-size>.list-size__item{width:55px;height:35px;cursor:pointer;background-color:#d9d9d9;border-radius:6px;display:flex;justify-content:center;align-items:center}.product__container>.product-sidebar>.filter-size>.list-size>.list-size__item.active{background-color:#000;color:#fff}.product__container>.product-sidebar>.filter-color,.product__container>.product-sidebar>.filter-price{margin-top:32px;padding-bottom:32px;border-bottom:1px solid #e9e9e9}.product__container>.product-sidebar>.filter-color>.list-color{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.product__container>.product-sidebar>.filter-color>.list-color>.list-color__item{border:1px solid #e9e9e9;cursor:pointer;transition:all .3s ease;padding:5px 12px;border-radius:9999px;gap:8px;display:flex;align-items:center}.product__container>.product-sidebar>.filter-color>.list-color>.list-color__item.active{border:1px solid #1f1f1f}.product__container>.product-sidebar>.filter-color>.list-color>.list-color__item>span:first-child{width:20px;height:20px;border-radius:9999px}.product__container>.product-sidebar>.filter-color>.list-color>.list-color__item>span:last-child{font-size:14px;line-height:22px;font-weight:400;text-transform:capitalize}.product__container>.product-sidebar>.filter-color>.list-color>.list-color__item:hover{border:1px solid #1f1f1f}.product__container>.product-list{flex:1}.product__container>.product-list>.product-list__heading{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.product__container>.product-list>.product-list__heading .choose-layout{display:flex;align-items:center;gap:8px}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__three{border:1px solid #e9e9e9;width:35px;height:35px;gap:2px;display:flex;justify-content:center;align-items:center;border-radius:4px;cursor:pointer}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__three>span{display:inline-block;width:3px;height:16px;background-color:#000;border-radius:2px}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__three.active{background-color:#000}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__three.active>span{width:3px;height:16px;background-color:#fff}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__four{border:1px solid #e9e9e9;width:35px;height:35px;gap:2px;display:flex;justify-content:center;align-items:center;border-radius:4px;cursor:pointer}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__four>span{display:inline-block;width:3px;height:16px;background-color:#000;border-radius:2px}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__four.active{background-color:#000}.product__container>.product-list>.product-list__heading .choose-layout>.choose-layout__four.active>span{background-color:#fff}.product__container>.product-list>.product-list__heading .check-sale{display:flex;align-items:center;gap:8px}.product__container>.product-list>.product-list__heading .check-sale>label{padding-left:28px;position:relative;cursor:pointer}.product__container>.product-list>.product-list__heading .check-sale>label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:1px solid #e9e9e9;border-radius:2px;display:flex;align-items:center;justify-content:center}.product__container>.product-list>.product-list__heading .check-sale input[type=checkbox]:checked+label:before{content:"✔";border-color:#000}.product__container>.product-list>.product-list__heading .select-block{position:relative}.product__container>.product-list>.product-list__heading .select-block>#select-filter{font-size:14px;cursor:pointer;line-height:22px;font-weight:400;border-radius:8px;border:1px solid #e9e9e9;padding:8px 80px 8px 12px}@media only screen and (max-width:768px){.product__container>.product-list>.product-list__heading .select-block>#select-filter{font-size:13px;line-height:20px;padding:8px 40px 8px 12px}}.product__container>.product-list>.product-list__heading .select-block>.select-arrow{position:absolute;top:50%;transform:translateY(-50%);right:10px}.product__container>.product-list>.product-list__filters{margin-top:1rem;display:flex;align-items:center;gap:.75rem;min-height:2.25rem}.product__container>.product-list>.product-list__filters>.line{height:15px;width:2px;background-color:#e9e9e9}.product__container>.product-list>.product-list__filters>.list__filters{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.product__container>.product-list>.product-list__filters>.list__filters>.item{display:flex;justify-content:center;align-items:center;gap:.25rem;cursor:pointer;border-radius:9999px;background-color:#f6f3ef;padding:.25rem .5rem}.product__container>.product-list>.product-list__filters>.clear-button{display:flex;justify-content:center;align-items:center;gap:.25rem;border-radius:9999px;padding:.25rem .5rem;color:#db4444;cursor:pointer;border:1px solid #db4444}.product__container>.product-list>.product-list__main{margin-top:28px;display:grid;gap:30px}@media only screen and (max-width:1024px){.product__container>.product-list>.product-list__main{grid-template-columns:repeat(2,1fr)!important}}@media only screen and (max-width:768px){.product__container>.product-list>.product-list__main{margin-top:24.5px}}@media only screen and (max-width:640px){.product__container>.product-list>.product-list__main{gap:20px}}.product__item{cursor:pointer}.product__item--thumbs{position:relative;overflow:hidden;border-radius:16px;cursor:pointer}.product__item--thumbs-tag{position:absolute;top:12px;left:12px;border-radius:10px;padding:2px 12px;z-index:1}.product__item--thumbs-actions{position:absolute;top:12px;right:12px;z-index:1;transform:translateX(60px);transition:all .4s ease}.product__item--thumbs-actions-wishlist{position:relative;width:32px;height:32px;background-color:#fff;border-radius:100%;display:flex;justify-content:center;align-items:center}.product__item--thumbs-actions-wishlist:hover{background-color:#000;color:#fff}.product__item--thumbs-actions-wishlist:hover span{opacity:1;right:100%}.product__item--thumbs-actions-wishlist.active{background-color:#db4444}.product__item--thumbs-actions-wishlist.active>.icon:not(.active){color:#fff}.product__item--thumbs-actions-wishlist span{white-space:nowrap;position:absolute;right:calc(100% + 10px);z-index:0;opacity:0;transform:translateX(-10px);transition:.3s;box-shadow:0 5px 13px rgba(80,80,80,.5);pointer-events:none;padding:3px 6px;border-radius:2px;color:#fff;background-color:#000;font-size:12px;line-height:16px;font-weight:400}.product__item--thumbs-actions-wishlist span:before{content:"";position:absolute;width:10px;height:10px;background-color:#000;top:50%;transform:translateY(-50%) rotate(45deg);right:-3px;z-index:-1}.product__item--thumbs-img{position:relative;aspect-ratio:3/4;overflow:hidden}.product__item--thumbs-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .7s ease}.product__item--thumbs-img img:last-child{position:absolute;opacity:0;visibility:visible;top:0;left:0;right:0;z-index:0;visibility:hidden}.product__item--thumbs-buttons{width:100%;padding:0 20px;position:absolute;bottom:10px;gap:10px;transition:all .4s ease;opacity:0;visibility:hidden;transform:translateY(100px);display:flex;justify-content:center;align-items:center}.product__item--thumbs-buttons>div{background-color:#fff;border-radius:24px;padding:8px 10px;font-size:14px;line-height:20px;font-weight:500;text-transform:uppercase;text-align:center;transition-duration:.5s}.product__item--thumbs-buttons>div:hover{background-color:#000;color:#fff}.product__item--thumbs-buttons>a{background-color:#fff;border-radius:24px;padding:8px 10px;font-size:14px;line-height:20px;font-weight:500;text-transform:uppercase;text-align:center;transition-duration:.5s}.product__item--thumbs-buttons>a:hover{background-color:#000;color:#fff}.product__item--info{margin-top:16px;margin-bottom:28px;position:relative}.product__item--info-name{transition-duration:.3s;font-size:16px;line-height:24px;font-weight:500;text-transform:capitalize;opacity:1;transition:all .3s ease;color:#8a8a8f}@media only screen and (max-width:640px){.product__item--info-name{font-size:14px;line-height:20px}}.product__item--info-colors{position:absolute;top:0;left:0;display:flex;align-items:center;gap:12px;opacity:0;padding:8px 0;background-color:#fff;transition:all .5s ease;width:100%}.product__item--info-colors span{border-radius:100%;width:32px;height:32px}.product__item--info-price{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap;transition:all .3s ease}.product__item--info-price>span:first-child{font-size:16px;line-height:24px;color:#070707;font-weight:600}@media only screen and (max-width:640px){.product__item--info-price>span:first-child{font-size:14px;line-height:20px}}.product__item--info-price>span:nth-child(2){color:#a0a0a0;font-size:14px;line-height:22px;font-weight:400;text-decoration:line-through}@media only screen and (max-width:640px){.product__item--info-price>span:nth-child(2){font-size:13px;line-height:20px}}.product__item--info-price>span:nth-child(3){font-size:14px;line-height:22px;font-weight:500;padding:2px 6px;background-color:#d2ef9a;border-radius:9999px}@media only screen and (max-width:640px){.product__item--info-price>span:nth-child(3){display:none}}@media only screen and (max-width:1024px){.product__item--info{margin-bottom:0}}@media only screen and (min-width:1024px){.product__item:hover .product__item--thumbs-img img:last-child{opacity:1;visibility:visible;transform:scale(1.05)}.product__item:hover .product__item--thumbs-img img:first-child{opacity:0}.product__item:hover .product__item--thumbs-actions{transform:translateX(0)}.product__item:hover .product__item--thumbs-buttons{transform:translateY(-10px);opacity:1;visibility:visible}.product__item:hover .product__item--info-name{opacity:0;visibility:hidden}.product__item:hover .product__item--info-colors{opacity:1}.product__item:hover .product__item--info-price{transform:translateY(28px)}}.card{width:100%}.card>.card__image{width:100%;background-color:#ccc;border-radius:16px;aspect-ratio:3/4;animation:shine-avatar 1.6s linear infinite}.card>.card__footer>.line,.card>.card__image{background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);background-size:600px}.card>.card__footer>.line{height:16px;margin-top:8px;border-radius:7px;animation:shine-lines 1.6s linear infinite}.card>.card__footer>.line:first-child{width:70%}.card>.card__footer>.line:nth-child(2){width:50%}