.collection-product-card{position:relative;background:#fff;box-shadow:0 0 20px var(--color-shadow);display:flex;flex-direction:column;overflow:hidden}.collection-product-card xb-wishlist-button-collection{position:absolute;top:16px;right:16px;z-index:2}.collection-product-card__badge{position:absolute;top:0;left:0;font-weight:var(--font-weight-medium);color:#fff;text-transform:uppercase;z-index:1}.collection-product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;min-height:0}.collection-product-card__name{font-weight:var(--font-weight-semibold);color:var(--color-text-dark-alt);overflow:hidden;max-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-transform:lowercase}.collection-product-card__name:first-letter{text-transform:uppercase}.collection-product-card__image-wrap{flex:1;position:relative;min-height:0;overflow:hidden;border-radius:10px}.collection-product-card__image-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.collection-product-card__footer{display:flex}.collection-product-card__price{font-weight:var(--font-weight-bold);color:var(--color-text-dark-alt)}.collection-product-card__buy-form{margin:0}.collection-product-card__buy{background:var(--color-brand-blue);color:#fff;border:none;cursor:pointer;transition:opacity .2s ease}.collection-product-card__buy[disabled]{background:var(--color-sold-out-bg);color:var(--color-sold-out-text);opacity:1;cursor:not-allowed}.collection-product-card__buy[disabled]:after{box-shadow:none}.collection-product-card__buy:hover{opacity:.85}.collection-product-card--showcase{flex-shrink:0;width:65vw;max-width:420px;aspect-ratio:420 / 548;border-radius:28px}.collection-product-card--showcase .collection-product-card__badge{padding:8px 56px;border-radius:28px 0;font-size:var(--font-size-lg)}.collection-product-card--showcase .collection-product-card__info{padding:60px 32px 0}.collection-product-card--showcase .collection-product-card__name{font-size:var(--font-size-lg);margin:0 0 16px;padding-right:32px}.collection-product-card--showcase .collection-product-card__image-wrap{margin:12px 32px}.collection-product-card--showcase .collection-product-card__footer{align-items:center;justify-content:space-between;padding:0 32px 32px}.collection-product-card--showcase .collection-product-card__price{font-size:var(--font-size-2xl)}.collection-product-card--showcase .collection-product-card__buy{border-radius:40px;height:40px;padding:0 40px;font-size:var(--font-size-lg);font-weight:var(--font-weight-regular)}@media screen and (max-width:989px){.collection-product-card--showcase{width:45vw;max-width:340px;border-radius:24px}.collection-product-card--showcase .collection-product-card__badge{padding:6px 40px;font-size:var(--font-size-md);border-radius:24px 0}.collection-product-card--showcase .collection-product-card__info{padding:56px 24px 0}.collection-product-card--showcase .collection-product-card__name{font-size:var(--font-size-md);margin:0 0 12px;padding-right:24px}.collection-product-card--showcase xb-wishlist-button-collection{top:12px;right:12px}.collection-product-card--showcase .collection-product-card__image-wrap{margin:12px 24px}.collection-product-card--showcase .collection-product-card__footer{padding:0 24px 24px}.collection-product-card--showcase .collection-product-card__price{font-size:var(--font-size-xl)}.collection-product-card--showcase .collection-product-card__buy{height:36px;padding:0 28px;font-size:var(--font-size-md)}}@media screen and (max-width:749px){.collection-product-card--showcase{width:65vw;max-width:280px;border-radius:20px}.collection-product-card--showcase .collection-product-card__badge{padding:6px 32px;font-size:var(--font-size-base);border-radius:20px 0}.collection-product-card--showcase .collection-product-card__info{padding:48px 16px 0}.collection-product-card--showcase .collection-product-card__name{font-size:var(--font-size-base);margin:0 0 8px;padding-right:16px}.collection-product-card--showcase xb-wishlist-button-collection{top:8px;right:8px}.collection-product-card--showcase .collection-product-card__image-wrap{margin:8px 16px}.collection-product-card--showcase .collection-product-card__footer{padding:0 16px 16px}.collection-product-card--showcase .collection-product-card__price{font-size:var(--font-size-lg)}.collection-product-card--showcase .collection-product-card__buy{height:34px;padding:0 24px;font-size:var(--font-size-base)}}.collection-product-card--collection{width:100%;max-width:none}.collection-product-card--collection,.collection-product-card--recommendation{aspect-ratio:260 / 444;border-radius:24px}.collection-product-card--collection .collection-product-card__badge,.collection-product-card--recommendation .collection-product-card__badge{padding:8px 48px;font-size:var(--font-size-lg);border-radius:24px 0}.collection-product-card--collection .collection-product-card__info,.collection-product-card--recommendation .collection-product-card__info{padding:56px 24px 0}.collection-product-card--collection.collection-product-card--no-badge .collection-product-card__info,.collection-product-card--recommendation.collection-product-card--no-badge .collection-product-card__info{padding-top:32px}.collection-product-card--collection .collection-product-card__name,.collection-product-card--recommendation .collection-product-card__name{font-size:var(--font-size-lg);margin:0 0 12px;padding-right:24px}.collection-product-card--collection .collection-product-card__image-wrap,.collection-product-card--recommendation .collection-product-card__image-wrap{margin:12px 24px}.collection-product-card--collection .collection-product-card__footer,.collection-product-card--recommendation .collection-product-card__footer{padding:0 24px 24px;flex-direction:column;align-items:flex-start;gap:12px}.collection-product-card--collection .collection-product-card__price,.collection-product-card--recommendation .collection-product-card__price{font-size:var(--font-size-2xl)}.collection-product-card--collection .collection-product-card__buy,.collection-product-card--recommendation .collection-product-card__buy{height:48px;padding:0 40px;font-size:var(--font-size-lg);font-weight:var(--font-weight-regular);border-radius:40px;width:100%}.collection-product-card--collection .collection-product-card__footer product-form,.collection-product-card--recommendation .collection-product-card__footer product-form{width:100%}.collection-product-card--collection xb-wishlist-button-collection,.collection-product-card--recommendation xb-wishlist-button-collection{top:12px;right:12px}@media screen and (max-width:1090px){.collection-product-card--collection,.collection-product-card--recommendation{border-radius:20px}.collection-product-card--collection .collection-product-card__badge,.collection-product-card--recommendation .collection-product-card__badge{padding:6px 36px;font-size:var(--font-size-md);border-radius:20px 0}.collection-product-card--collection .collection-product-card__info,.collection-product-card--recommendation .collection-product-card__info{padding:48px 20px 0}.collection-product-card--collection.collection-product-card--no-badge .collection-product-card__info,.collection-product-card--recommendation.collection-product-card--no-badge .collection-product-card__info{padding-top:24px}.collection-product-card--collection .collection-product-card__name,.collection-product-card--recommendation .collection-product-card__name{font-size:var(--font-size-md);margin:0 0 8px;padding-right:20px}.collection-product-card--collection .collection-product-card__image-wrap,.collection-product-card--recommendation .collection-product-card__image-wrap{margin:8px 20px}.collection-product-card--collection .collection-product-card__footer,.collection-product-card--recommendation .collection-product-card__footer{padding:0 20px 20px}.collection-product-card--collection .collection-product-card__price,.collection-product-card--recommendation .collection-product-card__price{font-size:var(--font-size-xl)}.collection-product-card--collection .collection-product-card__buy,.collection-product-card--recommendation .collection-product-card__buy{height:40px;padding:0 32px;font-size:var(--font-size-md)}.collection-product-card--collection xb-wishlist-button-collection,.collection-product-card--recommendation xb-wishlist-button-collection{top:0;right:0}}@media screen and (max-width:749px){.collection-product-card--collection,.collection-product-card--recommendation{border-radius:16px}.collection-product-card--collection .collection-product-card__badge,.collection-product-card--recommendation .collection-product-card__badge{padding:4px 24px;font-size:var(--font-size-base);border-radius:16px 0}.collection-product-card--collection .collection-product-card__info,.collection-product-card--recommendation .collection-product-card__info{padding:40px 16px 0}.collection-product-card--collection.collection-product-card--no-badge .collection-product-card__info,.collection-product-card--recommendation.collection-product-card--no-badge .collection-product-card__info{padding-top:20px}.collection-product-card--collection .collection-product-card__name,.collection-product-card--recommendation .collection-product-card__name{font-size:var(--font-size-base);margin:0 0 6px;padding-right:16px}.collection-product-card--collection .collection-product-card__image-wrap,.collection-product-card--recommendation .collection-product-card__image-wrap{margin:6px 16px}.collection-product-card--collection .collection-product-card__footer,.collection-product-card--recommendation .collection-product-card__footer{padding:0 16px 16px;gap:8px}.collection-product-card--collection .collection-product-card__price,.collection-product-card--recommendation .collection-product-card__price{font-size:var(--font-size-lg)}.collection-product-card--collection .collection-product-card__buy,.collection-product-card--recommendation .collection-product-card__buy{height:36px;padding:0 24px;font-size:var(--font-size-base)}.collection-product-card--collection xb-wishlist-button-collection,.collection-product-card--recommendation xb-wishlist-button-collection{top:0;right:0}}@media screen and (max-width:480px){.collection-product-card__image-wrap img{object-fit:contain}.collection-product-card__name{font-size:var(--font-size-lg)!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-collection-product-card.css.map */
