.elementor-menu-cart__main > .elementor-menu-cart__close-button,
.last-total {
  display: none !important;
}

.widget_shopping_cart_content p {
  margin: 0;
}
.no-scroll {
  overflow: hidden !important;
}

.custom-cart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
  height: 100%;
  width: 100%;
  justify-content: end;
  display: flex;
  pointer-events: none;

  & > div {
    width: 100%;
    height: 100%;
  }

  .elementor-shortcode {
    display: flex;
    height: 100%;
    width: 100%;
  }

  .mini-cart-panel {
    display: flex;
    height: 100%;
    width: 100%;
  }

  .widget_shopping_cart_content {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: end;
  }

  .overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }

  .wrap-mini-cart {
    width: 530px !important;
    height: 100%;
    padding: 0px !important;
    border-radius: 0 !important;
    background-color: #f7f7f7 !important;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease-out;
    transform: translateX(105%);
  }

  &.is-open {
    pointer-events: all;

    .wrap-mini-cart {
      transform: translateX(0%);
    }
    .overlay {
      opacity: 0.3;
    }
  }
}

.cart-mini-main-wrap {
  padding: 40px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: clip;
  padding-bottom: 0px;
}

.elementor-menu-cart__main {
  width: 530px !important;
  padding: 0px !important;
  border-radius: 0 !important;
  background-color: #f7f7f7 !important;
  overflow: hidden;
}
.cart-mini-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 40px;
}
.cart-mini-head p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #171717;
}
.cart-mini-head svg {
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
}

.e-shop-table.e-cart-section .main-cart,
.coupon-w {
  width: 100%;
  transition: opacity 0.3s ease-out, grid-template-rows 0.3s ease-out;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
}

.coupon-w.disable,
.cart-mini-total .cart-mini-price.disable {
  grid-template-rows: 0fr;
}

.e-shop-table.e-cart-section .wrap-main-cart,
.wrap-anim-coupon {
  min-height: 0px;
}
.cart-discount {
  display: flex;
  flex-direction: column;
}
.cart-discount .wrap-anim-coupon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart-discount .coupon-w:not(:last-child) .sale {
  /* margin-bottom: 8px; */
}
.cart-discount .coupon-w p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #949494;
}
.cart-discount .coupon-w p:last-of-type {
  text-align: right;
  color: #ff2f2f;
  display: inline-flex;
}

.swiper-info-cart {
  position: relative;
}
.swiper-info-cart .swiper-slide {
  width: 50%;
  flex-direction: row;
  gap: 0 8px;
  padding: 8px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  display: flex;
  height: auto;
}
.swiper-info-cart .swiper-slide > div {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.swiper-info-cart .swiper-slide svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.swiper-info-cart .swiper-slide > div p:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
}
.swiper-info-cart .swiper-slide > div p:last-child {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #949494;
}

.mini-cart-scroll-tov {
  padding: 0 40px;
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  padding-bottom: 40px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  height: 1px;
}
.woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.woocommerce-mini-cart .product-thumbnail {
  width: 136px;
  height: 67px;
  border-radius: 1000px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.woocommerce-mini-cart .product-thumbnail a,
.woocommerce-mini-cart .product-thumbnail img {
  width: inherit;
  height: inherit;
}
.woocommerce-mini-cart .product-thumbnail img {
  object-fit: cover;
}
.woocommerce-mini-cart .woocommerce-cart-form__cart-item,
.woocommerce-mini-cart__empty-message,
.cart-mini-total .wrap-a,
.cart-mini-total .cart-mini-price,
.wrap-no-t-h {
  width: 100%;
  transition: opacity 0.3s ease-out, grid-template-rows 0.3s ease-out;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.woocommerce-mini-cart .woocommerce-cart-form__cart-item .cart-mini-anim-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  min-height: 0px;
}
.cart-mini-main {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
  width: 100%;
}
.woocommerce-mini-cart > div:not(:first-child) .cart-mini-main {
  padding-top: 20px;
}
.woocommerce-mini-cart .wrap-cart-mini-info {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: -webkit-fill-available;
  flex-shrink: 2;
}
.woocommerce-mini-cart .wrap-cart-mini-info .product-name a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
}
.woocommerce-mini-cart .wrap-cart-mini-info .wrap-cart-mini-change {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-mini-cart .cart-mini-change {
  display: flex;
  flex-direction: row;
  gap: 0 21px;
}
.woocommerce-mini-cart .cart-mini-change .product-price span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: right;
  color: #171717;
}
.woocommerce-mini-cart .cart-mini-change .mini-cart-quantity {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  align-items: center;
}
.woocommerce-mini-cart .cart-mini-change .qty-value {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
}
.qty-plus,
.qty-minus {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.qty-plus svg,
.qty-minus svg {
  width: inherit !important;
  height: inherit !important;
}
.woocommerce-mini-cart .cart-mini-managemt {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
}
.product-wishlist,
.product-remove {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
}
.product-wishlist svg path {
  fill: rgba(0, 0, 0, 0);
}
.woocommerce-mini-cart .cart-mini-managemt svg rect {
  transition: fill 0.2s ease-out;
}
.product-wishlist svg {
  transition: opacity 0.2s ease-out;
}
.product-wishlist svg path {
  transition: stroke 0.2s ease-out, fill 0.2s ease-out;
}

.woocommerce-mini-cart .product-remove > a:first-of-type {
  display: none;
}

.cart-moni-line {
  width: 100%;
  border-bottom: 1px solid #171717;
  opacity: 0.05;
}

.cart-mini-managemt {
  display: flex;
  flex-direction: row;
  gap: 0 4px;
}

.cart-mini-total {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 16px 40px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.cart-mini-price .wrap-anim-price {
  min-height: 0px;
}
.cart-mini-price .wrap-padding-price {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-bottom: 16px;
}
.cart-mini-price .wrap-anim-price .wrap-padding-price .first-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart-mini-price .wrap-anim-price .first-total p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #171717;
}
.cart-mini-price .wrap-anim-price .last-total p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
}
.cart-mini-price .last-total p:first-of-type {
  opacity: 0.4;
}
.cart-mini-price .wrap-anim-price .last-total p:last-of-type {
  color: #ff2f2f;
}

