.product-card{position:relative;display:flex;flex-direction:column;height:100%}.product-card__link{display:flex;flex-direction:column;color:var(--color-ink);text-decoration:none;transition:transform var(--t-base) ease}.product-card__media{position:relative;width:100%;overflow:hidden;background:transparent;border-radius:10px;margin-bottom:11px;padding:0}@media(max-width:989px){.product-card__media{box-shadow:inset 0 0 0 2.5px var(--color-paper)}}.product-card__image{width:100%!important;height:100%!important;aspect-ratio:296 / 368;object-fit:cover!important;object-position:center;border-radius:12px}.product-card__image,.product-card__placeholder-svg{width:100%;object-fit:cover;display:block;transition:opacity var(--t-base) ease,transform var(--t-slow) ease}.product-card__image[data-index]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity 0s .24s}.product-card__image[data-index="0"]{position:relative}.product-card__image.is-active{opacity:1;z-index:2;transition:opacity .24s ease 0s}.product-card__title{font-family:var(--font-display);font-size:var(--fs-h6);font-weight:400;line-height:1.1875em;letter-spacing:0;color:var(--color-ink);margin:0;text-transform:none}.product-card__meta{font-family:var(--font-body);font-size:14px;line-height:1.4;color:var(--color-ink);margin-bottom:12px}.product-card__price-regular,.product-card__price-sale{font-weight:400}.product-card__price-sale{color:#b2403d;margin-right:6px}.product-card__price-compare{text-decoration:line-through;color:var(--color-text-light)}.product-card__description{margin:0 0 5px;padding-top:5px;font-family:var(--font-body);font-size:11px;line-height:1.3em;color:var(--color-ink);max-width:320px}.product-card:hover .product-card__placeholder-block,.product-card:hover .product-card__placeholder-svg{opacity:.92;transform:scale(1.02)}.product-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:8px;color:#fff;display:flex;flex-direction:column;gap:6px;z-index:3;pointer-events:none}.product-card__overlay>*{pointer-events:auto}.product-card__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;--pill-h: 32px}.product-card__price-pill{display:inline-flex;align-items:center;height:var(--pill-h);padding:0 14px;border-radius:999px;background:#1c1c1c6b;color:#fff;letter-spacing:.02em;line-height:1;text-shadow:0 1px 20px rgba(0,0,0,.6),0 2px 36px rgba(0,0,0,.42)}body.feature-view-on .product-card__price-pill{background:none;color:var(--color-ink);text-shadow:none}.product-card__atc{flex-shrink:0;width:var(--pill-h);height:var(--pill-h);padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#1c1c1c6b;border:0;color:#fff;font-family:var(--font-body);cursor:pointer;transition:background .16s ease}.product-card__atc:hover{background:#fffffff2;color:var(--color-ink)}.product-card__atc .icon-cart{width:16px;height:16px;display:block;filter:drop-shadow(0 1px 14px rgba(0,0,0,.6)) drop-shadow(0 2px 26px rgba(0,0,0,.42));transition:filter .16s ease}.product-card__atc:hover .icon-cart{filter:none}body.feature-view-on .product-card__atc{background:none;color:var(--color-ink)}body.feature-view-on .product-card.is-hover-swapped .product-card__price-pill,body.feature-view-on .product-card.is-hover-swapped .product-card__atc{color:#fff}body.feature-view-on .product-card.is-hover-swapped .product-card__atc:hover,body.feature-view-on .product-card__atc:hover{background:#fffffff2;color:var(--color-ink)}body.feature-view-on .product-card__atc .icon-cart{filter:none}.product-card__skeleton{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:4;overflow:hidden;border-radius:inherit;background:color-mix(in srgb,var(--color-blush) 50%,#ffffff)}.product-card__skeleton:after,.product-card__sk-shine-over{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;transform:translate(-35%,-35%);pointer-events:none;will-change:transform;background:linear-gradient(135deg,transparent 35%,var(--color-paper) 50%,transparent 65%);animation:pennie-card-shimmer 1.1s linear infinite}.product-card__skeleton:after{z-index:1;opacity:.6}.product-card__sk-shine-over{z-index:3;opacity:.4}@keyframes pennie-card-shimmer{0%{transform:translate(-35%,-35%)}to{transform:translate(55%,55%)}}.product-card__sk-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:8px;display:flex;align-items:center;justify-content:space-between;opacity:.3}.product-card__sk-pill,.product-card__sk-circle{background:color-mix(in srgb,color-mix(in srgb,var(--color-blush) 72%,#ee6fa6) 86%,#000000)}.product-card__sk-pill{height:var(--pill-h, 32px);width:64px;border-radius:999px}.product-card__sk-circle{width:var(--pill-h, 32px);height:var(--pill-h, 32px);border-radius:50%}.product-card.is-loaded .product-card__skeleton,.browse-card.is-loaded .product-card__skeleton{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}.product-card__placeholder-block{transition:transform var(--t-slow) var(--ease-drawer),opacity var(--t-base) ease}.product-card__placeholder-block{position:relative;width:100%;aspect-ratio:296 / 368;background:radial-gradient(circle at 50% 55%,rgba(232,198,204,.5) 0%,rgba(241,241,236,.9) 60%,var(--color-paper-alt) 100%);display:flex;align-items:center;justify-content:center;border-radius:6px}.product-card__placeholder-block:after{content:"";width:28%;aspect-ratio:1 / 1;background-color:var(--color-ink);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 21s-7.5-4.7-9.5-9.4C1 7.6 4 4 7.6 4c2 0 3.5 1.1 4.4 2.6C12.9 5.1 14.4 4 16.4 4 20 4 23 7.6 21.5 11.6 19.5 16.3 12 21 12 21z'/></svg>") center / contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 21s-7.5-4.7-9.5-9.4C1 7.6 4 4 7.6 4c2 0 3.5 1.1 4.4 2.6C12.9 5.1 14.4 4 16.4 4 20 4 23 7.6 21.5 11.6 19.5 16.3 12 21 12 21z'/></svg>") center / contain no-repeat;opacity:.18}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product-card.css.map */
