.ecds-product-card{--ecds-card-black: #0e0e0e;--ecds-card-black-soft: #151515;--ecds-card-cream: #f5f2eb;--ecds-card-cream-muted: #cfc8bb;--ecds-card-gold: #c6a85c;--ecds-card-gold-soft: #d7c17f;--ecds-card-border: rgba(198, 168, 92, .48);--ecds-card-border-strong: rgba(198, 168, 92, .72);--ecds-card-shadow: 0 10px 28px rgba(0, 0, 0, .34);--ecds-card-radius-card: 14px;--ecds-card-radius-media: 13px;--ecds-card-radius-button: 14px;--ecds-card-radius-pill: 999px;position:relative;display:flex;flex-direction:column;gap:0;width:100%;min-width:0;height:100%;padding:0;overflow:hidden;border:1px solid var(--ecds-card-border);border-radius:var(--ecds-card-radius-card);color:var(--ecds-card-cream);background:var(--ecds-card-black);font-family:inherit;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.ecds-product-card__media{position:relative;display:block;width:100%;margin:0;overflow:hidden;border-radius:var(--ecds-card-radius-media) var(--ecds-card-radius-media) 0 0;background:transparent;isolation:isolate}.ecds-product-card__media--square{aspect-ratio:1 / 1}.ecds-product-card__media--portrait{aspect-ratio:4 / 5}.ecds-product-card__media--natural{aspect-ratio:auto}.ecds-product-card__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:block;width:100%;height:100%;overflow:hidden;color:inherit;text-decoration:none}.ecds-product-card__image,.ecds-product-card__placeholder{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center center;backface-visibility:hidden;transform-origin:center center}.ecds-product-card__image--primary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:1;transform:scale(1)}.ecds-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;transform:scale(1.035);pointer-events:none}.ecds-product-card__badges{position:absolute;top:.625rem;left:.625rem;z-index:5;display:flex;align-items:center;gap:.4rem;pointer-events:none}.ecds-product-card__badge,.ecds-product-card__discount-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border:1px solid transparent;border-radius:5px;font-size:10px;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.ecds-product-card__badge--sale{color:var(--ecds-card-black);background:var(--ecds-card-gold);border-color:#0e0e0e2e;box-shadow:0 2px 8px #00000038}.ecds-product-card__badge--unavailable{color:var(--ecds-card-cream);background:#0e0e0edb;border-color:#f5f2eb47}.ecds-product-card__badge--new{border-color:#d4af67b8;background:#d4af6724;color:#c85a5a}.ecds-product-card__content{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;width:100%;padding:16px 12px 12px}.ecds-product-card__vendor{margin:0 0 5px;color:var(--ecds-card-gold);font-size:10px;font-weight:700;line-height:1.35;letter-spacing:.8px;text-transform:uppercase}.ecds-product-card__title{display:-webkit-box;min-width:0;min-height:42px;margin:0;overflow:hidden;color:var(--ecds-card-cream);font-size:15px;font-weight:600;line-height:1.4;letter-spacing:-.1px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ecds-product-card__title-link{color:inherit;text-decoration:none}.ecds-product-card__title-link:hover{color:var(--ecds-card-gold-soft)}.ecds-product-card__title-link:focus-visible{outline:2px solid var(--ecds-card-gold);outline-offset:3px;border-radius:.2rem}.ecds-product-card__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:.75rem;color:var(--ecds-card-cream-muted);font-size:12px;font-weight:500;line-height:1.3}.ecds-product-card__rating-stars{display:inline-block;color:var(--ecds-card-gold);font-size:12px;line-height:1;letter-spacing:.06em}.ecds-product-card__rating-value{color:var(--ecds-card-cream);font-weight:600}.ecds-product-card__rating-count{color:var(--ecds-card-cream-muted)}.ecds-product-card__price{margin-top:.9rem}.ecds-product-card__price-row{display:flex;align-items:center;flex-wrap:wrap;width:100%;min-height:28px;column-gap:10px;row-gap:8px}.ecds-product-card__price-row--sale{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:space-between;width:100%;column-gap:14px;row-gap:8px}.ecds-product-card__current-price{justify-self:center;color:var(--ecds-card-cream);font-size:16px;font-weight:700;line-height:1.25;letter-spacing:.005em;white-space:nowrap}.ecds-product-card__price-row--sale .ecds-product-card__current-price{color:var(--ecds-card-gold)}.ecds-product-card__compare-price{justify-self:start;color:var(--ecds-card-cream-muted);font-size:13px;font-weight:500;line-height:1.25;white-space:nowrap;text-decoration:line-through;text-decoration-color:currentColor;text-decoration-thickness:1px;text-decoration-skip-ink:none}.ecds-product-card__discount-badge{justify-self:end;min-height:25px;padding:5px 10px;color:var(--ecds-card-black);background:linear-gradient(135deg,var(--ecds-card-gold-soft),var(--ecds-card-gold));border-color:#c6a85c7a;border-radius:var(--ecds-card-radius-pill);font-size:11px;font-weight:800;letter-spacing:.01em;box-shadow:0 4px 13px #c6a85c38}.ecds-product-card__price>.price{margin:0}.ecds-product-card__actions{margin-top:auto;padding-top:16px}.ecds-product-card__form{display:block;width:100%;margin:0}.ecds-product-card .ecds-product-card__quick-add,.ecds-product-card .ecds-product-card__product-action{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:46px;padding:10px 18px;margin:0;border:1px solid rgba(198,168,92,.46);border-radius:var(--ecds-card-radius-button);color:var(--ecds-card-cream);background:transparent;background-image:none;font-family:inherit;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.9px;text-align:center;text-decoration:none;text-transform:uppercase;opacity:1;appearance:none;-webkit-appearance:none;box-shadow:inset 0 0 0 1px #ffffff03,0 0 #c6a85c00;cursor:pointer;transform:none;transition:border-color .18s ease,color .18s ease,background-color .18s ease,box-shadow .22s ease}.ecds-product-card .ecds-product-card__quick-add:before,.ecds-product-card .ecds-product-card__quick-add:after,.ecds-product-card .ecds-product-card__product-action:before,.ecds-product-card .ecds-product-card__product-action:after{display:none;content:none;box-shadow:none;background:none}.ecds-product-card .ecds-product-card__quick-add:focus-visible,.ecds-product-card .ecds-product-card__product-action:focus-visible{border-color:var(--ecds-card-gold);outline:2px solid var(--ecds-card-gold);outline-offset:3px;color:var(--ecds-card-cream);background:transparent}.ecds-product-card .ecds-product-card__quick-add:active,.ecds-product-card .ecds-product-card__product-action:active{color:var(--ecds-card-cream);background:#c6a85c17}.ecds-product-card .ecds-product-card__quick-add:disabled{border-color:#f5f2eb33;color:#f5f2eb7a;background:transparent;opacity:1;box-shadow:none;cursor:not-allowed}.ecds-product-card button.ecds-product-card__quick-add{--color-button-text: 245, 242, 235;color:var(--ecds-card-cream)!important;-webkit-text-fill-color:currentColor}.ecds-product-card button.ecds-product-card__quick-add{--color-button-text: 207, 200, 187;color:var(--ecds-card-cream-muted)!important;-webkit-text-fill-color:currentColor}.ecds-product-card__button-label,.ecds-product-card button.ecds-product-card__quick-add .ecds-product-card__button-label{display:inline-block;color:inherit!important;-webkit-text-fill-color:currentColor;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;opacity:1;transform:none}@media(hover:hover)and (pointer:fine){.ecds-product-card button.ecds-product-card__quick-add:hover{color:var(--ecds-card-gold-soft)!important}.ecds-product-card button.ecds-product-card__quick-add:hover .ecds-product-card__button-label{color:inherit!important;-webkit-text-fill-color:currentColor}}.ecds-product-card__quick-add .loading__spinner{position:absolute;inset:50% auto auto 50%;width:1rem;height:1rem;transform:translate(-50%,-50%)}.ecds-product-card__quick-add .spinner{width:100%;height:100%}.ecds-product-card__quick-add .spinner .path{stroke:currentColor}.ecds-product-card__quick-add.loading .ecds-product-card__button-label{opacity:0}.ecds-product-card--unavailable .ecds-product-card__image{filter:saturate(.74) brightness(.82)}.ecds-product-card--unavailable .ecds-product-card__product-action{color:var(--ecds-card-cream-muted)}@media(hover:hover)and (pointer:fine){.ecds-product-card:hover{border-color:var(--ecds-card-gold);box-shadow:var(--ecds-card-shadow);transform:translateY(-2px)}.ecds-product-card .ecds-product-card__quick-add:hover,.ecds-product-card .ecds-product-card__product-action:hover{border-color:var(--ecds-card-gold);color:var(--ecds-card-gold-soft);background:#c6a85c0e;box-shadow:inset 0 0 0 1px #c6a85c14,0 0 20px #c6a85c21}}.ecds-product-card:focus-within{border-color:var(--ecds-card-gold);box-shadow:0 0 0 3px #c6a85c2e}@media(hover:hover)and (pointer:fine){.ecds-product-card__image{will-change:opacity,transform;transition:opacity .42s ease,transform .65s cubic-bezier(.22,1,.36,1)}.ecds-product-card__media--has-secondary:hover .ecds-product-card__image--primary{opacity:0;transform:scale(1.018)}.ecds-product-card__media--has-secondary:hover .ecds-product-card__image--secondary{opacity:1;transform:scale(1.018)}.ecds-product-card__media:not(.ecds-product-card__media--has-secondary):hover .ecds-product-card__image--primary{transform:scale(1.022)}}@media screen and (max-width:749px){.ecds-product-card__content{padding:12px 10px 10px}.ecds-product-card__vendor{font-size:9px;letter-spacing:.7px}.ecds-product-card__title{min-height:40px;font-size:13px;line-height:1.42}.ecds-product-card__rating{margin-top:.65rem;font-size:11px}.ecds-product-card__price{margin-top:11px}.ecds-product-card__price-row--sale{column-gap:8px}.ecds-product-card__current-price{font-size:14px}.ecds-product-card__compare-price{font-size:11px}.ecds-product-card__discount-badge{min-height:23px;padding:4px 8px;font-size:10px}.ecds-product-card__actions{padding-top:12px}.ecds-product-card .ecds-product-card__quick-add,.ecds-product-card .ecds-product-card__product-action{min-height:44px;padding:9px 10px;font-size:10px;letter-spacing:.75px}}@media screen and (max-width:374px){.ecds-product-card__title{font-size:12px}.ecds-product-card__current-price{font-size:13px}.ecds-product-card .ecds-product-card__quick-add,.ecds-product-card .ecds-product-card__product-action{padding-inline:8px;font-size:10px;letter-spacing:.65px}}@media screen and (min-width:750px){.ecds-product-card__content{padding-top:16px}.ecds-product-card__vendor{font-size:10px}.ecds-product-card__title{min-height:43px;font-size:15px}.ecds-product-card__current-price{font-size:16px}.ecds-product-card__compare-price{font-size:13px}}@media screen and (min-width:990px){.ecds-product-card__title{min-height:44px;font-size:16px}.ecds-product-card__current-price{font-size:17px}.ecds-product-card__compare-price{font-size:13px}.ecds-product-card .ecds-product-card__quick-add,.ecds-product-card .ecds-product-card__product-action{min-height:46px;padding:10px 18px;font-size:12px;letter-spacing:.85px}}@media(hover:none),(pointer:coarse){.ecds-product-card__image--primary{opacity:1;transform:none}.ecds-product-card__image--secondary{opacity:0;transform:none}}@media(prefers-reduced-motion:reduce){.ecds-product-card,.ecds-product-card *,.ecds-product-card *:before,.ecds-product-card *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ecds-product-card,.ecds-product-card:hover,.ecds-product-card__image,.ecds-product-card__image--primary,.ecds-product-card__image--secondary{transform:none!important}.ecds-product-card__image--primary{opacity:1!important}.ecds-product-card__image--secondary{opacity:0!important}}@media(forced-colors:active){.ecds-product-card,.ecds-product-card__quick-add,.ecds-product-card__product-action,.ecds-product-card__badge,.ecds-product-card__discount-badge{border:1px solid ButtonText}.ecds-product-card__quick-add:focus-visible,.ecds-product-card__product-action:focus-visible,.ecds-product-card__title-link:focus-visible{outline:2px solid Highlight}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-ecds-product-card.css.map */
