<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-card{--aspect-ratio: inherit;position:relative;display:flex;flex-direction:column;gap:var(--spacing-xx-small);box-sizing:border-box;height:100%}.product-card&gt;*{margin:0}.product-card__media,.product-card__media:empty{aspect-ratio:var(--aspect-ratio);display:flex;width:100%;top:0;left:0;margin-bottom:var(--spacing-xx-small);pointer-events:none;position:relative;overflow:hidden}@media (min-width: 481px){.product-card__media,.product-card__media:empty{margin-bottom:var(--spacing-xx-small)}.product-card__media.product-card__display-page-dots{margin-bottom:var(--spacing-x-small)}}.product-card__media img{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity ease .3s;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none}.product-card__link{pointer-events:all}.product-card__title,.product-card__price{font-size:var(--font-size-small)}.product-card__title{padding-right:var(--spacing-xx-small)}@media (min-width: 481px){.product-card__title{margin-top:-2px}}[dir=rtl] .product-card__title{padding-right:0;padding-left:var(--spacing-x-small)}.product-card__price{z-index:1}.product-card__price .price__sale .price-item--regular{color:var(--alert-danger)}.product-card__badges{display:flex;width:100%;gap:var(--spacing-x-small);margin-bottom:0}.product-card__badges .badge{display:inline-block;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:0;border:0;outline:0;background-color:transparent;font-size:calc(var(--font-size-xx-small) + 1px);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:var(--letter-spacing-small)}.product-card__badges .badge--sold-out{color:var(--secondary-color)}.product-card .product-card__features{display:flex;flex-wrap:wrap;gap:var(--spacing-x-small);margin-top:auto}.product-card .product-card__feature{font-size:var(--font-size-xx-small);text-transform:uppercase;padding:var(--spacing-xx-small) var(--spacing-x-small);border-radius:20px;border:solid 1px var(--border-color);display:flex;align-items:center;justify-content:center}.product-card__link{position:absolute;aspect-ratio:var(--aspect-ratio);top:0;left:0;bottom:0;width:100%}.product-card__link:hover~.product-card__title{text-decoration:underline}@media (max-width: 768px){.product-card .product-card__title{font-size:var(--font-size-x-small)}}.product-card__quick-buy{position:absolute;top:0;left:0;width:100%;aspect-ratio:var(--aspect-ratio);display:flex;justify-content:flex-end;align-items:end;padding:var(--spacing-x-small);pointer-events:none}.product-card__quick-buy .product-form__buttons .button-icon svg{max-height:28px;max-width:28px}.product-card__quick-buy quick-buy-button{pointer-events:initial}.product-card__quick-buy .quick-buy__button.button{margin-bottom:0;background-color:transparent}.product-card__quick-buy .product-form{display:flex;pointer-events:initial}.product-card__quick-buy .product-form__buttons{padding:0;margin:0}.product-card__quick-buy .product-form__buttons .button{background-color:transparent}.product-card__quick-buy .product-form__buttons .button.loading&gt;.icon{opacity:.25}[dir=rtl] .product-card__quick-buy .product-form__buttons .button svg.icon.icon-cart{transform:scaleX(-1)}button.button.quick-buy__button.filled.button--light.button--square.button-icon.button-icon--small.button-shopping-bag{max-width:unset;max-height:unset;outline:0;box-shadow:none;background-color:transparent;color:var(--body-text-color);height:32px;width:32px;padding:0;aspect-ratio:var(--aspect-ratio);display:flex;justify-content:center;align-items:center;margin:0;position:relative}.button.quick-buy__button .icon{opacity:1;transition:ease .25s opacity}.button.quick-buy__button.loading&gt;.icon{opacity:.25}.button.quick-buy__button.button-shopping-bag svg{max-width:unset;max-height:unset}[dir=rtl] .button.quick-buy__button.button-shopping-bag svg{transform:scaleX(-1)}.product-card__wishlist .button.filled.button--light,.product-card__quick-buy .button.filled.button--light,.product-card__wishlist .button.filled.button--light:hover,.product-card__quick-buy .button.filled.button--light:hover{background-color:transparent;box-shadow:none;outline:0;color:var(--body-text-color)}.product-card__wishlist .button.wishlisted svg{fill:var(--body-text-color)}.product-card__quick-buy .product-form__buttons-text{display:none}.product-card__wishlist{position:absolute;top:0;left:0;aspect-ratio:var(--aspect-ratio);width:100%;padding:var(--spacing-x-small);display:flex;justify-content:flex-end;pointer-events:none}.product-card__wishlist .button{pointer-events:initial}.product-card__wishlist .button.filled.button--light{background-color:transparent;align-items:center;display:flex;justify-content:end}.product-card__wishlist .button .icon{max-width:28px;max-height:28px}.product-form__message-error{position:absolute;left:0;bottom:0;transform:translateY(100%);background-color:var(--danger-color);padding:.4rem;font-size:12px;width:100%;border:1px solid var(--danger-color);color:var(--body-text-color-white)}.product-card .notification{opacity:1;animation:productCardShowNotification 4s ease-out forwards;transition:all .3s ease}.product-card .notification:hover{animation-play-state:paused}.product-card .swatches{z-index:1;pointer-events:none}.product-card .form__label{display:none}.product-card .swatches .swatch{pointer-events:initial}.product-card .swatches .swatch{min-height:auto}.product-card .product-card__btn-notify{right:0!important;width:50px!important;opacity:1!important;margin-left:0!important;top:0!important;left:0!important;width:100%!important;aspect-ratio:var(--aspect-ratio);display:flex!important;align-items:flex-end;justify-content:flex-end;pointer-events:none}.product-card .product-card__btn-notify .btn{font-size:0;width:50px;height:50px;display:block;pointer-events:initial}@keyframes productCardShowNotification{0%{opacity:0;transform:translateY(100%)}25%{opacity:1;transform:translateY(100%)}75%{opacity:1;transform:translateY(100)}to{opacity:0;transform:translateY(100%);display:none}}@media (min-width: 1025px){.product-card__media{pointer-events:all}.product-card__link{transition:opacity ease .3s}.product-card__media .product-card__link-alt{opacity:0;z-index:-1}.product-card__media:hover .product-card__link-alt{opacity:1}.product-card__media:hover .product-card__link-main{opacity:0}}@media (max-width: 1024px){.product-card__media.product-card__img-slider{display:flex;overflow-x:scroll;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;touch-action:auto;pointer-events:all}.product-card__img-slider::-webkit-scrollbar{display:none}.product-card__media.product-card__img-slider .product-card__link{scroll-snap-align:start;position:relative;width:100%;flex-shrink:0;pointer-events:all}.product-card__page-dots{position:absolute;top:0;display:flex;z-index:1;width:100%;aspect-ratio:var(--aspect-ratio);padding:var(--spacing-x-small);pointer-events:none;align-items:flex-end;gap:var(--spacing-x-small)}.product-card__page-dot{width:var(--spacing-x-small);height:var(--spacing-x-small);border:1px solid var(--body-text-color);border-radius:var(--radius-x-small);transition:background-color .25s ease-in-out}[lang=ar] .product-card__page-dot{left:unset;right:var(--spacing-x-small)}.product-card__page-dot:first-child{background-color:var(--body-text-color)}.product-card__page-dot:last-child{left:calc(var(--spacing-normal) + var(--spacing-xx-small))}[lang=ar] .product-card__page-dot:last-child{left:unset;right:calc(var(--spacing-normal) + var(--spacing-xx-small))}.product-card__alt-visible .product-card__page-dot{background-color:transparent}.product-card__alt-visible .product-card__page-dot:last-child{background-color:var(--body-text-color)}@keyframes prodCardGallerySlideRTL{0%{left:0}18.1%{left:0}31.7%{left:-20%}68%{left:-20%}81.6%{left:0}to{left:0}}@keyframes prodCardGallerySlideLTR{0%{right:0}18.1%{right:0}31.7%{right:-20%}68%{right:-20%}81.6%{right:0}to{right:0}}.product-card__slider-demo .product-card__link img{animation:prodCardGallerySlideRTL 2.2s ease-out forwards;animation-iteration-count:2}[lang=ar] .product-card__slider-demo .product-card__link img{animation:prodCardGallerySlideLTR 2.2s ease-out forwards;animation-iteration-count:2}}
</pre></body></html>