.button--black {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.button--black:hover {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

a[href*="/cart_items/clear"],
button.js-close.unified-btn-fix,
.button--prodolzit-cart {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  margin-top: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 48px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

a[href*="/cart_items/clear"]:hover,
button.js-close.unified-btn-fix:hover,
.button--prodolzit-cart:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.product-view .button,
.product__actions .button,
.product-page .button,
.product-card .button {
  width: auto !important;
  min-width: 180px;
  display: inline-flex !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.r_popup--message-cart .button {
  margin-bottom: 10px !important;
}

.product-image,
.product_card-thumb,
.product__image {
  position: relative !important;
  z-index: 1;
}

.product__labels_main {
  position: absolute !important;
  z-index: 999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  align-items: flex-start !important;
  pointer-events: none;
}

.product-images .product__labels_main {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}

@media (min-width: 992px) {
  .product_card .product__labels_main,
  .product-item .product__labels_main {
    left: auto !important;
    right: 10px !important;
    align-items: flex-end !important;
  }
}

.menu-link-sale {
  display: flex !important;
  align-items: center;
}

.menu-icon-sale {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #9e00ff;
}

.button--compares,
.button--favorites {
  z-index: 1000 !important;
}

.unified-btn-fix {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

input.unified-btn-fix {
  display: block !important;
  width: 100% !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 48px !important;
  height: 48px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: inherit !important;
  background-image: none !important;
}

.js-popup-cart .button--small.unified-btn-fix {
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
}

.cart-order-buttons .unified-btn-fix,
.co-section--checkout_order .unified-btn-fix {
  margin-bottom: 10px !important;
}

.dropdown_products-action .row {
  display: flex !important;
  align-items: center !important;
}

.spam-warning-text {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  color: #333;
  line-height: 1.4;
}

.top-brand-icon {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 0.9em !important;
  height: 0.9em !important;
  margin-right: 6px !important;
  margin-top: -3px !important;
  pointer-events: none;
}

.top-brand-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: #9e00ff !important;
  stroke: none !important;
  display: block;
}

li.is-open > .nav-arrow-toggle {
  transform: rotate(90deg) !important;
}

.multibutton-wrapper {
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 2147483647;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
}

.multibutton-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #333;
  border-right: none;
  border-radius: 25px 0 0 25px;
  padding: 4px 5px 4px 4px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 148px;
  height: 50px;
  outline: none;
  box-sizing: border-box;
}

.multibutton-main {
  transform: translateX(10px);
}

.multibutton-main:hover,
.multibutton-wrapper.is-open .multibutton-main {
  transform: translateX(0);
  background-color: #f9f9f9;
}

.multibutton-child:hover {
  background-color: #f9f9f9;
}

.btn-icon-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-icon-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-text {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  margin-left: 10px;
  opacity: 1;
}

.multibutton-child {
  opacity: 0;
  transform: translateY(15px) scale(0.95);
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.multibutton-wrapper.is-open .multibutton-child {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.multibutton-wrapper.is-open .multibutton-child:nth-last-child(2) {
  transition-delay: 0.05s;
}

.multibutton-wrapper.is-open .multibutton-child:nth-last-child(3) {
  transition-delay: 0.1s;
}

.mobile-bottom-bar {
  display: none;
}

html.age-gate-active .product-gallery-thumb-item,
html.age-gate-active .product-gallery-show-all,
html.age-gate-active .product_card-thumb-item,
html.age-gate-active .cart-item-thumb-item,
html.age-gate-active .js-product-img img,
html.age-gate-active .co-basket_item-image img {
  filter: blur(5px);
}

html.age-gate-active .product-image,
html.age-gate-active .product-gallery-thumb,
html.age-gate-active .product-gallery-show-all,
html.age-gate-active .product_card-thumb,
html.age-gate-active .product__image,
html.age-gate-active .cart-item-thumb-item,
html.age-gate-active .co-basket_item-image,
html.age-gate-active .js-product-img {
  position: relative;
  overflow: hidden;
}

html.age-gate-active .product-image::after,
html.age-gate-active .product-gallery-thumb::after,
html.age-gate-active .product-gallery-show-all::after,
html.age-gate-active .product_card-thumb::after,
html.age-gate-active .product__image::after,
html.age-gate-active .cart-item-thumb-item::after,
html.age-gate-active .co-basket_item-image::after,
html.age-gate-active .js-product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  z-index: 19;
}

@media (max-width: 768px) {
  .owl-carousel,
  .owl-stage-outer,
  body,
  html,
  .container,
  .wrapper,
  .main-wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    max-width: 100vw !important;
    padding-bottom: 42px;
  }

  html {
    max-width: 100vw !important;
  }

  .multibutton-wrapper {
    display: none !important;
  }

  .mobile-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 2147483647;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .mb-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: opacity 0.2s;
    box-sizing: border-box;
  }

  .mb-btn:active {
    opacity: 0.9;
  }

  .mb-btn-telegram {
    background-color: #29aaec;
  }

  .mb-btn-call {
    background-color: #9e00ff;
  }

  .mb-text {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-left: 10px;
  }

  .mb-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mb-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
  }

  .scroll-top,
  .js-scroll-top,
  #toTop,
  .to-top,
  .scroll-to-top,
  .scrollup {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
