.embla-gift-campaign {
  max-width: 1024px;
  position: relative;
  --slide-spacing: 2.4rem;
  --slide-size: 100%;
}

.embla-gift-campaign__viewport {
  overflow: hidden;
}

.embla-gift-campaign__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla-gift-campaign__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla-gift-campaign__controls {
  display: grid;
  gap: 1.6rem;
  margin-top: 2rem;
}

.embla-gift-campaign__buttons {
  position: absolute;
  margin: auto;
  inset: 10rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 71rem;
  width: 90%;
  height: 0;
}
@media (max-width: 999px) {
  .embla-gift-campaign__buttons {
    inset: 16rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .embla-gift-campaign__buttons {
    inset: 8rem 0 0 0;
    max-width: none;
    width: calc(100vw - 0.5rem);
    margin-left: -1.8rem;
  }
}

.embla-gift-campaign__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 5.2rem;
  border: 2px solid #000;
  background: #000;
  box-shadow: 0px 2.4px 4.8px 0px rgba(0, 0, 0, 0.07);
  width: 6.4rem;
  width: 6rem;
  height: 6rem;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .embla-gift-campaign__button {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.embla-gift-campaign__button svg {
  width: 2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .embla-gift-campaign__button svg {
    height: 1rem;
  }
}

.embla-gift-campaign__button:disabled {
  color: var(--detail-high-contrast);
}

.embla-gift-campaign__button__svg {
  width: 35%;
  height: 35%;
}

.embla-gift-campaign__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  align-items: center;
}

.embla-gift-campaign__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .embla-gift-campaign__dot {
    width: 1rem;
    height: 1rem;
  }
}

.embla-gift-campaign__dot:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}

.embla-gift-campaign__dot--selected {
  background: #34949B;
}

.embla-gift-campaign__dot--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
}/*# sourceMappingURL=embla-gift-campaign.css.map */