.product-card{background:#1e1e1e;border:1px solid #f6f1ea14;border-radius:16px;flex-direction:column;transition:all .25s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:#f6f1ea29;transform:translateY(-2px);box-shadow:0 4px 16px #00000080}.product-card_wrapper{flex-direction:column;gap:.5rem;display:flex}.product-card_wrapper:last-child{flex:none;margin-top:auto}.product-card__image-wrap{background:#252525;height:300px;display:block;position:relative;overflow:hidden}.product-card__image-wrap .badge{z-index:1;position:absolute;top:.75rem;left:.75rem}.product-card__image{object-fit:contain;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__body{flex-direction:column;flex:1;justify-content:space-between;gap:20px;padding:1rem;display:flex}.product-card__audience{color:#e86a24;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700;line-height:1.4}.product-card__category{color:#e86a24;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.product-card__name{color:#f6f1ea;font-size:1rem;font-weight:600;line-height:1.3}.product-card__name a{color:inherit}.product-card__name a:hover{color:#e86a24}.product-card__description{color:#c7c7c7;margin:0;font-size:.875rem;line-height:1.55}.product-card__features{gap:.5rem;margin:.25rem 0 0;padding:0;list-style:none;display:grid}.product-card__features li{color:#c7c7c7;padding-left:1rem;font-size:.875rem;line-height:1.45;position:relative}.product-card__features li:before{content:"";background:#e86a24;border-radius:9999px;width:5px;height:5px;position:absolute;top:.6em;left:0}.product-card__price-row{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.product-card__price{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.product-card__price-current{color:#e86a24;font-size:1.125rem;font-weight:700}.product-card__price-old{color:#8b8b8b;font-size:.875rem;text-decoration:line-through}.product-card__btn{width:100%;margin-top:.75rem}.product-card--contextual .product-card__image-wrap{height:300px}.product-card--contextual .product-card__name{font-size:1.25rem}.product-card--contextual .product-card__price{margin-top:.5rem}.badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;z-index:1;border-radius:6px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:12px;right:12px}.badge--bestseller{color:#e86a24;background:#e86a2426}.badge--new{color:#60a5fa;background:#3b82f626}.badge--sale{color:#f87171;background:#ef444426}.badge--default{color:#c7c7c7;background:#252525}.badge--sm{padding:2px .5rem;font-size:10px}.payment-badges{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.payment-badge{border-radius:6px;justify-content:center;align-items:center;padding:3px .5rem;font-size:10px;font-weight:700;display:inline-flex}.payment-badge--mir{color:#fff;background:#0f5ca9}.payment-badge--sber{color:#fff;background:#21a038}.payment-badge--tpay{color:#333;background:#ffdd2d}.payment-badge--visa{color:#fff;background:#1a1f71;font-style:italic}.payment-badge--mc{color:#fff;background:#252525}.faq-list{gap:.75rem;display:grid}.faq-item{color:#1b1b1b;background:#fff9f1;border:1px solid #1b1b1b1f;border-radius:10px;padding:1.25rem}.faq-item__question{cursor:pointer;font-weight:600;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__answer{color:#555;margin-top:1rem}.page--catalog .main{padding-top:calc(64px + 1.5rem)}.catalog-page{color:#f6f1ea;background:#151515;overflow:hidden}.catalog-section{padding:clamp(5rem,9vw,7.5rem) 0}.catalog-section--warm{color:#1b1b1b;background:#f6f1ea}.catalog-section__intro{max-width:760px}.catalog-section__label{color:#e86a24;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.catalog-section h1,.catalog-section h2{color:inherit;overflow-wrap:anywhere;margin:0;line-height:1.12}.catalog-section h1{font-size:clamp(1.875rem,5vw,3rem)}.catalog-section h2{font-size:clamp(1.5rem,4vw,2.25rem)}.catalog-products,.catalog-faq{gap:2rem;display:grid}.catalog-products__head{justify-content:space-between;align-items:end;gap:1.5rem;display:flex}.catalog-filter{background:#1e1e1e;border:1px solid #f6f1ea14;border-radius:10px;gap:.25rem;padding:.25rem;display:flex}.catalog-filter__btn{color:#c7c7c7;cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.catalog-filter__btn:hover,.catalog-filter__btn.is-active{color:#151515;background:#e86a24}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.catalog-product-item{display:contents}.catalog__empty{color:#c7c7c7;text-align:center;grid-column:1/-1;padding:4rem}.catalog-faq .faq-list{max-width:920px}@media (width<=1024px){.catalog-products__head{align-items:start;display:grid}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){main{padding-top:calc(64px + 1rem)}.catalog-section{padding:clamp(3rem,10vw,4rem) 0}.catalog-filter{width:100%;overflow-x:auto}}@media (width<=640px){.product-grid{grid-template-columns:1fr}}
