.product-card{isolation:isolate;background:#fff;border:1px solid #1118271a;border-radius:0;flex-direction:column;height:100%;padding:16px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0f172a1f}@media (min-width:640px){.product-card{padding:20px}}@media (min-width:1024px){.product-card{padding:28px}}.product-card:hover{transform:translateY(-6px);box-shadow:0 35px 70px #0f172a2e}.product-card__body{flex-direction:column;flex:1;gap:20px;height:100%;display:flex}.product-card__badge{color:#111827;letter-spacing:.15em;text-transform:uppercase;background:#0f172a14;border-radius:999px;align-self:flex-start;padding:6px 16px;font-size:.7rem}.product-card__image{height:280px;margin-top:0;position:relative;overflow:hidden}@media (min-width:640px){.product-card__image{height:380px}}@media (min-width:1024px){.product-card__image{height:500px}}.product-card__image-el{object-fit:contain;width:100%;height:100%;padding:16px;transition:transform .3s;transform:scale(1)}.product-card:hover .product-card__image-el{transform:translateY(-4px)scale(1.04)}.product-card__promo-ribbon{color:#f8fafc;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;background:linear-gradient(120deg,#0f172a,#1e293b);padding:6px 28px;font-size:.8rem;font-weight:700;position:absolute;top:10px;left:-30px;transform:rotate(-45deg);box-shadow:0 10px 20px #0f172a40}.product-card__content{color:#111827;flex-direction:column;flex:1;justify-content:space-between;gap:16px;display:flex}.product-card__actions{flex-direction:column;gap:8px;margin-top:auto;display:flex}.product-card__cta{text-align:center;width:100%}.product-card__status{letter-spacing:.25em;text-transform:uppercase;color:#047857;font-size:.78rem}.product-card__description{color:#475569;margin-top:4px;font-size:.92rem;line-height:1.5}.product-card__highlights{margin-top:8px}.product-card__highlights-label{text-transform:uppercase;letter-spacing:.1em;color:#6b7280;font-size:.7rem}.product-card__highlights-list{color:#374151;flex-direction:column;gap:4px;margin-top:8px;font-size:.85rem;display:flex}.product-card__name-wrapper{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card__name{font-family:var(--font-display,var(--font-sans));color:#111827;flex:1;font-size:1.35rem;font-weight:600}.product-card__favorite-btn{color:#111827;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;transition:all .3s;display:inline-flex}.product-card__favorite-btn:hover{color:#ff745a;transform:scale(1.15)}.product-card__favorite-icon{width:16px;height:16px;transition:transform .2s}.product-card__favorite-btn:hover .product-card__favorite-icon{transform:scale(1.1)}.product-card__price span:first-child{font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:600}.product-card__price span:last-child{letter-spacing:.08em;color:#6b7280;font-size:.88rem}.product-card__promo-pricing{flex-direction:column;gap:4px;display:flex}.product-card__promo-current{color:#064e3b;align-items:baseline;gap:8px;font-size:clamp(1.8rem,2.4vw,2.2rem);font-weight:600;display:flex}.product-card__promo-note{letter-spacing:.08em;text-transform:uppercase;color:#047857;font-size:.75rem}.product-card__promo-old{color:#9ca3af;letter-spacing:.08em;font-size:.95rem;text-decoration:line-through}.product-card__actions{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:12px;display:grid}.product-card__btn{letter-spacing:.2em;text-transform:uppercase;color:#111827;cursor:pointer;background:#f9fafbe6;border:1px solid #11182726;border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;padding:.85rem 1rem;font-size:.78rem;transition:background .3s,border-color .3s,transform .2s;display:inline-flex}.product-card__btn svg{width:18px;height:18px;transition:transform .2s}.product-card__btn:hover{background:#fff;border-color:#1118274d}.product-card__btn:active{transform:translateY(1px)}.product-card__btn--primary{color:#fff;box-shadow:none;background:linear-gradient(135deg,#8b4513,peru);border:none;font-weight:600}.product-card__btn--primary svg{color:#fff}.product-card__btn--primary:hover{background:linear-gradient(135deg,#9b5523,#dd954f)}.product-card__btn--primary:disabled{opacity:.65;cursor:not-allowed}.product-card__btn--secondary{background:#f9fafbb3}.product-card__btn--secondary-active{color:#b45309;background:#ff745a1a;border-color:#ff745a80}.product-card__btn--secondary-active svg{transform:scale(1.05)}.product-card__cta{color:#111827;text-transform:uppercase;letter-spacing:.18em;background:#f9fafbcc;border:1px solid #1118271f;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:.85rem 1rem;font-size:.78rem;text-decoration:none;transition:background .3s,border-color .3s;display:inline-flex}.product-card__cta:hover{background:#fff;border-color:#1118274d}@media (max-width:640px){.product-card__content{gap:6px}.product-card__actions{grid-template-columns:1fr}.product-card__btn{letter-spacing:.12em;padding:.75rem .9rem;font-size:.72rem}}.home-highlight-card{width:100%;padding:12px}@media (min-width:640px){.home-highlight-card{padding:16px}}@media (min-width:1024px){.home-highlight-card{padding:20px}}.home-highlight-card .product-card__image{height:220px}@media (min-width:480px){.home-highlight-card .product-card__image{height:260px}}@media (min-width:768px){.home-highlight-card .product-card__image{height:300px}}@media (min-width:1024px){.home-highlight-card .product-card__image{height:350px}}.home-highlight-card .product-card__body{gap:14px}.home-highlight-card .product-card__content{gap:10px}.home-highlight-card .product-card__name{font-size:1rem;line-height:1.3}.home-highlight-card .product-card__actions{grid-template-columns:1fr;gap:6px}.home-highlight-card .product-card__btn{padding:.65rem .75rem;font-size:.68rem}.home-highlight-card .product-card__cta{margin-top:6px;padding:10px 0;font-size:.7rem}@media (max-width:768px){.home-highlight-card .product-card__name{font-size:.9rem}}.catalog-card{width:100%;height:100%;padding:8px}@media (min-width:400px){.catalog-card{padding:10px}}@media (min-width:640px){.catalog-card{padding:16px}}@media (min-width:1024px){.catalog-card{padding:20px}}.catalog-card .product-card__image{height:140px}@media (min-width:400px){.catalog-card .product-card__image{height:180px}}@media (min-width:480px){.catalog-card .product-card__image{height:220px}}@media (min-width:768px){.catalog-card .product-card__image{height:320px}}@media (min-width:1024px){.catalog-card .product-card__image{height:380px}}.catalog-card .product-card__image-el{padding:12px;transform:scale(1)}.catalog-card.product-card:hover .product-card__image-el,.catalog-card .product-card:hover .product-card__image-el{transform:scale(1.04)}.catalog-card .product-card__body{gap:8px}@media (min-width:480px){.catalog-card .product-card__body{gap:14px}}.catalog-card .product-card__content{gap:6px}@media (min-width:480px){.catalog-card .product-card__content{gap:10px}}.catalog-card .product-card__name{font-size:.85rem;line-height:1.3}@media (min-width:480px){.catalog-card .product-card__name{font-size:1rem}}.catalog-card .product-card__actions{grid-template-columns:1fr;gap:4px}.catalog-card .product-card__status{letter-spacing:.15em;font-size:.6rem}@media (min-width:480px){.catalog-card .product-card__status{letter-spacing:.2em;font-size:.7rem}}.catalog-card .product-card__description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.4;display:-webkit-box;overflow:hidden}@media (min-width:480px){.catalog-card .product-card__description{-webkit-line-clamp:3;line-clamp:3;font-size:.8rem}}.catalog-card .product-card__btn{letter-spacing:.1em;padding:.5rem;font-size:.6rem}@media (min-width:480px){.catalog-card .product-card__btn{padding:.65rem .75rem;font-size:.68rem}}.catalog-card .product-card__cta{margin-top:4px;padding:8px 0;font-size:.6rem}@media (min-width:480px){.catalog-card .product-card__cta{margin-top:6px;padding:10px 0;font-size:.7rem}}.catalog-card .product-card__price span:first-child{font-size:1rem}@media (min-width:480px){.catalog-card .product-card__price span:first-child{font-size:1.2rem}}.catalog-card .product-card__price span:last-child{font-size:.65rem}@media (min-width:480px){.catalog-card .product-card__price span:last-child{font-size:.75rem}}.catalog-card .product-card__promo-current{font-size:1rem}@media (min-width:480px){.catalog-card .product-card__promo-current{font-size:1.2rem}}.catalog-card .product-card__promo-old{font-size:.65rem}@media (min-width:480px){.catalog-card .product-card__promo-old{font-size:.75rem}}
