html,
body {
  overflow-x: clip;
}

.clone-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 100200;
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: 3px;
  background: #242424;
  color: #fff;
  font: 600 14px/1.4 Montserrat, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .2s ease, transform .2s ease;
}

.clone-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

#cookie-law-container {
  z-index: 100150 !important;
}

body.clone-menu-open #mmenu_mobile {
  display: block !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 100120 !important;
}

body.clone-menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100110;
  background: rgba(0, 0, 0, .48);
  pointer-events: none;
}

body.clone-menu-open .mct_hamburger_icon_block {
  position: relative;
  z-index: 100130;
}

body:not(.clone-menu-open) .mct_menu_close {
  display: none !important;
}

body.clone-menu-open .mct_hamburger {
  display: none !important;
}

body.clone-menu-open .mct_menu_close,
body.clone-menu-open .mct_opened {
  display: inline-flex !important;
}

body.clone-menu-open .mct_closed {
  display: none !important;
}

#mini_cart_content.clone-open {
  display: block !important;
  visibility: visible !important;
}

#mct_gall_pics_product_slider.combo-gallery {
  display: block !important;
  width: 100% !important;
  max-width: 548px;
  margin: 0 auto;
}

.combo-product-page .mct_single_img {
  position: relative;
}

.combo-product-page .extra_action_buttons {
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  z-index: 3;
}

.combo-gallery-main-link {
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

#mct_gall_pics_product_slider.combo-gallery #combo-main-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 6px !important;
  position: static !important;
  object-fit: contain !important;
}

.combo-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
  padding: 2px;
}

.combo-gallery-thumb {
  display: block;
  aspect-ratio: 1;
  min-width: 0;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.combo-gallery-thumb:hover,
.combo-gallery-thumb:focus-visible,
.combo-gallery-thumb.is-active {
  border-color: #c2a84d;
  box-shadow: 0 0 0 1px #c2a84d;
  outline: none;
}

.combo-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combo-bottle-list {
  margin: 14px 0 20px 22px;
}

.combo-bottle-list li {
  margin-bottom: 7px;
}

#mct_products_by_attribute_value.combo-glass-section {
  overflow: hidden;
}

#mct_attribute_value_product_slider.combo-glass-carousel {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 4px 2px 18px !important;
  gap: 18px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab;
  scroll-behavior: auto;
  scroll-snap-type: none;
  overscroll-behavior-inline: auto;
  touch-action: auto;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#mct_attribute_value_product_slider.combo-glass-carousel::-webkit-scrollbar {
  display: none;
}

#mct_attribute_value_product_slider.combo-glass-carousel.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

#mct_attribute_value_product_slider.combo-glass-carousel > .combo-glass-card {
  display: flex !important;
  flex: 0 0 215px !important;
  width: 215px !important;
  min-width: 215px !important;
  max-width: 215px !important;
  height: auto !important;
  scroll-snap-align: start;
}

#mct_attribute_value_product_slider.combo-glass-carousel .mct_image,
#mct_attribute_value_product_slider.combo-glass-carousel .mct_prod_card_wrap {
  width: 100%;
}

#mct_attribute_value_product_slider.combo-glass-carousel .quantity-wrap {
  display: none !important;
}

#mct_attribute_value_product_slider.combo-glass-carousel .button-cart-wrap {
  width: 100%;
  margin-bottom: 20px !important;
}

.combo-sticky-buy {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100100;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 -5px 18px rgba(0, 0, 0, .1);
  transform: translateY(110%);
  pointer-events: none;
  transition: transform .22s ease, opacity .18s ease, visibility .22s;
}