.cart-mini-total .cart-mini-nav {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  justify-content: center;
}
.cart-mini-total .wrap-a .wrap-anim-a {
  min-height: 0px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.cart-mini-total {
  .wrap-a {
    .no-tovar {
      display: none;
      width: 100%;
    }
    &.no-product {
      .wrap-anim-a {
        display: none;
      }
      .no-tovar {
        display: flex;
      }
    }

    &.disable {
      grid-template-rows: 0fr;
    }
  }
}
.cart-mini-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  height: fit-content;
  padding: 14px;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
}
.cart-mini-nav .wrap-a a:last-of-type {
  background-color: #f0f0f0;
  color: #171717;
  transition: opacity 0.2s ease-out;
}
.cart-mini-nav .wrap-a a:first-of-type {
  background-color: #171717;
  color: #fff;
  transition: background-color 0.2s ease-out;
}
.cart-mini-nav .wrap-no-t-h a {
  background-color: #171717;
  color: #fff;
}
.cart-mini-nav .cart-mini-date {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
  text-align: center;
}
.cart-mini-nav .cart-mini-date span {
  color: #ab4cf7;
}
.elementor-menu-cart__container {
  z-index: 99999 !important;
}
.cart-mini-head .elementor-menu-cart__close-button {
  align-self: unset !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important ;
}
.cart-mini-head .elementor-menu-cart__close-button::before,
.cart-mini-head .elementor-menu-cart__close-button::after {
  content: unset !important;
}
.brevo-conversations:not(.brevo-conversations--expanded) {
  z-index: 98 !important;
}

@media (min-width: 1025px) {
  .mini-cart-scroll-tov::-webkit-scrollbar {
    width: 0px;
  }
  .no-scroll {
    margin-right: 17px;
  }
}

.update {
  opacity: 0.5;
  pointer-events: none;
}
.qty-minus {
  transition: opacity 0.3s ease-out;
}
.off-butt {
  opacity: 0.4;
  pointer-events: none;
}
.remove-update {
  grid-template-rows: 0fr !important;
  opacity: 0;
}
.hide-el-cart {
  grid-template-rows: 0fr !important;
}
.mobile-mini-cart > * {
  pointer-events: none;
}

.woocommerce-mini-cart__empty-message {
  font-family: "Manrope", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #171717;
  min-height: 0px;
}
.wrap-a .wrap-pre-anim-a {
  min-height: 0px;
}
.wrap-a-anim {
  min-height: 0px;
}

.active.product-wishlist svg rect {
  fill: #ff2f2f;
}
.active.product-wishlist svg path {
  stroke: #fff;
  fill: #fff;
}

