button{cursor:pointer}.bestsellers-products{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:2em;margin-bottom:2em}.bestsellers-products .max-width{flex-direction:column;max-width:1366px}.bestseller-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.bestseller-product{display:flex;flex-direction:column;border-radius:8px;padding:20px;transition:transform .3s ease}.bestseller-product:hover{transform:translateY(-5px)}.bestseller-product-image{display:flex;justify-content:center;align-items:center;height:275px;overflow:hidden;background:#e3e8f7;border-radius:20px;max-width:auto}.bestseller-product-image img{height:100%;width:auto}.bestseller-product-title{font-size:30px;font-weight:600;margin-bottom:0}.bestseller-product-title a{text-decoration:none;color:var(--text)}.bestseller-product-price{font-size:16px;font-weight:700;color:var(--cta);margin-bottom:12px;margin-top:0}.bestseller-product-description{font-size:14px;margin-bottom:20px;line-height:1.4}.bestseller-product-buttons{margin-top:auto;display:flex;justify-content:space-between;width:100%;align-items:center;gap:10px}.bestseller-product-buttons form{width:48%}.bestseller-product-buttons .btn{flex:1;text-align:center;padding:10px 15px;font-size:14px;width:48%}.bestseller-product-image .image-container{position:relative;overflow:hidden;border-radius:6px;margin-bottom:15px}.bestseller-product-image img{width:100%;height:auto;display:block;transition:opacity .3s ease-in-out}.bestseller-product-image .hover-image{position:absolute;top:0;left:0;opacity:0}.bestseller-product-image .image-container:not(.no-hover-effect):hover .primary-image{opacity:0}.bestseller-product-image .image-container:hover .hover-image{opacity:1}.bestseller-product:nth-child(1){animation-delay:0s}.bestseller-product:nth-child(2){animation-delay:.3s}.bestseller-product:nth-child(3){animation-delay:.6s}.bestseller-product:nth-child(4){animation-delay:.9s}.bestseller-product:nth-child(5){animation-delay:1.2s}.bestseller-product:nth-child(6){animation-delay:1.5s}@media screen and (max-width:1025px){.bestseller-product-buttons{flex-direction:column;align-items:center;justify-content:center;width:100%}.bestseller-product-buttons .btn{margin:0 0 .5em}.bestseller-product-buttons form{width:100%;display:flex;align-items:center;justify-content:center}}@media (max-width: 768px){.bestseller-products-grid{grid-template-columns:repeat(1,1fr)}.bestseller-product{width:100%;padding:2em}}@media (max-width: 576px){.bestseller-products-grid{grid-template-columns:1fr;width:100%}.bestseller-product{padding:0}.bestsellers-products{padding:1em}}.homepage{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100vw;height:100%;background:#fff}.homepage-hero{display:flex;align-items:center;justify-content:center;width:100%;height:700px}.homepage-hero__content{padding:2em}.homepage-hero__content a{text-decoration:none}.homepage-hero h1{font-size:60px;margin-bottom:0}.homepage-hero__title-sub{font-size:30px;margin-bottom:-10px}.homepage-hero__title-sub span{color:var(--cta);font-weight:700}.homepage-hero__copy{font-size:18px;margin:2em 0;max-width:500px}.homepage-hero__copy span{color:var(--cta);font-weight:700}.homepage-hero__price{font-size:25px;color:var(--text)}.homepage-hero__buttons{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:10px}.homepage-hero__buttons form,.homepage-hero__buttons .btn-secondary{width:48%}.homepage-hero__buttons .btn,.bestseller-product-buttons .btn{height:48px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:100%;margin:0}.homepage-hero__buttons .btn:nth-of-type(1),.bestseller-product-buttons .btn:nth-of-type(1){margin-left:0}.homepage-hero__image a{height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.homepage-hero__image img{height:100%;width:auto}@media screen and (max-width:1025px){.homepage-hero__image a{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.homepage-hero{height:auto;width:100%}.homepage-hero .max-width{flex-direction:column-reverse;align-items:center;justify-content:center}.homepage-hero__content{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:0}.homepage-hero__image{height:300px;margin-right:4em}.homepage-hero h1,.homepage-hero__price,.homepage-hero__copy{text-align:center}.homepage-hero__price{font-size:22px}.homepage-hero__buttons{justify-content:center;width:100%;max-width:500px}}@media screen and (max-width:768px){.homepage-hero__copy{margin:1em}.homepage-hero__buttons{flex-direction:column;align-items:center}.homepage-hero__buttons .btn{margin:0 0 .2em}.homepage-hero__buttons form{width:100%}.homepage-hero h1{font-size:9vw}}@media screen and (max-width:400px){.homepage-hero__content{padding:1em .8em}}.homepage-marquee{background-color:var(--maine-green);overflow:hidden;white-space:nowrap;padding:1.5em 0}.marquee-content{display:inline-block;animation:marquee 120s linear infinite}.marquee-item{display:inline-block;padding:0 20px;font-size:18px;color:#fff;font-weight:700}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.homepage-marquee:hover .marquee-content{animation-play-state:paused}.shop-by-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px;width:100%}.shop-by-category-grid .shop-by-category-item{position:relative;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:center}.shop-by-category-grid .category-title{position:absolute;top:0%;left:50%;transform:translate(-50%);width:95%}.shop-by-category-grid .category-title h3{font-size:22px;font-weight:700;color:var(--text);text-align:center;text-decoration:none}.shop-by-category-item{height:350px;border-radius:40px;overflow:hidden}.shop-by-category-item a{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.shop-by-category-item img{height:100%;width:auto;object-fit:cover;border-radius:40px}@media screen and (max-width: 1025px){.shop-by-category-grid{grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 768px){.shop-by-category-grid{grid-template-columns:repeat(1,1fr)}}}.wavy-background{background-color:var(--maine-green);position:relative;width:100%;height:auto;margin:6em 0}.wavy-background:after{content:"";background-image:url(/cdn/shop/files/top-blob.svg?v=1744227635);background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;top:-100px;width:100%;height:110px}.wavy-background:before{content:"";background-image:url(/cdn/shop/files/bottom-blob.svg?v=1744227634);background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;bottom:-82px;width:100%;height:84px}.wavy-background .max-width{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1200px;padding:0 2em}.wavy-background h2{color:#fff;margin-bottom:.5em}.content{text-align:center;max-width:1200px;margin:0 auto;color:#fff}.social-proof{text-align:center;margin-bottom:2em;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:relative}.social-proof .max-width{flex-direction:column}.social-proof__sub-headline h5{font-size:30px;color:var(--maine-green);margin-bottom:0;margin-top:0}.social-proof__title{margin-top:0;margin-bottom:40px;text-transform:uppercase;font-weight:700;color:var(--maine-green)}.social-proof-swiper{position:relative;width:100%;padding-bottom:60px}.swiper-slide{display:flex;justify-content:center}.video-wrapper{position:relative;width:224px;height:400px;border-radius:15px;overflow:hidden;background-color:#e0e0e0;cursor:pointer}.video-thumbnail{position:relative;width:100%;height:100%}.video-thumbnail img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.video-wrapper:hover .play-button{transform:translate(-50%,-50%) scale(1.1)}.swiper-button-next,.swiper-button-prev{color:#83b152;background:var(--maine-green);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px;color:#fff}.swiper-button-next{right:2em!important}.swiper-button-prev{left:1em}.swiper-pagination-bullet-active{background:#83b152}.video-section{position:relative;width:85%;max-width:1600px;height:750px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;border-radius:40px;margin:0 0 2em}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-background video{width:100%;height:100%;object-fit:cover}.video-content{position:relative;z-index:3;max-width:700px;padding:0 20px;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.video-content h2{color:#fff!important}.video-section__title{font-size:3rem;margin-bottom:20px;font-weight:700;color:#fff}.video-section__sub-title{font-size:1.5rem}.video-section__sub-title h4{margin-bottom:0;color:#fff}.video-section__copy{font-size:1.1rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.video-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2}.video-section .btn-primary:hover{background-color:#e67e2e}@media screen and (max-width:1025px){.video-section{width:100%;border-radius:0}}@media (max-width: 768px){.video-section{height:500px}.video-section__title{font-size:2.2rem}.video-section__sub-title{font-size:1.2rem}.video-section__copy{font-size:1rem}}.about-section{background-color:var(--maine-green);padding:80px 0;position:relative;margin:5em 1em 0;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.about-section:before{content:"";position:absolute;top:-120px;left:0;right:0;height:150px;background:url(/cdn/shop/files/top-blob-section-bottom.svg?v=1744234661);background-size:cover;background-repeat:no-repeat;background-position:center}.about-section .max-width{flex-direction:column}.about-container{display:flex;align-items:center;gap:60px;margin-bottom:80px;width:100%}.about-maine{display:flex;width:100%;align-items:center;justify-content:center;padding:2em}.about-image{border-radius:20px;overflow:hidden;height:450px;width:450px;max-width:48%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.about-image img{height:100%;height:auto;display:block;border-radius:20px}.about-content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;color:#fff;width:48%;margin-left:3em}.about-content .btn{margin-left:0}.about-content a{text-decoration:none}.about-content h2{color:#fff;margin-bottom:.4em}.about-content p{color:#fff}.about-text{margin-bottom:.8em}.about-btn{margin-top:.3em}.about-btn:hover{background-color:#e67e2e;transform:translateY(-2px)}.cbd-features{text-align:center;color:#fff}.cbd-features-title{margin-bottom:40px;text-align:center}.cbd-features-title h2{color:#fff}.cbd-features-title h5{color:#fff;margin:0;font-size:30px}.cbd-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;padding:0 2em}.cbd-feature-item{text-align:center}.cbd-feature-image{aspect-ratio:1;overflow:hidden;border-radius:10px;margin-bottom:20px;max-height:270px;display:flex;align-items:center;justify-content:center;width:100%}.cbd-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.marquee-icon{height:25px;width:auto;vertical-align:middle;margin:0 8px;position:relative;top:-2px}.cbd-feature-item:hover .cbd-feature-image img{transform:scale(1.05)}.cbd-feature-title{color:#fff;font-size:25px;text-align:left;margin-bottom:0;font-weight:700}.cbd-feature-copy{font-size:18px;color:#fff;text-align:left;line-height:1.4}@media (max-width: 1024px){.about-content{width:100%;text-align:center;justify-content:center;align-items:center;margin-top:2em;margin-left:0}.about-maine{flex-direction:column}.about-image,.about-content{width:100%;max-width:unset}.about-image img{width:100%;height:auto}.cbd-features-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media (max-width: 768px){.about-container{flex-direction:column;gap:40px;margin-bottom:0}.about-image img{height:100%;width:auto}.cbd-features-grid{grid-template-columns:repeat(1,1fr);gap:40px 20px}}@media (max-width: 480px){.cbd-features-grid{grid-template-columns:1fr}.about-section{padding:60px 0}}.blog-section{color:#fff;display:flex;margin-top:4em}.blog-section .max-width{flex-direction:row;padding:0 2em}.blog-section-header{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;max-width:500px}.blog-section-header h2{color:#fff}.blog-section-header p{color:#fff;max-width:375px}.section-header h2{font-size:48px;margin-bottom:20px;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;max-width:250px;width:98%;height:300px;display:flex;align-items:center;justify-content:center;position:relative}.blog-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0009,#0000004d,#0000 50%);z-index:1}.blog-item a,.blog-image{height:100%;width:100%}.blog-image img{height:100%;width:auto}.blog-content{padding:20px;color:#fff;position:absolute;z-index:2;bottom:0;left:0}.blog-content h3{color:#fff;font-weight:700}@media (max-width:1025px){.blog-section .max-width{flex-direction:column}.blog-section-header{align-items:center;text-align:center;margin-bottom:2em;width:100%}.blog-section-header p{max-width:750px}}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/homepage.css.map */
