.home-slider{border-radius:var(--radius-default);height:100%;opacity:0;transition:opacity .3s ease}.home-slider.is-ready{opacity:1}.home-slider .swiper-slide{overflow:hidden}.home-slider .swiper-slide .slider-bg-image{position:absolute;top:0;height:100%;width:100%;background-size:cover;background-position:center;background-color:#0000000a}.ltr .home-slider .swiper-slide .slider-bg-image{left:0}.rtl .home-slider .swiper-slide .slider-bg-image{right:0}.home-slider .slide-content{position:absolute;top:0;display:flex;height:100%;width:100%;align-items:center}.home-slider .slide-content.align-left{justify-content:flex-start}.ltr .home-slider .slide-content.align-left{left:0}.rtl .home-slider .slide-content.align-left{right:0}.ltr .home-slider .slide-content.align-left .captions{margin-left:60px;text-align:left}.rtl .home-slider .slide-content.align-left .captions{margin-right:60px;text-align:right}.ltr .home-slider .slide-content.align-left .captions .caption-2{margin-right:90px}.rtl .home-slider .slide-content.align-left .captions .caption-2{margin-left:90px}.home-slider .slide-content.align-right{justify-content:flex-end}.ltr .home-slider .slide-content.align-right{right:0}.rtl .home-slider .slide-content.align-right{left:0}.ltr .home-slider .slide-content.align-right .captions{margin-right:60px;text-align:right}.rtl .home-slider .slide-content.align-right .captions{margin-left:60px;text-align:left}.ltr .home-slider .slide-content.align-right .captions .caption-2{margin-left:90px}.rtl .home-slider .slide-content.align-right .captions .caption-2{margin-right:90px}.home-slider .slide-content .captions{width:460px}.home-slider .slide-content .caption{display:block}.home-slider .slide-content .caption-1{font-size:48px;font-weight:var(--font-light);line-height:48px;color:var(--color-black)}.home-slider .slide-content .caption-2{font-size:16px;line-height:26px;color:var(--color-gray);margin-top:20px}@media screen and (max-width: 767px){.home-slider .slide-content .caption-1{font-size:38px;line-height:38px}.home-slider .slide-content .caption-2{font-size:15px;line-height:25px;margin-top:15px}}@media screen and (max-width: 576px){.ltr .home-slider .slide-content.align-left .captions{margin:0 50px 0 40px}.rtl .home-slider .slide-content.align-left .captions{margin:0 40px 0 50px}.ltr .home-slider .slide-content.align-left .captions .caption-2{margin-right:0}.rtl .home-slider .slide-content.align-left .captions .caption-2{margin-left:0}.ltr .home-slider .slide-content.align-right .captions{margin:0 40px 0 50px}.rtl .home-slider .slide-content.align-right .captions{margin:0 50px 0 40px}.ltr .home-slider .slide-content.align-right .captions .caption-2{margin-left:0}.rtl .home-slider .slide-content.align-right .captions .caption-2{margin-right:0}.home-slider .slide-content .caption-1{font-size:28px;line-height:28px}.home-slider .slide-content .caption-2{font-size:14px;line-height:24px}}@media screen and (max-width: 450px){.home-slider .slide-content.align-left .captions,.home-slider .slide-content.align-right .captions{margin:0 30px!important}}.home-section-wrap{width:100%}.home-section-inner{width:100%;height:auto}.home-section-inner .home-slider-wrap .swiper-slide{border-radius:12px}.home-section-inner .home-slider-wrap .swiper-slide img{width:100%;-o-object-fit:cover;object-fit:cover}.rtl .home-section-inner .home-slider-wrap .swiper-pagination{left:0!important;right:auto}.features{border:1px solid var(--border-color);border-radius:var(--radius-default)}.features .swiper-button-next,.features .swiper-button-prev{height:25px;width:25px;background:var(--color-primary-alpha-30);border-radius:50%;top:50%;bottom:0;transform:translateY(-50%);margin:0;transition:var(--transition-150)}.features .swiper-button-next:after,.features .swiper-button-prev:after{font-size:8px;font-weight:500;margin-top:-1px;color:var(--color-white)}.features .swiper-button-next:hover,.features .swiper-button-prev:hover{background:var(--color-primary)}.features .swiper-button-next.swiper-button-disabled,.features .swiper-button-prev.swiper-button-disabled{background:var(--color-primary-alpha-30)}.ltr .features .swiper-button-next{right:-35px}.rtl .features .swiper-button-next{left:-35px}.ltr .features .swiper-button-next:after{padding-left:2px}.rtl .features .swiper-button-next:after{padding-right:2px}.ltr .features .swiper-button-prev{left:-35px}.rtl .features .swiper-button-prev{right:-35px}.ltr .features .swiper-button-prev:after{padding-right:2px}.rtl .features .swiper-button-prev:after{padding-left:2px}.features:hover .swiper-button-prev{display:flex}.ltr .features:hover .swiper-button-prev{left:15px}.rtl .features:hover .swiper-button-prev{right:15px}.features:hover .swiper-button-next{display:flex}.ltr .features:hover .swiper-button-next{right:15px}.rtl .features:hover .swiper-button-next{left:15px}.features:not(.swiper-initialized) .feature-list .single-feature{width:20%}@media screen and (max-width: 1400px){.features:not(.swiper-initialized) .feature-list .single-feature{width:25%}}@media screen and (max-width: 1180px){.features:not(.swiper-initialized) .feature-list .single-feature{width:33.33%}}@media screen and (max-width: 780px){.features:not(.swiper-initialized) .feature-list .single-feature{width:50%}}@media screen and (max-width: 576px){.features:not(.swiper-initialized) .feature-list .single-feature{width:100%}}.features-wrap{margin-top:50px}.features-wrap .feature-list{padding:30px 0}.features-wrap .single-feature{position:relative;display:flex;padding:0 15px;justify-content:center}.features-wrap .single-feature:last-child:after{width:0}.features-wrap .single-feature:after{position:absolute;content:"";top:0;height:42px;width:1px;background:var(--border-color)}.ltr .features-wrap .single-feature:after{right:0}.rtl .features-wrap .single-feature:after{left:0}@media screen and (max-width: 991px){.features-wrap{margin-top:30px}}@media screen and (max-width: 576px){.features-wrap .feature-list .single-feature{justify-content:flex-start;padding:0 30px}.features-wrap .feature-list .single-feature:after{content:none}}.featured-categories-wrap{margin-top:50px}.featured-categories-wrap .featured-categories-header{display:flex}.featured-categories-wrap .featured-category-products{margin-left:-6px;margin-right:-6px}.featured-categories-text{width:650px;max-width:100%}.ltr .featured-categories-text{padding-right:30px}.rtl .featured-categories-text{padding-left:30px}.featured-categories-text .title{font-weight:var(--font-normal)}.featured-categories-text .excerpt{font-weight:var(--font-light);line-height:24px;display:block;margin-top:10px;color:var(--color-gray)}.featured-categories-text .title,.featured-categories-text .excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 1090px){.ltr .featured-categories-text{padding-right:0}.rtl .featured-categories-text{padding-left:0}}.featured-categories-tabs{display:flex}.ltr .featured-categories-tabs{padding-left:0;margin-left:auto}.rtl .featured-categories-tabs{padding-right:0;margin-right:auto}.featured-categories-tabs .tab-item{display:flex;height:150px;width:160px;padding:10px;text-align:center;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--color-gray-lite);border-radius:var(--radius-default);cursor:pointer;z-index:0;transition:var(--transition-150);overflow:hidden}.ltr .featured-categories-tabs .tab-item{margin-left:20px}.rtl .featured-categories-tabs .tab-item{margin-right:20px}.ltr .featured-categories-tabs .tab-item:first-child{margin-left:0}.rtl .featured-categories-tabs .tab-item:first-child{margin-right:0}.featured-categories-tabs .tab-item.active{border-color:var(--color-primary-alpha-80);cursor:default}.featured-categories-tabs .tab-item.loading{border-color:var(--color-primary-alpha-30);cursor:default}.featured-categories-tabs .tab-item.loading:hover{border-color:var(--color-primary-alpha-30)}.featured-categories-tabs .tab-item:hover{border-color:var(--color-primary-alpha-80)}.featured-categories-tabs .featured-category-image{position:relative;width:100%;margin-bottom:10px;padding-bottom:50%}.featured-categories-tabs .featured-category-image>img{position:absolute;top:50%;max-height:100%;max-width:100%}.ltr .featured-categories-tabs .featured-category-image>img{left:50%;transform:translate(-50%,-50%)}.rtl .featured-categories-tabs .featured-category-image>img{right:50%;transform:translate(50%,-50%)}.featured-categories-tabs .featured-category-image .image-placeholder{height:45px;width:45px}.featured-categories-tabs .featured-category-name{font-size:14px;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 1300px){.featured-categories-text{width:100%}.featured-categories-wrap .featured-categories-header{flex-direction:column}}@media screen and (max-width: 450px){.swiper-wrapper .swiper-slide .product-card{min-height:260px}.swiper-wrapper .swiper-slide .product-card .product-name span,.swiper-wrapper .swiper-slide .product-card .product-price{font-size:13px;line-height:17px}}@media screen and (max-width: 350px){.swiper-wrapper .swiper-slide .product-card{min-height:240px}}@media screen and (max-width: 1800px){.featured-categories-wrap .tabs .tab-item{height:140px;width:150px}}@media screen and (max-width: 1650px){.featured-categories-wrap .tabs .tab-item{height:130px;width:140px}}@media screen and (max-width: 1600px){.featured-categories-wrap .tabs .tab-item{height:120px;width:130px}}@media screen and (max-width: 1550px){.featured-categories-wrap .tabs .tab-item{height:110px;width:120px}}@media screen and (max-width: 1300px){.featured-categories-wrap .featured-categories-header{flex-wrap:wrap;text-align:center;justify-content:center}.featured-categories-wrap .tabs{margin:30px -10px -20px;flex-wrap:wrap;justify-content:center}.featured-categories-wrap .tabs .tab-item{margin:0 10px 20px!important}}@media screen and (max-width: 991px){.featured-categories-wrap{margin-top:30px}.featured-categories-wrap .tab-content .featured-category-products{padding-top:25px}.featured-categories-wrap .tabs .tab-item{margin:0 7.5px 15px!important}}.three-column-full-width-banner{padding-top:75px;padding-bottom:75px;background-color:#0000000a}.banner-wrap{margin-top:50px;background-size:cover;background-repeat:no-repeat;background-position:center center}.banner-wrap.m-t-0{margin-top:0}.banner-wrap.three-column-full-width-banner,.banner-wrap.one-column-banner{margin-top:50px}.banner-wrap.three-column-banner .banner{background:#0000000a;padding-bottom:40%}.banner-wrap.three-column-banner .banner img{position:absolute;top:0}.ltr .banner-wrap.three-column-banner .banner img{left:0}.rtl .banner-wrap.three-column-banner .banner img{right:0}.banner-wrap.one-column-banner .banner{background:#0000000a;padding-bottom:22%}.banner-wrap.one-column-banner .banner img{position:absolute;top:0}.ltr .banner-wrap.one-column-banner .banner img{left:0}.rtl .banner-wrap.one-column-banner .banner img{right:0}.banner-wrap.two-column-banner .banner{background:#0000000a;padding-bottom:31%}.banner-wrap.two-column-banner .banner img{position:absolute;top:0}.ltr .banner-wrap.two-column-banner .banner img{left:0}.rtl .banner-wrap.two-column-banner .banner img{right:0}@media screen and (max-width: 991px){.three-column-full-width-banner{padding-top:40px;padding-bottom:40px}}@media screen and (max-width: 767px){.three-column-full-width-banner .row>div:first-child .banner{margin-top:0}.three-column-full-width-banner .row>div .banner{margin-top:15px}.two-column-banner .row>.col-md-9:last-child .banner{margin-top:15px}.three-column-banner .row>.col-md-6:first-child .banner{margin-top:0}.three-column-banner .row>.col-md-6 .banner{margin-top:15px}}@keyframes effect-height{0%{height:0;opacity:1;visibility:visible}to{height:100%;opacity:0;visibility:hidden}}@keyframes effect-width{0%{width:0;opacity:1;visibility:visible}to{width:100%;opacity:0;visibility:hidden}}.landscape-tab-products-wrap{margin-top:30px}.landscape-tab-products-wrap .tab-products-header{display:flex;justify-content:space-between}.landscape-tab-products-wrap .tab-products-header .tabs{display:flex!important}.ltr .landscape-tab-products-wrap .tab-products-header .tabs{padding-left:0}.rtl .landscape-tab-products-wrap .tab-products-header .tabs{padding-right:0}.landscape-tab-products-wrap .tab-products-header .tabs .tab-item{white-space:nowrap}.landscape-tab-products-wrap .tab-products-header hr{display:none}.landscape-tab-products-wrap .section-title{font-size:18px;line-height:24px;padding-bottom:14px}.blog-posts-inner,.landscape-right-tab-products-inner,.landscape-left-tab-products-inner{overflow:hidden;margin:0 -10px -50px;padding:0 10px 50px}.landscape-right-tab-products{margin-left:-6px;margin-right:-6px;overflow:unset}.blog-posts{margin-left:-10px;margin-right:-10px;overflow:unset}.landscape-left-tab-products{margin-left:-6px;margin-right:-6px;overflow:unset}.landscape-left-tab-products .swiper-slide{width:248px!important}.ltr .landscape-left-tab-products .swiper-slide{margin-right:15px!important}.rtl .landscape-left-tab-products .swiper-slide{margin-left:15px!important}.landscape-left-tab-products .swiper-button-prev,.landscape-left-tab-products .swiper-button-next{top:-47px}.landscape-left-tab-products .swiper-pagination{display:none}.daily-deals .swiper-button-prev,.daily-deals .swiper-button-next{top:unset;bottom:9px}.ltr .daily-deals .swiper-button-prev,.ltr .daily-deals .swiper-button-next{right:53px;left:unset}.rtl .daily-deals .swiper-button-prev,.rtl .daily-deals .swiper-button-next{left:53px;right:unset}.ltr .daily-deals .swiper-button-prev{right:unset;left:58px}.rtl .daily-deals .swiper-button-prev{left:unset;right:58px}@media screen and (max-width: 767px){.landscape-left-tab-products .swiper-pagination{display:block;top:unset;bottom:0}.landscape-left-tab-products .swiper-button-next,.landscape-left-tab-products .swiper-button-prev{display:none}.landscape-left-tab-products.mobile-list-view{overflow:visible;margin-left:0;margin-right:0}.landscape-left-tab-products.mobile-list-view .swiper-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;transform:translateZ(0)!important}.landscape-left-tab-products.mobile-list-view .swiper-slide{width:100%!important;flex:1 1 auto!important;height:auto;margin-bottom:15px}.landscape-left-tab-products.mobile-list-view .swiper-pagination{display:none!important}.landscape-tab-products-wrap .tab-products-header{text-align:center;border-bottom:unset;flex-direction:column}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow{overflow:auto;padding-bottom:10px;display:flex;position:relative}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow::-webkit-scrollbar{width:0px;height:0px}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow::-webkit-scrollbar-track,.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow::-webkit-scrollbar-thumb,.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow::-webkit-scrollbar-thumb:hover{background:transparent}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow .tabs{display:flex;justify-content:center;margin-left:auto;margin-right:auto;border-bottom:1px solid #e5e5e5}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow .tabs .tab-item:after{bottom:-8px;z-index:1}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow .tabs .tab-item:before{bottom:-1px;z-index:1}.landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow hr{display:block;height:0;background:transparent;position:absolute;width:100%;top:41px;border:unset;border-bottom:1px solid #e5e5e5;opacity:1}.ltr .landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow hr{left:0}.rtl .landscape-tab-products-wrap .tab-products-header .tab-products-header-overflow hr{right:0}.landscape-tab-products-wrap .tab-products-header .section-title{margin:0 0 10px;padding-top:15px}.ltr .landscape-tab-products-wrap .tab-products-header .section-title:after{left:50%;transform:translate(-50%)}.rtl .landscape-tab-products-wrap .tab-products-header .section-title:after{right:50%;transform:translate(50%)}.landscape-tab-products-wrap .tab-products-header .tabs{display:block;margin-top:5px;text-align:center}.landscape-tab-products-wrap .tab-products-header .tabs .tab-item{display:inline-block}}.product-list-grid{display:grid;grid-template-columns:repeat(6,1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1.5rem;align-items:start}.product-list-card .product-card{margin:0 4px}@media (min-width: 2560px){.product-list-grid{grid-template-columns:repeat(7,1fr)}}@media (max-width: 1200px){.product-list-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.product-list-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem}.product-list-item{width:100%}.product-list-card .product-card{margin:0 2px}}.product-list-item{width:100%}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.grid-products-wrap{margin-top:30px}.grid-products-wrap .grid-products-wrap-inner{overflow:hidden;padding:0 10px 40px;margin:0 -10px -40px}.grid-products-wrap .grid-products-wrap-inner .swiper-button-next:after,.grid-products-wrap .grid-products-wrap-inner .swiper-button-prev:after{transform:translateY(-1px)}.grid-products-wrap .tabs{display:flex}.ltr .grid-products-wrap .tabs{padding-left:0}.rtl .grid-products-wrap .tabs{padding-right:0}.grid-products-wrap .tabs .tab-item{font-size:15px;line-height:26px;padding:15px 3px;color:var(--color-gray);font-weight:var(--font-normal)}.grid-products-wrap .tabs .tab-item.active:after{opacity:1}.grid-products-wrap .tab-products-header{position:relative}.grid-products-wrap .tab-products-header hr{display:none}.grid-products{margin-left:-6px;margin-right:-6px;overflow:unset;padding-bottom:15px;padding-top:14px!important}.grid-products .swiper-pagination{padding-top:10px}.grid-products.swiper-grid-column>.swiper-wrapper{flex-direction:row}.grid-products .swiper-button-prev,.grid-products .swiper-button-next{top:-50px}.ltr .grid-products .arrow-prev{right:69px}.rtl .grid-products .arrow-prev{left:69px}.ltr .grid-products .arrow-next{right:-3px}.rtl .grid-products .arrow-next{left:-3px}.grid-products .swiper-slide{height:auto!important}.grid-products .grid-products-item{padding:6px;height:100%}.grid-products .grid-products-item .product-card{margin:0;height:100%;justify-content:stretch}.grid-products .swiper-slide-skeleton{padding:6px}.grid-products .product-card-skeleton{margin:0}.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper{flex-wrap:wrap}.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(16)~.swiper-slide{display:none}@media screen and (max-width: 1760px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper{flex-wrap:wrap}.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(14)~.swiper-slide{display:none}}@media screen and (max-width: 1400px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(12)~.swiper-slide{display:none}}@media screen and (max-width: 1200px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(10)~.swiper-slide{display:none}}@media screen and (max-width: 991px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(8)~.swiper-slide{display:none}}@media screen and (max-width: 830px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(6)~.swiper-slide{display:none}}@media screen and (max-width: 576px){.grid-products.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(4)~.swiper-slide{display:none}}@media screen and (max-width: 991px){.grid-products .grid-products-item{padding:6px}}@media screen and (max-width: 767px){.grid-products{padding-bottom:25px;padding-top:4px!important}.grid-products .swiper-pagination{display:block;top:unset;bottom:0}.grid-products .swiper-button-next,.grid-products .swiper-button-prev{display:none}.grid-products-wrap{margin-bottom:0}.grid-products-wrap .tabs{display:flex;text-align:center}.grid-products-wrap .tabs .tab-item{display:inline-block}.grid-products-wrap .tabs .tab-item.active:after{opacity:1!important}.grid-products-wrap .tabs .tab-item:after{bottom:-8px}.grid-products-wrap .tabs .tab-item:before{bottom:-1px;z-index:1}.grid-products-wrap .tab-products-header{overflow:auto;padding-bottom:10px;border-bottom:unset;display:flex}.grid-products-wrap .tab-products-header .tabs{display:flex!important;border-bottom:1px solid #e5e5e5;justify-content:center;margin-left:auto;margin-right:auto}.grid-products-wrap .tab-products-header hr{display:block;height:0;background:transparent;position:absolute;width:100%;top:40px;border:unset;border-bottom:1px solid #e5e5e5;opacity:1}.ltr .grid-products-wrap .tab-products-header hr{left:0}.rtl .grid-products-wrap .tab-products-header hr{right:0}.grid-products-wrap .tab-products-header::-webkit-scrollbar{width:0px;height:0px}.grid-products-wrap .tab-products-header::-webkit-scrollbar-track,.grid-products-wrap .tab-products-header::-webkit-scrollbar-thumb,.grid-products-wrap .tab-products-header::-webkit-scrollbar-thumb:hover{background:transparent}}.top-brands{position:relative;margin-top:10px;white-space:nowrap}@media (max-width: 991.98px){.top-brands{margin-top:16px}}.top-brands .top-brand-item{border-radius:var(--radius-default);width:100px;position:relative;box-shadow:0 2.4px 12px #0000000d}@media (max-width: 991.98px){.top-brands .top-brand-item{width:80px}}.top-brands .top-brand-item>img{position:absolute;top:20px;max-height:100%;max-width:100%;transition:var(--transition-200)}@media (max-width: 991.98px){.top-brands .top-brand-item>img{top:10px}}.top-brands .swiper-button-next,.top-brands .swiper-button-prev{transition:var(--transition-150);height:40px;width:40px;background:#000000a3;border-radius:50%;top:50%;bottom:0;transform:translateY(-50%);margin:0}.top-brands .swiper-button-next:after,.top-brands .swiper-button-prev:after{font-size:14px;font-weight:500;margin-top:-1px;color:var(--color-white)}.top-brands .swiper-button-next:hover,.top-brands .swiper-button-prev:hover{background:var(--color-primary)}.top-brands .swiper-button-next.swiper-button-disabled,.top-brands .swiper-button-prev.swiper-button-disabled{background:#00000057}.ltr .top-brands .swiper-button-next{right:15px}.rtl .top-brands .swiper-button-next{left:15px}.ltr .top-brands .swiper-button-next:after{padding-left:2px}.rtl .top-brands .swiper-button-next:after{padding-right:2px}.ltr .top-brands .swiper-button-prev{left:15px}.rtl .top-brands .swiper-button-prev{right:15px}.ltr .top-brands .swiper-button-prev:after{padding-right:2px}.rtl .top-brands .swiper-button-prev:after{padding-left:2px}.top-categories .swiper-slide.top-category-item{flex:0 0 auto;width:110px;padding:8px 4px}.top-category-item .category-icon{width:50px;height:50px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.category-logo{width:50px;height:50px}.category-title{color:#000;font-size:13px;line-height:1.2;min-height:2.6em;display:flex;align-items:flex-end;justify-content:center;text-align:center}.text-is-new{font-size:8.4px;padding:3px 6px}.blog-post{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid var(--color-gray-lite);border-radius:var(--radius-default);transition:var(--transition-150)}.blog-post:hover{border-color:var(--color-white-lite);box-shadow:0 5px 15px #0000001a;z-index:1}.ltr .blog-post:hover .blog-post-featured-image>img,.ltr .blog-post:hover .blog-post-featured-image .image-placeholder>img{transform:scale(1.08) rotate(-2deg)}.rtl .blog-post:hover .blog-post-featured-image>img,.rtl .blog-post:hover .blog-post-featured-image .image-placeholder>img{transform:scale(1.08) rotate(2deg)}.blog-post .blog-post-featured-image{position:relative;padding-bottom:56%}.blog-post .blog-post-featured-image>img{position:absolute;height:100%;width:100%;border-radius:var(--radius-default) var(--radius-default) 0 0;-o-object-fit:cover;object-fit:cover;transition:var(--transition-200)}.blog-post .blog-post-featured-image .image-placeholder{position:absolute;top:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:var(--color-white-dark);border-bottom:none;border-radius:var(--radius-default) var(--radius-default) 0 0}.ltr .blog-post .blog-post-featured-image .image-placeholder{left:0}.rtl .blog-post .blog-post-featured-image .image-placeholder{right:0}.blog-post .blog-post-featured-image .image-placeholder>img{height:100px;width:100px;transition:var(--transition-200)}.blog-post .blog-post-meta{display:flex;margin-bottom:10px}.blog-post .blog-post-meta>li{font-size:14px;font-weight:var(--font-light);color:var(--color-gray)}.ltr .blog-post .blog-post-meta>li{margin-left:25px}.rtl .blog-post .blog-post-meta>li{margin-right:25px}.ltr .blog-post .blog-post-meta>li:first-child{margin-left:0}.rtl .blog-post .blog-post-meta>li:first-child{margin-right:0}.blog-post .blog-post-meta>li>i{font-size:16px;color:var(--color-primary)}.ltr .blog-post .blog-post-meta>li>i{margin:-1px 5px 0 0}.rtl .blog-post .blog-post-meta>li>i{margin:-1px 0 0 5px}.blog-post .blog-post-body{padding:20px 20px 25px}.blog-post .blog-post-title{max-height:60px}.blog-post .blog-post-title>a{color:var(--color-black);font-weight:var(--font-medium);font-size:16px;line-height:18px;display:-webkit-box;max-width:100%;margin-bottom:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration-line:underline;text-decoration-color:transparent;transition:var(--transition-150)}.blog-post .blog-post-title>a:hover{text-decoration-color:var(--color-black)}.blog-post .blog-post-read-more{font-size:14px;color:var(--color-primary)}.blog-post .blog-post-read-more i{opacity:0;visibility:hidden;transition:var(--transition-150)}.blog-post .blog-post-read-more:hover{color:var(--color-primary-hover)}.blog-post .blog-post-read-more:hover i{opacity:1;visibility:visible}.ltr .blog-post .blog-post-read-more:hover i{transform:translate(5px)}.rtl .blog-post .blog-post-read-more:hover i{transform:translate(-5px)}.blog-posts-wrap{margin-top:44px}.blog-posts-wrap .swiper{padding-top:20px}.blog-posts-wrap .blog-posts-header{display:flex;justify-content:space-between;border-bottom:1px solid var(--border-color-lite)}.blog-posts-wrap .blog-posts-header .section-title{font-size:18px;line-height:24px;padding-bottom:14px}.blog-posts-wrap .blog-posts-header .view-all{margin-top:2px;color:var(--color-gray)}.blog-posts-wrap .blog-posts-header .view-all:hover{color:var(--color-primary)}.blog-posts .blog-post-card{margin:0 10px;height:100%}.blog-posts-wrap .blog-posts:not(.swiper-initialized) .swiper-slide{max-width:20%}@media screen and (max-width: 1700px){.blog-posts-wrap .blog-posts:not(.swiper-initialized) .swiper-slide{max-width:25%}}@media screen and (max-width: 1300px){.blog-posts-wrap .blog-posts:not(.swiper-initialized) .swiper-slide{max-width:33.33%}}@media screen and (max-width: 920px){.blog-posts-wrap .blog-posts:not(.swiper-initialized) .swiper-slide{max-width:50%}}@media screen and (max-width: 640px){.blog-posts-wrap .blog-posts:not(.swiper-initialized) .swiper-slide{max-width:100%}}.popup-overlay{position:fixed;top:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;opacity:0;visibility:hidden;transition:all .3s ease}.ltr .popup-overlay{left:0}.rtl .popup-overlay{right:0}.popup-overlay.active{opacity:1;visibility:visible}.popup-overlay.active .popup-modal{transform:scale(1)}.popup-modal{background:#fff;border-radius:16px;max-width:95vw;height:790px;display:flex;flex-direction:row;box-shadow:0 20px 60px #0000004d;position:relative;overflow:hidden;transform:scale(.9);transition:all .3s ease}.close-btn{position:absolute;top:20px;width:48px;height:48px;border:2px solid #e5e7eb;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:20px;color:#4a5568;z-index:100}.close-btn:hover{background:#f3f4f6;border-color:#d1d5db}.left-section{width:280px;flex-shrink:0;background:#f9fafb;padding:40px 30px;display:flex;flex-direction:column;align-items:center}.product-image-large-popup{width:220px;height:220px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.product-image-large-popup img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view-full-details{color:#2d3748;text-decoration:none;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s}.view-full-details:hover{color:#0d6efd}.right-section{flex:1;display:flex;flex-direction:column;overflow:hidden}.content-header{border:none}.ltr .content-header{padding:30px 40px 20px 10px}.rtl .content-header{padding:30px 10px 20px 40px}.product-title{font-size:24px;font-weight:600;color:#2d3748;margin-bottom:12px;line-height:1.4}.ltr .product-title{padding-right:60px}.rtl .product-title{padding-left:60px}.product-price{font-size:28px;font-weight:700;color:var(--color-ct-blue);margin-bottom:8px}.product-price-sidebar{font-size:14px;color:var(--color-ct-blue)!important}.volume-text{font-size:14px;color:#9ca3af}.view-details-link{color:#0d6efd;text-decoration:none;font-size:15px;display:inline-block;margin-top:8px}.view-details-link:hover{text-decoration:underline}.table-wrapper{flex:1;overflow-x:auto;overflow-y:auto;border:1px solid #e5e7eb;border-radius:12px;height:100%;background:#fff;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}.content-section{padding:10px;height:65%;flex:1}.variations-table{width:100%;border-collapse:collapse}.variations-table thead th{background:#f9fafb;color:#475467;font-weight:700;font-size:14px;padding:12px 16px;position:sticky;top:0;z-index:10;border-bottom:1px solid #e5e7eb;white-space:nowrap}.ltr .variations-table thead th{text-align:left}.rtl .variations-table thead th{text-align:right}.variations-table thead th:first-child{min-width:280px}.variations-table thead th:nth-child(2){width:218px}.variations-table thead th:nth-child(3),.variations-table thead th:nth-child(4),.variations-table thead th:nth-child(5),.variations-table thead th:nth-child(6),.variations-table thead th:nth-child(7){text-align:center}.variations-table tbody tr{border-bottom:1px solid #e5e7eb}.variations-table tbody tr:hover{background:#fafafa}.variations-table td{padding:16px;vertical-align:middle}.variations-table td:nth-child(3),.variations-table td:nth-child(4),.variations-table td:nth-child(5),.variations-table td:nth-child(6),.variations-table td:nth-child(7){text-align:center}.variation-cell{display:flex;align-items:center;gap:14px}.variation-thumb{width:40px;height:40px;flex-shrink:0;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center}.variation-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.variation-info h4{font-size:14px;font-weight:500;color:#101828;margin-bottom:4px;line-height:1.43}.variation-details{font-size:12px;color:#475467;line-height:1.5}.quantity-cell{display:flex;align-items:center;justify-content:flex-start}.help-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;cursor:pointer;transition:all .2s;flex-shrink:0;position:relative}.p-help-icon{height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;cursor:pointer;transition:all .2s;flex-shrink:0;position:relative;top:20px!important}.ltr .p-help-icon{right:210px}.rtl .p-help-icon{left:210px}.help-icon:hover,.p-help-icon:hover{color:#6b7280}.help-icon:hover .volume-pricing-tooltip,.help-icon:hover .p-volume-pricing-tooltip,.p-help-icon:hover .volume-pricing-tooltip,.p-help-icon:hover .p-volume-pricing-tooltip{opacity:1;visibility:visible}.ltr .help-icon:hover .volume-pricing-tooltip,.ltr .help-icon:hover .p-volume-pricing-tooltip,.ltr .p-help-icon:hover .volume-pricing-tooltip,.ltr .p-help-icon:hover .p-volume-pricing-tooltip{transform:translate(-50%)}.rtl .help-icon:hover .volume-pricing-tooltip,.rtl .help-icon:hover .p-volume-pricing-tooltip,.rtl .p-help-icon:hover .volume-pricing-tooltip,.rtl .p-help-icon:hover .p-volume-pricing-tooltip{transform:translate(50%)}.volume-pricing-tooltip,.p-volume-pricing-tooltip{position:absolute;bottom:calc(100% + 12px);background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;padding:20px;min-width:200px;z-index:1000;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}.ltr .volume-pricing-tooltip,.ltr .p-volume-pricing-tooltip{left:50%;transform:translate(-50%,8px)}.rtl .volume-pricing-tooltip,.rtl .p-volume-pricing-tooltip{right:50%;transform:translate(50%,8px)}.volume-pricing-tooltip:before,.p-volume-pricing-tooltip:before{content:"";position:absolute;bottom:-6px;width:12px;height:12px;background:#fff}.ltr .volume-pricing-tooltip:before,.ltr .p-volume-pricing-tooltip:before{left:50%;transform:translate(-50%) rotate(45deg);box-shadow:2px 2px 4px #0000000d}.rtl .volume-pricing-tooltip:before,.rtl .p-volume-pricing-tooltip:before{right:50%;transform:translate(50%) rotate(-45deg);box-shadow:-2px 2px 4px #0000000d}tr:nth-of-type(-n+2) .volume-pricing-tooltip{top:calc(100% + 12px);bottom:auto}.ltr tr:nth-of-type(-n+2) .volume-pricing-tooltip{transform:translate(-50%,-8px)}.rtl tr:nth-of-type(-n+2) .volume-pricing-tooltip{transform:translate(50%,-8px)}tr:nth-of-type(-n+2) .volume-pricing-tooltip:before{top:-6px;bottom:auto}.ltr tr:nth-of-type(-n+2) .volume-pricing-tooltip:before{box-shadow:-2px -2px 4px #0000000d}.rtl tr:nth-of-type(-n+2) .volume-pricing-tooltip:before{box-shadow:2px -2px 4px #0000000d}.ltr tr:nth-of-type(-n+2) .help-icon:hover .volume-pricing-tooltip{transform:translate(-50%)}.rtl tr:nth-of-type(-n+2) .help-icon:hover .volume-pricing-tooltip{transform:translate(50%)}.p-volume-pricing-tooltip{top:-235px;bottom:auto}.ltr .p-volume-pricing-tooltip{transform:translate(-50%)}.rtl .p-volume-pricing-tooltip{transform:translate(50%)}.tooltip-header{display:flex;justify-content:space-between;margin-bottom:16px;font-size:14px;color:#4a5568;flex-direction:column}.tooltip-header span{font-weight:500}.pricing-table{display:flex;flex-direction:column;gap:8px}.pricing-row{display:flex;justify-content:space-between;align-items:center;background:#f3f4f6;padding:12px 16px;border-radius:8px;font-size:15px}.pricing-row:first-child{background:#e5e7eb}.pricing-qty{font-weight:600;color:#2d3748}.pricing-price{font-weight:600;color:#4a5568}.quantity-control{background:#fff;border:2px solid #e5e7eb;border-radius:50px;display:flex;align-items:center;padding:6px 16px;gap:18px}.quantity-loading-overlay{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;border-radius:50px;z-index:10}.quantity-loading-overlay .spinner-border-sm{width:1.2rem;height:1.2rem;border-width:.15em;color:#4a5568}.btn-quantity{background:transparent;border:none;font-size:20px;color:#4a5568;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s;font-weight:400}.btn-quantity:disabled{opacity:.3;cursor:not-allowed}.quantity-display{font-size:18px;font-weight:600;color:#2d3748;min-width:30px;text-align:center}.delete-icon{width:32px;height:32px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:16px;cursor:pointer;transition:all .2s;flex-shrink:0}.popup-footer{padding:8px 32px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #e5e7eb;gap:8px;height:96px}.popup-footer .tax-note-mobile{display:none!important}.delete-icon:hover{color:#dc3545}.footer-center{display:flex;justify-content:center;align-items:center}.footer-middle{display:flex;justify-content:center;align-items:center;gap:8px;width:auto}.footer-middle-confirm{display:flex;justify-content:center;align-items:center;gap:24px;width:100%}.confirm-text{font-size:12px;font-weight:400;color:#475467;line-height:1.5;margin:0;text-align:center}.btn-confirm-remove{display:flex;justify-content:center;align-items:center;gap:8px;width:187px;padding:10px 16px;background:#fff;border:1px solid #d0d5dd;border-radius:9999px;font-size:14px;font-weight:500;color:#d63832;text-decoration:none;transition:all .2s;cursor:pointer;box-shadow:0 1px 2px #1018280d}.btn-confirm-remove i{font-size:20px}.btn-confirm-remove:hover{background:#fef3f2;border-color:#d63832}.btn-cancel-remove{display:flex;justify-content:center;align-items:center;padding:8px 12px;background:transparent;border:none;border-radius:9999px;font-size:14px;font-weight:500;color:#475467;text-decoration:none;transition:all .2s;cursor:pointer}.btn-cancel-remove:hover{background:#f9fafb;color:#344054}.footer-right{display:flex;justify-content:flex-end;align-items:center;width:274px}.btn-view-cart{display:flex;justify-content:center;align-items:center;width:133px;padding:10px 18px;background:#fff;border:1px solid #d0d5dd;border-radius:9999px;font-size:16px;font-weight:500;color:#d63832;text-decoration:none;transition:all .2s;box-shadow:0 1px 2px #1018280d}.btn-view-cart:hover{background:#fafafa;color:#d63832;text-decoration:none}.btn-remove-all-desktop{display:flex;justify-content:center;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;border-radius:9999px;font-size:14px;font-weight:500;color:#475467;text-decoration:none;transition:all .2s;cursor:pointer}.btn-remove-all-desktop i{font-size:20px}.btn-remove-all-desktop:hover{background:#f9fafb;color:#344054}.btn-remove-all-desktop.loading{cursor:not-allowed;opacity:.7}.btn-remove-all-desktop.loading .spinner-border{width:20px;height:20px;border-width:2px;color:#475467}.total-items-box{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.total-items-number{font-size:16px;font-weight:700;color:#101828;line-height:1.5}.total-items-label{font-size:14px;font-weight:400;color:#475467;line-height:1.43}.product-subtotal-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ltr .product-subtotal-box{text-align:right}.rtl .product-subtotal-box{text-align:left}.product-subtotal{font-size:16px;font-weight:700;color:#101828;line-height:1.5}.subtotal-label{font-size:14px;font-weight:400;color:#475467;line-height:1.43}.tax-note{font-size:10px;font-weight:400;color:#475467;line-height:1.8;margin-top:0}.ltr .tax-note{text-align:right}.rtl .tax-note{text-align:left}.price-cell{font-size:15px;color:var(--color-ct-blue);font-weight:500}.total-cell{font-size:18px;color:var(--color-ct-blue);font-weight:700}.suggest-price-cell{font-size:14px;color:#475467;font-weight:400}.gross-profit-cell,.margin-cell{font-size:14px;color:#101828;font-weight:400}.total-summary{display:flex;align-items:center;gap:40px;margin-bottom:4px}.table-wrapper::-webkit-scrollbar{width:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#a0aec0}.product-pricing-info{display:flex;align-items:center;gap:10px}.text-tooltip{display:none}@media (min-width: 1440px){.popup-footer{padding:24px 40px}}@media (min-width: 1024px){.popup-footer{padding:10px}}@media (max-width: 1023px){.popup-overlay{align-items:flex-end}.popup-modal{transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.popup-overlay.active .popup-modal{transform:translateY(0)}.popup-footer{position:fixed;bottom:0;left:0;right:0;flex-direction:column;padding:12px;gap:8px;height:auto;flex-shrink:0;display:flex!important;align-items:stretch;box-shadow:0 0 10px #00000040;background:#fff;z-index:10}.popup-footer .footer-summary-row{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.popup-footer .summary-item{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center;gap:0}.popup-footer .summary-value{font-size:16px;font-weight:700;line-height:1.5;color:#101828}.popup-footer .summary-label{font-size:14px;font-weight:400;line-height:1.428571;color:#475467}.popup-footer .tax-note-mobile{display:block!important;width:100%;text-align:center!important;font-size:10px;font-weight:400;line-height:1.8;color:#475467}.popup-footer .footer-buttons-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%}.popup-footer .btn-view-cart{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 18px;border:1px solid #d0d5dd;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:16px;font-weight:500;line-height:1.5;color:#d63832;text-decoration:none;transition:all .2s ease}.popup-footer .btn-view-cart:hover{background:#f9fafb}.popup-footer .btn-remove-all{display:flex;justify-content:center;align-items:center;gap:8px;padding:0;border:none;border-radius:9999px;background:transparent;font-size:14px;font-weight:500;line-height:1.428571;color:#475467;cursor:pointer;transition:all .2s ease}.popup-footer .btn-remove-all i{font-size:20px}.popup-footer .btn-remove-all:hover{color:#344054}.popup-footer .footer-confirm-remove-mobile{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px 16px;background:#fff}.popup-footer .confirm-text-mobile{margin:0;text-align:center;font-size:12px;font-weight:400;line-height:1.5;color:#344054}.popup-footer .confirm-buttons-mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%}.popup-footer .btn-confirm-remove-mobile{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;border:1px solid #d0d5dd;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #1018280d,0 4px 10px #0000001a;font-size:14px;font-weight:500;line-height:1.428571;color:#d63832;cursor:pointer;transition:all .2s ease}.popup-footer .btn-confirm-remove-mobile i{font-size:20px}.popup-footer .btn-confirm-remove-mobile:hover{background:#f9fafb}.popup-footer .btn-cancel-remove-mobile{display:inline-flex;justify-content:center;align-items:center;padding:0;border:none;border-radius:9999px;background:transparent;font-size:14px;font-weight:500;line-height:1.428571;color:#475467;cursor:pointer;transition:all .2s ease}.popup-footer .btn-cancel-remove-mobile:hover{color:#344054}.popup-footer .footer-center,.popup-footer .footer-middle,.popup-footer .footer-right{display:none!important}.popup-overlay{padding:0}.popup-modal{position:fixed;left:0;right:0;bottom:0;flex-direction:column;width:100%;height:90vh;max-height:90vh;max-width:100%;border-radius:1rem 1rem 0 0;overflow:hidden}.close-btn{top:15px;width:44px;height:44px}.ltr .close-btn{right:15px}.rtl .close-btn{left:15px}.product-pricing-info{flex-direction:column;align-items:flex-start;gap:4px}.left-section{display:none}.content-header{display:flex;gap:15px;align-items:flex-start}.mobile-product-image{width:100px;height:100px;flex-shrink:0;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center}.mobile-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-product-info{flex:1}.product-title{font-size:16px;margin-bottom:8px}.ltr .product-title{padding-right:0}.rtl .product-title{padding-left:0}.product-price{font-size:16px;margin-bottom:6px}.volume-text,.view-details-link{font-size:10px}.right-section{padding:0;display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.table-wrapper{padding:0 0 200px;margin-bottom:0;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.variations-table,.variations-table thead{display:block}.variations-table thead tr{display:flex;justify-content:space-between}.variations-table thead th{padding:12px 16px;font-size:14px;font-weight:700}.variations-table thead th:first-child{width:100%}.variations-table thead th:nth-child(2),.variations-table thead th:nth-child(3),.variations-table thead th:nth-child(4),.variations-table thead th:nth-child(5),.variations-table thead th:nth-child(6),.variations-table thead th:nth-child(7){display:none}.variations-table tbody{display:block}.variations-table tbody tr{display:block;padding:16px 8px;margin-bottom:0;border-bottom:1px solid #e5e7eb}.variations-table td{display:block;padding:0}.mobile-cell{display:flex;flex-direction:column;gap:10px;width:100%}.category-tags{display:flex;flex-wrap:wrap;gap:8px}.category-tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:14.55px;border:.91px solid #E4E7EC;background:#f2f4f7;font-size:12px;font-weight:500;line-height:1.364;height:20px;color:#344054}.product-row{display:flex;gap:4px;width:100%}.variation-thumb{width:60px;height:60px;flex-shrink:0;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.variation-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info-wrapper{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.product-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.product-header-controls{display:flex;align-items:center;justify-content:flex-end;gap:4px;width:111px}.btn-delete-mobile{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:transparent;border:none;padding:0;cursor:pointer;flex-shrink:0;color:#344054;transition:color .2s ease}.btn-delete-mobile i{font-size:16px}.btn-delete-mobile:hover{color:#d63832}.product-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.product-name{font-size:12px;font-weight:500;line-height:1.5;color:#101828;margin:0}.product-sku{font-size:12px;font-weight:400;line-height:1.5;color:#475467}.volume-pricing{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:400;line-height:1.8;color:#667085}.volume-pricing i{font-size:16px}.quantity-control-mobile{display:flex;align-items:center;justify-content:space-between;gap:16.67px;padding:4.17px;width:91px;height:30px;background:#fff;border:1.04px solid #d0d5dd;border-radius:25px;flex-shrink:0}.quantity-control-mobile .quantity-loading-overlay{border-radius:6px}.quantity-control-mobile .btn-quantity{background:transparent;border:none;font-size:16px;color:#4a5568;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .2s;font-weight:400}.quantity-control-mobile .btn-quantity:disabled{opacity:.3;cursor:not-allowed}.quantity-control-mobile .quantity-display{font-size:14px;font-weight:500;color:#344054;min-width:20px;text-align:center;line-height:1.67}.price-row-mobile{display:flex;gap:20px}.price-item{display:flex;flex-direction:column;gap:2px;flex:1}.price-label{font-size:10px;font-weight:400;line-height:1.8;color:#475467}.price-value{font-size:14px;font-weight:500;line-height:1.43;color:#1e3fba}.price-value-dark{font-size:14px;font-weight:500;line-height:1.43;color:#101828}.additional-info-box{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:20px;padding:12px;background:#f9fafb;border-radius:12px}.info-item{display:flex;flex-direction:column;gap:2px;flex:1}.info-label{font-size:10px;font-weight:400;line-height:1.8;color:#475467}.info-value{font-size:12px;font-weight:500;line-height:1.5;color:#101828}.info-divider-vertical{width:1px;height:auto;background:#e4e7ec}.total-summary{width:100%;justify-content:center;gap:20px;margin-bottom:0}.total-items-box{text-align:center}.total-items-number{font-size:16px}.total-items-label{font-size:14px}.product-subtotal-box{text-align:center}.product-subtotal{font-size:16px;text-align:center}.subtotal-label{font-size:14px}.tax-note{text-align:center;margin-top:0}.text-tooltip{display:block;text-decoration:underline;font-size:12px}.icon-tooltip{display:flex;align-items:center;gap:6px}.icon-tooltip i{font-size:18px;color:#6b7280}}.checkout-btn{padding:12px 40px;font-size:18px;font-weight:600;background:#dc3545;color:#fff;border:none;border-radius:8px}.checkout-btn:hover{background:#c82333}.custom-modal .modal-dialog{max-width:1140px;width:1140px;margin:30px auto}.custom-modal .modal-content{border-radius:16px;border:none;box-shadow:0 10px 40px #00000026;overflow:hidden;height:840px}.modal-header{border:none;padding:40px 0 0;position:relative;display:flex;justify-content:center}.modal-dialog-centered-notify{display:flex;align-items:center;min-height:calc(99% - var(--bs-modal-margin) * 2)}.close-btn{position:absolute;top:20px;background:#fff;border:1px solid #e0e0e0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#666;z-index:10}.ltr .close-btn{right:20px}.rtl .close-btn{left:20px}.close-btn:hover{background:#f5f5f5}.alert-icon{width:64px;height:64px;background:#ffe6e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.alert-icon svg{width:32px;height:32px;fill:#dc3545}.modal-body{padding:0 60px 40px;text-align:center}.modal-title-custom{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.modal-text{font-size:15px;color:#666;line-height:1.6;margin-bottom:32px}.modal-text strong{color:#1a1a1a;font-weight:600}.modal-buttons{display:flex;gap:16px;margin-bottom:48px}.btn-cancel{flex:1;padding:14px;font-size:16px;font-weight:600;background:#fff;color:#1a1a1a;border:2px solid #e0e0e0;border-radius:50px}.btn-cancel:hover{background:#f5f5f5;color:#1a1a1a}.btn-continue{flex:1;padding:14px;font-size:16px;font-weight:600;background:#dc3545;color:#fff;border:none;border-radius:50px}.btn-continue:hover{background:#c82333;color:#fff}.new-arrivals-section{background:#f8f9fa;padding:40px 60px;margin:-60px -40px}.section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.ltr .section-title{text-align:left}.rtl .section-title{text-align:right}.volume-text{font-size:12px;color:#999}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#4a5568;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;color:#fff;font-size:20px;z-index:5}.ltr .carousel-nav{right:0}.rtl .carousel-nav{left:0}.carousel-nav:hover{background:#2d3748}@media (max-width: 1200px){.custom-modal .modal-dialog{max-width:80%;width:80%}.custom-modal .modal-content{height:90vh}}@media (max-width: 768px){.custom-modal.modal.show{display:flex!important;align-items:center;justify-content:center;padding:12px}.modal{padding:0!important}.custom-modal .modal-dialog{width:90%;max-width:420px;margin:0 auto}.custom-modal .modal-content{max-height:92vh;height:auto;display:flex;flex-direction:column;border-radius:1rem;overflow:hidden}.custom-modal .modal-header{padding-top:14px}.custom-modal .close-btn{top:12px;width:32px;height:32px;font-size:16px}.ltr .custom-modal .close-btn{right:12px}.rtl .custom-modal .close-btn{left:12px}.custom-modal .alert-icon{width:64px;height:64px;margin-bottom:12px}.custom-modal .modal-body{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.custom-modal .modal-title-custom{font-size:16px;line-height:1.25;margin-bottom:8px}.custom-modal .modal-text{font-size:13px;line-height:1.45;margin-bottom:16px}.custom-modal .modal-buttons{display:flex;flex-direction:column-reverse;gap:10px;margin-bottom:1rem}.custom-modal .btn-cancel,.custom-modal .btn-continue{width:100%;padding:10px 12px;border-radius:999px}.custom-modal .popup-product-arrivals{margin:-16px;padding:12px 16px 16px;border-top:1px solid #eee;background:#fff;border-radius:0 0 1rem 1rem;--arrivals-scale: .9;transform:scale(var(--arrivals-scale));transform-origin:top center;width:calc(100% / var(--arrivals-scale));overflow:hidden}.custom-modal .popup-product-arrivals .row{margin-left:0!important;margin-right:0!important}.custom-modal .popup-product-arrivals [class*=col-]{padding-left:6px!important;padding-right:6px!important}.custom-modal .popup-product-arrivals .product-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.custom-modal .popup-product-arrivals .product-card{padding:10px!important;border-radius:10px}.custom-modal .popup-product-arrivals .product-card__media img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;display:block}.custom-modal .popup-product-arrivals .product-card__name{font-size:12px;line-height:1.35;margin:6px 0 4px}.custom-modal .popup-product-arrivals .product-card__pricing .product-card__price{font-size:14px!important}.custom-modal .popup-product-arrivals .product-card__price-note{font-size:10px!important}.custom-modal .popup-product-arrivals .product-card__cta .product-card__cta-btn{width:100%;justify-content:center;gap:6px;padding:6px 8px}.custom-modal .popup-product-arrivals .product-card__note{font-size:10px;margin-top:4px}.popup-product-arrivals .landscape-tab-products-wrap{margin:0}.section-title{font-size:16px;margin-bottom:12px}.volume-text{font-size:11px}.carousel-nav{width:40px;height:40px;font-size:16px}}.tab-content .swiper{padding-bottom:50px;margin-bottom:-50px;padding-top:20px}@media screen and (max-width: 767px){.tab-content .swiper{padding-top:10px}}.guide-icon-tooltip{position:relative;cursor:pointer;border:none;background:none;padding:0}.guide-icon-tooltip:hover{opacity:.7}.product-tooltip-global .tooltip-content{width:-moz-fit-content;width:fit-content;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 12px;border:1px solid rgba(0,0,0,.06);position:relative}.product-tooltip-global .tooltip-content .tooltip-header{font-size:12px;color:#374151;line-height:1.25;margin-bottom:4px}.product-tooltip-global .tooltip-content .tooltip-pricing{border-top:1px solid #eee;padding-top:4px;margin-top:4px}.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-radius:3px}.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row.highlighted{background-color:#e5e7eb}.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity,.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .price{font-size:12px;color:#374151;line-height:1.25}.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .quantity{width:28px}.product-tooltip-global .tooltip-content .tooltip-pricing .pricing-row .price{white-space:nowrap}.product-tooltip-global .tooltip-content--variants{width:-moz-fit-content;width:fit-content;white-space:nowrap}.product-tooltip-global .tooltip-arrow{position:absolute;width:14px;height:8px}.ltr .product-tooltip-global .tooltip-arrow{left:50%;transform:translate(-50%)}.rtl .product-tooltip-global .tooltip-arrow{right:50%;transform:translate(50%)}.product-tooltip-global .tooltip-arrow svg{width:14px;height:8px;display:block}.product-tooltip-global[data-arrow-position=bottom] .tooltip-arrow{bottom:-8px}.product-tooltip-global[data-arrow-position=bottom] .tooltip-arrow svg{transform:rotate(0)}.product-tooltip-global[data-arrow-position=top] .tooltip-arrow{top:-8px}.ltr .product-tooltip-global[data-arrow-position=top] .tooltip-arrow svg{transform:rotate(180deg)}.rtl .product-tooltip-global[data-arrow-position=top] .tooltip-arrow svg{transform:rotate(-180deg)}.is-new-category{background-color:var(--color-primary)}