.but-next svg,
.but-prev svg {
  width: 32px;
  height: 32px;
  box-shadow: -4px 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
  overflow: visible;
}
.but-next rect,
.but-prev rect {
  transition: fill 0.2s ease-out;
}
.but-next,
.but-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  height: fit-content;
  margin: auto;
  transition: opacity 0.2s ease-out;
  z-index: 2;
  cursor: pointer;
}
.but-next {
  translate: 50% 0;
  right: 0;
}
.but-next svg {
  rotate: 180deg;
}
.but-prev {
  left: 0;
  translate: -50% 0;
}
.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) {
  .but-next:hover rect,
  .but-prev:hover rect {
    fill: #e2e2e2;
  }

  .cart-mini-nav .wrap-a a:last-of-type:hover {
    opacity: 0.4;
  }
  .cart-mini-nav .wrap-a a:first-of-type:hover {
    background-color: #ab4cf7;
    opacity: 1;
  }

  .product-wishlist:not(.active):hover svg rect,
  .product-remove:hover svg rect {
    fill: #e2e2e2;
  }
  .active.product-wishlist:hover svg {
    opacity: 0.8;
  }

  .close-button-cart {
    transition: scale 0.2 ease-out;
  }
  .close-button-cart rect {
    transition: fill 0.2s ease-out;
  }
  .close-button-cart:hover {
    scale: 1.1;
  }
  .close-button-cart:hover rect {
    fill: #d9d9d9;
  }
}

