/** Shopify CDN: Minification failed

Line 253:0 Unexpected "}"
Line 655:0 Unexpected "}"

**/
.placeholder_svg_parent.product--corner-radius-true {
  border-radius: 1rem;
}
.product__card__thumbnail {
  position: relative;
  overflow: hidden;
}
.product__card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 8;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.product__card__badges .badge {
  background: #e21c23;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.product-recommendations .product__card__badges {
  top: 0;
  left: 0;
  gap: 0;
  overflow: visible;
  width: 0;
  height: 0;
}

.product-recommendations .product__card__badges .sale-corner-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.2rem;
  height: 7.2rem;
  min-width: 7.2rem;
  padding: 0;
  background: #e21c23;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  box-shadow: none;
  transform: none;
  border-radius: 0;
  overflow: visible;
}

.product-recommendations .product__card__badges .sale-corner-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), transparent 45%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.product-recommendations .product__card__badges .sale-corner-badge .sale__save--percent {
  position: absolute;
  top: 1.65rem;
  left: -0.2rem;
  width: 5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transform: rotate(-45deg);
  transform-origin: center;
  white-space: nowrap;
}

.product__card__badges .sale__save--percent {
  font-weight: 800;
}

.product__card__badges .sale__text {
  display: none;
}
@media only screen and (max-width: 575px) {
  .product__card__badges {
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .product-recommendations .product__card__badges {
    top: 0;
    left: 0;
  }

  .product-recommendations .product__card__badges .sale-corner-badge {
    width: 6.7rem;
    height: 6.7rem;
    min-width: 6.7rem;
  }

  .product-recommendations .product__card__badges .sale-corner-badge .sale__save--percent {
    top: 1.45rem;
    left: -0.1rem;
    width: 4.8rem;
    font-size: 1.45rem;
  }
}
.product__card__image {
  display: flex;
}
.product__card__image img {
  width: 100%;
  height: auto;
}
.product__card__content {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.2rem;
}

.product-recommendations .product__card {
  height: 100%;
  padding: 1rem;
  border: 1px solid #dfe3e8;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.product-recommendations .swiper-slide {
  height: auto;
}

.product-recommendations .product__card__thumbnail {
  aspect-ratio: 1 / 1;
  min-height: unset;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.product-recommendations .product__card--link,
.product-recommendations .product__card__image,
.product-recommendations .product__card .media {
  width: 100%;
  height: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-recommendations .product__card .media > img,
.product-recommendations .product__card__image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.product-recommendations .product__card__content {
  padding-top: 0;
  text-align: center;
  gap: 0.25rem;
}

.product-recommendations .product__card__title {
  min-height: 7rem;
  margin: 0.1rem 0 0;
}

.product-recommendations .product__card__title a {
  text-align: center;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-line-clamp: 4;
}

.product-recommendations .product-card--rating {
  display: flex;
  justify-content: center;
}

.product-recommendations .product__card__price {
  margin-top: 0;
}

.product-recommendations .product__card__price.price--on-sale .price__sale {
  flex-direction: column;
  gap: 0.05rem;
}

.product-recommendations .product__card__price .price-item--regular {
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 0;
}

.product-recommendations .product__card__price .price-item--sale {
  font-size: 1.8rem;
  line-height: 1.05;
}
.product__card__title {
  margin-bottom: 0;
  min-height: 18vh;
  overflow: hidden;
}
.product__card__title a {
  text-decoration: none;
  color: rgba(var(--color-foreground));
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.product__card-title--link:hover {
  color: rgba(var(--text-link-hover-color));
}

}


.product__card__price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 8rem;
}

.product__card__badges {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product__card__badges .badge {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product__card__price dl,
.product__card__price dd {
  margin: 0;
}

.product__card__price.price--on-sale .price__sale {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  line-height: 1.1;
}

.product__card__price .price-item--sale {
  color: #e21c23;
  font-size: 2.05rem;
  font-weight: 700;
}

.product__card__price .price-item--regular {
  color: #e21c23;
  font-size: 2.05rem;
  font-weight: 700;
  text-decoration: none;
}

.product__card__price.price--on-sale .price-item--regular {
  color: #8f8f8f;
  font-weight: 400;
  text-decoration-line: line-through;
  text-decoration-color: #e21c23;
  text-decoration-thickness: 1px;
}

.product__card__price .price__compare {
  text-decoration: none;
}
/* Product card style 2 */
.product__cart--wrapper.product__card--style2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.product__card--cart-btn.button.product__card--style2 {
  border-radius: 0;
}
.product-card-action-buttons-style2 {
  position: absolute;
  right: 1rem;
  display: grid;
}
.product__card--wishlist-btn,
.product__card-style2--action-btn {
  background: rgb(255 255 255 / 50%);
  border: none;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
  box-shadow: 0 0 1rem -0.2rem rgba(var(--color-foreground), 0.1);
}
.product__card--wishlist-btn > span,
.product__card-style2--action-btn > span {
  line-height: 0;
}
.product__card--wishlist-btn:hover,
.product__card-style2--action-btn:hover {
  background: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
}
.product__card--wishlist-btn.loading::after,
.product__card-style2--action-btn.loading::after {
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 1.1rem;
}
.product__card--action-btn svg,
.product__card-style2--action-btn svg {
  width: 2.2rem;
  display: inline-block;
}
.product__card-style2--action-btn.loading:hover:after {
  border-color: rgba(var(--color-background));
  border-left-color: transparent;
}
.product__card:hover .product__cart--wrapper.product__card--style2,
.product__card:hover .product__card-style2--action-btn {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
button.compare__button.product__card-style2--action-btn {
  transition: all 0.5s ease 0s;
}
button.product__quick_view.product__card-style2--action-btn {
  transition: all 0.6s ease 0s;
}
/* Product card style 2 */
@media screen and (min-width: 992px) {
  .product__card__thumbnail:hover
    .media.media--hover-effect
    > img
    ~ img.secondary__img,
  .product__card__thumbnail:hover
    .media.media--hover-effect
    > img.secondary__img
    + img.secondary__img--new {
    opacity: 1;
    transition: transform var(--duration-long) ease;
  }

  .product__card__thumbnail:hover
    .media.media--hover-effect
    > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .product__card__thumbnail.second--image__hide:hover
    .media.media--hover-effect
    > img:first-child:not(:only-child) {
    opacity: 1;
  }
  .product__card__thumbnail:hover .media > img {
    transform: scale(1.03);
  }
  .product__card .media > img {
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transfrom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .product__card .media > img:only-child {
    transition: transform var(--duration-long) ease;
  }
  button.product__card-style2--action-btn {
    border-radius: 0.5rem;
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
  }
  .product-card-action-buttons-style2 {
    top: 1rem;
    gap: 1rem;
  }
  .product__card--action-btn:not(.product__card--cart-btn) {
    min-width: 3.8rem;
  }
}
button.product__card__actions__btn.loading {
  background: #fff;
  color: transparent;
  box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}
@media only screen and (max-width: 479px) {
  span.remove__wishlist svg {
    height: 18px;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  span.sale__text {
    display: none;
  }
}
.product__card--wishlist-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.product__card--action-btn:not(.product__card--style2) {
  background: none;
}
.product__card--action-btn {
  display: flex;
  align-items: center;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  width: 100%;
  justify-content: center;
  border-radius: 0.3rem;
  min-height: 4.4rem;
  height: auto;
  font-size: 1.6rem;
  position: relative;
}
.product__card--action-btn span {
  line-height: 1;
}
.product__card--action-btn:hover {
  background-color: rgba(var(--secondary-button-hover-background));
  color: rgba(var(--secondary-button-hover-text));
  border-color: rgba(var(--secondary-button-hover-background));
}
.product__card--cart-btn {
  gap: 0.5rem;
}
.product__card--action-btn.loading:hover::after {
  border: 2.5px solid rgba(var(--secondary-button-hover-text));
  border-left: 2.5px solid transparent;
}
.product__card--action-btn.loading:after {
  top: 1rem;
}
.product__card--cart-btn.loading:after {
  margin-left: -1rem;
  left: 50%;
}
.product__card--action-btn:not(.product__card--cart-btn).loading:after {
  left: 0.8rem;
}
.product__card__price + .product-card-action-buttons,
.product-card--rating + .product-card-action-buttons {
  margin-top: auto;
}
.product--inventory-stock + .product-card-action-buttons {
  margin-top: auto;
}
.product-card-action-buttons {
  margin-top: auto;
  padding-top: 1rem;
  min-height: 5.2rem;
  align-items: end;
}

.product-recommendations .product__card--wishlist-btn,
.product-recommendations .product-card-action-buttons-style2,
.product-recommendations .product__card--action-btn-icon,
.product-recommendations .product__cart--wrapper.product__card--style2 {
  display: none !important;
}

.product-recommendations .product-card-action-buttons {
  display: block !important;
  min-height: auto;
  padding-top: 1.2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}

.product-recommendations .product__cart--wrapper {
  width: 100%;
}

.product-recommendations .product__card--cart-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 5rem;
  border: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-family: var(--font-heading-family);
  font-size: 1.12rem;
  font-weight: 700;
  box-shadow: none;
  gap: 0;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.product-recommendations .product__card--cart-btn:hover {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

.product-recommendations .product__card--cart-btn .action__btn--svg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 0 0 4.6rem;
  margin: 0;
  background: #bf1835;
  color: #fff;
}

.product-recommendations .product__card--cart-btn .action__btn--svg svg {
  width: 2rem;
}

.product-recommendations .product__card--cart-btn .cart__buton--label {
  display: inline-flex !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .product-card-action-buttons {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0.0rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-card-action-buttons {
    display: grid;
    grid-template-columns: auto 4rem 4rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .product__card--action-btn:not(.product__card--mobile-btn)
    .cart__buton--label {
    display: none;
  }
  .product__card--action-btn:not(.product__card--mobile-btn) {
    min-width: 4.4rem;
    max-width: 4.4rem;
  }
  .product-card-action-buttons {
    display: flex;
    gap: 1rem;
    align-content: stretch;
    justify-content: center;
}

  .product-recommendations .product-card-action-buttons {
    display: block !important;
  }
  }
  .product__card-style2--action-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
  .product__card-style2--action-btn svg {
    width: 1.5rem;
  }
  .product-card-action-buttons-style2 {
    top: 50%;
    gap: 0.5rem;
    transform: translateY(-50%);
  }
  .product__card--cart-btn.button.product__card--style2 {
    padding: 0 0.3rem;
    font-size: 1.4rem;
    min-height: 4.2rem;
  }

  .product__card-style2--action-btn.loading:after {
    left: 0.8rem;
    width: 1rem;
    height: 1rem;
    top: 0.9rem;
  }
  .product__card--wishlist-btn.loading:after {
    left: 1.2rem;
    width: 1rem;
    height: 1rem;
    top: 1.1rem;
  }
  .product__card--action-btn.loading:hover:after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .product__card--action-btn:not(.product__card--cart-btn).loading:after {
    left: 1.1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
  .product__card--cart-btn > svg {
    display: none;
  }
}
@media only screen and (min-width: 1150px) {
  .product__card--cart-btn {
    gap: 0.5rem;
    min-width: 14rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1499px) {
  .product__card--cart-btn svg {
    width: 2.2rem;
  }
  .product__card--action-btn svg,
  .product__card-style2--action-btn svg {
    width: 1.8rem;
  }
  .product__card--action-btn {
    font-size: 1.4rem;
  }
  .product__card--cart-btn {
    min-width: 12rem;
  }
}
@media only screen and (max-width: 749px) {
  .product__card--action-btn:not(.product__card--mobile-btn) {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
  }

  .product-recommendations .product__card .product__card--action-btn.product__card--cart-btn {
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 5rem !important;
  }

  .product-recommendations .product__card .product__card--action-btn.product__card--cart-btn .cart__buton--label {
    display: inline-flex !important;
  }

  .product-recommendations .product__card .product__card--action-btn.product__card--cart-btn .action__btn--svg {
    display: inline-flex !important;
  }

  .product__card--action-btn svg {
    width: 1.9rem;
  }
  .product__card--cart-btn svg {
    width: 2.1rem;
  }
  .wishlist__button svg {
    width: 1.7rem;
  }
  .product__card--wishlist-btn {
    top: 1rem;
    width: 3.7rem;
    height: 3.7rem;
  }
  .product--card-spacing-true
    .product__card--action-btn:not(.product__card--mobile-btn) {
    min-width: 3.5rem;
    max-width: 3.5rem;
    min-height: 3.8rem;
  }
  .product--card-spacing-true .product__card--cart-btn svg {
    width: 1.8rem;
  }
  .product--card-spacing-true .product__card--action-btn svg {
    width: 1.6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .product__card--cart-btn svg {
    width: 2.5rem;
  }
  .product__card-style2--action-btn svg {
    width: 2rem;
  }
}
.product__vendor {
  text-transform: capitalize;
}

/* Unified product card style sitewide */
.product__card {
  height: 100%;
  padding: 1rem;
  border: 1px solid #dfe3e8;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.product__card__badges {
  top: 0;
  left: 0;
  gap: 0;
  overflow: visible;
}

.product__card__badges .sale-corner-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.2rem;
  height: 7.2rem;
  min-width: 7.2rem;
  padding: 0;
  background: #e21c23;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  box-shadow: none;
  transform: none;
  border-radius: 0;
  overflow: visible;
}

.product__card__badges .sale-corner-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), transparent 45%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.product__card__badges .sale-corner-badge .sale__save--percent {
  position: absolute;
  top: 1.65rem;
  left: -0.2rem;
  width: 5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transform: rotate(-45deg);
  transform-origin: center;
  white-space: nowrap;
}

.product__card__thumbnail {
  aspect-ratio: 1 / 1;
  min-height: unset;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.product__card--link,
.product__card__image,
.product__card .media {
  width: 100%;
  height: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product__card .media > img,
.product__card__image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.product__card__content {
  padding-top: 0;
  text-align: center;
  gap: 0.25rem;
}

.product__card__title {
  min-height: 7rem;
  margin: 0.1rem 0 0;
}

.product__card .product__card__title a {
  text-align: center;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-line-clamp: 4;
}

.product__card .product-card--rating {
  display: flex;
  justify-content: center;
}

.product__card .product__card__price {
  margin-top: 0;
}

.product__card .product__card__price dl {
  min-height: 5.4rem;
  justify-content: flex-end;
}

.product__card .product__card__price.price--on-sale .price__sale {
  flex-direction: column;
  gap: 0.05rem;
}

.product__card .product__card__price .price-item--regular {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
  color: #e21c23;
  font-weight: 700;
}

.product__card .product__card__price .price-item--sale {
  font-size: 1.8rem;
  line-height: 1.05;
}

.product__card .product__card__price.price--on-sale .price-item--regular {
  font-size: 1.15rem;
}

.product__card .product__card--wishlist-btn,
.product__card .product-card-action-buttons-style2,
.product__card .product__card--action-btn-icon,
.product__card .product__cart--wrapper.product__card--style2 {
  display: none !important;
}

.product__card .product-card-action-buttons {
  display: block !important;
  min-height: auto;
  padding-top: 1.2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}

.product__card .product__cart--wrapper {
  width: 100%;
}

.product__card .product__card--cart-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 5rem;
  border: 0;
  border-radius: 0 0 1.6rem 1.6rem;
  background: linear-gradient(135deg, #c91f39 0%, #d92d2f 100%);
  color: #ffffff;
  font-family: var(--font-heading-family);
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(217, 45, 47, 0.14);
  gap: 0;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: transform var(--duration-short) ease, box-shadow var(--duration-short) ease, filter var(--duration-short) ease;
}

.product__card .product__card--cart-btn:hover {
  background: linear-gradient(135deg, #c91f39 0%, #d92d2f 100%);
  color: #ffffff;
  box-shadow: 0 12px 20px rgba(217, 45, 47, 0.18);
  filter: brightness(1.02);
}

.product__card .product__card--cart-btn .action__btn--svg {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 0 0 4.6rem;
  margin: 0;
  background: #bf1835;
  color: #fff;
}

.product__card .product__card--cart-btn .action__btn--svg svg {
  width: 2rem;
}

.product__card .product__card--cart-btn .cart__buton--label {
  display: inline-flex !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

@media only screen and (max-width: 749px) {
  .product__card {
    padding: 0.45rem;
  }

  .product__card__thumbnail {
    margin-bottom: 0.1rem;
    padding: 0.45rem;
  }

  .product__card__content {
    gap: 0;
  }

  .product__card__title {
    min-height: 4.2rem;
    margin: 0;
  }

  .product__card .product__card__price {
    min-height: 4.9rem;
  }

  .product__card .product__card__price dl {
    min-height: 3.7rem;
  }

  .product__card .product-card-action-buttons {
    padding-top: 0.1rem;
    margin-bottom: -0.45rem;
  }

  .product__card__badges .sale-corner-badge {
    width: 6.7rem;
    height: 6.7rem;
    min-width: 6.7rem;
  }

  .product__card__badges .sale-corner-badge .sale__save--percent {
    top: 1.45rem;
    left: -0.1rem;
    width: 4.8rem;
    font-size: 1.45rem;
  }

  .product__card .product__card--action-btn.product__card--cart-btn {
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 5rem !important;
  }

  .product__card .product__card--action-btn.product__card--cart-btn .cart__buton--label,
  .product__card .product__card--action-btn.product__card--cart-btn .action__btn--svg {
    display: inline-flex !important;
  }
}

/* Color swatches css  */
.product--color-swatch {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  cursor: pointer;
  border: 0.2rem solid transparent;
  padding: 0.25rem;
  border-radius: 0.6rem;
}
.product--color-swatch.checked-color {
  border-color: rgba(var(--color-foreground), 0.7);
}
.product--color-swatch-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
}
.product--color-swatch .swatch--variant-tooltip {
  position: absolute;
  bottom: 100%;
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  z-index: 9;
  padding: 6px 12px;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -70%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  pointer-events: none;
  line-height: 1;
  opacity: 0;
  font-size: 1.3rem;
}
.product--color-swatch .variant--swatch-color {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
  border-radius: 0.45rem;
  background-color: var(
    --color-swatch-background,
    var(--swatch-background-color)
  );
  background-image: var(--swatch-background-image, var(--background-gradient));
  background-size: cover;
  background-repeat: no-repeat;
}
.product--color-swatch:hover .swatch--variant-tooltip {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.product--color-swatch .swatch--variant-tooltip:after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem;
  border-color: transparent transparent transparent;
  border-top-color: rgba(var(--color-button), var(--alpha-button-background));
  left: 50%;
  transform: translate(-50%);
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child
  .swatch--variant-tooltip {
  transform: translateY(-70%);
  left: 0;
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child:hover
  .swatch--variant-tooltip {
  transform: translateY(-40%);
}
.swiper-slide
  .product--color-swatch-wrapper
  .product--color-swatch:first-child
  .swatch--variant-tooltip:after {
  left: 10px;
}
.rest__of--color-variants {
  line-height: 1;
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  color: rgba(var(--color-foreground));
}
.product--color-swatch .variant--swatch-custom.variant--swatch-image {
  position: relative;
  line-height: 1;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-foreground), 0.1);
  border-radius: 100%;
  width: 100%;
}
.product--color-swatch .variant--swatch-custom.variant--swatch-image > img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.product--color-swatch.product--color-swatch-image {
  width: 3.5rem;
  height: 3.5rem;
}
.product__card__content.product--card-spacing-true {
  padding: 2rem 0.5rem;
}
.product__card.product--corner-radius-true {
  border-radius: 1rem;
  overflow: hidden;
}
.product-card--rating {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.jdgm-star.jdgm--on:before {
  font-size: 1.2rem;
}
.product--inventory-stock {
  margin-top: 0.5rem;
}
.action__btn--svg svg {
  width: 1.8rem;
}

.product__card--style_2{
  height:100%;
}

.product__card--list__content .product__card__title{
    min-height: 1vh;
}





/* Cardul de produs - Stiluri generale */
.product__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product__card__content > * {
  flex-shrink: 0;
}

.product__card__content .product-card-action-buttons {
  margin-top: auto;
}

/* Asigurăm ca butoanele să fie aliniate corect pe mijloc */
.product__card__actions {
  display: flex;
  justify-content: space-between; /* Lăsăm un spațiu egal între butoane */
  padding: 1rem;
  flex-wrap: wrap; /* Permite butoanelor să se alinieze corect pe mai multe linii dacă este necesar */
  gap: 10px; /* Adăugăm un spațiu între butoane */
}

.product__card__actions button {
  background-color: #ff5a5f; /* Culoarea butonului */
  color: white;
  border: none;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%; /* Fiecare buton va ocupa 100% din lățimea disponibilă */
  max-width: 150px; /* O limită maximă a lățimii butoanelor */
  text-align: center; /* Centrăm textul în buton */
}

.product__card__actions button:hover {
  background-color: #ff3b42; /* Culoare buton hover */
}

/* Responsivitate: Pe ecrane mai mici, butoanele vor ocupa întreaga lățime */
@media only screen and (max-width: 767px) {
  .product__card__actions {
    flex-direction: column; /* Aliniază butoanele pe verticală pe dispozitive mici */
    align-items: center; /* Centrează butoanele */
  }

  .product__card__actions button {
    width: 80%; /* Butoanele vor ocupa 80% din lățimea cardului pe ecrane mici */
    margin-bottom: 10px; /* Adaugă spațiu între butoane */
  }
}

.product__card__actions .add-to-cart {
  background-color: #28a745; /* Culoare buton Adaugă în coș */
}

.product__card__actions .view-product {
  background-color: #007bff; /* Culoare buton Vizualizează */
}

.product__card__actions .compare-product {
  background-color: #ff9800; /* Culoare buton Compară */
}

/* Card hover effect */
.product__card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.product__card__title a:hover {
  color: rgba(var(--text-link-hover-color));
}
