.rw-product-card{position:relative;display:flex;flex-direction:column;width:100%;max-width:320px;height:100%;min-width:0;justify-self:center;box-sizing:border-box;background:var(--fs-card, #ffffff);border:1px solid var(--fs-border, #e4e7ec);border-radius:16px;box-shadow:0 6px 20px #10182814;color:var(--fs-text, #171a21)}.rw-product-card__media{position:relative;display:grid;grid-template-columns:40px 1fr 40px;grid-template-rows:auto 40px;align-items:center;row-gap:6px;margin:18px 18px 0;width:auto;border-radius:12px;background:var(--fs-card, #ffffff)}.rw-product-card__image-link{position:relative;grid-column:1 / -1;display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;outline:none;-webkit-appearance:none}.rw-product-card__image-link:after{content:"";position:absolute;right:0;bottom:0;left:0;z-index:1;height:12%;background:var(--fs-card, #ffffff);pointer-events:none}.rw-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center;opacity:0;transform:translate(8%);transition:opacity .3s ease,transform .3s ease}.rw-product-card__image.is-active{opacity:1;transform:translate(0)}.rw-product-card__slider-button{position:static;z-index:3;display:grid;place-items:center;width:40px;height:40px;padding:0;border:none;border-radius:0;background:transparent;color:#3151df;box-shadow:none;cursor:pointer}.rw-product-card__slider-button--prev{grid-column:1;grid-row:2;justify-self:start}.rw-product-card__slider-button--next{grid-column:3;grid-row:2;justify-self:end}.rw-product-card__slider-button svg{display:block}.rw-product-card__slider-button:before{display:none}.rw-product-card__slider-button--prev:before{content:none}.rw-product-card__slider-button--next:before{content:none}.rw-product-card__slider-dots{position:absolute;left:50%;right:auto;bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;height:40px;width:max-content;max-width:calc(100% - 120px);min-width:0;padding-inline:0;box-sizing:border-box;overflow:hidden;white-space:nowrap;gap:6px;transform:translate(-50%)}.rw-product-card__slider-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#cbd1dc}.rw-product-card__slider-dot.is-active{width:18px;border-radius:999px;background:var(--fs-primary, #3044d8)}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--prev,html[dir=rtl] .rw-product-card__slider-button--prev,body.rtl .rw-product-card__slider-button--prev{grid-column:3;justify-self:end}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--next,html[dir=rtl] .rw-product-card__slider-button--next,body.rtl .rw-product-card__slider-button--next{grid-column:1;justify-self:start}.rw-product-card__wishlist{position:absolute;top:8px;left:10px;right:auto;inset-inline-start:10px;inset-inline-end:auto;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--fs-border, #e4e7ec);border-radius:10px;background:var(--fs-card, #ffffff);box-shadow:0 2px 6px #1018280f}.rw-product-card__wishlist svg path{fill:none;stroke:#ef4444;stroke-width:1.8}.rw-product-card__wishlist svg{width:20px;height:20px;display:block}.rw-product-card__wishlist[data-button-status=added] svg path,.rw-product-card__wishlist.active svg path,.rw-product-card__wishlist.is-active svg path{fill:#ef4444;stroke:#ef4444}[class*=flash-sale-section-][dir=rtl] .rw-product-card__wishlist,html[dir=rtl] .rw-product-card__wishlist,body.rtl .rw-product-card__wishlist{left:auto;right:10px;inset-inline-start:auto;inset-inline-end:10px}.rw-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;padding:18px 20px 20px}.rw-product-card__title{width:calc(100% + 12px);min-height:52px;margin:0 -12px 0 0;direction:ltr;text-align:left;color:var(--fs-text, #171a21);font-size:18px;font-weight:700;line-height:26px;letter-spacing:-.2px}.rw-product-card__title a{display:block;width:100%;color:inherit;text-decoration:none;transition:color .2s ease}.rw-product-card__title a:hover{color:#ef4444}.rw-product-card__brand-sku-group{display:flex;flex-direction:column;gap:0;width:100%}.rw-product-card__brand,.rw-product-card__sku{width:100%;min-height:20px;color:var(--fs-secondary, #667085);font-size:13px;line-height:20px}.rw-product-card__type{width:100%;min-height:18px;color:var(--fs-secondary, #667085);font-size:12px;line-height:18px;font-weight:600;direction:ltr;text-align:left}.rw-product-card__type a,.rw-product-card__brand a{color:inherit;text-decoration:none;transition:color .2s ease}.rw-product-card__type a:hover,.rw-product-card__brand a:hover{color:#ef4444}.rw-product-card__brand{direction:ltr;text-align:left;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rw-product-card__sku{direction:ltr;text-align:left;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:500;line-height:1.35;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rw-product-card__sku-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:24px;direction:ltr;flex-wrap:nowrap}.rw-product-card__sku-row .rw-product-card__sku,.rw-product-card__sku-row .flash-sale-product-sku{margin:0;margin-top:0!important;align-self:center!important;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rw-product-card__stock-chip{margin-left:auto;align-self:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;letter-spacing:0;white-space:nowrap;text-align:center;flex:0 0 auto}.rw-product-card__stock-chip--quantity,.rw-product-card__stock-chip--in-stock{background:#22c55e;color:#2d4a1e;text-transform:uppercase;box-shadow:0 3px 8px #22c55e2e}.rw-product-card__stock-chip--out-stock{background:#ef4444;color:#fff;box-shadow:0 3px 8px #ef44442e}.rw-product-card__stock-chip--preorder{background:#ede9fe;color:#6d28d9;text-transform:uppercase;box-shadow:0 3px 8px #6d28d92e}.rw-product-card__price-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;width:100%;min-width:0;justify-content:flex-start}.rw-card-price-row{direction:ltr;text-align:left;display:flex;align-items:baseline;justify-content:flex-start;flex-wrap:nowrap;width:100%;min-width:0;gap:8px}.rw-card-price{display:inline-flex;align-items:baseline;gap:.28em;white-space:nowrap;flex:0 0 auto}.rw-card-price--current{order:1;font-size:clamp(18px,1.6vw,26px);font-weight:800;line-height:1.18;color:var(--fs-price-sale, #d90429)}.rw-card-price--current.is-regular{color:var(--fs-price-regular, #1d4ed8)}.rw-card-price--compare{order:2;font-size:clamp(12px,1vw,16px);font-weight:700;line-height:1.2;color:var(--fs-old-price, #98a2b3);text-decoration:line-through}.rw-card-price--compare .rw-card-price__amount,.rw-card-price--compare .rw-card-price__currency{text-decoration:line-through}.rw-card-price__amount{white-space:nowrap}.rw-card-price__currency{font-size:.5em;font-weight:600;line-height:1;white-space:nowrap}.rw-card-price__discount{order:3;display:inline-flex;align-items:center;justify-content:center;height:32px;min-height:32px;padding:6px 9px;border-radius:8px;background:var(--fs-price-sale, #d90429);color:#fff;font-size:11px;font-weight:700;line-height:18px;white-space:nowrap;flex:0 0 auto}[class*=flash-sale-section-][dir=rtl] .rw-card-price-row,html[dir=rtl] .rw-card-price-row,body.rtl .rw-card-price-row{direction:ltr;text-align:left}[class*=flash-sale-section-][dir=rtl] .rw-card-price--current,[class*=flash-sale-section-][dir=rtl] .rw-card-price--compare,[class*=flash-sale-section-][dir=rtl] .rw-card-price__discount{order:initial}@media screen and (max-width:420px){.rw-card-price-row{gap:5px}.rw-card-price__currency{font-size:.47em}.rw-card-price--compare{font-size:12px}.rw-card-price__discount{padding-inline:7px}}@media screen and (max-width:340px){.rw-card-price-row{flex-wrap:wrap;row-gap:6px}}.rw-product-card__badge-area{display:flex;align-items:center;width:100%;min-height:40px;justify-content:flex-start}[class*=flash-sale-section-][dir=rtl] .rw-product-card__price-row,html[dir=rtl] .rw-product-card__price-row,body.rtl .rw-product-card__price-row{direction:ltr;text-align:left;justify-content:flex-start}html[dir=rtl] .rw-product-card__badge-area,body.rtl .rw-product-card__badge-area{justify-content:flex-end}.product-countdown[hidden]{display:none!important}.product-countdown{width:calc(100% - 16px);margin:6px auto;padding:5px;display:flex;align-items:stretch;justify-content:center;gap:3px;direction:rtl;color:#fff;background:linear-gradient(135deg,#ef233c,#d90429);border:1px solid rgba(255,255,255,.35);border-radius:999px;box-shadow:0 4px 10px #d904292e;box-sizing:border-box;overflow:hidden}.rw-product-card>.product-countdown{position:absolute;top:0;left:12px;right:12px;z-index:5;width:auto;margin:0}[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale>.product-countdown,[id^=new-arrivals-] .rw-product-card.rw-product-card--flash-sale>.product-countdown{top:50%;transform:translateY(-50%)}[class*=flash-sale-section-] .rw-product-card>.product-countdown{display:none!important}.rw-product-card>.product-countdown+.rw-product-card__media .rw-product-card__wishlist,.rw-product-card>.product-countdown+.rw-product-card__media .wishlist-btn.custom-wishlist-btn{top:10px}.product-countdown__label,.product-countdown__unit{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:999px;box-sizing:border-box}.product-countdown__label{flex:1 1 62px;padding-inline:5px;font-size:10px;font-weight:800;line-height:1.15;text-align:center}.product-countdown__unit{flex:0 1 42px;min-width:0;gap:2px;padding-inline:4px;background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff14;white-space:nowrap}.product-countdown__unit strong{font-size:14px;font-weight:800;line-height:1}.product-countdown__unit small{font-size:8px;font-weight:700;line-height:1}html[dir=ltr] .product-countdown{direction:ltr}@media screen and (max-width:749px){.rw-product-card>.product-countdown{top:8px;left:8px;right:8px}[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale>.product-countdown,[id^=new-arrivals-] .rw-product-card.rw-product-card--flash-sale>.product-countdown{top:50%;transform:translateY(-50%)}[class*=flash-sale-section-] .rw-product-card>.product-countdown{display:none!important}.rw-product-card>.product-countdown+.rw-product-card__media .rw-product-card__wishlist,.rw-product-card>.product-countdown+.rw-product-card__media .wishlist-btn.custom-wishlist-btn{top:52px}.product-countdown{width:calc(100% - 8px);margin-block:4px;padding:4px;gap:2px}.product-countdown__label,.product-countdown__unit{min-height:25px}.product-countdown__label{flex-basis:56px;padding-inline:3px;font-size:9px}.product-countdown__unit{flex-basis:38px;padding-inline:2px}.product-countdown__unit strong{font-size:12px}.product-countdown__unit small{font-size:7px}}.rw-product-card__badge{display:inline-flex;align-items:center}.rw-product-card__badge[class*=flash-sale-discount-badge-]{align-self:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;letter-spacing:0;white-space:nowrap;flex:0 0 auto;background:#d90429!important;color:#fff!important;box-shadow:0 3px 8px #d904292e!important}.rw-product-card__badge[class*=flash-sale-new-badge-]{align-self:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;letter-spacing:0;white-space:nowrap;flex:0 0 auto;background:#3044d8!important;color:#fff!important;box-shadow:0 3px 8px #3044d82e!important}.rw-product-card__badge.product-discount-badge,.rw-card-promo-badge.product-discount-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 8px;color:#fff;background-color:#e31b23;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;direction:ltr;white-space:nowrap}.rw-product-card__badge[class*=flash-sale-available-badge-]{align-self:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;letter-spacing:0;white-space:nowrap;flex:0 0 auto;background:#28a745!important;color:#fff!important;box-shadow:0 3px 8px #28a7452e!important}.rw-product-card__badge[class*=flash-sale-out-stock-badge-]{align-self:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700;line-height:16px;letter-spacing:0;white-space:nowrap;flex:0 0 auto;background:#dc3545!important;color:#fff!important;box-shadow:0 3px 8px #dc35452e!important}.rw-product-card__installment{width:100%;min-height:32px;margin:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border-radius:8px;background:#e8f7ef;color:var(--fs-installment, #087a55);font-size:15px;font-weight:700;line-height:22px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.rw-product-card__availability{min-height:18px;color:#667085;font-size:13px;font-weight:600;line-height:18px}.rw-product-card__button[class*=flash-sale-sold-out-]{opacity:.8}.rw-product-card__installment-icon{flex:0 0 20px;width:20px;height:20px}.rw-product-card--flash-sale .rw-product-card__installment,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale .rw-product-card__installment,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale [class*=flash-sale-installment-]{width:calc(100% + 40px)!important;min-width:100%!important;max-width:none!important;min-height:40px!important;margin:0 -20px!important;padding:8px 12px!important;border-radius:8px!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;align-self:stretch!important;flex:1 1 100%!important;justify-content:center!important;white-space:nowrap!important;flex-wrap:nowrap!important;overflow:visible!important}[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale .rw-product-card__installment .lang-ar,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale .rw-product-card__installment .lang-en,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale [class*=flash-sale-installment-] .lang-ar,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale [class*=flash-sale-installment-] .lang-en{max-width:100%!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;text-align:center}.rw-product-card--flash-sale .rw-product-card__installment-icon,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale [class*=flash-sale-installment-icon-]{flex:0 0 18px;width:18px;height:18px;transform:translateY(-2px)}.rw-product-card__actions{display:flex;gap:8px;margin-top:auto}.rw-product-card__buy-form{flex:1 1 0;min-width:0;margin:0}.rw-product-card__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:48px;width:100%;padding:0 12px;border-radius:10px;font-size:15px;font-weight:700;line-height:20px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .12s ease,box-shadow .2s ease,opacity .2s ease}.rw-product-card__button--buy{border:1px solid var(--fs-primary, #3044d8);background:var(--fs-primary, #3044d8);color:#fff}.rw-product-card__button--cart{flex:1 1 0;border:1px solid var(--fs-primary, #3044d8);background:var(--fs-card, #ffffff);color:var(--fs-primary, #3044d8)}.rw-product-card__button--buy:hover:not([disabled]):not(.ajax_loading){background:#2436b8;border-color:#2436b8;transform:translateY(-1px);box-shadow:0 8px 18px #2436b847}.rw-product-card__button--cart:hover:not([disabled]){background:#eef2ff;border-color:#2436b8;color:#2436b8;transform:translateY(-1px);box-shadow:0 8px 18px #2436b82e}.rw-product-card__button--buy:active:not([disabled]):not(.ajax_loading),.rw-product-card__button--cart:active:not([disabled]){transform:translateY(0);box-shadow:none}.rw-product-card__button--buy.ajax_loading,.rw-product-card__button--cart[data-rw-cart-state=loading]{cursor:wait;pointer-events:none;opacity:.88}.rw-product-card__button--cart[data-rw-cart-state=success]{box-shadow:0 0 0 2px #16a34a47}.rw-product-card__button--cart[data-rw-cart-state=error]{box-shadow:0 0 0 2px #dc262647}.rw-product-card__button[disabled],.rw-product-card__button.flash-sale-sold-out{cursor:not-allowed}.rw-product-card__button-icon{flex:0 0 16px;width:16px;height:16px}[class*=flash-sale-section-][dir=rtl] .rw-product-card__title,[class*=flash-sale-section-][dir=rtl] .rw-product-card__title a{text-align:left}[class*=flash-sale-section-][dir=rtl] .rw-product-card__brand,[class*=flash-sale-section-][dir=rtl] .rw-product-card__sku{direction:ltr;text-align:left}[class*=flash-sale-section-][dir=rtl] .rw-product-card__badge-area{justify-content:flex-end}[class*=flash-sale-section-][dir=rtl] .rw-product-card__actions{direction:rtl}@media screen and (max-width:768px){.rw-product-card__body{gap:12px;padding:16px 18px 18px}.rw-product-card--flash-sale .rw-product-card__installment,[class*=flash-sale-section-] .rw-product-card.rw-product-card--flash-sale [class*=flash-sale-installment-]{width:calc(100% + 36px)!important;margin:0 -18px!important;font-size:13px!important;line-height:19px!important}.rw-product-card__title{min-height:52px;font-size:18px;line-height:26px}.rw-product-card__button{min-height:48px;padding-inline:10px;font-size:14px}}[class*=flash-sale-section-] .rw-product-card__media{display:block!important;overflow:visible!important;border-radius:0!important;margin-bottom:0!important}[class*=flash-sale-section-] .rw-product-card__body{padding-top:0!important}[class*=flash-sale-section-] .rw-product-card__image-link:after{display:none}[class*=flash-sale-section-] .rw-product-card__image-link{grid-column:1;grid-row:1;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3}[class*=flash-sale-section-] .rw-product-card__image{object-position:center top}[class*=flash-sale-section-] .rw-product-card__slider-button{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:inline-flex;align-items:center;justify-content:center;width:28px;height:36px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;color:var(--fs-primary, #3044d8);cursor:pointer;grid-column:unset;grid-row:unset;justify-self:unset;transition:color .18s ease}[class*=flash-sale-section-] .rw-product-card__slider-button svg{display:block;width:16px;height:16px;filter:drop-shadow(0 0 2px rgba(255,255,255,.9)) drop-shadow(0 0 1px rgba(255,255,255,.7))}[class*=flash-sale-section-] .rw-product-card__slider-button:before{display:none;content:none}[class*=flash-sale-section-] .rw-product-card__slider-button--prev{left:-14px;right:auto}[class*=flash-sale-section-] .rw-product-card__slider-button--next{right:-14px;left:auto}[class*=flash-sale-section-] .rw-product-card__slider-button:hover,[class*=flash-sale-section-] .rw-product-card__slider-button:focus-visible{color:#1a2da0;background:transparent;border-color:transparent;box-shadow:none;transform:translateY(-50%)}[class*=flash-sale-section-] .rw-product-card__slider-button:focus-visible{outline:2px solid var(--fs-primary, #3044d8);outline-offset:2px;border-radius:4px}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--prev,html[dir=rtl] [class*=flash-sale-section-] .rw-product-card__slider-button--prev,body.rtl [class*=flash-sale-section-] .rw-product-card__slider-button--prev{left:auto;right:-14px}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--next,html[dir=rtl] [class*=flash-sale-section-] .rw-product-card__slider-button--next,body.rtl [class*=flash-sale-section-] .rw-product-card__slider-button--next{right:auto;left:-14px}[class*=flash-sale-section-] .rw-product-card__slider-dots,[class*=flash-sale-section-] .flash-sale-slider-dots-[class*=""]{display:none \!important}@media screen and (max-width:749px){[class*=flash-sale-section-] .rw-product-card__slider-button{width:28px;height:36px}[class*=flash-sale-section-] .rw-product-card__slider-button svg{width:14px;height:14px}[class*=flash-sale-section-] .rw-product-card__slider-button--prev{left:-14px}[class*=flash-sale-section-] .rw-product-card__slider-button--next{right:-14px}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--prev,html[dir=rtl] [class*=flash-sale-section-] .rw-product-card__slider-button--prev,body.rtl [class*=flash-sale-section-] .rw-product-card__slider-button--prev{left:auto;right:-14px}[class*=flash-sale-section-][dir=rtl] .rw-product-card__slider-button--next,html[dir=rtl] [class*=flash-sale-section-] .rw-product-card__slider-button--next,body.rtl [class*=flash-sale-section-] .rw-product-card__slider-button--next{right:auto;left:-14px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/rw-product-card.css.map */