@media (max-width: 1024px) {
  .cart-mini-main-wrap {
    padding: 40px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: clip;
    padding-bottom: 0px;
  }

  .elementor-menu-cart__main {
    width: 530px !important;
    padding: 0px !important;
    border-radius: 0 !important;
    background-color: #f7f7f7 !important;
    overflow: hidden;
  }
  .cart-mini-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px;
  }
  .cart-mini-head p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #171717;
  }
  .cart-mini-head svg {
    cursor: pointer;
    width: 48px !important;
    height: 48px !important;
  }

  .swiper-info-cart {
    position: relative;
  }
  .swiper-info-cart .swiper-slide {
    width: 50%;
    flex-direction: row;
    gap: 0 8px;
    padding: 8px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    display: flex;
    height: auto;
  }
  .swiper-info-cart .swiper-slide > div {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
  }
  .swiper-info-cart .swiper-slide svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .swiper-info-cart .swiper-slide > div p:first-child {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .swiper-info-cart .swiper-slide > div p:last-child {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #949494;
  }

  .mini-cart-scroll-tov {
    padding: 0 40px;
    overflow: hidden;
    overflow-y: auto;
    flex-grow: 1;
    padding-bottom: 40px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .woocommerce-mini-cart {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
  }

  .woocommerce-mini-cart .product-thumbnail {
    width: 136px;
    height: 67px;
    border-radius: 1000px;
    overflow: hidden;
    border: 1px solid #ececec;
  }
  .woocommerce-mini-cart .product-thumbnail a,
  .woocommerce-mini-cart .product-thumbnail img {
    width: inherit;
    height: inherit;
  }
  .woocommerce-mini-cart .product-thumbnail img {
    object-fit: cover;
  }
  .woocommerce-mini-cart .woocommerce-cart-form__cart-item,
  .woocommerce-mini-cart__empty-message,
  .cart-mini-total .wrap-a,
  .cart-mini-total .cart-mini-price,
  .wrap-no-t-h {
    width: 100%;
    transition: opacity 0.3s ease-out, grid-template-rows 0.3s ease-out;
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
  }
  .woocommerce-mini-cart
    .woocommerce-cart-form__cart-item
    .cart-mini-anim-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    min-height: 0px;
  }
  .cart-mini-main {
    display: flex;
    flex-direction: row;
    gap: 0 16px;
    width: 100%;
  }
  .woocommerce-mini-cart > div:not(:first-child) .cart-mini-main {
    padding-top: 20px;
  }
  .woocommerce-mini-cart .wrap-cart-mini-info {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    width: -webkit-fill-available;
    flex-shrink: 2;
  }
  .woocommerce-mini-cart .wrap-cart-mini-info .product-name a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .woocommerce-mini-cart .wrap-cart-mini-info .wrap-cart-mini-change {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-mini-cart .cart-mini-change {
    display: flex;
    flex-direction: row;
    gap: 0 21px;
  }
  .woocommerce-mini-cart .cart-mini-change .product-price span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: right;
    color: #171717;
  }
  .woocommerce-mini-cart .cart-mini-change .mini-cart-quantity {
    display: flex;
    flex-direction: row;
    gap: 0 8px;
    align-items: center;
  }
  .woocommerce-mini-cart .cart-mini-change .qty-value {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .woocommerce-mini-cart .cart-mini-change .qty-plus,
  .woocommerce-mini-cart .cart-mini-change .qty-minus {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .woocommerce-mini-cart .cart-mini-managemt {
    display: flex;
    flex-direction: row;
    gap: 0 4px;
  }
  .product-wishlist,
  .product-remove {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
  }
  .product-wishlist svg path {
    fill: rgba(0, 0, 0, 0);
  }
  .woocommerce-mini-cart .cart-mini-managemt svg rect {
    transition: fill 0.2s ease-out;
  }
  .product-wishlist svg {
    transition: opacity 0.2s ease-out;
  }
  .product-wishlist svg path {
    transition: stroke 0.2s ease-out, fill 0.2s ease-out;
  }

  .woocommerce-mini-cart .product-remove > a:first-of-type {
    display: none;
  }

  .cart-moni-line {
    width: 100%;
    border-bottom: 1px solid #171717;
    opacity: 0.05;
  }

  .cart-mini-managemt {
    display: flex;
    flex-direction: row;
    gap: 0 4px;
  }

  .cart-mini-total {
    display: flex;
    flex-direction: column;
    padding: 20px 40px 16px 40px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .cart-mini-price .wrap-anim-price {
    min-height: 0px;
  }
  .cart-mini-price .wrap-padding-price {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding-bottom: 16px;
  }
  .cart-mini-price .wrap-anim-price .wrap-padding-price .first-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .cart-mini-price .wrap-anim-price .first-total p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #171717;
  }
  .cart-mini-price .wrap-anim-price .last-total p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .cart-mini-price .last-total p:first-of-type {
    opacity: 0.4;
  }
  .cart-mini-price .wrap-anim-price .last-total p:last-of-type {
    color: #ff2f2f;
  }

  .cart-mini-total .cart-mini-nav {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    justify-content: center;
  }
  .cart-mini-total .wrap-a .wrap-anim-a {
    min-height: 0px;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .cart-mini-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 8px;

    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .cart-mini-nav .wrap-a a:first-of-type {
    background-color: #171717;
    color: #fff;
  }
  .cart-mini-nav .wrap-a a:last-of-type {
    background-color: #f0f0f0;
    color: #171717;
  }
  .cart-mini-nav .wrap-no-t-h a {
    background-color: #171717;
    color: #fff;
  }
  .cart-mini-nav .cart-mini-date {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #171717;
    text-align: center;
  }
  .cart-mini-nav .cart-mini-date span {
    color: #ab4cf7;
  }
  .elementor-menu-cart__container {
    z-index: 99999 !important;
  }
  .cart-mini-head .elementor-menu-cart__close-button {
    align-self: unset !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important ;
  }
  .cart-mini-head .elementor-menu-cart__close-button::before,
  .cart-mini-head .elementor-menu-cart__close-button::after {
    content: unset !important;
  }

  @media (min-width: 1025px) {
    .mini-cart-scroll-tov::-webkit-scrollbar {
      width: 0px;
    }
    .no-scroll {
      margin-right: 17px;
    }
  }

  .update {
    opacity: 0.5;
    pointer-events: none;
  }
  .qty-minus {
    transition: opacity 0.3s ease-out;
  }
  .off-butt {
    opacity: 0.4;
    pointer-events: none;
  }
  .remove-update {
    grid-template-rows: 0fr !important;
    opacity: 0;
  }
  .hide-el-cart {
    grid-template-rows: 0fr !important;
  }
  .mobile-mini-cart > * {
    pointer-events: none;
  }

  .woocommerce-mini-cart__empty-message {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #171717;
    min-height: 0px;
  }
  .wrap-a .wrap-pre-anim-a {
    display: contents;
  }
  .wrap-a-anim {
    min-height: 0px;
  }

  .active.product-wishlist svg rect {
    fill: #ff2f2f;
  }
  .active.product-wishlist svg path {
    stroke: #fff;
    fill: #fff;
  }

  .but-next svg,
  .but-prev svg {
    width: 32px;
    height: 32px;
    box-shadow: -4px 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1000px;
  }
  .but-next rect,
  .but-prev rect {
    transition: fill 0.2s ease-out;
  }
  .but-next,
  .but-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: fit-content;
    margin: auto;
    transition: opacity 0.2s ease-out;
    z-index: 2;
    cursor: pointer;
  }
  .but-next {
    translate: 50% 0;
    right: 0;
  }
  .but-next svg {
    rotate: 180deg;
  }
  .but-prev {
    left: 0;
    translate: -50% 0;
  }
  .swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .elementor-menu-cart__container.elementor-lightbox {
    display: none;
  }
}
