@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:var(--poppins)}:root{--constant-padding: 45px;--constant-padding-btw-sections: 60px;--poppins: "Lexend";--montserrat: "Lexend";--max-width: 1440px}html,body{width:100%;height:100%}.custom-header-container{display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;top:10px;left:0;width:100%;z-index:999;background:transparent;transition:.3s ease;padding:0px var(--constant-padding)}.invert{filter:invert(1)}.custom-header-wrapper{width:100%;max-width:1440px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0}.custom-header-logo{display:none;max-width:150px;height:100%;align-items:center;justify-content:center}.custom-header-logo img{width:100%;height:100%;object-fit:contain;object-position:center}.custom-header-icons{width:auto;display:flex;align-items:center;justify-content:center;gap:18px}.custom-header-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:50%;cursor:pointer}.custom-header-icon>a{display:flex;align-items:center;justify-content:center;position:relative}.custom-header-icon svg{width:100%;height:100%;object-fit:contain;object-position:center}.custom-header-icon>a>svg>path{fill:#fff}.custom-header-icon>a>span{position:absolute;top:-8px;right:-10px;background:#000;min-width:18px;min-height:18px;border-radius:50px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;padding:0;font-family:var(--montserrat);font-weight:600;border:1px solid}.custom-header-menu-desktop{width:auto;display:flex;align-items:center;justify-content:center;gap:18px}.custom-header-menu-desktop>a{color:#fff;font-size:14px;font-weight:400;font-family:var(--montserrat);line-height:1;text-decoration:none;transition:.3s ease;display:flex;align-items:center;justify-content:center}.custom-header-menu-desktop>a>span{padding-left:5px;width:25px;height:25px;font-weight:800}.custom-header-menu-desktop>a>span svg{width:100%;height:100%}.custom-header-menu-desktop>a:hover{opacity:.6}.custom-desk-header-submenu{position:absolute;top:0;left:50px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:10px;background-color:#fff;margin-left:50px}.custom-header-menu-mobile{display:none}.mobile-menu-icon{width:25px;height:25px;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer}.mobile-menu-icon>svg{width:100%;height:100%;object-fit:contain;object-position:center}@media screen and (max-width: 1300px){.custom-header-menu-desktop>a{font-size:10px}}@media screen and (max-width: 1050px){.custom-header-menu-desktop{display:none}.custom-header-menu-mobile,.custom-header-logo{display:flex}}@media screen and (max-width: 768px){.custom-header-container{top:6px}}@media screen and (max-width: 525px){.custom-header-wrapper{padding:10px 0}.custom-header-logo{max-width:115px}.custom-header-icons{gap:10px}.custom-announcement-bar{padding:10px 0}}.scrolled{background:#fff;box-shadow:0 2px 8px #0000001a;top:0}.custom-mobile-menu-drawer-container{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;position:fixed;top:0;left:0;opacity:0;z-index:-1;background-color:#0000004d;transition:.5s ease;pointer-events:none}.custom-mobile-menu-drawer{width:300px;height:100%;max-height:100vh;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;background-color:#fff;position:absolute;left:-300px;top:0;transition:.6s ease}.drawer-open{left:0}.menu-drawer-top{width:100%;min-height:65.8px;padding:20px 10px;border-bottom:1px solid rgba(128,128,128,.2);display:flex;align-items:center;justify-content:space-between;gap:10px}.menu-drawer-top>p{font-size:18px;font-family:var(--montserrat);font-weight:600;line-height:1;color:#000}.menu-drawer-top>svg{width:25px;height:25px;object-fit:cover;object-position:center;cursor:pointer}.menu-drawer-bottom{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:20px;padding:8px 10px;overflow-y:auto;transition:.3s ease}.menu-drawer-bottom::-webkit-scrollbar-track{background-color:transparent}.menu-drawer-bottom::-webkit-scrollbar{display:block;width:10px;background-color:transparent}.menu-drawer-bottom::-webkit-scrollbar-thumb{background-color:#a79d91;border-radius:25px}.menu-drawer-menu-list{list-style:none;margin:0;padding:0;width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;transition:.3s ease;scrollbar-width:thin}.menu-drawer-link-wrapper{width:100%;display:flex;flex-direction:column}.menu-drawer-link{width:100%;display:flex;align-items:center;justify-content:space-between}.menu-drawer-link>a{font-size:12px;font-family:var(--montserrat);font-weight:600;line-height:1;text-decoration:none;transition:.3s ease;width:100%;padding:12px 0;display:flex;align-items:center;justify-content:space-between}.menu-drawer-link>a:hover{opacity:.6}.menu-drawer-svg{width:40px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.menu-drawer-svg>svg{width:15px;height:15px;transition:transform .3s ease}.menu-drawer-svg.rotated svg{transform:rotate(90deg)}.menu-drawer-submenu{display:flex;height:0px;overflow:hidden;flex-direction:column;padding-left:15px;transition:.3s ease}.menu-drawer-submenu.open{max-height:340px;height:100%}.menu-drawer-buttons{width:100%;min-height:128.8px;max-height:128.8px;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:5px;padding:10px 0}.menu-drawer-buttons>p{font-family:var(--montserrat);font-size:18px;font-weight:600;padding-bottom:5px}.menu-drawer-buttons>a{width:100%}.menu-btn{width:100%;height:30px;border-radius:30px;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;border:none;font-size:12px;font-family:var(--montserrat);font-weight:400;line-height:1;cursor:pointer}.menu-list img{width:150px}.menu-logo{margin:0 18px}.menu-logo>a{padding:0!important}.drawer-wrapper-open{opacity:1;z-index:9999;pointer-events:all}.custom-footer-container{width:100%;display:flex;align-items:center;justify-content:center;padding:65px 45px;margin-top:55px}.custom-footer-wrapper{width:100%;max-width:1600px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:45px}.custom-footer-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-top-logo{max-width:150px;height:100%;display:flex;align-items:center;justify-content:center}.footer-top-logo>img{width:100%;height:100%;object-fit:contain;object-position:center}.footer-top-txt-content{width:100%;max-width:415px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.footer-top-txt-content>span{font-size:28px;font-family:var(--montserrat);font-weight:400;line-height:1.2}.custom-footer-bottom{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.custom-footer-about-moyuum{width:auto;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.custom-footer-about-moyuum>div:first-child{font-weight:500}.custom-footer-about-moyuum>div{font-size:14px;font-family:var(--montserrat);line-height:1.1;color:#fff;font-weight:300}.custom-footer-newsletter{width:100%;max-width:200px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px}.custom-footer-newsletter>div:first-child{font-weight:500}.custom-footer-newsletter>div{font-size:14px;font-family:var(--montserrat);font-weight:300;line-height:1.2;color:#fff}.custom-footer-newsletter-email{width:100%;max-width:285px;display:flex;align-items:center;justify-content:center}.custom-footer-newsletter-email>form{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.newsletter-bottom{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:15px}.newsletter-input{width:100%;background:transparent;border:1px solid #b5b5b5;border-radius:25px;padding:8px 75px 8px 15px;font-size:10px}.newsletter-input::placeholder{color:#fff}.newsletter-btn{background:#fff;border:none;padding:6px 10px;border-radius:25px;position:absolute;right:3px;font-size:10px;font-family:var(--montserrat);color:#000;cursor:pointer}input,input:focus,input:active{outline:none!important;box-shadow:none!important;transform:none!important}textarea,textarea:focus,textarea:active{outline:none!important;box-shadow:none!important;transform:none!important}.custom-footer-menu{width:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.custom-footer-menu>p{font-weight:500;color:#fff;font-size:14px;font-family:var(--montserrat);line-height:1;padding:8px 0}.footer-menu-links>li{list-style:none;color:#fff;font-size:14px;font-family:var(--montserrat);line-height:1;padding:5px 0;font-weight:300;transition:.3s ease}.footer-menu-links>li>a{color:#fff}.footer-menu-links>li:hover{opacity:.6}.drop-down-toggle>svg{display:none}@media screen and (max-width: 1150px){.custom-footer-bottom{flex-direction:column;gap:10px}.custom-footer-about-moyuum{gap:0px}.custom-footer-bottom>div{width:100%;max-width:100%}.drop-down-toggle{width:100%;border:1px solid #b5b5b5;padding:15px!important;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:25px}.drop-down-toggle>svg{display:block;width:20px;height:20px}.drop-down{max-height:0px;overflow:hidden;padding:0 15px;transition:.3s ease}.custom-footer-menu>p,.footer-menu-links>li,.custom-footer-about-moyuum>div,.custom-footer-newsletter>div{font-size:12px}}@media screen and (max-width: 768px){.custom-footer-top{flex-direction:column;align-items:flex-start;gap:8px}.custom-footer-wrapper{gap:25px}.footer-top-logo{width:115px}.custom-footer-container{padding:45px 20px}.footer-top-txt-content{max-width:100%}.footer-top-txt-content>span{font-size:18px}}.dropDownOpen{height:100%;max-height:1000px;padding:15px}.custom-hero-banner-container{width:100%;display:flex;align-items:center;justify-content:center}.custom-hero-banner-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-image-banner{width:100%;height:100%}.custom-image-banner>picture{width:100%;height:100%}.custom-image-banner>picture>*{width:100%;height:100%;object-fit:contain;object-position:center}.custom-image-banner-content-wrapper{width:100%;max-width:calc(var(--max-width) + 80px);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:var(--constant-padding);gap:6px;display:flex;flex-direction:column;align-items:flex-start}.custom-image-banner-content{width:auto;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px}.first>*{width:100%;display:flex;align-items:center;font-size:46px;font-weight:700;gap:12px;line-height:1.1;font-family:var(--poppins)}.second>*{width:100%;display:flex;flex-direction:column;font-size:18px;font-weight:400;gap:6px;line-height:1;font-family:var(--poppins);text-align:end}.custom-services-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-services-wrapper{max-width:1024px;width:100%;display:flex;align-items:stretch;justify-content:center;gap:20px}.custom-service{width:100%;padding:18px 25px;border-radius:25px;display:flex;align-items:center;justify-content:center;gap:12px}.custom-service-img{max-width:65px;max-height:65px;display:flex;align-items:center;justify-content:center;overflow:hidden}.custom-service-img>img{width:100%;height:100%;object-fit:contain}.custom-service-txt-wrapper{width:auto;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.custom-service-title{font-family:var(--poppins);font-size:16px;font-weight:500;line-height:1.2;text-align:start;color:#01546c}.custom-service-desc{font-family:var(--montserrat);font-size:12px;font-weight:400;line-height:1;text-align:start;color:#000}.custom-solve-motherk-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-solve-motherk-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-heading-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;gap:35px}.custom-heading-txt{width:auto;max-width:75%;height:100%;display:flex;align-items:center;justify-content:center;gap:10px}.custom-heading{font-size:32px;font-weight:500;line-height:1;color:#006581;font-family:var(--poppins)}.custom-description{font-size:14px;font-weight:400;line-height:1;color:gray;font-family:var(--montserrat);line-height:1.2}.custom-heading-svg{width:auto;height:auto;display:flex;align-items:center;justify-content:flex-end}.custom-heading-svg>a{display:flex;align-items:center;justify-content:center;background:#f6fafa;border-radius:50px;padding:2px 12px;gap:5px}.custom-heading-svg>a>p{font-size:10px;font-weight:400;color:#000;font-family:var(--montserrat);line-height:1}.custom-heading-svg svg{max-width:20px;min-width:20px}.custom-solution-card-wrapper{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:25px}.custom-solution-card{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:20px;overflow:hidden}.custom-solution-card-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-solution-card-img>img{width:100%;height:100%;object-fit:cover;object-position:center}.custom-solution-card-txt-content-wrapper{width:100%;height:auto;min-height:115px;padding:25px;display:flex;align-items:center;justify-content:space-between;gap:25px}.custom-solution-card-txt-content{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.custom-solution-card-title{font-size:20px;font-weight:500;line-height:1;color:#006581;font-family:var(--poppins)}.custom-solution-card-description{font-size:14px;font-weight:400;line-height:1.2;color:#000;font-family:var(--poppins)}.custom-solution-card-svg{width:35px;height:35px}.custom-solution-card-svg>a{width:100%;height:100%;display:block}.custom-solution-card-svg svg{width:100%;height:100%}.custom-certifications-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-certifications-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-certifications-card-wrapper{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:15px;flex-wrap:wrap}.custom-certification-card{width:100%;max-width:150px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:15px}.custom-certification-card-img{width:125px;height:125px;display:flex;align-items:center;justify-content:center}.custom-certification-card-img>img{width:100%;height:100%;object-fit:contain;object-position:center}.custom-certification-card-txt{width:100%;display:flex;align-items:center;justify-content:center}.custom-certification-card-txt *{font-size:16px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center}.custom-blogs-section-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-blogs-section-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-blogs{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap;gap:15px}.custom-blog{width:100%;max-width:48%;padding:18px;background-color:#f4f4f4;display:flex;align-items:center;justify-content:flex-start;gap:18px;border-radius:20px}.custom-blog-img{width:100%;height:100%;max-width:130px;min-width:125px;display:flex;align-items:center;justify-content:center;overflow:hidden}.custom-blog-img>img{width:100%;object-fit:contain;object-position:center;border-radius:10px}.custom-blog-txt-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:8px;padding-top:5px}.custom-blog-title{width:100%;max-width:80%;font-size:16px;font-weight:500;line-height:1.1;font-family:var(--montserrat);text-align:start;padding-right:10px}.custom-blog-button{width:100%;display:flex;align-items:center;justify-content:flex-end}.custom-blog-button>a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 10px;font-size:10px;font-weight:500;line-height:1.1;font-family:var(--montserrat);text-align:start;color:#000;background-color:#fff;border-radius:50px}.custom-blog-button>a>svg{width:15px;height:15px}.custom-awards-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding);margin-bottom:60px}.custom-awards-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-awards{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:15px;flex-wrap:wrap}.custom-award{width:100%;max-width:calc(25% - 15px);min-width:212px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border-radius:25px;border:2px solid grey;overflow:hidden;padding:10px 15px}.custom-award-img{width:100%;max-width:75px;height:100%;display:flex;align-items:center;justify-content:center}.custom-award-img>img{width:100%;height:100%;object-fit:contain;object-position:center}.custom-award-heading{display:flex;align-items:center;justify-content:center}.custom-award-heading *{font-size:12px;font-weight:500;line-height:1.2;font-family:var(--poppins);text-align:start;color:#000}.custom-intro-section-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-intro-section-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-intro-section-bottom{width:100%;height:100%;max-width:1024px;display:flex;align-items:center;justify-content:center;gap:45px}.custom-intro-section-txt-wrapper{width:100%;max-width:40%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.custom-intro-section-txt-wrapper>.custom-heading-svg{width:100%;justify-content:flex-start}.custom-intro-section-heading{font-size:36px;font-weight:500;line-height:1.2;font-family:var(--poppins);text-align:start;color:#01546c}.custom-intro-section-description,.custom-intro-section-description-2{font-size:16px;font-weight:400;line-height:1.2;font-family:var(--poppins);text-align:start;color:gray}.custom-intro-section-description-2{font-weight:400;color:#fff;font-size:12px}.custom-intro-section-description-2 span{color:#fff;font-size:12px;background:#e1c4f0;border-radius:50px;padding:5px 8px;margin-right:70px;font-style:normal;font-weight:400;text-decoration:none;margin-top:3px;display:inline-block;text-decoration:none!important;margin-left:3px}.custom-intro-section-description-2 strong{background:#ffc895;border-radius:50px;padding:5px 8px;margin-left:3px;font-style:normal;font-weight:400;margin-top:3px;display:inline-block}.custom-intro-section-description-2 em{background:#febebf;border-radius:50px;padding:5px 8px;margin-left:3px;font-style:normal;font-weight:400;margin-top:3px;display:inline-block}.custom-intro-section-description-2 .custom-intro-section-img{width:100%;max-width:58%;display:flex;align-items:center;justify-content:center}.custom-intro-section-img>img{width:100%;height:100%;object-fit:contain;object-position:center}.custom-categories-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-categories-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.custom-categories{width:100%;height:100%;display:flex;align-items:stretch;justify-content:space-between;gap:15px}.custom-categorie{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;background-color:#f6fafa;padding:15px 20px;border-radius:25px}.custom-what-we-do-card-img{width:100%;height:100%;max-width:100px;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden}.custom-what-we-do-card-img>img{width:100%;height:100%;object-fit:contain;object-position:center}.custom-what-we-do-card-txt{font-size:16px;font-weight:500;line-height:1.2;font-family:var(--poppins);text-align:center;color:#01546c;white-space:nowrap}.category-block-0{padding-top:20px}.category-block-0>.custom-categorie:nth-child(2){flex-direction:row}.category-block-0>.custom-categorie:nth-child(2)>div{text-align:start;max-width:225px}.category-block-0>.custom-categorie:first-child{max-width:24%}.category-block-0>.custom-categorie:last-child{max-width:30%}.custom-product-section-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-product-section-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.custom-product-section{width:100%;height:100%;display:flex;align-items:stretch;justify-content:center}.custom-product{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:25px;overflow:hidden;border:1px solid #bcbec0;position:relative;margin-bottom:10px}.custom-product-image{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.custom-product-image>a{width:100%;height:100%;overflow:hidden;transition:.3s ease}.custom-product-image>a>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease;aspect-ratio:1/1}.custom-product-image>a>img:hover{transform:scale(1.08)}.custom-product-sale-badge{width:100%;height:auto;position:absolute;top:0;left:0;padding:15px;display:flex;align-items:center;justify-content:flex-start}.custom-product-sale-badge>span{background-color:#f4f4f4;font-size:10px;font-weight:600;line-height:1;font-family:var(--poppins);text-align:center;color:#000;border-radius:50px;padding:6px 12px}.custom-product-txt-content{width:100%;height:100%;padding:25px;display:flex;align-items:stretch;justify-content:center;flex-direction:column;gap:15px;background-color:#f4f4f4}.custom-product-txt-wrapper{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2px}.custom-product-title{width:auto;height:auto;min-height:30px}.custom-product-title>a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;font-family:var(--poppins);text-align:start;color:#000;transition:.3s ease}.custom-product-title>a:hover{opacity:.6}.custom-product-description{min-height:26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:400;line-height:1.2;font-family:var(--poppins);text-align:start;color:gray}.custom-product-other{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.custom-product-price{width:auto;height:auto;min-height:32px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.custom-product-price>span{font-size:14px;font-weight:600;line-height:1;font-family:var(--montserrat);text-align:start;color:#01546c}.custom-product-price>span:nth-child(2){font-size:12px;font-weight:400;color:gray;text-decoration:line-through;text-decoration-color:red}.custom-product-buttons{width:auto;height:auto;display:flex;align-items:center;justify-content:center;gap:5px}.custom-product-buttons>button{font-size:10px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;background:#fff;border:none;padding:5px 10px;border-radius:50px;display:flex;align-items:center;justify-content:space-between;gap:4px;cursor:pointer}.custom-product-buttons>button>svg{width:10px;height:10px}.custom-product-section-pagination{width:100%;height:auto;display:flex;align-items:center;justify-content:center;gap:18px}.custom-pagination{width:auto!important;display:flex;gap:6px;align-items:center;justify-content:center;background:#006581;padding:8px 10px;max-height:22px;border-radius:20px}.custom-pagination .swiper-pagination-bullet{margin:0!important;width:6px;height:6px;background:#fff;border-radius:50%;opacity:.3;cursor:pointer}.custom-pagination .swiper-pagination-bullet-active{opacity:1}.custom-review-app-container{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding);padding-bottom:20px}.custom-review-app-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:35px}.jdgm-carousel-wrapper{max-width:100%!important;width:100%!important;padding-top:0!important}.jdgm-horizon-widget>div{max-width:100%!important}.jdgm-carousel__item-wrapper{height:100%!important}.jdgm-carousel--card-theme .jdgm-carousel-item{padding:0 10px 0 0!important;height:100%!important;max-height:150px!important;height:150px!important}.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper{box-shadow:none!important;background-color:#f6fafa;border-radius:25px!important;overflow:hidden!important;padding:25px!important;height:100%!important}.jdgm-carousel-item__review-body>p{font-size:12px;font-family:var(--poppins)}.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper{margin-top:0!important;padding-left:18px;position:relative}.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper:before{content:"";position:absolute;top:50%;left:2%;background:#000;width:12px;height:1px;border-radius:50px;transform:translate(-50%,-50%)}.jdgm-carousel-item__reviewer-name{font-size:12px!important;font-family:var(--poppins);color:#000}.jdgm-carousel-wrapper .jdgm-star.jdgm-star,.jdgm-carousel .jdgm-star.jdgm-star{background-color:transparent!important;color:#f5cd37!important;padding:0!important;margin:0 3px 0 0!important}.jdgm-carousel-title{display:none}.jdgm-carousel__arrows{display:none!important}.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:10px}.jdgm-carousel-number-of-reviews{font-family:var(--poppins)}.jdgm-carousel-title-and-link{padding-left:8px!important}.rf__title{font-size:32px;font-weight:500;font-family:var(--poppins)}.custom-product-page-container{width:100%;display:flex;align-items:center;justify-content:center;margin-top:50px;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-product-page-wrapper{width:100%;max-width:var(--max-width);height:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:35px;position:relative}.custom-product-page-image-container{width:100%;height:100%;max-width:55%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;position:sticky;top:100px}.custom-product-page-image-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row-reverse;gap:15px}.custom-product-page-txt-content-container{width:100%;max-width:40%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding-top:15px;gap:30px}.custom-product-page-title-desc-wrapper{width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px}.custom-product-page-title{font-size:22px;font-weight:600;line-height:1.1;font-family:var(--montserrat);text-align:start;color:#000}.custom-product-page-short-description{font-size:12px;font-weight:400;line-height:1.1;font-family:var(--poppins);text-align:start;color:#000}.custom-product-price-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px}.custom-product-price-wrapper>span{font-size:18px;font-weight:500;line-height:1;font-family:var(--montserrat);text-align:start;color:#000}.custom-product-qty-n-btn-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.custom-product-button-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.custom-product-qty-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;background-color:#f4f4f4;border-radius:50px;padding:6px 16px}.custom-product-qty-wrapper>p{font-size:12px;font-weight:400;line-height:1;font-family:var(--poppins);text-align:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.custom-product-qty{width:auto;display:flex;align-items:center;justify-content:center;gap:5px}.custom-product-qty>.qty-btn{width:25px;height:25px;display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer}.custom-product-qty>.qty-btn>svg{width:100%;height:100%}.product-page-qty{width:100%;max-width:35px;height:100%;border:none;text-align:center;background-color:transparent;font-size:16px;font-weight:500;line-height:1;font-family:var(--poppins)}.custom-product-button-wrapper>button{width:100%;height:auto;padding:12px;border:none;background-color:#006581;color:#fff;border-radius:50px;cursor:pointer;font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center}.custom-product-page-variant-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.custom-product-variant{max-width:100%;width:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px}.custom-product-variant>p{font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000}.custom-radio-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px}.custom-radio-wrapper input{display:none}.variant-option{cursor:pointer;transition:.3s ease;margin:0!important}.variant-label{cursor:pointer;transition:.3s ease}.variant-option input[type=radio]:checked+.variant-label{background:#000;color:#fff}.variant-label{padding:8px 16px;font-size:12px;font-weight:400;line-height:1;font-family:var(--poppins);text-align:center;color:#000;border-radius:50px;background-color:#f4f4f4}.color-variant-label{display:block;border-radius:50px;width:30px;height:30px;border:2px solid #f4f4f4;cursor:pointer;transition:.3s ease}.color-radio input[type=radio]:checked+.color-variant-label{border:2px solid black;transform:scale(.9)}.custom-product-properties-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;gap:15px}.custom-product-properties{width:100%;height:100%;max-width:33%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:8px}.custom-product-properties-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-product-properties-svg>svg{width:50px;height:50px}.custom-product-properties>p{font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000}.custom-product-other-info-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.custom-product-description-container{width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-product-description-wrapper{width:100%;max-width:var(--max-width);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px;padding:50px 25px;background-color:#f4f4f4;border-radius:50px;position:relative}.custom-product-description-top{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.custom-product-description-top span{background:#fff;padding:10px 18px;border-radius:50px}.custom-product-description-top>*{font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000}.custom-product-description-top>p{font-size:24px;font-weight:600;padding-top:15px}.custom-product-description-top>i{font-size:18px;font-style:normal}.custom-product-page-description{width:100%;max-width:1024px;display:flex;align-items:flex-start;justify-content:center;max-height:75vh;overflow-y:auto;border-radius:30px;scrollbar-width:none}.custom-product-page-description>*{width:100%;height:100%}.custom-product-page-description img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.custom-product-page-description p{font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000}.custom-product-faqs-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-product-faqs-wrapper{width:100%;max-width:var(--max-width);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px}.custom-faq-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.custom-faq{width:100%;border-bottom:1px solid black;display:flex;align-items:center;justify-content:center;flex-direction:column}.custom-faq-0{border-top:1px solid black}.custom-faq-question-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;padding-top:15px;padding-bottom:15px;transition:.3s ease}.custom-faq-question-wrapper>span{width:25px;height:25px;transform:rotate(90deg)}.custom-faq-question{font-size:14px;font-weight:600;line-height:1;font-family:var(--poppins);text-align:start;color:#000}.custom-faq-answer-wrapper{width:100%;font-size:12px;font-weight:400;line-height:1.4;font-family:var(--poppins);text-align:start;color:#000;padding-bottom:15px;transition:.3s ease;padding-right:25px}.custom-faq-answer-class{height:0px;overflow:hidden;padding:0}.custom-faq-question-class{padding-bottom:0}.addtocart-class{background-color:gray!important;pointer-events:none}.variant-out-of-stock{opacity:.4}.variant-out-of-stock label,.variant-out-of-stock .color-variant-label{position:relative;cursor:not-allowed}.variant-out-of-stock label:after,.variant-out-of-stock .color-variant-label:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,rgba(0,0,0,.2),rgba(0,0,0,.2) 4px,transparent 4px,transparent 8px);border-radius:50px}.compare-price-hide{display:none}.custom-product-img-enlarger-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;padding:6px;background-color:#fff;border-radius:50%;position:absolute;bottom:18px;right:18px;cursor:pointer}.custom-product-img-enlarger-icon>svg{width:100%;height:100%}.custom-product-img-enlarger-container{width:100%;height:0px;position:fixed;top:0;left:0;background-color:#fff;z-index:-15;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s ease;padding:0 25px;overflow:hidden}.custom-product-img-enlarger-wrapper{width:100%;height:100%;max-width:1600px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.custom-product-img-enlarger-container-class{height:100%;max-height:100vh;opacity:1;z-index:9999}.custom-product-img-enlarger-close-btn-wrapper{width:100%;height:auto;padding:25px 0;display:flex;align-items:center;justify-content:flex-end}.custom-product-img-enlarger-close-btn-wrapper>svg{width:25px;height:25px;cursor:pointer;z-index:99}.custom-product-img-enlarger{width:100%;height:85%;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.product-img-class{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:contain;object-position:center;z-index:95;cursor:grab;user-drag:none;-webkit-user-drag:none;pointer-events:auto;transform:translate(-50%,-50%) scale(1.5);transition:.3s ease}.quick-add__button{display:none!important}.custom-description-enlarger-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;background-color:#fff;opacity:0;z-index:-999;transition:.3s ease}.enlarger-container-class{opacity:1;z-index:9999}.custom-description-enlarger-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto}.custom-product-img-enlarger-icon-2{display:none;width:26px;height:26px;align-items:center;justify-content:center;padding:6px;background-color:#f4f4f4;border-radius:50%;position:absolute;bottom:60px;right:35px;cursor:pointer}.custom-product-img-enlarger-icon-2>svg{width:100%;height:100%}.close-btn-enlarger{width:25px;height:25px;background-color:#000;color:#fff;position:absolute;top:25px;right:25px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:2px;font-weight:800;font-size:12px;cursor:pointer}.custom-col-page-image-banner-container{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.custom-col-page-image-banner-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.custom-col-image-banner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-col-image-banner>picture{width:100%;height:100%}.custom-col-image-banner>picture>*{width:100%;height:100%;object-fit:contain;object-position:center}.custom-col-txt-content-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.custom-col-txt-content-wrapper{width:100%;height:100%;max-width:calc(var(--max-width) + var(--constant-padding) + 25px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:5px;padding:0px var(--constant-padding);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-col-txt-content-wrapper>*{max-width:50%}.custom-col-heading{font-size:36px;font-weight:800;line-height:1.2;font-family:var(--poppins);text-align:start;color:#000}.custom-col-description{font-size:16px;font-weight:400;line-height:1.1;font-family:var(--poppins);text-align:start;color:#000;padding-bottom:15px;transition:.3s ease}.custom-col-capsules-wrapper{width:100%;height:auto;padding:10px 0;display:flex;align-items:stretch;justify-content:flex-start;gap:10px}.custom-col-capsules-wrapper>span{width:auto;min-width:100px;height:auto;padding:8px 16px;font-size:12px;font-weight:500;line-height:1.1;font-family:var(--poppins);text-align:start;color:#000;transition:.3s ease;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50px}.active-capsule{background-color:#006581;color:#fff}.custom-col-container{width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:var(--constant-padding-btw-sections) var(--constant-padding)}.custom-col-wrapper{width:100%;height:100%;max-width:var(--max-width);display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.custom-col-wrapper-other{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:25px}.custom-col-bar-wrapper{width:100%;height:auto;border-bottom:1px solid black;display:flex;align-items:center;justify-content:space-between;gap:35px}.custom-col-bar-collections{width:100%;max-width:50%;overflow:auto;height:auto;padding:10px 0;display:flex;align-items:center;justify-content:flex-start;scrollbar-width:none}.custom-col-bar-collections>span{width:100%;min-width:33.3%;height:100%;padding:10px 0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000;transition:.3s ease;cursor:pointer;white-space:nowrap}.custom-col-products-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.custom-col-products-wrapper{width:100%;height:100%;display:flex;align-items:stretch;justify-content:flex-start;gap:15px;flex-wrap:wrap;transition:.5s ease}.sub-col-span-class{border-bottom:2px solid #006d6f}.custom-col-products-wrapper>img{max-width:calc(50% - 15px);border-radius:25px;object-fit:cover;display:block}.custom-col-products-wrapper>.custom-product{width:100%;max-width:calc(20% - 15px);height:auto}.custom-col-bar-sort{width:30%;min-width:225px;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:10px 0}.custom-col-bar-sort>span{font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000}.custom-col-bar-sort>select{font-size:12px;font-weight:400;line-height:1;font-family:var(--poppins);color:gray;border-radius:50px;padding:6px 10px;cursor:pointer}.custom-collection-pagination-wrapper{width:100%;max-width:1600px;height:auto;display:flex;align-items:center;justify-content:center;gap:10px;padding:var(--constant_padding)}.col-btn{width:25px;height:25px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;border-radius:50%;padding:4px;cursor:pointer}.col-btn>svg{width:100%;height:100%}.col-prev-btn{transform:rotate(180deg)}.custom-collection-pagination{display:flex;gap:8px;align-items:center;justify-content:center;background:#f0f0f0;padding:8px 10px;max-height:22px;border-radius:20px}.custom-collection-pagination>*{width:6px;height:6px;background:#000;border-radius:50%;opacity:.3;cursor:pointer}.custom-collection-pagination>span{cursor:default}.active{opacity:1}.custom-collection-products-wrapper-loading{opacity:.6}.custom-filter-container{width:100%;max-width:250px;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;position:relative}.custom-filter-container>p{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:19px 0;font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);color:#000;border-bottom:1px solid grey}.custom-filter-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.filter-group{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom:1px solid grey}.filter-group-top{width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:5px;padding:15px 0}.filter-group-top>p{font-size:14px;font-weight:400;line-height:1;font-family:var(--poppins);color:gray}.filter-group-top>svg{width:18px;height:18px;transform:rotate(90deg)}.filter-group-bottom{width:100%;height:0px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px;opacity:0;padding-bottom:0;transition:.3s ease}.filter-bottom-class{height:auto;opacity:1;padding-bottom:15px}.custom-filter-group-label{width:100%;display:flex;align-items:center;justify-content:space-between;gap:5px}.custom-filter-group-label>label{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:5px;font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);color:gray;cursor:pointer}.filter-group-price-bottom{width:100%;display:flex;align-items:center;justify-content:center;gap:5px}.filter-group-price-bottom>div{width:45%;display:flex;align-items:center;justify-content:center;gap:5px}.filter-group-price-bottom>div>p{min-width:30%;font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);color:gray}.filter-group-price-bottom>div>input{max-width:60%;height:100%;border:1px solid rgba(128,128,128,.673);font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);color:gray;text-align:center;padding:5px 0}.filter-group-price-range{width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding-bottom:8px}.filter-group-price-range input[type=range]:active{opacity:1}.filter-group-price-range input[type=range]{position:absolute;width:100%;-webkit-appearance:none;appearance:none;height:4px;background:#ddd}.filter-group-price-range input[type=range]::-webkit-slider-thumb{pointer-events:all;width:10px;height:10px;border-radius:50%;background:#007a6f;-webkit-appearance:none;appearance:none;cursor:pointer}.custom-filter-buttons-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.custom-filter-buttons-wrapper>a{width:100%;border:1px solid grey;border-radius:50px;font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);color:#000;text-align:center;padding:10px 12px;margin-top:10px;position:relative;overflow:hidden}.custom-filter-buttons-wrapper>a:before{content:"";display:block;width:50px;height:100px;background-color:#006581;position:absolute;left:-30%;top:50%;transform:rotate(35deg) translate(-50%,-50%);transition:.5s ease}.custom-filter-buttons-wrapper>a:hover .custom-filter-buttons-wrapper>a:before{left:30%}.custom-filter-container-mobile{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;background-color:#0000004d;position:fixed;top:0;left:0;z-index:-15;opacity:0;transition:.3s ease}.filter-wrapper-mobile{position:absolute;top:0;left:-300px;background-color:#fff;width:100%;max-width:300px;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:15px;transition:.3s ease;overflow-y:auto}.custom-filter-container-mobile-class{opacity:1;z-index:9999}.custom-filter-wrapper-mobile-class{left:0}.custom-col-filter-sort-wrapper{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:5px}.custom-col-filter-mobile-open{height:100%;min-width:75px;display:none;gap:5px}.custom-col-filter-mobile-open>svg{width:15px;height:15px}.custom-col-filter-mobile-open>p{font-size:14px;font-weight:500;line-height:1;font-family:var(--poppins);color:#000}.custom-product-pagination-wrapper{width:100%;max-height:35px;display:flex;justify-content:center;align-items:center;gap:115px}.custom-swiper-navigation{width:25px;height:25px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;border-radius:50%;padding:4px;cursor:pointer}.custom-swiper-navigation>svg{width:100%;height:100%}.swiper-button-disabled{opacity:.6;cursor:not-allowed}.custom-product-out-of-stock-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;display:flex;align-items:center;justify-content:center}.custom-product-out-of-stock-wrapper>span{background-color:#fff;font-size:12px;font-weight:500;line-height:1;font-family:var(--poppins);text-align:center;color:#000;padding:6px 12px;border-radius:50px}.shopify-policy__container{margin-top:100px}.shopify-policy__container *{font-family:var(--poppins);color:#000}.shopify-policy__container>div{text-align:center}.shopify-policy__container>div ul{padding:0}.shopify-policy__container>div li{list-style:none}.custom-product-floating-video{position:fixed;bottom:15px;left:15px;max-width:200px;width:100%;display:flex;align-items:center;justify-content:center;z-index:99}.custom-product-floating-video>video{width:100%;object-position:center;object-fit:contain;border-radius:15px}.custom-product-floating-video>span{width:20px;height:20px;background-color:#fff;color:#000;position:absolute;right:5px;top:5px;display:flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;z-index:10;font-size:16px;padding:4px}.custom-product-floating-video>span>svg{width:100%;height:100%}@media screen and (max-width: 1395px){.custom-col-products-wrapper>.custom-product{max-width:calc(25% - 15px)}}@media screen and (max-width: 1024px){.custom-col-products-wrapper>.custom-product{max-width:calc(33.3% - 15px)}}@media screen and (max-width: 768px){:root{--constant-padding: 20px;--constant-padding-btw-sections: 35px}.first>*{font-size:26px}.second{padding:0}.second>*{font-size:14px;text-align:start}.custom-heading-txt{width:100%;max-width:100%;flex-direction:column;align-items:flex-start;gap:4px}.custom-heading{font-size:22px}.rf__title{font-size:24px!important}.custom-description{font-size:12px}.custom-services-wrapper,.custom-solution-card-wrapper{flex-direction:column}.custom-heading-wrapper{gap:15px;flex-direction:column;align-items:flex-start}.custom-certification-card-txt *{font-size:12px}.custom-blogs{flex-direction:column}.custom-blog{max-width:100%}.custom-award{max-width:100%;gap:15px}.custom-intro-section-bottom{flex-direction:column-reverse;gap:25px}.custom-intro-section-txt-wrapper{gap:5px}.custom-intro-section-txt-wrapper>div{text-align:center}.custom-intro-section-bottom>div{max-width:100%}.custom-categories{flex-wrap:wrap;justify-content:center}.custom-categorie{max-width:calc(50% - 10px)!important;flex-direction:column!important}.custom-image-banner-content{align-items:flex-start}.custom-intro-section-container{padding-bottom:25px!important}.custom-awards-container{margin-bottom:35px}.custom-intro-section-txt-wrapper>.custom-heading-svg{justify-content:center;padding-top:5px}.custom-product-page-wrapper{flex-direction:column}.custom-product-page-wrapper>div{width:100%;max-width:100%}.custom-product-page-image-container{position:relative;top:0}.custom-product-page-image-wrapper{flex-direction:column;align-items:center;justify-content:center}.custom-product-page-swiper-container,.custom-product-page-swiper-container-2{width:100%!important;max-width:100%!important}.custom-product-page-swiper-container-2{max-height:135px!important;height:100%}.custom-notification-wrapper{padding:20px}.custom-product-img-enlarger-icon-2{display:flex}.custom-col-txt-content-wrapper{top:35%}.custom-col-txt-content-wrapper>*{max-width:80%}.custom-col-heading{font-size:24px}.custom-col-description{font-size:12px;padding-bottom:6px}.custom-col-capsules-wrapper{flex-wrap:wrap;gap:6px}.custom-col-products-wrapper>img{max-width:calc(100% - 15px)}.custom-col-products-wrapper>.custom-product{max-width:calc(50% - 10px)}.custom-col-products-wrapper{justify-content:flex-start}.custom-filter-container{display:none}.custom-filter-container{max-width:75px}.custom-col-bar-wrapper{flex-direction:column-reverse;gap:5px}.custom-col-filter-mobile-open{display:flex;align-items:center;justify-content:flex-start}.custom-col-filter-sort-wrapper{width:100%;justify-content:space-between}.custom-what-we-do-card-img{max-width:65px;max-height:65px}.custom-what-we-do-card-txt{font-size:12px}.custom-intro-section-description-2 span{margin-right:0}.custom-intro-section-heading{font-size:24px}.custom-intro-section-description,.custom-intro-section-description-2{font-size:12px}.custom-categorie-max-width{max-width:calc(100% - 15px)!important}.custom-categorie-max-width>.custom-what-we-do-card-img{max-width:100px;max-height:100px}.shopify-policy__container{margin-top:50px}.custom-product-sale-badge{padding:10px}.custom-product-sale-badge>span{font-size:8px;display:flex;align-items:center;justify-content:center;padding:3px 6px}.jm-cluster{gap:18px!important}.jm-star-rating>.jm-cluster{gap:4px!important}}@media screen and (max-width: 450px){.custom-blog-img{max-width:100%}.custom-blog{flex-direction:column}.custom-blog-button{justify-content:flex-start}.custom-header-icon:nth-child(2){display:none}.custom-product-txt-content{padding:15px}.custom-product-page-swiper-container-2{max-height:100px!important;height:100%}.custom-product-description-wrapper{padding:25px 15px;border-radius:35px}.custom-product-img-enlarger-icon-2{right:25px;bottom:35px}.custom-product-title>a{font-size:12px}.custom-product-description{font-size:8px;min-height:20px}.custom-product-txt-content{padding:12px;gap:2px}.custom-product-price>span{font-size:10px}.custom-product-price>span:nth-child(2){font-size:8px}.custom-product-buttons>button{font-size:8px;padding:4px 6px}.custom-product-txt-wrapper{gap:2px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-style.css.map */
