.c-product-card{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-product-card:hover .c-wishlist-remove-button__button svg{opacity:100}.c-product-card--direction--rtl{direction:rtl}.c-product-card--direction--rtl .c-product-card__wishlist{right:auto;left:0}.c-product-card--direction--rtl .c-product-card__wishlist-remove{left:0}.c-product-card--direction--rtl .c-product-card__modal-close{left:20px;right:auto}@media screen and (min-width: 768px){.c-product-card--direction--rtl .c-product-card__modal-close{top:65px;left:65px;right:auto}}.c-product-card[data-state="0"] .c-product-card__picker{display:none}.c-product-card[data-state="1"] .c-product-card__picker{display:block}.c-product-card[data-state="1"] .c-product-card__select-variant{opacity:0;pointer-events:none}.c-product-card[data-error=true] .c-product-card__error-message{display:block}.c-product-card__top{position:relative}.c-product-card__wishlist{margin:0;border:none;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:rgba(0,0,0,0);padding:12px;cursor:pointer;position:absolute;top:0;right:0;z-index:3}.c-product-card__wishlist .c-wishlist-remove-button__button svg{height:15px;width:15px;color:#000;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.c-product-card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;z-index:2;max-height:100%;padding:10px}.c-product-card span.c-product-card__tag{font-size:12px;font-weight:300;line-height:17px;color:#5f5f5f;padding:5px 1px;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-product-card span.c-product-card__tag--name--price{background-color:#902722;color:#fff}.c-product-card__error-message{display:none;width:100%;background:rgba(242,242,242,.7);position:absolute;bottom:0;left:0;padding:8px;opacity:1;backdrop-filter:blur(4px);z-index:2;color:#e53333;font-family:var(--font-body);font-style:normal;font-weight:300;font-size:12px;line-height:17px}.c-product-card__images{display:block;aspect-ratio:1/1;overflow:hidden;position:relative}.c-product-card__images .c-product-card__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-product-card__images .c-product-card__image--state--default{display:block}.c-product-card__images .c-product-card__image--state--featured{display:block}.c-product-card__images .c-product-card__image--state--hover{display:none}.c-product-card__images:hover .c-product-card__image--state--default{display:none}.c-product-card__images:hover .c-product-card__image--state--featured{display:block}.c-product-card__images:hover .c-product-card__image--state--hover{display:block}.c-product-card__picker{position:absolute;backdrop-filter:blur(2px);bottom:0px;width:100%;max-height:65%;overflow-y:auto;z-index:3;background-color:rgba(21,19,19,.7215686275);padding:18px 26px 25px}.c-product-card__picker-title{font-size:18px;font-weight:600;line-height:21px;color:#fff;text-align:center;margin:0 0 20px}.c-product-card__variants{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0 auto;gap:5px}.c-product-card__add-variant{width:100%;padding:10px 18px;background-color:#fff;border:1px solid #a5a5a5;font-size:14px;font-weight:400;line-height:16px;color:#222;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.c-product-card__add-variant:hover{border-color:#000}.c-product-card__add-variant--disabled{opacity:.6;text-decoration:line-through}.c-product-card__add-variant--disabled:hover{background-color:rgba(143,143,143,.7490196078);border:1px solid #4e4e4e;color:#000}.c-product-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;text-align:center;margin-top:15px;margin-bottom:20px}.c-product-card__raiting{font-size:12px;font-weight:300;line-height:17px;color:#000}.c-product-card__title{font-family:var(--font-heading);font-size:18px;font-weight:500;line-height:21px;color:#222;text-decoration:none;margin:2px 0 5px}.c-product-card__collection{font-size:14px;font-weight:400;line-height:15px;color:#5f5f5f;text-decoration:none;text-transform:uppercase}.c-product-card__price-wrapper{font-family:var(--font-heading);font-size:18px;font-weight:600;line-height:21px;color:#5f5f5f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:10px}.c-product-card__compare-at-price{font-size:13px;font-weight:400;line-height:16px;position:relative}.c-product-card__compare-at-price:after{content:"";position:absolute;height:1px;width:100%;background:#902722;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-product-card__price-new{color:#902722}.c-product-card__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:10px;margin-top:auto;margin-bottom:0}.c-product-card__bottom .c-notify-me__modal-button{clip-path:polygon(0 0, 94% 0, 100% 21%, 100% 100%, 5% 100%, 0 85%)}.c-product-card__select-variant{font-size:12px;font-weight:400;line-height:24px;color:#fff;background-color:#000;border:1px solid #000;border-radius:0;clip-path:polygon(0 0, 91% 0, 100% 23%, 100% 100%, 6% 100%, 0 85%);padding:12px 24px;cursor:pointer}.c-product-card__select-variant:hover{opacity:.8}.c-product-card__select-variant:disabled{opacity:.6;pointer-events:none}.c-product-card__select-variant--hidden{display:none}@media screen and (min-width: 768px){.c-product-card__select-variant{padding:12px 32px}}.c-product-card__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:95px}@media screen and (min-width: 768px){.c-product-card__options{margin-top:10px;gap:15px}}