.product-card{width:100%;max-width:18rem;margin:auto;cursor:pointer;border:none;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:8px 8px 12px}.product-card.parent-bg-dark .product-box .info-box .name,.product-card.parent-bg-dark .product-box .info-box .price-row .price{color:#fff!important}.product-card.parent-bg-dark .product-box .info-box .price-row .strikethrough{color:#ccc!important}.product-card.parent-bg-light .product-box .info-box .name{color:#212121!important}.product-card.parent-bg-light .product-box .info-box .price-row .price{color:#111!important}.product-card.parent-bg-light .product-box .info-box .price-row .strikethrough{color:#878787!important}.product-card .product-box{display:flex;flex-direction:column;height:100%}.product-card .product-box .product-img{position:relative;width:100%;aspect-ratio:3/4;border-radius:8px;overflow:hidden;background-color:#f8f9fa}.product-card .product-box .product-img .image-wrapper{width:100%;height:100%;overflow:hidden;background-color:#fff}.product-card .product-box .product-img .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0;padding:0;transform:scale(1.08);transition:transform .3s ease}.product-card .product-box .product-img:hover img{transform:scale(1.12)}.product-card .product-box .product-img .wishlist-btn-wrapper{position:absolute;top:8px;right:8px;cursor:pointer;width:38px;height:38px;background-color:hsla(0,0%,100%,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:transform .2s ease}.product-card .product-box .product-img .wishlist-btn-wrapper .heart-icon{width:24px!important;height:24px!important;transition:transform .2s ease}.product-card .product-box .product-img .wishlist-btn-wrapper:hover{transform:scale(1.1)}.product-card .product-box .info-box{padding:8px 2px 0;display:flex;flex-direction:column;flex-grow:1;min-width:0}.product-card .product-box .info-box .name{font-size:14px;font-weight:600;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;min-width:0}.product-card .product-box .info-box .price-row{display:flex;align-items:baseline;flex-wrap:nowrap;gap:6px;margin-top:4px;overflow:hidden;min-width:0}.product-card .product-box .info-box .price-row .discount-badge{color:#008a00;font-weight:700;font-size:12px}.product-card .product-box .info-box .price-row .strikethrough{color:#878787;font-weight:400;font-size:12px;text-decoration:line-through}.product-card .product-box .info-box .price-row .price{font-weight:700;font-size:16px;color:#111}.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}.product-card .product-box .add-btn:hover{background-color:#333;transform:translateY(-1px)}.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)}@media(min-width:768px){.product-card .product-box .product-img{border-radius:10px}.product-card .product-box .info-box{padding:12px 4px 0}.product-card .product-box .info-box .name{font-size:15px}.product-card .product-box .info-box .price-row .price{font-size:18px}}.product-card-rating{display:inline-flex;align-items:center;gap:3px;line-height:1;white-space:nowrap}.product-card-rating__icon{width:12px;height:12px;flex-shrink:0;color:#f5b301}.product-card-rating__avg,.product-card-rating__count{font-size:11px;font-weight:600;color:#212121}.product-card-rating__sep{font-size:10px;font-weight:500;color:#9ca3af;margin:0 1px}.product-card-rating--overlay{position:absolute;bottom:8px;left:8px;background-color:hsla(0,0%,100%,.95);padding:4px 8px;border-radius:12px;z-index:2}.product-card-rating--inline{margin-top:4px}.featured-products .featured-img img{width:100%;max-width:600px}.featured-products .slick-next{right:4px}.featured-products .slick-prev{left:4px}.featured-video-1{width:100%;position:relative;overflow:hidden}.featured-video-1 .featured-box{width:100%;position:relative;background-color:#000}.featured-video-1 .featured-box .video-container-1{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden}.featured-video-1 .featured-box .video-container-1 .video-thumbnail,.featured-video-1 .featured-box .video-container-1 iframe,.featured-video-1 .featured-box .video-container-1 video{width:100%;height:100%;object-fit:contain;display:block;border:none;background:#000;cursor:pointer}.featured-video-1 .featured-box .overlay-content{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:10;cursor:pointer;transition:background .3s ease}.featured-video-1 .featured-box .overlay-content:hover{background:rgba(0,0,0,.5)}.featured-video-1 .featured-box .overlay-content .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;transition:transform .3s ease}.featured-video-1 .featured-box .overlay-content .play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.featured-video-1 .featured-box .overlay-content .text-content{position:absolute;bottom:20%;width:100%;padding:0 20px;text-align:center}.featured-video-1 .featured-box .overlay-content .title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}@media(max-width:768px){.featured-video-1 .featured-box .overlay-content .title{font-size:1.25rem}}.main-slider .slider-container{width:100%;min-height:calc(100vh - 104.62px)}.main-slider .slider-container .slide{position:relative}.main-slider .slider-container .slide img{width:100%;min-height:calc(100vh - 104.62px);object-fit:cover}.main-slider .slider-container .slide .content-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20}.main-slider .slider-container .slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:10}.main-slider .slider-container .slick-next,.main-slider .slider-container .slick-prev{position:absolute;top:80%;left:50%;transform:translate(-50%,-50%);z-index:20;height:30px;width:30px;border-radius:30px}.main-slider .slider-container .slick-prev{margin-left:-25px}.main-slider .slider-container .slick-next{margin-left:25px}.main-slider .slider-container .slick-dots{bottom:30px}.main-slider .slider-container .slick-dots li button:before{font-size:12px;color:#b7b7b7}.main-slider .slider-container .slick-dots li.slick-active button:before{color:#fff}.slide-categories-01 .slide-categories{display:flex!important;padding:0 16px;justify-content:center}.slide-categories-01 .slide-categories .category-box{position:relative;width:100%;height:100%;max-height:400px;max-width:400px}.slide-categories-01 .slide-categories .category-box img{width:100%;height:100%}.slide-categories-01 .slide-categories .category-box .title{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;color:var(--becho-light)}.slide-categories-01 .slide-categories .category-box .title:hover{color:var(--becho-shade)}.slide-categories-01 .slide-categories .category-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:10}.slide-categories-01 .slick-next,.slide-categories-01 .slick-prev{position:absolute;height:30px;width:30px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:20}.slide-categories-01 .slick-next{right:24px}.slide-categories-01 .slick-prev{left:24px}.custom-category-t10,.custom-category-t10 .category-section-padding{padding:40px 0}.custom-category-t10 .outer-category-wrapper{position:relative;padding:0}.custom-category-t10 .outer-category-wrapper .header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;position:relative;z-index:5}.custom-category-t10 .outer-category-wrapper .header-row .title{color:#161213;font-size:1.875rem;font-weight:500;margin:0;font-family:inherit}.custom-category-t10 .outer-category-wrapper .header-row .title:after{display:none}.custom-category-t10 .outer-category-wrapper .header-row .button-primary{padding:15px 50px;font-size:14px;letter-spacing:1px;display:flex;align-items:center;justify-content:center}.custom-category-t10 .outer-category-wrapper .category-container{position:relative;padding:100px 0;background-color:var(--becho-shade);overflow:hidden;z-index:5;clip-path:polygon(80px 0,calc(100% - 80px) 0,100% 50%,calc(100% - 80px) 100%,80px 100%,0 50%)}.custom-category-t10 .outer-category-wrapper .category-container .slider-wrapper{position:relative;z-index:5;max-width:85%;margin:0 auto}.custom-category-t10 .outer-category-wrapper .category-container .slider-wrapper .slick-list{margin:0 -15px;overflow:visible}.custom-category-t10 .outer-category-wrapper .category-container .slider-wrapper .slick-slide{padding:0 15px}.custom-category-t10 .product-card{width:auto!important;margin:0!important;cursor:pointer}.custom-category-t10 .product-card .product-box .product-img .image-wrapper{background-color:#fff}.custom-category-t10 .product-card .product-box .product-img .image-wrapper img{padding:0!important}.custom-category-t10 .product-card .product-box .name{font-size:15px!important;font-weight:500!important;color:#161213!important;margin-top:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.custom-category-t10 .product-card .product-box .price-box{margin:5px 0!important;display:flex;align-items:center;gap:8px}.custom-category-t10 .product-card .product-box .price-box .price{font-size:15px!important;font-weight:600!important;color:#161213!important;margin:0!important}.custom-category-t10 .product-card .product-box .price-box .discount-price{font-size:13px!important;display:flex;align-items:center;gap:5px;margin:0!important;color:#22c55e!important}.custom-category-t10 .product-card .product-box .price-box .discount-price .strikethrough{color:#999!important}.custom-category-t10 .product-card .product-box .price-box .discount-price .strikethrough:before{display:none}.custom-category-t10 .product-card .product-box .price-box .discount-price span{margin:0!important}.custom-category-t10 .product-card .product-box .star-rating{gap:2px}.custom-category-t10 .product-card .product-box .star-rating .star{font-size:16px!important;line-height:1!important}.custom-category-t10 .product-card .product-box .star-rating .star .half,.custom-category-t10 .product-card .product-box .star-rating .star.filled{color:#000!important}.custom-category-t10 .product-card .product-box .star-rating .star .empty{color:#e0e0e0!important}.custom-category-t10 .product-card .product-box .add-btn,.custom-category-t10 .product-card .product-box .wishlist-btn{display:none!important}.custom-category-t10 .arrow-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.1);cursor:pointer;z-index:30;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;color:var(--becho-primary)}.custom-category-t10 .arrow-btn:hover{background-color:var(--becho-primary);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px rgba(99,102,241,.3)}.custom-category-t10 .arrow-btn.next-arrow{right:0}.custom-category-t10 .arrow-btn.prev-arrow{left:0}.custom-category-t10 .arrow-btn svg{width:22px;height:22px}@media(min-width:1600px){.custom-category-t10 .arrow-btn.next-arrow{right:10px}.custom-category-t10 .arrow-btn.prev-arrow{left:10px}}@media(max-width:1280px){.custom-category-t10 .outer-category-wrapper .header-row .title{font-size:2rem}.custom-category-t10 .outer-category-wrapper .category-container{clip-path:polygon(50px 0,calc(100% - 50px) 0,100% 50%,calc(100% - 50px) 100%,50px 100%,0 50%)}.custom-category-t10 .outer-category-wrapper .category-container .slider-wrapper{max-width:90%}}@media(max-width:768px){.custom-category-t10{padding-top:0!important;padding-bottom:0!important}.custom-category-t10 .category-section-padding{padding:30px 0!important}.custom-category-t10 .outer-category-wrapper .header-row{flex-direction:column;align-items:center;gap:15px;padding:0 20px;margin-bottom:20px!important}.custom-category-t10 .outer-category-wrapper .header-row .title{font-size:1.25rem;text-align:center}.custom-category-t10 .outer-category-wrapper .header-row .button-primary{padding:8px 16px!important;font-size:12px!important}.custom-category-t10 .outer-category-wrapper .category-container{padding:0;clip-path:none;border-radius:0;margin:0}.custom-category-t10 .outer-category-wrapper .category-container .slider-wrapper{max-width:100%;padding:0 10px}.custom-category-t10 .arrow-btn{display:none!important}}.featured-products{padding:80px 0;width:100%;overflow:visible}.featured-products .slick-list{margin:0 -6px}.featured-products .slick-slide{padding:0 6px}.featured-products .slick-track{display:flex!important;align-items:stretch}.featured-products .slick-slide{height:inherit!important}.featured-products .slick-slide>div{height:100%}.featured-products .slick-slide .product-card{width:100%;max-width:100%;margin:0}.featured-products .featured-hexagon-container{position:relative;width:540px;height:600px;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.featured-products .featured-hexagon-container:hover{transform:scale(1.02)}.featured-products .hexagon-background{position:absolute;width:100%;height:100%;background-color:#f1ecff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;align-items:center;justify-content:center}.featured-products .hexagon-image-inner{position:relative;width:calc(100% - 40px);height:calc(100% - 40px);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);overflow:hidden;background-color:#fff}.featured-products .hexagon-image-inner .featured-main-img{width:100%;height:100%;object-fit:cover}.featured-products .featured-header-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:40px;padding-right:1rem}.featured-products .featured-header-row .title{font-family:inherit;line-height:1.2;letter-spacing:1px}.featured-products .product-slider-wrapper{width:100%;position:relative}.featured-products .slick-next,.featured-products .slick-prev{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border:none;border-radius:50%;background-color:#fff;color:var(--becho-primary);box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:20;display:flex!important;align-items:center;justify-content:center;transition:all .3s ease}.featured-products .slick-next:before,.featured-products .slick-prev:before{display:none}.featured-products .slick-next:hover,.featured-products .slick-prev:hover{background-color:var(--becho-primary);color:#fff;transform:translateY(-50%) scale(1.1)}.featured-products .slick-next svg,.featured-products .slick-prev svg{width:24px;height:24px}.featured-products .slick-next{right:-25px}.featured-products .slick-prev{left:-25px}@media(max-width:1400px){.featured-products .featured-hexagon-container{width:420px;height:480px}}@media(max-width:1200px){.featured-products .featured-hexagon-container{width:380px;height:420px}.featured-products .slick-next{right:-15px}.featured-products .slick-prev{left:-15px}}@media(max-width:992px){.featured-products{padding:40px 20px}.featured-products .featured-hexagon-container{width:320px;height:360px;margin-bottom:40px}.featured-products .featured-header-row{flex-direction:column;align-items:center;gap:20px;padding-right:0}.featured-products .featured-header-row .title{font-size:1.25rem!important;text-align:center}}@media(max-width:768px){.featured-products .featured-hexagon-container{width:280px;height:320px}.featured-products .featured-header-row{flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px;padding-right:0;margin-bottom:25px}.featured-products .featured-header-row .title{font-size:1.25rem!important;text-align:center;width:100%}.featured-products .featured-header-row .button-primary{margin:0 auto}.featured-products .slick-next,.featured-products .slick-prev{display:none!important}}.featured-video-10 .featured-box{position:relative;border-radius:50px;overflow:hidden;background-color:#000}.featured-video-10 .featured-box .video-wrapper{position:relative;width:100%;border-radius:50px;overflow:hidden}.featured-video-10 .featured-box .video-wrapper .video-container-2{max-width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:50px}.featured-video-10 .featured-box .video-wrapper .video-container-2 .video-thumbnail,.featured-video-10 .featured-box .video-wrapper .video-container-2 iframe,.featured-video-10 .featured-box .video-wrapper .video-container-2 video{width:100%;height:100%;border-radius:50px;object-fit:cover;display:block;border:none;background:#000;cursor:pointer}.featured-video-10 .featured-box .video-wrapper .overlay-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.4);z-index:10;cursor:pointer;transition:background .3s ease;border-radius:50px}.featured-video-10 .featured-box .video-wrapper .overlay-content:hover{background:rgba(0,0,0,.5)}.featured-video-10 .featured-box .video-wrapper .overlay-content .play-button{background:none;border:none;cursor:pointer;transition:transform .3s ease}.featured-video-10 .featured-box .video-wrapper .overlay-content .play-button:hover{transform:scale(1.1)}.featured-video-10 .featured-box .video-wrapper .overlay-content .text-content{padding:0 20px;width:100%}.featured-video-10 .featured-box .video-wrapper .overlay-content .title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);line-height:1.5}@media(max-width:768px){.featured-video-10 .featured-box,.featured-video-10 .featured-box .video-wrapper,.featured-video-10 .featured-box .video-wrapper .overlay-content,.featured-video-10 .featured-box .video-wrapper .video-container-2,.featured-video-10 .featured-box .video-wrapper .video-container-2 .video-thumbnail,.featured-video-10 .featured-box .video-wrapper .video-container-2 iframe,.featured-video-10 .featured-box .video-wrapper .video-container-2 video{border-radius:20px}.featured-video-10 .featured-box .video-wrapper .overlay-content .title{font-size:1.5rem}}.main-slider-10 .slider-container{height:auto;width:100%;overflow:hidden}.main-slider-10 .slider-container .slide{height:auto}.main-slider-10 .slider-container .slide .background-image{width:100%;height:100%;background-size:cover;background-position:50%}.main-slider-10 .slider-container .slide .main-image-section{height:100%;background-size:cover;background-position:50%}.main-slider-10 .slider-container .slide .right-section{height:100%}.main-slider-10 .slider-container .slide .side-image{width:100%;aspect-ratio:1/1;background-size:cover;background-position:50%;flex-shrink:0}.main-slider-10 .slider-container .slide .content-box{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background-color:#fff}.main-slider-10 .slider-container .slide .content-box .title{font-family:inherit}.main-slider-10 .slider-container .slick-next,.main-slider-10 .slider-container .slick-prev{z-index:10}.main-slider-10 .slider-container .slick-next:before,.main-slider-10 .slider-container .slick-prev:before{display:none!important}.main-slider-10 .slider-container .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:45px;height:45px;background-color:rgba(0,0,0,.5);border-radius:50%;display:flex!important;align-items:center;justify-content:center;cursor:pointer;font-size:24px;line-height:1;color:#fff;transition:all .3s ease}.main-slider-10 .slider-container .custom-arrow:hover{background-color:rgba(0,0,0,.8);color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2)}.main-slider-10 .slider-container .custom-arrow.next{right:20px}.main-slider-10 .slider-container .custom-arrow.prev{left:20px}.main-slider-10 .slider-container .slick-dots{bottom:20px;z-index:10}@media(max-width:1024px){.main-slider-10 .slider-container{clip-path:none;height:auto}.main-slider-10 .slider-container .slide,.main-slider-10 .slider-container .slide .main-image-section,.main-slider-10 .slider-container .slide .right-section,.main-slider-10 .slider-container .slide .side-image{height:auto}.main-slider-10 .slider-container .slide .content-box{height:auto;padding:30px 20px}}@media(max-width:768px){.main-slider-10 .slider-container .slide .content-box{padding:20px 15px}.main-slider-10 .slider-container .custom-arrow{width:35px;height:35px;font-size:18px}.main-slider-10 .slider-container .custom-arrow.next{right:10px}.main-slider-10 .slider-container .custom-arrow.prev{left:10px}}.special-category-10{padding:80px 0}.special-category-10 .hexagon-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:80px;max-width:1200px;margin:0 auto}.special-category-10 .hexagon-item{position:relative;width:450px;height:500px;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.special-category-10 .hexagon-item:hover{transform:scale(1.02)}.special-category-10 .hexagon-item:hover .hexagon-border{background-color:var(--becho-primary)}.special-category-10 .hexagon-item:hover .hexagon-inner .category-img{transform:scale(1.1)}.special-category-10 .hexagon-border{position:absolute;width:100%;height:100%;background-color:#dfd2ff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;align-items:center;justify-content:center;transition:all .5s ease}.special-category-10 .hexagon-inner{position:relative;width:calc(100% - 10px);height:calc(100% - 10px);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);overflow:hidden;background-color:#fff}.special-category-10 .hexagon-inner .category-img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.special-category-10 .hexagon-inner .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:#fff;z-index:5;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1)}.special-category-10 .hexagon-inner .overlay .title{color:#fff;font-size:1.6rem;font-weight:800;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px;transform:translateY(20px);transition:all .5s ease .1s;word-break:break-word}.special-category-10 .hexagon-inner .overlay .description{font-size:.9rem;line-height:1.6;margin-bottom:30px;opacity:.9;max-width:320px;transform:translateY(20px);transition:all .5s ease .2s;word-break:break-word}.special-category-10 .hexagon-inner .overlay .view-all-btn{background-color:#fff;color:#000;padding:12px 35px;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:1px;clip-path:polygon(10% 0,90% 0,100% 50%,90% 100%,10% 100%,0 50%);transition:all .3s ease;transform:translateY(20px);transition:all .5s ease .3s}.special-category-10 .hexagon-inner .overlay .view-all-btn:hover{background-color:var(--becho-primary);color:#fff}.special-category-10 .hexagon-item:hover .hexagon-inner .overlay{opacity:1}.special-category-10 .hexagon-item:hover .hexagon-inner .overlay .description,.special-category-10 .hexagon-item:hover .hexagon-inner .overlay .title,.special-category-10 .hexagon-item:hover .hexagon-inner .overlay .view-all-btn{transform:translateY(0)}@media(max-width:1024px){.special-category-10 .hexagon-item{width:380px;height:430px}}@media(max-width:768px){.special-category-10{padding:40px 20px}.special-category-10 .hexagon-item{width:320px;height:360px}.special-category-10 .hexagon-inner .overlay{padding:20px}.special-category-10 .hexagon-inner .overlay .title{font-size:1.4rem}.special-category-10 .hexagon-inner .overlay .description{font-size:.8rem}}.slide-categories-10{position:relative;overflow:hidden}.slide-categories-10 .category-slide{display:flex!important;justify-content:center;padding:10px;outline:none}.slide-categories-10 .hexagon-container{position:relative;width:220px;height:250px;margin:0 auto;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1)}.slide-categories-10 .hexagon-container:hover .hexagon-border{background-color:var(--becho-primary)}.slide-categories-10 .hexagon-container:hover .hexagon-inner:after{opacity:1}.slide-categories-10 .hexagon-container:hover .hexagon-inner .category-image{transform:scale(1.15)}.slide-categories-10 .hexagon-container:hover .title-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.slide-categories-10 .hexagon-border{top:0;left:0;width:100%;height:100%;background-color:#eee;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.slide-categories-10 .hexagon-border,.slide-categories-10 .hexagon-inner{position:absolute;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.slide-categories-10 .hexagon-inner{top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background-color:#fff;overflow:hidden}.slide-categories-10 .hexagon-inner .category-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.slide-categories-10 .hexagon-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);opacity:0;transition:all .5s ease;z-index:1}.slide-categories-10 .title-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%) scale(.9);width:90%;z-index:10;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);text-align:center;pointer-events:none}.slide-categories-10 .title-overlay .category-title{color:#fff;font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.3)}.slide-categories-10 .slick-next,.slide-categories-10 .slick-prev{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border:none;border-radius:50%;background-color:#fff;color:var(--becho-primary);box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:20;display:flex!important;align-items:center;justify-content:center;transition:all .3s ease}.slide-categories-10 .slick-next:before,.slide-categories-10 .slick-prev:before{display:none}.slide-categories-10 .slick-next:hover,.slide-categories-10 .slick-prev:hover{background-color:var(--becho-primary);color:#fff;transform:translateY(-50%) scale(1.1)}.slide-categories-10 .slick-next svg,.slide-categories-10 .slick-prev svg{width:24px;height:24px}.slide-categories-10 .slick-next{right:10px}.slide-categories-10 .slick-prev{left:10px}@media(max-width:1550px){.slide-categories-10 .slick-next{right:5px}.slide-categories-10 .slick-prev{left:5px}}@media(max-width:1400px){.slide-categories-10 .hexagon-container{width:200px;height:230px}.slide-categories-10 .title-overlay .category-title{font-size:1.1rem}}@media(max-width:1200px){.slide-categories-10 .hexagon-container{width:180px;height:210px}}@media(max-width:992px){.slide-categories-10 .hexagon-container{width:240px;height:270px}}@media(max-width:768px){.slide-categories-10{padding:40px 0}.slide-categories-10 .slick-next,.slide-categories-10 .slick-prev{display:none!important}.slide-categories-10 .hexagon-container{width:200px;height:230px}.slide-categories-10 .title-overlay .category-title{font-size:1rem}}@media(max-width:480px){.slide-categories-10 .hexagon-container{width:220px;height:250px}}.special-features-11{padding:40px 0}.special-features-11 .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}@media(max-width:991px){.special-features-11 .features-grid{grid-template-columns:1fr;gap:16px}}.special-features-11 .feature-capsule-card{background-color:#000;border-radius:100px;display:flex;align-items:center;padding:18px 30px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.05)}.special-features-11 .feature-capsule-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}@media(max-width:1200px){.special-features-11 .feature-capsule-card{padding:15px 25px}}@media(max-width:576px){.special-features-11 .feature-capsule-card{border-radius:30px;padding:12px 20px}}.special-features-11 .feature-icon-wrapper{flex-shrink:0;margin-right:20px}@media(max-width:576px){.special-features-11 .feature-icon-wrapper{margin-right:15px}}.special-features-11 .feature-icon-circle{width:65px;height:65px;border-radius:50%;border:3px solid var(--becho-primary,#8b5cf6);background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.special-features-11 .feature-icon-circle .feature-icon-img{width:30px;height:30px;object-fit:contain}@media(max-width:1200px){.special-features-11 .feature-icon-circle{width:55px;height:55px}.special-features-11 .feature-icon-circle .feature-icon-img{width:25px;height:25px}}.special-features-11 .feature-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.special-features-11 .feature-title{font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;margin:0 0 4px;letter-spacing:.5px;font-family:inherit}@media(max-width:1200px){.special-features-11 .feature-title{font-size:13px}}.special-features-11 .feature-desc{font-size:11px;color:#b3b3b3;margin:0;line-height:1.4;font-family:inherit}@media(max-width:1200px){.special-features-11 .feature-desc{font-size:10.5px}}.banner-image-11{display:flex;justify-content:center;width:100%;margin-bottom:60px}@media(max-width:992px){.banner-image-11{margin-bottom:40px}}@media(max-width:768px){.banner-image-11{margin-bottom:30px}}.banner-image-11 .banner-img{text-align:center;width:100%;object-fit:cover;border-radius:9999px;overflow:hidden}@media(max-width:768px){.banner-image-11 .banner-img{border-radius:24px}}.special-category-11{background-color:#eae5f9;display:flex;justify-content:center;align-items:center}.special-category-11 .category-circle-card{position:relative;width:460px;height:620px;border-radius:230px;overflow:hidden;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 25px rgba(0,0,0,.1);border:6px solid transparent;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s ease,border-color .4s ease;cursor:pointer}.special-category-11 .category-circle-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.18);border-color:var(--becho-primary,#8b5cf6)}@media(max-width:1024px){.special-category-11 .category-circle-card{width:380px;height:510px;border-radius:190px;border-width:5px}}@media(max-width:768px){.special-category-11 .category-circle-card{width:310px;height:420px;border-radius:155px;border-width:4px}}.special-category-11 .category-circle-card .category-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transform:scale(1.02);transition:transform .6s cubic-bezier(.25,1,.5,1),filter .6s ease}.special-category-11 .category-circle-card:hover .category-bg-img{transform:scale(1.12);filter:blur(5px)}.special-category-11 .category-circle-card:hover .overlay-tint{opacity:1}.special-category-11 .category-circle-card:hover .content-box{opacity:1;transform:translateY(0)}.special-category-11 .category-circle-card .overlay-tint{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2;opacity:0;transition:opacity .4s ease}.special-category-11 .category-circle-card .content-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2.5rem;box-sizing:border-box;opacity:0;transform:translateY(20px);transition:opacity .4s cubic-bezier(.25,1,.5,1),transform .4s cubic-bezier(.25,1,.5,1)}.special-category-11 .category-circle-card .content-box .title{color:#fff;font-size:1.85rem;font-weight:700;margin-bottom:.75rem;font-family:inherit}@media(max-width:768px){.special-category-11 .category-circle-card .content-box .title{font-size:1.4rem}}.special-category-11 .category-circle-card .content-box .description{color:#f3f4f6;font-size:1rem;line-height:1.5;margin-bottom:1.75rem;max-width:300px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:inherit}@media(max-width:768px){.special-category-11 .category-circle-card .content-box .description{font-size:.875rem;margin-bottom:1.25rem;max-width:240px}}.special-category-11 .category-circle-card .content-box .shop-btn{display:inline-block;text-decoration:none;background-color:transparent;color:#fff;border:2px solid #fff;padding:8px 24px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1)}.special-category-11 .category-circle-card .content-box .shop-btn:hover{background-color:var(--becho-primary,#8b5cf6);color:#fff;border-color:var(--becho-primary,#8b5cf6)}@media(max-width:768px){.special-category-11 .category-circle-card .content-box .shop-btn{padding:6px 18px;font-size:11px}}._11 .container{max-width:1680px;margin:0 auto;padding:0 40px}@media(max-width:768px){._11 .container{padding:0 16px}}._11 .banner-image-11{margin-top:40px!important;margin-bottom:85px!important}@media(max-width:992px){._11 .banner-image-11{margin-top:30px!important;margin-bottom:60px!important}}@media(max-width:768px){._11 .banner-image-11{margin-top:20px!important;margin-bottom:40px!important}}._11 .product-card-rating--overlay{left:20px!important;bottom:16px!important}._11 .featured-video-11{margin-top:80px!important;margin-bottom:80px!important}@media(max-width:992px){._11 .featured-video-11{margin-top:60px!important;margin-bottom:60px!important}}@media(max-width:768px){._11 .featured-video-11{margin-top:40px!important;margin-bottom:40px!important}}._11 .main-slider-11 .text-overlay,._11 .main-slider-11 .text-overlay .content-inner{text-align:center!important;align-items:center!important;display:flex!important;flex-direction:column!important}._11 .main-slider-11 .slide-title{text-align:center!important;font-weight:500!important;font-family:Playfair Display,Cormorant Garamond,Georgia,serif!important;font-style:italic!important;letter-spacing:1px!important}._11 .main-slider-11 .pill-button-primary{margin:0 auto!important;align-self:center!important;display:inline-block!important}.cart-component{flex-grow:1;display:flex;justify-content:center;min-height:60vh;padding:2.5rem 1.25rem;background:#f9fafb}.cart-component .container{width:100%;max-width:1200px}.cart-component .cart-title{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.03em;color:var(--becho-dark);margin-bottom:1rem;text-align:center}.cart-component .cart-title__icon{font-size:1.4rem;color:var(--becho-primary)}.cart-component .error-container,.cart-component .loading-container{text-align:center;padding:3rem 1rem;color:var(--becho-gray)}.cart-component .error-container{color:var(--becho-danger)}.cart-component .empty-cart{text-align:center;padding:4rem 2rem;background:var(--becho-light);border-radius:10px;border:1px solid var(--becho-light-gray)}.cart-component .empty-cart .empty-cart-text{font-size:1.25rem;color:var(--becho-gray-dark);margin-bottom:1.5rem}.cart-component .empty-cart .empty-cart-button{background:var(--becho-dark);color:var(--becho-light);border:none;padding:.75rem 2rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.cart-component .empty-cart .empty-cart-button:hover{opacity:.9}.cart-component .cart-wrapper{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.cart-component .cart-wrapper{grid-template-columns:1fr 350px;align-items:start}}.cart-component .cart-list{display:flex;flex-direction:column;gap:1rem;padding-bottom:16px}.cart-component .cart-card{background:linear-gradient(135deg,#fff,#f9fafb 40%,#fff);border:1px solid #e5e7eb;border-radius:18px;position:relative;padding:1.35rem 1.6rem 2.35rem;box-shadow:0 5px 18px rgba(15,23,42,.05);transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out,transform .15s ease-out;overflow:hidden}.cart-component .cart-card:hover{border-color:#d1d5db;box-shadow:0 14px 36px rgba(15,23,42,.12);transform:translateY(-1px)}.cart-component .cart-card .cart-card-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.cart-component .cart-card .cart-card-content{flex-direction:row;justify-content:space-between}}.cart-component .cart-card .product-section{display:flex;gap:1.25rem;flex:1;align-items:flex-start}.cart-component .cart-card .product-image{width:100px;height:100px;flex-shrink:0;border-radius:14px;padding:6px;background:radial-gradient(circle at 30% 0,#fef9c3 0,#fefce8 38%,#f9fafb 100%);box-shadow:inset 0 0 0 1px rgba(148,163,184,.3)}.cart-component .cart-card .product-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.cart-component .cart-card .product-details{flex:1;min-width:0;display:flex;flex-direction:column}.cart-component .cart-card .product-details .product-name{font-size:1.02rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.4}.cart-component .cart-card .product-details .product-category{font-size:.8rem;color:#6b7280;margin:0 0 .35rem;text-transform:capitalize}.cart-component .cart-card .product-details .min-order-text{margin:0 0 .85rem;font-size:.78rem;color:#6b7280}.cart-component .cart-card .product-details .min-order-text--highlight{color:#ef4444;font-weight:500}.cart-component .cart-card .product-details .product-variations{margin-bottom:1rem;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.cart-component .cart-card .product-details .product-variations .variations-label{display:inline-flex;align-items:center;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--becho-gray);margin-bottom:.5rem;font-weight:600}.cart-component .cart-card .product-details .product-variations .variation-chip-wrapper{display:flex;flex-wrap:wrap;gap:.5rem}.cart-component .cart-card .product-details .product-variations .variation-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;padding:.35rem .75rem;border-radius:999px;background:var(--becho-white);border:1px solid var(--becho-light-gray)}.cart-component .cart-card .product-details .product-variations .variation-chip .variation-name{font-weight:600;color:var(--becho-gray-dark);text-transform:capitalize}.cart-component .cart-card .product-details .product-variations .variation-chip .variation-value{color:var(--becho-dark);font-weight:600;text-transform:capitalize}.cart-component .cart-card .product-details .quantity-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.cart-component .cart-card .product-details .quantity-section .quantity-label{font-size:.8rem;color:#4b5563;font-weight:500}.cart-component .cart-card .product-details .quantity-section .qty{display:inline-flex;align-items:center;border-radius:999px;padding:0 2px;background:#f9fafb;box-shadow:inset 0 0 0 1px rgba(148,163,184,.7)}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn{background:transparent;border:none;width:34px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;color:var(--becho-dark);transition:background .2s ease-in-out,color .2s ease-in-out,transform .1s ease-out}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn:hover:not(.disabled){background:#e5e7eb;border-radius:999px}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn.disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.cart-component .cart-card .product-details .quantity-section .qty .qty-value{min-width:44px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;color:var(--becho-dark)}.cart-component .cart-card .product-details .product-info{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cart-component .cart-card .product-details .product-info .info-text{font-size:.66rem;margin:0;line-height:1.2;font-weight:500;display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:999px;width:fit-content;border:1px solid transparent}.cart-component .cart-card .product-details .product-info .info-text.stock-warning{color:#991b1b;background-color:#fef2f2;border-color:#fecaca}.cart-component .cart-card .product-details .customize-btn{background:transparent;border:1px solid var(--becho-primary);color:var(--becho-primary);padding:.5rem 1rem;border-radius:5px;font-size:.875rem;cursor:pointer;transition:all .3s ease-in-out;width:fit-content}.cart-component .cart-card .product-details .customize-btn:hover{background:var(--becho-primary);color:var(--becho-white)}.cart-component .cart-card .price-section{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media(max-width:767px){.cart-component .cart-card .price-section{flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--becho-light-gray)}}.cart-component .cart-card .price-section .price-box{text-align:right}.cart-component .cart-card .price-section .price-box .price{font-size:1.1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.cart-component .cart-card .price-section .price-box .price .strikethrough{position:relative;color:#9ca3af;font-weight:400;font-size:.9rem}.cart-component .cart-card .price-section .price-box .price .strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-color:currentcolor #ef4444 #ef4444;border-top:1.5px solid #ef4444;transform:rotate(-5deg)}.cart-component .cart-card .price-section .price-box .discount-info{font-size:.76rem;color:#059669;margin-top:.1rem;font-weight:500}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn,.cart-component .cart-card .price-section .remove-btn{position:absolute;bottom:1.05rem;background:#f9fafb;border:1px solid #e5e7eb;color:#9ca3af;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,transform .1s ease-out;font-size:1rem}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn{right:3.9rem}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn:hover{border-color:#fbcfe8;color:#be185d;background:#fdf2f8;transform:scale(1.04)}.cart-component .cart-card .price-section .remove-btn{right:1.6rem}.cart-component .cart-card .price-section .remove-btn:hover{border-color:#fee2e2;color:#b91c1c;background:#fef2f2;transform:scale(1.04)}.cart-component .cart-card .cod-indicator{position:absolute;left:1.6rem;bottom:1rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem}.cart-component .cart-card .cod-indicator__icon{font-size:.9rem}.cart-component .cart-card .cod-indicator__icon--available{color:#16a34a}.cart-component .cart-card .cod-indicator__icon--unavailable{color:#b91c1c}.cart-component .cart-card .cod-indicator__text--available{color:#16a34a}.cart-component .cart-card .cod-indicator__text--unavailable{color:#b91c1c}.cart-component .bottom-part{background:var(--becho-white);border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;position:sticky;top:2rem;box-shadow:0 6px 24px rgba(15,23,42,.08)}@media(max-width:1023px){.cart-component .bottom-part{position:relative;top:0}}.cart-component .bottom-part .totals{margin-bottom:1.5rem}.cart-component .bottom-part .totals .total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:var(--becho-gray-dark);border-bottom:1px solid var(--becho-light-gray)}.cart-component .bottom-part .totals .total-row:last-of-type{border-bottom:none}.cart-component .bottom-part .totals .total-row.discount-row{color:#059669}.cart-component .bottom-part .totals .total-row.total-amount{font-size:1.25rem;font-weight:700;color:var(--becho-dark);padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--becho-dark);border-bottom:none}.cart-component .bottom-part .totals .min-order-warning{font-size:10px;border-radius:12px;background:#fff7ed;border:1px solid #fb923c;color:#c2410c;font-weight:500;font-style:italic;padding:.85rem 1rem;margin-top:.5rem;line-height:1.4}.cart-component .bottom-part .checkout-btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600;border-radius:5px;text-align:center}@media(max-width:768px){.cart-component{padding:1.25rem .75rem 1.75rem}.cart-component .cart-title{font-size:1.4rem;margin-bottom:1.25rem}.cart-component .cart-card{padding:1.05rem 1.1rem 2.1rem}.cart-component .cart-card .product-image{width:80px;height:80px}.cart-component .cart-card .product-details .product-name{font-size:.98rem}.cart-component .cart-card .product-details .product-category{font-size:.75rem}.cart-component .cart-card .product-details .min-order-text{font-size:.7rem}.cart-component .cart-card .quantity-section .quantity-label{font-size:.75rem}.cart-component .cart-card .quantity-section .qty .qty-btn{width:30px;height:30px;font-size:1rem}.cart-component .cart-card .quantity-section .qty .qty-value{min-width:40px;height:30px;font-size:.85rem}.cart-component .cart-card .product-info .info-text{font-size:.62rem;padding:.25rem .5rem}.cart-component .cart-card .price-section .price-box .price{font-size:1.05rem}.cart-component .cart-card .price-section .price-box .price .strikethrough{font-size:.9rem}.cart-component .cart-card .price-section .price-box .discount-info{font-size:.75rem}.cart-component .cart-card .cod-indicator{right:1.1rem;bottom:.75rem;font-size:.62rem}.cart-component .cart-card .cod-indicator__icon{font-size:.8rem}}.modal-overlay-customization-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999999}.modal-overlay-customization-modal .customization-modal{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:400px;width:90%;max-height:90vh;display:flex;flex-direction:column;z-index:999999}.modal-overlay-customization-modal .customization-modal h2{text-align:center;margin-bottom:6px}.modal-overlay-customization-modal .customization-modal .modal-subtitle{text-align:center;color:#6b7280;font-size:13px;margin-bottom:15px}.modal-overlay-customization-modal .customization-modal .form-container{flex:1;overflow-y:auto;max-height:500px;padding-right:10px}.modal-overlay-customization-modal .customization-modal .form-group{margin-bottom:15px;background-color:#f5f5f5;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;border-radius:5px}.modal-overlay-customization-modal .customization-modal .form-group .label{font-weight:700;text-align:center}.modal-overlay-customization-modal .customization-modal .form-group input{width:100%;padding:6px;border:1px solid #ccc;border-radius:5px;font-size:14px}.modal-overlay-customization-modal .customization-modal .form-group .preview-image{width:100px;height:100px;border-radius:5px;cursor:pointer;object-fit:cover;transition:transform .2s ease-in-out}.modal-overlay-customization-modal .customization-modal .form-group .preview-image:hover{transform:scale(1.05)}.modal-overlay-customization-modal .customization-modal .form-group .upload-trigger{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:10px 0;border:1px dashed #cfcfcf;border-radius:8px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.modal-overlay-customization-modal .customization-modal .form-group .upload-trigger:hover{border-color:var(--becho-dark);background:#fafafa}.modal-overlay-customization-modal .customization-modal .form-group .upload-icon-wrapper{width:100px;height:100px;border:1px dashed #cfcfcf;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fafafa}.modal-overlay-customization-modal .customization-modal .form-group .upload-icon{font-size:32px;color:#6b7280}.modal-overlay-customization-modal .customization-modal .form-group .upload-field-name{margin-top:8px;font-size:13px;font-weight:600;color:#374151;text-align:center;word-break:break-word;padding:0 8px}.modal-overlay-customization-modal .customization-modal .form-group .upload-help-text{margin-top:2px;font-size:12px;color:#6b7280;text-align:center}.modal-overlay-customization-modal .customization-modal .form-group .upload-file-name{margin-top:3px;font-size:11px;color:#111827;max-width:100%;padding:0 10px;text-align:center;word-break:break-word}.modal-overlay-customization-modal .customization-modal .form-group .hidden-input{display:none}.modal-overlay-customization-modal .customization-modal .actions-row{display:flex;gap:10px;margin-top:10px}.modal-overlay-customization-modal .customization-modal button{width:100%;padding:10px;border:none;cursor:pointer;background:var(--becho-dark);color:#fff;border-radius:5px;transition:opacity .2s ease}.modal-overlay-customization-modal .customization-modal button:hover{background:#3c3c3c}.modal-overlay-customization-modal .customization-modal button:disabled{opacity:.7;cursor:not-allowed}.modal-overlay-customization-modal .customization-modal .btn-secondary{background:#f3f4f6;color:#374151}.modal-overlay-customization-modal .customization-modal .btn-secondary:hover{background:#e5e7eb}.category-card{position:relative;width:100%;height:100%;max-width:250px;max-height:250px;overflow:hidden;border-radius:8px;box-shadow:0 0 .25em rgba(67,71,85,.27),0 .25em 1em rgba(90,125,188,.05);transition:box-shadow .5s ease-in-out,height .5s ease-in-out}.category-card .category-img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.category-card .overlay{position:absolute;top:80%;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);color:#fff;display:flex;flex-direction:column;align-items:center;transition:top .7s ease-in-out;transition:display .5 ease-in-out}@media(max-width:768px){.category-card .overlay{top:60%}.category-card .text{padding:6px 4px;width:90%}.category-card .text h3{font-size:.95rem}}.category-card .text{display:flex;flex-direction:column;overflow:hidden;width:80%;padding:10px;margin:0 auto;text-align:center}.category-card .text h3{text-align:center;margin:0;font-size:1.2em}.category-card .text p{margin:0;opacity:0;height:0;font-size:.8em;transition:opacity .5s ease-in-out,height .6s ease-in-out;word-wrap:break-word;overflow-wrap:break-word;text-align:start;max-height:0;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-card .quick-view-btn{opacity:0;background-color:hsla(0,0%,100%,.75);color:#161616;font-weight:500;transition:opacity .5s ease-in-out,background-color .3s ease,transform .2s ease;width:95%;border-radius:6px;padding:8px 10px;margin:4px auto;display:block;backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-card .quick-view-btn svg{font-size:15px;vertical-align:middle;margin-left:4px;transition:transform .3s ease}.category-card .quick-view-btn:hover{background-color:hsla(0,0%,100%,.95);color:#000}.category-card .quick-view-btn:hover svg{transform:translateX(2px)}@media(min-width:769px){.category-card:hover .overlay{top:0;height:100%}.category-card:hover .text p{opacity:1;height:auto;max-height:80%}.category-card:hover .quick-view-btn{opacity:1}.category-card:hover{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}}@media(max-width:768px){.category-card.active-mobile .overlay{top:0;height:100%}.category-card.active-mobile .text p{opacity:1;height:auto;max-height:80%}.category-card.active-mobile .quick-view-btn{opacity:1}.category-card.active-mobile{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.category-card .quick-view-btn{padding:6px 4px;font-size:.75rem;margin:3px auto}.category-card .quick-view-btn svg{font-size:13px!important;margin-left:2px}}.product-component .product-list{display:flex;flex-wrap:wrap;gap:10px}.product-component .fliter-drop{display:flex;align-items:center;justify-content:center}.product-component .z-1{z-index:1}.invoice-html-root *{box-sizing:border-box;margin:0;padding:0}.invoice-html-root{font-family:Arial,sans-serif;font-size:clamp(10px,.8vw,16px);line-height:1.2;color:#000;background:#fff;overflow-y:auto;overflow-x:hidden;min-height:100vh;padding:0 0 2rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.invoice-html-root::-webkit-scrollbar{width:4px}.invoice-html-root::-webkit-scrollbar-track{background:transparent}.invoice-html-root::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:10px;transition:background-color .2s ease}.invoice-html-root::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}.invoice-html-root{margin:0;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact}.invoice-html-root #invoice{overflow:visible;display:flex;flex-direction:column;min-height:calc(100vh - 4rem)}.invoice-html-root .table-container,.invoice-html-root .table-wrapper{flex:1;display:flex;flex-direction:column;min-height:0}.invoice-html-root .invoice-footer{margin-top:auto;width:100%}.invoice-html-root .footer-no-break{page-break-inside:avoid;break-inside:avoid}@media print{.invoice-html-root .invoice-footer{margin-top:0!important}}.invoice-html-root{height:auto!important;min-height:auto!important;overflow-x:hidden!important;padding-bottom:0!important}.invoice-html-root #invoice{margin-bottom:2rem!important;max-height:none!important;min-height:calc(100dvh - 4.5rem)!important}@media print{@page{margin:4mm;size:A4}.invoice-html-root,html{margin:0!important;padding:0!important}.invoice-html-root #invoice{border:1px solid #000!important;max-width:100%!important}.invoice-html-root #invoice,.invoice-html-root .table-container,.invoice-html-root .table-wrapper{margin:0!important;padding:0!important;min-height:auto!important;height:auto!important;display:block!important}.invoice-html-root .table-wrapper table{width:100%!important;display:table!important;table-layout:fixed!important;margin:0!important;border-bottom:1px solid #000!important;height:auto!important}.invoice-html-root .table-wrapper tbody{display:table-row-group!important}.invoice-html-root thead{display:table-header-group!important}.invoice-html-root tbody{display:table-row-group!important}.invoice-html-root tr{height:auto!important;margin:0!important;page-break-inside:avoid!important;break-inside:avoid!important}.invoice-html-root tr.invoice-table-fill-row{display:none!important}.invoice-html-root tr[style*=fit-content]{margin-top:0!important;padding-top:0!important}.invoice-html-root .invoice-footer{margin-top:12px!important;padding-top:clamp(4px,.7vw,8px)!important;margin-bottom:0!important;display:block!important}.invoice-html-root .footer-no-break{page-break-inside:avoid!important;break-inside:avoid!important}.invoice-html-root .table-container+.invoice-footer{margin-top:0!important}.invoice-html-root .action-buttons{display:none!important}.invoice-html-root .watermark-logo{position:fixed!important;inset:0!important;opacity:.12!important;z-index:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-html-root thead{display:table-header-group}.invoice-html-root tr{page-break-inside:avoid}}.invoice-html-root .action-buttons{display:flex;gap:clamp(8px,1.3vw,16px);padding:clamp(4px,.7vw,8px) clamp(8px,1.3vw,16px);background:#f0f0f0;margin-bottom:clamp(5px,.9vw,10px);position:relative;z-index:1000}.invoice-html-root .action-buttons button{padding:clamp(4px,.7vw,8px) clamp(10px,1.6vw,20px);font-size:clamp(12px,1.2vw,15px);border:none;border-radius:5px;background:#141497;color:#fff;cursor:pointer;pointer-events:auto;position:relative;z-index:1001}.invoice-html-root .action-buttons button:hover{background:#0f0f7a}.invoice-html-root .action-buttons button{display:flex;align-items:center;gap:8px;font-weight:600}.invoice-html-root table{width:100%;border-collapse:collapse;margin-bottom:clamp(3px,.5vw,5px);font-size:clamp(10px,.8vw,16px);table-layout:fixed;border-bottom:1px solid #000}.invoice-html-root .table-wrapper table{height:100%;min-height:100%}.invoice-html-root .table-wrapper table tbody{height:100%}.invoice-html-root td,.invoice-html-root th{border-left:1px solid #000;border-right:1px solid #000;border-top:0;border-bottom:0;padding:clamp(2px,.3vw,3px)}.invoice-html-root td:first-child,.invoice-html-root th:first-child{border-left:none}.invoice-html-root td:last-child,.invoice-html-root th:last-child{border-right:none}.invoice-html-root th{background:#f0f0f05b;text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;font-size:clamp(8px,1.2vw,16px);border-bottom:1px solid #000;border-top:1px solid #000}.invoice-html-root td{font-size:clamp(8px,1.4vw,18px)}.invoice-html-root td.product-name{max-width:50px!important;min-width:30px!important;width:50px!important}.invoice-html-root table td,.invoice-html-root td.product-name{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .tally-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(5px,.9vw,10px)}.invoice-html-root .tally-header-left{flex:0 0 clamp(150px,18vw,200px)}.invoice-html-root .tally-header-center{flex:1;text-align:center}.invoice-html-root .tally-header-center h1{font-size:clamp(14px,1.6vw,24px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.invoice-html-root .tally-header-center .original-label{font-size:clamp(8px,1vw,14px);margin-bottom:clamp(2px,.3vw,3px)}.invoice-html-root .tally-header-center .reverse-charge{font-size:clamp(9px,.8vw,15px);margin-top:clamp(2px,.3vw,3px)}.invoice-html-root .invoice-top-row{align-items:stretch}.invoice-html-root .invoice-logo-column{flex:0 0 20%;min-width:0;align-self:stretch;border-right:1px solid #000;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:clamp(4px,1vw,8px);background:#fff}.invoice-html-root .invoice-logo-cell{width:100%;height:100%;min-height:clamp(60px,8vw,100px);display:flex;align-items:center;justify-content:center;overflow:hidden}.invoice-html-root .invoice-logo-cell img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:auto}.invoice-html-root .supplying-location{padding:0}.invoice-html-root .supplying-location-content{padding:clamp(8px,1vw,16px)}.invoice-html-root .supplying-location h3{font-size:clamp(10px,1.2vw,14px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.invoice-html-root .business-name-header{font-size:clamp(12px,1.8vw,20px);font-weight:700;padding:clamp(8px,1vw,16px) clamp(8px,1vw,16px) clamp(6px,.8vw,12px);border-bottom:1px solid #000;margin:0;line-height:1.4}.invoice-html-root .business-name-header,.invoice-html-root .supplying-location p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .supplying-location p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .supplying-location p strong{display:inline;white-space:nowrap}.invoice-html-root .invoice-details-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4px,.7vw,8px);margin-bottom:clamp(4px,.7vw,8px);font-size:clamp(8px,1.4vw,14px);padding:clamp(8px,1vw,16px);min-width:0;overflow:hidden;box-sizing:border-box}.invoice-html-root .invoice-details-section-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:clamp(4px,.5vw,6px);padding-right:5px;min-width:0;overflow:visible;line-height:1.5;margin-bottom:clamp(2px,.3vw,3px)}.invoice-html-root .invoice-details-section-item span{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .invoice-details-section-item span:first-child{flex-shrink:0;white-space:nowrap}.invoice-html-root .invoice-details-section-item span:last-child{flex:1 1 auto;min-width:0;max-width:100%}@media (max-width:600px){.invoice-html-root .invoice-details-section{grid-template-columns:1fr}}.invoice-html-root .invoice-details-section p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .bill-to-party{border-right:1px solid #000}.bill-to-party,.invoice-html-root .ship-to-party{padding:clamp(8px,1vw,16px);width:50%}.bill-to-party-title,.invoice-html-root .ship-to-party-title{font-size:clamp(10px,1.6vw,16px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.bill-to-party p,.invoice-html-root .ship-to-party p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .summary-section{margin-top:0;border-top:0;padding-top:clamp(4px,.7vw,8px);font-size:clamp(8px,1vw,16px);page-break-inside:avoid;break-inside:avoid}.invoice-html-root .empty-row td{padding:clamp(1px,.15vw,2px);height:clamp(10px,.9vw,14px)}.invoice-html-root tr.invoice-table-fill-row{height:100%}.invoice-html-root tr.invoice-table-fill-row td{height:100%;vertical-align:top;border-left:1px solid #000;border-right:1px solid #000}.invoice-html-root tr.invoice-table-fill-row td:first-child{border-left:none}.invoice-html-root tr.invoice-table-fill-row td:last-child{border-right:none}.invoice-html-root .summary-row{display:flex;justify-content:space-between;padding:clamp(1px,.2vw,2px) 0;font-size:clamp(8px,1.6vw,18px)}.invoice-html-root .total-row{font-weight:700;border-top:1px solid #000;margin-top:clamp(2px,.3vw,3px);padding-top:clamp(2px,.3vw,3px)}.invoice-html-root .signature-section{margin-top:clamp(10px,1.8vw,20px);display:flex;justify-content:space-between;align-items:flex-start;position:relative}.customer-signature,.invoice-html-root .authorized-signature{display:flex;flex-direction:column;align-items:center;width:35%;position:relative}.customer-signature:before,.invoice-html-root .authorized-signature:before{content:"";width:100%;height:1px;background:#000;position:absolute;bottom:clamp(15px,2vw,20px);left:0}.invoice-html-root .two-column{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4px,.7vw,8px)}.invoice-html-root .declaration-section{margin-top:clamp(16px,1.3vw,32px);font-size:clamp(8px,.7vw,12px);line-height:1.3;border:1px solid #000;padding:clamp(3px,.5vw,6px) clamp(8px,1vw,16px)}.invoice-html-root .declaration-section h3{font-size:clamp(11px,.9vw,13px);font-weight:700;margin-bottom:clamp(3px,.5vw,5px)}.invoice-html-root .declaration-section p{margin:clamp(2px,.3vw,3px) 0;text-align:justify}@media screen{.invoice-html-root{min-height:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.invoice-html-root #invoice{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;min-height:calc(100dvh - 4.5rem)!important}}.invoice-view{padding:0 0 2rem;background:#fff}.invoice-view .invoice-view-toolbar{width:100%;max-width:100%;margin:0 0 12px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;position:relative;z-index:50;pointer-events:auto!important}.invoice-view .invoice-view-toolbar--actions-only{justify-content:flex-end}.invoice-view .invoice-view-toolbar--actions-only .invoice-view-toolbar-actions{margin-left:0}.invoice-view .invoice-view-toolbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.invoice-view .invoice-view-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;cursor:pointer!important;font-size:1.35rem;line-height:1;transition:background-color .15s ease,color .15s ease}.invoice-view .invoice-view-icon-btn--back{color:#0f766e;background:transparent}.invoice-view .invoice-view-icon-btn--back:hover{color:#115e59;background:rgba(15,118,110,.08)}.invoice-view .invoice-view-icon-btn--print{color:#fff;background:#0f766e}.invoice-view .invoice-view-icon-btn--print:hover{background:#115e59}.invoice-view .invoice-view-icon-btn--whatsapp{color:#fff;background:#25d366}.invoice-view .invoice-view-icon-btn--whatsapp:hover{background:#1da851}.invoice-view .invoice-view-document{width:100%;max-width:100%;margin:0;padding:0 clamp(.5rem,1vw,1rem);box-sizing:border-box;overflow-x:hidden;isolation:isolate}.invoice-view .invoice-view-document .invoice-html-root{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.invoice-view .invoice-view-document .invoice-html-root #invoice{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.invoice-view .invoice-view-document .invoice-html-root .table-wrapper{max-width:100%;overflow-x:hidden}.invoice-view .invoice-view-document .invoice-html-root .table-wrapper table{width:100%!important;max-width:100%;height:100%;min-height:100%}.invoice-view .invoice-view-document .invoice-html-root .table-container{flex:1 1 auto;min-height:0}.invoice-view .invoice-view-document .invoice-html-root tr.invoice-table-fill-row{height:100%}.invoice-view .invoice-view-document .invoice-html-root tr.invoice-table-fill-row td{height:100%;vertical-align:top}.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row{align-items:stretch}.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row .invoice-details-section,.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row .supplying-location{align-self:stretch;height:auto;min-height:100%}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-column{flex:0 0 20%;min-width:0;align-self:stretch;border-right:1px solid #000;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:clamp(4px,1vw,8px);background:#fff}@media(max-width:768px){.invoice-view .invoice-view-document .invoice-html-root{font-size:clamp(9px,2.4vw,12px)}.invoice-view .invoice-view-document .invoice-html-root #invoice{min-height:calc(100dvh - 3.5rem)!important}.invoice-view .invoice-view-document .invoice-html-root th{font-size:clamp(6px,1.6vw,9px)!important;padding:1px 0!important;white-space:normal;line-height:1.1}.invoice-view .invoice-view-document .invoice-html-root td{font-size:clamp(6px,1.7vw,11px)!important;padding:1px!important;line-height:1.15}.invoice-view .invoice-view-document .invoice-html-root td.product-name{width:14%!important;min-width:0!important;max-width:none!important}.invoice-view .invoice-view-document .invoice-html-root .business-name-header{font-size:clamp(10px,2.8vw,14px);padding:clamp(4px,1vw,8px)}.invoice-view .invoice-view-document .invoice-html-root .bill-to-party p,.invoice-view .invoice-view-document .invoice-html-root .invoice-details-section,.invoice-view .invoice-view-document .invoice-html-root .ship-to-party p,.invoice-view .invoice-view-document .invoice-html-root .supplying-location p{font-size:clamp(7px,1.8vw,11px)}.invoice-view .invoice-view-document .invoice-html-root .two-column{grid-template-columns:1fr 1fr;gap:clamp(2px,.5vw,6px)}.invoice-view .invoice-view-document .invoice-html-root .summary-row{font-size:clamp(7px,1.8vw,12px)}}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-cell{width:100%;height:100%;min-height:clamp(60px,8vw,100px);display:flex;align-items:center;justify-content:center;overflow:hidden}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-cell img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:auto}.invoice-view .invoice-view-error,.invoice-view .invoice-view-loading{text-align:center;padding:2rem 1rem;color:#4b5563}.invoice-view .invoice-view-error{color:#b91c1c}@media print{.invoice-view .print\:hidden{display:none!important}.invoice-view .invoice-view-document{overflow:visible}}.footer{background-color:#1f1f1f;color:var(--becho-light)}.footer .top-part{background-color:var(--becho-light-gray)}.footer .top-part input{width:100%;max-width:400px}.footer .highlighted-text{color:var(--becho-shade)}.footer .info-icon .location,.footer .info-icon .mail,.footer .info-icon .phone{font-size:20px}.footer .bottom{background-color:var(--becho-dark);color:var(--becho-light);border-top:.5px solid var(--becho-gray)}.footer .link{transition:all .3s ease-in-out}.footer .link:hover,.footer .title{color:var(--becho-primary)}.footer .icon-box{border-bottom:1px solid var(--becho-light);padding-bottom:12px}.footer .icon-box .icon-link{width:40px;height:40px;border:1px solid var(--becho-light);border-radius:30px;display:flex;align-items:center;justify-content:center}.footer .icon-box .facebook,.footer .icon-box .instagram,.footer .icon-box .youtube{font-size:20px;color:var(--becho-light);padding:0;transition:all .3s ease-in-out}.footer .icon-box .facebook:hover,.footer .icon-box .instagram:hover,.footer .icon-box .youtube:hover{color:var(--becho-primary)}.footer-2{background-color:#1f1f1f;color:var(--becho-light)}.footer-2 .top-part{background-color:var(--becho-light-gray)}.footer-2 .top-part input{width:100%;max-width:400px}.footer-2 .highlighted-text{color:var(--becho-shade)}.footer-2 .info-icon .location,.footer-2 .info-icon .mail,.footer-2 .info-icon .phone{font-size:20px}.footer-2 .bottom{background-color:var(--becho-dark);color:var(--becho-light);border-top:.5px solid var(--becho-gray)}.footer-2 .link{transition:all .3s ease-in-out}.footer-2 .link:hover,.footer-2 .title{color:var(--becho-primary)}.footer-2 .icon-box{padding-bottom:12px}.footer-2 .icon-box .icon-link{width:40px;height:40px;border-radius:30px;display:flex;align-items:center;justify-content:center}.footer-2 .icon-box .facebook,.footer-2 .icon-box .instagram,.footer-2 .icon-box .youtube{font-size:20px;color:var(--becho-light);padding:0;transition:all .3s ease-in-out}.footer-2 .icon-box .facebook:hover,.footer-2 .icon-box .instagram:hover,.footer-2 .icon-box .youtube:hover{color:var(--becho-primary)}