@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#183029;background:#f7f7f2;font-family:Manrope,Segoe UI,system-ui,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 10% 0%,rgba(214,235,219,.7),transparent 28rem),#f7f7f2}a{transition:color .2s ease}.site-layout{min-height:100vh;background:transparent}.site-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;gap:26px;height:72px;padding:0 max(28px,calc((100vw - 1280px)/2));background:#0f2d25f0;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-logo.ant-typography{margin:0;color:#fff;font-size:22px;font-weight:800;letter-spacing:-.04em;cursor:pointer}.site-menu{flex:1;min-width:0;background:transparent}.site-menu.ant-menu-dark.ant-menu-horizontal>.ant-menu-item-selected{background:#ffffff1a}.site-content{width:100%;max-width:1280px;margin:0 auto;padding:52px 28px 80px}.site-footer{color:#61716c;text-align:center;background:transparent}.eyebrow{display:block;margin-bottom:10px;color:#3f7d60;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.catalog-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.catalog-hero .ant-typography{margin:0}.catalog-hero h1.ant-typography{color:#17352b;font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.02;letter-spacing:-.055em}.catalog-hero p.ant-typography{margin-top:14px;color:#66756f;font-size:16px}.catalog-count{flex:none;padding:9px 14px;color:#466057;font-size:13px;font-weight:700;background:#ffffffb8;border:1px solid rgba(25,68,54,.1);border-radius:999px}.catalog-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:28px;padding:16px;background:#ffffffb8;border:1px solid rgba(25,68,54,.1);border-radius:18px}.catalog-toolbar__search{width:min(100%,280px)}.catalog-toolbar__category{width:210px}.catalog-toolbar__sorting{width:220px;margin-left:auto}.catalog-toolbar__prices{display:flex;align-items:center;gap:8px}.catalog-toolbar__prices .ant-input-number{width:108px}.catalog-pagination{display:flex;justify-content:center;margin-top:36px}.catalog-search-suggestion{margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-skeleton{width:100%!important;height:420px!important;border-radius:22px!important}.product-card{position:relative;overflow:hidden;background:#ffffffe0;border:1px solid rgba(24,72,56,.08);border-radius:22px;box-shadow:0 8px 28px #19352b0d;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #19352b21}.product-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;background:#e9eee8}.product-card__image .ant-image,.product-card__image img{width:100%;height:100%}.product-card__image img{object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__image img{transform:scale(1.14)}.product-card__placeholder{display:grid;height:100%;color:#8ca098;font-size:42px;place-items:center}.product-card__open{position:absolute;right:14px;bottom:14px;display:grid;width:38px;height:38px;color:#17352b;background:#ffffffe6;border-radius:50%;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;place-items:center}.product-card__in-cart{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:6px;padding:7px 11px;color:#fff;font-size:12px;font-weight:800;background:#176b4deb;border-radius:999px;box-shadow:0 6px 18px #0e412f38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card:hover .product-card__open{opacity:1;transform:translateY(0)}.product-card__body{display:flex;flex-direction:column;min-height:178px;padding:18px 18px 16px}.product-card__article-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;min-height:24px}.product-card__article-row .product-card__article{margin-bottom:0;min-width:0}.product-card__article-row .ant-btn{flex-shrink:0;margin:-4px -8px -4px 0;color:#5f7a70}.product-card__article{margin-bottom:6px;color:#829089;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-card__title{display:-webkit-box;overflow:hidden;min-height:47px;color:#1b312a;font-size:16px;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}.product-card__price{color:#17352b;font-size:20px;font-weight:800;letter-spacing:-.03em;white-space:nowrap}.product-card__pricing{display:flex;align-items:center;flex-direction:row;gap:5px}.product-card__variants-badge{position:relative;display:block;flex:none;width:84px;max-width:0;height:34px;padding:0;overflow:hidden;color:#fff;font-size:12px;font-weight:700;line-height:1.05;letter-spacing:.02em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;opacity:0;transform:translate(12px);filter:drop-shadow(0 3px 8px rgba(224,107,26,.22));pointer-events:none;transition:opacity .28s ease,transform .28s ease,max-width .28s ease}.product-card:hover .product-card__variants-badge,.product-card:focus-within .product-card__variants-badge{max-width:84px;opacity:1;transform:translate(0);pointer-events:auto}@media(prefers-reduced-motion:reduce){.product-card__variants-badge{transform:none;transition:opacity .15s ease,max-width .15s ease}.product-card:hover .product-card__variants-badge,.product-card:focus-within .product-card__variants-badge{transform:none}}.product-card__variants-badge svg{position:absolute;top:0;left:0;width:84px;height:34px}.product-card__variants-text{position:relative;z-index:1;display:flex;align-items:center;flex-direction:column;justify-content:center;height:100%;padding-left:8px;text-shadow:0 1px 0 rgba(122,45,8,.18)}.product-card__footer .ant-btn{box-shadow:none}.product-card--in-cart .product-card__footer .ant-btn{color:#176b4d;background:#e6f2eb;border-color:transparent}.product-card--gift{cursor:pointer}.product-card--gift .ant-image,.product-card--gift img{pointer-events:none}.product-card--gift:focus-visible{outline:2px solid #176b4d;outline-offset:3px}.product-card--picked{border-color:#176b4d73;box-shadow:0 10px 28px #176b4d29}.product-card__picked-mark{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;color:#fff;font-size:72px;background:#176b4d6b;place-items:center;pointer-events:none}.product-card--disabled{cursor:default;opacity:.42;filter:grayscale(.85);box-shadow:none}.product-card--disabled:hover{transform:none;box-shadow:none}.gift-picker-modal .ant-modal-body{max-height:min(72vh,820px);overflow:auto}.gift-picker-modal__hint{margin-bottom:18px}.gift-picker-modal__loading{display:flex;justify-content:center;padding:48px 0}.gift-picker-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cart-table{--cart-line: #5d726b}.cart-table .ant-table-container{border:2px solid var(--cart-line)!important;border-radius:12px;overflow:hidden}.cart-table__gifts-heading>td{padding:16px 16px 10px!important;border-top:2px solid var(--cart-line)!important;background:#f3f7f4!important}.ant-table-tbody>tr.cart-table__gifts-heading:hover>td{background:#f3f7f4!important}.cart-gifts-heading{color:#176b4d;font-size:15px;font-weight:800;letter-spacing:-.02em}.cart-table__row--gift>td{background:#fbfdfb}.cart-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:24px}.cart-summary__totals{display:flex;flex-direction:column;gap:8px}.cart-summary__total{display:flex;align-items:baseline;gap:10px}.cart-promo{display:flex;flex-direction:column;gap:10px;margin-bottom:6px}.cart-promo__result{max-width:420px}.cart-item__name-link{color:inherit;font-weight:700;text-decoration:none}.cart-item__name-link:hover{color:#176b4d;text-decoration:underline}.cart-summary__gifts{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#315c4b}.cart-summary__checkout{display:flex;flex-direction:column;align-items:flex-end;gap:12px;max-width:380px}.cart-summary__consent{text-align:left;line-height:1.45;color:#315c4b}.checkout-page__intro{margin-bottom:20px}.checkout-page__intro-body p{margin:0 0 10px}.checkout-page__intro-body a{color:#176b4d;font-weight:600}.checkout-page__actions{margin-top:24px;display:flex;gap:8px}.checkout-pvz__layout{display:flex;flex-direction:column;gap:16px}.checkout-pvz__search,.checkout-pvz__results{min-width:0}.checkout-pvz__results-scroll{max-height:min(60vh,520px);overflow-y:auto}.checkout-pvz__more{margin-top:8px;padding-left:0}.checkout-pvz__quote{margin-top:16px}.checkout-pvz__item--selected{background:#f6fffa}@media(min-width:900px){.checkout-pvz__layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr);gap:24px;align-items:start}.checkout-pvz__results-scroll{max-height:min(70vh,640px)}}.product-breadcrumb{margin-bottom:28px}.product-detail{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:start;gap:54px}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-gallery__main,.product-gallery__item{overflow:hidden;aspect-ratio:1 / 1;background:#e9eee8;border-radius:20px}.product-gallery__main{grid-column:1 / -1}.product-gallery .ant-image,.product-gallery img{width:100%;height:100%}.product-gallery img{object-fit:cover}.product-gallery__empty{display:grid;grid-column:1 / -1;aspect-ratio:1 / .75;color:#91a29b;font-size:64px;background:#e9eee8;border-radius:20px;place-items:center}.product-info{position:sticky;top:104px;padding:12px 0}.product-info h1.ant-typography{margin:0 0 18px;color:#17352b;font-size:clamp(30px,3.2vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.05em}.product-info__meta{display:flex;flex-wrap:wrap;gap:7px}.product-info__meta .ant-tag{margin:0;padding:5px 10px;color:#5d6d67;background:#e9eee8;border-radius:8px}.product-info__price{margin:30px 0 18px;color:#17352b;font-size:34px;font-weight:800;letter-spacing:-.04em}.product-info__button{height:54px;font-size:16px;font-weight:700;box-shadow:0 10px 24px #176b4d38}.product-info__referral{margin-top:14px;text-align:center}.product-description.ant-typography{color:#52625d;font-size:15px;line-height:1.75;white-space:pre-line}.variant-modal__hint{margin:4px 0 18px!important}.variant-list{display:grid;gap:10px}.variant-option{display:flex;align-items:center;gap:13px;width:100%;padding:15px;color:#1b312a;text-align:left;background:#f7f8f5;border:1px solid #e3e9e5;border-radius:14px;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.variant-option:hover{border-color:#9fc8b3}.variant-option--selected{background:#edf7f1;border-color:#176b4d;box-shadow:0 0 0 2px #176b4d14}.variant-option__content{display:flex;flex:1;flex-direction:column;min-width:0}.variant-option__title{font-size:14px;font-weight:750}.variant-option__meta{margin-top:4px;color:#73827c;font-size:12px}.variant-option__aside{display:flex;align-items:flex-end;flex:none;flex-direction:column;gap:4px}.variant-option__aside strong{font-size:16px}.variant-option__aside small{color:#176b4d;font-size:11px}.cart-item__description{min-width:300px}.cart-item__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-item__comment-button{flex:none;color:#39725c;opacity:0;pointer-events:none;transition:opacity .16s ease}.cart-table__row:hover .cart-item__comment-button,.cart-table__row:focus-within .cart-item__comment-button{opacity:1;pointer-events:auto}.cart-item__comment-input{max-width:440px;margin-top:8px}.cart-item__comment{width:fit-content;max-width:440px;margin-top:8px;padding:6px 10px;color:#315c4b;font-size:13px;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere;background:#edf6f1;border:1px solid #cee4d8;border-radius:8px}@media(hover:none){.cart-item__comment-button{opacity:1;pointer-events:auto}}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gift-picker-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{gap:32px}}@media(max-width:760px){.site-header{gap:12px;height:64px;padding:0 16px}.site-logo.ant-typography{font-size:18px}.site-menu .ant-menu-item{padding-inline:9px}.site-content{padding:34px 16px 60px}.catalog-hero{align-items:flex-start;flex-direction:column;margin-bottom:26px}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-toolbar__search,.catalog-toolbar__category,.catalog-toolbar__sorting{width:100%;margin-left:0}.catalog-toolbar__prices{flex-wrap:wrap}.catalog-toolbar__prices .ant-input-number{flex:1;min-width:100px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{border-radius:16px}.product-card__body{min-height:160px;padding:14px}.cart-summary{align-items:stretch;flex-direction:column}.cart-summary__checkout{align-items:stretch;max-width:none}.product-card__title{font-size:14px}.product-card__price{font-size:17px}.product-detail{grid-template-columns:1fr}.product-info{position:static}.variant-option{align-items:flex-start}}@media(max-width:480px){.site-menu .ant-menu-title-content{display:none}.catalog-hero h1.ant-typography{font-size:38px}.product-grid{grid-template-columns:1fr}.product-card__body{min-height:150px}}.ozon-pvz__frame{position:relative;height:460px;border:1px solid #d7e3dc;border-radius:12px;overflow:hidden;background:#eef3f0}.ozon-pvz__map{width:100%;height:100%}.ozon-pvz__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f7f7f259;pointer-events:none}.ozon-pvz__card{margin-top:16px;padding:16px;border:1px solid #d7e3dc;border-radius:12px;background:#fff}.leaflet-div-icon.ozon-pvz-cluster,.leaflet-div-icon.ozon-pvz-pin{background:transparent;border:none}.ozon-pvz-cluster{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;background:#176b4d;border:2px solid #fff;border-radius:50%}.ozon-pvz-cluster span{font-size:12px;line-height:1}.ozon-pvz-pin{display:flex;align-items:center;justify-content:center}.ozon-pvz-pin span{width:14px;height:14px;background:#176b4d;border:2px solid #fff;border-radius:50%}.ozon-pvz-pin.is-active span{width:18px;height:18px;background:#c45c26}@media(max-width:480px){.ozon-pvz__frame{height:360px}}
