.category{background-color:var(--becho-light)}._1 .button-primary{font-size:16px;padding:10px 25px;text-align:center;cursor:pointer;transition:all .3s ease-in-out}._1 .button-primary:hover{color:var(--becho-primary)!important}._1 .button-primary-dark{background-color:var(--becho-dark);color:var(--becho-light);display:inline-block;text-align:center;cursor:pointer;transition:all .3s ease-in-out}._1 .button-primary-dark:disabled{opacity:.6}._1 .border-btn{border-width:1.5px;padding:8px 15px;cursor:pointer;transition:all .3s ease-in-out}._1 .border-btn:hover{border-color:var(--becho-primary)!important;color:var(--becho-secondary)!important}._1 .section-padding{padding:40px 0}._1 .slick-next,._1 .slick-prev{position:absolute;height:30px;width:30px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:20}._1 .slick-next{right:24px}._1 .slick-prev{left:24px}@media(min-width:1280px){._1 .container{padding:0 100px}}@media(min-width:768px){._1 .container{padding:0 50px}}@media(max-width:768px){._1 .container{padding:0 20px}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--becho-light-gray)}::-webkit-scrollbar-thumb{background:var(--becho-gray)!important;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--becho-gray-dark)!important}.custom-category .category-box{position:relative}.custom-category .category-box img{width:100%;max-width:500px;max-height:500px}.custom-category .category-box .info-box{background-color:#fff;max-width:300px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:20}.product-card{width:230px;margin:auto}.product-card .product-box{position:relative}.product-card .product-box .product-img .image-wrapper{width:100%;aspect-ratio:3/4;overflow:hidden}.product-card .product-box .product-img .image-wrapper img{width:100%;height:100%;object-fit:cover}.product-card .product-box .wishlist-btn{position:absolute;top:5px;right:5px;cursor:pointer;font-size:30px;background-color:var(--becho-light);padding:5px;border-radius:30px}.product-card .product-box .name{margin-top:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.product-card .product-box .price-box{display:flex;align-items:center;margin:8px 0 16px;flex-wrap:wrap}.product-card .product-box .price-box .price{font-weight:700;margin-right:5px}.product-card .product-box .price-box .strikethrough{position:relative;color:#999;font-weight:400}.product-card .product-box .price-box .strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-color:currentcolor #ff0101 #ff0101;border-top:1.5px solid #ff0101;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}.product-card .product-box .price-box .discount-price{color:var(--becho-dark)}.product-card .product-box .price-box .discount-price span{margin-left:.5rem;color:#3ca612}.product-card .product-box .price-box .discount-price .strikethrough{text-decoration:line-through;color:#999}.product-card .product-box .add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;background-color:#000;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:600;border:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-card .product-box .add-btn:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.product-card .product-box .add-btn:active{transform:translateY(0)}.product-card .product-box .add-btn.opacity-50{opacity:.6;cursor:not-allowed}.product-card .product-box .add-btn.opacity-50:hover{transform:none}.product-card .product-box .add-btn .text{font-size:.875rem;letter-spacing:.025em}.product-card .product-box .add-btn .icon{display:flex;align-items:center;justify-content:center}.product-card .product-box .add-btn .icon img{width:1rem;height:1rem;filter:brightness(0) invert(1)}.star{line-height:1rem}.star-rating{display:flex;cursor:default}.star{position:relative;font-size:1.5rem}.star .half{position:absolute;overflow:hidden;width:50%}.star .empty{color:#e0e0e0}