html,*,*:before,*:after{box-sizing:revert}body{font-family:Montserrat,Arial,sans-serif;background:#fff;color:#222;margin:0;padding:0;line-height:1.6;width:100%;max-width:100vw;overflow-x:hidden;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.menu-open{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:Libre Franklin,Arial,sans-serif;font-weight:700;margin:0 0 .5em}:root{--primary: #00ABEC;--bg-light: #f7f9fa;--text-dark: #222;--text-light: #fff;--border-radius: 12px;--transition: .3s cubic-bezier(.4,0,.2,1)}.container{max-width:1300px;padding-left:5%;padding-right:5%;margin:0 auto}.section-container{max-width:1300px;margin:100px auto 50px;padding-left:5%;padding-right:5%}.section-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;margin:0 0 20px}.section-description{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0;margin:0 0 20px}.section-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;width:100%}.col-8{grid-column:1}.col-4{grid-column:2}.col-8 .banner-image{max-height:175px;border-radius:12px;margin-bottom:30px;width:100%;object-fit:cover;display:block}.col-4-images-row{display:flex;gap:20px}.col-4-image{max-height:320px;border-radius:12px;width:50%;object-fit:cover;display:block}.col-4-images-row img:nth-child(2){position:relative;top:50px}.header{display:block;width:100%;box-shadow:0 2px 8px #00000008;animation:slideDownFade .8s ease-out}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header__top{background:#fff;border-bottom:1px solid #f0f0f0}.header__top-inner{display:flex;align-items:center;justify-content:space-between;min-height:90px;padding:0 5%}.logo{display:flex;align-items:center;animation:fadeInScale .8s ease-out .1s both}.logo img{height:40px;width:auto;display:block}.desktop-nav{display:flex;align-items:center}.desktop-actions{display:flex;align-items:center;gap:1.2em}.header__nav-list{display:flex;gap:2em;list-style:none;margin:0;padding:0;font-family:Montserrat,Arial,sans-serif;font-size:1em;font-weight:500}.header__nav-list li a{color:#222;text-decoration:none;transition:color .2s}.header__nav-list li a:hover{color:var(--primary)}.categories-nav{display:flex;justify-content:center;width:100%}.categories-nav__list{display:flex;justify-content:center;margin:0 auto;width:auto;gap:2.5em;list-style:none;font-family:Montserrat,Arial,sans-serif;font-size:1.08em;font-weight:400}.categories-nav__item>a{color:#fff;text-decoration:none;padding:1em 0;display:block;position:relative;transition:color .2s}.categories-nav__item>a:hover,.categories-nav__item>a:focus{color:#e6f7fd}.mobile-menu{position:fixed;top:60px;left:-100%;width:100%;min-height:calc(100vh - 60px);background:#fff;z-index:1000;transition:left .3s ease;overflow-y:auto;padding:0;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:none}.mobile-left,.mobile-right-icons{display:flex;align-items:center;gap:.8em}@media (min-width: 1025px){.header__top-inner{display:flex;align-items:center;justify-content:space-between;min-height:90px;padding:0 5%}.logo{margin-right:auto}.desktop-nav{margin-left:0;margin-right:auto}.desktop-actions,.categories-nav{display:flex!important}.mobile-menu-toggle,.mobile-menu,.mobile-left,.mobile-right-icons{display:none!important}.desktop-actions{margin-left:5em}}@media (max-width: 1024px){.desktop-nav,.desktop-actions,.categories-nav{display:none!important}.mobile-menu-toggle,.mobile-menu,.mobile-left,.mobile-right-icons{display:flex!important}.header__top-inner{display:grid;grid-template-areas:"left logo right";grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;min-height:60px;padding:.5em 20px}.logo{grid-area:logo;justify-self:center;display:flex;align-items:center}.mobile-left{grid-area:left;justify-self:start;display:flex;align-items:center}.mobile-right-icons{grid-area:right;justify-self:end;display:flex;align-items:center}.header__bottom{display:none!important}}.header__bottom{background:var(--primary);color:#fff;position:static;width:100vw;z-index:98;transition:transform .3s ease}.header__bottom.is-sticky{position:fixed;top:0;left:0;width:100vw;z-index:98;transform:translateY(-100%)}.header__bottom.is-sticky.is-visible{transform:translateY(0)}.header__bottom-placeholder{height:48px;width:100%;display:none}.header__bottom-inner{display:flex;align-items:center;justify-content:center;min-height:48px}.categories-nav__item{position:relative;cursor:pointer;transition:background .2s}.categories-nav__item.has-mega:hover>.mega-menu,.categories-nav__item.has-mega:focus-within>.mega-menu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.mega-menu{display:block;position:fixed;left:0;top:148px;right:auto;width:100vw;min-width:320px;max-width:none;min-height:220px;background:#f7f7f7;color:#222;box-shadow:none;opacity:0;pointer-events:none;transform:translateY(-10px) scale(.95);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);z-index:99}.header__bottom.is-sticky .mega-menu{top:60px}.categories-nav__item.has-mega{position:relative}.mega-menu.active{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.mega-menu__container{max-width:1300px;padding:2em 5%;margin:0 auto;display:block}.mega-menu__heading{font-family:Libre Franklin,Arial,sans-serif;font-size:1.5em;font-weight:700;margin-bottom:1.5em;color:#222}.mega-menu__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2em;justify-content:space-between}.mega-menu__box{background:transparent;border-radius:12px;box-shadow:none;text-align:left;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:0;transform:translateY(20px);animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.mega-menu__box:nth-child(1){animation-delay:.1s}.mega-menu__box:nth-child(2){animation-delay:.15s}.mega-menu__box:nth-child(3){animation-delay:.2s}.mega-menu__box:nth-child(4){animation-delay:.25s}.mega-menu__box:nth-child(5){animation-delay:.3s}.mega-menu__box:nth-child(6){animation-delay:.35s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.mega-menu__box:hover,.mega-menu__box:focus{transform:translateY(-4px) scale(1.04)}.mega-menu__image-wrapper{background:#f4ede1;padding:10px;border-radius:12px;margin-bottom:.7em}.mega-menu__box img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:12px;display:block}.mega-menu__box span{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:400;color:#222;font-size:1em}@media (max-width: 1200px){.mega-menu{width:90vw;max-width:98vw}.mega-menu__container{padding-left:2%;padding-right:2%}}@media (max-width: 900px){.mega-menu__grid{grid-template-columns:repeat(3,1fr);gap:1.2em}.mega-menu{width:98vw;min-width:0;left:50%;transform:translate(-50%)}}@media (max-width: 600px){.mega-menu__grid{grid-template-columns:repeat(2,1fr);gap:1em}.mega-menu{width:100vw;left:50%;transform:translate(-50%)}.slider-swiper .swiper-pagination{bottom:15px!important}}@media (max-width: 900px){.header__top-inner{flex-direction:column;align-items:flex-start;gap:.5em}.header__nav-list{gap:1em;font-size:.98em}.header__actions{gap:.8em}.categories-nav__list{gap:1.2em;font-size:1em}.promo-banner,.help-banner{flex-direction:column;gap:1em;text-align:center}.promo-banner__image img,.help-banner__image img{width:100%;max-width:320px}.why-choose-us__grid{flex-direction:column;gap:1em}.footer__links{flex-direction:column;gap:1em;align-items:center}.categories__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.container{padding-left:2%;padding-right:2%}.header__top-inner{flex-direction:column;align-items:stretch;gap:.5em}.header__nav-list{flex-direction:column;gap:.5em;align-items:flex-start}.header__actions{justify-content:flex-end}.header__bottom-inner{min-height:40px}.categories-nav__list{gap:.7em;overflow-x:auto;font-size:.98em;white-space:nowrap}.categories-nav__item{flex:0 0 auto}.mega-menu{min-height:160px}.hero-slider,.slider img{height:180px}.categories__grid{grid-template-columns:1fr}.carousel{gap:.5em}.product-card{min-width:140px;max-width:100%}.testimonial-card{min-width:180px;padding:1em .5em}.promo-banner__image img,.help-banner__image img{width:100%;height:120px}}@media (min-width: 1025px){.desktop-nav,.desktop-actions,.categories-nav{display:flex!important}.mobile-menu-toggle,.mobile-menu,.mobile-left,.mobile-right-icons{display:none!important}.categories-nav{display:flex!important;justify-content:center!important;width:100%}.categories-nav__list{display:flex!important;justify-content:center!important;margin:0 auto!important;width:auto}}@media (max-width: 1024px){.container{padding-left:3%;padding-right:3%}.header__top-inner{display:grid;grid-template-areas:"left logo right";grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;min-height:60px;padding:.5em 20px}.logo{grid-area:logo;justify-self:center;display:flex;align-items:center}.mobile-left{grid-area:left;justify-self:start;display:flex;align-items:center}.mobile-right-icons{grid-area:right;justify-self:end;display:flex;align-items:center}.desktop-nav,.desktop-actions,.categories-nav{display:none!important}.logo img{height:35px;width:100px}.mobile-menu-toggle{display:flex!important}.mobile-menu-toggle span{display:block!important}.mobile-menu{position:fixed;top:60px;left:-100%;width:100%;max-height:calc(100vh - 60px);background:#fff;box-shadow:0 4px 20px #00000026;flex-direction:column;padding:0;transform:translate(0);opacity:1;visibility:visible;transition:left .3s ease;z-index:999;overflow-y:auto}.mobile-menu.active{left:0}.header__nav-list{gap:1.5em;font-size:.95em;flex-direction:column;align-items:center}.header__actions{gap:1em}.categories-nav__list{gap:2em;font-size:1em}.mega-menu{top:138px}.header__bottom.is-sticky .mega-menu{top:60px}.mega-menu__grid{grid-template-columns:repeat(4,1fr);gap:1.5em}.mega-menu__container{padding-top:1.5em;padding-bottom:1.5em}.mobile-menu{min-height:calc(100vh - 60px)}.categories-carousel__swiper .mobile-subitem{margin-right:10px!important}}@media (max-width: 768px){.header__top-inner{min-height:60px;display:grid;grid-template-areas:"left logo right";grid-template-columns:1fr auto 1fr;align-items:center;padding:.5em 25px}.logo{grid-area:logo;justify-self:center;display:flex;align-items:center}.logo img{height:32px;width:90px;display:block}.desktop-nav,.desktop-actions{display:none}.mobile-left{grid-area:left;justify-self:start;display:flex;align-items:center;gap:1em}.mobile-menu-toggle{display:flex!important;align-items:center}.mobile-menu-toggle span{display:block!important}.mobile-search{display:flex;align-items:center}.mobile-right-icons{grid-area:right;justify-self:end;display:flex;align-items:center;gap:.8em}.desktop-actions .header__icon:nth-child(2),.mobile-menu .header__icon:nth-child(2){display:none}.mobile-menu{top:55px;width:100%;max-height:calc(100vh - 55px)}.header__nav-list{gap:1em;font-size:.9em;justify-content:center}.header__actions{gap:.8em;justify-content:center}.mega-menu{top:128px;min-height:180px}.header__bottom.is-sticky .mega-menu{top:68px}.mega-menu__grid{grid-template-columns:repeat(3,1fr);gap:1.2em}.mega-menu__container{padding-top:1.2em;padding-bottom:1.2em}.mega-menu__heading{font-size:1.3em;margin-bottom:1.2em}}@media (max-width: 480px){.container{padding-left:2%;padding-right:2%}.header__top-inner{min-height:55px;display:grid;grid-template-areas:"left logo right";grid-template-columns:1fr auto 1fr;align-items:center;padding:.4em 25px}.logo{grid-area:logo;justify-self:center;display:flex;align-items:center}.logo img{height:28px;width:80px;display:block}.desktop-nav,.desktop-actions{display:none}.mobile-left{grid-area:left;justify-self:start;display:flex;align-items:center;gap:.8em}.mobile-menu-toggle{display:flex!important;align-items:center}.mobile-search{display:flex;align-items:center}.mobile-right-icons{grid-area:right;justify-self:end;display:flex;align-items:center;gap:.6em}.mobile-menu{top:55px;width:280px;max-height:calc(100vh - 55px)}.header__nav-list{gap:.8em;font-size:.85em;flex-wrap:wrap;justify-content:center}.header__actions{gap:.6em}.mega-menu{top:118px;min-height:160px}.header__bottom.is-sticky .mega-menu{top:58px}.mega-menu__grid{grid-template-columns:repeat(2,1fr);gap:1em}.mega-menu__container{padding-top:1em;padding-bottom:1em}.mega-menu__heading{font-size:1.2em;margin-bottom:1em}.mega-menu__box{animation-delay:.05s!important}.mega-menu__box:nth-child(2){animation-delay:.1s!important}.mega-menu__box:nth-child(3){animation-delay:.15s!important}.mega-menu__box:nth-child(4){animation-delay:.2s!important}}@media (hover: none) and (pointer: coarse){.mega-menu__box:hover{transform:none}.categories-nav__item>a{padding:1.2em .5em}.mega-menu__box{padding:.5em}}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5em;flex-direction:column;gap:3px;z-index:1000;align-items:center;justify-content:center;width:32px;height:32px;position:relative;border-radius:50%;transition:background .2s}.mobile-menu-toggle:focus{outline:2px solid #1976d2;outline-offset:2px;background:#1976d214}.mobile-menu-toggle:active{background:#11111114}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:#111;border-radius:1.5px;transition:all .4s cubic-bezier(.68,-.55,.27,1.55);position:absolute;left:6px;box-shadow:none}.mobile-menu-toggle span:nth-child(1){top:8px}.mobile-menu-toggle span:nth-child(2){top:15px}.mobile-menu-toggle span:nth-child(3){top:22px}.mobile-menu-toggle.active span{background:#111}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg) scale(1.05)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(.5)}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg) scale(1.05)}.mobile-menu{position:fixed;top:68px;left:-100%;width:100%;height:100%;max-height:calc(100% - 68px);background:#fff;z-index:1000;transition:left .3s ease;overflow-y:auto;padding:0;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:none}.mobile-menu.active{left:0;box-shadow:0 4px 20px #00000026}.mobile-categories{background:#f7f9fa;color:#222;padding:20px;flex:1}.mobile-categories__list{list-style:none;margin:0;padding:0}.mobile-categories__list li{border-bottom:1px solid #e0e0e0}.mobile-categories__list li:last-child{border-bottom:none}.mobile-category-item{display:flex;align-items:center;text-decoration:none;color:#222;padding:15px 0;transition:all .3s ease}.mobile-category-item:hover{background:#00000005}.mobile-category-item__image-wrapper{background:#f4ede1;padding:5px;border-radius:12px;margin-right:15px;flex-shrink:0}.mobile-category-item__image{width:80px;height:60px;border-radius:8px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.mobile-category-item__image img{width:100%;height:100%;object-fit:cover}.mobile-category-item span{font-family:Montserrat,Arial,sans-serif;font-size:1em;font-weight:600;line-height:1.2;flex:1}.mobile-category-item__dropdown-icon{color:#666;transition:transform .3s ease;flex-shrink:0}.mobile-subitems{list-style:none;margin:0;padding:0;background:#f0f0f0;display:none;border-top:1px solid #e0e0e0}.mobile-category-item--has-subitems.active .mobile-subitems{display:block}.mobile-subitems li{border-bottom:1px solid #e0e0e0}.mobile-subitems li:last-child{border-bottom:none}.mobile-subitem{display:flex;align-items:center;text-decoration:none;color:#222;padding:12px 15px 12px 30px;transition:all .3s ease}.mobile-subitem:hover{background:#00000005}.mobile-subitem__image-wrapper{background:#f4ede1;padding:3px;border-radius:12px;margin-right:12px;flex-shrink:0}.mobile-subitem__image{width:60px;height:45px;border-radius:6px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.mobile-subitem__image img{width:100%;height:100%;object-fit:cover}.mobile-subitem span{font-family:Montserrat,Arial,sans-serif;font-size:.9em;font-weight:500;line-height:1.2;flex:1}.mobile-general-menu{background:#fff;padding:15px 20px;border-top:1px solid #f0f0f0}.mobile-general-menu .header__nav-list{flex-direction:row;gap:20px;justify-content:center;margin:0}.mobile-general-menu .header__nav-list li a{font-size:1em;padding:0;display:block;border-bottom:none;white-space:nowrap}@media (max-width: 480px){.mobile-category-item{padding:12px 0}.mobile-category-item__image{width:70px;height:50px}.mobile-category-item span{font-size:.9em}.mobile-general-menu .header__nav-list{gap:15px}.mobile-general-menu .header__nav-list li a{font-size:.9em}}.mobile-category-item-row{display:flex;align-items:center;width:100%;justify-content:space-between}.mobile-category-item__dropdown-btn{background:none;border:none;padding:0 0 0 10px;cursor:pointer;display:flex;align-items:center;height:100%;margin-left:auto}.mobile-category-item__dropdown-icon{color:#666;transition:transform .3s ease;flex-shrink:0;width:22px;height:22px}.mobile-category-item--has-subitems.active .mobile-category-item__dropdown-icon{transform:rotate(180deg)}.categories-nav__dropdown-icon{display:inline-block;margin-left:6px;vertical-align:middle;color:#fff;transition:transform .3s}.categories-nav__item.has-mega:hover .categories-nav__dropdown-icon,.categories-nav__item.has-mega:focus-within .categories-nav__dropdown-icon{transform:rotate(180deg)}@media (max-width: 1023px){.desktop-nav,.desktop-actions,.categories-nav{display:none!important}.mobile-menu-toggle,.mobile-menu,.mobile-left,.mobile-right-icons{display:flex!important}}@media (min-width: 1025px){.desktop-nav,.desktop-actions,.categories-nav{display:flex!important}.mobile-menu-toggle,.mobile-menu,.mobile-left,.mobile-right-icons{display:none!important}}@media (max-width: 1024px) and (min-width: 769px){.header__bottom{display:none!important}}@media (max-width: 1024px){.mobile-left,.mobile-right-icons{gap:.8em}}.icon-bg{display:flex;align-items:center;justify-content:center;background:#00abec;border-radius:50%;position:relative;width:40px;height:40px!important;transition:background .2s,box-shadow .2s}span.cart-count-badge{position:absolute;top:-6px;right:-6px;background-color:red;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:9999px;line-height:1;min-width:16px;max-height:25px;text-align:center}.header__icon img{width:20px;height:20px}.header__icon:hover .icon-bg,.header__icon:focus .icon-bg{background:#007fa3}.slider-section{width:100%;max-width:100vw;position:relative;height:78vh;min-height:220px;max-height:600px;overflow:hidden;padding:0;margin:0 auto;animation:fadeInScale 1s ease-out .2s both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.slider-swiper,.slider-swiper .swiper-wrapper,.slider-swiper .swiper-slide{width:100%!important;height:100%!important;min-height:inherit;max-height:inherit;box-sizing:border-box;margin:0!important;padding:0!important}.slider-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.slider-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;box-sizing:border-box;margin:0;padding:0}.slider-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:30px!important;display:flex;justify-content:center;gap:8px;z-index:10}.slider-swiper .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #fff;opacity:1;transition:border-color .2s,background .2s;margin:0;box-sizing:border-box;position:relative;z-index:1}.slider-swiper .swiper-pagination-bullet-active{background:#00abec;border:2px solid #00ABEC;box-shadow:none}.slider-swiper .swiper-pagination-bullet-active:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;border-radius:50%;border:2px solid #00ABEC;transform:translate(-50%,-50%);pointer-events:none;z-index:0}@media (max-width: 600px){.slider-section{min-height:140px;max-height:260px;height:32vh}.slider-swiper,.slider-swiper .swiper-wrapper,.slider-swiper .swiper-slide,.slider-swiper .swiper-slide img{width:100%!important;height:100%!important;min-height:inherit;max-height:inherit;margin:0;padding:0}.slider-swiper .swiper-pagination{bottom:15px!important}}.categories-carousel-section{width:100%;background:#fff;animation:slideUpFade .8s ease-out .4s both}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.categories-carousel__container{max-width:1300px;padding:100px 5% 50px;margin:0 auto}.categories-carousel__header-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}.categories-carousel__controls{display:flex;gap:12px;margin-left:auto}.categories-carousel__btn{background:#f4ede1!important;color:#333!important;border:1px solid #e0e0e0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;cursor:pointer;transition:background .2s,border-color .2s}.categories-carousel__btn:hover,.categories-carousel__btn:focus{background:#e6f7fd;border-color:#00abec}.categories-carousel__swiper{width:100%;margin:0 auto}.categories-carousel__swiper .swiper-wrapper,.categories-carousel__swiper-categories .swiper-wrapper{gap:0}.categories-carousel__swiper .swiper-slide{display:flex;align-items:stretch;height:auto}.categories-carousel__swiper .mobile-subitem{display:grid!important;padding:0!important}.categories-carousel__swiper .mobile-subitem__image-wrapper{padding:10px!important}.categories-carousel__swiper .mobile-subitem__image{background:none!important;border-radius:12px!important;height:230px;width:100%!important;object-fit:cover!important;display:block!important}.categories-carousel__swiper .mobile-subitem span:last-child{color:#222;text-align:left;width:100%}@media (max-width: 1024px){.categories-carousel__container{padding-top:60px;padding-bottom:30px}.categories-carousel__header-row{margin-bottom:20px}.categories-carousel__heading{font-size:1.3rem}.categories-carousel__btn{width:34px;height:34px;font-size:1.1rem}.categories-carousel__swiper .mobile-subitem{min-width:0;max-width:100%;padding:0}.categories-carousel__swiper .mobile-subitem__image-wrapper{width:100%;height:auto;padding:0}.categories-carousel__swiper .mobile-subitem__image{width:100%;height:150px}.categories-carousel__swiper .mobile-subitem{margin-right:10px!important}}.categories-carousel__heading{flex:0 1 auto;margin:0}.categories-carousel__controls{flex:0 0 auto;margin-left:auto}.categories-carousel__swiper .mobile-subitem:hover{background:transparent!important}.categories-carousel__swiper .mobile-subitem__image-wrapper{margin-right:0!important}.categories-carousel__reviews-row,.categories-carousel__price-row{display:flex;align-items:center;gap:10px}span.mobile-subitem__title{margin-top:10px}.categories-carousel__price{font-family:Montserrat,sans-serif!important;font-weight:700!important;font-style:normal;font-size:22px!important;line-height:120%!important;letter-spacing:0;color:#222}.categories-carousel__sale-price{font-family:Montserrat,sans-serif!important;font-weight:400!important;font-style:normal;font-size:12px;line-height:120%;letter-spacing:0;color:#999;text-decoration:line-through}.categories-carousel__swiper-categories .mobile-subitem>span:nth-of-type(2){margin-top:20px}@media (max-width: 480px){span.categories-carousel__reviews-row,.categories-carousel__price-row{margin-top:0}.categories-carousel__swiper-categories .mobile-subitem>span:nth-of-type(2){margin-top:10px}.categories-carousel__swiper-categories .swiper-wrapper{gap:20px}}.section-heading-highlight{color:#00abec}.section-button{display:inline-block;font-family:Montserrat,Arial,sans-serif;font-weight:500;font-size:22px;line-height:120%;letter-spacing:0;color:#f7f7f7;background:#00abec;border:none;border-radius:12px;padding:14px 36px;cursor:pointer;text-decoration:none;transition:background .2s;margin-bottom:0}.section-button:hover,.section-button:focus{background:#008bbf;color:#fff}@media (max-width: 768px){.col-4{display:none}.col-8{width:100%;grid-column:1 / -1}}.custom-section{max-width:1300px;padding-left:5%;padding-right:5%;margin:100px auto 50px}.custom-section-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:50px;row-gap:30px;align-items:stretch}.custom-section-col{height:100%}.custom-section-col img.custom-section-img-square{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.custom-section-col.bg-box{background:#f4ede1;border-radius:12px;padding:50px;height:auto}.custom-section-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;margin-bottom:30px}.custom-section-heading-highlight{color:#00abec}.custom-section-description{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0;margin-bottom:30px}.custom-section-button{display:inline-block;font-family:Montserrat,Arial,sans-serif;font-weight:500;font-size:22px;line-height:120%;letter-spacing:0;color:#f7f7f7;background:#00abec;border:none;border-radius:12px;padding:14px 36px;cursor:pointer;text-decoration:none;transition:background .2s;margin-bottom:0}.custom-section-button:hover,.custom-section-button:focus{background:#008bbf;color:#fff}@media (max-width: 900px){.custom-section{padding-left:3%;padding-right:3%}.custom-section-grid{grid-template-columns:1fr;gap:30px}.custom-section-col{height:auto}.custom-section-col img.custom-section-img-square{width:100%;height:auto;max-height:320px}.custom-section-col.bg-box{padding:24px}}.full-width-section{width:100%;padding-top:50px;padding-bottom:50px;background:#f7f7f7;margin-top:100px;margin-bottom:100px}.full-width-section-container{max-width:1300px;padding-left:5%;padding-right:5%;margin:auto}.icon-box-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:0}.icon-box{display:flex;flex-direction:column;align-items:center;padding:24px 16px;background:transparent;border-radius:0;box-shadow:none}.icon-box__icon{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.icon-box__heading{font-family:Montserrat,Arial,sans-serif;font-size:24px;font-weight:500;line-height:120%;letter-spacing:0;margin:0;text-align:center}.icon-box-divider{width:1px;height:60px;display:block!important;background:#e0e0e0;margin:0 16px}@media (max-width: 900px){.icon-box-grid{grid-template-columns:1fr;row-gap:24px}.icon-box-divider{display:none!important}}.choose-us-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;margin-bottom:50px;text-align:center}.choose-us-highlight{color:#00abec}.banner5-section{width:100%;height:850px;background:url(/cdn/shop/files/banner5.jpg?v=1752672935) center center/cover no-repeat}.banner5-section-container{max-width:1300px;padding:50px 5%;margin:auto}.banner5-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;text-align:center}.banner5-heading-highlight{color:#00abec}.banner5-description{width:70%;margin:50px auto;font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:20px;line-height:100%;letter-spacing:0;text-align:center}@media (max-width: 900px){.banner5-section{height:500px}.banner5-section-container{padding:30px 3%}.banner5-description{width:100%;font-size:18px;margin:30px auto}.banner5-heading{font-size:28px}}.custom-max-section{max-width:1300px;margin:100px auto;padding-left:5%;padding-right:5%}.faq-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:40px;line-height:150%;letter-spacing:0;text-align:center;vertical-align:middle;text-transform:capitalize;margin:0 0 50px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}.faq-col,.faq-accordion{display:flex;flex-direction:column;gap:24px}.faq-question{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.faq-toggle{width:100%;background:none;border:none;outline:none;font-family:Montserrat,Arial,sans-serif;font-size:20px;font-weight:500;text-align:left;padding:24px 24px 24px 56px;position:relative;cursor:pointer;display:flex;align-items:center;transition:background .2s}.faq-toggle:hover,.faq-toggle[aria-expanded=true]{background:#fff}.faq-toggle-icon{position:absolute;left:15px;font-size:28px;font-weight:700;color:#333;transition:none}.faq-toggle[aria-expanded=true] .faq-toggle-icon{color:var(--primary)}.faq-answer{display:none;padding:0 24px 24px 56px;font-family:Montserrat,Arial,sans-serif;font-size:18px;color:#333;line-height:150%}.faq-toggle[aria-expanded=true]+.faq-answer{display:block}@media (max-width: 900px){.faq-grid{grid-template-columns:1fr;gap:24px}.faq-heading{font-size:28px;margin-bottom:32px}.faq-toggle{font-size:18px;padding:18px 18px 18px 44px}.faq-answer{font-size:16px;padding:0 18px 18px 44px}}.new-section{max-width:1300px;margin:auto auto 100px;padding-left:5%;padding-right:5%}.new-section-container{width:100%}.new-section-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:120%;letter-spacing:0%;text-align:center;margin:0 0 20px;color:var(--text-dark)}.new-section-heading-highlight{color:var(--primary)}.new-section-description{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:18px;line-height:140%;letter-spacing:0;margin:0 0 30px;color:#666}.testimonials-carousel{margin-top:50px}.testimonials-carousel__container{position:relative;max-width:100%;overflow:hidden;padding:20px 0}.testimonials-carousel__swiper{overflow:visible;padding:40px 20px}.testimonials-carousel__swiper .swiper-wrapper{align-items:stretch;padding:15px 0}.testimonials-carousel__swiper .swiper-slide{height:auto;display:flex}.testimonial-box{background-color:#f4ede1;border-radius:12px;padding:30px;display:flex;flex-direction:row;align-items:flex-start;gap:20px;box-shadow:0 2px 8px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.testimonial-image{flex-shrink:0}.testimonial-image img{width:140px;height:140px;border-radius:8px;object-fit:cover;box-shadow:0 2px 8px #0000001a}.testimonial-box:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000014}.testimonial-content{flex:1;display:flex;flex-direction:column}.testimonial-text{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#333;margin:0 0 20px;flex:1}.testimonial-author{display:flex;flex-direction:column;gap:4px}.author-info{display:flex;align-items:center;gap:12px}.author-avatar{flex-shrink:0}.author-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 1px 4px #0000001a}.author-details{display:flex;flex-direction:column;gap:2px}.author-name{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:14px;color:#222}.author-location{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:12px;color:#666}.testimonials-carousel__header-row{display:flex;justify-content:flex-end;align-items:center;margin-bottom:30px}.testimonials-carousel__controls{display:flex;gap:16px}.testimonials-carousel__btn{width:48px;height:48px;border:1px solid #e0e0e0;background:#f4ede1;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666}.testimonials-carousel__btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.testimonials-carousel__btn svg{width:20px;height:20px}@media (max-width: 768px){.testimonial-box{padding:20px;flex-direction:column;gap:15px;text-align:center}.testimonial-image{align-self:center}.testimonial-image img{width:100px;height:100px}.testimonial-text{font-size:14px}.testimonials-carousel__btn{width:40px;height:40px}.testimonials-carousel__swiper{padding:20px 10px}.testimonials-carousel__swiper .swiper-wrapper{padding:10px 0}.author-info{justify-content:center}}@media (max-width: 480px){.testimonial-box{padding:15px;gap:12px}.testimonial-image img{width:80px;height:80px}.testimonial-text,.author-name{font-size:13px}.author-location{font-size:11px}.author-avatar img{width:35px;height:35px}.testimonials-carousel__swiper{padding:15px 5px}.testimonials-carousel__swiper .swiper-wrapper{padding:8px 0}.testimonials-carousel__btn{width:36px;height:36px}.testimonials-carousel__btn svg{width:16px;height:16px}}@media (max-width: 768px) and (min-width: 500px){.mobile-menu .header__search-btn{right:20em!important}}.header__search-form{display:flex;align-items:center;position:relative;height:40px}.header__search-input{padding:.5em 1em;background:var(--primary);border-radius:50px!important;color:#fff;height:30px;width:250px;border:0}.header__search-input:focus{outline:none;border:1.5px solid var(--primary)}.header__search-btn{background:transparent;border:0;padding:0;position:absolute;right:1em}.header__search-btn i.fas.fa-search{font-size:1.5em}.header__search-input::placeholder{color:#fff;opacity:1}.mobile-menu .header__search-form{margin:0!important;justify-content:center;padding:20px 0;background:#f7f9fa}.mobile-menu .header__search-btn{right:8em}@media (max-width: 400px){.header__search-input{width:110px;font-size:.95em}.mobile-menu .header__search-btn{right:1.2em}}@media (max-width: 480px){.mobile-search{display:none!important}}@media (max-width: 1024px){.mobile-search{display:none!important}}@media (max-width: 1024px) and (min-width: 900px){.mobile-menu .header__search-btn{right:29em!important}}@media (max-width: 899px) and (min-width: 769px){.mobile-menu .header__search-btn{right:22em!important}}.footer{background-color:#f7f7f7;width:100%;padding:0 0 20px;margin-top:0}.footer-container{max-width:1300px;margin:0 auto;padding:0 5%}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:80px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column;animation:fadeInUp .6s ease-out both}.footer-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:18px;color:var(--primary);margin:0 0 20px}.footer-text p{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:14px!important;line-height:150%;color:#333;margin:0 0 20px!important}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:14px;color:#666;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #e0e0e0;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.footer-social{display:flex;gap:16px;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:transparent;color:#666;text-decoration:none;transition:all .3s ease;font-size:16px}.social-icon:hover{background:var(--primary);color:#fff;transform:translateY(-2px) scale(1.12);box-shadow:0 4px 16px #0000001a}.footer-copyright{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:12px;color:#999;margin:0}@media (max-width: 1200px){.footer-content{grid-template-columns:repeat(4,1fr);gap:40px}}@media (max-width: 900px){.footer-content{grid-template-columns:repeat(2,1fr);gap:35px}.footer-heading{font-size:17px;margin-bottom:16px}.footer-text,.footer-links a,.footer-contact p,.contact-item span{font-size:13px}}@media (max-width: 768px){.footer{padding:0 0 20px;margin-top:0}.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}.footer-heading{font-size:16px;margin-bottom:15px}.footer-text,.footer-links a,.footer-contact p,.contact-item span{font-size:12px}.footer-links li{margin-bottom:10px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}.footer-social{gap:12px}.social-icon{width:28px;height:28px;font-size:14px}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;gap:25px}.footer-heading{font-size:15px;margin-bottom:12px}.footer-text,.footer-links a,.footer-contact p,.contact-item span{font-size:11px}.footer-links li{margin-bottom:8px}.footer-bottom{gap:12px}.footer-social{gap:10px}.social-icon{width:26px;height:26px;font-size:13px}.footer-copyright{font-size:11px}}.footer-upper,.footer-top{width:100%;background:#f7f9fa;padding:40px 0 30px;border-bottom:1px solid #e0e0e0;margin-bottom:40px}.footer-upper-content,.footer-top-content{max-width:1300px;margin:0 auto;padding:0 5%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px;flex-direction:row}@media (max-width: 900px){.footer-upper-content,.footer-top-content{flex-direction:column;gap:24px;text-align:center;padding:0 3%}.footer-upper,.footer-top{padding:30px 0 20px;margin-bottom:24px}}@media (max-width: 600px){.footer-upper-content,.footer-top-content{gap:16px;padding:0 2%}.footer-upper,.footer-top{padding:20px 0 10px;margin-bottom:16px}}.footer-stores{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin-bottom:20px}.store-item{display:flex;flex-direction:column}.store-info{display:flex;flex-direction:column;gap:2px}.store-name{font-family:Montserrat,Arial,sans-serif;font-weight:500;font-size:13px;color:#222}.store-phone{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:12px;color:#666;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .3s ease}.store-phone:hover{color:var(--primary)}.store-phone svg{flex-shrink:0}@media (max-width: 1200px){.footer-stores{grid-template-columns:1fr;gap:8px 0}}@media (max-width: 900px){.footer-stores{grid-template-columns:1fr;gap:6px 0}.store-name{font-size:12px}.store-phone{font-size:11px}}@media (max-width: 768px){.footer-stores{grid-template-columns:repeat(2,1fr);gap:6px 0}.store-name{font-size:11px}.store-phone{font-size:10px}}@media (max-width: 480px){.footer-stores{grid-template-columns:repeat(2,1fr);gap:5px 0}.store-name{font-size:10px}.store-phone{font-size:9px}}@media (max-width: 360px){.footer-stores{gap:4px 0}.store-name{font-size:9px}.store-phone{font-size:8px}}.newsletter-section{background:#f7f9fa;padding:40px 0 30px;border-bottom:1px solid #e0e0e0;margin-bottom:40px}.newsletter-content{display:flex;justify-content:space-between;align-items:center}.newsletter-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:24px;color:#222;margin:0}.newsletter-form{display:flex;align-items:center;gap:0;width:100%;max-width:400px!important;position:relative}.newsletter-input{flex:1;padding:.5em 1em;border-radius:8px;border:1px solid #ddd;font-size:1em;background:#fff;color:#222;height:30px;width:280px}.newsletter-input:focus{outline:none;border:1.5px solid var(--primary)}.newsletter-button{position:absolute;right:4px;top:50%;transform:translateY(-50%);border-radius:6px;padding:.5em 1.2em;height:80%;background:var(--primary);color:#fff;border:none;font-size:1em;cursor:pointer;transition:background .2s;z-index:2}.newsletter-input{padding-right:110px}.newsletter-button:hover{background:#008bbf}@media (max-width: 900px){.newsletter-content{flex-direction:column;gap:24px;text-align:center;padding:0 3%}.newsletter-section{padding:30px 0 20px;margin-bottom:24px}.newsletter-form{width:100%;max-width:100%;justify-content:center}}@media (max-width: 600px){.newsletter-content{gap:16px;padding:0 2%}.newsletter-section{padding:20px 0 10px;margin-bottom:16px}.newsletter-heading{font-size:18px;display:flex;align-items:center}.newsletter-form{flex-direction:column;gap:10px;align-items:stretch}.newsletter-button{width:100%;padding:.7em 0}}i.far.fa-envelope{color:var(--primary);margin-right:10px;font-size:28px}span.newsletter-input-text{color:var(--primary);font-weight:600;position:absolute;right:1em;top:10px}@media (max-width: 900px){span.newsletter-input-text{right:10em}}@media (max-width: 550px){span.newsletter-input-text{right:2em}.newsletter-input{width:250px}}@media (max-width: 400px){.newsletter-input{width:200px}}@media (max-width: 370px){.section-heading{font-size:32px}}@media (max-width: 400px){.mobile-menu .header__search-btn{right:7em}.header__search-input{width:250px;font-size:.95em}}.slider-section .slider-overlay{position:absolute;top:0;left:0;width:100%;display:block;height:100%;background:#00000040;z-index:2;pointer-events:none}.slider-video{width:100%;height:100%;object-fit:cover;display:block}.mobile-menu.active+html{overflow:hidden}.no-scroll{overflow:hidden;position:fixed;width:100%}.contact-item{display:flex;gap:10px;margin-bottom:10px;align-items:center}.product.grid,.product.grid *{box-sizing:border-box}.product__grid .mobile-subitem__image{background:none!important;border-radius:12px!important;width:100%!important;height:230px;object-fit:cover!important;display:block!important}.product__grid .mobile-subitem{display:grid!important;padding:0!important}.product__grid .mobile-subitem:hover{background:transparent}.cart-item__name,.predictive-search__item-heading{font-size:2rem}.cart-item__name:hover,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none!important}img.cart-item__image{height:100px;object-fit:cover;border-radius:10px!important}.quantity:after{border-radius:10px}h1.title.title--primary,.template-search__header>h1{text-transform:capitalize}.predictive-search__result-group:first-child{display:none}predictive-search[open] .predictive-search{border-radius:12px;margin-top:10px;overflow:hidden}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:8rem 1fr!important}.predictive-search__image{grid-area:product-image;object-fit:cover!important;height:80px;width:80px;border-radius:10px!important;font-family:"object-fit: contain"}.predictive-search__item--term{font-size:2rem}.template-search__search .field:after,.template-search__search .field:hover.field:after,.template-search__search .field input:focus{border-radius:10px;box-shadow:0 0 0 var(--inputs-border-width) #12121224}.custom__add_to_cart__button{border:none;background:var(--primary);color:#fff;font-weight:500;text-transform:capitalize}.custom__add_to_cart__button:after{display:none}.product-form__input--dropdown .select:after,.product-form__input--dropdown .product__info-wrapper,.product-form__input--dropdown .select__select:focus{border-radius:10px!important;box-shadow:0 0 0 var(--inputs-border-width) #1212122e!important}.product__info-wrapper .quantity:after{border-radius:10px;box-shadow:0 0 0 var(--inputs-border-width) #1212122e}.product__info-wrapper .product__description.rte.quick-add-hidden p{font-size:16px!important}.product__info-wrapper .product__title{text-transform:uppercase}.product-features-section{background:transparent}.product-features-section-container{max-width:1300px;margin:100px auto 50px;padding-left:5%;padding-right:5%}.product-features-heading{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:36px;line-height:120%;letter-spacing:0;margin:0 0 20px;text-align:center}.product-features-description{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:20px;line-height:120%;letter-spacing:0;text-align:center;max-width:80%;margin:0 auto 20px}.product-features-icon-box-grid{display:flex;justify-content:center;align-items:stretch;gap:32px}.product-features-icon-box{background:#f7f7f7;border-radius:16px;box-shadow:none;border:1px solid #3333331A;padding:2em 1.5em 1.5em;flex:1 1 0;display:flex;flex-direction:column;align-items:center;min-width:220px;max-width:340px;text-align:center}.product-features-icon-box span.icon-box__icon{margin:30px 0}.product-features-icon-box h3.icon-box__heading{margin-top:20px}.product-features-icon-box .icon-box__icon img{height:100px}@media (max-width: 900px){.product-features-icon-box-grid{flex-direction:column;gap:24px;align-items:center}.product-features-icon-box{max-width:95%;min-width:0}.product-features-description{max-width:95%;font-size:1em}}@media (max-width: 600px){.product-features-icon-box{padding:1.2em .7em 1em;font-size:.98em}.product-features-description{font-size:.98em;padding-left:.5em;padding-right:.5em}}.overlap-section{position:relative;margin-bottom:4em;height:70vh;min-height:400px;display:flex;align-items:center;padding-top:7em}.overlap-section__container{max-width:1300px;margin:0 auto;padding-left:5%;padding-right:5%;position:relative;width:100%;height:100%}.overlap-section__image-wrapper{width:100%;height:100%}.overlap-section__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.overlap-section__content{position:absolute;top:-5em;left:50%;transform:translate(-50%);width:70%;background:#fff;box-shadow:none!important;border-radius:10px!important;padding:2.5em 2em;z-index:2;text-align:center;transition:width .2s,padding .2s,top .2s}.overlap-section__content h2{margin-bottom:.5em;font-size:2em;color:#222!important;transition:font-size .2s}.overlap-section__content p{font-size:1.15em;color:#444;transition:font-size .2s}@media (max-width: 900px){.overlap-section__content{width:90%;padding:1.5em 1em;top:-3em}}@media (max-width: 600px){.overlap-section{height:45vh;min-height:250px;padding-top:3em}.overlap-section__content{width:90%;padding:1em .5em;top:-1.5em}.overlap-section__content h2{font-size:1.2em}.overlap-section__content p{font-size:.95em}.overlap-section__image-wrapper img{border-radius:8px}}.about-hero-bg-section{position:relative;min-height:70vh;display:flex;margin-bottom:50px;align-items:center;justify-content:flex-start}.about-hero-bg-overlay{position:absolute;display:block!important;top:0;left:0;right:0;bottom:0;background:linear-gradient(269.82deg,#f4ede129 22.2%,#0000008a 59.59%);z-index:1}.about-hero-bg-content{position:relative;z-index:2;text-align:left;color:#fff;width:100%}.about-hero-bg-heading{font-size:2.5rem;margin-bottom:.5em;max-width:400px;color:#fff}.about-hero-bg-description{font-size:1.25rem;max-width:400px;margin:0}@media (max-width: 700px){.about-hero-bg-section{min-height:35vh;margin-bottom:30px;justify-content:center;padding:0 10px}.about-hero-bg-content{text-align:center;padding:0}.about-hero-bg-heading{font-size:1.5rem}.about-hero-bg-description{font-size:1rem}}.product-tabs-section{padding:4em 0;background:#fff}.product-tabs-grid{display:grid;grid-template-columns:1fr 1fr;gap:4em;align-items:center}.product-tabs-image-column{position:relative}.product-tabs-image{width:100%;height:330px;object-fit:contain;display:block}.product-tabs-accordion-column{padding:1em 0}.accordion{display:flex;flex-direction:column}.accordion-item{border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.accordion-item:last-child{border-bottom:none}.accordion-item:hover{background-color:#fafafa00}.accordion-header{width:100%;padding:1.5em 0;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:1em;font-family:Montserrat,Arial,sans-serif;font-size:1.1em;font-weight:500;color:#222;transition:color .3s ease}.accordion-header:hover,.accordion-header[aria-expanded=true]{color:var(--primary)}.accordion-icon{color:var(--primary);font-size:1.2em;flex-shrink:0}.accordion-header span{flex:1}.accordion-toggle{color:#666;font-size:1em;transition:color .3s ease;flex-shrink:0}.accordion-header[aria-expanded=true] .accordion-toggle{color:var(--primary)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item.active .accordion-content{max-height:200px}.accordion-body{padding:0 0 1.5em;background:transparent}.accordion-body-columns{padding:0 30px 1.5em;background:transparent}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;border-bottom:1px solid #f0f0f0}.spec-row:last-child{border-bottom:none}.spec-label{font-family:Montserrat,Arial,sans-serif;font-weight:500;color:#333;text-align:left}.spec-value{font-family:Montserrat,Arial,sans-serif;font-weight:400;color:#666;text-align:right;text-transform:capitalize;max-width:50%}.accordion-body p{font-family:Montserrat,Arial,sans-serif;font-size:1em;line-height:1.6;color:#555;margin:0}@media (max-width: 1024px){.container{padding-left:5%;padding-right:5%}.product-tabs-grid{gap:3em}.product-tabs-image{height:300px}}@media (max-width: 768px){.product-tabs-section{padding:3em 0}.product-tabs-grid{grid-template-columns:1fr;gap:2em;align-items:start}.product-tabs-image{height:280px;margin-bottom:1em}.accordion-header{padding:1em 0;font-size:1em}.accordion-body{padding:0 0 1.2em}.accordion-body-columns{padding:0 15px 1.2em}.spec-row{flex-direction:column;align-items:flex-start;gap:.3em;padding:.8em 0}.spec-label,.spec-value{text-align:left}.spec-value{font-weight:600;color:var(--primary)}}@media (max-width: 600px){.container{padding-left:5%;padding-right:5%}}@media (max-width: 480px){.container{padding-left:5%;padding-right:5%}.product-tabs-section{padding:2em 0}.product-tabs-image{height:220px}.accordion-header{padding:.8em 0;font-size:.95em;gap:.8em}.accordion-icon{font-size:1em}.accordion-body{padding:0 0 1em}.accordion-body-columns{padding:0 10px 1em}.accordion-body p{font-size:.9em}.spec-row{padding:.6em 0}.spec-label,.spec-value{font-size:.9em}}.product-image-wrapper{position:relative;display:inline-block;width:100%}.product-badges{position:absolute;top:8px;left:8px;display:flex;flex-wrap:nowrap;gap:3px;z-index:10}.product-badge{display:inline-block;padding:3px 6px;font-family:Montserrat,Arial,sans-serif;font-size:1.2rem!important;line-height:1.2rem!important;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border-radius:2px;color:#fff!important;white-space:nowrap}.product-badge--new{background:linear-gradient(135deg,#4caf50,#45a049)}.product-badge--sale{background:linear-gradient(135deg,#f44336,#d32f2f)}.product-badge--hot{background:linear-gradient(135deg,#ff9800,#f57c00)}.product-badge:hover{transform:scale(1.05);transition:transform .2s ease}.categories-carousel__header-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.shop-all-btn{display:inline-block;padding:8px 20px;font-family:Montserrat,Arial,sans-serif;font-weight:500;text-decoration:none;color:#333;border:1.5px solid #333;border-radius:25px;background:transparent;transition:all .3s ease;white-space:nowrap}.shop-all-btn:hover{background:#333;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.shop-all-btn:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}@media (max-width: 768px){.categories-carousel__header-row{gap:1rem;justify-content:space-between}.shop-all-btn{padding:6px 16px;font-size:.8rem;margin-left:0;order:2}.categories-carousel__heading{order:1;flex:1}.categories-carousel__controls{order:3}}@media (max-width: 480px){.categories-carousel__header-row{flex-direction:column;align-items:flex-start;gap:.8rem}.shop-all-btn{align-self:center;padding:5px 14px;font-size:.75rem}.categories-carousel__heading{margin-bottom:0}.categories-carousel__controls{align-self:flex-end}}@media (max-width: 768px){.container{padding-left:5%;padding-right:5%}.section-container{margin-top:60px;margin-bottom:30px;padding-left:4%;padding-right:4%}.section-heading{font-size:28px;margin-bottom:15px}.section-description{font-size:16px;margin-bottom:15px}.section-grid{grid-template-columns:1fr;gap:25px}.col-8 .banner-image{max-height:140px;margin-bottom:20px}.col-4-images-row{gap:15px}.custom-section{padding:40px 0}.custom-section-grid{grid-template-columns:1fr;gap:25px}.custom-section-heading{font-size:26px;margin-bottom:15px}.custom-section-description{font-size:15px;margin-bottom:20px}.full-width-section{padding:40px 0}.choose-us-heading{font-size:26px;margin-bottom:25px}.icon-box-grid{grid-template-columns:1fr;gap:20px}.icon-box__heading{font-size:16px}.categories-carousel-section{padding:30px 0}.categories-carousel__heading{font-size:24px;margin-bottom:15px}.mobile-subitem{padding:12px}.mobile-subitem__image{height:160px}.categories-carousel__price{font-size:16px}.categories-carousel__sale-price{font-size:14px}}@media (max-width: 480px){.container{padding-left:5%;padding-right:5%}.section-container{margin-top:40px;margin-bottom:20px;padding-left:3%;padding-right:3%}.section-heading{font-size:22px;margin-bottom:12px}.section-description{font-size:14px;margin-bottom:12px}.section-grid{gap:20px}.col-8 .banner-image{max-height:120px;margin-bottom:15px}.col-4-images-row{gap:10px}.custom-section{padding:30px 0}.custom-section-heading{font-size:20px;margin-bottom:12px}.custom-section-description{font-size:13px;margin-bottom:15px}.full-width-section{padding:30px 0}.choose-us-heading{font-size:20px;margin-bottom:20px}.icon-box-grid{gap:15px}.icon-box__heading{font-size:14px}.categories-carousel-section{padding:20px 0}.categories-carousel__heading{font-size:20px;margin-bottom:12px}.mobile-subitem{padding:8px}.mobile-subitem__image{height:140px}.categories-carousel__price{font-size:14px}.categories-carousel__sale-price{font-size:12px}.categories-carousel__reviews-count{font-size:9px!important}.section-button,.custom-section-button{padding:10px 20px;font-size:14px}.categories-carousel__header-row{flex-direction:row;align-items:center;gap:.8rem}.categories-carousel__heading{font-size:24px;line-height:24px;margin-bottom:0}.section-container{margin-top:40px;margin-bottom:20px;padding-left:5%;padding-right:5%}.custom-section{padding:30px 5%;margin-bottom:50px;margin-top:50px}.categories-carousel-section{padding:0}.full-width-section{padding:30px 0;margin-top:50px;margin-bottom:50px}.choose-us-heading{font-size:24px;margin-bottom:20px}}@media (max-width: 900px){.custom-section{padding-left:5%;padding-right:5%}.full-width-section .icon-box-grid{flex-direction:column;gap:24px;align-items:stretch}}@media (max-width: 768px){.custom-section{padding:40px 5%}.categories-carousel__heading{order:1;flex:none}}.features-section{padding:4em 0;background:#f4ede1}.features-section__title{font-family:Libre Franklin,Arial,sans-serif;font-weight:500;font-size:2.5em;line-height:1.2;text-align:center;margin-bottom:2em;color:#222}.features-row{display:grid;grid-template-columns:1fr 1fr;gap:3em;align-items:center;margin-bottom:4em;animation:fadeInUp .6s ease-out}.features-row:last-child{margin-bottom:0}.features-row__image{position:relative;overflow:hidden;border-radius:12px;transition:transform .3s ease}.features-row__image:hover{transform:translateY(-8px)}.features-row__image img,.features-row__image video{width:100%;height:300px;object-fit:cover;display:block;transition:transform .3s ease}.features-row__image:hover img{transform:scale(1.05)}.features-row__content{padding:1em}.features-row__content h3{font-family:Libre Franklin,Arial,sans-serif;font-weight:600;font-size:1.8em;margin-bottom:.8em;color:#222;line-height:1.3}.features-row__content p{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:1.1em;line-height:1.6;color:#555;margin:0}.features-row--image-right{grid-template-areas:"content image"}.features-row--image-right .features-row__content{grid-area:content}.features-row--image-right .features-row__image{grid-area:image}.features-row--image-left{grid-template-areas:"image content"}.features-row--image-left .features-row__content{grid-area:content}.features-row--image-left .features-row__image{grid-area:image}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.features-section{padding:3em 0}.features-section__title{font-size:2.2em;margin-bottom:2.5em}.features-row{gap:2.5em;margin-bottom:3.5em}.features-row__image img{height:250px}.features-row__content h3{font-size:1.6em}.features-row__content p{font-size:1em}}@media (max-width: 768px){.features-section{padding:2.5em 0}.features-section__title{font-size:1.8em;margin-bottom:2em}.features-row{grid-template-columns:1fr;gap:1.5em;margin-bottom:3em;text-align:center}.features-row--image-right,.features-row--image-left{grid-template-areas:"image" "content"}.features-row__image img{height:200px}.features-row__content{padding:.5em}.features-row__content h3{font-size:1.4em;margin-bottom:.6em}.features-row__content p{font-size:.95em}}@media (max-width: 480px){.features-section{padding:2em 0}.features-section__title{font-size:1.5em;margin-bottom:1.5em}.features-row{margin-bottom:2.5em}.features-row__image img{height:180px}.features-row__content h3{font-size:1.2em}.features-row__content p{font-size:.9em;line-height:1.5}}span.facet-checkbox__text{font-size:1.2rem;font-weight:500;line-height:1.85rem}span.facets__summary-label,.facets__summary span{font-weight:700;font-size:1.6rem;color:var(--primary)}h2#verticalTitle{display:none}.facets__summary:hover .facets__summary-label,.facets-layout-list .facets__label:hover .facet-checkbox__text-label,.facets-layout-list input:focus~.facet-checkbox__text-label{text-decoration:none!important}.facets__disclosure-vertical:nth-of-type(1){border-top:none}.facets__disclosure[open] .facets__and-helptext,.facets__disclosure-vertical[open] .facets__and-helptext{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom.css.map */
