.product-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:1.9rem;border:1px solid rgba(16,26,48,.07);background:linear-gradient(180deg,#fffffff7,#ffffffed);overflow:hidden;cursor:pointer;box-shadow:0 1px 2px #101a300a,0 10px 24px #101a300d,0 24px 44px #6f8ff712;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background-color .24s ease;will-change:transform,box-shadow}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #101a3005}.product-card:hover,.product-card:focus-within{transform:translateY(-6px);border-color:#5f7edc33;box-shadow:0 1px 2px #101a300d,0 18px 36px #101a3014,0 34px 68px #6f8ff729,0 0 0 5px #89ccf117,0 0 34px #6f8ff724}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1.02;background:linear-gradient(180deg,#89ccf11a,#fbe7971f);overflow:hidden;text-decoration:none}.product-card__media:after{content:"";position:absolute;inset:auto 0 0;height:18%;pointer-events:none;background:linear-gradient(180deg,#101a3000,#101a3009);opacity:.55;transition:opacity .24s ease}.product-card:hover .product-card__media:after,.product-card:focus-within .product-card__media:after{opacity:.78}.product-card__media-wrap{position:relative;width:100%;height:100%;isolation:isolate}.product-card__image,.product-card__variant-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;transition:opacity .26s ease,transform .36s ease}.product-card__image--secondary,.product-card__variant-image{opacity:0}.product-card__variant-image.is-active{opacity:1}.product-card__media-wrap.has-active-variant-preview .product-card__image--primary{opacity:0}@media(hover:hover){.product-card:not(.product-card--has-color-variants):hover .product-card__image--primary,.product-card:not(.product-card--has-color-variants):focus-within .product-card__image--primary{transform:scale(1.018)}.product-card:not(.product-card--has-color-variants):hover .product-card__media-wrap.has-secondary .product-card__image--primary,.product-card:not(.product-card--has-color-variants):focus-within .product-card__media-wrap.has-secondary .product-card__image--primary{opacity:0;transform:scale(1.035)}.product-card:not(.product-card--has-color-variants):hover .product-card__media-wrap.has-secondary .product-card__image--secondary,.product-card:not(.product-card--has-color-variants):focus-within .product-card__media-wrap.has-secondary .product-card__image--secondary{opacity:1;transform:scale(1.035)}.product-card--has-color-variants:hover .product-card__variant-image.is-active,.product-card--has-color-variants:focus-within .product-card__variant-image.is-active{transform:scale(1.02)}.product-card__media-wrap.is-card-hover-secondary .product-card__image--primary,.product-card__media-wrap.is-card-hover-secondary .product-card__variant-image{opacity:0;transform:scale(1.035)}.product-card__media-wrap.is-card-hover-secondary .product-card__image--secondary{opacity:1;transform:scale(1.035)}}.product-card__media-wrap.is-fallback-visible .product-card__image,.product-card__media-wrap.is-fallback-visible .product-card__variant-image{display:none}.product-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:none;place-items:center;overflow:hidden;background:linear-gradient(180deg,#fffbf4fa,#faf7f0fa)}.product-card__media-wrap.is-fallback-visible .product-card__fallback{display:grid}.product-card__fallback-watermark{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;display:grid;align-content:center;gap:.9rem;transform:rotate(-34deg) scale(1.08);transform-origin:center;pointer-events:none;-webkit-user-select:none;user-select:none}.product-card__fallback-watermark span{display:block;white-space:nowrap;font-size:clamp(1.25rem,1.6vw,1.9rem);line-height:1;font-weight:800;letter-spacing:.05em;text-transform:uppercase;opacity:.34;text-decoration:none!important}.product-card__fallback-watermark span:nth-child(4n+1){transform:translate(-18%)}.product-card__fallback-watermark span:nth-child(4n+2){transform:translate(-12%)}.product-card__fallback-watermark span:nth-child(4n+3){transform:translate(-6%)}.product-card__fallback-watermark span:nth-child(4n+4){transform:translate(-24%)}.product-card__fallback-watermark span:nth-child(odd){color:#89ccf1}.product-card__fallback-watermark span:nth-child(2n){color:#fbe797}.product-card__fallback-label{position:relative;z-index:1;padding:.42rem .78rem;text-align:center;font-size:1.02rem;font-weight:700;color:#33415c;border-radius:999px;background:#ffffff94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.product-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:.6rem;padding:.85rem .9rem .95rem}.product-card__eyebrow{margin-bottom:0}.product-card__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.3rem .6rem;align-items:start}.product-card__text{min-width:0}.product-card__title{margin:0;min-width:0;font-size:.98rem;line-height:1.2}.product-card__title a{display:block;overflow:hidden;color:var(--color-heading);text-decoration:none;white-space:nowrap;text-overflow:ellipsis}.product-card__title a:hover{color:var(--color-link)}.product-card__price-wrap{margin-top:.34rem}.product-card .product-stock{width:fit-content;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 1.4rem);padding:.22rem .54rem;border:1px solid rgba(16,26,48,.18);border-radius:999px;background:#fbe797e6;color:var(--color-heading);font-size:.72rem;line-height:1.1;font-weight:800;white-space:nowrap;box-shadow:0 0 0 2px #ffffffc7,0 8px 18px #101a3024;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-card .product-stock[hidden]{display:none!important}.product-stock--card{position:absolute;top:.72rem;left:.72rem;z-index:5;margin:0;pointer-events:none}.product-card .price{font-size:1rem;font-weight:800;color:var(--color-heading)}.product-card__chip-slot{display:flex;align-items:flex-start;justify-content:flex-end;min-height:1.52rem}.product-card__chip-slot.is-empty{display:none}.product-card__chips{display:flex;align-items:flex-start;justify-content:flex-end;gap:.08rem;flex-wrap:nowrap;white-space:nowrap}.product-card__chip,.product-card__chip-more{display:inline-flex;align-items:center;justify-content:center;width:1.52rem;height:1.52rem;padding:0;border-radius:999px}.product-card__chip{border:0;background:transparent;cursor:pointer}.product-card__chip-swatch{position:relative;overflow:hidden;width:.72rem;height:.72rem;border-radius:999px;background:var(--chip-color, #dbe4f4);border:1px solid rgba(16,26,48,.16);box-shadow:inset 0 0 0 1px #ffffff47;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,opacity .18s ease}.product-card__chip:hover .product-card__chip-swatch,.product-card__chip.is-selected .product-card__chip-swatch{transform:scale(1.12);border-color:#101a3047;box-shadow:0 0 0 3px #89ccf12e,inset 0 0 0 1px #ffffff47}.product-card__chip.is-unavailable .product-card__chip-swatch{opacity:.5}.product-card__chip.is-unavailable .product-card__chip-swatch:after{content:"";position:absolute;top:50%;left:50%;width:140%;height:1px;background:#101a3047;transform:translate(-50%,-50%) rotate(-35deg)}.product-card__chip:focus-visible{outline:none}.product-card__chip:focus-visible .product-card__chip-swatch{box-shadow:0 0 0 3px #89ccf138,inset 0 0 0 1px #ffffff47}.product-card__chip-more{background:#ffffffc7;border:1px solid rgba(16,26,48,.08);color:#101a30ad;font-size:.68rem;font-weight:700}.product-card__actions{margin-top:auto;display:flex;align-items:flex-end}.product-card__quick-add-form{display:flex}.product-card__quick-add,.product-card__quick-add--link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:2.3rem;min-width:6.25rem;padding:.58rem .82rem;border-radius:999px;font:inherit;font-weight:700;font-size:.88rem;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.product-card__quick-add{border:1px solid #e8d26f;background:#fbe797;color:var(--color-heading)}.product-card__quick-add:hover{transform:translateY(-1px);background:#f5dd7a;border-color:#dfc75d;box-shadow:0 10px 20px #fbe79747}.product-card__quick-add--link{border:1px solid rgba(16,26,48,.1);background:#fffc;color:var(--color-heading)}.product-card__quick-add--link:hover{transform:translateY(-1px);background:#fffffffa;border-color:#5f7edc29;color:var(--color-heading);box-shadow:0 10px 20px #6f8ff714}.product-card__quick-add:disabled{opacity:1;background:#f3f4f6;border-color:#101a3014;color:#101a308c;cursor:not-allowed;transform:none;box-shadow:none}.product-card__quick-add:disabled:hover{transform:none;background:#f3f4f6;border-color:#101a3014;box-shadow:none}.product-card__quick-add.is-loading{animation:product-card-button-charge .62s ease-in-out infinite alternate}.product-card__quick-add.is-added{background:#89ccf1;border-color:#72bfe9;box-shadow:0 12px 24px #89ccf152;animation:product-card-button-pop .72s ease}.product-card__quick-add:after{content:"";position:absolute;top:50%;left:50%;width:.8rem;height:.8rem;border-radius:999px;pointer-events:none;opacity:0;transform:translate(-50%,-50%) scale(.2)}.product-card__quick-add.is-added:after{background:#89ccf1;box-shadow:0 -24px 0 -6px #89ccf1,17px -17px 0 -6px #89ccf1,24px 0 0 -6px #fbe797,17px 17px 0 -6px #89ccf1,0 24px 0 -6px #fbe797,-17px 17px 0 -6px #89ccf1,-24px 0 0 -6px #fbe797,-17px -17px 0 -6px #89ccf1;animation:product-card-button-burst .82s ease-out forwards}@keyframes product-card-button-charge{0%{transform:scale(1);box-shadow:0 0 #fbe79700}to{transform:scale(1.12);box-shadow:0 14px 28px #fbe79757}}@keyframes product-card-button-pop{0%{transform:scale(1)}35%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes product-card-button-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.2)}18%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.16)}}.product-card__quick-add-icon{display:inline-flex;width:1rem;height:1rem;align-items:center;justify-content:center}.product-card__quick-add-icon svg{width:100%;height:100%;display:block}.product-card__quick-add-text{line-height:1}@media(max-width:989px){.product-card__media{aspect-ratio:1 / 1.04}.product-card__fallback-watermark span{font-size:clamp(1.05rem,3vw,1.4rem)}.product-card__chip,.product-card__chip-more{width:1.45rem;height:1.45rem}.product-card__chip-swatch{width:.68rem;height:.68rem}}@media(max-width:749px){.listing-page__grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card{border-radius:1.25rem;box-shadow:0 1px 2px #101a300a,0 8px 18px #101a300d,0 16px 30px #6f8ff70f}.product-card:hover,.product-card:focus-within{transform:translateY(-4px);box-shadow:0 1px 2px #101a300d,0 14px 26px #101a3014,0 24px 42px #6f8ff71f,0 0 0 4px #89ccf114,0 0 24px #6f8ff71a}.product-card__media{aspect-ratio:1 / 1}.product-card__content{gap:.42rem;padding:.72rem .75rem .8rem}.product-card__top{grid-template-columns:1fr;gap:.28rem}.product-card__title{font-size:.9rem;line-height:1.16}.product-card__price-wrap{margin-top:.22rem}.product-card .price{font-size:.92rem}.product-card__chip-slot,.product-card__chip-slot.is-empty{display:flex;justify-content:flex-start;min-height:1.35rem}.product-card__chip-slot.is-empty{visibility:hidden}.product-card__chips{justify-content:flex-start;gap:.04rem}.product-card__chip,.product-card__chip-more{width:1.35rem;height:1.35rem}.product-card__chip-swatch{width:.68rem;height:.68rem}.product-card__quick-add,.product-card__quick-add--link{min-height:2.1rem;min-width:6rem;padding:.5rem .68rem;font-size:.8rem}.product-card__quick-add-icon{width:.88rem;height:.88rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-card.css.map */
