@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}.smart-image{position:relative;display:inline-flex;justify-content:flex-end;width:100%;height:100%;overflow:hidden}.smart-image picture,.smart-image img{display:block;width:100%;height:100%}.smart-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f1f3f5,#e6e9ec,#f1f3f5 70%);background-size:200% 100%;animation:smart-image-shimmer 1.2s linear infinite}.smart-image.is-loaded:before{opacity:0;visibility:hidden;animation:none;pointer-events:none}@keyframes smart-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.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,header .header-main .header-actions .profile-link{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,header .header-main .header-actions .profile-link span{position:absolute;bottom:0}header .header-main .header-actions .profile-link.is-disabled{opacity:.55;pointer-events:none;cursor:default}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:16px;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:16px}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-primary{height:50px;width:289px;background:#048921;color:#fff;font-weight:700;font-size:20px}.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 .catalog-page,main .category-page{background:#f7f7f7;padding:70px 20px 110px}main .catalog-page .cat-wrap,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 .catalog-page .cat-row,main .category-page .cat-row{max-width:100%;width:100%;display:grid;gap:20px;margin:12px 0}main .catalog-page .cat-row.cols-4,main .category-page .cat-row.cols-4{grid-template-columns:repeat(4,1fr)}main .catalog-page .cat-row.cols-3,main .category-page .cat-row.cols-3{grid-template-columns:repeat(3,1fr)}main .catalog-page .cat-row.cols-2,main .category-page .cat-row.cols-2{grid-template-columns:repeat(2,1fr)}main .catalog-page .cat-row.cols-1,main .category-page .cat-row.cols-1{grid-template-columns:repeat(1,1fr)}main .catalog-page .cat-card,main .category-page .cat-card{position:relative;display:block;border-radius:12px;overflow:hidden;background:#eee;aspect-ratio:4 / 3}main .catalog-page .cat-wrap.pat-1-then-4 .cat-row.cols-1 .cat-card,main .category-page .cat-wrap.pat-1-then-4 .cat-row.cols-1 .cat-card{aspect-ratio:2 / 1}main .catalog-page .cat-card img,main .category-page .cat-card img{width:100%;height:100%;object-fit:cover;display:block}main .products-grid{position:relative;max-width:100%;width:100%;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px;justify-items:center}main .products-grid .product-image{position:relative;aspect-ratio:1 / 1;width:100%;height:auto;display:block;overflow:hidden}main .products-grid .product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(max-width:900px){main .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){main .catalog-page,main .category-page{padding:50px 16px 80px}main .catalog-page .cat-row,main .category-page .cat-row{gap:6px;margin:6px 0}main .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
