.webixa-featuredproducts-cart-entry {
  margin-top: 1rem;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-code-button {
  display: block;
  padding: 0 0 1rem;
  margin-bottom: 0;
  text-align: center;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  font-weight: 500;
  color: #232323;
  padding: 12px 2rem;
  border: 1px solid #C4A975;
  border-radius: 5px;
  font-size: 14px;
  color: #C4A975;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link svg {
  width: 24px;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link svg path {
  transition: stroke 0.3s ease;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link:hover,
.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link:focus {
  color: #FFF;
  background-color: #C4A975;
  text-decoration: none;
}

.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link:hover svg path,
.webixa-featuredproducts-cart-entry .webixa-featuredproducts-promo-link:focus svg path {
  stroke: white;
}

.webixa-featuredproducts-modal .featured-products {
  margin: 0;
}

.webixa-featuredproducts-modal .products-section-title {
  font-size: clamp(1.5rem, 4vw, 32px);
}

body.webixa-featuredproducts-modal-open .modal-backdrop {
  z-index: 1030 !important;
}

body.webixa-featuredproducts-modal-open .webixa-featuredproducts-modal {
  z-index: 1040 !important;
}

body.webixa-featuredproducts-modal-open .quickview,
body.webixa-featuredproducts-modal-open #blockcart-modal,
body.webixa-featuredproducts-modal-open #product-modal {
  z-index: 1060 !important;
}

body.webixa-featuredproducts-modal-open .modal-backdrop ~ .modal-backdrop {
  z-index: 1050 !important;
}

body.webixa-featuredproducts-modal-open .modal-backdrop ~ .modal-backdrop.in {
  opacity: 0.65 !important;
}

@media (max-width: 767px) {
  .webixa-featuredproducts-modal .webixa-featuredproducts-slider.js-products-slider-section .products > .product {
    flex: 0 0 100%;
    width: 100%;
  }
}
