.ccn-product-card{display:flex;flex-direction:column;position:relative}.ccn-product-card__link{text-decoration:none;color:inherit;display:block}.ccn-product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:rgb(var(--ccn-color-surface-light));border-radius:0}.ccn-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease,opacity .4s ease}.ccn-product-card__image--secondary{position:absolute;inset:0;opacity:0;pointer-events:none}.ccn-product-card__link:hover .ccn-product-card__image:only-of-type{transform:scale(1.03)}@media screen and (min-width: 990px){.ccn-product-card:hover .ccn-product-card__image--primary{opacity:0}.ccn-product-card:hover .ccn-product-card__image--secondary{opacity:1;transform:scale(1.03)}}.ccn-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--ccn-color-surface-light))}.ccn-product-card__placeholder svg{width:60%;opacity:.3}.ccn-product-card__badges{position:absolute;top:.8rem;left:.8rem;display:flex;flex-direction:column;gap:.4rem;z-index:1}.ccn-product-card__badge-status{position:absolute;bottom:.8rem;left:50%;transform:translateX(-50%);width:80%;justify-content:center;text-align:center;z-index:1;background-color:rgba(255,255,255,.5)}.ccn-product-card__badge-condition{position:absolute;bottom:.8rem;left:.8rem;z-index:1}.ccn-product-card__badge-buy{position:absolute;top:.8rem;right:.8rem;z-index:1}.ccn-product-card__info{display:flex;flex-direction:column;gap:.3rem;padding-top:1rem}.ccn-product-card__header{display:flex;align-items:center;gap:.6rem}.ccn-product-card__tier--desktop{display:none}.ccn-product-card__tier--mobile{align-self:flex-start;margin-top:.2rem}.ccn-product-card__vendor{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0;line-height:1.3;color:rgb(var(--color-foreground))}.ccn-product-card__wishlist{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;margin-left:auto;background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground), 0.4);transition:color .15s ease;flex-shrink:0}.ccn-product-card__wishlist.likeBtn,.ccn-product-card__wishlist.likeBtn:hover,.ccn-product-card__wishlist.likeBtn-active{background-image:none;width:2.4rem;height:2.4rem;margin:0 0 0 auto;opacity:1}.ccn-product-card__wishlist:hover{color:rgb(var(--color-foreground))}.ccn-product-card__wishlist.likeBtn-active{color:rgb(var(--color-foreground))}.ccn-product-card__wishlist.likeBtn-active svg path{fill:currentColor}.ccn-product-card__wishlist svg{width:1.6rem;height:1.6rem}.ccn-product-card__title-link{text-decoration:none;color:inherit}.ccn-product-card__title{font-size:1.3rem;font-weight:400;line-height:1.4;margin:0;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ccn-product-card__info .ccn-rating{margin-top:.2rem;font-size:1.1rem}.ccn-product-card__info .ccn-rating__stars svg{width:1.1rem;height:1.1rem}.ccn-product-card__pricing{display:flex;align-items:baseline;gap:.6rem;margin-top:.4rem;flex-wrap:wrap}.ccn-product-card__price-original{font-size:1.2rem;color:rgba(var(--color-foreground), 0.4);text-decoration:line-through}.ccn-product-card__price-rental,.ccn-product-card__price-resale{font-size:1.2rem;color:rgb(var(--color-foreground))}.ccn-product-card__price-rental strong,.ccn-product-card__price-resale strong{font-weight:700}.ccn-product-card__buy-price{font-size:1.2rem;color:rgb(var(--color-foreground));margin-top:.1rem}.ccn-product-card__buy-price strong{font-weight:700}@media screen and (min-width: 750px){.ccn-product-card__vendor{font-size:1.3rem}.ccn-product-card__title{font-size:1.35rem}.ccn-product-card__tier--desktop{display:inline-flex}.ccn-product-card__tier--mobile{display:none}}