.featured-product-section__carousel-wrapper .embla__slide{border-top:1px solid rgba(138,24,34,.2)}.product-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;height:100%}.product-card,.product-card__image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%}.product-card__image-container{height:280px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.5rem;margin-bottom:.5rem;overflow:hidden}.product-card__badge{background-color:var(--color-black);color:var(--color-white);font-size:var(--font-size-xxs);padding:.25rem .6rem;font-weight:500;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.product-card__promotion-label p{background-color:var(--color-black);color:var(--color-white);text-transform:capitalize}.product-card__low-stock-badge p,.product-card__promotion-label p{font-size:var(--font-size-xs);font-weight:400;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;margin:0;line-height:normal;padding:6px .5rem .25rem}.product-card__low-stock-badge p{background-color:var(--color-warning);color:var(--color-black);text-transform:uppercase}.product-card__wishlist-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-card__labels-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-card__wishlist-wrapper .product-card__wishlist-form{margin-left:auto;position:relative}.product-card__wishlist-btn{border-radius:93px;background:var(--color-icon-bg);border-color:initial;display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:40px;padding:7.998px 8px 8.002px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;aspect-ratio:1/1;-webkit-transition:background-color .2s,-webkit-transform .2s;transition:background-color .2s,-webkit-transform .2s;transition:transform .2s,background-color .2s;transition:transform .2s,background-color .2s,-webkit-transform .2s}.product-card__wishlist-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background-color:var(--color-size-bg)}.product-card__wishlist-btn:disabled{opacity:.5;cursor:not-allowed;-webkit-transform:none;transform:none}.product-card__wishlist-btn svg{width:18px;height:18px}.product-card__image{max-width:100%;max-height:100%;min-width:250px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:1}.product-card__image:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.product-card__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-card__content,.product-card__no-image{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-card__no-image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.product-card__details{background:var(--color-size-bg);display:inline-block;padding:4px 8px;font-size:var(--font-size-xxs);font-family:var(--font-body-bold);color:var(--color-primary);text-align:center;margin-bottom:.25rem;line-height:normal}.product-card__details-separator{margin:0 .5rem}.product-card__availability{font-size:var(--font-size-xs);font-family:var(--font-body-bold);color:var(--color-primary);text-align:center;line-height:1.5}.product-card__availability p{margin:0;padding:0}.product-card__title{font-family:var(--font-body);font-size:var(--font-size-base);color:var(--color-primary);font-weight:400;line-height:1.5;margin-top:12px;margin-bottom:10px;width:100%}.product-card__title-link{color:inherit;-webkit-text-decoration:none!important;text-decoration:none!important;font-size:var(--font-size-base);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.product-card__title-link:hover{color:var(--color-black)}.product-card__mode-swatch{gap:2px;padding:2px;border:1px solid rgba(138,24,34,.25);background:var(--color-icon-bg);border-radius:999px;margin-left:auto;margin-right:auto;margin-bottom:10px}.product-card__mode-swatch,.product-card__mode-swatch-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-card__mode-swatch-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:52px;height:24px;border:none;background:transparent;color:var(--color-primary);font-family:var(--font-body-bold);font-size:10px;text-transform:uppercase;letter-spacing:.6px;line-height:1;border-radius:999px;cursor:pointer;-webkit-transition:background-color .22s ease,color .22s ease;transition:background-color .22s ease,color .22s ease;padding:2px 10px 0}.product-card__mode-swatch-btn:not(.product-card__mode-swatch-btn--active):hover{background:rgba(138,24,34,.08)}.product-card__mode-swatch-btn--active{background:var(--color-primary);color:var(--color-white);-webkit-animation:product-card-mode-swatch-select .18s ease-out;animation:product-card-mode-swatch-select .18s ease-out}.product-card__mode-swatch-btn--active:hover{background:var(--color-primary);color:var(--color-white);-webkit-transform:none;transform:none}.js-focus-visible .product-card__mode-swatch-btn.focus-visible,.product-card__mode-swatch-btn.focus-visible.js-focus-visible{outline:2px solid rgba(138,24,34,.5);outline-offset:2px}.product-card__mode-swatch-btn:focus-visible{outline:2px solid rgba(138,24,34,.5);outline-offset:2px}@-webkit-keyframes product-card-mode-swatch-select{0%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes product-card-mode-swatch-select{0%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}.product-card__price-wrapper{margin-bottom:1.5rem;font-family:var(--font-body-bold);font-size:var(--font-size-sm);color:var(--color-black);margin-top:auto}.product-card__price-wrapper .line-through{-webkit-text-decoration:line-through;text-decoration:line-through}.product-card__price-distribution{color:rgba(0,0,0,.5);font-family:var(--font-body);font-style:normal;font-weight:400;line-height:normal}.product-card__actions-form{width:100%;margin-top:auto}.product-card__actions{width:100%;gap:.5rem;min-height:54px}.product-card__actions,.product-card__qty-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.product-card__qty-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid rgba(0,0,0,.3);height:54px;gap:8px;width:50%}.product-card__qty-btn,.product-card__qty-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-card__qty-btn{background:transparent;border:none;height:100%;width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:var(--font-size-h5);font-weight:400;color:var(--color-black);-webkit-transition:background-color .2s;transition:background-color .2s;padding:0}.product-card__qty-btn:hover{background-color:var(--color-size-bg)}.product-card__qty-btn svg path{stroke:var(--color-black)}.product-card__qty-display{text-align:center;font-size:var(--font-size-h5);color:var(--color-black);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card__add-to-cart{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:background-color .2s;transition:background-color .2s;width:50%;font-family:var(--font-body-bold);line-height:normal;letter-spacing:1.595px;text-transform:uppercase;padding:5px}.product-card__add-to-cart:disabled{opacity:.7;cursor:not-allowed}.product-card__add-to-cart:disabled:hover{background-color:var(--color-primary);cursor:not-allowed;color:var(--color-white)}.product-card__login-btn{width:100%;-webkit-transition:background-color .2s;transition:background-color .2s;margin-top:auto}.product-card__login-btn:hover{-webkit-text-decoration:none!important;text-decoration:none!important}.product-card--skeleton{pointer-events:none}@-webkit-keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton__text{background-color:inherit;height:100%;border-radius:4px}.product-card-skeleton__action-btn,.product-card-skeleton__availability .skeleton__text,.product-card-skeleton__badge,.product-card-skeleton__details .skeleton__text,.product-card-skeleton__img,.product-card-skeleton__price .skeleton__text,.product-card-skeleton__title .skeleton__text,.product-card-skeleton__wishlist{background-color:rgba(0,0,0,.05);-webkit-animation:skeleton-pulse 1.5s ease-in-out infinite;animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card-skeleton__badge{width:60px;height:20px;border-radius:2px}.product-card-skeleton__wishlist{width:40px;height:40px;border-radius:50%}.product-card-skeleton__img{width:100%;height:100%;border-radius:4px}.product-card-skeleton__details-wrapper{margin-bottom:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card-skeleton__details{height:1rem;width:80px}.product-card-skeleton__title{height:1.5rem;width:80%;margin:0 auto}.product-card-skeleton__availability{height:1rem;width:60px}.product-card-skeleton__price-wrapper{margin-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card-skeleton__price{height:1.25rem;width:60px}.product-card-skeleton__action-btn{height:54px;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:2px}