.c-product-card{display:block;width:100%;min-width:0}.c-product-card--rtl{direction:rtl}.c-product-card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:100%;padding:14px 13px 10px;border:1px solid #fff;-webkit-box-shadow:2px 2px 10px 2px rgba(0,0,0,.1);box-shadow:2px 2px 10px 2px rgba(0,0,0,.1)}@media screen and (min-width: 768px){.c-product-card__inner{padding:12px 13px 10px;gap:22px}}.c-product-card__image-container{aspect-ratio:1/1;position:relative;background:rgba(65,64,66,.1019607843)}.c-product-card__image{display:block;width:100%;height:100%;cursor:pointer;padding:12px 12px 16px;aspect-ratio:1/1}.c-product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 768px){.c-product-card__image{padding:15px 16px 16px}}.c-product-card__badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;position:absolute;top:0;left:0;z-index:2}.c-product-card--rtl .c-product-card__badges{left:auto;right:0}.c-product-card__badge{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;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:15px;padding:0 10px;-ms-flex-negative:0;flex-shrink:0;border-radius:0px 3px 3px 0px;background:#000;color:#fff;font-family:var(--text-font-family);font-size:8px;font-style:normal;font-weight:600;line-height:6px}.c-product-card__badge--sale{color:#fff;background:#e00}@media screen and (min-width: 768px){.c-product-card__badge{height:22px;font-size:14px;line-height:14px}}.c-product-card__buy-button{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;width:22px;height:22px;background:#fff;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.25);box-shadow:0px 4px 4px rgba(0,0,0,.25);border-radius:4px;position:absolute;bottom:6px;right:6px;z-index:2}.c-product-card__buy-button:disabled{pointer-events:none}.c-product-card__buy-button:disabled svg path{stroke:#414042}.c-product-card--rtl .c-product-card__buy-button{left:6px;right:auto}.c-product-card__buy-button svg{width:14.5px;height:12.5px}@media screen and (min-width: 768px){.c-product-card__buy-button{width:28px;height:28px}.c-product-card__buy-button svg{width:18.5px;height:15.8px}}.c-product-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.c-product-card__subtitle{display:block;margin-bottom:0px;color:rgba(0,0,0,.5);font-family:var(--text-font-family);font-size:12px;font-style:normal;font-weight:400;line-height:18px;text-transform:uppercase}@media screen and (min-width: 768px){.c-product-card__subtitle{margin-bottom:11px;font-size:14px}}.c-product-card__title{display:block;margin:0;margin-bottom:8px;color:#000;font-family:var(--text-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:18px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (min-width: 768px){.c-product-card__title{margin-bottom:10px;font-size:18px}}.c-product-card__price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-product-card__price{color:#000;font-family:var(--text-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:15px}@media screen and (min-width: 768px){.c-product-card__price{font-size:16px}}.c-product-card__price--discount{color:#e00}.c-product-card__price--compare-at{color:#414042;font-size:12 px;text-decoration:line-through}@media screen and (min-width: 768px){.c-product-card__price--compare-at{font-size:14px}}