.product-card-wrapper{width:100%;height:100%}.product-card{display:flex;flex-direction:column;width:100%;height:auto;background:#fff;position:relative}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-card__image-wrapper{width:100%;aspect-ratio:1;background:#f6f6f6;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.product-card__media{position:relative;width:80%;height:80%;display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:contain!important;display:block}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.product-card__media--hover:hover .product-card__image:not(.product-card__image--secondary){opacity:0}.product-card__media--hover:hover .product-card__image--secondary{opacity:1}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f6f6f6}.product-card__image-placeholder svg{width:60%;height:60%;opacity:.2}.product-card__badges{position:absolute;top:10px;left:10px;right:36px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px;z-index:3}.product-card__badge{position:relative;display:inline-flex;align-items:center;height:26px;padding:0 10px;font-family:Barlow,sans-serif;font-weight:600;font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase;border:1px solid;border-radius:0}.product-card__badge--new{color:#b87300;background:#fff;border-color:#b87300}.product-card__badge--new:before{content:"\2605  "}.product-card__badge--reused{color:#fff;background:#3d6800;border-color:#3d6800}.product-card__badge--reused:before{content:"\21bb  ";margin-right:4px}.product-card__badge--sale{color:#fff;background:#c00000;border-color:#c00000}.product-card__badge--sale:before{content:"% ";font-weight:700}.product-card__badge--sold-out{color:#767676;background:#fff;border-color:#767676}.product-card__shipping-badge{position:relative;display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 8px;background:#000;color:#fff;font-family:Barlow,sans-serif;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:1}.product-card__shipping-badge svg{width:14px;height:14px;flex-shrink:0}.product-card__shipping-badge svg path{fill:#fff}.product-card__wishlist-btn{position:absolute;top:10px;right:10px;width:24px;height:24px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:4;transition:transform .2s ease,opacity .2s ease;opacity:.7}.product-card__wishlist-btn svg{width:20px;height:20px;stroke:#000;fill:none;transition:fill .2s ease,stroke .2s ease}.product-card__wishlist-btn:hover{opacity:1;transform:scale(1.1)}.product-card__wishlist-btn.is-active{opacity:1}.product-card__wishlist-btn.is-active svg{stroke:#000;fill:#000}.product-card__info{padding:12px 0;display:flex;flex-direction:column;gap:4px;background:#fff}.product-card__title{font-family:Barlow,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#000;margin:0;padding:0;height:34px;min-height:34px;max-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__vendor{font-family:Barlow,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#000;margin:0;padding:0}.product-card__price{font-family:Barlow,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#000;margin:0;padding:0;display:flex;align-items:center;gap:8px}.product-card__price-regular{color:#000}.product-card__price-compare{text-decoration:line-through;color:#767676;font-weight:400;font-size:12px}.product-card__quick-add{margin-top:8px}.product-card__add-button{width:100%;min-height:44px;padding:12px 24px;background:#000;color:#fff;border:2px solid rgb(0,0,0);font-family:Barlow,sans-serif;font-weight:500;font-size:14px;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-decoration:none;display:flex;align-items:center;justify-content:center}.product-card__add-button:hover{background:#fff;color:#000}.product-card__add-button:disabled{background:#767676;border-color:#767676;cursor:not-allowed}@media screen and (max-width: 989px){.product-card{width:100%}.product-card__title{height:32px;min-height:32px;max-height:32px}}@media screen and (max-width: 749px){.product-card{width:100%}.product-card__media{width:85%;height:85%}.product-card__title{font-size:13px;line-height:16px;height:32px;min-height:32px;max-height:32px}.product-card__vendor{font-size:11px;line-height:13px}.product-card__price{font-size:13px}.product-card__badges{top:8px;left:8px;right:32px;gap:4px}.product-card__badge{height:22px;padding:0 8px;font-size:9px}.product-card__shipping-badge{height:22px;padding:0 6px;font-size:9px;gap:3px}.product-card__shipping-badge svg{width:12px;height:12px}.product-card__wishlist-btn{top:8px;right:8px;width:20px;height:20px}.product-card__wishlist-btn svg{width:18px;height:18px}}.card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none}.card{text-decoration:none;text-align:var(--text-alignment);background-color:#fff}.card__heading a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.underline-links-hover:hover a{text-decoration:none}.card__badge{position:absolute;top:12px;left:12px;z-index:10}.card__badge .badge{font-family:Barlow,sans-serif;font-weight:500;font-size:11px;line-height:13px;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:0}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-card.css.map */
