.product-card--v2{--pc-surface: #fff;--pc-border: #e7eaf0;--pc-hairline: #f1f3f7;--pc-ink: #1d2733;--pc-secondary: #6b7684;--pc-muted: #8a93a3;--pc-accent: #164a9a;--pc-accent-hover: #123c7e;--pc-accent-shadow: rgba(22, 74, 154, .32);--pc-ease: cubic-bezier(.22, .61, .36, 1);--pc-in: .18s;--pc-out: .38s;--pc-success: #1d7a4f;--pc-star: #f7a823;--pc-star-empty: #d7dce4;--pc-badge: #1d2733;--pc-radius: 16px;--pc-radius-cta: 12px;--pc-radius-badge: 999px;--pc-media-ratio: 1 / 1;--pc-media-inset: 14%;--pc-media-inset-block: 4%;--pc-pad-inline: 20px;--pc-pad-top: 18px;--pc-pad-bottom: 20px;--pc-meta-size: 13px;--pc-title-size: 19.5px;--pc-title-leading: 1.3;--pc-title-lines: 2;--pc-title-weight: 700;--pc-rating-size: 14px;--pc-middle-min: calc(var(--pc-title-lines) * var(--pc-title-size) * var(--pc-title-leading) + 4px);--pc-price-size: 23px;--pc-cta-size: 16.5px;--pc-cta-pad: 12px}@media screen and (min-width:640px){.card-grid:has(>.product-card--v2){--pc-card-max: 364px;--card-grid-template: auto-flow dense / repeat(var(--card-grid-per-row), minmax(0, var(--pc-card-max, 364px)));justify-content:safe center}.collection .card-grid:has(>.product-card--v2){justify-content:safe start}}@media screen and (min-width:1024px){.slider--desktop .card-grid:has(>.product-card--v2){--slider-item-width: min( var(--pc-card-max, 364px), calc( var(--slider-container) / var(--card-grid-per-row) - var(--card-grid-gap) * (var(--card-grid-per-row) - 1) / var(--card-grid-per-row) ) )}}@media screen and (min-width:768px){.card-grid:has(>.product-card--v2):has(>.card:nth-child(1):last-child){--card-grid-per-row: 1}.card-grid:has(>.product-card--v2):has(>.card:nth-child(2):last-child){--card-grid-per-row: 2}.card-grid:has(>.product-card--v2):has(>.card:nth-child(3):last-child){--card-grid-per-row: 3}}.product-card.product-card--v2{-webkit-user-select:none;user-select:none;background-color:var(--pc-surface);border:1px solid var(--pc-border);border-radius:var(--pc-radius);box-shadow:0 0 #1d273300;overflow:hidden;height:100%;align-content:stretch;font-family:var(--font-body-family);transition:transform var(--pc-out) var(--pc-ease),box-shadow var(--pc-out) var(--pc-ease),border-color var(--pc-out) var(--pc-ease)}@media screen and (pointer:fine){.product-card.product-card--v2:hover{transform:translateY(-3px);box-shadow:0 2px 6px #1d27330d,0 14px 32px #1d27331a;border-color:#dbe1ea;transition-duration:var(--pc-in),var(--pc-in),var(--pc-in)}}.product-card--v2:focus-within{box-shadow:0 2px 6px #1d27330d,0 14px 32px #1d27331a;border-color:#dbe1ea}.product-card--v2 .product-card__media{position:relative;flex:1 0 auto;aspect-ratio:var(--pc-media-ratio);background-color:var(--pc-surface)}.product-card--v2 .product-card__media .media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:0;background-color:transparent}.product-card--v2 .product-card__media .media>img{-webkit-user-drag:none}.product-card--v2 .product-card__media .media>:is(img,svg,.placeholder){width:100%;height:auto;max-height:100%;aspect-ratio:var(--pc-media-ratio);object-fit:contain;object-position:center center;padding:var(--pc-media-inset-block) var(--pc-media-inset);box-sizing:border-box}@media screen and (pointer:fine){.product-card--v2 .product-card__media .media>img{transition:transform .55s var(--pc-ease)}.product-card--v2:hover .product-card__media .media>img,.product-card--v2:hover .product-card__media .product-card__secondary>img,.product-card--v2:hover .product-card__media .product-card__model>img{--tw-scale-x: 1.03;--tw-scale-y: 1.03}}.product-card--v2.is-unavailable .product-card__media .media>img{opacity:.55}.product-card--v2 .badges{inset-block-start:12px;inset-inline-start:12px;gap:6px}.product-card--v2 .badge{--badge-background: var(--pc-badge);--badge-foreground: #fff;padding:9px 13px;border-radius:var(--pc-radius-badge);font-size:var(--pc-rating-size);font-weight:700;line-height:1;letter-spacing:.05em}.product-card--v2 .badge--label-novita,.product-card--v2 .badge--label-novita-2,.product-card--v2 .badge--label-nuovo,.product-card--v2 .badge--label-new{--badge-background: var(--pc-accent)}.product-card--v2 .badge--label-senza-ppd,.product-card--v2 .badge--label-ppd-free{--badge-background: var(--pc-success)}.product-card--v2 .badge.badge--onsale{--badge-background: #b0135c;--badge-foreground: #fff}.product-card--v2 .badge.badge--soldout{--badge-background: #8a93a3;--badge-foreground: #fff}.product-card--v2 .product-card__rating{inset-block-start:12px;inset-inline-end:12px;display:flex;align-items:center;gap:5px;padding:9px 13px;border-radius:999px;background-color:#f5f7fa;font-size:var(--pc-rating-size);font-weight:600;line-height:1;color:var(--pc-ink);pointer-events:none}.product-card--v2 .product-card__rating .icon{width:14px;height:14px;color:var(--pc-star)}.product-card--v2 .product-card__rating-count{font-weight:500;color:var(--pc-muted)}.product-card--v2 .quick-view__button{inset-block-start:12px;inset-inline-end:12px}.product-card.product-card--v2 .product-card__content{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;text-align:left;padding-block:var(--pc-pad-top) var(--pc-pad-bottom);padding-inline:var(--pc-pad-inline);border-block-start:1px solid var(--pc-hairline);color:var(--pc-ink)}.product-card--v2 .product-card__title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card--v2 .product-card__actions,.product-card--v2 .product-card__bottom,.product-card--v2 .product-card__meta a{position:relative;z-index:2}.product-card--v2 .product-card__meta{font-size:var(--pc-meta-size);font-weight:500;line-height:1.4;color:var(--pc-muted)}.product-card--v2 .product-card__meta a{color:inherit;text-decoration:none}.product-card--v2 .product-card__meta a:hover{color:var(--pc-ink)}.product-card--v2 .product-card__middle{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:var(--pc-middle-min);margin-block-start:7px}.product-card--v2 .product-card__heading{margin:0;width:100%}.product-card.product-card--v2 .product-card__title{display:-webkit-box;-webkit-line-clamp:var(--pc-title-lines);-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-body-family);font-size:var(--pc-title-size);font-weight:var(--pc-title-weight);line-height:var(--pc-title-leading);letter-spacing:0;text-transform:none;text-decoration:none;background:none;color:var(--pc-ink)}.product-card.product-card--v2 .price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;flex-direction:row;gap:5px;margin-block-start:10px;line-height:1.2}.product-card.product-card--v2 .price__regular{flex-basis:auto;font-size:var(--pc-price-size);font-weight:700;color:var(--pc-ink)}.product-card.product-card--v2 .price--on-sale .price__regular{color:var(--pc-accent);font-weight:700}.product-card.product-card--v2 .price__regular small{font-size:var(--pc-meta-size);font-weight:500;color:var(--pc-muted)}.product-card.product-card--v2 .price__sale{font-size:var(--pc-meta-size);font-weight:500;color:var(--pc-muted);text-decoration:line-through}.product-card.product-card--v2 .price__sale:before{content:none}.product-card.product-card--v2 .unit-price{flex-basis:100%;font-size:11px;font-weight:500;color:var(--pc-muted)}.product-card--v2 .product-card__bottom{padding-block-start:10px}.product-card--v2 .product-card__swatches{position:relative;z-index:2;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-block-start:8px}.product-card--v2 .product-card__swatch-list{display:flex;align-items:center;gap:5px;margin:0;padding:0;list-style:none}.product-card--v2 .product-card__swatch-list .color-swatch{--swatch-size: 18px;--swatch-radius: 9999px;--swatch-offset: 2px}.product-card--v2 .product-card__swatch-count{font-size:var(--pc-meta-size);font-weight:500;line-height:1;color:var(--pc-muted)}.product-card--v2 .product-card__actions{margin-block-start:auto;padding-block-start:16px}.product-card--v2 .product-card__actions form{margin:0}.product-card--v2 .product-card__button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:46px;padding:var(--pc-cta-pad) 12px;border:none;border-radius:var(--pc-radius-cta);background-color:var(--pc-accent);color:#fff;font-family:var(--font-body-family);font-size:var(--pc-cta-size);font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:transform var(--pc-out) var(--pc-ease),box-shadow var(--pc-out) var(--pc-ease),background-color var(--pc-out) var(--pc-ease)}@media screen and (pointer:fine){.product-card--v2:hover .product-card__button{box-shadow:0 6px 16px var(--pc-accent-shadow)}.product-card--v2 .product-card__button:hover{background-color:var(--pc-accent-hover);box-shadow:0 8px 18px var(--pc-accent-shadow);transform:translateY(-1px);transition-duration:var(--pc-in),var(--pc-in),var(--pc-in)}.product-card--v2 .product-card__button:active{transform:translateY(0);box-shadow:0 3px 10px var(--pc-accent-shadow);transition-duration:.08s}.product-card--v2 .product-card__button[disabled]:hover,.product-card--v2 .product-card__button--disabled:hover,.product-card--v2 .product-card__button.is-added:hover{transform:none}.product-card--v2 .product-card__swatch-list .color-swatch{transition:transform var(--pc-out) var(--pc-ease)}.product-card--v2 .product-card__swatch-list .color-swatch:hover{transform:scale(1.15);transition-duration:var(--pc-in)}.product-card.product-card--v2 .product-card__title{transition:color var(--pc-out) var(--pc-ease)}.product-card.product-card--v2:hover .product-card__title{color:var(--pc-accent);transition-duration:var(--pc-in)}}@media(prefers-reduced-motion:reduce){.product-card.product-card--v2,.product-card--v2 .product-card__button,.product-card--v2 .product-card__media .media>img,.product-card--v2 .product-card__swatch-list .color-swatch{transition-duration:.01ms}.product-card.product-card--v2:hover,.product-card--v2 .product-card__button:hover,.product-card--v2 .product-card__swatch-list .color-swatch:hover{transform:none}.product-card--v2:hover .product-card__media .media>img{--tw-scale-x: 1;--tw-scale-y: 1}}.product-card--v2 .product-card__button .btn-text{display:flex;align-items:center;justify-content:center;gap:6px;width:auto;height:auto;pointer-events:none}.product-card--v2 .product-card__button:focus-visible{outline:2px solid var(--pc-ink);outline-offset:2px}.product-card--v2 .product-card__button[aria-busy=true]{cursor:progress;opacity:.75}.product-card--v2 .product-card__button[disabled],.product-card--v2 .product-card__button--disabled{background-color:#e7eaf0;color:var(--pc-muted);cursor:not-allowed;box-shadow:none}.product-card--v2 .product-card__button.is-added,.product-card--v2 .product-card__button.is-added:hover{background-color:var(--pc-success);box-shadow:none}.product-card__button .product-card__button-added,.product-card__button.is-added .product-card__button-label{display:none}.product-card__button.is-added .product-card__button-added{display:inline}@media(prefers-reduced-motion:no-preference){html.js motion-list:has(>.product-card--v2):not([initialized]):not([motion-reduced])>.card{opacity:0;animation:pc-reveal-failsafe .01s linear 4s forwards}html.js motion-list:has(>.product-card--v2):not([initialized])>.product-card--v2{transition:none;will-change:transform,opacity}}@keyframes pc-reveal-failsafe{to{opacity:1}}.product-card--v2 .product-card__countdown{inset-block-end:12px}.product-card--v2 .product-card__spec{border-block-start:1px solid var(--pc-hairline)}@media screen and (max-width:639px){.mobile\:card-grid--2 .product-card--v2,.mobile\:card-grid--3 .product-card--v2,.mobile\:card-grid--4 .product-card--v2{--pc-media-inset: 10%;--pc-pad-inline: 12px;--pc-pad-top: 12px;--pc-pad-bottom: 14px;--pc-radius: 14px;--pc-meta-size: 11.5px;--pc-title-size: 15px;--pc-rating-size: 12px;--pc-price-size: 18px;--pc-cta-size: 14px;--pc-cta-pad: 11px}.mobile\:card-grid--2 .product-card--v2 .product-card__swatch-list .color-swatch,.mobile\:card-grid--3 .product-card--v2 .product-card__swatch-list .color-swatch,.mobile\:card-grid--4 .product-card--v2 .product-card__swatch-list .color-swatch{--swatch-size: 15px}}@media screen and (pointer:coarse){.product-card--v2 .product-card__button{min-height:44px;padding-block:calc(var(--pc-cta-pad) + 1px)}}.mega-menu__panel .product-card--v2{--pc-media-ratio: 4 / 3;--pc-pad-inline: 14px;--pc-pad-top: 12px;--pc-pad-bottom: 14px;--pc-meta-size: 12px;--pc-title-size: 16.5px;--pc-rating-size: 12px;--pc-price-size: 19px;--pc-cta-size: 14px}@media screen and (min-width:1024px){.slider--desktop:has(.card-grid>.product-card--v2){padding-block:16px 44px;margin-block:-16px -44px}}@media screen and (max-width:1023px){.slider--tablet:has(.card-grid>.product-card--v2){padding-block:16px 44px;margin-block:-16px -44px}}@media screen and (min-width:768px){.card-grid:has(>.product-card--v2)>.product-card--promo{min-height:200px}.card-grid:has(>.product-card--v2)>.product-card--promo .product-card__media.without-content{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.card-grid:has(>.product-card--v2)>.product-card--promo .product-card__media.without-content video-media :is(video,img){object-position:50% 38%}}@media screen and (max-width:1023px){.shop-the-look .product-card.product-card--v2{flex-direction:row;align-items:center;gap:12px;background-color:transparent;border:0;border-radius:0}.shop-the-look .product-card--v2 .product-card__media{flex:none;height:auto;aspect-ratio:1 / 1}.shop-the-look .product-card.product-card--v2 .product-card__content{flex:1 1 auto;padding:0;border-block-start:0}.shop-the-look .product-card--v2 .product-card__actions{padding-block-start:10px}}.collection--skincare-viso,.collection--skincare-viso-sub,.collection--skincare-3,.collection--milky-way{--collection-accent: #a50050;--collection-accent-hover: #8a0043;--collection-accent-shadow: rgba(165, 0, 80, .32)}.collection--skincare-make-up{--collection-accent: #303033;--collection-accent-hover: #1c1c1e;--collection-accent-shadow: rgba(48, 48, 51, .32)}.collection--skincare-5{--collection-accent: #7eaeb1;--collection-accent-hover: #628f92;--collection-accent-shadow: rgba(126, 174, 177, .4)}.collection--skincare-4{--collection-accent: #d8ac1e;--collection-accent-hover: #b78f14;--collection-accent-shadow: rgba(216, 172, 30, .35)}.collection[class*=collection--] .product-card--v2{--pc-accent: var(--collection-accent, #164a9a);--pc-accent-hover: var(--collection-accent-hover, #123c7e);--pc-accent-shadow: var(--collection-accent-shadow, rgba(22, 74, 154, .32))}.collection[class*=collection--] .product-card--v2 :is(.product-card__title,.price__regular,.price){color:var(--collection-accent, var(--pc-ink))}.collection[class*=collection--] .pagination :is(.page,.previous,.next){color:var(--collection-accent, rgb(var(--color-foreground)))}.collection[class*=collection--] .pagination .page.current{background-color:var(--collection-accent, rgb(var(--color-foreground)));color:#fff}
/*# sourceMappingURL=/cdn/shop/t/105/assets/product-card.css.map */
