.product-card{position:relative;width:100%;min-width:0;z-index:1;border:1px solid var(--color-foreground);background-color:var(--color-background);box-sizing:border-box}.product-card--dropdown-active{z-index:39!important}.product-card__image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden;pointer-events:none}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;padding:13px 13px 0}.product-card__image--primary{z-index:1}.product-card__image--secondary{z-index:2;opacity:0;transition:opacity .2s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:has(.product-card__quick-add:hover) .product-card__image--secondary{opacity:0}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.product-card__badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background-color:var(--color-foreground);color:var(--color-background);font-family:var(--font-body);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.05em;z-index:10}.product-card__badge--subscription{top:3rem}.product-card__info{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:.5rem;row-gap:.25rem;align-content:center;padding:0 13px;height:60px;box-sizing:border-box}@media(min-width:768px){.product-card__info{padding:10px 13px;row-gap:.25rem;height:auto}}.product-card__details{display:contents}.product-card__title{grid-column:1;grid-row:1;justify-self:stretch;align-self:center;display:block;text-align:left;font-family:var(--font-body);font-size:.6875rem;font-weight:var(--font-weight-normal);text-transform:uppercase;letter-spacing:-.05px;color:var(--color-foreground);margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;min-width:0;text-decoration:none}.product-card__title-text{display:block;max-width:100%;min-width:0}@media(min-width:768px){.product-card__title{font-size:.8125rem}.product-card__title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.product-card__title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__title:hover{text-decoration:underline}.product-card__title:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.product-card__actions{display:contents}.product-card__labels{grid-column:2;grid-row:1;justify-self:end;align-self:center;display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;gap:0}.product-card__label{font-family:var(--font-body);font-size:.6875rem;font-weight:var(--font-weight-normal);letter-spacing:-.05px;color:var(--color-foreground);white-space:nowrap;text-decoration:none;text-transform:uppercase;pointer-events:none}@media(min-width:768px){.product-card__label{font-size:.8125rem}}.product-card__price{grid-column:1;grid-row:2;justify-self:start;align-self:center;font-family:var(--font-body);font-size:.6875rem;text-transform:uppercase;letter-spacing:-.05px;white-space:nowrap;max-width:100%;text-decoration:none}@media(min-width:768px){.product-card__price{font-size:.8125rem}}.product-card__price--regular,.product-card__price--sale{font-weight:var(--font-weight-normal);color:var(--color-foreground)}.product-card__price--sale{font-weight:var(--font-weight-normal)}.product-card__price--compare{font-weight:var(--font-weight-normal);color:var(--color-foreground);text-decoration:line-through;margin-left:.5rem}.product-card__quick-add{grid-column:2;grid-row:2;justify-self:end;align-self:center;width:24px;height:24px;min-width:24px;padding:0;display:flex;align-items:center;justify-content:flex-end;background-color:#fcfbf8;border:none;transition:opacity .2s ease;color:var(--color-foreground);flex-shrink:0;position:relative;z-index:2}.product-card__quick-add svg{stroke:var(--color-foreground)}.product-card__quick-add:hover svg path{stroke-width:1.5}.product-card__quick-add:focus{outline:none}.product-card__quick-add-dropdown{position:fixed;z-index:40;border:1px solid var(--color-foreground);background-color:var(--color-background)}.product-card__quick-add-dropdown[hidden]{display:none}.product-card__variants{display:flex;flex-direction:column}.product-card__variant-option{width:100%;padding:.5rem 13px;text-align:left;font-family:var(--font-body);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:-.05px;background-color:transparent;border:none;border-top:1px solid var(--color-foreground);transition:background-color .2s ease,font-weight .2s ease}.product-card__variant-option:first-child{border-top:none}.product-card__variant-option:focus{outline:none}.product-card__variant-option:hover:not(:disabled){text-decoration:underline;font-weight:var(--font-weight-normal)}.product-card__variant-option:disabled{cursor:not-allowed;text-decoration:line-through}.product-card__variant-sold-out{margin-left:.5rem;font-weight:var(--font-weight-normal)}.product-card__subscribe-link{display:block;width:100%;padding:.5rem 13px;text-align:left;font-family:var(--font-body);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:-.05px;font-style:italic;color:var(--color-foreground);text-decoration:none;background-color:transparent;border-top:1px solid var(--color-foreground);transition:background-color .2s ease,font-weight .2s ease}.product-card__subscribe-link:hover{text-decoration:underline;font-weight:var(--font-weight-normal)}.product-card__subscribe-link:focus{outline:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-card.css.map */
