@charset "utf-8";

@media (max-width: 1399.98px) {
  .sq--product-slide-list .swiper { overflow: visible !important; }
}

.sq--product-card { display: flex; flex-direction: column; gap: 16px; height: 100%; }

.sq--product-card__container { position: relative; display: flex; flex-direction: column; height: 100%; }

.sq--product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1.25; background-color: rgb(245, 245, 245); border-radius: 28px; }

@media screen and (min-width: 1200px) {
  .sq--product-card__media { border-radius: 28px; }
}

@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .sq--product-card__media { border-radius: calc(-24.4738px + 4.48878vw); }
}

@media screen and (max-width: 767.98px) {
  .sq--product-card__media { border-radius: 10px; }
}

.sq--product-card__media__tag { position: absolute; top: 12px; left: 12px; font-family: dm-sans, sans-serif; font-size: 12px; font-weight: 600; padding: 4px 12px; background-color: rgb(255, 68, 68); color: rgb(255, 255, 255); border-radius: 4px; z-index: 5; }

.sq--product-card__media__main, .sq--product-card__media__featured { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transition: opacity 0.3s; }

.sq--product-card__media__featured { opacity: 0; }

.sq--product-card.hover-enabled .sq--product-card__media:hover .sq--product-card__media__featured { opacity: 1; }

.sq--product-card__image { width: 100%; height: 100%; object-fit: cover; }

.sq--product-card__wishlist { position: absolute; top: 0px; right: 0px; z-index: 10; }

.sq--product-card__wishlist .wishlist-engine-button { border-radius: 100px; cursor: pointer; transition: 0.3s; background-color: rgba(18, 18, 18, 0.1) !important; }

.sq--product-card__wishlist .wishlist-engine-button svg > path { stroke: rgb(255, 255, 255); fill: rgb(255, 255, 255); }

.sq--product-card__wishlist[data-added="false"]:hover .wishlist-engine-button { background-color: rgba(18, 18, 18, 0.25) !important; }

.sq--product-card__wishlist[data-added="true"] { background-color: rgb(255, 143, 0); }

.sq--product-card__info { display: flex; flex-direction: column; gap: 8px; flex-grow: 1; margin-top: 24px; text-decoration: none; color: inherit; }

.sq--product-card__info__status { font-family: dm-sans, sans-serif; font-size: 10px; font-weight: 600; font-style: normal; line-height: 12.18px; text-transform: uppercase; padding: 6px 16px; color: rgb(40, 151, 255); background-color: rgb(234, 234, 234); text-align: center; width: fit-content; border-radius: 4px; }

.sq--product-card__info__title, .sq--product-card__info__subtitle, .sq--product-card__info__prices { font-family: dm-sans, sans-serif; font-weight: 500; font-style: normal; }

.sq--product-card__info__subtitle { color: rgb(164, 164, 164); }

.sq--product-card__info__prices { display: flex; align-items: center; gap: 8px; }

@media screen and (min-width: 1200px) {
  .sq--product-card__info__title, .sq--product-card__info__prices { font-size: 20px; line-height: 130%; letter-spacing: -0.44px; }
  .sq--product-card__info__subtitle { font-size: 16px; line-height: 120%; }
}

@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .sq--product-card__info__title, .sq--product-card__info__prices { font-size: calc(-3.3217px + 1.99501vw); line-height: calc(115% - 28.7282px + 3.74065vw); }
  .sq--product-card__info__subtitle { font-size: calc(4.33915px + 0.997506vw); line-height: calc(115% - 9.57606px + 1.24688vw); }
}

@media screen and (max-width: 767.98px) {
  .sq--product-card__info__title, .sq--product-card__info__subtitle, .sq--product-card__info__prices { font-size: 12px; line-height: 115%; letter-spacing: -0.264px; }
}

.sq--product-card__info__regular_price { color: inherit; }

.sq--product-card__info__prices:has(.sq--product-card__info__special_price) .sq--product-card__info__regular_price { text-decoration: line-through; color: rgb(153, 153, 153); font-size: 14px; }

.sq--product-card__info__special_price { color: rgb(255, 68, 68); font-weight: 600; }

.sq--product-card__info__discount_rate { font-size: 14px; font-weight: 600; color: rgb(255, 68, 68); }

.sq--product-card__option { display: flex; align-items: center; justify-content: flex-start; gap: 4px; flex-wrap: wrap; }

.sq--product-card__option__swatch { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgb(234, 234, 234); cursor: pointer; padding: 0px; margin: 0px; background-color: transparent; outline: none; appearance: none; transition: 0.3s; position: relative; overflow: hidden; }

.sq--product-card__option__swatch:hover { border: 2px solid rgb(40, 151, 255); }

.sq--product-card__option__swatch.more { background-color: rgb(245, 245, 245); display: flex; align-items: center; justify-content: center; }

.sq--product-card__option__label { font-size: 0px; position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }

.sq--product-card__option__swatch.more .sq--product-card__option__label { font-size: 10px; font-weight: 600; color: rgb(102, 102, 102); position: relative; width: auto; height: auto; padding: 0px; margin: 0px; overflow: visible; clip: auto; white-space: normal; }

@media (max-width: 767px) {
  .sq--product-card__info__title { font-size: 14px; }
  .sq--product-card__info__subtitle { font-size: 12px; }
  .sq--product-card__info__prices { font-size: 14px; }
  .sq--product-card__option__swatch { width: 28px; height: 28px; }
}