.product-card{display:flex;flex-direction:column;gap:var(--space-2-5);min-width:0;opacity:0}.product-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--color-bg-secondary);border-radius:var(--radius-sm)}.product-card__media>a{display:block;width:100%;height:100%}.product-card__img-link{display:block;width:100%;height:100%;overflow:hidden;border-radius:var(--radius-sm);position:relative}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;mix-blend-mode:darken;transition:opacity .25s ease}.product-card__img--hover{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;mix-blend-mode:darken}@keyframes img-hover-fadein{0%{opacity:0}to{opacity:1}}@media(hover:hover){.product-card__img-link:hover .product-card__img--hover{display:block;animation:img-hover-fadein .2s ease forwards}.product-card__img-link:has(.product-card__img--hover):hover .product-card__img{opacity:0}}.product-card__gallery-prev,.product-card__gallery-next{position:absolute;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:var(--space-8);height:var(--space-8);background:#fdfcfce0;background:color-mix(in srgb,var(--color-bg) 88%,transparent);border:none;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);z-index:2;padding:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__gallery-prev{left:var(--space-2)}.product-card__gallery-next{right:var(--space-2)}@media(hover:hover){.product-card__img-link:hover .product-card__gallery-prev,.product-card__img-link:hover .product-card__gallery-next{display:flex}}.product-card__img-placeholder{width:100%;height:100%}.product-card__badges{position:absolute;top:var(--space-2);left:var(--space-2);display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-1);pointer-events:none;z-index:1}.product-card__badge{display:inline-flex;align-items:center;height:var(--space-6);padding:0 var(--space-1-5);border-radius:2px;background:var(--color-status-info-surface);color:var(--color-status-info-text);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:var(--font-weight-bold);line-height:1;pointer-events:none}.product-card__badge--theme2{background:var(--color-text);color:var(--color-bg)}.product-card__details{display:flex;flex-direction:column;gap:var(--space-3)}.product-card__info-row{display:flex;align-items:flex-start;gap:var(--space-2-5)}.product-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-1)}.product-card__names{display:flex;flex-direction:column;gap:var(--space-0-5)}.product-card__vendor{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--color-text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__title-link{text-decoration:none}.product-card__title{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--font-weight-light);color:var(--color-text);margin:0;line-height:1.35}.product-card__prices{display:flex;flex-direction:row;align-items:baseline;gap:var(--space-1)}.product-card__price{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--font-weight-bold);color:var(--color-text);line-height:1.5;letter-spacing:-.35px;margin:0}.product-card__price--sale{color:var(--color-text)}.product-card__compare{font-family:var(--font-ui);font-size:var(--text-sm);font-weight:var(--font-weight-light);color:var(--color-text-muted);line-height:1.35;text-decoration:line-through;margin:0}.product-card__atc-form{flex-shrink:0}.product-card__atc{display:inline-flex;align-items:center;justify-content:center;width:var(--space-7);height:var(--space-7);background:none;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);padding:0;transition:border-color .15s ease,background-color .15s ease}.product-card__atc:hover{border-color:var(--color-border);background-color:var(--color-bg)}.product-card__atc:disabled{opacity:.4;cursor:not-allowed}.quick-buy__popup{position:absolute;bottom:var(--space-2);left:50%;transform:translate(-50%);display:flex;gap:var(--space-1);padding:var(--space-2);background:#fdfcfceb;background:color-mix(in srgb,var(--color-bg) 92%,transparent);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:var(--radius-sm);z-index:2;white-space:nowrap}.quick-buy__size-btn{min-width:var(--space-8);height:var(--space-8);padding:0 var(--space-1-5);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:var(--font-weight-bold);color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;position:relative}.quick-buy__size-btn:hover{background:var(--color-border-subtle)}.quick-buy__size-btn--unavailable{opacity:.35;text-decoration:line-through;pointer-events:none}.quick-buy__size-btn--low-stock:after{content:"";position:absolute;top:3px;right:3px;width:var(--space-1);height:var(--space-1);border-radius:50%;background:var(--color-status-warning-text)}.product-card__swatches{display:flex;align-items:center;gap:var(--space-1-5)}.product-card__swatch{display:block;width:var(--space-4);height:var(--space-4);border-radius:50%;background:var(--color-bg-secondary);border:1px solid rgba(0,0,0,.12);flex-shrink:0}.product-card__swatch[data-color=svart],.product-card__swatch[data-color=black]{background:var(--swatch-black, #09090b);border-color:var(--swatch-black, #09090b)}.product-card__swatch[data-color=hvit],.product-card__swatch[data-color=white]{background:var(--swatch-white, #fafafa)}.product-card__swatch[data-color=gr\e5],.product-card__swatch[data-color=grey],.product-card__swatch[data-color=gray]{background:var(--swatch-gray, #71717a);border-color:var(--swatch-gray, #71717a)}.product-card__swatch[data-color=navy],.product-card__swatch[data-color=marinebl\e5]{background:var(--swatch-navy, #1e3a5f);border-color:var(--swatch-navy, #1e3a5f)}.product-card__swatch[data-color=bl\e5],.product-card__swatch[data-color=blue]{background:var(--swatch-blue, #3b82f6);border-color:var(--swatch-blue, #3b82f6)}.product-card__swatch[data-color=lysebl\e5]{background:var(--swatch-light-blue, #bfdbfe)}.product-card__swatch[data-color=gr\f8nn],.product-card__swatch[data-color=green]{background:var(--swatch-green, #16a34a);border-color:var(--swatch-green, #16a34a)}.product-card__swatch[data-color=oliven],.product-card__swatch[data-color=olive]{background:var(--swatch-olive, #65a30d);border-color:var(--swatch-olive, #65a30d)}.product-card__swatch[data-color=beige]{background:var(--swatch-beige, #d4c5b0)}.product-card__swatch[data-color=brun],.product-card__swatch[data-color=brown]{background:var(--swatch-brown, #92400e);border-color:var(--swatch-brown, #92400e)}.product-card__swatch[data-color=kamel],.product-card__swatch[data-color=camel]{background:var(--swatch-camel, #c19a6b)}.product-card__swatch[data-color=r\f8 d],.product-card__swatch[data-color=red]{background:var(--swatch-red, #dc2626);border-color:var(--swatch-red, #dc2626)}.product-card__swatch[data-color=rosa],.product-card__swatch[data-color=pink]{background:var(--swatch-pink, #f9a8d4)}.product-card__swatch[data-color=lilla],.product-card__swatch[data-color=purple]{background:var(--swatch-purple, #7c3aed);border-color:var(--swatch-purple, #7c3aed)}.product-card__swatch[data-color=gul],.product-card__swatch[data-color=yellow]{background:var(--swatch-yellow, #fbbf24)}.product-card__swatch[data-color=oransje],.product-card__swatch[data-color=orange]{background:var(--swatch-orange, #f97316);border-color:var(--swatch-orange, #f97316)}.product-card__swatch-more{font-family:var(--font-ui);font-size:var(--text-xs);color:var(--color-text-muted)}.product-card__more-colors{font-family:var(--font-ui);font-size:var(--text-xs);color:var(--color-text-muted);text-decoration:none;display:block}@keyframes card-enter{0%{opacity:0}to{opacity:1}}.product-card.is-visible{animation:card-enter .35s ease forwards;animation-delay:calc(var(--card-index, 0) * 40ms)}@media(prefers-reduced-motion:reduce){.product-card{opacity:1}.product-card.is-visible{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/165/assets/snippet-product-card.css.map */