.combo-sticky-buy.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.combo-sticky-buy__inner {
  display: flex;
  width: 100%;
  max-width: 720px;
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.combo-sticky-buy .combo-sticky-quantity {
  display: grid !important;
  flex: 0 0 128px;
  grid-template-columns: 40px 48px 40px;
  width: 128px !important;
  height: 43px !important;
  margin: 0 !important;
}

.combo-sticky-buy .combo-sticky-quantity button,
.combo-sticky-buy .combo-sticky-quantity input {
  display: flex !important;
  width: 100% !important;
  height: 43px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center;
  box-shadow: none !important;
}

.combo-sticky-buy .combo-sticky-quantity .minus {
  border-radius: 4px 0 0 4px !important;
}

.combo-sticky-buy .combo-sticky-quantity input {
  border-right: 0 !important;
  border-left: 0 !important;
  appearance: textfield;
}

.combo-sticky-buy .combo-sticky-quantity input::-webkit-inner-spin-button,
.combo-sticky-buy .combo-sticky-quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.combo-sticky-buy .combo-sticky-quantity .plus {
  border-radius: 0 4px 4px 0 !important;
}

.combo-sticky-buy .combo-sticky-cta {
  display: flex !important;
  flex: 0 1 300px;
  height: 43px !important;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 3px !important;
  background: #d13b2b !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
}

.combo-sticky-buy .combo-sticky-cta:hover,
.combo-sticky-buy .combo-sticky-cta:focus-visible {
  background: #bd3022 !important;
  color: #fff !important;
}

body.combo-sticky-visible {
  padding-bottom: 70px;
}

.modal.clone-open {
  display: block !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, .48);
}

.modal.clone-open .modal-dialog {
  transform: none !important;
}

@media (max-width: 767px) {
  .mct_product .mct_data {
    display: flex !important;
    flex-direction: column;
  }

  .mct_product .mct_main_title { order: 1; }
  .mct_product .mct_sifra { order: 2; }
  .mct_product .price_updater { order: 3; }
  .mct_product .extra_data { order: 4; }
  .mct_product .mct_short { order: 5; }
  .mct_product #mct_tech_more { order: 6; }
  .mct_product .product_options { order: 7; }

  #mct_gall_pics_product_slider:not(.combo-gallery) .slick-list {
    width: 100% !important;
  }

  #mct_gall_pics_product_slider:not(.combo-gallery) .slick-track {
    width: 274.4px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  #mct_gall_pics_product_slider:not(.combo-gallery) .mct_gall_img.slick-slide,
  #mct_gall_pics_product_slider:not(.combo-gallery) .responsive-image-container,
  #mct_gall_pics_product_slider:not(.combo-gallery) .img-container {
    width: 274.4px !important;
    height: 274.4px !important;
  }

  #mct_gall_pics_product_slider:not(.combo-gallery) .mct_mainpic {
    display: block !important;
    width: 274.4px !important;
    height: 274.4px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    position: relative !important;
    left: 0 !important;
    object-fit: contain !important;
  }

  #mct_gall_pics_product_slider:not(.combo-gallery) .img-container > a.mctFancyboxProd {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  #mct_gall_pics_product_slider:not(.combo-gallery) .img-container .centerer {
    display: none !important;
  }

  #mct_gall_pics_product_slider.combo-gallery {
    width: 100% !important;
    max-width: 430px;
    padding: 0 10px;
  }

  .combo-gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 2px 10px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .combo-gallery-thumb {
    flex: 0 0 68px;
    width: 68px;
    scroll-snap-align: start;
  }

  #mct_attribute_value_product_slider.combo-glass-carousel {
    margin-right: -15px !important;
    padding-right: 30px !important;
    gap: 12px;
  }

  #mct_attribute_value_product_slider.combo-glass-carousel > .combo-glass-card {
    flex-basis: min(76vw, 260px) !important;
    width: min(76vw, 260px) !important;
    min-width: min(76vw, 260px) !important;
    max-width: min(76vw, 260px) !important;
  }

  .combo-sticky-buy__inner {
    max-width: none;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    justify-content: space-between;
    gap: 12px;
  }

  .combo-sticky-buy .combo-sticky-quantity {
    flex-basis: 122px;
    grid-template-columns: 36px 50px 36px;
    width: 122px !important;
  }

  .combo-sticky-buy .combo-sticky-cta {
    flex: 0 1 155px;
    min-width: 145px;
    padding: 0 8px !important;
    font-size: 15px !important;
  }

  body.combo-sticky-visible {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  #cookie-law-container {
    right: 12px !important;
    bottom: 76px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
  }
}
