@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Montserrat,sans-serif;color:#2c2c2c;background:#fff}a{text-decoration:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{max-height:100%;height:100%;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000}input,button,textarea,select{font:inherit;color:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}table{border-collapse:collapse;width:100%}button{background:none;border:none;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}:root{--font-base: 16px;--color-text: #000;--color-bg: #fff}html{overflow-x:hidden}body{display:flex;flex-direction:column;justify-content:space-between;max-width:100vw;width:100%;min-height:100vh}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.layout-wrapper>main{flex:1}header{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f4f4f4}header .header-desktop{display:flex;flex-direction:column;max-width:100vw;width:100%}header .header-mobile{display:none}header .header-nav{display:flex;justify-content:center;max-height:91px}header .header-nav ul{display:flex;flex-direction:row;list-style:none;padding:0;margin:45px 0 17px;justify-content:center;height:40px;font-size:20px;font-weight:600}header .header-nav li{display:flex;white-space:nowrap;max-width:100%;max-height:40px;overflow:hidden;text-overflow:ellipsis;text-align:center;margin:0 37.5px}header .header-nav a{text-decoration:none;color:#000;font-weight:500;white-space:nowrap;width:100%;height:100%;padding-top:5px}header .header-main{display:flex;align-items:center;justify-content:center;height:130px;box-shadow:0 0 4px #00000040;background-color:#fff;max-width:100vw;width:100%}header .header-main .header-inside-block{display:flex;align-items:center;max-width:1512px;width:100%}header .header-main .header-logo{margin:0 37px 0 36px;max-width:300px;width:100%}header .header-main form{display:flex;outline:2px solid #048921;border-radius:8px;height:68px;max-width:765px;width:100%;position:relative;overflow:visible}header .header-main form button{background-color:#048921;color:#fff;font-size:24px;font-weight:700;border-top-right-radius:7px;border-bottom-right-radius:7px;max-width:151px;width:100%}header .header-main form button:hover{filter:brightness(1.1)}header .header-main form input{border:none;padding-left:26px;max-width:100%;width:100%}header .header-main form input:focus{outline:none;box-shadow:none}header .header-main form input::placeholder{font-weight:500;font-size:24px}header .header-main form .search-suggest{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 30px #00000014;overflow:hidden;z-index:50}header .header-main form .search-suggest__item{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:12px 16px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0}header .header-main form .search-suggest__item:last-child{border-bottom:none}header .header-main form .search-suggest__item:hover{background:#f7f7f7}header .header-main form .search-suggest__image{width:64px;height:64px;border-radius:12px;object-fit:cover;display:block}header .header-main form .search-suggest__info{display:grid;gap:6px}header .header-main form .search-suggest__name{font-size:18px;font-weight:600;line-height:1.2}header .header-main form .search-suggest__category{font-size:14px;color:#6a6a6a}header .header-main form .search-suggest__empty{padding:14px 16px;font-size:14px;color:#6a6a6a}header .header-main .header-actions{display:flex;margin:0 120px 0 36px}header .header-main .header-actions .profile-link{margin-right:48px;width:98px}header .header-main .header-actions a{display:flex;position:relative;flex-direction:column;align-items:center;font-weight:500;font-size:16px;height:83px;flex-shrink:0}header .header-main .header-actions a span{position:absolute;bottom:0}header .header-bottom{display:flex;justify-content:center;max-width:1512px;width:100%;margin:17px auto 20px;padding:0 119px;height:53px;border-radius:16px;font-weight:700;font-size:20px}header .header-bottom ul{display:flex;width:100%;list-style:none;padding:0;margin:0}header .header-bottom li{flex:1}header .header-bottom a{display:flex;justify-content:center;align-items:center;height:100%;width:100%;text-align:center;text-decoration:none;color:#fff;border:none;font-weight:700;font-size:20px;border-radius:0;transition:background-color .3s ease,color .3s ease}header .header-bottom a.yellow{background-color:#fff600;border-top-left-radius:16px;border-bottom-left-radius:16px;color:#00400e}header .header-bottom a.red{background-color:#db253c}header .header-bottom a.green{background-color:#048921}header .header-bottom a.last{border-top-right-radius:16px;border-bottom-right-radius:16px}header .header-bottom a.red:hover,header .header-bottom a.yellow:hover{filter:brightness(.95)}header .header-bottom a:hover{filter:brightness(1.1)}@media screen and (max-width:1069px){header .header-desktop{display:none}header .header-mobile{display:flex;flex-direction:column;max-width:100vw;width:100%;background-color:#fff}header .header-mobile .header-head{display:flex;flex-direction:column;align-items:center;max-width:100%;width:100%}header .header-mobile .header-head-up{display:flex;justify-content:space-between;position:relative;height:84px;max-width:100%;width:100%}header .header-mobile .header-head-down{display:flex;align-items:center;justify-content:center;max-width:391px;width:100%;padding:0 19px;height:31px;margin:14px 0}header .header-mobile .header-head-down .search{position:relative;width:100%;display:flex;align-items:center;border:1px solid #048921;border-radius:3.69px;overflow:visible;background:#fff;height:30px;box-sizing:border-box;z-index:60}header .header-mobile .header-head-down input{border-top-left-radius:3.69px;border-bottom-left-radius:3.69px;outline:none;border:none;max-width:100%;width:100%;padding:0 11.21px}header .header-mobile .header-head-down input,header .header-mobile .header-head-down button{box-sizing:border-box;height:28px;font-size:14.24px;font-weight:500;line-height:1;display:inline-flex;align-items:center}header .header-mobile .header-head-down input::placeholder{font-weight:500;font-size:14.24px}header .header-mobile .header-head-down button{display:inline-flex;justify-content:center;background-color:#048921;color:#fff;font-weight:700;border:none;border-top-right-radius:3.69px;border-bottom-right-radius:3.69px;min-width:69.66px}header .header-mobile .header-head-down button:hover{filter:brightness(1.1)}header .header-mobile .header-head-down .search-suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 10px 26px #00000014;overflow:hidden;z-index:50}header .header-mobile .header-head-down .search-suggest__item{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:10px 12px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0}header .header-mobile .header-head-down .search-suggest__item:last-child{border-bottom:none}header .header-mobile .header-head-down .search-suggest__image{width:52px;height:52px;border-radius:10px;object-fit:cover;display:block}header .header-mobile .header-head-down .search-suggest__name{font-size:14px;font-weight:600;line-height:1.2}header .header-mobile .header-head-down .search-suggest__category{font-size:12px;color:#6a6a6a}header .header-mobile .header-head-down .search-suggest__empty{padding:10px 12px;font-size:12px;color:#6a6a6a}header .header-mobile .header-logo{display:flex;align-items:end;position:absolute;bottom:0;right:calc(50% - 74px)}header .header-mobile .header-actions{display:flex}header .header-mobile .header-burger-menu-list{display:none;flex-direction:column}header .header-mobile .header-menu{display:flex}header .header-mobile .burger-button{max-height:21px;margin:auto 0 auto 19px}header .header-mobile .header-actions{display:flex;margin:auto 13px auto 0}header .header-mobile .header-bottom{display:flex;justify-content:center;height:52px;max-width:100%;width:100%;background-color:#f4f4f4;margin:0;padding:0;border-radius:0}header .header-mobile .header-bottom .header-menu{display:flex;justify-content:space-around;margin:10px 61px;max-width:100%;width:100%}header .header-mobile .header-bottom .header-menu .menu-link{display:flex;max-width:100%;margin:0 10px;border-radius:8px;max-width:125px;width:100%}header .header-mobile .header-burger-menu{display:none;position:fixed;top:84px;left:0;width:100%;height:calc(100vh - 84px);z-index:98;padding:30px 20px 20px;overflow-y:auto;opacity:0;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.23,1,.32,1),transform .4s cubic-bezier(.23,1,.32,1);background-color:#f4f4f4}header .header-mobile .header-burger-menu-list{display:flex;flex-direction:column;gap:20px}header .header-mobile .header-burger-menu-list li{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.08);text-align:center}header .header-mobile .header-burger-menu-list a{color:#000;text-decoration:none;font-size:18px;font-weight:600;transition:color .25s ease;display:block}header .header-mobile .header-burger-menu-list a:hover{color:#00000080}header .header-mobile .header-burger-menu-list a.green{color:#048921;font-weight:700}header .header-mobile .header-burger-menu-list a.green:hover{color:#07b92e}header .header-mobile .header-burger-menu.active{display:block;opacity:1;transform:translateY(0)}header .header-mobile .burger-button{position:relative;width:44px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1000;-webkit-tap-highlight-color:transparent}header .header-mobile .burger-button svg{width:100%;height:100%}header .header-mobile .burger-button svg path{transition:transform .3s ease,opacity .3s ease;transform-origin:center}header .header-mobile .burger-button.active svg path:nth-child(1){transform:translateY(10px) rotate(45deg)}header .header-mobile .burger-button.active svg path:nth-child(2){transition:transform 0s ease,opacity 0s ease;opacity:0}header .header-mobile .burger-button.active svg path:nth-child(3){transform:translateY(-10px) rotate(-45deg)}}html{scroll-behavior:smooth}@-moz-document url-prefix(){.header-burger-menu{transition:opacity .4s ease,transform .4s ease}}.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}@supports (-webkit-touch-callout: none){.no-scroll{position:relative}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-head-up{position:relative;z-index:99;background-color:#fff;transition:box-shadow .3s ease}.burger-button{z-index:100}.footer{display:flex;flex-direction:column;align-items:center;background-color:#048921;max-height:351px;height:100%;max-width:100%;width:100%;color:#fff;font-size:24px;font-weight:600}.footer__logo-img{max-width:300px;width:100%;margin-top:45px;margin-bottom:67px;filter:brightness(0) invert(1);height:auto}.footer__menu{display:flex;justify-content:space-between;max-width:1157px;width:100%;padding:0 36px;margin-bottom:147px;text-decoration:underline}.footer__nav{display:flex;justify-content:space-between;max-width:646px;width:100%;flex-shrink:0}.footer__nav-list{display:flex;justify-content:space-between;max-width:calc(100% - 45px);width:100%}.footer__nav ul{display:flex;list-style:none}.footer__nav a{color:#fff;text-decoration:none;font-weight:500}.footer__nav a:hover{text-decoration:underline}.footer__socials{display:flex;justify-content:space-between;align-items:center;max-width:439px;width:100%}.footer__socials p{margin:0;font-weight:600}.footer__socials a{display:inline-block}.footer__socials a img{filter:brightness(0) invert(1);transition:filter .3s ease}.footer__socials a img:hover{filter:brightness(.7) invert(1)}@media screen and (max-width:1069px){.footer{min-height:171px;height:100%;font-size:12px}.footer__logo-img{max-width:148px;width:100%;margin:5px 0 0}.footer__menu{flex-direction:column;margin:0 auto;max-width:194px;width:100%;padding:0}.footer__nav{display:flex;justify-content:center;margin:5px 0}.footer__nav-list{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer__nav-item{margin:5px 0}.footer__nav__socials{display:flex;max-width:194px;width:100%}.footer__nav__socials-title{display:flex;padding:0;max-width:150px;width:100%}}@media(min-width:1070px){.footer__socials img{height:24px!important;width:24px!important}}@media(max-width:730px){h2{font-size:18px!important;margin-bottom:36px!important}}.auth-modal[aria-hidden=true]{display:none}.auth-modal{position:fixed;inset:0;z-index:1000}.auth-backdrop{position:absolute;inset:0;background:#0009}.auth-panel{position:relative;margin:3rem auto;max-width:420px;background:#fff;border-radius:12px;padding:18px 18px 24px;box-shadow:0 10px 30px #0003}.auth-close{position:absolute;right:8px;top:8px;background:none;border:0;font-size:20px;cursor:pointer}.auth-tabs{display:flex;gap:8px;margin:4px 0 12px;border-bottom:1px solid #eee}.auth-tabs button{flex:1;background:none;border:0;padding:10px;font-weight:600;cursor:pointer}.auth-tabs button.is-active{color:#048921;border-bottom:2px solid #048921}.auth-panel input,.auth-panel select,.auth-panel textarea{width:100%;height:56px;margin-bottom:12px;padding:0 16px;border:0;border-radius:10px;background:#d9d9d9;font:600 16px/1.25 Montserrat,system-ui,sans-serif;outline:none}.auth-panel input::placeholder,.auth-panel textarea::placeholder{color:#000;font-weight:600}.auth-panel .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.errbox{color:#b91c1c;margin:8px 0}.btn-green{width:100%;background:#048921;color:#fff;border:0;border-radius:8px;padding:12px 14px;font-weight:700}.btn-green[disabled]{opacity:.7;cursor:progress}.switch{text-align:center;margin-top:8px;font-size:14px}@media(max-width:480px){.auth-panel{margin:8vh 10px}}@media(max-width:650px){.auth-panel{width:min(520px,94vw);padding:16px}.auth-panel input{height:48px;font-size:14px}.auth-panel .row{grid-template-columns:1fr}}[data-auth-panel][hidden]{display:none!important}.cart-link{position:relative}.cart-count-badge{position:absolute;right:-3px;top:2px;width:25px;height:25px;padding:0 6px;border-radius:999px;display:flex;align-items:center;justify-content:center;font:600 12px/1 Montserrat,sans-serif;background:#048921;color:#fff;box-shadow:0 2px 6px #00000026}.cart-count-badge:empty{display:none}.cart-modal{position:fixed;inset:0;display:none;z-index:9999}.cart-modal[aria-hidden=false]{display:block}.cart-backdrop{position:fixed;inset:0;background:#00000073}.cart-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(701px,90%);max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;animation:fadeIn .25s ease;color:#000}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.cart-header{display:flex;justify-content:space-between;padding:16px 20px;background-color:#fff;flex-direction:row;border-top-left-radius:16px;border-top-right-radius:16px;max-width:666px;width:100%;margin:0 auto}.cart-header span{font-size:24px;font-weight:600}.cart-close{background:none;border:0;font-size:62px;font-weight:200;line-height:1;cursor:pointer}.cart-items{display:block;flex-direction:column;-webkit-overflow-scrolling:touch;max-width:680px;width:100%;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:14px;margin-left:17px}.ci{display:grid;grid-template-columns:142px 1fr;border-bottom:2px solid #ebebea;column-gap:16px;padding:27px 33px 20px;align-items:start}.ci:first-child{border-top:2px solid #ebebea}.ci__img{width:142px;height:142px;object-fit:cover;border-radius:8px}.ci__body{position:relative;display:flex;flex-direction:column;min-width:0;gap:10px;max-height:100%;height:100%}.ci__top{display:flex;align-items:start;justify-content:space-between;gap:8px}.ci__title{font-weight:600;font-size:20px;flex:1;max-width:400px}.ci__remove{background:none;border:0;color:#c33;font-size:48px;line-height:1;cursor:pointer;font-weight:200;position:absolute;right:0;top:-11px}.ci__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;position:absolute;bottom:0;max-width:100%;width:100%}.qty.ci__qty{display:inline-flex;align-items:center;gap:10px;background:#fff;border-radius:13px;height:50px;width:150px}.qty.ci__qty button{width:50px;height:50px;border:0;cursor:pointer;background:#d7efdf;font-weight:700}.qty.ci__qty button:first-of-type{border-top-left-radius:13px;border-bottom-left-radius:13px}.qty.ci__qty button:last-of-type{border-top-right-radius:13px;border-bottom-right-radius:13px}.qty.ci__qty .qty-val{width:40px;text-align:center;border:0;background:transparent;font-weight:700;outline:none}.ci__price{font-weight:600;text-align:right;min-width:120px}.ci__price-total{font-size:24px}.ci__price-note{font-size:14px;color:#727272;margin-top:2px}.cart-footer{max-width:626px;width:100%;margin:0 auto 25px}.cart-total{display:flex;align-items:center;margin-bottom:12px;font-size:24px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;font-weight:700;text-decoration:none}.btn-secondary{height:50px;width:289px;background:#cdead3;color:#048921;font-size:16px}.btn-secondary span{margin-left:19px}.cart-actions{display:flex;justify-content:space-between;gap:10px}.ci__img-link{display:block}.ci__title-link{color:inherit;text-decoration:none}.ci__title-link:hover{text-decoration:underline}@media(max-width:1070px){.cart-count-badge{font-size:10px;top:18px;right:8px;height:18px;width:18px}}@media(max-width:780px){.cart-backdrop{height:100dvh}.cart-panel{position:fixed;min-height:100vh;border-radius:0;width:100vw;padding-bottom:100px}.cart-panel footer{position:absolute;bottom:0;padding:0 20px;right:calc(50% - 313px);background-color:#fff}.cart-items{max-width:90vw;width:100%;margin:0 auto;max-height:calc(100% - 84px);flex:1 1 auto;min-height:0}.ci__title{max-width:350px}.cart-header{flex:0 0 auto}}@media(max-width:650px){.ci__title{font-size:12px}.cart-header{font-size:24px}.cart-items{padding:0}.cart-actions span{margin:0;font-size:14px;text-align:center}.cart-actions .btn-primary{text-align:center;font-size:14px}.cart-actions svg{display:none}.cart-total{font-size:18px}.ci{grid-template-columns:75px 1fr;padding:10px 5px}.ci__qty{width:75px;height:24px;gap:0;align-items:center;border-radius:7px}.qty-inc,.qty-dec{min-width:25px;border:0px solid white;max-height:25px}.qty.ci__qty .qty-val{width:25px;font-size:14px;height:25px;border:2px solid #d7efdf}.qty.ci__qty button{width:28px}.ci__img{width:75px;height:75px}.ci__img-link{width:75px}.ci__price-total{font-size:12px}.ci__price-note{font-size:8px}.remove-btn{font-size:32px;top:-8px}}@media(max-width:630px){.cart-panel footer{right:0}}main{display:flex;flex-direction:column}main h2{font-size:48px;font-weight:800;margin:0 auto 100px;text-transform:uppercase;text-align:center}main .hero{margin:30px 0 98px;display:flex;justify-content:center}main .discounts{max-width:1272px;width:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto 100px}main .discounts__images-wrapper{display:flex;flex-direction:column;max-width:100%;width:100%}main .discounts__images-row{display:flex;justify-content:space-between;max-width:100%;width:100%;margin:0 auto 22px;flex-wrap:wrap}main .discounts__images-row img{max-width:626px;width:100%;border-radius:8px;height:auto;margin:0 auto}@media(max-width:1270px){main .discounts__images-wrapper{max-width:626px;margin:0 auto}main .discounts__images-row{margin:0 auto}main .discounts__images-row img{margin-bottom:7px}}@media(max-width:730px){main .discounts{margin-bottom:0!important}main .discounts__title{margin:36px auto!important}}main .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}main .benefits{display:flex;flex-direction:column;max-width:1272px;width:100%;margin:63px auto 90px;padding:0 19px;border-bottom:2px solid #ebebea}main .benefits .features-grid{display:inline-flex;flex-wrap:wrap;justify-content:space-around}main .benefits .features-grid article{flex:1 1 calc(33.333% - 20px);box-sizing:border-box}main .benefits .features-grid article:nth-child(4),main .benefits .features-grid article:nth-child(5){flex:1 1 calc(45% - 20px)}main .benefits .features-grid .feature{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:0 20px;box-sizing:border-box;max-width:420px;margin-bottom:60px}main .benefits .features-grid .feature h3{margin:20px 0;font-size:24px;font-weight:700}main .benefits .features-grid .feature p{font-size:20px;font-weight:600}@media(max-width:950px){main .benefits h3{margin-bottom:40px}main .benefits .features-grid{flex-direction:column;align-items:center}main .benefits .features-grid article{flex:none;width:100%;max-width:420px;margin-bottom:30px}main .about .line{display:none}}@media(max-width:730px){main .benefits{margin:0 auto}main .benefits h3{margin-bottom:20px;font-size:16px!important}main .benefits .features-grid .feature{max-width:305px;width:100%;margin:20px auto}main .benefits .features-grid .feature img{height:36px;width:36px}main .benefits .features-grid .feature h2{font-size:16px}main .benefits .features-grid .feature p{font-size:12px}}main .about{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:1376px;width:100%;margin:0 auto}main .about__intro{display:flex;justify-content:space-between;max-width:1258px;width:100%}main .about__text{display:flex;flex-direction:column;align-items:end;max-width:756px;width:100%;padding-left:10px}main .about__title{max-width:100%;width:100%;font-weight:600;margin-bottom:67px;text-align:start;margin-top:32px;font-size:24px}main .about__button{max-width:274px;width:100%;height:70px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px}main .about__button:hover{filter:brightness(1.1)}main .about__image{max-width:411px;width:100%}main .about__delivery{display:flex;justify-content:space-between;max-width:1358px;width:100%;padding-right:10px}main .about__map{max-width:696px;width:100%}main .about__delivery-text{display:flex;flex-direction:column;font-weight:500}main .about__delivery-title{font-size:48px;max-width:537px;width:100%;margin-bottom:59px}main .about__delivery-subtitle{font-size:32px;max-width:515px;width:100%}@media(max-width:1069px){main .about__text{position:relative;align-items:start;max-width:100%;font-size:20px}main .about__title{position:absolute;top:15%;margin-bottom:30px;text-align:start}main .about__button{position:absolute;bottom:30%}main .about__delivery{align-items:center;text-align:center;margin-top:40px}main .about__delivery-text{align-items:center}main .about__delivery-title{font-size:32px;margin-bottom:20px}main .about__delivery-subtitle{font-size:20px}}@media(max-width:930px){main .about h2{font-weight:800;max-width:305px;margin-bottom:30px}main .about__title{top:0%;font-size:12px;max-width:186px}main .about__text{max-width:186px;width:100%}main .about__button{font-size:12px;height:27px;width:105px;bottom:15%}main .about__image{max-width:170px;width:100%}main .about__intro{display:inline-flex;justify-content:space-around}main .about__delivery{justify-content:space-around}main .about__delivery-text{display:flex;text-align:start;align-items:start}main .about__delivery-title{font-size:16px;font-weight:500}main .about__delivery-subtitle{font-weight:500;font-size:12px;max-width:185px;width:100%}main .about__map{max-width:130px}}.line{max-width:1272px;width:100%;height:2px;background-color:#ebebea;margin-bottom:93px}.feedback{display:flex;flex-direction:column;max-width:1272px;width:100%;margin:0 auto 70px;border-bottom:2px solid #ebebea}.feedback .line{margin-bottom:40px}.feedback__blo{display:inline-flex;flex-direction:column;align-items:end;max-width:100%;width:100%}.feedback__blo .line{margin:50px 0}.feedback__block{display:flex;justify-content:space-between;align-items:flex-start;max-width:1202px!important;gap:40px;width:100%;padding:0 10px}@media(max-width:768px){.feedback__block{margin-left:auto}}.feedback__left{flex:1}.feedback__image{width:435px;flex-shrink:0}.feedback__text{color:#048921;font-weight:700;font-size:32px;margin-bottom:90px}.feedback__under{display:flex;align-items:center;font-weight:700;font-size:24px}.feedback__under img{width:100px;height:100px;object-fit:cover;border-radius:50%;flex-shrink:0;margin-right:16px}.feedback__all{margin:24px auto 96px;display:inline-flex;justify-content:center;align-items:center;max-width:274px;width:100%;height:70px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px}.feedback__all:hover{filter:brightness(1.1)}.feedback__img{width:100%;height:328px;object-fit:cover;border-radius:12px;display:block}@media(max-width:1030px){h2{margin-top:65px!important}.feedback__block .feedback__text{font-size:16px;max-width:600px}.feedback__block .feedback__under{font-size:12px}.line{max-width:100vw;width:100%}}@media(max-width:950px){h2{margin-top:65px!important}.feedback__block .feedback__img{width:200px!important;height:auto}.feedback__block .feedback__image{display:flex;justify-content:end;max-width:200px!important}.feedback__block .feedback__text{font-size:16px;margin-bottom:20px}.feedback__block .feedback__under{font-size:12px}.feedback__block .feedback__avatar{width:36px;height:36px;object-fit:cover}}@media(max-width:730px){.feedback__all{height:27px;max-width:105px!important;width:100%;font-size:10px;border-radius:19px;margin:0 auto!important}.feedback__blo .line{margin:11px 0!important}.feedback{border:0;margin:0 auto 55px}.feedback .line{margin:11px auto!important}}@media(max-width:570px){h2{margin-top:65px!important}.feedback__block .feedback__img{width:200px!important;height:auto;border-radius:2px}.feedback__block .feedback__image{display:flex;justify-content:end;max-width:104px!important}.feedback__block .feedback__text{font-size:10px;margin-bottom:20px}.feedback__block .feedback__under{font-size:8px}.feedback__block .feedback__avatar{width:28px;height:28px;object-fit:cover;margin-right:7px}}.contact{display:flex;max-width:1272px;width:100%;margin:0 auto 86px;border-bottom:2px solid #ebebea;padding:0 10px}.contact__blo{max-width:1099px;width:100%;margin:0 auto;padding:0 10px 118px}.contact__block{display:flex;justify-content:space-between}.contact__data{display:flex;flex-direction:column;font-weight:600;font-size:24px;font-style:normal;line-height:150%;max-width:100%;width:100%}.contact__data h3{font-style:normal;font-size:36px;font-weight:700;margin-bottom:42px}.contact__data h4{font-style:normal;font-weight:700;font-size:28px;margin-bottom:8px}.contact__data div{margin-bottom:34px}.contact__phone{display:flex;flex-direction:column}.contact__phone a:first-of-type{margin-bottom:7px}.contact form{display:flex;flex-direction:column;align-items:end;max-width:558px;width:100%}.contact form input{height:85px;max-width:100%;width:100%;background-color:#04892140;border-radius:32px;outline:none;border:none;box-shadow:inset 0 0 10px #00000080;margin-bottom:34px;padding-left:20px}.contact form input::placeholder{font-weight:600;font-size:24px;color:#000}.contact form button{max-width:345px;width:100%;font-weight:700;height:85px;margin-top:37px;border-radius:32px;display:inline-flex;justify-content:center;align-items:center;background-color:#048921;color:#fff;font-size:24px}.contact form button:hover{filter:brightness(1.1)}@media(max-width:970px){.contact__data{font-size:16px!important}.contact__data h3{font-style:normal;font-size:26px;font-weight:700;margin-bottom:42px}.contact__data h4{font-style:normal;font-weight:700;font-size:20px;margin-bottom:8px}.contact__data div{margin-bottom:34px}.contact__phone{display:flex;flex-direction:column}.contact__phone a:first-of-type{margin-bottom:7px}.contact form{display:flex;flex-direction:column;align-items:end;max-width:400px;width:100%}.contact form input{height:55px;max-width:100%;width:100%;background-color:#04892140;border-radius:22px;outline:none;border:none;box-shadow:inset 0 0 10px #00000080;margin-bottom:34px;padding-left:20px;font-size:20px}.contact form input::placeholder{font-weight:600;font-size:20px;color:#000}.contact form button{max-width:245px;width:100%;font-weight:700;height:55px;margin-top:20px;border-radius:22px;display:inline-flex;justify-content:center;align-items:center;background-color:#048921;color:#fff;font-size:20px}.contact form button:hover{filter:brightness(1.1)}}@media(max-width:730px){.contact{border-bottom:0;margin:0}.contact__blo{padding:0}.contact h2{margin-top:0!important}.contact__data{font-size:8px!important;max-width:200px}.contact__data h3{font-style:normal;font-size:16px;font-weight:700;margin-bottom:8px}.contact__data h4{font-style:normal;font-weight:700;font-size:10px;margin-bottom:8px}.contact__data div{margin-bottom:11px}.contact__phone{display:flex;flex-direction:column}.contact__phone a:first-of-type{margin-bottom:7px}.contact form{display:flex;flex-direction:column;align-items:end;max-width:200px;width:100%}.contact form input{height:28px;max-width:100%;width:100%;background-color:#04892140;border-radius:10.5px;outline:none;border:none;box-shadow:inset 0 0 10px #00000080;margin-bottom:11px;padding-left:6.5px;font-size:8px}.contact form input::placeholder{font-weight:600;font-size:8px!important;color:#000}.contact form button{max-width:110px;width:100%;font-weight:700;height:27px;margin-top:0;border-radius:11px;display:inline-flex;justify-content:center;align-items:center;background-color:#048921;color:#fff;font-size:8px}.contact form button:hover{filter:brightness(1.1)}}.posts{display:flex;flex-direction:column;align-items:center;max-width:1272px;width:100%;margin:0 auto 250px;padding:0 10px}.posts .post-card{position:relative;border-radius:8px;overflow:hidden;height:350px;color:#fff;margin-bottom:32px;box-shadow:0 4px 4px #00000040}.posts .post-card__bg{position:absolute;inset:0;background-image:url(/img/raspberry.png);background-size:cover;background-position:center;object-fit:contain;z-index:1}.posts .post-card__under{display:flex;position:relative;height:82px}.posts .post-card__overlay{position:absolute;inset:0;background:#048921cc;z-index:2}.posts .post-card .reverse{display:flex;flex-direction:row-reverse}.posts .post-card .reverse .post-card__text{align-items:end;text-align:end}.posts .post-card .reverse .post-card__text .post-card__info{left:-20px}.posts .post-card .reverse .post-card__text .post-card__under{justify-content:end;max-width:100%;width:100%;margin:0}.posts .post-card .reverse .post-card__image img{max-width:350px}.posts .post-card__content{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;height:100%;gap:32px}.posts .post-card__info{position:absolute;bottom:0;right:-20px;font-size:20px;font-weight:600}.posts .post-card__text{display:flex;flex-direction:column;flex:1;margin:0 88px}.posts .post-card__text h3{font-size:32px;font-weight:800;margin-bottom:46px}.posts .post-card__text p{font-size:24px;font-weight:700;margin-bottom:36px}.posts .post-card__text .post-card__btn{background-color:#fff;color:green;font-weight:800;font-size:24px;padding:20px 60px;border:none;border-radius:50px;cursor:pointer;height:70px;max-width:274px;width:100%}.posts .post-card__text .post-card__btn:hover{background-color:#e1e1e1}.posts .post-card__text .post-card__info{display:flex;gap:24px;font-size:14px;opacity:.9}.posts .post-card__image{flex-shrink:0;width:350px;height:100%;object-fit:cover}.posts .post-card__image img{width:100%;height:100%;object-fit:cover;border-right:8px}.posts__btn{display:inline-flex;justify-content:center;align-items:center;max-width:274px;width:100%;height:70px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px;margin:0 auto}.posts__btn:hover{filter:brightness(1.1)}@media(max-width:1030px){.posts .post-card{height:270px}.posts .post-card__image{width:270px}.posts .post-card__image img{width:270px;height:270px}.posts .post-card__info{position:absolute;bottom:15px;right:-70px;font-size:12px!important;font-weight:600}.posts .post-card__text{display:flex;flex-direction:column;flex:1;margin:0 44px}.posts .post-card__text h3{font-size:26px;font-weight:800;margin-bottom:22px}.posts .post-card__text p{font-size:18px;font-weight:700;margin-bottom:36px}.posts .post-card__text .post-card__btn{background-color:#fff;color:green;font-weight:800;font-size:18px;border:none;border-radius:50px;cursor:pointer;height:55px;max-width:200px;width:100%;padding:0}.posts .post-card__text .post-card__btn:hover{background-color:#e1e1e1}}@media(max-width:730px){.posts{margin-bottom:50px}.posts__btn{height:27px;width:105px;font-size:10px;border-radius:19px}.posts .post-card{border-radius:2.2px;height:110px}.posts .post-card__image{width:110px}.posts .post-card__image img{width:110px;height:110px}.posts .post-card__info{position:absolute;bottom:5px;right:-30px;font-size:8px!important;font-weight:600;gap:5px!important;max-width:115px}.posts .post-card__text{display:flex;flex-direction:column;flex:1;margin:0 9px;max-width:362px;width:100%;height:100px}.posts .post-card__text h3{font-size:12px;font-weight:800;margin-bottom:5px;margin-top:9px}.posts .post-card__text p{font-size:8px;font-weight:700;margin-bottom:10px}.posts .post-card__text .post-card__btn{background-color:#fff;color:green;font-weight:800;font-size:8px;border:none;border-radius:50px;cursor:pointer;height:20px;max-width:75px;width:100%;padding:0}.posts .post-card__text .post-card__btn:hover{background-color:#e1e1e1}}.hits{display:flex;flex-direction:column;align-items:center;max-width:1272px;width:100%;margin:0 auto;border-bottom:2px solid #ebebea}.hits__mobile{display:none}.hits__categories{display:flex;justify-content:space-between;gap:20px;margin-bottom:40px;flex-wrap:wrap;max-width:100%;width:100%}.hits__category{display:block;position:relative;max-width:410px;width:100%;height:213px;overflow:hidden;margin:0 auto;cursor:pointer}.hits__category:first-child{border-radius:8px 0 0 8px}.hits__category:last-child{border-radius:0 8px 8px 0}.hits__category img{width:100%;height:100%;object-fit:cover}.hits__category h3{position:absolute;bottom:10px;left:20px;color:#fff;font-size:32px;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.7);text-transform:uppercase}@media(max-width:1270px){.hits__category img{border-radius:8px}}@media(max-width:730px){.hits{border:none}.hits h2{margin:36px auto 27px!important}.hits__categories{display:flex;flex-direction:column;gap:10px!important;margin-bottom:35px}.hits__category{position:relative;display:inline-flex;justify-content:center;max-width:269px;width:100%;height:139px;object-fit:cover}.hits__category h3{max-width:100%;width:100%;text-align:center;font-size:16px;left:0!important}.hits .view-all-btn{display:none}}.carousel{position:relative;max-width:100%;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform .4s ease;overflow-x:auto;scroll-behavior:smooth;margin:0 50px}.carousel-track::-webkit-scrollbar{display:none}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:2}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}.product-card{width:217px;height:277px;display:flex;flex:0 0 auto;flex-direction:column;justify-content:space-between;margin-right:20px;overflow:hidden;background:#fff}.product-card:last-child{margin-right:0}.product-image{display:block;width:100%;height:auto;aspect-ratio:1 / 1;position:relative;box-shadow:0 3px 4px #00000040;border-radius:0}.product-info{padding:12px 0;display:flex;flex-direction:column;gap:6px}.product-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.label-svg{position:absolute;left:12px;font-weight:900;font-size:12px}.label-hit,.label-discount{background-color:#e50000}.label-new{background-color:#10b981}.product-name{font-weight:700;font-size:19px;margin:0;display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{display:flex;justify-content:space-between;align-items:center;position:relative}.product-price{color:#e50000;font-weight:700;font-size:20px}.add-to-cart{background:none;border:none;cursor:pointer;padding:0}.add-to-cart img{width:38px;height:38px;position:absolute;right:0;bottom:0}.price-red{color:#e50000;font-weight:700;font-size:20px}.price-green{color:#10b981;font-weight:700;font-size:20px}.view-all-btn{display:inline-flex;justify-content:center;align-items:center;max-width:274px;width:100%;height:70px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px;margin:50px 0}.view-all-btn:hover{filter:brightness(1.1)}.recommendation{display:flex;flex-direction:column;align-items:center;max-width:1272px;width:100%;margin:0 auto;border-bottom:2px solid #ebebea}.recommendation h2{font-size:36px;font-weight:800;text-transform:uppercase;text-align:center;margin-bottom:40px;margin-top:92px}.recommendation .recommendation-grid{display:grid;grid-template-columns:repeat(5,217px);gap:20px;justify-items:center;margin-bottom:40px}.recommendation .recommendation-grid .product-card{margin-bottom:50px;margin-right:0}.recommendation .recommendation-grid .product-name{max-width:170px;font-size:16px}.recommendation-button{display:inline-flex;justify-content:center;align-items:center;max-width:274px;width:100%;height:70px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px;margin:0 auto 63px}.recommendation-button:hover{filter:brightness(1.1)}@media(max-width:1190px){.recommendation-grid{grid-template-columns:repeat(3,217px)!important}.recommendation-grid .product-card:last-child{display:none}}@media(max-width:730px){.hero{margin:0!important}.recommendation{max-width:500px;width:100%;border:0px}.recommendation-grid{grid-template-columns:repeat(4,104px)!important;gap:15px!important;margin-bottom:0!important}.recommendation-grid .product-card:last-child{display:none}.recommendation-grid .product-card:nth-child(9){display:none}.recommendation-button{display:none}.product-card{max-width:104px;width:100%;height:auto;margin:0!important}.product-card .product-image{width:104px;height:104px}.product-name,.product-price{font-size:9px}.add-to-cart img{width:18px}.label-svg{width:20px}.discounts{max-width:353px!important}}@media(max-width:510px){.recommendation-grid{grid-template-columns:repeat(3,104px)!important;margin-bottom:0!important}.recommendation-grid .product-card:last-child{display:none}.recommendation-grid .product-card:nth-child(9){display:flex}}@media(max-width:730px){.hits .carousel{display:none}.hits__mobile{display:grid;grid-template-columns:repeat(4,104px);gap:15px;justify-items:center}.hits__mobile .product-card{margin-bottom:50px;margin-right:0}.hits__mobile .product-card:last-child{display:none}.hits__mobile-button{display:none}}@media(max-width:510px){.hits__mobile{grid-template-columns:repeat(3,104px)}.hits__mobile .product-card:last-child{display:flex}}main .delivery-page{padding:70px 20px 110px;background:#f7f7f7}main .delivery-page__inner{max-width:1200px;margin:0 auto}main .delivery-page__lead{font-size:20px;text-align:center;margin:0 auto 40px;max-width:860px}main .delivery-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}main .delivery-page__card{background:#fff;border-radius:18px;padding:28px;border:1px solid #ebebea;box-shadow:0 10px 20px #0000000f}main .delivery-page__card h3{margin-bottom:16px;font-size:22px;font-weight:700}main .delivery-page__card ul{margin:0;padding-left:18px}main .delivery-page__card li{margin-bottom:10px;font-size:18px}main .delivery-page__card p{margin:0;font-size:18px}main .delivery-page__card a{color:#048921;font-weight:600}main .delivery-page__card--help p{font-size:19px}main .delivery-page__help-label{margin-top:6px;color:#4a4a4a}main .delivery-page__help-list{margin-top:4px;padding-left:0;list-style:none;display:grid;gap:6px}main .delivery-page__help-list a{display:inline-flex;font-size:20px;font-weight:700;color:#048921}main .delivery-page__help-list a:hover{filter:brightness(1.05)}@media(max-width:900px){main .delivery-page{padding:50px 16px 80px}main .delivery-page__grid{grid-template-columns:1fr}}main .contacts-page{padding:70px 20px 110px;background:#f7f7f7}main .contacts-page__inner{max-width:1200px;margin:0 auto}main .contacts-page__lead{font-size:20px;text-align:center;margin:0 auto 40px;max-width:860px}main .contacts-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}main .contacts-page__card{background:#fff;border-radius:18px;padding:28px;border:1px solid #ebebea;box-shadow:0 10px 20px #0000000f}main .contacts-page__card h3{margin-bottom:16px;font-size:22px;font-weight:700}main .contacts-page__card p{margin:0;font-size:18px}main .contacts-page__item{display:grid;gap:6px;margin-bottom:16px;font-size:18px}main .contacts-page__item a{color:#048921;font-weight:600}main .contacts-page__card--form form{display:grid;gap:14px}main .contacts-page__card--form input{padding:12px 14px;border:1px solid #d8d8d8;border-radius:10px;font-size:16px}main .contacts-page__card--form button{height:52px;border-radius:50px;background:#048921;color:#fff;font-size:18px;font-weight:700}main .contacts-page__card--form button:hover{filter:brightness(1.1)}@media(max-width:900px){main .contacts-page{padding:50px 16px 80px}main .contacts-page__grid{grid-template-columns:1fr}}main .catalog-page{padding:70px 20px 110px;background:#f7f7f7}main .catalog-page h1{font-weight:800;font-size:48px;text-transform:uppercase;margin-top:0;margin-bottom:55px;text-align:center}main .catalog-page .cat-wrap{display:flex;flex-direction:column;align-items:center;max-width:1272px;width:100%;padding:0 10px;margin:0 auto}main .catalog-page .cat-row{max-width:100%;width:100%;display:grid;gap:20px;margin:12px 0}main .catalog-page .cat-row.cols-1{grid-template-columns:repeat(1,1fr)}main .catalog-page .cat-row.cols-2{grid-template-columns:repeat(2,1fr)}main .catalog-page .cat-row.cols-3{grid-template-columns:repeat(3,1fr)}main .catalog-page .cat-row.cols-4{grid-template-columns:repeat(4,1fr)}main .catalog-page .cat-card{position:relative;display:block;border-radius:12px;overflow:hidden;background:#eee}main .catalog-page .cat-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;pointer-events:none;background:linear-gradient(to top,#000000e6,#000000b3 35%,#0000);transition:opacity .25s ease;opacity:.7}main .catalog-page .cat-card:hover:after{opacity:1}main .catalog-page .cat-card img{width:100%;height:100%;object-fit:cover;display:block}main .catalog-page .cat-card__title{position:absolute;left:8px;bottom:8px;padding:6px 10px;color:#fff;font-weight:800;border-radius:6px;font-size:36px;z-index:2;word-break:break-word}main .catalog-page .cat-wrap.pat-1-then-4 .cat-row.cols-1 .cat-card{max-height:270px}main .catalog-page .cat-wrap.pat-1-then-4 .cat-row:not(.cols-1) .cat-card{max-height:182px}main .catalog-page .cat-wrap.pat-3 .cat-card{max-height:239px}main .catalog-page .cat-wrap.pat-2-then-3 .cat-card{max-height:239px}@media(max-width:990px){main .catalog-page .cat-card__title{font-size:28px}}@media(max-width:850px){main .catalog-page .cat-card__title{font-size:20px}}@media(max-width:700px){main .catalog-page{padding:50px 16px 80px}main .catalog-page h1{font-size:22px;margin-bottom:20px}main .catalog-page .cat-card{border-radius:6px}main .catalog-page .cat-row{gap:6px;margin:6px 0}main .catalog-page .cat-card__title{font-size:10px;padding:2px 4px;line-height:1.1}}main .breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;font-size:14px;color:#5c5c5c;margin-bottom:22px}main .breadcrumbs a{color:#048921;font-weight:600}main .breadcrumbs__sep{color:#a0a0a0}main .category-page{padding:70px 20px 110px;background:#f7f7f7}main .category-page__inner{max-width:1272px;margin:0 auto}main .category-page h1{font-weight:800;font-size:48px;text-transform:uppercase;margin-top:0;margin-bottom:40px;text-align:center}main .category-page .cat-wrap{display:flex;flex-direction:column;align-items:center;max-width:1272px;width:100%;padding:0 10px;margin:0 auto 60px}main .category-page .cat-row{max-width:100%;width:100%;display:grid;gap:20px;margin:12px 0}main .category-page .cat-row.cols-1{grid-template-columns:repeat(1,1fr)}main .category-page .cat-row.cols-2{grid-template-columns:repeat(2,1fr)}main .category-page .cat-row.cols-3{grid-template-columns:repeat(3,1fr)}main .category-page .cat-row.cols-4{grid-template-columns:repeat(4,1fr)}main .category-page .cat-card{position:relative;display:block;border-radius:12px;overflow:hidden;background:#eee}main .category-page .cat-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;pointer-events:none;background:linear-gradient(to top,#000000e6,#000000b3 35%,#0000);transition:opacity .25s ease;opacity:.7}main .category-page .cat-card:hover:after{opacity:1}main .category-page .cat-card img{width:100%;height:100%;object-fit:cover;display:block}main .category-page .cat-card__title{position:absolute;left:8px;bottom:8px;padding:6px 10px;color:#fff;font-weight:800;border-radius:6px;font-size:26px;z-index:2;word-break:break-word}main .category-page .cat-wrap.pat-1-then-4 .cat-row.cols-1 .cat-card{max-height:270px}main .category-page .cat-wrap.pat-1-then-4 .cat-row:not(.cols-1) .cat-card{max-height:182px}main .category-page .cat-wrap.pat-2-then-3 .cat-card{max-height:239px}main .category-page .cat-wrap.pat-3 .cat-card{max-height:239px}main .category-page__empty{text-align:center;margin-top:24px;color:#6a6a6a}main .category-page__actions{display:flex;justify-content:center;margin-top:30px}main .category-page__actions .btn-green{max-width:320px;text-decoration:none;text-align:center}main .products-grid{position:relative;max-width:100%;width:100%;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(300px,1fr));margin-top:20px;justify-items:center}main .products-grid .product-card{display:flex;flex-direction:column;overflow:hidden;max-height:100%;height:100%;width:300px;background:#fff;cursor:pointer;margin-right:0}main .products-grid .product-image{position:relative;aspect-ratio:1 / 1;width:300px;height:300px;display:block;overflow:hidden;box-shadow:none}main .products-grid .product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}main .products-grid .product-info{display:flex;flex-direction:column;justify-content:space-between;gap:0;max-height:100%;margin-top:13px;padding:0}main .products-grid .product-name{font-weight:700;font-size:19px;margin:0 0 4.3px;line-height:1.25;max-width:250px;color:#111;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}main .products-grid .product-bottom{position:relative;display:flex;align-items:center;justify-content:space-between}main .products-grid .price{display:block;margin:0;font-size:0}main .products-grid .price-old{display:block;font-size:12px;margin:0 0 2px}main .products-grid .price-current{display:block;font-size:20px;font-weight:700;color:#e50000}main .products-grid .price-request{display:block;font-size:18px;font-weight:700;color:#111}main .products-grid .add-to-cart{position:absolute;bottom:10px;right:0;width:37.5px;height:37.5px;background:none;border:0;cursor:pointer;padding:0}main .products-grid .add-to-cart img{width:38px;height:38px;display:block;position:static}main .price-old{text-decoration:line-through;font-size:14px;color:#9b9b9b;margin-right:8px}main .price-current{font-weight:700}main .price-request{font-weight:700;color:#3b3b3b}main .filters-toolbar{display:flex;justify-content:center;margin:10px 0 30px}main .filters-toggle{display:inline-flex;align-items:center;gap:8px;color:#048921;font-weight:700;font-size:24px}main .filters-overlay{position:fixed;inset:0;background:#00000059;z-index:1000}main .filters-drawer{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1001}main .filters-drawer.is-open{display:flex}main .filters-panel{width:min(92vw,430px);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0003}main .filters-panel__head{background:#048921;color:#fff;font-weight:700;font-size:18px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}main .filters-panel__close{width:28px;height:28px;border-radius:6px;background:#fff3;color:#fff;font-size:18px;line-height:1}main .filters-panel__body{padding:16px}main .filters-group{margin-bottom:16px}main .filters-group h4{font-size:16px;font-weight:700;padding:8px 10px;background:#f6f6f6;border-radius:8px;margin-bottom:10px}main .filters-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}main .filters-row label{display:grid;gap:6px;font-size:14px;color:#5c5c5c}main .filters-row input{height:40px;border-radius:10px;border:1px solid #ddd;padding:0 10px}main .filters-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:16px}main .filters-grid label{display:flex;align-items:center;gap:8px}main .filters-actions{display:grid;gap:10px;margin-top:10px}main .filters-apply{height:46px;border-radius:12px;background:#048921;color:#fff;font-weight:700}main .filters-reset{height:46px;border-radius:12px;border:1px solid #d0d0d0;font-weight:600;background:#fff}main .pager{margin:40px auto 0;display:flex;align-items:center;justify-content:center;gap:14px}main .pager__list{display:flex;align-items:center;gap:12px}main .pager--brand .pager__list{gap:18px}main .pager--brand .pager__link,main .pager--brand .pager__arrow{border:none;background:transparent;color:#048921;font-weight:800;line-height:1}main .pager--brand .pager__arrow{min-width:56px;height:40px;padding:5px 14px;border-radius:14px;background:#048921;color:#fff;display:inline-flex;align-items:center;justify-content:center}main .pager--brand .pager__arrow.is-disabled{opacity:.35;pointer-events:none}main .pager--brand .pager__link{min-width:20px;height:20px;padding:0 2px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:22px}main .pager--brand .pager__link.is-active{background:#048921;color:#fff;width:44px;height:44px;font-size:24px}main .pager--brand .pager__ellipsis{color:#048921;font-weight:800}main .pager--brand .pager__list{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}main .pager--brand .pager__list::-webkit-scrollbar{display:none}main .pager--desktop{display:flex}main .pager--mobile{display:none}@media(max-width:640px){main .pager--desktop{display:none!important}main .pager--mobile{display:flex!important}}main .pager--mobile.pager--brand{display:none;align-items:center;justify-content:space-between;gap:10px;width:100%;max-width:420px;margin:0 auto}main .pager--mobile.pager--brand .pager__arrow{min-width:44px;height:44px;border-radius:12px;padding:0;font-size:0;display:inline-flex;align-items:center;position:relative}main .pager--mobile.pager--brand .pager__arrow:before{width:16px;height:16px;border-top:3px solid #fff;border-right:3px solid #fff;position:absolute;right:calc(50% - 11px)}main .pager--mobile.pager--brand .pager__next:before{position:absolute;left:calc(50% - 11px)}main .pager--mobile .pager__status{color:#048921;font-weight:800;font-size:16px;white-space:nowrap;min-width:64px;text-align:center;margin:0 6px}main .pager--mobile .pager__select{height:36px;width:64px;border-radius:10px;border:1px solid #e1e1e1;padding:0 8px;font-weight:700;font-size:16px;color:#048921}main .pager__arrow:before{content:"";display:block;width:30px;height:30px;border-top:5px solid #fff;border-right:5px solid #fff;transform:rotate(45deg)}main .pager__prev:before{transform:rotate(225deg)}@media(min-width:641px){main .pager__arrow{width:155px;height:69px;border-radius:16px;background:#048921;display:inline-flex;align-items:center;justify-content:center;padding:0 40px}main .pager__arrow:before{width:20px;height:20px;border-top:4px solid #fff;border-right:4px solid #fff;transform:rotate(45deg)}main .pager__prev:before{transform:rotate(225deg)}}@media(max-width:480px){main .pager--brand .pager__link{font-size:18px}main .pager--brand .pager__link.is-active{width:36px;height:36px;font-size:18px}main .pager--brand .pager__arrow{min-width:44px;height:36px;border-radius:10px}}main .product-page{padding:70px 0 110px;background:#fff}main .product-page .container{position:relative;display:flex;flex-direction:column;max-width:1272px;margin:0 auto}main{--border: #ebebea;--shadow: 0 3px 4px rgba(0, 0, 0, .25);--brand-green: #048921;--brand-green-2: #0aa03d;--muted: #9b9b9b;--text: #2c2c2c}main .item-content{display:flex;justify-content:space-between;max-width:100%;width:100%;margin-top:83px;margin-bottom:76px}main .item-gallery{display:grid;grid-template-columns:108px 1fr;gap:20.83px;padding-left:10px}main .item-gallery.single{grid-template-columns:1fr;padding-left:0}main .item-gallery.single .thumbnails{display:none}main .thumbnails{display:flex;flex-direction:column;gap:20.83px;max-height:536px;overflow:auto}main .thumbnails:first-child{border-top-left-radius:16px}main .thumbnails:last-child{border-bottom-left-radius:16px}main .thumbnail{max-width:108px;max-height:118px;height:100%;object-fit:cover;cursor:pointer;box-shadow:var(--shadow)}main .main-image{overflow:hidden;width:395px;max-width:395px}main .main-image img{width:100%;max-height:536px;height:100%;max-width:395px;object-fit:cover;border-radius:16px}main .item-details{display:flex;border-radius:16px;padding:20px;position:sticky;top:96px}main .item-details__left{display:flex;flex-direction:column}main .item-details__left .category-title{font-weight:600;font-size:24px}main .item-details__left .category-title span{color:#00000080}main .price{display:flex;align-items:center;justify-content:space-between;font-size:26px;margin-bottom:50px}main .price del{color:var(--muted);margin-right:5px}main .price span{font-size:32px;font-weight:600}main .age{display:inline-flex;align-items:center;gap:62px;margin:55px 0}main .age>span{font-weight:600;font-size:24px;color:#00000080}main .age .age-wrapper{position:relative;display:inline-flex;align-items:center;gap:6px;background:#d9d9d9;border-radius:16px;padding:6px 28px 6px 5px;width:178px}main .age input[type=number]{border:0;background:transparent;outline:0;font-weight:600;font-size:20px;max-width:20px;color:#000;text-align:right;-moz-appearance:textfield}main .age input[type=number]::-webkit-inner-spin-button,main .age input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}main .age #ageSuffix{font-weight:600;font-size:20px;color:#000}main .age .age-arrows{position:absolute;right:10px;top:12.5px;transform:translateY(-50%);display:flex;flex-direction:column;gap:2px}main .age .age-arrow{width:16px;height:12px;border:0;background:transparent;cursor:pointer;padding:0;opacity:.85;transition:opacity .12s ease,transform .06s ease}main .age .age-arrow:hover{opacity:1}main .age .age-arrow:active{transform:translateY(1px)}main .age .age-arrow.up:before,main .age .age-arrow.down:before{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}main .age .age-arrow.up:before{border-bottom:7px solid #000}main .age .age-arrow.down:before{border-top:7px solid #000}main .age .age-arrow:focus-visible{outline:2px solid #2e7d32;outline-offset:2px;border-radius:4px}main .buy-btn{display:inline-flex;justify-content:center;align-items:center;max-width:235px;width:100%;height:90px;background-color:#048921;color:#fff;font-weight:800;border-radius:50px;font-size:24px;margin-bottom:50px}main .buy-btn:hover{filter:brightness(1.1)}main .product-counter{display:inline-flex;align-items:center;gap:34px}main .product-counter .counter-btn{width:56px;height:56px;background:#d9d9d9;border:none;font-size:20px;font-weight:700;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}main .product-counter .counter-btn:hover{background:silver}main .product-counter .counter-btn:active{background:#a8a8a8}main .product-counter .counter-value{width:56px;height:56px;text-align:center;font-size:18px;font-weight:700;border:none;background:#d9d9d9;-moz-appearance:textfield}main .product-counter .counter-value:focus{outline:2px solid #999}main .product-counter .counter-value::-webkit-outer-spin-button,main .product-counter .counter-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}main .item-details__right{display:flex;flex-direction:column;gap:50px;margin-top:57px}main .item-details__mobile{display:none;flex-direction:column;gap:50px;margin-top:57px}main .item-details__right .block,main .item-details__mobile .block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}main .item-details__right .block img,main .item-details__mobile .block img{width:48px;height:48px;object-fit:contain}main .item-details__right .block span,main .item-details__mobile .block span{font-weight:700;font-size:20px;color:#048921}main .about-product{max-width:100%;width:100%;display:flex;border-top:2px solid #ebebea;border-bottom:2px solid #ebebea}main .tabs-container{max-width:100%;width:100%;display:flex}main .tabs{flex:0 0 200px;display:flex;flex-direction:column;margin:60px 88px 0 33px}main .tab{background:transparent;border:none;text-align:left;font-weight:700;cursor:pointer;font-size:32px;margin-bottom:90px}main .tab.active{color:#0a8a25}main .tab-contents{flex:1;border-left:2px solid #ebebea;padding:45px 28px 20px;font-size:24px;line-height:1.5}main .tab-content{display:none}main .tab-content.active{display:block}main .product-text p{margin-bottom:16px}main .reviews{margin-top:270px;margin-bottom:82px;border-bottom:2px solid #ebebea}main .reviews .review{display:grid;grid-template-columns:56px 1fr;gap:16px;border-top:2px solid #ebebea;padding:18px 0}main .reviews .review__avatar{width:56px;height:56px;border-radius:50%;background:#f4f4f4;color:#048921;font-weight:800;font-size:22px;display:flex;align-items:center;justify-content:center}main .reviews .review__header{display:flex;align-items:baseline;gap:14px;margin-bottom:6px}main .reviews .review__author{font-weight:700;font-size:18px}main .reviews .review__date{color:#777;font-size:14px}main .reviews .review__rating{display:flex;gap:6px;margin-bottom:8px}main .reviews .review__rating .star{width:24px;height:24px;opacity:.35}main .reviews .review__rating .star.is-full{opacity:1}main .reviews .review__text{color:#2c2c2c;line-height:1.4}main .reviews__head{display:flex;justify-content:space-between;align-items:flex-start;position:relative;max-width:1147px;height:70px;margin-left:37px;margin-right:10px}main .reviews__summary{display:flex;flex-direction:column;gap:6px}.review-modal{position:fixed;inset:0;display:none;z-index:1000}.review-modal.is-open{display:block}.review-backdrop{position:absolute;inset:0;background:#00000080}.review-panel{position:relative;z-index:1;max-width:560px;width:calc(100% - 24px);margin:22px auto;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;padding:20px 20px 24px}.review-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.review-panel__head h3{font:800 20px/1.2 Montserrat,system-ui}.review-panel__close{border:0;background:#eee;width:32px;height:32px;border-radius:8px;cursor:pointer}.rf-field{margin:8px 0 12px}.rf-label{display:block;margin:10px 0 6px;font-weight:600}.rf-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rf-user input,#reviewForm textarea{width:100%;border:1px solid #e5e7eb;border-radius:10px;min-height:44px;padding:10px 12px;font:500 14px/1.4 Montserrat}#reviewForm textarea{min-height:92px;resize:vertical}.rf-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:10px;font-weight:800;border:0;cursor:pointer}.btn--green{background:#048921;color:#fff}.btn--light{background:#eef2f1;color:#0b0b0b}.rf-error{margin-top:10px;color:#b00020;font-weight:600}.rf-success{margin-top:10px;color:#048921;font-weight:700}.rf-stars{display:flex;gap:8px}.rf-stars .star{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#f3f4f6;cursor:pointer;position:relative}.rf-stars .star:before{content:"☆";position:absolute;inset:0;display:grid;place-items:center;font-size:22px}.rf-stars .star.is-on{background:#048921;color:#fff;border-color:#048921}.rf-stars .star.is-on:before{content:"★";color:#fff}@media(max-width:540px){.review-panel{margin:14px auto;padding:16px}.rf-two{grid-template-columns:1fr}}main .stars{display:inline-flex;height:24px;gap:5px}main .star{width:24px;height:24px;opacity:.35}main .star.is-full{opacity:1}main .summary-text{font-size:18.76px}main .summary-text strong{color:#048921;font-weight:700}main .add-review{display:inline-flex;justify-content:center;align-items:center;max-width:262px;width:100%;height:54px;background-color:#048921;color:#fff;font-weight:800;border-radius:16px;font-size:24px;margin-bottom:50px;border:0;cursor:pointer}main .add-review:hover{filter:brightness(1.1)}main .head-block{position:relative;max-width:100%;width:100%;border-bottom:2px solid #ebebea}main .head-block h1{font-weight:800;font-size:48px;text-transform:uppercase;margin-top:80px;margin-bottom:55px;text-align:center}main .add-favourite{position:absolute;cursor:pointer;bottom:70px;right:130px}@media(max-width:1010px){main .item-details__right{display:none}main .item-details__mobile{display:flex}}@media(max-width:730px){main .item-content{justify-content:space-around;border-bottom:2px solid #ebebea;padding-bottom:30px;margin-bottom:25px;margin-top:50px}main .head-block{position:relative;border:none;height:30px}main .head-block h1{margin:28px 0;font-size:20px}main .add-favourite{height:20px;bottom:-20px;right:20px}main .add-favourite img{height:20px}main .item-gallery{max-height:200px;grid-template-columns:42px 1fr;gap:5px;padding-left:5px}main .item-gallery.single{grid-template-columns:1fr}main .main-image{width:146px;max-width:146px}main .main-image img{max-width:146px}main .thumbnails{gap:7.77px;width:42px}main .thumbnail{width:42px;min-height:42px}main .item-details{padding:5px}main .item-details__left .category-title{font-size:10px}main .item-details__left .price{font-size:12px;justify-content:center;margin-bottom:12px;text-align:center}main .item-details__left .price span{font-size:12px}main .item-details__left .product-counter{width:95px;gap:10px;margin:0 auto}main .item-details__left .product-counter .counter-btn,main .item-details__left .product-counter .counter-value{font-size:12px;min-width:25px;height:25px}main .buy-btn{width:74px;height:30px;font-size:7.5px;margin:0 auto 15px}main .age{margin:17px 0}main .age span,main .age .age-wrapper{font-size:10px}main .age .age-wrapper{height:38px;width:75px}main .age #ageInput{font-size:10px}main .age #ageSuffix{font-size:10px}main .age .age-arrows{top:19px;right:5px}main .item-details__mobile{margin-top:0;gap:20px}main .item-details__mobile span{font-size:12px!important}main .item-details__mobile img{width:36px!important;height:36px!important}main .about-product{border-top:none}main .tabs-container{flex-direction:column;margin-top:12px}main .tabs{display:flex;flex-direction:column;justify-content:center;margin:0;background-color:#f4f4f4;gap:25px;max-height:75px}main .tab{font-size:12px;text-align:center;margin:0}main .tab-content{font-size:12px}main .tab-contents{line-height:1;padding:20px}}@media(max-width:640px){main .reviews{margin-top:60px;margin-bottom:40px}main .reviews__head{flex-direction:column;align-items:flex-start;gap:16px;margin:0;height:auto;padding:0 12px}main .reviews__summary{gap:4px}main .summary-text{font-size:14px}main .add-review{max-width:100%;height:44px;font-size:16px;border-radius:12px;margin-bottom:12px}main .reviews .review{grid-template-columns:40px 1fr;gap:12px;padding:12px;margin:0 -12px}main .reviews .review__avatar{width:40px;height:40px;font-size:16px}main .reviews .review__author{font-size:16px}main .reviews .review__date{font-size:12px}main .reviews .review__text{font-size:14px}main .star{width:18px;height:18px}}@media(max-width:1272px){main .products-grid{grid-template-columns:repeat(3,minmax(300px,1fr))}}@media(max-width:980px){main .products-grid{grid-template-columns:repeat(2,minmax(300px,1fr))}main .product-page__content{grid-template-columns:1fr}}@media(max-width:700px){main .category-page{padding:50px 16px 80px}main .category-page h1{font-size:24px}main .category-page .cat-row{gap:6px;margin:6px 0}main .category-page .cat-card{border-radius:6px}main .category-page .cat-card__title{font-size:10px;padding:2px 4px;line-height:1.1}main .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}main .products-grid .product-card{width:100%;max-width:100%;border-radius:0;background:transparent;margin:0}main .products-grid .product-image{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:0;box-shadow:none}main .products-grid .product-image img{border-radius:0;width:100%;height:100%}main .products-grid .product-info{padding:8px 0}main .products-grid .product-name{font-size:13px}main .products-grid .product-price{font-size:14px}main .products-grid .add-to-cart img{width:28px;height:28px}main .product-page__content{padding:22px}}.checkout h1{font-size:48px;font-weight:800;margin:71px auto 100px}.checkout{display:flex;flex-direction:column;max-width:1272px;width:100%;margin:0 auto 80px}.checkout-grid{display:grid;grid-template-columns:minmax(626px,1fr) 626px;gap:24px;align-items:start}.checkout-cart{background:#f4f4f4;border-radius:16px;padding:20px 13px;max-width:624px;width:100%;overflow:hidden}.checkout-cart>h2{font-size:32px;font-weight:800;text-align:center;margin:8px 0 16px;position:relative}.checkout-cart>h2:after{content:"";display:block;height:1px;background:#e5e7eb;margin-top:16px}.cart-list{list-style:none;margin:0;padding:0}.cart-item{position:relative;display:grid;grid-template-columns:86px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-top:1px solid #e5e7eb}.cart-item:first-child{border-top:0}.cart-item-media img{width:86px;height:86px;object-fit:cover;border-radius:10px}.cart-item-info{display:flex;flex-direction:column;gap:12px}.cart-item-title{font-weight:600;color:#1f2937;line-height:1.3;font-size:16px}.cart-item-title .cart-item-variant{color:#6b7280;font-weight:500}.cart-item-controls{display:inline-flex;align-items:center;gap:10px}.cart-item-controls button[name=decrease],.cart-item-controls button[name=increase]{width:42px;height:38px;border-radius:999px;border:1.5px solid #048921;background:#e7f6eb;font-size:22px;line-height:1;font-weight:800;cursor:pointer;transition:transform .08s ease,background .15s ease}.cart-item-controls button[name=decrease]:hover,.cart-item-controls button[name=increase]:hover{background:#d9f0df}.cart-item-controls button[name=decrease]:active,.cart-item-controls button[name=increase]:active{transform:scale(.95)}.cart-item-controls input[type=number]{width:62px;height:38px;border:2px solid #048921;border-radius:12px;text-align:center;font-weight:800;font-size:16px;-moz-appearance:textfield}.cart-item-controls input[type=number]::-webkit-outer-spin-button,.cart-item-controls input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item .link-danger{position:absolute;top:10px;right:0;background:transparent;border:0;color:#ef4444;font-size:20px;line-height:1;cursor:pointer;padding:4px 6px}.cart-item .link-danger:hover{color:#dc2626}.cart-item-price{text-align:right;min-width:160px;font-weight:800;font-size:18px;color:#111827}.cart-item-price small{display:block;margin-top:4px;font-weight:600;font-size:12px;color:#6b7280}.cart-summary{margin-top:6px;padding-top:12px;display:flex;justify-content:space-between;align-items:center}.cart-summary .cart-summary-row{width:100%;display:flex;justify-content:space-between;font-size:18px}.cart-summary .cart-summary-row strong{font-weight:800}@media(max-width:720px){.cart-item{grid-template-columns:72px 1fr}.cart-item-price{grid-column:2/-1;text-align:left;margin-top:6px}.cart-item .link-danger{right:8px;top:6px}}.checkout-cart>h2:after{background:none}.ci{padding:27px 0 20px}.cart-summary-row{font-size:24px!important}.checkout-forms{position:sticky;top:96px;background:#f4f4f4;border-radius:16px;padding:77px 58px 80px;display:flex;flex-direction:column;width:100%}.checkout label{font-size:24px;font-weight:600;margin-left:25px;margin-bottom:10px;margin-top:17px}.one-click form{display:grid}.one-click form button{display:inline-flex;justify-content:center;align-items:center;width:100%;height:85px;background-color:#048921;color:#fff;font-weight:700;border-radius:8px;font-size:32px;margin:30px auto 41px}.one-click form button:hover{filter:brightness(1.1)}.one-click input[type=tel]{height:85px}.full-checkout form{display:grid;background:none}.fieldset{border:0;margin:0;padding:0;display:grid}.fieldset legend{font-weight:700;text-align:center;margin:6px 0}.checkout-forms input[type=text],.checkout-forms input[type=tel],.checkout-forms input[type=email],.checkout-forms input[type=password],.checkout-forms select,.checkout-forms textarea{width:100%;height:85px;padding-left:30px;border:0;font-size:24px;font-weight:600;border-radius:8px;background:#d9d9d9;outline:none}.checkout-forms input[type=text]::placeholder,.checkout-forms input[type=tel]::placeholder,.checkout-forms input[type=email]::placeholder,.checkout-forms input[type=password]::placeholder,.checkout-forms select::placeholder,.checkout-forms textarea::placeholder{color:#000!important;font-size:24px;font-weight:600}@media(max-width:650px){.checkout-forms input[type=text],.checkout-forms input[type=tel],.checkout-forms input[type=email],.checkout-forms input[type=password]{text-indent:0;padding-left:10px!important}.checkout-forms input[type=text]:placeholder-shown,.checkout-forms input[type=tel]:placeholder-shown,.checkout-forms input[type=email]:placeholder-shown,.checkout-forms input[type=password]:placeholder-shown,.checkout-forms textarea:placeholder-shown{text-indent:7px}.checkout-forms input::placeholder,.checkout-forms textarea::placeholder{padding-left:0!important;font-size:12px!important}}@supports (-webkit-touch-callout: none){@media(max-width:650px){.checkout-forms input:placeholder-shown,.checkout-forms textarea:placeholder-shown{text-indent:7px}}}.checkout-forms textarea{min-height:84px;resize:vertical;padding:5px 30px 0}.checkout-forms textarea::placeholder{text-align:center}.or-sep{display:flex;align-items:center;gap:12px;margin:12px 0 8px;font-weight:700;text-align:center;font-size:32px}.or-sep:before,.or-sep:after{content:"";flex:1 1 auto;height:2px;background:#d9d9d9;opacity:.9}#submitOrderBtn{width:100%;height:48px}@media(max-width:980px){.checkout-grid{grid-template-columns:1fr}.checkout-forms{position:static;width:100%}}.auth-switch{display:flex;justify-content:space-between;margin:6px 0 14px}.auth-link{text-decoration:underline;font-weight:700;font-size:24px;color:#111}.auth-link.is-active{color:#048921}.recipient{display:grid}.form-row{display:block}.form-row--two{display:grid;grid-template-columns:1fr 1fr}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.recipient,.form-row--two{gap:17px}.fieldset{display:flex;flex-direction:column;margin-top:51px;border-top:2px solid #ebebea;gap:24px}.fieldset label{margin:55px auto;font-size:32px;font-weight:700}.fieldset #paymentLegend{margin-bottom:24px}.comment{margin:55px auto;text-align:center;font-size:32px;font-weight:700}.btn-primari{display:inline-flex;justify-content:center;align-items:center;width:100%;height:85px!important;background-color:#048921;color:#fff;font-weight:700;border-radius:8px;font-size:32px;margin:30px auto}.btn-primari:hover{filter:brightness(1.1)}.btn-primary{height:50px;width:289px;background:#048921;color:#fff;font-weight:700;font-size:20px}.btn-primary:hover{filter:brightness(1.1)}.select{position:relative;display:block;width:100%}.select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:85px;padding:0 56px 0 30px;border:0;border-radius:12px;background:#d9d9d9;font-size:20px;font-weight:700;outline:none;cursor:pointer}.select:after{content:"";position:absolute;right:22px;top:50%;width:36px;height:15px;transform:translateY(-50%);background:url(/icon/select-caret.svg) no-repeat center/contain;pointer-events:none}.checkout-forms select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#d9d9d9 url(/icon/select-caret.svg) no-repeat right 22px center/36px 15px;padding-right:56px}.select:focus-within:after{transform:translateY(-50%) rotate(180deg)}.ui-select{border-radius:12px;overflow:hidden;-webkit-user-select:none;user-select:none}.ui-select__btn{width:100%;background:#d9d9d9;font-weight:600;font-size:24px;border:0;outline:none;display:flex;align-items:center;justify-content:flex-start;position:relative;padding:0 60px 0 24px;cursor:pointer;border-radius:12px;margin:0!important}.ui-select__caret{width:36px;height:15px;background:no-repeat center/contain url(/icon/select-caret.svg);transition:transform .15s ease,filter .15s ease;filter:invert(1);position:absolute;right:22px}.ui-select.is-open .ui-select__btn{background:#048921;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-select.is-open .ui-select__caret{transform:rotate(180deg);filter:invert(1)}.ui-select__list{display:none;background:#fff;border:1px solid #ebebea;border-top:0}.ui-select.is-open .ui-select__list{display:block}.ui-select__opt{display:flex;align-items:center;gap:12px;height:56px;padding:0 18px;font-weight:600;color:#000;cursor:pointer;border-top:1px solid #ebebea;font-size:20px}.ui-select__opt:first-child{border-top:0}.ui-select__mark{width:25px;height:25px;border-radius:8px;border:2px solid #cfcfcf;background:#fff;display:inline-block;position:relative}.ui-select__opt[aria-selected=true] .ui-select__mark{border-color:#048921;background:#e7f6eb}.ui-select__opt[aria-selected=true] .ui-select__mark:after{content:"";position:absolute;inset:3px;background:#048921;border-radius:8px}.ui-select__opt:focus{outline:2px solid #048921;outline-offset:-2px}#paymentSelect{margin-top:24px}.checkout textarea{padding-top:5px}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:40px}.password-wrapper .toggle-password{position:absolute;right:22px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:40px}.input-error{border:1px solid red!important}@media(max-width:1300px){.checkout{align-items:center}.checkout-grid{display:flex;flex-direction:column;align-items:center;max-width:624px}}@media(max-width:650px){.checkout-grid{max-width:354px}.ci__img{width:71px;height:71px}.ci__img-link{width:71px}}@media(max-width:650px){.checkout h1{font-size:16px!important;margin:30px 0}.checkout h2{font-size:14px!important;margin:10px 0!important}.checkout-forms{padding:22px 30px}.checkout-forms .auth-link{font-size:14px}.checkout-forms form{max-width:324px}.checkout-forms label{font-size:14px;margin:10px 0 10px 12px}.checkout-forms input{height:48px!important;font-size:12px!important;max-width:100%}.checkout-forms input::placeholder{font-size:12px!important;padding-left:17px}.checkout-forms textarea{height:48px!important;font-size:12px!important}.checkout-forms textarea::placeholder{font-size:12px!important}.checkout-forms .fieldset input{font-size:14px!important}.checkout-forms .fieldset input::placeholder{font-size:14px!important}.checkout-forms .recipient{gap:10px}.checkout-forms #contactLegendOc{margin-bottom:0}.checkout-forms .jam,.checkout-forms .toggle-password{height:25px;width:25px}.checkout-forms #deliveryLegend,.checkout-forms .comment{font-size:18px;text-align:center;margin-top:31px}.checkout-forms button{height:48px!important;font-size:18px!important}.checkout-forms .ui-select__label,.checkout-forms .ui-select__opt{font-size:14px}.checkout-forms .ui-select__mark{width:20px;height:20px}.checkout-forms .or-sep{font-size:18px}.checkout-forms .ui-select__caret{width:22.5px;height:11.3px}.cart-summary-row{font-size:18px!important}}@media(max-width:730px){.checkout h1{font-size:30px}}.account-notice{background:#e6f7ea;border:1px solid #8cd49a;color:#046b2f;padding:10px 14px;margin-bottom:16px;border-radius:6px;font-size:14px;font-weight:500}.account-notice.is-hidden{display:none}.is-hidden{display:none!important}.checkout-status{margin-top:16px;font-weight:600;text-align:center}.checkout-status.is-error{color:#c62828}.checkout-status.is-success{color:#0a7a2c}.readonly{background:#f6f6f6;pointer-events:none;-webkit-user-select:none;user-select:none}.bonus.card{background:#f9fff9;border:1px solid #bde5c2;border-radius:14px;padding:16px 18px;box-shadow:0 2px 10px #0000000a;font-family:Montserrat,system-ui,sans-serif}.bonus__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.bonus__title{display:flex;align-items:center;gap:8px;color:#046b2f}.bonus__icon{font-size:22px}.bonus__stats{display:flex;align-items:center;gap:8px;color:#046b2f;font-weight:600}.bonus__stats .sep{opacity:.5}.bonus__body{display:flex;flex-direction:column;gap:10px}.bonus__toggle{display:flex;align-items:center;gap:8px;font-weight:600}.bonus__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.num{position:relative;display:inline-flex;align-items:center;gap:6px;background:#fff;border:2px solid #048921;border-radius:10px;padding:4px}.num input{width:84px;height:40px;text-align:center;border:0;outline:none;font-weight:700;font-size:18px;background:transparent}.num__suffix{margin-right:4px;color:#444;font-weight:700}.num__btn{width:36px;height:36px;border-radius:8px;border:0;background:#e7f6eb;font-weight:800;cursor:pointer;transition:transform .08s ease,background .15s}.num__btn:hover{background:#d9f0df}.num__btn:active{transform:scale(.96)}.btn-max{height:40px;padding:0 14px;border-radius:10px;border:1.5px solid #048921;background:#dff7e5;color:#046b2f;font-weight:700;cursor:pointer}.btn-max:hover{filter:brightness(.98)}.bonus__progress{height:8px;background:#eaf6ed;border-radius:999px;overflow:hidden}.bonus__progress-bar{height:100%;width:0%;background:#06a737;transition:width .2s ease}.bonus__note{color:#6b7280;font-size:14px;line-height:1.45}#bonusBlock [disabled]{opacity:.6;cursor:not-allowed}@media(max-width:650px){.bonus__head{flex-direction:column;align-items:stretch;gap:6px}.bonus__stats{flex-wrap:wrap}}.bonus--as-input{height:85px;background:#d9d9d9;border:0;border-radius:8px;padding:0 16px 0 30px;display:flex;align-items:center;font-weight:600;font-size:24px;color:#111}.bonus--as-input .bonus__head,.bonus--as-input .bonus__progress,.bonus--as-input .bonus__note{display:none!important}.bonus--as-input .bonus__body{display:flex;align-items:center;gap:14px;width:100%}.bonus--as-input .bonus__toggle{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:600;color:#111;margin:0 auto 0 0;line-height:1.2;padding:0}.bonus--as-input .bonus__toggle input{margin:0}.bonus--as-input .bonus__controls{display:flex;align-items:center;gap:10px}.bonus--as-input .num{background:transparent;border:0;padding:0;display:flex;align-items:center;gap:8px}.bonus--as-input .num input{width:90px;height:85px;border:0;outline:none;background:transparent;text-align:center;font-size:24px;font-weight:600;color:#111}.bonus--as-input .num__suffix{font-size:20px;font-weight:700;color:#111}.bonus--as-input .num__btn{width:40px;height:40px;border:0;border-radius:999px;background:#f2f2f2;font-weight:800;cursor:pointer}.bonus--as-input .btn-max{height:48px;padding:0 16px;border:0;border-radius:10px;background:#cfe7d4;color:#046b2f;font-weight:800;font-size:18px}@media(max-width:650px){.bonus--as-input{height:48px;padding:0 12px;font-size:14px}.bonus--as-input .bonus__toggle{font-size:14px}.bonus--as-input .num input{height:48px;font-size:14px;width:64px}.bonus--as-input .num__btn{width:28px;height:28px}.bonus--as-input .btn-max{height:36px;font-size:14px}}
