.gd-smart-product-carousel {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}

/* Heading */

.gd-smart-product-carousel__heading {
  text-align: var(--heading-text-align);
}

/* Splide */

.gd-smart-product-carousel__splide {
  padding-bottom: 2rem;
}

/* Slide */

.gd-smart-product-carousel__slide-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.gd-smart-product-carousel__slide-image img {
  max-width: 100%;
  width: 100%;
  object-fit: var(--image-fit);
}

.gd-smart-product-carousel__slide-caption {
  display: flex;
  flex-direction: column;
}

.gd-smart-product-carousel__slide-detail {
  display: flex;
  align-items: flex-start;
  height: max-content;
  margin-bottom: 0.5rem;
}

.gd-smart-product-carousel__slide-detail.between {
  justify-content: space-between;
}

.gd-smart-product-carousel__slide-detail.left {
  justify-content: flex-start;
}

.gd-smart-product-carousel__slide-detail.right {
  justify-content: flex-end;
}

.gd-smart-product-carousel__slide-detail.center {
  justify-content: center;
}

.gd-smart-product-carousel__detail-prefix:not(:empty) {
  margin-right: 0.5rem;
}

.gd-smart-product-carousel__slide-detail > * {
  margin: 0;
}

.gd-smart-product-carousel__slide-detail--base_price {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.gd-smart-product-carousel__button {
  margin-bottom: 0.5rem;
}

.gd-smart-product-carousel__button--fullwidth {
  width: 100%;
}

.gd-smart-product-carousel__add-to-cart-message:not(:empty) {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.gd-smart-product-carousel__add-to-cart-message span {
  font-size: 0.875rem;
  font-weight: 600;
}

.gd-smart-product-carousel__add-to-cart-message:has(span.green) {
  background-color: #daf5eb;
  border: 1px solid #bbe1d3;
  color: #0a7448;
}

.gd-smart-product-carousel__add-to-cart-message:has(span.red) {
  background-color: #fbe3e3;
  border: 1px solid #f9c4c7;
  color: #b13138;
}

/* Inventory */
.gd-smart-product-carousel__inventory {
  padding: 0.2em 0.7em;
  border-radius: 0.25em;
  text-transform: uppercase;
  font-size: 0.675rem;
}

.gd-smart-product-carousel__inventory--out {
  background-color: #FBE3E3;
  color: #B13138;
}

.gd-smart-product-carousel__inventory--low {
  background-color: #F8F8E1;
  color: #65602E;
}

.gd-smart-product-carousel__inventory--in {
  background-color: #DAF5EB;
  color: #0A7448;
}

.splide__arrow {
  height: 46px;
  width: 46px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ddd;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.21);
}

.splide__pagination__page.is-active {
  background-color: #000;
}

.splide__pagination__page {
  background-color: #555;
}
