.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-background);border-radius:0;height:100%}.product-card__image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8f8f8}@media screen and (min-width: 750px){.product-card__image-container{aspect-ratio:292/377}}.product-card__image-wrapper{position:relative;width:100%;height:100%}.product-card__image-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;text-decoration:none;z-index:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,filter .3s ease}.product-card.show-sizes .product-card__image{filter:brightness(.7)}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary{opacity:0}.product-card.show-sizes .product-card__image--secondary{opacity:1}.product-card.show-sizes .product-card__image--primary{opacity:0}.product-card__wishlist-btn{position:absolute;color:#1f2d3d;top:12px;right:12px;width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;background:#fdf1e8;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10;box-sizing:border-box;padding:0;margin:0;opacity:0;visibility:hidden}.product-card:hover .product-card__wishlist-btn{opacity:.5;visibility:visible}.product-card__wishlist-btn:hover{opacity:1!important;background:#e1d9d2;box-shadow:0 2px 8px #0000001a}.product-card__wishlist-btn.in-wishlist svg{fill:var(--color-button);stroke:var(--color-button)}.product-card__wishlist-btn svg{width:20px;height:20px;stroke:#999;fill:none;transition:all .2s ease}.product-card__wishlist-btn:hover svg{stroke:var(--color-button)}.product-card__size-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:#f7e8de;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:20;padding:15px;box-sizing:border-box}.product-card__size-overlay.active{opacity:1;visibility:visible;border:.3px solid rgba(var(--color-foreground),.2)}.product-card__size-selection{width:100%;max-width:100%;background:transparent;padding:0;display:flex;flex-direction:column;justify-content:space-between;height:100%}.product-card__size-title{color:#1f2d3d;font-size:15px;font-weight:400;margin:0;text-align:left;text-transform:capitalize;letter-spacing:.3px;flex-shrink:0}.product-card__size-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0;width:100%;flex:1;align-content:center;row-gap:5px;column-gap:10px}.product-card__size-btn{background:transparent;border:none;color:#1b2735;padding:2px 4px;font-size:11px;font-weight:400;justify-self:start;border-radius:0;cursor:pointer;transition:all .2s ease;height:auto;display:flex;align-items:center;justify-content:center;text-align:left;line-height:1.2;flex:0 0 20%;min-width:0;width:100%;margin-bottom:4px}.product-card__size-btn:hover{border-bottom:.5px solid rgba(27,39,53,.7)}.product-card__size-btn.selected{border-bottom:.5px solid rgba(27,39,53,1)}.product-card__add-to-cart-btn{background:rgb(var(--color-button));color:#fff;border:none;padding:10px 20px;font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;border-radius:0;cursor:pointer;transition:opacity .2s ease;width:100%;height:38px;margin:8px 0 0;align-self:stretch;flex-shrink:0}.product-card__content{padding:0 0 16px;flex-grow:1}.product-card__info{display:flex;flex-direction:column;gap:8px;padding:10px 0}.product-card__title{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#1b2735}.product-card__title-link{text-decoration:none;color:inherit;transition:color .2s ease}.product-card__vendor{font-size:12px;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.product-card__price-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0}.product-card__content-left{display:flex;flex-direction:column;gap:4px;flex:1}.product-card__price{display:flex;flex-direction:column;gap:2px}.product-card__price--regular{font-family:var(--font-muli);font-weight:300;font-style:Light;font-size:14px;line-height:100%;letter-spacing:-5%}.product-card__price--compare{font-size:14px;color:var(--color-text-secondary);text-decoration:line-through}.product-card__price--sale{font-size:16px;font-weight:500;color:#e74c3c}.product-card__quick-add-toggle{width:30px;height:30px;border:none;background:var(--color-button);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;flex-shrink:0;padding:0}.product-card__quick-add-toggle:hover{opacity:.8}.product-card__plus-icon,.product-card__minus-icon{position:absolute;font-size:32px;font-weight:200;color:#1b2735;transition:all .3s ease;line-height:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__plus-icon:before{content:"+"}.product-card__minus-icon:before{content:"\2212"}.product-card__minus-icon,.product-card__quick-add-toggle.active .product-card__plus-icon{opacity:0;transform:scale(1)}.product-card__quick-add-toggle.active .product-card__minus-icon{opacity:1;transform:scale(1)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:10}.product-card__badge--sale{background:#e74c3c;color:#fff;padding:4px 8px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:2px}.product-card__form{display:none}.product-card--placeholder{opacity:.7}.product-card--placeholder .product-card__title-link{color:var(--color-text-secondary)}.product-card__add-to-cart-btn.loading{position:relative;color:transparent}.product-card__add-to-cart-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-card--sold-out .product-card__quick-add-toggle{opacity:.3;cursor:not-allowed;pointer-events:none}.product-card--sold-out .product-card__title,.product-card--sold-out .product-card__price{opacity:.6}.product-card__sold-out-overlay{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#1f2d3d;color:#fff;width:60%;height:12%;font-family:var(--font-muli);font-weight:700;font-size:20px;line-height:100%;letter-spacing:-5%;text-transform:uppercase}@media (max-width: 1024px) and (min-width: 769px){.product-card__wishlist-btn{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;top:10px;right:10px}.product-card__wishlist-btn svg{width:18px;height:18px}.product-card__quick-add-toggle{width:28px;height:28px}.product-card__plus-icon,.product-card__minus-icon{font-size:20px}.product-card__size-overlay{padding:0 14px 14px}.product-card__size-title{font-size:14px}.product-card__size-btn{font-size:11px;padding:0;flex:0 0 18%;min-height:26px}.product-card__add-to-cart-btn{height:34px;font-size:10px}}@media (max-width: 768px){.product-card__image-container{height:330px}.product-card__wishlist-btn{width:28px;height:28px;min-width:28px;min-height:28px;max-width:28px;max-height:28px;top:8px;right:8px;opacity:.5;visibility:visible}.product-card__wishlist-btn svg{width:16px;height:16px}.product-card__content{padding:12px 0}.product-card__info{padding:0;gap:6px}.product-card__price-container{align-items:flex-start}.product-card__content-left{gap:4px}.product-card__title{font-size:13px;line-height:1.3}.product-card__vendor{font-size:11px}.product-card__price--regular{font-size:13px}.product-card__price--compare{font-size:12px}.product-card__price--sale{font-size:14px}.product-card__quick-add-toggle{width:26px;height:26px;margin-top:2px}.product-card__plus-icon,.product-card__minus-icon{font-size:18px}.product-card__size-overlay{padding:0 12px 12px;height:60%}.product-card__size-title{font-size:13px;margin:6px 0 8px}.product-card__size-grid{grid-template-columns:repeat(2,1fr);gap:2px}.product-card__size-btn{font-size:10px;padding:3px 4px;min-height:24px}.product-card__add-to-cart-btn{height:32px;font-size:9px;padding:6px 12px;margin:6px 0 0;letter-spacing:.6px}.product-card__badge{top:8px;left:8px}.product-card__badge--sale{padding:3px 6px;font-size:10px}.product-card__sold-out-overlay{font-size:16px;width:70%;height:15%}}@media (max-width: 480px){.product-card__image-container{height:225px}.product-card__wishlist-btn{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px;top:6px;right:6px}.product-card__wishlist-btn svg{width:14px;height:14px}.product-card__size-overlay{height:75%;padding:0 4px 4px}.product-card__size-overlay .product-card__size-title,.product-card__size-overlay .product-card__add-to-cart-btn{padding:0 8px}.product-card__size-title{font-size:12px;margin:4px 0 6px}.product-card__size-grid{grid-template-columns:repeat(2,1fr);gap:1px;column-gap:30px;padding:0 10px}.product-card__size-btn{font-size:10px;padding:2px 3px;min-height:22px}.product-card__add-to-cart-btn{height:28px;font-size:8px;padding:4px 8px;margin:4px 0 0;letter-spacing:.4px}.product-card__quick-add-toggle{width:24px;height:24px}.product-card__plus-icon,.product-card__minus-icon{font-size:25px}.product-card__title{font-size:12px;line-height:1.2}.product-card__vendor{font-size:10px}.product-card__price--regular{font-size:12px}.product-card__price--compare{font-size:11px}.product-card__price--sale{font-size:13px}.product-card__badge{top:6px;left:6px}.product-card__badge--sale{padding:2px 4px;font-size:9px}.product-card__sold-out-overlay{font-size:14px;width:75%;height:18%}}@media (prefers-reduced-motion: reduce){.product-card,.product-card__image,.product-card__wishlist-btn,.product-card__size-overlay,.product-card__quick-add-toggle *{transition:none}}.product-card__wishlist-btn:focus,.product-card__quick-add-toggle:focus,.product-card__size-btn:focus,.product-card__add-to-cart-btn:focus{outline:2px solid var(--color-button);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.related-products .product-card__wishlist-btn,.complementary-products .product-card__wishlist-btn,.product-card__wishlist-btn{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;box-sizing:border-box!important;padding:0!important;margin:0!important}@media (max-width: 1024px) and (min-width: 769px){.related-products .product-card__wishlist-btn,.complementary-products .product-card__wishlist-btn,.product-card__wishlist-btn{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important}}@media (max-width: 768px){.related-products .product-card__wishlist-btn,.complementary-products .product-card__wishlist-btn,.product-card__wishlist-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important}}@media (max-width: 480px){.related-products .product-card__wishlist-btn,.complementary-products .product-card__wishlist-btn,.product-card__wishlist-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-product-card.css.map */
