.codelty-product-card{--codelty-duration-fast: .25s;--codelty-duration-base: .4s;--codelty-ease-out: cubic-bezier(.22, 1, .36, 1);--codelty-ease-in-out: cubic-bezier(.45, 0, .15, 1);display:flex;flex-direction:column;height:100%;gap:1.6rem}.codelty-product-card__media-frame{position:relative;width:100%}.codelty-product-card__media-link{display:block;text-decoration:none;color:inherit}.codelty-product-card__media-link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.codelty-product-card__media{position:relative;overflow:hidden;background:transparent;aspect-ratio:100 / var(--codelty-card-ratio, 125)}.codelty-product-card__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(110deg,rgba(var(--color-foreground),.02) 8%,rgba(var(--color-foreground),.06) 18%,rgba(var(--color-foreground),.02) 33%);background-size:200% 100%;animation:codelty-card-shimmer 1.4s ease-in-out infinite;pointer-events:none;transition:opacity var(--codelty-duration-base) var(--codelty-ease-out)}.codelty-product-card__media:not(.codelty-product-card__media--loading) .codelty-product-card__shimmer,.codelty-product-card__media.is-loaded .codelty-product-card__shimmer{opacity:0}@keyframes codelty-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.codelty-product-card__media-primary,.codelty-product-card__media-secondary{position:absolute;top:0;right:0;bottom:0;left:0}.codelty-product-card__image,.codelty-product-card__video,.codelty-product-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.codelty-product-card__placeholder{background:rgba(var(--color-foreground),.03)}.codelty-product-card__image--primary{transition:opacity var(--codelty-duration-base) var(--codelty-ease-in-out),transform var(--codelty-duration-slow, .6s) var(--codelty-ease-out)}.codelty-product-card:not(:has(.codelty-product-card__media-secondary)):not(:has(.codelty-product-card__video)):hover .codelty-product-card__image--primary,.codelty-product-card:not(:has(.codelty-product-card__media-secondary)):not(:has(.codelty-product-card__video)):focus-within .codelty-product-card__image--primary{transform:scale(1.02)}.codelty-product-card__media-secondary{opacity:0;z-index:1;transition:opacity var(--codelty-duration-base) var(--codelty-ease-in-out)}.codelty-product-card:hover .codelty-product-card__media-secondary,.codelty-product-card:focus-within .codelty-product-card__media-secondary{opacity:1}.codelty-product-card:has(.codelty-product-card__media-secondary):hover .codelty-product-card__image--primary,.codelty-product-card:has(.codelty-product-card__media-secondary):focus-within .codelty-product-card__image--primary{opacity:0}.codelty-product-card__badges{position:absolute;top:1.2rem;left:1.2rem;z-index:3;display:flex;flex-direction:column;gap:.3rem;pointer-events:none}.codelty-product-card__badge{display:block;padding:0;font-family:var(--font-body-family);font-size:.95rem;font-weight:400;font-style:var(--font-body-style);letter-spacing:.14em;text-transform:uppercase;line-height:1.2;color:rgba(var(--color-foreground),.42);background:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}.codelty-product-card__badge--sold-out{color:rgba(var(--color-foreground),.52)}.codelty-product-card__short-text{margin:.35rem 0 0;font-size:1.05rem;line-height:1.35;letter-spacing:.02em;color:rgba(var(--color-foreground),.52)}.codelty-product-card__badge--custom{color:rgb(var(--color-foreground))}.codelty-product-card__quick-add{width:100%;margin:.85rem 0 0;visibility:hidden;opacity:0;transform:translateY(.4rem);max-height:0;overflow:hidden;transition:opacity var(--codelty-duration-base) var(--codelty-ease-out),transform var(--codelty-duration-base) var(--codelty-ease-out),max-height var(--codelty-duration-base) var(--codelty-ease-out),margin var(--codelty-duration-base) var(--codelty-ease-out),visibility 0s linear var(--codelty-duration-base)}.codelty-product-card:hover .codelty-product-card__quick-add,.codelty-product-card:focus-within .codelty-product-card__quick-add{visibility:visible;opacity:1;transform:translateY(0);max-height:5.6rem;margin-top:.85rem;transition:opacity var(--codelty-duration-base) var(--codelty-ease-out),transform var(--codelty-duration-base) var(--codelty-ease-out),max-height var(--codelty-duration-base) var(--codelty-ease-out),margin var(--codelty-duration-base) var(--codelty-ease-out),visibility 0s}.codelty-product-card__quick-add product-form,.codelty-product-card__quick-add modal-opener{display:block;width:100%}.codelty-product-card__quick-add-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:4.4rem;padding:1.1rem 1.6rem;border:none;border-radius:var(--buttons-radius, .4rem);background:rgb(var(--color-button, var(--color-foreground)));color:rgb(var(--color-button-label, var(--color-background)));font-family:var(--font-body-family);font-size:1.05rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 .1rem rgba(var(--color-shadow, 0, 0, 0),.04)}.codelty-product-card__quick-add-btn .svg-wrapper{display:none}.codelty-product-card__quick-add-btn:after{content:none}.codelty-product-card--placeholder .codelty-product-card__title-link{color:rgba(var(--color-foreground),.45)}.codelty-product-card__media-actions{position:absolute;right:1rem;bottom:1rem;z-index:4;opacity:0;visibility:hidden;transition:opacity var(--codelty-duration-fast) var(--codelty-ease-out),visibility 0s linear var(--codelty-duration-fast)}.codelty-product-card:hover .codelty-product-card__media-actions,.codelty-product-card:focus-within .codelty-product-card__media-actions{opacity:1;visibility:visible;transition:opacity var(--codelty-duration-fast) var(--codelty-ease-out),visibility 0s}.codelty-product-card__action-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:3.6rem;padding:.6rem 1.2rem;border:.1rem solid rgba(var(--color-background),.2);border-radius:999px;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity var(--codelty-duration-fast) var(--codelty-ease-out)}.codelty-product-card__action-btn:hover:not(:disabled),.codelty-product-card__action-btn:focus-visible:not(:disabled){opacity:.85}.codelty-product-card__action-btn.loading .codelty-product-card__action-label{opacity:0}.codelty-product-card__action-btn .loading__spinner{position:absolute;width:1.4rem;height:1.4rem}.codelty-product-card__swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.codelty-product-card__swatch-link{--swatch-input--size: 1.8rem;display:inline-flex;text-decoration:none;border-radius:50%;transition:transform var(--codelty-duration-fast) var(--codelty-ease-out)}.codelty-product-card__swatch-link .swatch{--swatch--size: 1.8rem;width:1.8rem;height:1.8rem}.codelty-product-card__swatch-link.is-active{outline:.1rem solid rgb(var(--color-foreground));outline-offset:.15rem}.codelty-product-card__swatch-link.is-unavailable{opacity:.35}.codelty-product-card__swatch-link:hover{transform:scale(1.08)}.codelty-product-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:0 .1rem}.codelty-product-card__title{margin:0 0 .55rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--font-heading-scale) * 1.45rem);font-weight:var(--font-heading-weight);line-height:1.32;letter-spacing:calc(var(--font-heading-scale) * .02rem)}.codelty-product-card__title-link{text-decoration:none;color:rgb(var(--color-foreground));background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size var(--codelty-duration-fast) var(--codelty-ease-out)}.codelty-product-card__title-link:hover,.codelty-product-card__title-link:focus-visible{background-size:100% 1px}.codelty-product-card__title-link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.codelty-product-card__price{margin:0}.codelty-product-card__price-inner{font-family:var(--font-body-family);font-size:1.15rem;font-weight:400;letter-spacing:.04em;color:rgba(var(--color-foreground),.55)}.codelty-product-card__price-inner .price__container{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.7rem;row-gap:.2rem}.codelty-product-card__price-inner .price-item{font-weight:400;color:rgba(var(--color-foreground),.55)}.codelty-product-card__price-inner .price-item--regular s,.codelty-product-card__price-inner s.price-item{font-size:1.05rem;font-weight:400;color:rgba(var(--color-foreground),.38);text-decoration-thickness:from-font}.codelty-product-card__price-inner .price-item--sale,.codelty-product-card__price-inner .price-item--last{color:rgba(var(--color-foreground),.55)}.codelty-product-card__vendor{margin:.75rem 0 0;font-family:var(--font-body-family);font-size:1rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.38)}@media screen and (max-width:749px){.codelty-product-card{gap:1.3rem}.codelty-product-card__title{font-size:calc(var(--font-heading-scale) * 1.35rem);margin-bottom:.45rem}.codelty-product-card__price-inner{font-size:1.1rem}.codelty-product-card__quick-add{visibility:visible;opacity:1;transform:none;max-height:none;overflow:visible;margin-top:.75rem;transition:none}.codelty-product-card__media-actions{opacity:1;visibility:visible}.codelty-product-card__badges{top:1rem;left:1rem}}@media(prefers-reduced-motion:reduce){.codelty-product-card__shimmer{display:none}.codelty-product-card__image--primary,.codelty-product-card__media-secondary,.codelty-product-card__video,.codelty-product-card__quick-add,.codelty-product-card__title-link,.codelty-product-card__quick-add-btn:after{transition:none;animation:none;transform:none}.codelty-product-card:not(:has(.codelty-product-card__media-secondary)):hover .codelty-product-card__image--primary,.codelty-product-card:not(:has(.codelty-product-card__media-secondary)):focus-within .codelty-product-card__image--primary{transform:none}.codelty-product-card:focus-within .codelty-product-card__media-secondary{opacity:1}.codelty-product-card:focus-within:has(.codelty-product-card__media-secondary) .codelty-product-card__image--primary{opacity:0}.codelty-product-card:hover .codelty-product-card__quick-add,.codelty-product-card:focus-within .codelty-product-card__quick-add{visibility:visible;opacity:1;max-height:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-codelty-product-card.css.map */
