.c-product-widget {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 200ms ease-in;
  cursor: pointer;
}
.c-product-widget:before {
  transition: all 200ms linear;
  content: "";
  opacity: 0;
  width: calc(100% + 20px);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.12);
  height: calc(100% + 20px);
  position: relative;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 10px;
  pointer-events: none;
}
.c-product-widget:hover {
  transform: translateY(-5px);
}
.c-product-widget:hover:before {
  opacity: 1;
}
.c-product-widget__image {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
  height: 310px;
}
@media (max-width: 1649.98px) {
  .c-product-widget__image {
    height: 248px;
  }
}
@media (max-width: 1199.98px) {
  .c-product-widget__image {
    height: 240px;
  }
}
@media (max-width: 991.98px) {
  .c-product-widget__image {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .c-product-widget__image {
    height: 160px;
  }
}
@media (max-width: 575.98px) {
  .c-product-widget__image {
    height: 130px;
  }
}
.c-product-widget__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-widget__info {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 15px;
  gap: 15px;
  height: auto !important;
}
@media (max-width: 1649.98px) {
  .c-product-widget__info {
    padding: 16px 16px 12px;
    gap: 12px;
  }
}
.c-product-widget__title-row {
  display: flex;
  gap: 10px;
  padding: 10px 0 0 0;
  justify-content: space-between;
}
.c-product-widget__title {
  color: #000000;
  font-size: 1.25em;
  font-weight: bold;
  min-width: 0;
}
.c-product-widget__title a {
  color: #000000;
}
.c-product-widget__title a:hover, .c-product-widget__title a:active, .c-product-widget__title a:focus, .c-product-widget__title a:visited {
  color: #000000;
}
@media (max-width: 1649.98px) {
  .c-product-widget__title {
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  .c-product-widget__title {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-product-widget__title {
    font-size: 0.75em;
  }
}
.c-product-widget__prices-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
.c-product-widget__prices {
  display: flex;
  color: #000000;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1649.98px) {
  .c-product-widget__prices {
    gap: 10px;
  }
}
.c-product-widget__prices span {
  opacity: 0;
  width: 0;
}
.c-product-widget__prices span.woocommerce-Price-amount, .c-product-widget__prices span.woocommerce-Price-currencySymbol {
  width: auto;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1649.98px) {
  .c-product-widget__prices span.woocommerce-Price-amount, .c-product-widget__prices span.woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
}
.c-product-widget__prices .amount:last-of-type:not(:first-of-type) {
  color: #f15a30;
  text-decoration: line-through;
}
.c-product-widget__prices.is-sale .woocommerce-Price-amount:nth-of-type(1) {
  color: #f15a30;
}
.c-product-widget__prices.is-sale .woocommerce-Price-amount:nth-of-type(2) {
  color: #000000;
  text-decoration: line-through;
}
.c-product-widget__price-range {
  opacity: 1 !important;
  width: auto !important;
}
.c-product-widget__price-range span {
  color: #000000 !important;
  text-decoration: none !important;
}
.c-product-widget__price {
  font-size: 1.25em;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 1649.98px) {
  .c-product-widget__price {
    font-size: 1em;
  }
}
.c-product-widget__price-regular {
  text-decoration: line-through;
  color: #f15a30;
  font-size: 1em;
}
@media (max-width: 1649.98px) {
  .c-product-widget__price-regular {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  .c-product-widget__price-regular {
    font-size: 1em;
  }
}
.c-product-widget__new {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  color: #ffffff;
  font-size: 0.6875em;
  font-weight: bold;
  padding: 5px 18px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  border-radius: 8px 0;
}
.c-product-widget__colors {
  display: flex;
  gap: 8px;
}
.c-product-widget__color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.c-product-widget__sizes {
  display: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1649.98px) {
  .c-product-widget__sizes {
    bottom: 16px;
    right: 12px;
  }
}
@media (max-width: 991.98px) {
  .c-product-widget__sizes {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.c-product-widget__size {
  font-size: 0.875em;
  font-weight: normal;
  line-height: normal;
  font-family: "Inter", sans-serif;
  color: #cacaca;
  border-right: 1px solid #cacaca;
  padding: 0 5px;
}
@media (max-width: 1649.98px) {
  .c-product-widget__size {
    font-size: 0.75em;
  }
}
@media (max-width: 1199.98px) {
  .c-product-widget__size {
    font-size: 0.625em;
  }
}
.c-product-widget__size.is-active {
  color: #353535;
}
.c-product-widget__size:last-child {
  border: none;
}
.c-product-widget__on-sale {
  position: absolute;
  top: -5px;
  right: 15px;
  background: #f15a30;
  z-index: 9;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 900;
  padding: 10px;
  border-radius: 8px;
  transform: skew(-12deg);
}
.c-product-widget__on-sale span {
  transform: skew(12deg);
  display: inline-block;
}
@media (max-width: 1649.98px) {
  .c-product-widget__on-sale {
    padding: 8px;
    font-size: 0.875em;
  }
}
@media (max-width: 1199.98px) {
  .c-product-widget__on-sale {
    padding: 5px;
  }
}