.ProductCard-module__aoKufG__gridWrapper{--display-style:grid;--wrapper-gap:30px;--img-height:240px;--img-width:220px;--card-padding:2rem;--display-gap:20px;--gap:2rem}.ProductCard-module__aoKufG__listWrapper{--display-style:flex;--wrapper-gap:20px;--img-height:300px;--img-width:300px;--card-padding:1rem;--display-gap:20px}.ProductCard-module__aoKufG__products{display:var(--display-style);grid-template-columns:repeat(auto-fill, minmax(calc(var(--img-width) + (1.2 * var(--card-padding))), 1fr));gap:var(--gap);flex-direction:column;justify-content:center;width:100%}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__products{grid-template-columns:repeat(3,minmax(0,360px));justify-content:center}.ProductCard-module__aoKufG__cardWrapper{flex:1;height:100%}.ProductCard-module__aoKufG__cardWrapper a{background-color:var(--bg-main);border:none;border-radius:0;width:100%;height:100%;padding:0;transition:background-color .2s,color .2s;position:relative;top:0;left:0}.ProductCard-module__aoKufG__cardWrapper a:hover{background-color:var(--bg-green)}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a:hover{background-color:#0000}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__card{background-color:var(--bg-green);box-shadow:0 10px 30px #00000047}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__title,.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__subtitle,.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__price{color:#fff}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__mainWrapper{border-radius:4px;overflow:hidden}.ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__title,.ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__subtitle,.ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__price,.ProductCard-module__aoKufG__cardWrapper a:hover .ProductCard-module__aoKufG__text{color:#fff}.ProductCard-module__aoKufG__cardWrapper a:before{content:"";z-index:-2;border-radius:3px;width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__aoKufG__card{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__cardWrapper a{padding:0}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__card{width:100%;height:100%;min-height:calc(var(--img-height) + 120px);border:2px solid var(--bg-green);background-color:#fff;border-radius:10px;align-items:flex-start;gap:0;padding:14px;transition:background-color .25s,transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000002e}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__mainWrapper{top:unset;left:unset;width:100%;height:unset;aspect-ratio:4/3;position:relative}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__imgWrapper{background-color:#f5f4f1;width:100%;height:100%}.ProductCard-module__aoKufG__imgWrapper{height:var(--img-height);width:var(--img-width);position:relative;top:0;left:0}.ProductCard-module__aoKufG__imgWrapper img{-o-object-fit:cover;object-fit:cover}.ProductCard-module__aoKufG__featImg{filter:drop-shadow(1px 1px 5px #00000073);width:auto;height:100%}.ProductCard-module__aoKufG__cardWrapper a{padding:var(--card-padding);flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.ProductCard-module__aoKufG__price{font-size:1.1rem;font-weight:var(--font-weight-bold);color:var(--bg-redocre)}.ProductCard-module__aoKufG__outOfStock{color:var(--text-accent)}.ProductCard-module__aoKufG__addButton{background-color:var(--bg-redocre);color:#fff;font-family:var(--font-serif), Georgia, serif;cursor:pointer;letter-spacing:.03em;text-align:center;border:none;width:100%;margin-top:.75rem;padding:.6rem 1.25rem;font-size:1rem;font-weight:600;transition:filter .2s,background-color .2s,color .2s}.ProductCard-module__aoKufG__addButton:hover{color:var(--bg-redocre);filter:none;background-color:#fff}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__addButton{background-color:var(--bg-redocre);color:#fff;border:none}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__addButton:hover{background-color:var(--bg-redocre);color:#fff;filter:brightness(1.15)}.ProductCard-module__aoKufG__addButton:active{filter:brightness(.9)}.ProductCard-module__aoKufG__mainWrapper{justify-content:center;width:100%;display:flex}.ProductCard-module__aoKufG__titles{flex-direction:column;gap:2px;display:flex}.ProductCard-module__aoKufG__text{width:100%;color:var(--text-primary);flex-direction:column;flex:1;justify-content:start;align-items:start;gap:.35rem;padding:1rem 1.25rem 1.5rem;font-size:1rem;display:flex}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__text{z-index:1;flex:unset;color:var(--text-primary);background:0 0;margin-top:0;padding:1rem .25rem .25rem;transition:color .25s;position:relative}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__title{color:var(--bg-green);transition:color .25s}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__subtitle{color:var(--text-muted);transition:color .25s}.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__price{color:var(--bg-redocre);transition:color .25s}.ProductCard-module__aoKufG__title{color:var(--bg-green);font-size:1.25rem;font-weight:600;line-height:1.3}.ProductCard-module__aoKufG__subtitle{color:var(--bg-muted);font-size:.9rem;font-weight:400;line-height:1.4}.ProductCard-module__aoKufG__meta{flex-direction:column;align-items:flex-start;gap:.4rem;width:100%;margin-top:auto;display:flex}.ProductCard-module__aoKufG__description{flex-direction:column;justify-content:space-evenly;align-items:stretch;gap:1rem;height:100%;display:flex}.ProductCard-module__aoKufG__buyWrapper{justify-content:center;align-items:center;margin:0 auto;display:flex}.ProductCard-module__aoKufG__buy{background-color:var(--accent-danger);color:#fff;font-weight:var(--font-weight-bold);border-radius:2px;margin:1rem auto 0;padding:.5rem 2.5rem;font-size:2rem;position:relative;top:0;left:0;overflow:hidden;box-shadow:0 1px 3px #0003}.ProductCard-module__aoKufG__arrowWrapper{width:20px;height:100%;position:absolute;top:0;bottom:auto;right:-20px}.ProductCard-module__aoKufG__arrowWrapper img{filter:invert()}.ProductCard-module__aoKufG__buy p,.ProductCard-module__aoKufG__buy .ProductCard-module__aoKufG__arrowWrapper{transition:all .15s ease-in}.ProductCard-module__aoKufG__buy:hover p,.ProductCard-module__aoKufG__buy:hover .ProductCard-module__aoKufG__arrowWrapper{transform:translate(-25px)}.ProductCard-module__aoKufG__buyDisabled{background-color:var(--border-strong);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.ProductCard-module__aoKufG__buyDisabled:hover p{transform:none}.ProductCard-module__aoKufG__featureWrapper{--display-style:grid;--wrapper-gap:15px;--img-height:600px;--img-width:480px;--card-padding:0;--display-gap:20px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__products{grid-template-columns:1fr}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper{width:auto;height:unset;margin:2rem}.ProductCard-module__aoKufG__featureWrapper a{padding:none;background-color:#0000;border:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{background-color:var(--bg-card);border:1px solid var(--border-strong);border-radius:5px;flex-direction:row;gap:3rem;width:100%;padding:3rem 10%;display:flex}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper img{-o-object-fit:contain;object-fit:contain;opacity:.25;width:100%;height:100%}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{z-index:5;flex-direction:column;order:-1;justify-content:space-between;height:100%;display:flex;position:relative;top:0;left:0}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:3.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.8rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{justify-content:space-between;font-size:2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a:before,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__imgWrapper{background-color:#0000}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a:hover{transform:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__cardWrapper a{width:auto;margin:unset}@keyframes ProductCard-module__aoKufG__fade-in{0%{opacity:0}to{opacity:1}}.ProductCard-module__aoKufG__skeletonWrapper{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:5px;display:flex}.ProductCard-module__aoKufG__skeletonImage{height:var(--img-height);width:var(--img-width);background-color:var(--bg-card)}.ProductCard-module__aoKufG__skeletonText{width:var(--img-width);flex-direction:column;gap:5px;display:flex}.ProductCard-module__aoKufG__skeletonTitle{background-color:var(--bg-card);border-radius:5px;width:100%;height:1.1rem}.ProductCard-module__aoKufG__skeletonMeta{flex-direction:row;justify-content:space-between;gap:5px;width:100%;display:flex}.ProductCard-module__aoKufG__skeletonPrice{background-color:var(--bg-card);border-radius:5px;width:45%;height:1.1rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonPrice,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonMeta,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonTitle,.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonText{display:none}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonWrapper{height:calc(var(--img-height) + 6rem);border-radius:5px;padding:2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__skeletonImage{background-color:var(--text-muted);width:100%;height:100%}@media (max-width:1700px){.ProductCard-module__aoKufG__featureWrapper{--img-height:520px;--img-width:415px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:3rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.6rem}}@media (max-width:1400px){.ProductCard-module__aoKufG__featureWrapper{--img-height:500px;--img-width:380px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{gap:2rem;padding:2rem 3%}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:2.8rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2.2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.4rem}}@media (max-width:1200px){.ProductCard-module__aoKufG__featureWrapper{--img-height:400px;--img-width:300px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__card{gap:1.5rem;padding:1.5rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__title{text-align:left;font-size:2.4rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__subtitle{font-size:2rem}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text,.ProductCard-module__aoKufG__buy{font-size:1.2rem}}@media (max-width:950px){.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__description{display:none}}@media (max-width:850px){.ProductCard-module__aoKufG__gridWrapper{--img-height:245px;--img-width:180px;--card-padding:1.5rem;--gap:1.5rem}.ProductCard-module__aoKufG__featureWrapper{--img-height:400px;--img-width:300px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__text{display:none}}@media (max-width:600px){.ProductCard-module__aoKufG__gridWrapper .ProductCard-module__aoKufG__products{grid-template-columns:1fr}.ProductCard-module__aoKufG__cardWrapper{flex-shrink:0;width:max-content;margin:0 auto}.ProductCard-module__aoKufG__gridWrapper{--img-height:315px;--img-width:250px;padding:0 2rem}.ProductCard-module__aoKufG__featureWrapper{--img-height:315px;--img-width:250px}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper{overflow:hidden}.ProductCard-module__aoKufG__featureWrapper .ProductCard-module__aoKufG__logoWrapper img{transform:scale(1.3)}}@media (max-width:768px){.ProductCard-module__aoKufG__featureOrigin{margin:2rem 0}}@media (max-width:400px){.ProductCard-module__aoKufG__gridWrapper,.ProductCard-module__aoKufG__featureWrapper{--img-height:285px;--img-width:220px}}
.Pagination-module__QyWOzW__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:2rem 0 1rem;display:flex}.Pagination-module__QyWOzW__page,.Pagination-module__QyWOzW__arrow{min-width:2rem;height:2rem;color:var(--color-text,#f0e6c8);cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.875rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.Pagination-module__QyWOzW__page:hover,.Pagination-module__QyWOzW__arrow:hover{background:#c6a6461f;border-color:#c6a6464d}.Pagination-module__QyWOzW__active{color:#c6a646;pointer-events:none;background:#c6a64633;border-color:#c6a64699;font-weight:600}.Pagination-module__QyWOzW__arrow{min-width:2rem;font-size:1.25rem}.Pagination-module__QyWOzW__disabled{opacity:.3;cursor:default;pointer-events:none}.Pagination-module__QyWOzW__ellipsis{min-width:2rem;height:2rem;color:var(--color-text-muted,#888);justify-content:center;align-items:center;font-size:.875rem;display:inline-flex}
.home-module__txgM7a__home{flex-direction:column;display:flex;position:relative}.home-module__txgM7a__homeImageWrapper{background-color:#023c29;width:100%;height:850px;position:absolute;top:0;left:0;overflow:hidden}.home-module__txgM7a__homeImageOverlay{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 10% 3rem;display:flex;position:absolute;inset:0}.home-module__txgM7a__heroContent{flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:480px;display:flex}.home-module__txgM7a__heroLogoWrapper{filter:drop-shadow(0 4px 24px #00000080);width:260px;height:260px;position:relative}.home-module__txgM7a__heroTitle{color:#fff;letter-spacing:.02em;text-shadow:0 2px 8px #0006;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:700}.home-module__txgM7a__heroSubtitle{color:#fff;opacity:.92;text-shadow:0 1px 6px #0000004d;margin:0;font-size:1.1rem;line-height:1.65}.home-module__txgM7a__heroButton{background-color:var(--bg-redocre);color:#fff;cursor:pointer;letter-spacing:.04em;border:none;align-self:flex-start;padding:.7rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:filter .2s}.home-module__txgM7a__heroButton:hover{filter:brightness(1.15)}.home-module__txgM7a__homeMist{z-index:2;pointer-events:none;background:linear-gradient(#0000 0% 58%,#ffffff0a 66%,#ffffff24 72%,#ffffff57 78%,#fff9 84%,#ffffffd1 90%,#fffffff2 96%,#fff 100%);height:100%;position:absolute;bottom:0;left:0;right:0}.home-module__txgM7a__homeContent{z-index:1;flex-direction:column;gap:5rem;width:80%;margin:850px auto 0;padding:3rem 0 4rem;display:flex;position:relative}.home-module__txgM7a__comingSoon{background-color:var(--bg-green);z-index:3;border-radius:4px;width:44%;position:absolute;bottom:120px;right:10%;overflow:hidden;box-shadow:0 4px 16px #0000004d,0 1px 4px #00000026}.home-module__txgM7a__comingSoonImage{background-color:#0003;position:relative}.home-module__txgM7a__comingSoonBody{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:.75rem 1.25rem;display:flex}.home-module__txgM7a__comingSoonText{text-align:left;flex-direction:column;gap:.25rem;display:flex}.home-module__txgM7a__comingSoonLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-primary);font-size:.85rem;font-weight:700}.home-module__txgM7a__comingSoonTitle{color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:clamp(1.25rem,3vw,2rem);font-weight:700}.home-module__txgM7a__comingSoonDesc{color:#ffffffbf;margin:0;font-size:.9rem;line-height:1.5}.home-module__txgM7a__comingSoonButton{background-color:var(--bg-redocre);color:#fff;cursor:pointer;letter-spacing:.04em;border:none;padding:.65rem 1.6rem;font-size:1rem;font-weight:600;transition:filter .2s}.home-module__txgM7a__comingSoonButton:hover{filter:brightness(1.15)}.home-module__txgM7a__newsletterSignup{flex-direction:column;flex-shrink:0;justify-content:center;align-items:stretch;gap:.75rem;min-width:320px;min-height:7.5rem;display:flex}.home-module__txgM7a__newsletterInput{color:#fff;background-color:#ffffff1f;border:none;outline:none;width:100%;padding:.65rem 1rem;font-size:1rem}.home-module__txgM7a__newsletterInput::placeholder{color:#ffffff80}.home-module__txgM7a__newsletterSuccess{color:#fff;margin:0;font-size:1rem}.home-module__txgM7a__newsletterError{color:#ff6464e6;margin:0;font-size:.9rem}.home-module__txgM7a__whyUsSection{flex-direction:column;gap:1.5rem;display:flex}.home-module__txgM7a__whyUsTitle{color:var(--bg-green);margin:0;font-size:2rem}.home-module__txgM7a__whyUsRow{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.home-module__txgM7a__whyUsItem{border-top:2px solid var(--bg-green);cursor:default;flex-direction:column;gap:.5rem;padding:1rem 1rem 1.25rem;transition:transform .2s,background-color .2s;display:flex}.home-module__txgM7a__whyUsItem:hover{background-color:var(--bg-green);transform:scale(1.03)}.home-module__txgM7a__whyUsHeading{color:var(--bg-green);margin:0;font-size:1.2rem;font-weight:600;transition:color .2s}.home-module__txgM7a__whyUsItem:hover .home-module__txgM7a__whyUsHeading{color:#fff}.home-module__txgM7a__whyUsText{color:var(--bg-muted);margin:0;font-size:.95rem;line-height:1.6;transition:color .2s}.home-module__txgM7a__whyUsItem:hover .home-module__txgM7a__whyUsText{color:#fff}.home-module__txgM7a__servicesSection{background-color:var(--bg-main);border-top:2px solid var(--bg-green);flex-direction:column;gap:.5rem;padding:1rem 1rem 1.25rem;display:flex}.home-module__txgM7a__servicesTitle{color:var(--bg-green);margin:0;font-size:2rem;font-weight:600}.home-module__txgM7a__servicesDescription{color:var(--bg-green);opacity:.85;margin:0;line-height:1.6}@media (max-width:768px){.home-module__txgM7a__homeImageWrapper{height:auto;min-height:100svh;position:relative}.home-module__txgM7a__homeImageOverlay{padding:3rem 5% 2rem;position:relative}.home-module__txgM7a__heroLogoWrapper{width:140px;height:140px}.home-module__txgM7a__comingSoon{width:90%;margin:0 auto 3rem;position:relative;bottom:auto;right:auto}.home-module__txgM7a__comingSoonBody{flex-direction:column;align-items:flex-start}.home-module__txgM7a__newsletterSignup{min-width:unset;width:100%}.home-module__txgM7a__homeContent{width:90%;margin-top:0}.home-module__txgM7a__whyUsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.home-module__txgM7a__whyUsRow{grid-template-columns:1fr}}
.page-module__fLTYpa__productsPage{flex-direction:column;display:flex}.page-module__fLTYpa__hero{background-color:var(--bg-green);padding:5rem 10%}.page-module__fLTYpa__heroTitle{color:#fff;letter-spacing:.02em;margin:0 0 .5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700}.page-module__fLTYpa__heroSubtitle{color:#ffffffbf;margin:0;font-size:1.1rem}.page-module__fLTYpa__content{width:80%;margin:0 auto;padding:4rem 0}@media (max-width:900px){.page-module__fLTYpa__content{width:90%}}@media (max-width:600px){.page-module__fLTYpa__hero{padding:3.5rem 6%}.page-module__fLTYpa__content{width:92%;padding:2.5rem 0}}
