/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/productCarousel.src.scss ***!
  \*********************************************************************************************************************************************************************************/
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
.mc-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.mc-pagination__select {
  font-size: 1rem;
  line-height: 1.125;
  padding: 0.875rem 3rem 0.875rem calc(0.75rem - 1px);
}
@media screen and (min-width: 1024px) {
  .mc-pagination__select {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    padding: calc(0.5rem - 1px) 2.25rem calc(0.5rem - 1px) calc(0.5rem - 1px);
  }
}

.mc-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.mc-carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mc-carousel-header__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.mc-carousel-header__title {
  margin-bottom: 0;
}
.mc-carousel-header__title--small {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.mc-carousel-header__title--large {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.mc-carousel-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.mc-carousel-header__buttons--hidden {
  display: none;
}
.mc-carousel-header__button {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  cursor: pointer;
}
.mc-carousel-header__button--disabled {
  cursor: default;
  background-color: #cccccc;
  color: #494f60;
  border-color: #cccccc;
}
.mc-carousel-header__button--disabled svg {
  fill: #494f60;
}
.mc-carousel-header__button.is-focus,
.mc-carousel-header__button:focus {
  -webkit-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0b96cc;
          box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0b96cc;
}

.mc-carousel-header__button svg {
  pointer-events: none;
}
.mc-carousel-body {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(1rem + 6px);
}
.mc-carousel-body__content {
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none; /* stylelint-disable-line */
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.mc-carousel-body__content::-webkit-scrollbar {
  height: 0;
  width: 0 !important;
}
.mc-carousel-body__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc-carousel-body__item-list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mc-carousel__custom-scrollbar {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0.25rem;
  background: #e6e6e6;
}
.mc-carousel__custom-scrollbar--hidden {
  display: none;
}
.mc-carousel__custom-thumb {
  background: #333333;
  border-radius: 6px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 6px;
  -webkit-transform: scale(1, 1) translateY(-50%);
      -ms-transform: scale(1, 1) translateY(-50%);
          transform: scale(1, 1) translateY(-50%);
  will-change: transform;
}
.mc-carousel.no-drag * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.mc-carousel__custom-scrollbar:hover .mc-carousel__custom-thumb,
.mc-carousel__custom-thumb:hover {
  height: 8px;
}

.mc-carousel__custom-scrollbar:active .mc-carousel__custom-thumb,
.mc-carousel__custom-thumb:active {
  height: 10px;
}

/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
#arm-products-sponsored-carousel #arm-pad-open-modal {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  opacity: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  text-decoration: none;
}
#arm-products-sponsored-carousel #arm-pad-open-modal:hover {
  text-decoration: underline;
}
#arm-products-sponsored-carousel #arm-pad-open-modal .icon {
  display: block;
  background-color: transparent;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin-left: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#arm-products-sponsored-carousel .mc-carousel-header__titles {
  width: 100%;
}
#arm-products-sponsored-carousel .arm-sponsored-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 0px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    margin-bottom: 16px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (min-width: 680px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    margin-bottom: 16px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
    max-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
    margin-bottom: 24px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
    max-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
    margin-bottom: 24px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1440px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 5.5 - 24 * 1px + 24 * 1px / 5.5);
    max-width: calc(100% / 5.5 - 24 * 1px + 24 * 1px / 5.5);
    margin-bottom: 24px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1920px) {
  #arm-products-sponsored-carousel .arm-sponsored-item {
    min-width: calc(100% / 7.5 - 24 * 1px + 24 * 1px / 7.5);
    max-width: calc(100% / 7.5 - 24 * 1px + 24 * 1px / 7.5);
    margin-bottom: 24px;
  }
  #arm-products-sponsored-carousel .arm-sponsored-item:not(:last-child) {
    margin-right: 24px;
  }
}
#arm-products-sponsored-carousel .arm-sponsored-item__layer-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#arm-products-sponsored-carousel .arm-sponsored-item__layer-large .kl-tile--v.kl-tile--button-bottom {
  height: auto;
}
#arm-products-sponsored-carousel .arm-sponsored-item .product-thumbnail {
  height: 100%;
}
#arm-products-sponsored-carousel .arm-title-carousel-sponsored {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
#arm-products-sponsored-carousel .arm-title-carousel-sponsored--light {
  color: #ffffff;
}
#arm-products-sponsored-carousel .arm-title-carousel-sponsored--layer {
  text-align: left;
}

/*# sourceMappingURL=productCarousel.css.map*/