/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \****************************************************************************************************************/
.elkad-image-grid__title {
  font-family: var(--font-heading);
  font-size: 32px;
  margin-bottom: 20px;
}
.elkad-image-grid__grid {
  display: grid;
  width: 100%;
}
.elkad-image-grid__grid__image {
  width: 100%;
}
.elkad-image-grid__grid__image-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-gift-wrapper {
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0;
}
.cart-gift-wrapper:hover {
  opacity: 0.7;
}
.cart-gift-wrapper__label {
  flex: 1;
  text-align: center;
  display: flex !important;
  justify-content: flex-start;
  text-decoration: underline;
  color: black;
  cursor: pointer;
  line-height: normal;
}

.associated-products {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
  width: 100%;
}
.associated-products__item {
  border: 1px solid #000;
  display: flex;
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.associated-products__item__image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.associated-products__item__text {
  padding: 10px;
  font-size: 14px;
  flex: 1;
}
.associated-products__item__text__selected-values {
  font-size: 12px;
  margin-top: 10px;
  display: none;
}
.associated-products__item__text__selected-values--active {
  display: block;
}
.associated-products__popup {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.associated-products__popup--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.associated-products__popup__content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 450px;
  width: 100%;
  height: 80%;
  overflow-y: auto;
}
.associated-products__popup__content__slider {
  width: 100%;
  max-height: 350px;
  --swiper-theme-color: black;
}
.associated-products__popup__content__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.associated-products__popup__content__slider .swiper-button-next,
.associated-products__popup__content__slider .swiper-button-prev {
  color: #000;
  --swiper-navigation-size: 18px;
}
.associated-products__popup__content__main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
}
.associated-products__popup__content__main__options__option__name {
  font-size: 16px;
  margin-bottom: 10px;
}
.associated-products__popup__content__main__options__option__values {
  display: flex;
  gap: 10px;
}
.associated-products__popup__content__main__options__option__values__value--color input {
  display: none;
}
.associated-products__popup__content__main__options__option__values__value--color input:checked + label .associated-products__popup__content__main__options__option__values__value__color {
  border: 1px solid #000;
  padding: 1px;
}
.associated-products__popup__content__main__options__option__values__value__color {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.associated-products__popup__content__main__options__option__values__value__color span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.associated-products__popup__content__main #associated-product-id {
  display: none;
}
.associated-products__popup__content__main__custom-text__label {
  font-size: 16px;
  margin-bottom: 10px;
}
.associated-products__popup__content__main__custom-text__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.associated-products__popup__content__main__custom-text__error {
  font-size: 14px;
  color: rgb(182, 16, 16);
  margin-bottom: 10px;
}
.associated-products__popup__content__main__custom-text__description {
  font-size: 14px;
  color: #666;
}
.associated-products__popup__content__main__ctas {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.associated-products__popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.full-section-link {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 3;
}

#fsb_background {
  height: auto !important;
}

#fsb_bar {
  text-align: left !important;
  padding: 0px !important;
  position: initial !important;
  line-height: 24px !important;
  font-size: 16px !important;
}
