.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--header-h);max-width:100%!important;position:sticky;top:0;z-index:30;transition:opacity .3s ease}.header.hidden{opacity:0;pointer-events:none}.header:before{content:"";position:absolute;inset:0;z-index:20;background-image:var(--bg-cover),var(--bg-url);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;pointer-events:none}.header nav a{color:#fff;transition:background-color .3s ease,color .3s ease,transform .3s ease,border .3s linear}.header nav a.active{background-color:var(--tea-green);border-bottom:4px solid #000;color:var(--tea-gold);transform:scale(1.05)}.header__link:hover{color:var(--tea-gold);transform:scale(1.1);background-color:var(--tea-green)}.header nav a.active:hover{border-bottom:none}.header>*{position:relative;z-index:31}.header__logo{display:flex;align-items:center;justify-content:center;width:150px;height:auto}.header__nav{display:none}.header__menu{display:flex;align-items:center;list-style:none;padding:0;gap:1rem;height:auto}.header__items{display:none;flex-direction:row;align-items:center;justify-content:end;gap:2rem}.theme-toggle{--track-w: 4rem;--track-h: 2.2rem;--knob-size: 1.8rem;--toggle-gap: .2rem;--icon-sun: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='4'/><path d='M12 2v2'/><path d='M12 20v2'/><path d='m4.93 4.93 1.41 1.41'/><path d='m17.66 17.66 1.41 1.41'/><path d='M2 12h2'/><path d='M20 12h2'/><path d='m6.34 17.66-1.41 1.41'/><path d='m19.07 4.93-1.41 1.41'/></svg>");--icon-moon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401'/></svg>");--knob-icon: var(--icon-sun);display:inline-block;position:relative;width:var(--track-w);height:var(--track-h);--track-radius: calc(var(--track-h) / 2);padding:0;cursor:pointer;border-radius:var(--track-radius);-webkit-user-select:none;user-select:none;transition:background-color .3 ease-out;background:linear-gradient(90deg,#fff,#7d7777)}.theme-toggle:before,.theme-toggle:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;background-size:100% 100%;background-repeat:no-repeat;opacity:1;z-index:1;transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:none}.theme-toggle:before{left:calc(var(--toggle-gap) + .2rem);background-image:var(--icon-sun)}.theme-toggle:after{right:calc(var(--toggle-gap) + .2rem);background-image:var(--icon-moon)}.theme-toggle>input[type=checkbox]{-webkit-appearance:none;appearance:none;position:absolute;top:calc((var(--track-h) - var(--knob-size)) / 2);left:var(--toggle-gap);width:var(--knob-size);height:var(--knob-size);border-radius:50%;margin:0;padding:0;border:none;cursor:pointer;z-index:2;background-color:var(--tea-gold);background-image:var(--knob-icon);background-repeat:no-repeat;background-position:center;background-size:58% 58%;transition:transform .3s ease,background-color .3s ease,background-image 1ms linear}.theme-toggle>input[type=checkbox]:checked{transform:translate(calc(var(--track-w) - var(--knob-size) - (var(--toggle-gap) * 2)))}.theme-toggle>input[type=checkbox]:focus{outline:none}html[data-theme=light] .theme-toggle{background:linear-gradient(90deg,#fff,#7d7777)}html[data-theme=light] .theme-toggle>input[type=checkbox]{--knob-icon: var(--icon-sun)}html[data-theme=light] .theme-toggle:after{opacity:.38;transform:translateY(-50%) scale(.92)}html[data-theme=light] .theme-toggle:before{opacity:1;transform:translateY(-50%) scale(1)}html[data-theme=dark] .theme-toggle{background:linear-gradient(90deg,#2b3147,#081126)}html[data-theme=dark] .theme-toggle>input[type=checkbox]{--knob-icon: var(--icon-moon)}html[data-theme=dark] .theme-toggle:before{opacity:.38;transform:translateY(-50%) scale(.92)}html[data-theme=dark] .theme-toggle:after{opacity:1;transform:translateY(-50%) scale(1)}.theme-toggle__label-row{display:flex;gap:1rem;align-items:center;border-radius:1rem}.theme-toggle-input:focus+.theme-toggle{box-shadow:0 0 0 4px #6366f124}.header__socials{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.header__social__item{display:inline-flex;align-items:center;justify-content:center;color:#fff;border-radius:.75rem;background:#ffffff1a;width:2.2rem;height:2.2rem;white-space:nowrap;transition:color .2s}.header__social__item:hover{color:var(--tea-gold);border:1px solid rgba(238,189,43,.6)}.header__social__item>svg{display:inline;vertical-align:middle;width:1rem;height:1rem;flex-shrink:0}.header__bars{color:#fff;width:var(--size-5xl);height:var(--size-5xl);display:block;padding:.5em;border-radius:calc(.5rem - 2px);transition:background-color .3s;grid-column:3;justify-self:end}.header__bars:hover{background-color:var(--tea-gold)}.header__link{border-radius:1rem;padding:.3rem}@media (min-width: 768px){.header__nav{display:block}.header__link{font-size:var(--size-xs);text-decoration:none;font-weight:600;color:var(--light);letter-spacing:-.05em;transition:color .03s,transform .06s;display:block}.header__items{display:flex}.header__bars{display:none}}@media (min-width: 1024px){.header__link{font-size:var(--size-sm)}.header__social__item{width:2.5rem;height:2.5rem}.header__social__item>svg{width:1rem;height:1rem}}.hero{color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding-top:4rem;padding-bottom:1rem}.hero__subtitle{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;border-radius:9999px;background:hsl(from var(--light) h s l / .35);padding:.5rem 1.5rem;transition:background-color .3s,color .3s}.hero__subtitle:hover{background:#00000080}.hero__subtitle__svg{color:#fde047;fill:currentColor;width:var(--size-2xl);height:var(--size-2xl)}.hero__subtitle__text{font-size:var(--size-base)}.hero__title{font-size:var(--size-6xl);font-weight:500}.hero__title__span{color:var(--tea-gold)}.hero__description{max-width:70ch;font-size:var(--size-xl)}.hero__cta{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--size-base)}.hero__btn{font-size:var(--size-base)}.hero__btn svg{display:inline-flex;vertical-align:middle;margin-left:.5rem;width:1.25rem;height:1.25rem}.hero__items{display:grid;gap:2rem;color:#fffc;grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-top:1.25rem}.hero__items__item{text-align:center;border-radius:10px;border:1px solid rgb(255 255 255 / 30%);background:hsl(from var(--light) h s l / .25);padding:.5em 1em;transition:.5s ease-out}.hero__items__item:hover{background:#0006}.hero__items__item__top{font-weight:700;font-size:var(--size-3xl)}.hero__items__item__bottom{font-size:var(--size-sm)}@media (min-width: 640px){.hero__cta{flex-direction:row}}@media (min-width: 768px){.hero__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@font-face{font-family:Vazirmatn FD;src:url(./Vazirmatn-FD-Light-BfeKiK-D.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn FD;src:url(./Vazirmatn-FD-Regular-DHqa3JTn.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn FD;src:url(./Vazirmatn-FD-Medium-CUGnS-PN.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn FD;src:url(./Vazirmatn-FD-SemiBold-CLISmBOp.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn FD;src:url(./Vazirmatn-FD-Bold-B_t2WhO7.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.mobile-nav__menu{position:fixed;top:0;left:-100%;height:100vh;height:100dvh;width:min(15em,100%);z-index:150;border-right:2px solid rgba(255,255,255,.4);background-color:hsl(from var(--tea-green) h s calc(l - 5));display:flex;align-items:center;justify-content:baseline;flex-direction:column;gap:1rem;overflow:hidden;overflow-y:auto;transition:left .3s ease-out}.mobile-nav__menu.show{left:0}.mobile-nav__menu.show~.mobile-nav__overlay{display:block}.mobile-nav__menu nav{width:100%;margin-top:3.5rem}.mobile-nav__menu ul{width:100%;display:flex;flex-direction:column;padding:0;list-style:none}.mobile-nav__link{text-decoration:none;display:flex;color:#fff;padding:1em 2em;border-bottom:1px solid rgba(255,255,255,.4);transition:background-color .3s ease,border .3s linear,color .3s}.mobile-nav__link:hover{color:var(--tea-green);background-color:hsl(from var(--tea-gold) h s calc(l + 10))}.mobile-nav__link.active{border-right:5px solid var(--tea-gold)}.mobile-nav__socials{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.mobile-nav__social__item{display:inline-flex;align-items:center;justify-content:center;color:#fff;border-radius:.75rem;background:#ffffff1a;width:2.2rem;height:2.2rem;white-space:nowrap;transition:color .2s}.mobile-nav__social__item:hover{color:var(--tea-gold);border:1px solid rgba(238,189,43,.6)}.close-sidebar{position:absolute;top:.5rem;right:.5rem;border:none;border-radius:50%;transition:background-color .3s,transform .5s;padding:.5em;z-index:1;color:#fff;cursor:pointer}.close-sidebar:hover{background-color:#0003;transform:scale(1.05) rotate(180deg)}.close-sidebar:hover>svg{color:red}.mobile-nav__overlay{position:fixed;inset:0;display:none;background-color:#00000080;z-index:140}.custom-modal{position:fixed;inset:0;display:grid;place-items:center;pointer-events:none;z-index:500;opacity:0;transition:opacity .22s ease}.custom-modal__backdrop{position:absolute;inset:0;background:#00000080;opacity:0;transition:opacity .22s ease}.custom-modal__close{position:absolute;top:.75rem;right:.75rem;border:none;border-radius:50%;transition:background-color .3s,transform .5s;padding:.5em;z-index:1;cursor:pointer}.custom-modal__close:hover{background-color:#0003;transform:scale(1.05) rotate(180deg)}.custom-modal__close:hover>svg{color:red}.custom-modal__close>svg{color:var(--dark);width:1.5rem;height:1.5rem}.custom-modal.open{opacity:1;pointer-events:auto}.custom-modal.open .custom-modal__backdrop{opacity:1}.custom-modal.open .custom-modal__content{transform:translateY(0) scale(1)}.custom-modal[aria-hidden=true] .custom-modal__content{pointer-events:none}.custom-modal__content{position:relative;width:95vw;width:95dvw;max-width:1024px;min-height:80vh;min-height:80dvh;max-height:95vh;max-height:95dvh;background:#eaffdf;border-radius:1rem;padding:.5rem;box-sizing:border-box;transform:translateY(-6px) scale(.995);transition:transform .22s ease;pointer-events:auto;outline:none;display:grid;grid-template-columns:minmax(0,1fr);font-size:var(--size-xs);gap:.5rem;overflow:auto}.modal__image__section{background:var(--background);display:flex;align-items:center;overflow:hidden;width:100%;height:100%;min-height:20rem;box-shadow:var(--shadow-soft);border-radius:1rem;padding-top:3rem}.modal__slider{direction:ltr;display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:.5rem;flex:1 0 auto;position:relative;overflow:hidden;aspect-ratio:16/9;width:100%;height:100%;border-radius:1rem}.modal__slides-container{position:relative;width:100%;overflow:hidden;aspect-ratio:inherit;border-radius:1rem}.modal__slide-track{display:flex;transition:transform .5s ease-in-out;height:100%}.modal__slide{min-width:100%;min-height:10rem;height:100%;display:block;flex-shrink:0;object-fit:fill;object-position:center;transition:transform .3s;cursor:pointer;border-radius:1rem;overflow:hidden}.modal__slides-prev,.modal__slides-next{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;border-radius:50%;background-color:#0009;border:none;cursor:pointer;z-index:2;transition:all .3 ease;padding-top:.3em}.modal__slides-prev>span,.modal__slides-next>span{width:1rem;height:1rem;display:inline;vertical-align:middle;text-align:center;color:#fff}.modal__slides-prev:hover,.modal__slides-next:hover{background-color:#000c;transform:translateY(-50%) scale(1.1)}.modal__slides-prev{left:.5rem}.modal__slides-next{right:.5rem}.modal__slider-nav{display:flex;align-items:center;gap:.5rem;padding:1rem .5rem;background-color:#0000000d;border-radius:1rem;overflow:hidden;overflow-x:auto;background-color:#fff6}.modal__slider-nav__item{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:4rem;border-radius:.5rem;overflow:hidden;cursor:pointer;opacity:.7;transition:all .3s;border:2px solid transparent}.modal__slider-nav__item:hover{opacity:.9;transform:scale(1.05)}.modal__slider-nav__item.active{opacity:1;border-color:#3498db;transform:scale(1.1)}.modal__slider-nav__item img{width:100%;height:100%;object-fit:cover}.modal__slider__single-image .modal__slides-prev,.modal__slider__single-image .modal__slides-next,.modal__slider__single-image .modal__slider-nav{display:none}.fullscreen-modal{position:fixed;inset:0;width:100%;height:100%;background-color:#000;display:none;z-index:600}.fullscreen-modal.active{display:block}.fullscreen-slider{direction:ltr;position:relative;width:100%;height:100%;background-color:#000;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:1rem;gap:.5rem}.fullscreen-slides-container{position:relative;flex:0 0 1;overflow:hidden}.fullscreen-slide-track{display:flex;transition:transform .5s ease-in-out;height:100%}.fullscreen-slide{width:100%;height:100%;object-fit:contain;aspect-ratio:16/9;display:block;flex-shrink:0}.fullscreen-prev,.fullscreen-next{position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;padding:.5rem 1rem;border-radius:50%;background-color:#000000b3;color:#fff;border:none;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.fullscreen-prev:hover,.fullscreen-next:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1)}.fullscreen-prev{left:2rem}.fullscreen-next{right:2rem}.fullscreen-close{position:absolute;display:inline-block;top:1.5rem;right:1.5rem;border:none;border-radius:50%;transition:background-color .3s,transform .5s;padding:.5em;z-index:1;background-color:#fff;cursor:pointer}.fullscreen-close>svg{color:#000;width:1.5rem;height:1.5rem;display:inline;vertical-align:middle}.fullscreen-close:hover{transform:scale(1.05) rotate(180deg)}.fullscreen-close:hover>svg{color:red}.fullscreen-nav{width:100%;display:flex;align-items:center;gap:.5rem;padding:1rem .5rem;min-width:1px;background-color:#000000b3;overflow:hidden;overflow-x:auto;scrollbar-width:thin}.fullscreen-nav-item{flex-shrink:0;height:4rem;width:6rem;border-radius:5px;overflow:hidden;cursor:pointer;opacity:.7;transition:all .3s;border:2px solid transparent}.fullscreen-nav-item:hover{opacity:.9;transform:scale(1.05)}.fullscreen-nav-item.active{opacity:1;border-color:#3498db;transform:scale(1.06)}.fullscreen-nav-item img{width:100%;height:100%;object-fit:cover;object-position:center}.modal__product__details{display:flex;flex-direction:column;justify-content:center;color:var(--dark);gap:.5rem;background:var(--background);padding:1rem;border-radius:1rem}.modal__product-desc{max-height:4rem;overflow:hidden;overflow-y:auto;white-space:wrap;word-wrap:break-word;word-break:break-word;padding:.3rem .3rem .3rem .2rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;box-shadow:var(--shadow-medium)}.modal__product-category-weight{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.modal__product-category,.modal__product-weight{width:fit-content;display:inline-flex;align-items:center;justify-content:center;color:#5a3b00;background:#ffde59e6;border-radius:1rem;border:1px solid var(--tea-green);padding:.5em 1em;font-weight:700;height:2rem;gap:.2rem;box-shadow:var(--shadow-medium)}.modal__product-feats-chars__grid{display:grid;gap:.3rem;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border-radius:1rem;box-shadow:var(--shadow-medium)}.modal__product-chars__section,.modal__product-feats__section{display:flex;flex-direction:column;flex-wrap:nowrap;gap:.3rem;background-color:#0000001a;border-radius:1rem;padding:.5rem;max-height:12rem;overflow:hidden;overflow-y:auto;box-shadow:var(--shadow-soft)}.modal__product-chars,.modal__product-feats{display:flex;flex-direction:column;gap:.2rem}.modal__product-characteristic,.modal__product-feature{white-space:wrap;word-wrap:break-word;word-break:break-word}.modal__product-feature>svg{display:inline;vertical-align:middle;width:1rem;height:1rem;margin-left:.2rem}.modal__price-cta{display:flex;gap:.4rem;flex-direction:row;align-items:center;justify-content:space-between}.modal__product-contact{display:inline-flex!important;align-items:center;justify-content:center;flex-direction:row;flex-grow:1;white-space:nowrap;box-shadow:var(--shadow-soft)}.modal__product-price{width:fit-content;display:inline-flex;align-items:center;justify-content:center;color:#5a3b00;background:var(--tea-gold);border-radius:.5rem;border:1px solid rgba(255,255,255,.3);padding:.5em 1em;font-weight:700;white-space:nowrap;box-shadow:var(--shadow-soft)}.modal__product-contact>svg{display:inline;vertical-align:middle;width:1.2rem;height:1.2rem;margin-left:.3rem}@media (min-width: 768px){.custom-modal__content{grid-template-columns:repeat(2,minmax(0,1fr));font-size:var(--size-sm)}.modal__slides-prev,.modal__slides-next{width:2.5rem;height:2.5rem}.modal__slides-prev>span,.modal__slides-next>span{width:1.5rem;height:1.5rem}}@media (min-width: 1024px){.custom-modal__content{font-size:var(--size-base)}}.custom-modal__content::-webkit-scrollbar,.modal__product-chars__section::-webkit-scrollbar,.modal__product-feats__section::-webkit-scrollbar,.modal__slider-nav::-webkit-scrollbar,.modal__product-desc::-webkit-scrollbar{width:.5rem;scrollbar-width:thin}.custom-modal__content::-webkit-scrollbar-track,.modal__product-chars__section::-webkit-scrollbar-track,.modal__product-feats__section::-webkit-scrollbar-track,.modal__slider-nav::-webkit-scrollbar-track,.modal__product-desc::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0);background:#eebd2b66;border-radius:1rem}.custom-modal__content::-webkit-scrollbar-thumb,.modal__product-chars__section::-webkit-scrollbar-thumb,.modal__product-feats__section::-webkit-scrollbar-thumb,.modal__slider-nav::-webkit-scrollbar-thumb,.modal__product-desc::-webkit-scrollbar-thumb{background-color:var(--tea-gold);border-radius:1rem}.custom-modal__content::-webkit-scrollbar-corner,.modal__product-chars__section::-webkit-scrollbar-corner,.modal__product-feats__section::-webkit-scrollbar-corner,.modal__slider-nav::-webkit-scrollbar-corner,.modal__product-desc::-webkit-scrollbar-corner{background:transparent}.about-section{display:flex;flex-direction:column;gap:2rem;text-align:center;justify-content:center;align-items:center;background:var(--section-bg);border-radius:2rem;padding:2rem}.about__title{position:relative;font-size:var(--size-3xl);font-weight:700;color:var(--dark);margin-bottom:1.5rem}.about__subtitle{color:var(--dark);font-size:var(--size-lg);max-width:70ch}.about__title__superscript{font-size:var(--size-xs);position:absolute;bottom:100%;right:40%}.about__title__superscript>svg{display:inline;vertical-align:middle;width:1rem;height:1rem}.about__grid{color:var(--dark);display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;text-align:start}.about__grid__sec-1,.about__grid__sec-2{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.about__grid__sec-1>*,.about__grid__sec-2__feature,.about__grid__prospect{border-radius:2rem;padding:1rem;box-shadow:var(--shadow-strong);background:var(--background)}.about__grid__sec-1__feats{background-image:linear-gradient(#0006,#0006),url(../tea-card-bg-3.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;flex-direction:column;gap:1rem}.about__grid__sec-1__feature{display:flex;gap:1rem;align-items:center;flex-direction:column}.about__grid__sec-1__feature__img{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;border-radius:1rem;box-shadow:var(--shadow-soft);flex-shrink:0;color:var(--dark);background:var(--section-bg);transition:background-color .3s,color .3s}.about__grid__sec-1__feature__img>svg{display:inline;vertical-align:middle;width:1.75rem;height:1.75rem;color:inherit}.about__grid__sec-1__feature__desc{padding:.5rem 1rem;border-radius:1rem;background:var(--section-bg);transition:background-color .3s,color .3s}.about__grid__sec-1__feature:has(.about__grid__sec-1__feature__img:hover) .about__grid__sec-1__feature__img,.about__grid__sec-1__feature:has(.about__grid__sec-1__feature__desc:hover) .about__grid__sec-1__feature__img,.about__grid__sec-1__feature:has(.about__grid__sec-1__feature__img:hover) .about__grid__sec-1__feature__desc,.about__grid__sec-1__feature:has(.about__grid__sec-1__feature__desc:hover) .about__grid__sec-1__feature__desc{background:#000000b3;color:#fff}.about__grid__sec-1__feature__desc__title{font-weight:700;margin-bottom:.5rem}.about__grid__sec-1__ourmission{display:flex;flex-direction:column;align-items:center;background-image:var(--bg-cover),url(../tea-card-bg-4.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.about__grid__sec-1__ourmission:has(.about__grid__sec-1__ourmission__title:hover) .about__grid__sec-1__ourmission__title,.about__grid__sec-1__ourmission:has(.about__grid__sec-1__ourmission__subtitle:hover) .about__grid__sec-1__ourmission__subtitle,.about__grid__sec-1__ourmission:has(.about__grid__sec-1__ourmission__title:hover) .about__grid__sec-1__ourmission__subtitle,.about__grid__sec-1__ourmission:has(.about__grid__sec-1__ourmission__subtitle:hover) .about__grid__sec-1__ourmission__title{background:#000000b3;color:#fff}.about__grid__sec-1__ourmission__title>svg{width:2rem;height:2rem;display:inline;vertical-align:middle}.about__grid__sec-1__ourmission__title{font-weight:700;border-radius:9999px;background:var(--section-bg);margin-bottom:.75rem;padding:.5rem 1rem;text-align:center;transition:background-color .3s,color .3s}.about__grid__sec-1__ourmission__subtitle{padding:.5rem 1rem;border-radius:2rem;background:var(--section-bg);max-width:min(75ch,80%);text-align:center;transition:background-color .3s,color .3s}.about__grid__sec-2__feats{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.about__grid__sec-2__feature{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;transition:background-color .3s,color .3s}.about__grid__sec-2__feature__img{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center}.about__grid__sec-2__feature__img>svg{display:inline;vertical-align:middle;width:2rem;height:2rem}.about__grid__sec-2__feature>h3{color:var(--dark);font-weight:700}.about__grid__sec-2__feature>*{transition:color .3s}.about__grid__sec-2__feats:has(.about__grid__sec-2__feature:hover) .about__grid__sec-2__feature{background:#000000b3}.about__grid__sec-2__feats:has(.about__grid__sec-2__feature:hover) .about__grid__sec-2__feature>*{color:#fff}.about__grid__prospect{display:flex;gap:.5rem;flex-direction:column;align-items:center;justify-content:center;background-image:var(--bg-cover),url(../tea-card-bg-2.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.about__grid__prospect__title{display:flex;gap:1rem;font-weight:700;align-items:center;background:var(--section-bg);padding:.5rem 1rem;border-radius:9999px;text-align:center;transition:background-color .3s,color .3s}.about__grid__prospect__title>svg{display:inline;vertical-align:middle;width:2rem;height:2rem}.about__grid__prospect__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem;justify-items:flex-start}.about__grid__prospect__target{display:flex;justify-content:center;align-items:center;flex-shrink:0;gap:.5rem;background:var(--section-bg);padding:.5rem 1rem;border-radius:2rem;text-align:center;transition:background-color .3s,color .3s}.about__grid__prospect__target>svg{display:inline-flex;flex-shrink:0;vertical-align:middle;width:1.5rem;height:1.5rem}.about__grid__prospect:has(.about__grid__prospect__title:hover) .about__grid__prospect__title,.about__grid__prospect:has(.about__grid__prospect__target:hover) .about__grid__prospect__target,.about__grid__prospect:has(.about__grid__prospect__title:hover) .about__grid__prospect__target,.about__grid__prospect:has(.about__grid__prospect__target:hover) .about__grid__prospect__title{background:#000000b3;color:#fff}.about__promise{height:5rem;border-radius:9999px;background-image:var(--bg-cover),url(../tea-card-bg-1.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;text-align:center;display:flex;justify-content:center;align-items:center;color:var(--tea-gold);padding:.5rem 1rem;font-size:var(--size-sm)}@media (min-width: 768px){.about__grid__sec-1__feature{align-items:flex-start;flex-direction:row}}@media (min-width: 1024px){.about__grid__prospect__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.whyus{display:flex;flex-direction:column;gap:4rem;text-align:center;justify-content:center;align-items:center;background:var(--section-bg);border-radius:2rem;padding:2rem}.whyus__description__title{font-size:var(--size-3xl);font-weight:700;color:var(--dark);margin-bottom:1.5rem}.whyus__description__subtitle{color:var(--dark);font-size:var(--size-lg);max-width:70ch}.whyus__items{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr));width:100%}.whyus__items__item{text-align:center;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-strong);background:var(--background);transition:.3s}.whyus__items__item:hover{transform:scale(1.05)}.whyus__items__item__img{display:inline-flex;margin-bottom:1.5rem;background:#3181531a;justify-content:center;align-items:center;border-radius:1rem;width:4rem;height:4rem;transition:.3s}.whyus__items__item__img:hover{background:#31815333}.whyus__items__item__img svg{color:var(--tea-green);width:2rem;height:2rem}.whyus__items__item__title{color:var(--dark);font-size:var(--size-xl);font-weight:700;margin-bottom:1rem}.whyus__items__item__description{text-align:center;margin:0 auto;color:var(--dark);max-width:50ch}@media (min-width: 768px){.whyus__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.whyus__items{grid-template-columns:repeat(3,minmax(0,1fr))}}.products-section{display:flex;flex-direction:column;gap:4rem;text-align:center;justify-content:center;align-items:center;background:var(--section-bg);border-radius:2rem;padding:2rem}.products__description__title{font-size:var(--size-3xl);font-weight:700;color:var(--dark);margin-bottom:1.5rem}.products__description__subtitle{color:var(--dark);font-size:var(--size-lg);max-width:70ch}.product__items{display:grid;text-align:initial;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr));width:100%}.product__item{background:var(--background);box-shadow:var(--shadow-strong);border-radius:1rem;transition:.3s;overflow:hidden}.product__item:hover{transform:scale(1.05)}.product__item__img{overflow:hidden;position:relative;aspect-ratio:16 / 9;width:100%}.product-slider{position:relative;width:100%;overflow:hidden;box-shadow:0 5px 15px #0000001a;aspect-ratio:inherit}.product-slides-container{position:relative;width:100%;height:100%;overflow:hidden;aspect-ratio:inherit}.product__item__img:has(.product-slides-container:hover) .product-slider>button,.product__item__img:has(.product-slides-container:hover) .product__item__img__label{opacity:.3}.product-slide-track{display:flex;transition:transform .5s ease-in-out;height:100%;width:100%;direction:ltr}.product-slide{flex:0 0 100%;width:100%;height:100%;object-fit:cover;object-position:center;display:block;flex-shrink:0}.product-slider button{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background-color:#0009;color:#fff;border:none;cursor:pointer;z-index:10;transition:all .3s ease;padding-top:.3em}.product-slider button:hover{background-color:#000c;transform:translateY(-50%) scale(1.1)}.product-slider button>span{width:1.5rem;height:1.5rem;display:inline;vertical-align:middle;text-align:center}.product-prev{left:5px}.product-next{right:5px}.single-image .product-prev,.single-image .product-next{display:none}.product__item__img__label{display:inline-flex;color:var(--dark);font-weight:500;font-size:.75rem;padding:.125rem .625rem;background:var(--tea-gold);border:1px solid transparent;border-radius:9999px;align-items:center;top:1rem;right:1rem;position:absolute;transition:.03s;z-index:10}.product__item__img__label:hover{background:var(--tea-green);opacity:1}.product__item__info{padding:1.5rem}.product__item__info__title{color:var(--dark);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product__item__info__description{color:var(--dark);font-size:.875rem;overflow:hidden;margin-bottom:1rem}.product__item__info__characteristics{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.product__item__info__weight{display:flex;gap:.5rem;align-items:center}.product__item__info__weight>svg{display:inline;vertical-align:middle;color:var(--tea-green);width:1rem;height:1rem}.product__item__info__price{font-size:.875rem;color:var(--tea-green);padding:.2rem .5rem;font-weight:700}.product__item__info__weight__title{color:var(--dark);font-size:.875rem}.product__item__info__cta-details{font-weight:500;white-space:nowrap;display:inline-flex;cursor:pointer;font-size:.875rem;gap:.5rem;justify-content:center;align-items:center;width:100%;height:2.5rem;transition:.3s}.product__item__info__cta-details>svg{display:inline;vertical-align:middle;width:1rem;height:1rem;margin-left:.5rem}@media (min-width: 768px){.product__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.product__items{grid-template-columns:repeat(3,minmax(0,1fr))}}.contact-section{display:flex;flex-direction:column;gap:2rem;justify-content:center;background:var(--section-bg);border-radius:2rem;padding:2rem;color:var(--dark)}.contact__desc{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.contact__title{font-size:var(--size-3xl);font-weight:700;margin-bottom:1.5rem}.contact__subtitle{font-size:var(--size-lg);max-width:70ch}.contact__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:3rem}.contact__sec-1,.contact__sec-2{display:flex;flex-direction:column}.contact__sec-1{gap:2rem}.contact__sec-2{padding:1.5rem;gap:1.5rem;border-radius:2rem;box-shadow:var(--shadow-strong);background:var(--background);height:fit-content}.contact__info{display:flex;flex-direction:column;box-shadow:var(--shadow-strong);background:var(--background);border-radius:2rem;gap:1.5rem;width:100%;padding:1.5rem;text-align:start;color:var(--dark)!important}.contact__info__title{display:flex;gap:.5rem;flex-direction:column;justify-content:center;align-items:center;align-self:center;width:100%;text-align:center}.contact__info__title>h3{font-weight:700}.contact__info__items{display:flex;gap:1.5rem;flex-direction:column}.contact__info__item{display:flex;padding:1rem;border-radius:1rem;flex-direction:column;justify-content:space-between;cursor:pointer;gap:1rem;transition:background-color .2s,outline .2s;flex-shrink:0;color:var(--dark)}.contact__info__item__info{display:flex;flex-direction:column;align-items:center;gap:1rem;flex-shrink:0;white-space:wrap;word-wrap:break-word;word-break:break-word}.contact__info__item:focus{outline:3px solid Highlight;outline-offset:2px;background:#3181530d}.contact__info__item:hover{background:#3181530d}.contact__info__item__img{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;background:#3181531a;border-radius:1rem}.contact__info__item__img>svg{display:inline;vertical-align:middle;width:1.5rem;height:1.5rem;color:var(--tea-green)}.contact__info__item__desc{display:flex;flex-direction:column;align-items:center}.contact__info__item__desc__title{font-weight:600;white-space:wrap;word-wrap:break-word;word-break:break-word}.contact__info__item__desc__subtitle{white-space:wrap;word-wrap:break-word;word-break:break-word}.contact__info__item__copy{display:inline-block;font-weight:400;text-decoration:none;letter-spacing:-.05em;background-color:#318153cc;color:#fff;padding:.5em 1em;border:1px solid rgb(255 255 255 / 30%);border-radius:calc(.5rem - 2px);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,transform;transition-duration:.15s;cursor:pointer}.contact__info__item__copy:hover{background-color:#e0a906;transform:translateY(-2px)}.contact__info__item__copy:active{background-color:#fff;border-color:var(--tea-gold);color:var(--tea-gold)}.contact__form__title{font-weight:700;text-align:center}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form__item{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.contact__form__item__label{font-weight:500;position:relative}.contact__form__item:has(input[required])>.contact__form__item__label>span:after,.contact__form__item:has(textarea[required])>.contact__form__item__label>span:after{content:"*";color:#e04848;font-weight:700;display:inline-block;margin-inline-start:.4rem;vertical-align:middle;font-size:1rem}.contact__form__item__label>input{padding:.75rem;border:1px solid rgba(49,129,83,.2);border-radius:.5rem;width:100%;transition:all .3s;outline:2px solid transparent;outline-offset:2px;margin-top:.5rem}.contact__form__item__label>input:focus{box-shadow:0 0 #fff,0 0 0 2px #31815333,0 0 #0000;border-color:var(--tea-green)}.contact__form__item__label>textarea{padding:.75rem;border:1px solid rgba(49,129,83,.2);border-radius:.5rem;resize:none;width:100%;height:6rem;min-height:6rem;transition:all .3s;outline:2px solid transparent;outline-offset:2px;margin-top:.5rem}.contact__form__item__label>textarea:focus{box-shadow:0 0 #fff,0 0 0 2px #31815333,0 0 #0000;border-color:var(--tea-green)}.contact__form__item__label>input,.contact__form__item__label>textarea{background-color:var(--input-bg);color:var(--dark)}.contact__form__item__label>input::placeholder,.contact__form__item__label>textarea::placeholder{color:var(--input-fg);opacity:1}.contact__form__submit{font-weight:500;white-space:nowrap;display:inline-flex;justify-content:center;align-items:center;width:100%;height:2.7rem}.contact__form__submit>svg{display:inline;vertical-align:middle;width:1.5rem;height:1.5rem;margin-left:.2rem}.field-error{color:#e04848;font-size:.9rem;margin-top:.35rem;height:fit-content}input[aria-invalid=true],textarea[aria-invalid=true]{outline:2px solid rgba(224,72,72,.15)}textarea[required]::-ms-tooltip{content:"hh"}.contact__announce{display:flex;gap:.5rem;justify-content:center;align-items:center;background:var(--tea-gold);border-radius:9999px;height:3rem;transition:background-color .3s,color .3s;font-size:var(--size-sm);padding:.5rem}.contact__announce>svg{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;width:1.2rem;height:1.2rem}.contact__form__item>textarea::-webkit-scrollbar{width:.5rem}.contact__form__item>textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0);background:#2bee5966;border-radius:1rem}.contact__form__item>textarea::-webkit-scrollbar-thumb{background-color:var(--tea-green);border-radius:1rem}.contact__form__item>textarea::-webkit-scrollbar-corner{background:transparent}@media (min-width: 475px){.contact__info__item,.contact__info__item__info{flex-direction:row}.contact__info__item__desc{align-items:start}}@media (min-width: 768px){.contact__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact__info__item,.contact__info__item__info{flex-direction:column}.contact__info__item__desc{align-items:center}}@media (min-width: 1024px){.contact__info__item,.contact__info__item__info{flex-direction:row}.contact__info__item__desc{align-items:start}}.footer{position:sticky;inset:0;z-index:6;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem 3rem;max-width:100%!important;background-image:var(--bg-cover),var(--footer-bg);background-size:cover;background-position:top;background-repeat:no-repeat;color:#fff}.footer__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}.footer__logo{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1rem;text-align:center;height:100%;border-bottom:1px solid rgb(255 255 255 / 60%)}.footer__subtitle{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff1a;border:1px solid rgb(226 232 240);border-radius:1rem;padding:1rem;text-align:center;transition:background-color .3s}.footer__subtitle:hover{background-color:#0006}.footer__subtitle__important{align-self:center;justify-self:center;color:#48c17c;margin-top:.15rem}.footer__logo>img{width:200px;align-self:center}.footer__links{display:flex;flex-direction:column;gap:2rem;padding-bottom:1rem;height:100%;border-bottom:1px solid rgb(255 255 255 / 60%)}.footer__menu{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.footer__link{color:#fff;text-decoration:none;letter-spacing:-.05em;border-radius:1rem;padding:.15rem 1rem;margin-right:-1rem;transition:all .2s}.footer__link:hover{color:var(--tea-gold);background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer__contacts{display:flex;flex-direction:column;gap:2rem;padding-bottom:1rem;margin-bottom:1rem;height:100%;border-bottom:1px solid rgb(255 255 255 / 60%)}.footer__contact__items{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer__contact__item{display:flex;align-items:center;flex-direction:column;gap:.5rem;width:fit-content;padding:.15rem 1rem;transition:all .2s;border-radius:1rem;margin-right:-1rem;color:#fff}.footer__contact__item:hover{color:var(--tea-gold);background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer__contact__item>span{white-space:wrap;word-wrap:break-word;word-break:break-word}.footer__contact__item>svg{display:inline;vertical-align:middle;width:1rem;height:1rem}.footer__licenses{display:flex;flex-direction:column;gap:2rem;padding-bottom:1rem;margin-bottom:1rem;height:100%}.footer__licenses__title{white-space:nowrap}.footer__license__items{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}.footer__license__item{display:inline-flex;justify-content:center;align-items:center;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;padding:1rem;max-width:10rem;border:1px solid rgba(255,255,255,1);transition:background-color .3s}.footer__license__item:hover{background-color:#0000004d}.footer__license__item>img{display:inline-block;width:3rem;height:3rem}.footer__social__items{display:flex;flex-direction:row;align-items:center;gap:.5rem}.footer__social__item{display:inline-flex;align-items:center;justify-content:center;color:#fff;border-radius:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;width:3rem;height:3rem;white-space:nowrap;transition:color .2s}.footer__social__item:hover{color:var(--tea-gold);border:1px solid rgba(238,189,43,.6)}.footer__social__item>svg{display:inline;vertical-align:middle;width:1rem;height:1rem;flex-shrink:0}.footer__bottom{display:flex;width:100%;padding-top:1rem;margin-top:1rem;border-top:1px solid rgb(255 255 255 / 60%);align-items:center;justify-content:space-between;flex-direction:column-reverse;gap:1rem}.footer__bottom>span{white-space:wrap;word-wrap:break-word;word-break:break-word}@media (min-width: 475px){.footer__contact__items{align-items:start}.footer__contact__item{flex-direction:row}}@media (min-width: 768px){.footer__grid,.footer__license__items{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__logo,.footer__links{border-bottom:1px solid rgb(255 255 255 / 60%);border-right:none;border-top:none;border-left:none}.footer__contacts,.footer__licenses{border-right:none;border-top:none;border-bottom:none;border-left:none}.footer__bottom{flex-direction:row}}@media (min-width: 1024px){.footer__grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr)}.footer__license__items{grid-template-columns:repeat(1,minmax(0,1fr))}.footer__logo,.footer__links,.footer__contacts{border-left:1px solid rgb(255 255 255 / 60%);border-right:none;border-top:none;border-bottom:none;padding-left:2rem}.footer__licenses{padding-left:2rem}}@media (min-width: 1280px){.footer__license__items{grid-template-columns:repeat(2,minmax(0,1fr))}}.toaster{position:fixed;z-index:9999;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{--accent: #4f46e5;--text: var(--dark);pointer-events:auto;display:flex;flex-direction:column;min-width:260px;max-width:380px;border-radius:1rem;box-shadow:0 8px 20px #1018281f;overflow:hidden;transform:translate(100px);opacity:0;transition:transform .26s cubic-bezier(.2,.9,.3,1),opacity .2s ease;background:var(--light);border:1px solid rgba(15,23,42,.04)}.toast.show{transform:translate(0);opacity:1}.toast.hide{transform:translate(12px) scale(.98);opacity:0;transition:transform .22s ease,opacity .18s ease}.toast__body{display:flex;gap:12px;padding:12px 12px 8px;align-items:flex-start}.toast__icon{width:2rem;height:2rem;border-radius:8px;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(180deg,#ffffff08,#00000005);color:#fff;font-weight:600}.toast__icon>svg{display:inline-flex;width:1.2rem;height:1.2rem;flex-shrink:0;vertical-align:middle;color:#fff}.toast__content{flex:1 1 auto;min-width:0}.toast__title{font-size:.95rem;color:var(--text);margin:0 0 4px;line-height:1.1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast__message{font-size:.87rem;color:var(--dark);margin:0;line-height:1.25;word-break:break-word}.toast__actions{display:flex;align-items:center;gap:.5rem}.toast__close{background:transparent;height:2rem;border:none;width:2rem;border-radius:1rem;display:grid;place-items:center;cursor:pointer;transition:transform .3s ease,color .3s}.toast__close:hover{transform:scale(1.05) rotate(180deg)}.toast__close:hover>svg{color:red}.toast__close>svg{display:inline-flex;width:1.2rem;height:1.2rem;flex-shrink:0;vertical-align:middle;color:var(--dark)}.toast__close:focus{outline:2px solid rgba(99,102,241,.2)}.toast__timebar{height:4px;width:100%;background:#0f172a0d;position:relative;overflow:hidden}.toast__timebar>.progress{position:absolute;right:0;top:0;bottom:0;width:100%;transform-origin:right center;transform:scaleX(1)}.toast--success{--accent: #10b981}.toast--info{--accent: #3b82f6}.toast--warn{--accent: #f59e0b}.toast--error{--accent: #ef4444}.toast__icon{background:var(--accent);color:#fff}@keyframes deplete{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast.paused .progress{animation-play-state:paused!important}@media (max-width:420px){.toaster{left:.5rem;right:.5rem;top:.75rem}.toast{max-width:calc(100vw - 2rem);max-width:calc(100dvw - 2rem)}}
