.product-card{width:100%;height:auto;background-color:rgb(var(--color-background));display:flex;flex-direction:column}.product-card *{margin:0;padding:0;list-style:none;color:rgb(var(--color-foreground))}.product-card svg,.product-card path{color:inherit}.product-card .product-card__media-container:has(img+img) img+img{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:all var(--duration-short) ease}.product-card:hover .product-card__media-container:has(img+img) img+img{opacity:1;transform:scale(1.1)}.products-list__grid-item{border:1px solid rgb(var(--color-shadow))}.product-card__media{width:100%;aspect-ratio:1 / 1;overflow:hidden}.product-card__media-container{position:relative;width:100%;height:100%}.product-card__media-container img{width:100%;height:100%;object-fit:cover}.product-card__media-container a{display:block;position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;z-index:2}.product-card__title-buttons,.product-card__price-badge{justify-content:space-between}ul.product-card__product-info:empty{display:none}.product-card__product-info li,.product-card__title-buttons,.product-card__price-badge,.product-card__buttons-container,.product-card__product-info{display:flex}.product-card__buttons-container{gap:1.3rem}:not(.product-card.enable_overlay)>.product-card__title-container{width:86%}:not(.product-card.enable_overlay)>.product-card__title-container .product-card__title,:not(.product-card.enable_overlay)>.product-card__title-container .product-card__artist{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis}.product-card__title-container{display:flex;text-decoration:none;flex-direction:column;gap:clamp(.2rem,1vw,.4rem)}.product-card__title-container .product-card__title{order:1}.product-card__title-container .product-card__artist{order:0}.product-card__artist,.product-card__title-buttons,.product-card__price,.product-card__buttons-container button{color:rgb(var(--color-heading))}.product-card__price-badge .price .price__container .price__regular :is(span,small,s),.product-card__price-badge .price .price__container .price__sale :is(span,small,s){color:rgb(var(--color-heading));font-size:clamp(1.2rem,1.5vw,1.4rem);font-weight:500}.product-card__title{font-weight:400;font-size:clamp(1.1rem,1.5vw,1.2rem);line-height:1.2;color:rgb(var(--color-text));text-transform:uppercase}.product-card__artist{font-weight:700;font-size:clamp(1.3rem,5vw + .5rem,1.5rem);line-height:1;text-transform:uppercase}@media screen and (min-width: 768px){.product-card__artist{font-weight:700;line-height:1;text-transform:uppercase}}.product-card__content{background-color:rgb(var(--color-background));display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:1.7rem 1.6rem 1.5rem;gap:clamp(.6rem,1vw,1.5rem)}.product-card__product-info{flex-direction:column;max-width:100%;font-size:clamp(1rem,1vw,1.2rem)}.product-card__product-info li{display:flex;gap:.6rem;align-items:baseline;line-height:1}.product-card__product-info li .product-card__product-info-content{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__product-info .product-card__product-info-title{width:100%;max-width:9rem;font-size:clamp(1rem,1vw,1.2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price-badge{align-items:center}.product-card__badge:has(.badge--sold-out){margin-left:auto}.product-card__badge .badge,.product-card__overlay-badge .badge{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));line-height:1.1;padding:.2rem .6rem;font-size:clamp(.8rem,1.5vw,1rem);text-transform:uppercase}.badge--sold-out{background-color:gray!important}.badge--new-product{background-color:rgb(var(--color-button))!important}.product-card share-button .share-button__button,.product-card .product-card__favorite-button button{height:2.4rem;min-height:auto}:is(.product-card share-button .share-button__button,.product-card .product-card__favorite-button button) svg{height:100%;width:auto}.product-card .product-card__overlay-badge{display:none}.product-card.enable_overlay{position:relative;overflow:hidden}.product-card.enable_overlay *{line-height:1}.product-card.enable_overlay .product-card__media-container a{z-index:1}.product-card.enable_overlay .product-card__content{opacity:0;transition:all .4s ease;position:absolute;top:0;left:0;right:0;bottom:0;justify-content:center;align-items:center;background-color:rgb(var(--color-background),.8)}.product-card.enable_overlay .product-card__content .product-card__product-info{justify-content:center;align-items:center;text-align:center;gap:clamp(.4rem,1vw,.6rem)}.product-card.enable_overlay .product-card__content .product-card__product-info li{width:100%;justify-content:center}.product-card.enable_overlay .product-card__content .product-card__product-info li .product-card__product-info-title{width:fit-content}.product-card.enable_overlay .product-card__content .product-card__price-badge:empty{display:none}.product-card.enable_overlay .product-card__content .product-card__title{font-weight:500;font-size:clamp(.9rem,1.5vw,1.1rem);display:block;width:100%;word-break:break-word;overflow-wrap:break-word;max-width:100%}.product-card.enable_overlay .product-card__content .product-card__title-buttons{display:flex;flex-direction:column;width:100%}.product-card.enable_overlay .product-card__content .product-card__artist{color:rgb(var(--color-text));font-weight:500}.product-card.enable_overlay .product-card__content .product-card__product-info-title:not(.product-card__product-info-title--edition){display:none}.product-card.enable_overlay .product-card__content .product-card__buttons-container{display:none}.product-card.enable_overlay .product-card__content .product-card__title-container{width:100%;text-align:center;align-items:center;justify-content:center;gap:clamp(1.1rem,1vw,1.5rem)}.product-card.enable_overlay .product-card__content .product-card__overlay-badge{display:unset}.product-card.enable_overlay .product-card__content .product-card__badge{display:none}.product-card.enable_overlay .product-card__overlay-artist-container{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgb(var(--color-shadow)),transparent);padding:.75rem 1.3rem;line-height:1.2;transition:all .4s ease;transform:translateY(0);opacity:1}.product-card.enable_overlay .product-card__overlay-artist-container .product-card__overlay-artist{font-size:clamp(1.2rem,1.5vw,1.4rem);text-transform:uppercase;color:rgb(var(--color-text));font-weight:500;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card.enable_overlay:hover .product-card__content{opacity:1}.product-card.enable_overlay:hover .product-card__overlay-artist-container{transform:translateY(100%);opacity:0}.product-card__overlay-artist--left{text-align:left}.product-card__overlay-artist--right{text-align:right}.product-card__overlay-artist--center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/59/assets/card-product.css.map */
