:root{--green-900:#2b3520;--green-800:#3e4a2f;--green-700:#4a5738;--green-600:#64734b;--text:#38422b;--muted:#5d6850;--line:#a8ae93;--cream:#f0efe2;--cream-hero:#f4f2e7;--card:#f3f2e6;--strip:#e5e7d2;--footer-bg:#e8e9d8;--sage:#b4be97}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-manrope),"Segoe UI",Arial,sans-serif;font-size:16px;color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}a,button,summary{-webkit-tap-highlight-color:transparent}.container{max-width:1360px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:10px;font-size:15px;font-weight:600;line-height:1;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s,border-color .2s,color .2s,transform .12s ease}.btn--primary{background:var(--green-800);color:#f3f4e9}.btn--primary:hover{background:var(--green-700)}.btn--outline{border:1px solid var(--line);color:var(--text)}.btn--outline:hover{border-color:var(--green-700)}.ring-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #99a181;border-radius:50%;color:var(--green-700)}.ring-icon--lg{width:56px;height:56px;border-width:1.5px}.topbar{background:var(--green-800);color:#e6e9d8;font-size:13px}.topbar__inner{justify-content:space-between;gap:24px;min-height:42px}.topbar__inner,.topbar__items{display:flex;align-items:center}.topbar__items{gap:34px}.topbar__item,.topbar__phone{display:inline-flex;align-items:center;gap:8px}.topbar__phone{font-weight:600;color:#f0f2e2}.header__main{background:var(--cream-hero);border-bottom:1px solid rgba(90,100,70,.12)}.header__inner{display:flex;align-items:center;gap:34px;min-height:118px}.logo{display:inline-flex;align-items:center;gap:2px;font-family:var(--font-lora),Georgia,serif;font-size:27px;font-weight:700;letter-spacing:.04em;color:var(--green-900)}.logo__mark{margin:0 1px}.flower-mark{display:inline-block;background-color:currentColor;-webkit-mask:url(/images/logo-flower.webp) center/contain no-repeat;mask:url(/images/logo-flower.webp) center/contain no-repeat}.logo__mark--flower{width:40px;height:39px;margin:0 3px}.logo--footer .logo__mark--flower{width:33px;height:32px}.header__catalog{padding:13px 22px}.nav{display:flex;align-items:center;gap:34px;margin:0 auto}.nav__link{font-size:15px;font-weight:500;color:var(--text);transition:color .2s}.nav__link:hover{color:var(--green-600)}.header__actions{display:flex;align-items:center;gap:8px}.action-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;color:var(--green-800);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s,transform .12s ease}.action-btn:hover{color:var(--green-600)}.action-btn:active{transform:scale(.88)}.action-btn__badge{position:absolute;top:-7px;right:-9px;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;border-radius:50%;background:#7d8e58;color:#fff;font-size:11px;font-weight:700}.hero{position:relative;background:var(--cream-hero);overflow:hidden}.hero__photo{position:absolute;top:0;right:0;bottom:0;width:56%}.hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22%);mask-image:linear-gradient(90deg,transparent 0,#000 22%)}.hero__deco{position:absolute;z-index:1;pointer-events:none}.hero__deco--top{top:-36px;left:-40px;transform:rotate(160deg)}.hero__deco--bottom{bottom:-30px;left:-46px}.hero__inner{position:relative;z-index:2}.hero__content{max-width:540px;padding:128px 0 92px}.hero__title{font-family:var(--font-lora),Georgia,serif;font-size:58px;font-weight:600;line-height:1.13;color:var(--green-800);margin-bottom:26px}.hero__text{font-size:17px;line-height:1.55;color:var(--muted);margin-bottom:34px}.hero__buttons{display:flex;align-items:center;gap:16px;margin-bottom:64px}.hero__buttons .btn{padding:19px 30px;border-radius:11px}.hero__features{display:flex;align-items:center;gap:40px}.hero__features .ring-icon{width:58px;height:58px}.hero__feature{display:flex;align-items:center;gap:13px;font-size:13.5px;line-height:1.4;color:var(--muted)}.catalog{padding:26px 0 16px}.section-title{position:relative;width:-moz-fit-content;width:fit-content;margin:0 auto 30px;font-family:var(--font-lora),Georgia,serif;font-size:38px;font-weight:600;color:var(--green-800);text-align:center}.section-title__sprig{position:absolute;right:-46px;bottom:-22px}.catalog__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.card{position:relative;display:flex;flex-direction:column;min-height:480px;padding:26px 24px 0;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px;overflow:hidden}.card__head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.card__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--green-800);color:#eef0e0}.card__title{font-family:var(--font-lora),Georgia,serif;font-size:19px;font-weight:600;color:var(--green-800)}.card__list{position:relative;z-index:2;display:flex;flex-direction:column;gap:11px;margin-bottom:14px}.card__list li{display:flex;gap:9px;font-size:14.5px;line-height:1.35;color:var(--muted);white-space:pre-line}.card__overlay{position:absolute;inset:0;z-index:2}.card:hover{transform:translateY(-4px)}.card__list{pointer-events:none}.card__list li a.card__item{pointer-events:auto;position:relative;z-index:3;color:inherit;transition:color .15s}.card__list li a.card__item:hover{color:var(--green-700);text-decoration:underline;text-underline-offset:3px}.card__list li:before{content:"—";flex-shrink:0;color:#8a9474}.card__media{position:absolute;left:0;right:0;bottom:0;height:58%;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 15%);mask-image:linear-gradient(180deg,transparent 0,#000 15%)}.card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card--home .card__media{height:36%}.card--home .card__media img{object-position:62% 78%}.card--tourism .card__media{height:72%;background:url(/images/tourism-bg.webp) center 74%/cover no-repeat}.card--tourism .card__media img{object-fit:contain;object-position:center bottom;padding:0 6px}.card--garden .card__media{height:58%}.card--garden .card__media img{object-position:center 55%}.card--kids .card__media{height:67%}.card--kids .card__media img{object-position:center 55%}.card__more{position:absolute;left:24px;bottom:22px;z-index:3;padding:12px 18px;font-size:13.5px;border-radius:9px}.features{position:relative;margin-top:14px;padding:40px 0;background:var(--strip);overflow:hidden}.features__deco{position:absolute;top:50%;pointer-events:none}.features__deco--left{left:-34px;transform:translateY(-58%) scaleX(-1)}.features__deco--right{right:-34px;transform:translateY(-42%)}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.features__item{display:flex;gap:15px}.features__icon,.features__item{align-items:center;justify-content:center}.features__icon{flex-shrink:0;display:inline-flex;color:var(--green-700)}.features__text{font-size:14px;font-weight:500;line-height:1.4;color:#475233}.quality{padding:24px 0 28px}.quality__banner{position:relative;display:flex;align-items:center;min-height:236px;border-radius:26px;overflow:hidden;background:linear-gradient(90deg,#a7b287,#bcc69a 55%,#ccd3ab)}.quality__photo{position:absolute;top:0;left:0;bottom:0;width:36%}.quality__photo img{width:100%;height:100%;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,#000 55%,transparent);mask-image:linear-gradient(90deg,#000 55%,transparent)}.quality__leaves{position:absolute;top:0;right:0;bottom:0;height:100%;width:46%;object-fit:cover;object-position:right center;mix-blend-mode:screen;opacity:.55;pointer-events:none}.quality__mark{position:absolute;z-index:2;left:33%;top:32px;width:46px;height:45px;color:#33402a}.quality__content{position:relative;z-index:2;margin-left:39%;padding:30px 0;max-width:430px}.quality__title{font-family:var(--font-lora),Georgia,serif;font-size:34px;font-weight:600;color:#2e3a20;margin-bottom:14px}.quality__text{font-size:15px;line-height:1.55;color:#3c482c;margin-bottom:20px}.quality__btn{padding:14px 26px}.quality__note{position:relative;z-index:2;margin-left:auto;margin-right:56px;width:350px;padding:28px 32px;border:1.6px dashed rgba(52,63,36,.6);border-radius:16px;background:rgba(255,255,255,.16);font-family:var(--font-lora),Georgia,serif;font-size:19px;line-height:1.5;color:#303c22}.footer{position:relative;background:var(--footer-bg);padding-top:48px;overflow:hidden}.footer__deco{position:absolute;right:-34px;top:64px;pointer-events:none}.footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr 1fr .9fr 1.25fr;grid-gap:32px;gap:32px}.logo--footer{font-size:23px}.footer__about{margin:18px 0 22px;font-size:14px;line-height:1.55;color:var(--muted)}.footer__socials{display:flex;gap:10px}.social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #8d9673;border-radius:50%;color:var(--green-700);transition:background-color .2s,color .2s}.social:hover{background:var(--green-800);border-color:var(--green-800);color:#eef0e0}.footer__col{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer__heading{margin-bottom:7px;font-size:15px;font-weight:700;color:var(--green-900)}.footer__link{font-size:14px;color:var(--muted);transition:color .2s}a.footer__link:hover{color:var(--green-800)}.footer__link--icon{display:inline-flex;align-items:center;gap:9px}.footer__bottom{margin-top:40px;border-top:1px solid rgba(70,80,50,.16);padding:19px 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12.5px;color:#6d7860}.footer__bottom-link{transition:color .2s}.footer__bottom-link:hover{color:var(--green-800)}.btn:active{transform:scale(.97)}.nav__link{position:relative}.nav__link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;border-radius:2px;background:var(--green-600);transition:width .25s}.nav__link:hover:after{width:100%}.card{transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 34px -18px rgba(62,74,47,.35)}.card__more svg,.hero__buttons .btn--primary svg{transition:transform .2s}.card__more:hover svg,.hero__buttons .btn--primary:hover svg{transform:translateX(3px)}.action-btn__badge--bump{animation:badge-bump .5s ease}@keyframes badge-bump{0%{transform:scale(1)}35%{transform:scale(1.45)}to{transform:scale(1)}}.toast{position:fixed;right:26px;bottom:26px;z-index:50;max-width:340px;padding:15px 20px;border-radius:12px;background:var(--green-800);color:#f0f2e2;font-size:14px;line-height:1.4;box-shadow:0 14px 30px -12px rgba(43,53,32,.55);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .3s,transform .3s}.toast--show{opacity:1;transform:translateY(0)}.toast--above-cart{bottom:96px}@media (max-width:700px){.toast--above-cart{bottom:78px;right:16px;left:16px;max-width:none}}.cat-page{padding:26px 0 64px}.breadcrumbs{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--muted);margin-bottom:16px}.breadcrumbs__link:hover{color:var(--green-800)}.breadcrumbs__sep{color:#9aa383}.cat-page__title{font-family:var(--font-lora),Georgia,serif;font-size:38px;font-weight:600;color:var(--green-800);margin-bottom:30px}.cat-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:24px;display:flex;flex-direction:column;gap:26px;padding:24px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.filters__heading{font-family:var(--font-lora),Georgia,serif;font-size:18px;font-weight:600;color:var(--green-800);margin-bottom:14px}.filters__all{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 12px;border-radius:9px;font-size:14.5px;font-weight:600;color:var(--text);text-align:left;transition:background-color .2s}.filters__all:hover{background:rgba(125,142,88,.12)}.filters__all--active{background:var(--green-800);color:#f0f2e2}.filters__all--active .filters__count{color:#d9ddc4}.filters__count{font-size:12.5px;font-weight:600;color:#8a9474}.filters__group{border-top:1px solid rgba(90,100,70,.1)}.filters__summary{display:flex;align-items:center;gap:4px;padding:4px 0}.filters__summary-label{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-radius:9px;font-size:14.5px;font-weight:600;color:var(--text);text-align:left;transition:background-color .2s,color .2s}.filters__summary-label:hover{background:rgba(125,142,88,.12)}.filters__summary--active .filters__summary-label{color:var(--green-600)}.filters__toggle{flex-shrink:0;position:relative;width:32px;height:32px;border-radius:8px;transition:background-color .2s}.filters__toggle:hover{background:rgba(125,142,88,.12)}.filters__toggle:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-right:2px solid var(--green-700);border-bottom:2px solid var(--green-700);transform:translate(-50%,-65%) rotate(45deg);transition:transform .25s}.filters__toggle--open:before{transform:translate(-50%,-35%) rotate(225deg)}.filters__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.filters__body--open{grid-template-rows:1fr}.filters__body .filters__list{overflow:hidden}.filters__list{display:flex;flex-direction:column;gap:2px;padding:0 0 10px}.filters__link{display:block;width:100%;padding:6px 12px 6px 24px;font-size:13.5px;color:var(--muted);text-align:left;border-radius:8px;transition:color .2s,background-color .2s}.filters__link:hover{color:var(--green-800);background:rgba(125,142,88,.1)}.filters__link--active{color:var(--green-800);font-weight:600}.filters__price{display:flex;align-items:center;gap:8px;color:#8a9474}.filters__price input{width:100%;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:transparent;font:inherit;font-size:14px;color:var(--text);transition:border-color .2s}.filters__price input:focus{outline:none;border-color:var(--green-600)}.filters__checks{display:flex;flex-direction:column;gap:11px}.check{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.check input{position:absolute;opacity:0;pointer-events:none}.check__box{flex-shrink:0;width:19px;height:19px;border:1.5px solid var(--line);border-radius:6px;position:relative;transition:background-color .2s,border-color .2s}.check:hover .check__box{border-color:var(--green-600)}.check input:checked+.check__box{background:var(--green-800);border-color:var(--green-800)}.check input:checked+.check__box:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #f0f2e2;border-width:0 2px 2px 0;transform:rotate(43deg)}.filters__apply{width:100%;padding:13px 20px}.filters__reset{margin-top:-14px;font-size:13.5px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.filters__reset:hover{color:var(--green-800)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.toolbar__found{font-size:14.5px;color:var(--muted)}.toolbar__sort-label{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.toolbar__sort{padding:10px 14px;border:1px solid var(--line);border-radius:9px;background:transparent;font:inherit;font-size:14px;color:var(--text);cursor:pointer;transition:border-color .2s}.toolbar__sort:focus,.toolbar__sort:hover{outline:none;border-color:var(--green-600)}.products{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product{display:flex;flex-direction:column;padding:16px 16px 20px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px;transition:transform .25s,box-shadow .25s}.product:hover{transform:translateY(-5px);box-shadow:0 18px 34px -18px rgba(62,74,47,.35)}.product__photo{position:relative;display:block;aspect-ratio:4/3;border-radius:12px;overflow:hidden;margin-bottom:14px;background:#e7e9d6}.product__photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product__photo--contain img{object-fit:contain;padding:10px}.product:hover .product__photo img{transform:scale(1.05)}.product__badge{position:absolute;top:10px;left:10px;z-index:2;padding:5px 10px;border-radius:8px;background:var(--green-800);color:#f0f2e2;font-size:12px;font-weight:700}.product__badge--sale{background:#a35a35}.product__category{font-size:12px;color:#8a9474;margin-bottom:5px}.product__name{font-size:15px;font-weight:600;line-height:1.35;color:var(--text);margin-bottom:10px;transition:color .2s}.product__name:hover{color:var(--green-600)}.product__prices{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.product__price{font-size:18px;font-weight:700;color:var(--green-800)}.product__old{font-size:13.5px;color:#98a184}.product__actions{display:flex;align-items:center;gap:10px;margin-top:auto}.product__buy{flex:1 1 auto;padding:12px 16px;font-size:13.5px;border-radius:9px}.product__buy--added{background:var(--green-600)}.product__fav{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:9px;color:var(--green-700);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .2s,background-color .2s,transform .15s}.product__fav:hover{border-color:var(--green-600)}.product__fav:active{transform:scale(.92)}.product__fav--active{background:var(--green-800);border-color:var(--green-800);color:#f0f2e2}.product__fav--active svg path{fill:currentColor}.products-empty{padding:70px 20px;text-align:center;color:var(--muted);font-size:15px}.products-empty p{margin-bottom:18px}.pagination{display:flex;gap:8px;margin-top:36px}.pagination,.pagination__page{align-items:center;justify-content:center}.pagination__page{display:inline-flex;min-width:42px;height:42px;padding:0 8px;border:1px solid var(--line);border-radius:10px;font-size:14.5px;font-weight:600;color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s,border-color .2s,color .2s,transform .12s ease}.pagination__page:active{transform:scale(.94)}.pagination__page:hover{border-color:var(--green-600);color:var(--green-600)}.pagination__page--active{background:var(--green-800);border-color:var(--green-800);color:#f0f2e2}.pagination__dots{color:#8a9474;padding:0 4px}.page{padding:26px 0 64px}.page__title{font-size:38px;margin-bottom:30px}.page__subtitle,.page__title{font-family:var(--font-lora),Georgia,serif;font-weight:600;color:var(--green-800)}.page__subtitle{font-size:26px;margin:40px 0 20px}.page__subtitle:first-child{margin-top:0}.about__intro{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:36px;gap:36px;align-items:center;margin-bottom:40px}.about__text p{font-size:15.5px;line-height:1.65;color:var(--muted);margin-bottom:16px}.about__text .lead{font-family:var(--font-lora),Georgia,serif;font-size:21px;line-height:1.5;color:var(--green-800)}.about__photo{position:relative}.about__photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;-webkit-mask-image:radial-gradient(ellipse 78% 78% at 50% 50%,#000 25%,transparent 78%),linear-gradient(90deg,transparent 0,#000 18%,#000 82%,transparent),linear-gradient(180deg,transparent 0,#000 16%,#000 84%,transparent);-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 78% 78% at 50% 50%,#000 25%,transparent 78%),linear-gradient(90deg,transparent 0,#000 18%,#000 82%,transparent),linear-gradient(180deg,transparent 0,#000 16%,#000 84%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:16px}.stats__item{display:flex;flex-direction:column;gap:6px;padding:26px 24px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px;text-align:center}.stats__num{font-family:var(--font-lora),Georgia,serif;font-size:32px;font-weight:700;color:var(--green-800)}.stats__label{font-size:13.5px;color:var(--muted)}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.values__item{padding:28px 26px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.values__title{font-family:var(--font-lora),Georgia,serif;font-size:19px;font-weight:600;color:var(--green-800);margin:16px 0 10px}.values__text{font-size:14px;line-height:1.6;color:var(--muted)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.info-grid--4{grid-template-columns:repeat(4,1fr)}.info-card{display:flex;flex-direction:column;align-items:flex-start;padding:26px 24px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.info-card__title{font-family:var(--font-lora),Georgia,serif;font-size:18px;font-weight:600;color:var(--green-800);margin:16px 0 8px}.info-card__text{font-size:14px;line-height:1.55;color:var(--muted)}.info-card__note{margin-top:14px;padding:7px 12px;border-radius:8px;background:rgba(125,142,88,.16);font-size:13px;font-weight:600;color:var(--green-700)}.note-band{display:flex;align-items:center;justify-content:center;gap:12px;margin:32px 0;padding:20px 26px;border-radius:16px;background:var(--strip);font-size:15px;font-weight:600;color:#475233;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.post{display:flex;flex-direction:column;padding:16px 16px 22px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px;transition:transform .25s,box-shadow .25s}.post:hover{transform:translateY(-5px);box-shadow:0 18px 34px -18px rgba(62,74,47,.35)}.post__photo{position:relative;display:block;aspect-ratio:16/10;border-radius:12px;overflow:hidden;margin-bottom:14px}.post__photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.post:hover .post__photo img{transform:scale(1.05)}.post__meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}.post__tag{padding:4px 10px;border-radius:7px;background:rgba(125,142,88,.16);font-size:12px;font-weight:700;color:var(--green-700)}.post__date{font-size:12.5px;color:#8a9474}.post__title{font-family:var(--font-lora),Georgia,serif;font-size:18px;font-weight:600;line-height:1.35;color:var(--green-800);margin-bottom:10px;transition:color .2s}.post__title:hover{color:var(--green-600)}.post__excerpt{font-size:14px;line-height:1.55;color:var(--muted);margin-bottom:14px}.post__more{margin-top:auto;font-size:13.5px;font-weight:600;color:var(--green-700);transition:color .2s}.post__more:hover{color:var(--green-600)}.contacts{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:40px;gap:40px;align-items:start}.contacts__info{display:flex;flex-direction:column;gap:24px}.contacts__item{display:flex;gap:16px;align-items:flex-start}.contacts__value{font-size:16.5px;font-weight:700;color:var(--green-800)}a.contacts__value:hover{color:var(--green-600)}.contacts__hint{margin-top:4px;font-size:13.5px;line-height:1.5;color:var(--muted)}.contact-form,.form-success{padding:30px 28px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form .btn{align-self:flex-start;margin-top:4px}.field{display:flex;flex-direction:column;gap:7px;font-size:13.5px;font-weight:600;color:var(--text)}.field input,.field textarea{padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.45);font:inherit;font-weight:400;font-size:14.5px;color:var(--text);resize:vertical;transition:border-color .2s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--green-600)}.form-success{text-align:center;padding:48px 32px}.form-success__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:var(--green-800);color:#f0f2e2;margin-bottom:18px}.form-success__title{font-family:var(--font-lora),Georgia,serif;font-size:22px;font-weight:600;color:var(--green-800);margin-bottom:8px}.form-success__text{font-size:14.5px;color:var(--muted);margin-bottom:22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:16px}.steps__item{padding:28px 26px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.steps__num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--green-800);color:#f0f2e2;font-size:19px;font-weight:700}.steps__num,.steps__title{font-family:var(--font-lora),Georgia,serif}.steps__title{font-size:18px;font-weight:600;color:var(--green-800);margin:16px 0 8px}.steps__text{font-size:14px;line-height:1.6;color:var(--muted)}.prose-list{display:flex;flex-direction:column;gap:12px;max-width:760px}.prose-list li{position:relative;padding-left:26px;font-size:15px;line-height:1.55;color:var(--muted)}.prose-list li:before{content:"—";position:absolute;left:0;color:#8a9474}.faq{display:flex;flex-direction:column;gap:14px;max-width:860px}.faq__item{background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:16px;padding:0 26px;transition:border-color .2s}.faq__item:hover{border-color:rgba(90,100,70,.25)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0;font-family:var(--font-lora),Georgia,serif;font-size:17.5px;font-weight:600;color:var(--green-800);cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__chevron{flex-shrink:0;width:11px;height:11px;border-right:2px solid var(--green-700);border-bottom:2px solid var(--green-700);transform:rotate(45deg);transition:transform .25s}.faq__item[open] .faq__chevron{transform:rotate(225deg)}.faq__answer{padding:0 0 22px;font-size:14.5px;line-height:1.65;color:var(--muted);max-width:720px}.table-wrap{overflow-x:auto;margin-bottom:8px}.size-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid rgba(90,100,70,.14);border-radius:14px;overflow:hidden;font-size:14.5px}.size-table th{background:var(--green-800);color:#eef0e0;font-weight:600;text-align:left;padding:13px 18px}.size-table td{padding:12px 18px;color:var(--muted);border-top:1px solid rgba(90,100,70,.1)}.size-table tbody tr:nth-child(odd){background:var(--card)}.size-table td:first-child{font-weight:700;color:var(--green-800)}.reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.review{display:flex;flex-direction:column;padding:24px 24px 26px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.review__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.review__name{font-size:15px;font-weight:700;color:var(--green-800)}.review__date{font-size:12.5px;color:#8a9474}.review__stars{font-size:16px;letter-spacing:2px;color:#c89b3c;margin-bottom:8px}.review__stars-empty{color:#cfd2b8}.review__product{font-size:12.5px;color:#8a9474;margin-bottom:10px}.review__text{font-size:14px;line-height:1.6;color:var(--muted)}.prose{max-width:780px}.prose h2{font-family:var(--font-lora),Georgia,serif;font-size:21px;font-weight:600;color:var(--green-800);margin:28px 0 12px}.prose p{font-size:15px;line-height:1.65;color:var(--muted);margin-bottom:12px}.prose ul{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.prose ul li{position:relative;padding-left:24px;font-size:15px;line-height:1.55;color:var(--muted)}.prose ul li:before{content:"—";position:absolute;left:0;color:#8a9474}.page--auth{padding:48px 0 72px}.auth{max-width:470px;margin:0 auto}.auth__card{padding:38px 36px 34px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:20px}.auth__title{font-family:var(--font-lora),Georgia,serif;font-size:30px;font-weight:600;color:var(--green-800);margin-bottom:10px}.auth__subtitle{font-size:14.5px;line-height:1.55;color:var(--muted);margin-bottom:24px}.auth__form{display:flex;flex-direction:column;gap:18px}.auth__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.auth__link,.auth__link-btn{font-size:13.5px;color:var(--green-700);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.auth__link-btn:hover,.auth__link:hover{color:var(--green-600)}.auth__submit{width:100%;padding:15px 24px;margin-top:4px}.auth__submit:disabled{opacity:.65;cursor:default}.auth__footer{margin-top:20px;text-align:center;font-size:14px;color:var(--muted)}.auth__footer a{font-weight:600;color:var(--green-700);text-decoration:underline;text-underline-offset:3px}.auth__sent{text-align:center}.auth__sent-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--green-800);color:#f0f2e2;margin-bottom:18px}.auth__sent-icon--ok{background:var(--green-600)}.auth__sent-text{font-size:14.5px;line-height:1.6;color:var(--muted);margin-bottom:22px}.demo-note{padding:20px;border:1.5px dashed var(--line);border-radius:14px;text-align:left}.demo-note__label{display:inline-block;padding:4px 10px;border-radius:7px;background:rgba(125,142,88,.18);font-size:12px;font-weight:700;color:var(--green-700);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.demo-note p{font-size:13.5px;line-height:1.55;color:var(--muted);margin-bottom:14px}.demo-note .btn{width:100%}.field__wrap{position:relative;display:block}.field__wrap input{width:100%;padding-right:46px}.field__eye{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:var(--muted);transition:color .2s,background-color .2s}.field__eye:hover{color:var(--green-700);background:rgba(125,142,88,.12)}.field input:disabled{opacity:.6;cursor:not-allowed}.field__error,.field__hint{font-size:12.5px;font-weight:400;line-height:1.4}.field__error{color:#b04a2f}.field__hint{color:#8a9474}.check--error .check__box,.field--error input,.field--error textarea{border-color:#c47a5f}.form-error{padding:12px 16px;border-radius:10px;background:rgba(176,74,47,.1);border:1px solid rgba(176,74,47,.3);font-size:13.5px;color:#8f3a24}.pw-meter{display:flex;align-items:center;gap:10px;margin-top:9px}.pw-meter__bars{display:flex;gap:4px;flex:1 1 auto}.pw-meter__bar{flex:1 1 auto;height:4px;border-radius:3px;background:rgba(90,100,70,.18);transition:background-color .25s}.pw-meter__bar--s1{background:#c4704f}.pw-meter__bar--s2{background:#c9a24f}.pw-meter__bar--s3{background:#94a56a}.pw-meter__bar--s4{background:var(--green-600)}.pw-meter__label{font-size:12px;color:var(--muted);white-space:nowrap}.acc-loading{padding:80px 0;text-align:center;font-size:15px;color:var(--muted)}.account{padding-top:8px}.acc-hero{display:flex;align-items:center;gap:22px;padding:28px 32px;margin-bottom:28px;border-radius:20px;background:linear-gradient(90deg,#a7b287,#bcc69a 55%,#ccd3ab)}.acc-avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--green-800);color:#eef0e0;font-family:var(--font-lora),Georgia,serif;font-size:26px;font-weight:700}.acc-hero__info{flex:1 1 auto;min-width:0}.acc-hero__name{font-family:var(--font-lora),Georgia,serif;font-size:27px;font-weight:600;color:#2e3a20;margin-bottom:4px}.acc-hero__email{font-size:14px;color:#3f4b2f;word-break:break-all}.acc-hero__stats{display:flex;gap:30px;text-align:center}.acc-hero__num{display:block;font-family:var(--font-lora),Georgia,serif;font-size:26px;font-weight:700;color:#2e3a20}.acc-hero__label{font-size:12.5px;color:#43502f}.acc-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:26px;gap:26px;align-items:start}.acc-nav{position:-webkit-sticky;position:sticky;top:24px;display:flex;flex-direction:column;gap:4px;padding:14px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.acc-nav__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;font-size:14.5px;font-weight:600;color:var(--text);text-align:left;transition:background-color .2s,color .2s}.acc-nav__item:hover{background:rgba(125,142,88,.12)}.acc-nav__item--active{background:var(--green-800);color:#f0f2e2}.acc-nav__item--exit{margin-top:6px;border-top:1px solid rgba(90,100,70,.12);border-radius:0 0 10px 10px;color:var(--muted);font-weight:500}.acc-nav__badge{margin-left:auto;min-width:21px;height:21px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:rgba(125,142,88,.25);font-size:11.5px;font-weight:700;color:var(--green-700)}.acc-nav__item--active .acc-nav__badge{background:rgba(255,255,255,.22);color:#f0f2e2}.acc-panel{padding:30px 30px 32px;background:var(--card);border:1px solid rgba(90,100,70,.09);border-radius:18px}.acc-panel__title{font-family:var(--font-lora),Georgia,serif;font-size:22px;font-weight:600;color:var(--green-800);margin-bottom:20px}.acc-panel__title--gap{margin-top:38px}.acc-panel__subtitle{font-size:15px;font-weight:700;color:var(--green-800);margin:28px 0 14px}.acc-form__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;margin-bottom:22px}.acc-form__actions{display:flex;align-items:center;gap:14px}.acc-form__saved{font-size:13.5px;color:var(--green-600);font-weight:600}.acc-empty{padding:40px 20px;text-align:center;color:var(--muted);font-size:15px}.acc-empty p{margin-bottom:18px}.orders{display:flex;flex-direction:column;gap:12px}.order{border:1px solid rgba(90,100,70,.14);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.35)}.order__head{display:grid;grid-template-columns:1.1fr 1.2fr auto .8fr 24px;align-items:center;grid-gap:14px;gap:14px;width:100%;padding:16px 18px;text-align:left;transition:background-color .2s}.order__head:hover{background:rgba(125,142,88,.08)}.order__id{font-size:14.5px;font-weight:700;color:var(--green-800)}.order__date{font-size:13.5px;color:var(--muted)}.order__total{font-size:15px;font-weight:700;color:var(--green-800);text-align:right}.order__chevron{justify-self:center;width:9px;height:9px;border-right:2px solid var(--green-700);border-bottom:2px solid var(--green-700);transform:rotate(45deg) translate(-2px,-2px);transition:transform .25s}.order__chevron--open{transform:rotate(225deg) translate(-2px,-2px)}.order__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.order__body--open{grid-template-rows:1fr}.order__inner{overflow:hidden;padding:0 18px}.order__body--open .order__inner{padding-bottom:18px}.order__items{display:flex;flex-direction:column;gap:10px;padding-top:4px;margin-bottom:16px;border-top:1px solid rgba(90,100,70,.12)}.order__items li{display:grid;grid-template-columns:1fr auto auto;grid-gap:16px;gap:16px;align-items:baseline;padding-top:10px;font-size:14px;color:var(--muted)}.order__item-name{color:var(--text)}.order__item-price{font-weight:700;color:var(--green-800);min-width:84px;text-align:right}.order__repeat{padding:11px 18px;font-size:13.5px}.chip{justify-self:start;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}.chip--done{background:rgba(125,142,88,.22);color:var(--green-700)}.chip--progress{background:rgba(201,162,79,.22);color:#8a6a1f}.chip--cancel{background:rgba(176,74,47,.15);color:#8f3a24}.fav-list{display:flex;flex-direction:column;gap:14px}.fav{display:flex;align-items:center;gap:18px;padding:14px;border:1px solid rgba(90,100,70,.14);border-radius:14px;background:rgba(255,255,255,.35)}.fav__photo{flex-shrink:0;width:84px;height:84px;border-radius:10px;object-fit:cover}.fav__info{flex:1 1 auto;display:flex;flex-direction:column;gap:3px;min-width:0}.fav__category{font-size:12px;color:#8a9474}.fav__name{font-size:15px;font-weight:600;color:var(--text)}.fav__price{font-size:16px;font-weight:700;color:var(--green-800)}.fav__actions{display:flex;align-items:center;gap:10px}.fav__actions .btn{padding:11px 18px;font-size:13.5px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;color:var(--muted);transition:color .2s,border-color .2s,transform .12s ease}.icon-btn:hover{color:#b04a2f;border-color:#c47a5f}.icon-btn:active{transform:scale(.92)}.addr-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.addr{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid rgba(90,100,70,.14);border-radius:14px;background:rgba(255,255,255,.35)}.addr--primary{border-color:rgba(125,142,88,.5)}.addr__line{display:block;font-size:15px;font-weight:600;color:var(--text);margin-bottom:4px}.addr__zip{font-size:13px;color:var(--muted);margin-right:10px}.addr__chip{display:inline-block;margin-top:6px}.addr__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.addr-form{margin-top:4px}.link-btn{font-size:13.5px;font-weight:600;color:var(--green-700);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.link-btn:hover{color:var(--green-600)}.link-btn--danger{color:#b04a2f}.link-btn--danger:hover{color:#8f3a24}.danger-zone{margin-top:32px;padding-top:22px;border-top:1px solid rgba(90,100,70,.14)}.bonus-top{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;margin-bottom:26px}.bonus-card{padding:24px 26px;border-radius:16px;background:var(--strip)}.bonus-card--level{background:linear-gradient(120deg,#b4be97,#ccd3ab)}.bonus-card__label{display:block;font-size:13px;color:#4b5638;margin-bottom:8px}.bonus-card__value{display:block;font-family:var(--font-lora),Georgia,serif;font-size:34px;font-weight:700;color:var(--green-800);margin-bottom:6px}.bonus-card__hint{font-size:12.5px;color:#57633f}.progress__head{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13.5px;color:var(--muted);margin-bottom:8px}.progress__track{height:9px;border-radius:6px;background:rgba(90,100,70,.16);overflow:hidden}.progress__fill{height:100%;border-radius:6px;background:var(--green-600);transition:width .5s ease}.bonus-history{display:flex;flex-direction:column}.bonus-history li{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(90,100,70,.1);font-size:14px;color:var(--muted)}.bonus-history__plus{font-weight:700;color:var(--green-600)}.bonus-history__minus{font-weight:700;color:#b04a2f}.settings-list{display:flex;flex-direction:column}.settings-list li{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid rgba(90,100,70,.1)}.settings-list__title{display:block;font-size:14.5px;font-weight:600;color:var(--text);margin-bottom:3px}.settings-list__hint{font-size:13px;color:var(--muted)}.switch{flex-shrink:0;width:48px;height:27px;border-radius:15px;background:rgba(90,100,70,.25);padding:3px;transition:background-color .25s}.switch span{display:block;width:21px;height:21px;border-radius:50%;background:#fff;transition:transform .25s}.switch--on{background:var(--green-700)}.switch--on span{transform:translateX(21px)}.action-btn__dot{position:absolute;right:-2px;bottom:-1px;width:8px;height:8px;border-radius:50%;background:#7d8e58;border:1.5px solid var(--cream-hero)}.mobile-menu__user{display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid var(--line);border-radius:11px;font-size:14.5px;font-weight:600;color:var(--green-800)}.no-scroll{overflow:hidden}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;color:var(--green-800)}.burger span{display:block;width:22px;height:2px;border-radius:2px;background:currentColor;transition:transform .25s,opacity .2s}.burger--open span:first-child{transform:translateY(7px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{position:fixed;inset:0;z-index:60;background:rgba(30,38,22,.45);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-overlay--show{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;z-index:70;display:flex;flex-direction:column;gap:22px;width:min(330px,86vw);padding:22px 24px 32px;background:var(--cream-hero);box-shadow:-18px 0 40px -22px rgba(30,38,22,.6);transform:translateX(100%);visibility:hidden;overflow-y:auto;transition:transform .32s ease,visibility .32s}.mobile-menu--open{transform:translateX(0);visibility:visible}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);font-size:16px;color:var(--green-800);transition:background-color .2s,transform .12s ease}.mobile-menu__close:active{transform:scale(.9)}.mobile-menu__catalog{width:100%;padding:15px 22px}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__nav a{padding:15px 4px;border-bottom:1px solid rgba(90,100,70,.14);font-size:16px;font-weight:500;color:var(--text);transition:color .2s}.mobile-menu__nav a:active{color:var(--green-600)}.mobile-menu__phone{display:inline-flex;gap:10px;margin-top:auto;font-size:17px;font-weight:700}.filters-toggle,.mobile-menu__phone{align-items:center;color:var(--green-800)}.filters-toggle{display:none;justify-content:space-between;gap:12px;width:100%;padding:15px 20px;margin-bottom:16px;border:1px solid var(--line);border-radius:12px;background:var(--card);font-size:15px;font-weight:600;transition:border-color .2s,transform .12s ease}.filters-toggle:active{transform:scale(.99)}.filters-toggle__chevron{width:9px;height:9px;border-right:2px solid var(--green-700);border-bottom:2px solid var(--green-700);transform:rotate(45deg) translate(-2px,-2px);transition:transform .25s}.filters-toggle__chevron--open{transform:rotate(225deg) translate(-2px,-2px)}@media (max-width:1200px){.nav{gap:22px}.topbar__items{gap:20px}.catalog__grid{grid-template-columns:repeat(2,1fr)}.quality__note{margin-right:32px}.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.nav,.topbar__slogan{display:none}.burger{display:flex}.header__inner{justify-content:space-between;min-height:84px}.header__catalog{margin-left:auto}.hero__photo{opacity:.35;width:70%}.hero__content{max-width:560px;padding:76px 0 64px}.hero__title{font-size:46px}.features__grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.features__item{justify-content:flex-start}.quality__banner{flex-direction:column;align-items:flex-start;padding:42px 36px}.quality__photo{width:100%;-webkit-mask-image:linear-gradient(180deg,#000 40%,transparent);mask-image:linear-gradient(180deg,#000 40%,transparent)}.quality__photo img{-webkit-mask-image:none;mask-image:none}.quality__mark{display:none}.quality__content{margin-left:0;padding:0}.quality__note{margin:28px 0 0}.footer__grid{grid-template-columns:repeat(2,1fr);row-gap:36px}.cat-layout{grid-template-columns:1fr}.filters{position:static}.about__intro,.contacts{grid-template-columns:1fr}.blog-grid,.info-grid,.info-grid--4,.reviews,.stats,.steps,.values{grid-template-columns:repeat(2,1fr)}.acc-layout{grid-template-columns:1fr}.acc-nav{position:static;flex-direction:row;flex-wrap:wrap}.acc-nav__item{flex:1 1 auto;justify-content:center}.acc-nav__item--exit{border-top:none;border-radius:10px}}@media (max-width:640px){.container{padding:0 16px}.topbar__inner{flex-direction:column;gap:0;min-height:0;padding:0 12px}.topbar__slogan{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:7px 0;font-size:clamp(12.5px,3.2vw,13.5px);text-align:center}.topbar__slogan:before{content:"";width:13px;height:13px;background-color:currentColor;-webkit-mask:url(/images/logo-flower.webp) center/contain no-repeat;mask:url(/images/logo-flower.webp) center/contain no-repeat}.topbar__items{display:flex;justify-content:space-between;gap:clamp(4px,1.6vw,16px);width:100%;padding:6px 0 7px;border-top:1px solid rgba(240,242,226,.16)}.topbar__item{gap:4px;font-size:clamp(12.5px,3.2vw,13.5px);line-height:1.2}.topbar__item svg{width:13px;height:13px;flex-shrink:0}.topbar__phone{display:none}.header__inner{gap:10px;min-height:64px}.logo{font-size:clamp(17px,5.2vw,23px);letter-spacing:.02em}.logo__mark--flower{width:clamp(24px,7.4vw,32px);height:clamp(24px,7.4vw,32px);margin:0 2px}.header__catalog{display:none}.header__actions{gap:4px;margin-left:auto}.action-btn--desktop{display:none}.action-btn svg{width:clamp(19px,5.6vw,23px);height:clamp(19px,5.6vw,23px)}.burger{display:flex;order:-1;width:40px;height:40px}.hero__deco{display:none}.hero__photo{top:0;bottom:auto;width:56%;height:calc(100% - 104px);opacity:1}.hero__photo img{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 20%);mask-image:linear-gradient(90deg,transparent 0,#000 20%);object-position:58% 45%}.hero__content{max-width:none;padding:26px 0 22px}.hero__buttons,.hero__text,.hero__title{max-width:52%}.hero__title{font-size:clamp(24px,7.4vw,34px);line-height:1.15;margin-bottom:12px}.hero__text{font-size:clamp(12.5px,3.3vw,15px);line-height:1.5;margin-bottom:18px}.hero__buttons{flex-direction:column;align-items:stretch;gap:9px;margin-bottom:24px}.hero__buttons .btn{justify-content:center;padding:clamp(11px,3.4vw,15px) 14px;font-size:clamp(12.5px,3.3vw,14px)}.hero__features{justify-content:space-between;gap:clamp(6px,2vw,18px)}.hero__feature{flex:1 1;flex-direction:column;gap:7px;text-align:center;font-size:clamp(12.5px,3.2vw,13.5px);line-height:1.3}.hero__features .ring-icon{width:clamp(34px,10.4vw,46px);height:clamp(34px,10.4vw,46px)}.hero__features .ring-icon svg{width:clamp(16px,4.8vw,21px);height:clamp(16px,4.8vw,21px)}.catalog{padding:22px 0 6px}.section-title{font-size:clamp(21px,6.4vw,30px);margin-bottom:18px}.section-title__sprig{right:-32px;bottom:-14px;width:44px}.catalog__grid{grid-template-columns:repeat(2,1fr);gap:clamp(8px,2.6vw,16px)}.card{min-height:clamp(230px,66vw,300px);padding:clamp(10px,3.2vw,16px) clamp(9px,2.9vw,15px) 0;border-radius:14px}.card__head{gap:7px;margin-bottom:clamp(8px,2.6vw,14px)}.card__icon{width:clamp(28px,8.4vw,38px);height:clamp(28px,8.4vw,38px)}.card__icon svg{width:clamp(14px,4.2vw,19px);height:clamp(14px,4.2vw,19px)}.card__title{font-size:clamp(12.5px,3.4vw,15px)}.card__list{max-width:56%;gap:clamp(4px,1.5vw,8px);margin-bottom:0}.card__list li{gap:5px;font-size:clamp(12.5px,3.2vw,13.5px);line-height:1.25}.card--garden .card__media,.card--home .card__media,.card--kids .card__media,.card--tourism .card__media,.card__media{position:absolute;left:auto;right:0;top:clamp(38px,11vw,52px);bottom:0;width:54%;height:auto;min-height:0;margin:0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24%);mask-image:linear-gradient(90deg,transparent 0,#000 24%)}.card--garden .card__media img,.card--home .card__media img,.card--kids .card__media img{-webkit-mask-image:none;mask-image:none}.card--home .card__media img{object-position:58% 62%}.card--tourism .card__media{background-position:center 70%}.card--garden .card__media img{object-position:52% 58%}.card--kids .card__media img{object-position:48% 52%}.card__more{left:clamp(9px,2.9vw,15px);bottom:clamp(9px,2.9vw,14px);padding:clamp(8px,2.5vw,12px) clamp(10px,3vw,16px);font-size:clamp(12.5px,3.2vw,13.5px);border-radius:8px}.card__more svg{width:clamp(11px,3.2vw,15px);height:clamp(11px,3.2vw,15px)}.features{margin-top:10px;padding:clamp(14px,4vw,26px) 0}.features__deco{display:none}.features__grid{grid-template-columns:repeat(2,1fr);gap:14px 10px}.features__item{gap:9px;padding:0;justify-content:flex-start;align-items:center}.features__item+.features__item{border-left:none}.features__icon svg{width:clamp(17px,5vw,24px);height:clamp(17px,5vw,24px)}.features__text{font-size:clamp(12.5px,3.2vw,13.5px);line-height:1.25}.quality{padding:16px 0 20px}.quality__banner{flex-direction:row;align-items:center;min-height:clamp(150px,42vw,210px);padding:0;border-radius:16px}.quality__photo{position:absolute;width:38%;height:100%}.quality__photo img{-webkit-mask-image:linear-gradient(90deg,#000 52%,transparent);mask-image:linear-gradient(90deg,#000 52%,transparent)}.quality__leaves{display:block;width:32%;opacity:.4}.quality__content{margin-left:36%;padding:clamp(14px,4vw,26px) clamp(10px,3vw,20px) clamp(14px,4vw,26px) 0;max-width:none}.quality__title{font-size:clamp(15px,4.6vw,24px);margin-bottom:8px;text-align:center}.quality__text{line-height:1.45;margin-bottom:12px;text-align:center}.quality__btn,.quality__text{font-size:clamp(12.5px,3.2vw,13.5px)}.quality__btn{padding:clamp(9px,2.6vw,13px) clamp(14px,4vw,22px)}.quality__note{display:none}.footer__grid{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:26px}.footer__brand,.footer__col--contacts{grid-column:1/-1}.footer__heading{font-size:14px}.footer__link{font-size:13px}.footer__deco{display:none}.footer__bottom-inner{flex-direction:column;gap:8px;text-align:center}.filters-toggle{display:flex}.filters{display:none;padding:20px 18px}.filters--open{display:flex}.products{grid-template-columns:repeat(2,1fr);gap:14px}.product{padding:10px 10px 14px;border-radius:14px}.product__photo{aspect-ratio:1/1;margin-bottom:10px}.product__name{font-size:13.5px}.product__price{font-size:16px}.product__category{font-size:12px}.product__actions{flex-direction:column;align-items:stretch;gap:8px}.product__buy{padding:11px 10px;font-size:12.5px}.product__actions .product__fav{width:100%;height:36px}.toolbar{flex-direction:column;align-items:stretch;gap:10px}.toolbar__sort-label{justify-content:space-between}.cat-page__title,.page__title{font-size:27px;margin-bottom:22px}.page__subtitle{font-size:22px;margin:32px 0 16px}.pagination__page{min-width:38px;height:38px}.toast{left:16px;right:16px;bottom:16px;max-width:none}.blog-grid,.info-grid,.info-grid--4,.reviews,.stats,.steps,.values{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr);gap:12px}.stats__item{padding:18px 14px}.stats__num{font-size:25px}.about__text .lead{font-size:18px}.note-band{padding:18px 20px;font-size:14px}.contact-form,.form-success{padding:22px 18px}.faq__item{padding:0 18px}.faq__question{font-size:16px}.size-table{font-size:13px}.size-table td,.size-table th{padding:10px 12px}.page--auth{padding:28px 0 48px}.auth__card{padding:26px 20px 24px}.auth__title{font-size:25px}.acc-hero{flex-direction:column;align-items:flex-start;gap:16px;padding:22px 20px}.acc-hero__stats{width:100%;justify-content:space-between;gap:12px;text-align:left}.acc-hero__name{font-size:22px}.acc-panel{padding:22px 18px 24px}.acc-form__grid,.bonus-top{grid-template-columns:1fr}.acc-nav__item{flex:1 1 40%}.order__head{grid-template-columns:1fr auto;row-gap:8px}.order__total{text-align:left}.order__chevron{justify-self:end}.fav{flex-wrap:wrap}.fav__actions{width:100%}.fav__actions .btn{flex:1 1 auto}.addr{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:400px){.product__buy{padding:10px 8px;font-size:12px}}.active-filters{display:flex;flex-wrap:wrap;gap:10px;margin:-6px 0 26px}.chip{gap:8px;padding:7px 8px 7px 14px;border-radius:999px;background:var(--strip);border:1px solid #cfd3b6;color:var(--green-800);font-size:14px;font-weight:600}.chip,.chip__remove{display:inline-flex;align-items:center;line-height:1}.chip__remove{justify-content:center;width:20px;height:20px;border-radius:50%;background:#c7cdad;color:var(--green-900);font-size:17px;transition:background .15s,transform .15s}.chip__remove:hover{background:var(--green-800);color:#f0f2e2;transform:rotate(90deg)}.chip--clear{padding:8px 16px;background:transparent;border-style:dashed;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s}.chip--clear:hover{color:var(--green-800);border-color:var(--green-700)}.product__preview{position:absolute;left:10px;right:10px;bottom:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:10px;background:rgba(43,53,32,.9);color:#f0f2e2;font-size:13.5px;font-weight:600;opacity:0;transform:translateY(12px);transition:opacity .2s,transform .2s,background .15s}.product:hover .product__preview,.product__preview:focus-visible{opacity:1;transform:translateY(0)}.product__preview:hover{background:var(--green-900)}@media (hover:none){.product__preview{opacity:1;transform:none;background:rgba(43,53,32,.82)}}.pmodal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.pmodal__overlay{position:absolute;inset:0;background:rgba(30,37,22,.6);animation:pmodal-fade .18s ease}.pmodal__card{position:relative;z-index:1;width:min(880px,100%);max-height:90vh;overflow-y:auto;background:var(--cream-hero);border-radius:18px;box-shadow:0 30px 80px rgba(30,37,22,.35);animation:pmodal-pop .22s ease}@keyframes pmodal-fade{0%{opacity:0}to{opacity:1}}@keyframes pmodal-pop{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.pmodal__close{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.7);color:var(--green-900);font-size:26px;line-height:1;transition:background .15s,transform .15s}.pmodal__close:hover{background:#fff;transform:rotate(90deg)}.pmodal__grid{display:grid;grid-template-columns:1fr 1fr}.pmodal__media{position:relative;aspect-ratio:1/1;background:#e7e9d6;border-radius:18px 0 0 18px;overflow:hidden}.pmodal__media img{width:100%;height:100%;object-fit:cover}.pmodal__media--contain img{object-fit:contain;padding:24px}.pmodal__info{padding:40px 36px 34px}.pmodal__cat{font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--green-600);font-weight:600}.pmodal__name{margin:8px 0 16px;font-size:26px;line-height:1.2;color:var(--green-900)}.pmodal__prices{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.pmodal__price{font-size:26px;font-weight:800;color:var(--green-800)}.pmodal__old{font-size:17px;color:#a35a35;opacity:.75}.pmodal__desc{margin-bottom:20px;color:var(--muted);line-height:1.55}.pmodal__spec-title{font-size:15px;color:var(--green-900);margin-bottom:12px}.pmodal__specs{display:flex;flex-direction:column;gap:0;margin-bottom:26px}.pmodal__spec{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #d7dabf;font-size:14.5px}.pmodal__spec dt{color:var(--muted)}.pmodal__spec dd{color:var(--green-900);font-weight:600;text-align:right}.pmodal__actions{display:flex;align-items:center;gap:12px}.pmodal__buy{flex:1 1}.pmodal__more{white-space:nowrap}.product-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:44px;gap:44px;margin-bottom:60px}.product-page__media{position:relative;aspect-ratio:1/1;background:#e7e9d6;border-radius:18px;overflow:hidden}.product-page__media img{width:100%;height:100%;object-fit:cover}.product-page__media--contain img{object-fit:contain;padding:30px}.product-page__name{margin:8px 0 18px;font-size:34px;line-height:1.15;color:var(--green-900)}.product-page__price{font-size:30px;font-weight:800;color:var(--green-800)}.product-page__desc{margin-bottom:24px;color:var(--muted);line-height:1.6;font-size:15.5px}.product-page__actions{display:flex;align-items:center;gap:12px;margin-bottom:34px}.product-page__buy{min-width:220px}.product-page__specs{max-width:460px}.product-page__loading{color:var(--muted);margin:20px 0 30px}.admin__lead{max-width:640px;margin:-8px 0 30px;color:var(--muted);line-height:1.55}.admin{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:24px;gap:24px;margin-bottom:60px}.admin__card{background:var(--card);border:1px solid #dcdec6;border-radius:16px;padding:26px 26px 30px}.admin__card--wide{grid-column:1/-1}.admin__title{font-size:20px;color:var(--green-900);margin-bottom:20px;display:flex;align-items:center;gap:10px}.admin__counter,.admin__tag{font-size:13px;font-weight:600;padding:3px 10px;border-radius:999px;background:var(--strip);color:var(--green-700)}.admin__tag{font-style:normal;margin-left:8px;font-size:12px;color:var(--muted)}.admin__form{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.admin__field{display:flex;flex-direction:column;gap:7px;font-size:14px}.admin__field--wide{grid-column:1/-1}.admin__field>span{color:var(--green-800);font-weight:600}.admin__field em{font-style:normal;font-weight:400;color:var(--muted)}.admin__cat-form input,.admin__field input,.admin__field select,.admin__field textarea{padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#fbfaf1;color:var(--text);font:inherit;font-size:14.5px}.admin__field textarea{resize:vertical}.admin__cat-form input:focus,.admin__field input:focus,.admin__field select:focus,.admin__field textarea:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(100,115,75,.15)}.admin__preview-img{grid-column:1/-1;width:120px;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#e7e9d6}.admin__preview-img img{width:100%;height:100%;object-fit:cover}.admin__submit{grid-column:1/-1;justify-self:start;margin-top:4px}.admin__error{color:#a3452f}.admin__error,.admin__saved{grid-column:1/-1;font-size:14px;font-weight:600}.admin__saved{display:inline-flex;align-items:center;gap:8px;color:var(--green-700)}.admin__cat-form{display:flex;gap:10px;margin-bottom:20px}.admin__cat-form input{flex:1 1}.admin__cat-list{display:flex;flex-direction:column;gap:2px}.admin__cat-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 4px;border-bottom:1px solid #d7dabf;font-size:14.5px;color:var(--green-900)}.admin__empty{color:var(--muted)}.admin__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px}.admin__product{display:flex;align-items:center;gap:14px;padding:12px;background:#fbfaf1;border:1px solid #dcdec6;border-radius:12px}.admin__product img{width:62px;height:62px;border-radius:10px;object-fit:cover;flex-shrink:0}.admin__product-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1}.admin__product-name{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--green-900)}.admin__product-name:hover{color:var(--green-600)}.admin__product-meta{font-size:13px;color:var(--muted)}.admin__del{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;color:#a3452f;flex-shrink:0;transition:background .15s}.admin__del:hover{background:rgba(163,69,47,.1)}@media (max-width:900px){.admin,.product-page{grid-template-columns:1fr}.product-page{gap:28px}}@media (max-width:640px){.pmodal__grid{grid-template-columns:1fr}.pmodal__media{aspect-ratio:16/10;border-radius:18px 18px 0 0}.pmodal__info{padding:26px 22px 28px}.admin__form{grid-template-columns:1fr}.product-page__buy{min-width:0;flex:1 1}}.post{position:relative}.post__overlay{position:absolute;inset:0;z-index:2;border-radius:18px}.post__more,.post__title{cursor:pointer}.article{max-width:780px;margin:0 auto 56px}.article__meta{display:flex;align-items:center;gap:12px;margin-bottom:14px}.article__title{font-size:36px;line-height:1.15;color:var(--green-900);margin-bottom:26px}.article__photo{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;margin-bottom:28px}.article__photo img{width:100%;height:100%;object-fit:cover}.article__lead{font-size:18.5px;line-height:1.55;color:var(--green-800);font-weight:600;margin-bottom:24px;padding-left:18px;border-left:3px solid var(--sage)}.article__body p{margin-bottom:18px;line-height:1.68;color:var(--text);font-size:16.5px}.article__back{margin-top:14px}.cart-fab{position:fixed;right:26px;bottom:26px;z-index:90;display:inline-flex;align-items:center;gap:10px;padding:14px 20px 14px 17px;border-radius:999px;background:var(--green-800);color:#f0f2e2;font-weight:700;font-size:15px;box-shadow:0 14px 30px -10px rgba(43,53,32,.55);animation:fab-in .28s cubic-bezier(.34,1.4,.64,1);transition:background .15s,transform .15s,box-shadow .2s}.cart-fab:hover{background:var(--green-900);transform:translateY(-2px);box-shadow:0 18px 36px -10px rgba(43,53,32,.6)}@keyframes fab-in{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:none}}.cart-fab__badge{position:absolute;top:-4px;left:-4px;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#a35a35;color:#fff;font-size:12.5px;font-weight:800;display:inline-flex;border:2px solid var(--cream)}.cart-fab__badge,.cartmodal{align-items:center;justify-content:center}.cartmodal{position:fixed;inset:0;z-index:110;display:flex;padding:20px}.cartmodal__overlay{position:absolute;inset:0;background:rgba(30,37,22,.6);animation:pmodal-fade .18s ease}.cartmodal__card{position:relative;z-index:1;width:min(720px,100%);max-height:86vh;display:flex;flex-direction:column;background:var(--cream-hero);border-radius:18px;box-shadow:0 30px 80px rgba(30,37,22,.35);animation:pmodal-pop .22s ease}.cartmodal__head{display:flex;align-items:center;justify-content:space-between;padding:24px 26px 16px;border-bottom:1px solid #d7dabf}.cartmodal__title{display:flex;align-items:center;gap:10px;font-size:22px;color:var(--green-900)}.cartmodal__count{font-size:13px;font-weight:700;padding:3px 10px;border-radius:999px;background:var(--strip);color:var(--green-700)}.cartmodal__close{position:static;width:34px;height:34px;background:var(--strip)}.cartmodal__list{overflow-y:auto;padding:8px 26px;flex:1 1}.cartline{display:grid;grid-template-columns:68px 1fr auto auto auto;align-items:center;grid-gap:14px;gap:14px;padding:16px 0;border-bottom:1px solid #e0e2ca}.cartline:last-child{border-bottom:none}.cartline__photo{width:68px;height:68px;border-radius:10px;overflow:hidden;background:#e7e9d6}.cartline__photo img{width:100%;height:100%;object-fit:cover}.cartline__info{display:flex;flex-direction:column;gap:3px;min-width:0}.cartline__name{font-weight:700;color:var(--green-900);line-height:1.3}.cartline__name:hover{color:var(--green-600)}.cartline__cat{font-size:12.5px;color:var(--muted)}.cartline__price{font-size:13.5px;color:var(--muted)}.cartline__qty{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:9px;overflow:hidden}.cartline__qty button{width:32px;height:34px;font-size:18px;color:var(--green-800);transition:background .15s}.cartline__qty button:hover{background:var(--strip)}.cartline__qty span{min-width:30px;text-align:center;font-weight:700;font-size:15px}.cartline__sum{font-weight:800;color:var(--green-800);white-space:nowrap}.cartline__del{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:#a3452f;transition:background .15s}.cartline__del:hover{background:rgba(163,69,47,.1)}.cartmodal__foot{display:flex;align-items:center;gap:16px;padding:18px 26px 24px;border-top:1px solid #d7dabf}.cartmodal__clear{font-size:14px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;transition:color .15s}.cartmodal__clear:hover{color:#a3452f}.cartmodal__total{margin-left:auto;display:flex;align-items:baseline;gap:10px}.cartmodal__total span{color:var(--muted);font-size:14.5px}.cartmodal__total strong{font-size:23px;color:var(--green-800)}.admin__topline{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.admin__h1{margin-bottom:0}.admin__logout{padding:11px 18px;font-size:14px}.admin__tabs{display:flex;gap:8px;margin:24px 0 26px;flex-wrap:wrap}.admin__tab{padding:11px 20px;border-radius:999px;border:1px solid #cfd3b6;background:transparent;color:var(--muted);font-size:14.5px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.admin__tab:hover{color:var(--green-800);border-color:var(--green-600)}.admin__tab--active{background:var(--green-800);border-color:var(--green-800);color:#f0f2e2}.imgpick{display:flex;gap:10px;align-items:stretch}.imgpick select{flex:1 1;min-width:0}.imgpick__upload{display:inline-flex}.imgpick__btn{padding:11px 18px;font-size:14px;white-space:nowrap;cursor:pointer}.imgpick__note{font-size:12.5px;color:var(--muted);line-height:1.45}.imgpick__note strong{color:var(--green-700)}.admin__products--one{grid-template-columns:1fr}.admin__creds-note code{padding:2px 7px;border-radius:6px;background:var(--strip);color:var(--green-800);font-size:13.5px;font-weight:700}.admin-login{max-width:420px;margin:20px auto 70px;padding:34px 32px 36px;background:var(--card);border:1px solid #dcdec6;border-radius:16px}.admin-login__title{font-size:24px;color:var(--green-900);margin-bottom:8px}.admin-login__hint{color:var(--muted);font-size:14.5px;margin-bottom:24px}.admin-login__form{display:flex;flex-direction:column;gap:16px}.admin-login__submit{margin-top:4px;justify-content:center}@media (max-width:700px){.cartline{grid-template-columns:56px 1fr auto;grid-template-areas:"photo info del" "photo qty sum";gap:10px 12px}.cartline__photo{grid-area:photo;width:56px;height:56px}.cartline__info{grid-area:info}.cartline__qty{grid-area:qty}.cartline__sum{grid-area:sum}.cartline__del{grid-area:del}.cartmodal__foot{flex-wrap:wrap}.cartmodal__checkout{width:100%;justify-content:center;order:3}.cart-fab{right:16px;bottom:16px;padding:12px 17px 12px 15px}.cart-fab__sum{display:none}.article__title{font-size:27px}.imgpick{flex-direction:column}}.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start;margin:24px 0 60px}.admin-nav{position:-webkit-sticky;position:sticky;top:20px;display:flex;flex-direction:column;gap:3px;padding:12px;background:var(--card);border:1px solid #dcdec6;border-radius:14px}.admin-nav__link{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:10px;color:var(--muted);font-size:14.5px;font-weight:600;text-align:left;transition:background .15s,color .15s}.admin-nav__link:hover{background:var(--strip);color:var(--green-800)}.admin-nav__link--active{background:var(--green-800);color:#f0f2e2}.admin-nav__badge{margin-left:auto;min-width:22px;padding:2px 7px;border-radius:999px;background:var(--strip);color:var(--green-700);font-size:12px;font-weight:800;text-align:center}.admin-nav__link--active .admin-nav__badge{background:rgba(255,255,255,.2);color:#f0f2e2}.admin-nav__badge--hot{background:#a35a35;color:#fff}.admin-nav__link--active .admin-nav__badge--hot{background:#d08a5f;color:#2b3520}.admin-content>.admin{margin-bottom:0}.admin__nav-toggle{display:none}.admin__tabs--sub{margin:0 0 18px}.admin__tab-count{margin-left:7px;font-style:normal;opacity:.7;font-size:12.5px}.orders-table{display:flex;flex-direction:column;gap:10px}.orow{border:1px solid #dcdec6;border-radius:12px;background:#fbfaf1;overflow:hidden}.orow__head{display:grid;grid-template-columns:80px minmax(0,1fr) 110px 150px auto 24px;align-items:center;grid-gap:14px;gap:14px;width:100%;padding:14px 16px;text-align:left;transition:background .15s}.orow__head:hover{background:var(--strip)}.orow__num{font-weight:800;color:var(--green-800)}.orow__customer{display:flex;flex-direction:column;gap:3px;min-width:0;font-weight:600;color:var(--green-900)}.orow__customer em{font-style:normal;font-size:12.5px;font-weight:400;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orow__date{font-size:13.5px;color:var(--muted)}.orow__total{font-weight:800;color:var(--green-800);text-align:right;white-space:nowrap}.orow__total--email{font-weight:500;font-size:13px;color:var(--muted)}.orow__body{padding:4px 16px 20px;border-top:1px solid #e0e2ca}.orow__cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px}.orow__h{margin:18px 0 10px;font-size:14px;color:var(--green-900)}.orow__statuses{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.orow__statuses .admin__tab{padding:8px 14px;font-size:13px}.orow__statuses .admin__tab:disabled{opacity:.55;cursor:default}.orow__history{display:flex;flex-direction:column;gap:6px}.orow__history li{display:flex;gap:14px;font-size:13.5px;color:var(--muted)}.orow__history b{min-width:170px;color:var(--green-800)}.ticket__text{padding:14px 16px;background:var(--strip);border-radius:10px;line-height:1.6;white-space:pre-line;font-size:14.5px}.ticket__replies{display:flex;flex-direction:column;gap:10px}.ticket__replies li{padding:13px 15px;background:#eaf0e0;border-left:3px solid var(--green-600);border-radius:0 10px 10px 0}.ticket__replies p{line-height:1.55;font-size:14.5px;white-space:pre-line}.ticket__replies span{display:block;margin-top:6px;font-size:12px;color:var(--muted)}.ticket__reply{width:100%;padding:12px 14px;margin-bottom:14px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit;font-size:14.5px;resize:vertical}.ticket__reply:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(100,115,75,.15)}.ticket__about{padding:13px 16px;margin-bottom:18px;background:var(--strip);border-radius:10px}.ticket__about b{display:block;margin-top:4px;color:var(--green-900);font-size:15.5px}.ticket__done-text{margin:12px 0 4px;line-height:1.6;color:var(--muted)}.order__ticket{padding:6px 12px;border:1px solid var(--line);border-radius:8px;font-size:12.5px;font-weight:600;color:var(--green-700);white-space:nowrap;transition:background .15s,border-color .15s}.order__ticket:hover{background:var(--strip);border-color:var(--green-600)}.mail-status{padding:15px 18px;margin-bottom:20px;background:#f2ead9;border:1px solid #ddd0b4;border-radius:11px;line-height:1.55;font-size:14px}.mail-status--live{background:#e6efdd;border-color:#c2d3ab}.mail-status code{padding:2px 6px;border-radius:5px;background:rgba(255,255,255,.65);font-size:13px;font-weight:700}.mail-clear{margin-bottom:14px}.mail-preview{margin-top:10px;border:1px solid #dcdec6;border-radius:10px;overflow:hidden}.track{display:flex;flex-wrap:nowrap;margin-bottom:20px;padding:16px 0 6px;list-style:none;overflow-x:auto;scrollbar-width:thin}.track__step{position:relative;flex:1 0 92px;min-width:92px;padding-top:22px;text-align:center}.track__step:before{content:"";position:absolute;top:6px;left:-50%;width:100%;height:2px;background:#d3d8bf}.track__step:first-child:before{display:none}.track__step--done:before{background:var(--green-600)}.track__dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #d3d8bf}.track__step--done .track__dot{background:var(--green-600);border-color:var(--green-600)}.track__step--now .track__dot{background:var(--green-800);border-color:var(--green-800);box-shadow:0 0 0 4px rgba(100,115,75,.22)}.track__label{font-size:12px;line-height:1.3;color:var(--muted);padding:0 4px;display:block}.track__step--done .track__label,.track__step--now .track__label{color:var(--green-800);font-weight:700}.track--cancelled{display:block;padding:14px 16px;margin-bottom:18px;background:#f4e3dd;border-radius:10px;color:#a3452f;font-weight:700}.checkout{width:min(680px,100%)}.checkout__body{overflow-y:auto;padding:22px 26px 26px}.checkout__guest{padding:13px 16px;margin-bottom:20px;background:var(--strip);border-radius:10px;font-size:14px;line-height:1.55;color:var(--green-800)}.checkout__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}.checkout__items{display:flex;flex-direction:column;gap:0;margin-bottom:18px}.checkout__items li{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #d7dabf;font-size:14.5px}.checkout__items li:last-child{border-bottom:none}.checkout__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:18px;border-top:1px solid #d7dabf}.field-error{font-style:normal;font-size:12.5px;font-weight:600}.field-error,.req{color:#a3452f}.payment{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);grid-gap:24px;gap:24px;margin-bottom:60px}.payment__card,.payment__summary{padding:26px 26px 30px;background:var(--card);border:1px solid #dcdec6;border-radius:16px}.payment__subtitle{font-size:18px;color:var(--green-900);margin-bottom:18px}.payment__method{display:flex;align-items:flex-start;gap:13px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;margin-bottom:18px}.payment__method--active{border-color:var(--green-600);background:#fbfaf1}.payment__method b{display:block;color:var(--green-900);margin-bottom:3px}.payment__method span{font-size:13.5px;color:var(--muted)}.payment__radio{flex-shrink:0;width:18px;height:18px;margin-top:2px;border-radius:50%;border:5px solid var(--green-700);background:#fff}.payment__note{padding:14px 16px;margin-bottom:20px;background:#f2ead9;border:1px solid #ddd0b4;border-radius:10px;font-size:13.5px;line-height:1.55}.payment__note code{padding:2px 6px;border-radius:5px;background:rgba(255,255,255,.7);font-weight:700;font-size:12.5px}.payment__pay{width:100%;justify-content:center;font-size:16px;padding:15px 24px}.payment__total{display:flex;align-items:baseline;justify-content:space-between;padding:14px 0;border-top:1px solid #d7dabf;border-bottom:1px solid #d7dabf;margin-bottom:18px}.payment__total strong{font-size:23px;color:var(--green-800)}.payment__specs{margin-bottom:0}.payment__done{text-align:center;padding:20px 0}.payment__done-icon{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;margin-bottom:18px;border-radius:50%;background:var(--green-700);color:#f0f2e2}.payment__done h2{font-size:23px;color:var(--green-900);margin-bottom:12px}.payment__done p{color:var(--muted);line-height:1.6;max-width:420px;margin:0 auto 24px}.payment__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width:1000px){.admin-layout{grid-template-columns:1fr}.admin-nav{position:static;display:none}.admin-nav--open,.admin__nav-toggle{display:flex}.orow__cols,.payment{grid-template-columns:1fr}.orow__cols{gap:6px}}@media (max-width:760px){.orow__head{grid-template-columns:1fr auto;gap:8px 12px}.orow__num{grid-column:1}.orow__customer{grid-column:1/-1;order:3}.orow__date{order:4}.orow__total{order:5;text-align:left}.order__chevron{grid-column:2;grid-row:1}.checkout__grid{grid-template-columns:1fr}.track__step{min-width:74px}.track__label{font-size:12px}.order__ticket{grid-column:1/-1;justify-self:start;margin-top:4px}}