.product-card{min-width:0;transition:transform var(--link-hover-duration) ease;flex-direction:column;display:flex;container:product-card/inline-size}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.product-card:hover{transform:translateY(-3px)}}.product-card__image-wrap{aspect-ratio:1.08;background:var(--surface);transition:box-shadow var(--link-hover-duration) ease;border-radius:12px;position:relative;overflow:hidden}@media (width>560px){.product-card__image-wrap{aspect-ratio:1/1.08}}.product-card__image-wrap:focus-within{box-shadow:0 0 0 1px var(--field-focus)}.product-card__open{width:100%;height:100%;padding:0;display:block;overflow:hidden}.product-card__open:focus-visible{outline:2px solid var(--gold-bright);outline-offset:-4px;box-shadow:none}@media (forced-colors:active){.product-card__open:focus-visible{outline-offset:-4px!important}}@media (prefers-reduced-motion:no-preference){.product-card__open:focus-visible .product-card__open-image{transform:scale(var(--image-hover-scale))}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.product-card__open:hover .product-card__open-image{transform:scale(var(--image-hover-scale))}}.product-card__open-image{transition:transform var(--image-hover-duration) cubic-bezier(.2,.8,.2,1)}.product-card__tag{background:var(--badge-bg);max-width:calc(100% - 68px);font-size:var(--text-caption);pointer-events:none;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:5px;padding:7px 9px;line-height:1.4;position:absolute;top:14px;left:12px}@media (width>=1200px){.product-card__tag{font-size:var(--text-small)}}.product-card__favorite{background:var(--badge-bg);width:34px;height:34px;color:var(--ink);transition:color var(--link-hover-duration) ease,background-color var(--link-hover-duration) ease;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;right:12px}.product-card__favorite:hover,.product-card__favorite[aria-pressed=true]{color:var(--ink-warm)}.product-card__favorite[aria-pressed=true] .product-card__favorite-icon{fill:var(--gold)}.product-card__favorite-icon{width:17px;height:17px}.product-card__meta{color:var(--gold);font-size:var(--text-caption);margin-top:19px;line-height:1.5}@media (width>560px){.product-card__meta{font-size:var(--text-caption)}}@media (width>=1200px){.product-card__meta{font-size:var(--text-small)}}.product-card__title{margin-top:7px;font-size:31px;line-height:1.15}@media (width>560px){.product-card__title{font-size:26px}}@media (width>1100px){.product-card__title{font-size:29px}}.product-card__title-link{font:inherit;text-align:left;transition:color var(--link-hover-duration) ease;padding:0}.product-card__title-link:is(:hover,:focus-visible){color:var(--gold-bright)}.product-card__description{color:var(--color-soft);font-size:var(--text-caption);min-height:0;margin-top:9px;line-height:1.8}@media (width>560px){.product-card__description{font-size:var(--text-caption);min-height:43px}}@media (width>=1200px){.product-card__description{font-size:var(--text-body)}}.product-card__maker{font-size:var(--text-caption);color:var(--muted);margin-top:12px;line-height:1.6}@media (width>560px){.product-card__maker{font-size:var(--text-caption)}}@media (width>=1200px){.product-card__maker{font-size:var(--text-small)}}.product-card__maker-label{opacity:.6;margin:0 3px}.product-card__maker-link{transition:color var(--link-hover-duration) ease}.product-card__maker-link:is(:hover,:focus-visible){color:var(--gold-bright)}.product-card__price-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:21px;display:flex}.product-card__price{font-size:19px;font-weight:500}@media (width>560px){.product-card__price{font-size:17px}}.product-card__stock{font-size:var(--text-caption);color:var(--muted);align-items:center;gap:6px;display:inline-flex}@media (width>560px){.product-card__stock{font-size:var(--text-caption)}}@media (width>=1200px){.product-card__stock{font-size:var(--text-small)}}.product-card__stock:before{content:"";background:var(--stock);border-radius:50%;width:4px;height:4px}.product-card__stock--unavailable:before{background:var(--stock-out)}.product-card__purchase{grid-template-columns:minmax(0,1fr);gap:10px;margin-top:15px;display:grid}@container product-card (width>300px){.product-card__purchase{grid-template-columns:none;gap:12px;display:flex}@media (width>560px){.product-card__purchase{gap:7px}}@media (width>1100px){.product-card__purchase{gap:9px}}}.product-card__add{background:var(--gold);min-height:44px;color:var(--ink-on-gold);font-size:var(--text-caption);transition:background-color var(--link-hover-duration) ease,color var(--link-hover-duration) ease;white-space:nowrap;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-weight:600;display:flex}@media (width>560px){.product-card__add{font-size:var(--text-caption)}}@media (width>1100px){.product-card__add{font-size:var(--text-caption);gap:8px;padding-left:8px;padding-right:8px}}@media (width>=1200px){.product-card__add{font-size:var(--text-body)}}.product-card__add:hover:not(:disabled){background:var(--gold-bright)}.product-card__add:disabled{background:var(--gold-soft);color:var(--muted)}.product-card__add-icon{width:15px;height:17px}@media (width>1100px){.product-card__add-icon{width:17px}}.product-card__purchase-quantity-input{width:100%}@container product-card (width>300px){.product-card__purchase-quantity-input{width:calc(var(--quantity-step-size) + var(--quantity-step-size) + 44px)}}.product-card--selection{width:100%}.product-card--selection .product-card__image-wrap{aspect-ratio:1.12}@media (width>560px){.product-card--selection .product-card__image-wrap{aspect-ratio:1.04}}.product-card--selection .product-card__title{font-size:31px}@media (width>560px){.product-card--selection .product-card__title{font-size:29px}}.product-card--selection .product-card__description{font-size:var(--text-caption)}@media (width>560px){.product-card--selection .product-card__description{font-size:var(--text-caption)}}@media (width>=1200px){.product-card--selection .product-card__description{font-size:16px}}.product-card--selection .product-card__maker{font-size:var(--text-caption)}@media (width>=1200px){.product-card--selection .product-card__maker{font-size:14px}}
