product-card{position:relative;display:flex;flex-direction:column}product-card .product-card__gallery{position:relative;background-color:rgb(var(--color-base-grey-light));overflow:hidden}product-card .product-card__gallery .product-card__gallery--link{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;z-index:2;background-color:transparent}product-card .product-card__gallery img{max-width:100%;width:100%;height:auto;transition:opacity .3s;display:flex;object-fit:cover;border:none}product-card .product-card__gallery img.product-card__image--hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;height:100%;width:100%;object-fit:cover}@media screen and (min-width:750px){product-card .product-card__gallery:has(img.product-card__image--hover.hide-mobile):hover img:not(img.product-card__image--hover){opacity:0}product-card .product-card__gallery:has(img.product-card__image--hover.hide-mobile):hover img.product-card__image--hover{opacity:1}}product-card .product-card__content{padding:var(--layout-space-10);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--layout-space-5)}product-card .product-card__content.product-card__content-filled{background-color:rgb(var(--color-base-grey-light))}product-card .product-card__content .product-card__heading{margin:0}product-card .product-card__content .product-card__heading a>span{font-size:var(--text-size-base);font-family:var(--font-body-family);text-transform:uppercase;letter-spacing:1px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--layout-space-5)}product-card .product-card__content .product-card__heading a>span:nth-child(2){text-transform:unset}product-card .product-card__content .product-card__heading a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--layout-space-5)}product-card .product-card__content .badge__wrapper{position:absolute;left:var(--layout-space-5);top:var(--layout-space-5);z-index:1}@media(min-width:750px){product-card .product-card__gallery{display:flex;justify-content:center}product-card .product-card__gallery img{aspect-ratio:var(--desktop-pc-aspect-ratio)}}product-card.product-card.product-card--horizontal{display:flex;flex-direction:row;gap:var(--layout-space-5)}product-card.product-card.product-card--horizontal .product-card__gallery{aspect-ratio:1/1;width:calc(50% - var(--layout-space-offset-1))}product-card.product-card.product-card--horizontal .product-card__content{width:calc(50% - var(--layout-space-offset-1));align-items:flex-start;justify-content:flex-start;padding:0}product-card.product-card.product-card--horizontal .product-card__content product-group{order:-1;transform:translate(-5px)}product-card.product-card.product-card--horizontal .product-card__content .product-card__heading{order:-2}product-card.product-card.product-card--horizontal .product-card__content .product-card__heading a{align-items:flex-start}product-card.product-card.product-card--horizontal .card__badge .card__badge--image{height:var(--layout-space-30);width:var(--layout-space-30)}product-card.product-card.product-card--horizontal .product_wishlist_button.product-card{right:calc(50% + var(--layout-space-offset-1))}product-card .product-group__title{display:none}
/*# sourceMappingURL=/cdn/shop/t/158/assets/component-card.css.map */
