.custom-card{display:flex;flex-direction:column;position:relative;text-decoration:none;color:inherit;height:100%}.grid__item:has(.custom-card){display:flex}.custom-card__image-wrapper{position:relative;width:100%;padding-bottom:133%;overflow:hidden;background-color:rgba(var(--color-foreground),.03);border-radius:6px}.custom-card__image,.custom-card__image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .6s ease,transform 1s cubic-bezier(.25,.46,.45,.94)}.custom-card__image-secondary{opacity:0}.custom-card:hover .custom-card__image{opacity:0;transform:scale(1.05)}.custom-card:hover .custom-card__image-secondary{opacity:1;transform:scale(1.05)}.custom-card__actions{display:flex;gap:1rem;margin-top:auto;padding-top:1.5rem;width:100%}.custom-card__form{flex:1}.custom-card__btn{display:block;width:100%;padding:1.2rem;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:500;border:1px solid #000;cursor:pointer;transition:all .3s ease;border-radius:6px}.custom-card__btn--cart{background-color:transparent;color:#000}.custom-card__btn--buy{background-color:#000;color:#fff}.custom-card__btn:hover{background-color:rgba(var(--color-foreground),.8);color:#fff;border-color:rgba(var(--color-foreground),.8)}.custom-card__wishlist{position:absolute;top:1.2rem;right:1.2rem;background:#ffffffe6;border:none;border-radius:50%;width:3.4rem;height:3.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:transform .2s ease,background .3s ease;box-shadow:0 2px 10px #0000000d;color:#000}.custom-card__wishlist svg{width:1.8rem;height:1.8rem;transition:fill .3s ease,stroke .3s ease}.custom-card__wishlist:hover{transform:scale(1.08);background:#fff}.custom-card__wishlist:hover svg{fill:#ff4d4f;stroke:#ff4d4f}.custom-card__info{display:flex;flex-direction:column;margin-top:1.5rem;flex:1}.custom-card__info-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.custom-card__title{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:500;margin:0;letter-spacing:.02em;color:rgb(var(--color-foreground));flex:1;padding-right:1.5rem;line-height:1.3}.custom-card__price-wrapper{text-align:right;flex-shrink:0}.custom-card__price{font-family:var(--font-body-family);font-size:1.35rem;letter-spacing:.05em;color:rgba(var(--color-foreground),.7);margin:0}.custom-card__compare-price{font-size:1.2rem;text-decoration:line-through;color:rgba(var(--color-foreground),.4);margin-right:.8rem}.custom-card__description{font-family:var(--font-body-family);font-size:1.25rem;color:rgba(var(--color-foreground),.6);line-height:1.5;margin-top:.8rem}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-card.css.map */
