:root{--hps-dur-slow: .4s;--hps-ease: cubic-bezier(.4, 0, .2, 1)}body{background:#fff!important}.home-banner{position:relative}.home-banner-content{position:absolute;left:40px;top:50%;transform:translateY(-50%);max-width:650px;width:100%;display:flex;flex-flow:column;gap:16px}.home-banner-content h5{font-size:40px;text-transform:capitalize;color:#000;margin:0;font-family:Barlow,sans-serif;font-weight:500}.home-banner-content h1{color:#000;font-family:Roboto,sans-serif;font-size:22px;text-transform:capitalize;font-weight:300;line-height:30px}.home-banner img{width:100%;height:auto}.home-banner-content a{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#000;color:#fff;text-decoration:none;border-radius:26px;transition:opacity .3s ease;align-self:flex-start;font-family:Roboto,sans-serif}.home-banner-content a:hover{opacity:.8}.shopify-section:has(.home-banner)+.shopify-section .most-popular-section{margin-top:-8px}.inner-container{max-width:1400px;margin:0 auto;padding:50px 32px}.section-tag{background:#ff461b;padding:4px 12px;width:fit-content;font-size:14px;font-family:Roboto,sans-serif;color:#fff;border-radius:4px;line-height:19px;margin-bottom:14px;font-weight:600}.section-title{font-size:40px;color:#000;text-transform:capitalize;font-family:Barlow,sans-serif;font-weight:700}.section-info{font-size:15px;color:#666;font-family:Roboto,sans-serif;margin:8px 0 15px;font-weight:400;max-width:820px}.views_button{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background-color:#000;color:#fff;font-size:14px;text-decoration:none;border-radius:26px;transition:opacity .3s ease;font-family:Roboto,sans-serif;width:fit-content}.views_button svg{width:14px;height:14px}.views_button svg path{stroke:#fff}.views_button:hover{background:#ff461b;transform:translateY(-1px)}.views_button:hover svg{transform:translate(3px)}.most-popular-header{display:flex;align-items:flex-end!important;justify-content:space-between;margin-bottom:40px}.product-items{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-item a{display:flex;flex-flow:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:none;height:100%;transition:.25s ease-in-out}.product-item a:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px);transition:.25s ease-in-out}.product_image{position:relative;background:#f5f5f3;aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0}.product_image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease-in-out}.product_content{padding:24px;display:flex;flex-direction:column;flex:1}.product_content .product_name{font-size:16px;line-height:1.2;font-weight:700;color:#000;letter-spacing:-.02em;font-family:Roboto,sans-serif;margin-bottom:4px;text-transform:capitalize;flex:1}.product_content .product_desc{font-size:13px;line-height:1.5;font-weight:400;color:#666;flex:1;margin-bottom:16px;font-family:Roboto,sans-serif;text-transform:math-auto;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product_content .product-review{margin-bottom:5px;color:#000;font-size:15px;font-family:Roboto,sans-serif;font-weight:400}.product_price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:16px;flex-wrap:wrap}.pro_price-from{font-size:12px;font-weight:400;color:#aaa;font-family:Roboto,sans-serif}span.product_price{font-size:20px;font-weight:900;letter-spacing:-.03em;color:#000;font-family:Roboto,sans-serif}.product_content .views_button{width:100%;font-size:13px}.our-promise-section{max-width:1400px;margin:0 auto;padding:50px 32px}.our-promise-top{display:flex;flex-flow:column;justify-content:center;margin-bottom:40px}.section-badge{text-align:center;color:#ff461b;font-size:16px;line-height:normal;margin:0;font-family:Roboto,sans-serif;font-weight:500;text-transform:uppercase}.our-promise-top h3{text-align:center;color:#000;font-family:Barlow,sans-serif;margin:0;font-size:35px;font-weight:700;line-height:normal;text-transform:uppercase}.our-promise-items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.our-promise-item{background-color:var(--card-bg);border:1px solid var(--card-border);transition:.3s ease-in-out;padding:30px;border-radius:20px;display:flex;flex-flow:column;gap:20px}.our-promise-item .icon{width:80px;height:80px;transition:.3s ease-in-out}.our-promise-item .icon img{width:100%;height:100%}.our-promise-item:hover{border-color:var(--card-hover-border)}.our-promise-item:hover .icon{transform:translateY(-5px);transition:.3s ease-in-out}.our-promise-item .content{display:flex;flex-flow:column;gap:10px}.our-promise-item .content h4{color:#000;text-align:left;font-size:20px;margin:0;text-transform:uppercase;font-weight:500;font-family:Roboto,sans-serif}.our-promise-item .content p{color:#666;text-align:left;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;margin:0}.category_items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category_item a{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:16px;display:block;transition:.3s ease-in-out}.category_item a:hover:before{opacity:.9}.category_item a img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out}.category_item a .cat_info{position:absolute;left:0;bottom:0;display:flex;align-items:flex-end;padding:0 18px 20px;justify-content:space-between;width:100%;z-index:1}.category_item a .cat_info h4{font-size:22px;font-weight:600;text-transform:capitalize;font-family:Barlow,sans-serif}.category_item a .cat_info p{width:38px;height:38px;background:#fffffff2;border-radius:100px;display:flex;align-items:center;justify-content:center;margin:0;transition:.3s ease-in-out}.category_item a .cat_info p svg{width:16px;height:16px}.category_item a .cat_info p svg path{stroke:#000;transition:.3s ease-in-out}.category_item a:hover .cat_info p{background:#ff461b;transform:translate(4px)}.category_item a:hover .cat_info p svg path{stroke:#fff;transition:.3s ease-in-out}.category_item a:hover img{transform:scale(1.05);transition:.3s ease-in-out}.trust-logo-section{padding:50px 32px;max-width:1400px;margin:0 auto}.trust-logo-in{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:4rem;align-items:center}.trust-logo-left h5{font-size:25px;font-weight:400;letter-spacing:-.01em;color:#000;line-height:1.3;margin:0}.trust-logo-left h5 em{text-transform:capitalize;background:linear-gradient(180deg,transparent 60%,#ff461b 60%);padding:0 3px;font-style:italic}.logo-items{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:nowrap}.logo-item{flex:1 1 0;min-width:0;height:56px;display:flex;align-items:center;justify-content:center;filter:grayscale(100%);opacity:.6;transition:opacity .2s,filter .2s}.logo-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.logo-item:hover{filter:grayscale(0%);opacity:1}.image_text_banner{max-width:1400px;margin:0 auto;padding:50px 32px}.image_banner_inner{position:relative;border-radius:30px;overflow:hidden;height:600px}.image_banner_inner img{width:100%;height:600px;object-fit:cover}.image_banner_inner:after{position:absolute;content:"";background:var(--b-img-overlay);width:100%;height:100%;left:0;top:0;opacity:var(--b-img-overlay-opacity)}.image_banner_inner .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.image_banner_inner .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;max-width:850px;width:100%;display:flex;flex-flow:column;gap:20px}.image_banner_inner .content h4{font-size:55px;text-align:center;font-family:Roboto,sans-serif;font-weight:600}.image_banner_inner .content p{text-align:center;font-family:Roboto,sans-serif;font-size:14px;color:#fff;max-width:85%;margin:0 auto}.image_banner_inner .content a{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background-color:#ff461b;color:#fff;font-size:14px;text-decoration:none;border-radius:26px;font-family:Roboto,sans-serif;width:fit-content;margin:0 auto;transition:.5s ease-in-out}.image_banner_inner .content a svg{width:16px;height:16px;display:none;transition:.5s ease-in-out}.image_banner_inner .content a:hover svg{display:block;transition:.5s ease-in-out}.image_banner_inner .content h4 span{color:#ff461b}.faq-section:has(.our-faq-section){padding:0}.faq-section .faq-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;background:#f9f9f8;border:1px solid #ccc;border-radius:24px;padding:30px 20px}.our-faq-section{max-width:1400px;margin:0 auto;padding:50px 32px}.faq-section .faq-content{width:60%;text-align:left}.faq-section .sub-title{background:#ff461b;padding:4px 12px;width:fit-content;font-size:14px;font-family:Roboto,sans-serif;color:#fff;border-radius:4px;line-height:19px;margin-bottom:14px;font-weight:600;display:block;text-transform:uppercase}.faq-section .faq-content h2{font-size:40px;color:#000;text-transform:capitalize;font-family:Barlow,sans-serif;font-weight:700}.faq-section .faq-content p{font-size:15px;color:#666;font-family:Roboto,sans-serif;margin:8px 0 15px;font-weight:400;max-width:450px}.faq-section .faq-features{display:flex;gap:20px;margin:25px auto 25px 1px;flex-wrap:wrap;max-width:550px}.faq-section .faq-features .faqitem{text-align:left;display:flex;gap:8px;color:#000;align-items:flex-start;border-right:1px solid #ccc;padding-right:20px}.faq-section .faq-features .faqitem:last-child{border-right:0;padding-right:0}.faq-section .faq-features .faqitem strong{display:block;font-size:12px;line-height:12px;font-family:Roboto,sans-serif;font-weight:600}.faq-section .faq-features .faqitem span{color:#666;font-size:12px;line-height:12px;font-family:Roboto,sans-serif;font-weight:500}.faq-section .faq-features .faqitem .faqitem-img{width:35px;height:35px}.faq-section .faq-features .faqitem .faqitem-img svg{stroke:#ff461b}.faq-section .faq-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;background:#ff461b;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;font-size:14px}.faq-section .faq-btn svg{margin-left:6px;width:16px;height:16px}.faq-section .faq-btn svg line,.faq-section .faq-btn svg polyline{stroke-width:3px}.faq-section .faq-image{width:40%;border-radius:20px;overflow:hidden}.faq-section .faq-image img{width:100%;display:block}.container-new{max-width:1400px;width:100%;margin:0 auto;padding:50px 32px}.subscription-benefits .subscription-heading{margin-bottom:40px}.subscription-benefits .section-tag{background:#ff461b;padding:4px 12px;width:fit-content;font-size:14px;font-family:Roboto,sans-serif;color:#fff;border-radius:4px;line-height:19px;margin-bottom:14px;font-weight:600;display:block}.subscription-benefits .subscription-heading h2{font-size:40px;color:#000;text-transform:capitalize;font-family:Barlow,sans-serif;font-weight:700;max-width:600px}.subscription-benefits .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ccc;border-radius:20px;overflow:hidden}.subscription-benefits .benefit-item{padding:40px 32px;border-right:2px solid #fff;align-items:flex-start!important}.subscription-benefits .benefit-item:last-child{border-right:none}.subscription-benefits .benefit-item h3{font-size:50px;color:#ff5000;font-weight:900;margin:0 0 15px;font-family:Roboto,sans-serif;letter-spacing:-.06em;text-align:left}.subscription-benefits .benefit-item h4{font-size:17px;color:#000;font-weight:700;margin-bottom:8px;letter-spacing:-.02em;font-family:Roboto,sans-serif;text-transform:capitalize;text-align:left}.subscription-benefits .benefit-item p{color:#666;font-size:14px;margin:16px 0;font-family:Roboto,sans-serif;text-align:left}.subscribe-cta{padding:60px 0 0}.subscribe-cta .subscribe-cta-wrapper{border-radius:18px;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #ccc}.subscribe-cta .subscribe-content h2{font-size:40px;color:#000;text-transform:capitalize;font-family:Barlow,sans-serif;font-weight:600;max-width:600px;margin:0 0 12px}.subscribe-cta .subscribe-content p{margin:0;color:#666;font-size:16px;font-family:Roboto,sans-serif}.subscribe-cta .subscribe-btn a{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background-color:#000;color:#fff;font-size:14px;text-decoration:none;border-radius:26px;transition:opacity .3s ease;font-family:Roboto,sans-serif;width:fit-content}.subscribe-cta .subscribe-btn a:hover{background:#ff461b;transform:translateY(-1px)}.subscribe-cta .subscribe-btn span{width:14px;height:14px;display:flex;align-items:center;justify-content:center}.subscribe-cta .subscribe-btn a:hover span{transform:translate(3px)}.blog-section .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-section .blog-card img{width:100%;border-radius:16px;display:block;transition:.4s}.blog-section .blog-image{overflow:hidden;border-radius:16px;display:block;margin-bottom:20px;aspect-ratio:16 / 11!important}.blog-card .blog_image{border-radius:16px;overflow:hidden;margin-bottom:24px}article.blog-card:hover img{transform:scale(1.04)}.blog-section .blog-category{display:inline-block;background:#ff461b;color:#fff;border-radius:4px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;padding:4px 10px;border:none;margin:0 0 1.2rem;text-decoration:none;width:fit-content;line-height:1.3}.blog-section .blog-card h3{margin-bottom:12px}.blog-section .blog-card h3 a{color:#000;text-decoration:none;font-size:19px;font-weight:500;letter-spacing:-.02em;line-height:1.25;transition:opacity .15s;text-transform:capitalize;font-family:Roboto,sans-serif}.blog-section .blog-meta{display:flex;align-items:center;margin:8px 0 0;gap:8px}.blog-section .blog-meta span.dot{width:4px;height:4px;background:#000}.blog-section .blog-meta span.text{display:flex;align-items:center;gap:0;color:#000;font-size:1.3rem;font-weight:500;letter-spacing:0;text-transform:none;margin:0 0 1.6rem;font-family:Roboto,sans-serif;line-height:1.4}article.blog-card{transition:.4s}article.blog-card:hover{transform:translateY(-3px);transition:.4s}.blog-section .read-btn{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;text-decoration:none;padding:12px 20px;border-radius:999px;font-size:14px;font-weight:700}.blog-section .read-btn span{font-size:18px}.blog-section .read-btn:hover{background:#ff5000;color:#fff}.blog-section .blog-card h3 a:hover{opacity:.7;text-decoration:underline}.hotspot-wrapper{position:relative;overflow:hidden;border-radius:28px}.banner-image{width:100%;display:block;border-radius:28px}.hotspot-heading{position:absolute;top:60px;left:60px;z-index:5}.hotspot-heading h2{color:#fff;font-size:72px;font-weight:800;line-height:.95;margin:0;text-transform:uppercase}.hotspot{position:absolute;z-index:20}.hotspot-dot{width:22px;height:22px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.35);cursor:pointer;position:relative;z-index:2}.hotspot-dot:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:2px solid #fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.8);opacity:0}}.hotspot-popup{position:absolute;top:100%;left:35px;transform:translate(-50%);width:240px;background:#fff;border-radius:14px;padding:15px;display:flex;gap:12px;align-items:center;box-shadow:0 20px 40px #00000026;opacity:0;visibility:hidden;transition:.35s;margin-top:10px}.hotspot:hover .hotspot-popup{opacity:1;visibility:visible}.popup-image{width:58px;flex:0 0 58px;border-radius:5px;overflow:hidden}.popup-image img{width:100%;display:block;height:auto}.popup-content h4{margin:0 0 6px;font-size:12px;font-weight:700;line-height:1.2;color:#000;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:Roboto,sans-serif;text-transform:capitalize}.popup-content p{margin:0;color:#666;font-size:11px;font-weight:400;font-family:Roboto,sans-serif;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.popup-content span{font-size:12px;font-weight:700;font-family:Roboto,sans-serif;color:#000}.hotspot-images{height:700px}.hotspot-section .hotspot-images img{width:100%;height:700px}.hotspot-section .hotspot-images .ipad-image,.hotspot-section .hotspot-images .mobile-image{display:none}.hotspot-1{top:43%;left:39%}.hotspot-2{top:66%;left:32%}.hotspot-3{top:61%;left:60%}.hotspot-4{top:76%;left:77%}.timeline_item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:10px;overflow:hidden;align-items:center;gap:72px}.timeline-slide__text{display:flex;flex-flow:column;gap:20px;padding:50px 72px 50px 0}.timeline-slide__text h3{color:#17171799;font-size:25px;margin:0;text-transform:uppercase;font-weight:500;font-family:Roboto,sans-serif}.timeline-slide__description{color:#17171799;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;margin:0}.timeline-slider-section .slick-dots{position:relative;bottom:auto;display:grid;align-items:center;width:100%;margin:0;padding:56px 0 0;list-style:none;grid-template-columns:repeat(4,1fr)}.timeline-slider-section .slick-dots li{position:relative;width:auto;height:auto;margin:0;text-align:left}.timeline-slider-section .slick-dots li:after{content:"";position:absolute;top:50%;right:15px;left:0;height:1px;background:#ccc}.timeline-slider-section .slick-dots li button{position:relative;z-index:2;width:100%;height:auto;padding:0 5px 0 0;background:#fff;border:0;color:#c8c8c8;font-size:16px;font-weight:600;line-height:1.6;text-align:left;text-transform:uppercase;cursor:pointer;width:fit-content}.timeline-slider-section .slick-dots li button span{display:block}.timeline-slider-section .slick-dots li button:before{display:none}.timeline-slider-section .slick-dots li.slick-active button{color:#000}.slick-dotted.slick-slider{margin-bottom:0!important}.image_text_banner.faq-page .content{left:100px;transform:translateY(-50%)}.image_text_banner.faq-page .content h4{text-align:left}.image_text_banner.faq-page .content p{margin:0;text-align:left}.image_text_banner.faq-page .content a{margin:0}@media(min-width:768px){.for_mobile{display:none}}@media(max-width:1200px){.home-banner-content{max-width:400px}.home-banner-content h5{font-size:30px}.home-banner-content h1{font-size:20px;line-height:25px}}@media(max-width:1024px){.popular-botton .slider-buttons button{position:relative;width:35px;height:35px;margin:0;border:1px solid #ddd;border-radius:50%;color:#000;background:#fff;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg);cursor:pointer}.popular-botton .slider-buttons button:hover{background:#ff461b;color:#fff}.popular-botton .slider-buttons{display:flex;align-items:center;gap:10px}.most-popular-header .popular-botton{display:flex;align-items:center;justify-content:space-between;width:100%}.popolar-slider .slick-slide,.blog-slider .slick-slide{margin:0 10px}.popolar-slider .slick-list,.blog-slider .slick-list{margin:0 -10px}.blog-grid.blog-slider{display:block!important}.most-popular-header:has(.slider-buttons) .views_button{margin:0}.productStack-section .swiper-button-prev,.productStack-section .swiper-button-next{width:38px;height:38px}.productStack-section .swiper-button-prev:after,.productStack-section .swiper-button-next:after{font-size:13px}}@media(max-width:991px){.hotspot-heading{left:30px;top:30px}.hotspot-heading h2{font-size:42px}.hotspot-popup{width:200px}.blog-section .blog-header{flex-direction:column}.subscription-benefits .benefits-grid{grid-template-columns:repeat(2,1fr)}.subscription-benefits .benefit-item:nth-child(2){border-right:none}.subscription-benefits .benefit-item:nth-child(-n+2){border-bottom:2px solid #fff}.hotspot-section .hotspot-images .dektop-image,.hotspot-section .hotspot-images .mobile-image{display:none}.hotspot-section .hotspot-images .ipad-image{display:block}.hotspot-section .hotspot-images img{height:500px;object-fit:cover}.hotspot-images{height:500px}.product-items,.our-promise-items,.category_items{grid-template-columns:repeat(2,1fr)}.image_banner_inner,.image_banner_inner img{height:400px}.image_banner_inner .content h4{font-size:35px}.subscribe-cta .subscribe-content h2{font-size:25px}.subscribe-cta .subscribe-content p{font-size:14px}.subscribe-cta .subscribe-cta-wrapper{padding:44px 30px}.faq-section .faq-banner-inner{flex-flow:column}.faq-section .faq-content,.faq-section .faq-image{width:100%}}@media(max-width:767px){.for_desktop{display:none}.home-banner-content{left:0;padding:0 20px;top:auto;bottom:20px;transform:translateY(0);width:100%;max-width:100%;justify-content:center}.home-banner-content a{margin:0 auto}.home-banner-content h5{font-size:20px}.home-banner-content h1{font-size:16px;line-height:22px}.home-banner img{max-height:400px;object-fit:cover}.product-items,.our-promise-items,.category_items{grid-template-columns:repeat(2,1fr)}.inner-container,.our-promise-section,.trust-logo-section,.image_text_banner,.container-new,.our-faq-section{padding:50px 15px}.most-popular-header{margin-bottom:30px;flex-flow:column;align-items:flex-start!important}.faq-section .faq-content h2,.section-title,.our-promise-top h3,.image_banner_inner .content h4,.subscription-benefits .subscription-heading h2{font-size:20px}.views_button,.subscribe-cta .subscribe-btn a,.faq-section .faq-btn{padding:10px 20px;font-size:12px!important}.faq-section .sub-title{font-size:12px;line-height:15px}.product_content{padding:20px 15px}.product_content .product_name{font-size:15px}.trust-logo-in{display:block}.logo-items{display:grid;grid-template-columns:repeat(3,1fr)}.image_banner_inner,.image_banner_inner img{height:400px}.subscribe-cta .subscribe-cta-wrapper{flex-direction:column;text-align:center;padding:35px 25px}.hotspot-heading h2{font-size:30px}.hotspot-dot{width:16px;height:16px}.hotspot-popup{width:180px;padding:10px}.popup-image{width:45px;flex:0 0 45px}.popup-content h4{font-size:14px}.popup-content p,.popup-content span{font-size:12px}.faq-section .faq-banner-inner{flex-flow:column}.faq-section .faq-content,.faq-section .faq-image{width:100%}.faq-section .faq-content p{font-size:13px}.hotspot-wrapper{max-width:600px;margin:0 auto}.hotspot-section .hotspot-images img{object-fit:cover;height:500px}.hotspot-images{height:500px}.hotspot-1{top:43%;left:35%}.hotspot-2{top:66%;left:30%}.hotspot-4{top:76%;left:84%}.timeline_item{grid-template-columns:repeat(1,minmax(0,1fr));gap:0}.timeline-slide__text{gap:10px;padding:30px}.timeline-slide__text h3{font-size:20px}.timeline-slider-section .slick-dots{display:flex;overflow:auto;padding:0}.timeline-slider-section .slick-dots li button{width:200px}.timeline-slider-section .slick-dots li:after{z-index:9;width:50px;left:auto;right:10px}.image_text_banner.faq-page .content{left:0;max-width:100%;padding:0 20px}.image_text_banner.faq-page .content p{max-width:100%;font-size:13px}}@media(max-width:576px){.blog-section .blog-grid{grid-template-columns:1fr}.blog-section .blog-title h2{font-size:34px}.blog-section .blog-btn{width:auto;justify-content:center}.subscription-benefits .benefits-grid{grid-template-columns:1fr}.subscription-benefits .benefit-item{border-right:none;border-bottom:1px solid #ececec}.subscription-benefits .benefit-item:last-child{border-bottom:none}.subscription-benefits .benefit-item h3{font-size:48px}.product-items{grid-template-columns:repeat(1,1fr)}.faq-section .faq-features .faqitem{border-right:none;padding-right:0;flex-flow:column;width:45%;align-items:center}.faq-section .faq-features .faqitem strong,.faq-section .faq-features .faqitem span{text-align:center}.hotspot-wrapper{max-width:400px;margin:0 auto}.hotspot-images{height:400px}.hotspot-section .hotspot-images img{height:400px;object-fit:cover}.hotspot-1{top:43%;left:25%}.hotspot-2{top:66%;left:16%}.hotspot-4{top:76%;left:93%}.hotspot.hotspot-4 .hotspot-popup{left:auto;right:0;transform:translate(0)}.product_image img{width:60%;margin:0 auto}.category_items{grid-template-columns:repeat(2,1fr)}.category_item a .cat_info h4{font-size:13px}.category_item a .cat_info{padding:0 15px 15px}.category_item a .cat_info p{width:30px;height:30px}.category_item a .cat_info p svg{width:14px;height:14px}.product_image{aspect-ratio:auto}.most-popular-header .views_button{margin:0 0 0 auto}.our-promise-item .icon{width:60px;height:60px}.our-promise-item .content h4{font-size:16px}.our-promise-item .content p{font-size:13px;line-height:16px}.our-promise-item{padding:15px;border-radius:10px}.our-promise-items{grid-template-columns:repeat(2,1fr)}.our-promise-bottom{width:100%;overflow:auto}.our-promise-items{display:flex;width:max-content}.our-promise-item{padding:15px;border-radius:10px;width:100%;max-width:250px}.timeline-slide__image img{width:100%;height:250px;object-fit:cover}.timeline-slide__text{padding:20px}.timeline-slide__text h3{font-size:16px}.timeline-slide__description{font-size:13px;line-height:18px}.timeline-slider-section .slick-dots li button{width:170px;font-size:12px}.subscription-benefits .benefit-item{padding:20px;gap:0}.subscription-benefits .benefit-item p{font-size:13px;margin:16px 0 0}.trust-logo-left h5{font-size:20px;margin-bottom:15px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/home-page.css.map */
