#promer-shopable a::after {
  content: none;
}

#promer-shopable .product-carousel {
  margin: 20px 0;
  position: relative;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#promer-shopable .product-carousel .swiper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#promer-shopable .product-carousel .swiper-slide {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  height: auto !important;
}

#promer-shopable .product-carousel .swiper-button-next,
#promer-shopable .product-carousel .swiper-button-prev {
  display: flex !important;
  background: rgba(0, 0, 0, 0.5);
  color: white !important;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  margin-top: -20px !important;
  position: absolute;
  z-index: 10;
}

#promer-shopable .swiper-button-next.swiper-button-disabled,
#promer-shopable .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

#promer-shopable .product-carousel .swiper-button-next:after,
#promer-shopable .product-carousel .swiper-button-prev:after {
  font-size: 13px !important;
}

#promer-shopable .product-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#promer-shopable .product-carousel .product-image-link,
#promer-shopable .product-carousel .product-title-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s ease;
  border-bottom: 0;
  padding: 0;
}

#promer-shopable .product-carousel .product-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  aspect-ratio: 1 / 1;
}

#promer-shopable .product-carousel .product-image-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 0;
  padding: 0;
}

#promer-shopable .product-carousel .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

#promer-shopable .product-carousel .btn-add-to-cart {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#promer-shopable .product-carousel .btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  margin-left: 8px;
}

#promer-shopable .product-carousel .btn-add-to-cart.loading .btn-spinner {
  display: inline-block;
}

#promer-shopable .product-carousel .btn-add-to-cart.loading .btn-text {
  display: none;
}

#promer-shopable .product-carousel .product-card:hover .btn-add-to-cart {
  opacity: 1;
}

#promer-shopable .product-carousel .product-details {
  padding: 8px 0;
  display: block;
}

#promer-shopable .product-carousel .product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#promer-shopable .product-carousel .product-price {
  font-size: 13px;
  color: inherit;
  margin-right: 8px;
}

#promer-shopable .product-carousel .product-price.has-original-price {
  color: #e53e3e;
}

#promer-shopable .product-carousel .product-original-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

#promer-shopable .product-carousel .product-price-container {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

/* Button product */

#promer-shopable .product-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#promer-shopable .button-type {
  padding: 10px 24px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  margin: 12px auto;
  text-decoration: none;
}

/* Featured product */
#promer-shopable .featured-product {
  display: flex;
  font-family: inherit;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

#promer-shopable .featured-product img.product-image {
  width: 270px;
  height: auto;
  object-fit: cover;
}

#promer-shopable .featured-product .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#promer-shopable .featured-product a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

#promer-shopable .featured-product .product-title {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0 !important;

  line-height: 1.4;
}

#promer-shopable .featured-product .product-price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

#promer-shopable .featured-product .product-price,
#promer-shopable .featured-product .product-original-price {
  font-size: 14px;
}

#promer-shopable .featured-product .product-price.has-original-price {
  color: #f12626;
}

#promer-shopable .featured-product .product-original-price {
  text-decoration: line-through;
  color: #616161;
  font-weight: 400;
}

#promer-shopable .featured-product .option-label {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: inherit;
}

#promer-shopable .featured-product .option-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#promer-shopable .featured-product .option-btn {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
  background: transparent;
  font-family: inherit;
  color: inherit;
}

#promer-shopable .featured-product .option-btn.active {
  border-color: var(--active-color, #000);
  background: var(--active-color, #000);
  color: white;
}

#promer-shopable .featured-product .product-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

#promer-shopable .featured-product .quantity-wrapper {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: fit-content;
  height: 40px;
}

#promer-shopable .featured-product .quantity-btn {
  border: none;
  background: transparent;
  padding: 0 12px;
  cursor: pointer;
  font-size: 20px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#promer-shopable .featured-product .quantity-input {
  width: 36px;
  text-align: center;
  border: none;
  margin: 0;
  font-size: 14px;
  background: transparent;
  color: inherit;
}

#promer-shopable .featured-product .quantity-input::-webkit-outer-spin-button,
#promer-shopable .featured-product .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#promer-shopable .featured-product .add-to-cart {
  background: #000;
  color: white;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  font-family: inherit;
  min-width: 200px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  height: 40px;
}

#promer-shopable .featured-product .add-to-cart:disabled,
#promer-shopable .featured-product .add-to-cart.disabled {
  background: #9e9e9e;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.8;
}

@media (max-width: 600px) {
  #promer-shopable .featured-product {
    flex-direction: column;
  }

  #promer-shopable .featured-product .product-image {
    width: 100% !important;
    height: auto !important;
  }
}
