/* body {
  padding-bottom: var(--hdt-sticky-atc-height, 99px);
} */
.hdt-sticky-btn-atc {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 0 .9rem #0000001f;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
  left: 0;
  right: 0;
}

body:has(.hdt-affiliate-btn) .hdt-sticky-btn-atc {
  display: none !important;
}

.hdt-sticky-btn-atc hdt-height-observer {
  width: 100%;
  padding: 1rem 0;
  column-gap: 0.5rem;
}

.sticky-shown .hdt-sticky-btn-atc {
  transform: translate3d(0, 0, 0) !important;
  ;
}

.hdt-sticky-atc__product {
  gap: 1.5rem;
}

.hdt-sticky-atc__infos {
  flex: 0 0 auto;
  width: auto;
}

.hdt-sticky-atc__infos .hdt-sticky-atc__form,
.hdt-sticky-atc__btns {
  gap: 1.5rem;
}

.hdt-sticky-atc__img {
  width: 6.5rem;
  height: 6.5rem;
  min-width: 6.5rem;
}

.hdt-sticky-atc__img-placeholder,
.hdt-sticky-atc__img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-full);
}

.hdt-sticky-atc__img-placeholder {
  background-color: #f5f5f5;
}

.hdt-sticky-atc__product-monney {
  color: rgb(var(--color-pr-price));
}

.hdt-sticky-atc__qty-selector .hdt-quantity__rules,
.hdt-sticky-atc__qty-selector .hdt-quantity__label {
  display: none;
}

.hdt-sticky-atc__submit {
  min-width: 16rem;
  min-height: 4rem;
}

.hdt-sticky-atc__variant-price {
  margin: 0 2rem;
}

.hdt-sticky-atc__variant-price .hdt-select {
  height: 4rem;
  max-width: 25rem;
  min-width: 19rem;
}

@media(max-width: 1024px) {
  .hdt-sticky-atc__img {
    width: 6.5rem;
    height: 6.5rem;
    min-width: 6.5rem;
  }
}

@media(max-width:767px) {
  .hdt-sticky-btn-atc .hdt-sticky-atc__product {
    display: none;
  }

  .hdt-sticky-atc__submit {
    width: 100%;
  }

  .hdt-sticky-atc__btns,
  .hdt-sticky-btn-atc .hdt-select,
  .hdt-sticky-btn-atc .hdt-sticky-atc__product-monney,
  .hdt-sticky-atc__infos {
    width: 100%
  }

  .hdt-sticky-atc__infos .hdt-sticky-atc__form {
    flex-direction: column;
  }
}

.hdt-enable-choose-variant__false {
  .hdt-sticky-atc__variant-price {
    display: none;
  }

  .hdt-sticky-atc__btns {
    padding-inline-start: 1rem;
  }
}


@media(width < 768px) {
  .hdt-sticky_layout_mb--minimal {
    .hdt-sticky-atc__variant-price .hdt-select {
      border-radius: 0;
      border-inline: 0;
      min-width: 90vw;
      width: 100%;
      text-align: center;
    }

    .hdt-sticky-atc__variant-price {
      max-width: 100vw;
    }

    .hdt-sticky-atc__infos-content {
      display: flex !important;
      flex-direction: row;
      gap: 1.5rem;
      
    }

    .hdt-sticky-atc__infos {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;

      .hdt-sticky-atc__title {
        color: rgb(var(--color-foreground));
      }
    }
  }
}