.product-card{scroll-snap-align:start;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr;align-content:stretch;gap:0;display:grid;position:relative;padding:22px;border:1px solid rgb(0 0 0 / .14);border-radius:12px;background:#fff;box-shadow:0 2px 10px #0000001f;color:#111;animation:pcardFadeUp .45s cubic-bezier(.25,.46,.45,.94) both;transition:transform .28s cubic-bezier(.25,.46,.45,.94),box-shadow .28s cubic-bezier(.25,.46,.45,.94),border-color .28s ease}@keyframes pcardFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media screen and (pointer:fine){.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #00000029;border-color:#00000038}}.product-card__figure{width:100%;padding:0;position:relative;overflow:hidden;border-radius:12px}.product-card__figure>.badge-list{z-index:2;position:absolute;inset-block-start:.25rem;inset-inline-start:.25rem}.product-card__media{isolation:isolate;display:block}.product-card__media .aspect-square{aspect-ratio:3/4!important}.product-card__image{width:100%!important;height:100%!important;object-fit:cover;object-position:center;margin-inline:auto;transition:transform .65s cubic-bezier(.25,.46,.45,.94),opacity .15s ease;will-change:transform}.product-card__image--secondary{width:100%;height:100%;display:none;position:absolute;inset-block-start:0;inset-inline-start:0}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.46) 0%,rgba(0,0,0,.12) 40%,transparent 65%);opacity:0;transition:opacity .45s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:flex-end;justify-content:center;padding-block-end:1.375rem;pointer-events:none}.product-card__overlay-cta{display:inline-block;color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.6);padding-block-end:3px;transform:translateY(8px);transition:transform .45s cubic-bezier(.25,.46,.45,.94)}@media screen and (pointer:fine){.product-card:hover .product-card__overlay{opacity:1}.product-card:hover .product-card__overlay-cta{transform:translateY(0)}.product-card:hover .product-card__image--primary:not(:has(~.product-card__image--secondary)){transform:scale(1.055)}.product-card__image--secondary{opacity:0;mix-blend-mode:plus-lighter;display:block}.product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--primary{opacity:0}.product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--secondary{opacity:1}}.badge--on-sale{position:relative;display:inline-block;padding:6px 10px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#bc0000;border-radius:20px;overflow:hidden;z-index:1;transition:transform .25s ease,box-shadow .25s ease}.badge--sold-out{color:#fff;background:#000;border:1px solid #000;border-radius:20px}.product-card:hover .badge--on-sale{transform:translateY(-2px);box-shadow:0 6px 14px #00000026}.badge--on-sale:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-25deg)}.product-card:hover .badge--on-sale:before{animation:shineSweep .8s ease forwards}@keyframes shineSweep{to{left:125%}}.product-card__info{text-align:start;align-content:start;justify-items:stretch;gap:.35rem;display:grid;height:100%;padding-block-start:14px;margin-block-start:14px;border-top:1px solid rgb(0 0 0 / .08)}.product-card__details{padding:20px 0 0}.product-card__info>.v-stack{height:100%;display:flex;flex-direction:column}.product-card__info>.v-stack>.v-stack{flex:1;height:100%;display:flex;flex-direction:column}.product-card__info :is(.price-list,.rating-badge){justify-content:start}.product-card__info .smallcaps{color:#6f6f6f;font-size:.6875rem;font-weight:500;letter-spacing:.16em}.product-card__info .product-title{color:#111;font-size:1rem;font-weight:700;line-height:1.22}.product-card__info .price-list{color:#111;font-size:1rem;line-height:1.25}.product-card__info .v-stack{gap:1.5rem}.product-card__info .color-swatch{--swatch-size: 1.375rem}.product-card__quick-add{width:100%;margin-block-start:auto}.product-card__quick-add form{width:100%}.product-card__quick-add-button{min-height:2.75rem;width:100%;background:#000;color:#fff;border:2px solid #000;padding:.8rem 1rem;position:relative;overflow:hidden;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;box-shadow:none;transition:background .28s ease,color .28s ease;z-index:1}.product-card__quick-add-button:hover{background:transparent;color:#000;box-shadow:none}.product-card__quick-add-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (pointer:fine){.product-card__quick-add-button,.product-card:hover .product-card__quick-add-button{opacity:1;transform:none}}@media screen and (min-width:700px){.product-card__figure>.badge-list{inset-block-start:.5rem;inset-inline-start:.5rem}.collection .product-list[collection-desktop-layout=compact] .product-card__info{display:none}}@media screen and (max-width:699px){.product-card__info .product-title{font-size:.82rem;line-height:1.25}.product-card__info .price-list{font-size:.875rem}}.horizontal-product-card{scroll-snap-align:start;scroll-snap-stop:always;align-items:center;column-gap:1.5rem;display:flex;position:relative;container:horizontal-product-card / inline-size}.horizontal-product-card__figure{flex-shrink:0;width:6.25rem}.horizontal-product-card__info{flex-grow:1;grid-template-columns:minmax(0,1fr);grid-auto-columns:auto;justify-items:start;gap:.625rem;display:grid}.\@large\:horizontal-product-card__button{display:none}@media screen and (min-width:700px){.horizontal-product-card{column-gap:2rem}}@container horizontal-product-card (width >= 450px){.horizontal-product-card__info{grid-auto-flow:column;align-items:center}.\@narrow\:horizontal-product-card__button{display:none}.\@large\:horizontal-product-card__button{display:block}}@media screen and (max-width:699px){.predictive-search__products .horizontal-product-card__figure{max-width:4.375rem}.complementary-products__product-list--carousel .product-card__figure{max-width:11.25rem;margin-inline:auto}}.shop-the-look__popover .product-card__figure{width:100%;max-width:10rem;margin-inline:auto}.shopify-section--shop-the-look .shop-the-look__item-product .product-card{width:100%;min-width:0;gap:1rem;padding:clamp(.875rem,1.5vw,1.25rem);border:1px solid rgb(var(--border-color));border-radius:14px;background:#f7fbff;box-shadow:0 12px 36px #00000012;opacity:.72;transform:scale(.965);transform-origin:center;transition:transform .28s ease,opacity .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease;animation:none}.shopify-section--shop-the-look .shop-the-look__item-product.is-selected .product-card{border-color:#2d5c9147;background:rgb(var(--background));box-shadow:0 20px 52px #00000021;opacity:1;transform:scale(1.035)}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__figure{border-radius:12px;background:#f7f5f2}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__image{aspect-ratio:1 / 1;object-fit:contain;padding:.45rem}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__info{width:100%;min-width:0;gap:.55rem}.shopify-section--shop-the-look .shop-the-look__item-product .product-title{font-weight:700;line-height:1.3}.shopify-section--shop-the-look .shop-the-look__popover .product-card__figure{max-width:13rem;border-radius:12px}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__quick-add,.shopify-section--shop-the-look .shop-the-look__item-product .product-card__quick-add form,.shopify-section--shop-the-look .shop-the-look__item-product .product-card__quick-add-button{width:100%;min-width:0}@media screen and (min-width:1000px){.shopify-section--shop-the-look .shop-the-look__item-product .product-card{grid-template-columns:minmax(12rem,.9fr) minmax(0,1.1fr);align-items:center}.shopify-section--shop-the-look .shop-the-look__item-product.is-selected .product-card{grid-template-columns:minmax(13.5rem,1fr) minmax(0,1.12fr)}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__figure{min-width:0}.shopify-section--shop-the-look .shop-the-look__item-product .product-card__info{align-content:center}}@media screen and (min-width:1200px){.shopify-section--shop-the-look .shop-the-look__item-product .product-card{grid-template-columns:minmax(13rem,.9fr) minmax(0,1.15fr)}.shopify-section--shop-the-look .shop-the-look__item-product.is-selected .product-card{grid-template-columns:minmax(14.5rem,1fr) minmax(0,1.18fr)}}@media(prefers-reduced-motion:reduce){.product-card{animation:none;transition:none}.product-card__quick-add-button{transition:none}.badge--on-sale:before,.product-card:hover .badge--on-sale:before{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-product-card.css.map */
