.product-card-wrapper{position:relative}.product-card-wrapper .card--standard,.product-card-wrapper .card--card{overflow:visible;background:transparent;box-shadow:none}.product-card-wrapper .card__inner{overflow:hidden;border-radius:2px}.product-card-wrapper .card__media .media{overflow:hidden}.product-card-wrapper .card__media .media>img{transition:transform .6s ease}.product-card-wrapper:hover .card__media .media>img{transform:scale(1.03)}.product-card-wrapper .card-wishlist.figs-wishlist{position:absolute;top:12px;right:12px;left:auto;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffeb;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,transform .2s ease;z-index:3;color:#0c1824;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-wrapper:hover .card-wishlist.figs-wishlist{opacity:1}.product-card-wrapper .card-wishlist.figs-wishlist:hover{transform:scale(1.08)}.product-card-wrapper .card-wishlist.figs-wishlist svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.product-card-wrapper .card-wishlist.figs-wishlist.is-active svg{stroke:#c0392b;fill:#c0392b}.product-card-wrapper .card__badge{top:12px;left:12px;bottom:auto;right:auto}.product-card-wrapper .card__badge .badge{font-size:.95rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:5px 10px;border-radius:0;border:none;line-height:1}.product-card-wrapper .card__content{padding-top:14px;padding-bottom:6px}.product-card-wrapper .card__heading,.product-card-wrapper .card__heading a,.product-card-wrapper .card__heading .full-unstyled-link{font-size:1.6rem;font-weight:500;line-height:1.4;letter-spacing:0;margin:0 0 10px;text-wrap:pretty;text-decoration:none}.product-card-wrapper .card__heading{min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-wrapper .card__heading a,.product-card-wrapper .card__heading .full-unstyled-link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-wrapper .card__heading a:hover{text-decoration:none;opacity:.7}.product-card-wrapper .card-information{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;row-gap:8px;align-items:center}.product-card-wrapper .card-information>.price{grid-row:1;grid-column:1;justify-self:start;margin:0}.product-card-wrapper .card-information>.card-sub-info{grid-row:1;grid-column:2;justify-self:end;text-align:right;margin:0}.product-card-wrapper .card-information>.card-swatches{grid-row:2;grid-column:1 / -1;justify-content:flex-start;margin:2px 0 0}.product-card-wrapper .card-information>.card__information-volume-pricing-note,.product-card-wrapper .card-information>.rating,.product-card-wrapper .card-information>.rating-text,.product-card-wrapper .card-information>.rating-count,.product-card-wrapper .card-information>.caption-with-letter-spacing,.product-card-wrapper .card-information>.caption-large{grid-column:1 / -1}.product-card-wrapper>.card>.card__content{padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.08)}.product-card-wrapper .price,.product-card-wrapper .price--on-sale{font-size:1.6rem;margin:0}.product-card-wrapper .price .price-item{font-size:1.6rem;font-weight:600;line-height:1.2;letter-spacing:0}.product-card-wrapper .price--on-sale .price-item--regular,.product-card-wrapper .price .price-item--regular.price-item--compare{font-weight:400;opacity:.45;margin-right:4px;font-size:1.4rem;text-decoration:line-through}.product-card-wrapper .price--on-sale .price-item--sale,.product-card-wrapper .price .price-item--sale{color:#b94040}.product-card-wrapper .card-swatches{margin-top:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:6px}.product-card-wrapper .card-swatches__color-name{display:block;font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.8);margin:0;line-height:1.3;text-transform:capitalize;letter-spacing:0}.product-card-wrapper .card-swatches__list{gap:7px;flex-wrap:wrap;row-gap:6px;justify-content:flex-start;width:100%}.product-card-wrapper .card-swatches__swatch{width:24px;height:24px;min-width:24px;border:1.5px solid #fff;outline:1px solid rgba(0,0,0,.14);box-shadow:none;transition:transform .15s ease,outline-color .15s ease;padding:0}.product-card-wrapper .card-swatches__swatch:hover{transform:scale(1.2);border-color:#fff;outline-color:#00000059}.product-card-wrapper .card-swatches__swatch--active{border-color:#fff;outline:1.5px solid rgb(var(--color-foreground));box-shadow:none;transform:scale(1.15)}.product-card-wrapper .card-swatches__more{font-size:.9rem;color:rgba(var(--color-foreground),.55);letter-spacing:.05em;font-weight:500;margin-left:2px;white-space:nowrap;text-decoration:none}.product-card-wrapper .card-swatches__more:hover{color:rgb(var(--color-foreground))}.product-card-wrapper .card-sub-info{font-size:1.3rem;color:rgba(var(--color-foreground),.65);font-weight:400;line-height:1.4;margin:0;letter-spacing:.01em;white-space:nowrap}@media screen and (min-width:750px){.product-card-wrapper .card__inner{position:relative}.product-card-wrapper .quick-add{position:absolute;bottom:0;left:0;right:0;margin:0;z-index:2;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.product-card-wrapper:hover .quick-add{transform:translateY(0);pointer-events:auto}.product-card-wrapper .quick-add .quick-add__submit{border-radius:0;letter-spacing:.12em;text-transform:uppercase;font-size:1.1rem;font-weight:600;padding:13px;min-height:44px}}@media screen and (max-width:749px){.product-card-wrapper .card-wishlist.figs-wishlist{opacity:1;width:32px;height:32px}.product-card-wrapper .card-wishlist.figs-wishlist svg{width:14px;height:14px}.product-card-wrapper .card__heading,.product-card-wrapper .card__heading a{font-size:1.45rem}.product-card-wrapper .card-swatches__swatch{width:22px;height:22px;min-width:22px}.product-card-wrapper .card-swatches__list{gap:8px;row-gap:6px}.product-card-wrapper .card-swatches__more{font-size:1.1rem}.product-card-wrapper .card-swatches__color-name,.product-card-wrapper .card-sub-info{font-size:1.2rem}.product-card-wrapper>.card>.card__content{padding-bottom:12px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/card-product-eip.css.map */
