/** Shopify CDN: Minification failed

Line 831:36 Unexpected "{"

**/
.image-with-products {
  padding: max(3.5rem, 1.45vw) 0 max(0.75rem, 0.415vw) 0;
}
.product-card___video.home_page__products-card .product-card__image {
  overflow: hidden;
}
  /* h2.image-with-products__heading.mobile {
    display: none;
} */
.menu-drawer__product-card__parent .menu_products_price span:after{
  content:unset !important;
}
svg.image-with-products__arrow-icon path {
  fill: #fff;
}
.product-card__image a.step__btn span {
  text-transform: uppercase;
  font-weight: 600;
}

.image-with-products__container {
  display: flex;
  /* gap: max(0.75rem, 0.83vw); */
  gap: max(0.75rem, 1.2vw);
  width: 100%;
  /* max-width: 97%; */
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-inline: max(0.75rem, 1.04vw);
  align-items: stretch;
  /* min-height: 70vh;
  max-height: 80vh; */
}
.menu_produc_rating {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
}
span.bundle-discounted-price {
    font-size: max(0.75rem, 1.04vw);
    margin-left: max(0.5rem, 0.52vw);
    font-family: 'Inter';
}
span.bundle-original-price {
    font-size: max(0.75rem, 0.83vw);
    font-family: 'Outfit';
    text-decoration: line-through;
    opacity: 50%;
}
  @media (max-width: 768px) {
    .image-with-products__container {
      flex-direction: column;
      gap: max(0.75rem, 0.83vw);
    }
  }

  .image-with-products__left {
    flex: 1;
    /* min-width: 0; */
    display: flex;
    width: 50%;
  }

  .image-with-products__main-image {
    width: 100%;
    height: 100%;
    border-radius: max(0.375rem, 0.42vw);
    overflow: hidden;
    flex: 1;
    display: flex;
    aspect-ratio: 0.90401;
  }

  .image-with-products__main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    flex: 1;
  }

  .image-with-products__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: max(0.375rem, 0.42vw);
    width: 50%;
  }

  /* @media (max-width: 768px) {
    .image-with-products__right {
      gap: 8px;
    }
  } */

  /* First Box - Featured Image, Stars, Heading */
  .image-with-products__box--first {
    background: #f1f0ef;
    border-radius: max(0.375rem, 0.42vw);
    padding: max(0.75rem, 0.83vw);
    text-align: center;
    height: 100%;
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  @media (max-width: 768px) {
    .image-with-products__box--first {
      padding: max(0.75rem, 1.25vw);
    }
    .image-with-products__collection-title {
      font-size: max(0.75rem, 1.04vw) !important;
    }
  }

  .image-with-products__featured-image {
    width: 100%;
    max-width: max(12rem, 15.63vw);
    margin: 0 auto max(0.75rem, 1.25vw);
    border-radius: max(0.375rem, 0.42vw);
    overflow: hidden;
  }

  .image-with-products__featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .image-with-products__stars {
    display: flex;
    align-items: center;
    justify-content:start;
    gap: max(0.125rem, 0.16vw);
    margin-bottom: max(0.75rem, 0.83vw);
    line-height: normal;
  }

  .image-with-products__star {
    width: max(0.75rem, 1.04vw);
    height: max(0.75rem, 1.04vw);
    flex-shrink: 0;
  }

  .image-with-products__reviews-count {
    margin-left: max(0.375rem, 0.42vw);
    font-size: max(0.75rem, 1.04vw);
    color: #000;
    font-weight: 600;
  }

  .image-with-products__heading{
    font-size: max(1.25rem, 2.08vw);
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.3;
    text-align: start;
    font-family: 'Outfit' !important;
  }
  @media (max-width: 768px) {
    /* .image-with-products__heading {
      font-size: 1.25rem;
    } */
  }

  /* Second Box - Products and Collection Link */
  .image-with-products__box--second {
    background: #fff;
    border-radius: max(0.375rem, 0.42vw);
    border: 1px solid #e5e5e5;
    overflow: hidden;
  }

  .image-with-products__products {
    display: flex;
    flex-direction: column;
  }

  /* Collection Link Row */
  .image-with-products__collection-link {
    border-top: 1px solid #e5e5e5;
  }

  .image-with-products__collection-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(0.75rem, 1.25vw);
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    background: #384d32bf;
    color: #fff;
    border-radius: max(0.375rem, 0.42vw);
    width: 100%;
    border: unset;
    cursor: pointer;
  }

  .image-with-products__collection-row:hover {
    background-color: rgba(17, 23, 15);
  }

  @media (max-width: 768px) {
    .image-with-products__collection-row {
      padding: max(0.75rem, 1.04vw) max(0.75rem, 1.25vw);
    }
  }

  .image-with-products__collection-content {
    flex: 1;
    text-align: start;
  }

  .image-with-products__collection-title {
    font-size: max(1rem, 1.67vw);
    font-weight: 600;
    color: #fff;
    margin: 0 0 max(0.375rem, 0.42vw);
    line-height: 1.3;
    font-family: 'Outfit';
  }

  .image-with-products__collection-description {
    font-size: max(0.75rem, 1.04vw);
    color: #fff;
    margin: 0;
    line-height: 1.4;
  }

  .image-with-products__collection-arrow {
    flex-shrink: 0;
    margin-left: max(0.75rem, 0.83vw);
  }

  .image-with-products__arrow-icon {
    width: max(1rem, 1.67vw);
    height: max(1rem, 1.67vw);
    display: block;
  }

  /* Placeholder styling */
  .image-with-products__placeholder {
    width: 100%;
    height: max(12rem, 15.63vw);
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: max(0.625rem, 0.73vw);
  }

  /* Custom Product Card Styles */
  .custom-product-card {
    display: flex;
    align-items: center;
    gap: max(0.75rem, 0.83vw);
    padding: max(0.75rem, 1.25vw) max(0.75rem, 1.67vw);
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.2s ease;
  }

  .custom-product-card:hover {
    background-color: #f8f8f8;
  }

  .custom-product-card:last-child {
    border-bottom: none;
  }

  @media (max-width: 768px) {
    .custom-product-card {
      padding: max(0.75rem, 1.04vw) max(0.75rem, 1.25vw);
      gap: max(0.5rem, 0.625vw);
    }

  .image-with-products__collection-description {
    font-size: max(0.75rem, 0.83vw);
    line-height: 1.2;
  }

  }

  .custom-product-card__image {
    flex-shrink: 0;
    width: max(5rem, 6.67vw);
    height: max(6rem, 7.5vw);
    border-radius: max(0.375rem, 0.42vw);
    overflow: hidden;
  }

  .custom-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .custom-product-card__content {
    flex: 1;
    min-width: 0;
  }

  .custom-product-card__stars {
    display: flex;
    align-items: center;
    gap: max(0.125rem, 0.10vw);
    margin-bottom: max(0.375rem, 0.42vw);
  }

  .custom-product-card__star {
    width: max(0.75rem, 0.83vw);
    height: max(0.75rem, 0.83vw);
    flex-shrink: 0;
  }

  .custom-product-card__title {
    font-size: max(0.75rem, 0.83vw);
    font-weight: 600;
    color: #000;
    margin: 0 0 max(0.375rem, 0.42vw) 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .custom-product-card__price {
    margin-bottom: max(0.375rem, 0.42vw);
  }

  .custom-product-card__price--regular {
    font-size: max(0.625rem, 0.73vw);
    font-weight: 600;
    color: #000;
  }

  .custom-product-card__price--sale {
    font-size: max(0.625rem, 0.73vw);
    font-weight: 600;
    color: #d32f2f;
    margin-right: max(0.375rem, 0.42vw);
  }

  .custom-product-card__price--compare {
    font-size: max(0.5rem, 0.625vw);
    color: #666;
    text-decoration: line-through;
  }

  .custom-product-card__description {
    font-size: max(0.5rem, 0.625vw);
    color: #666;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .custom-product-card__arrow {
    flex-shrink: 0;
    margin-left: max(0.75rem, 0.83vw);
  }

  .custom-product-card__arrow-icon {
    width: max(0.75rem, 1.25vw);
    height: max(0.75rem, 1.25vw);
    display: block;
  }

  /* Product card placeholder */
  .custom-product-card__placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: max(0.5rem, 0.625vw);
  }


.color_boxs {
  display: flex;
  flex-wrap: wrap;
  width: max(15rem, 20.31vw);
  gap: max(0.5rem, 0.52vw);
}
.color_box {
  width: max(2.5rem, 3.65vw);
  height: max(1.25rem, 2.81vw);
  border-radius: max(0.125rem, 0.21vw);
}
.image-with-products .menu-drawer__products{
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: max(0.375rem, 0.42vw);
}
.image-with-products .menu-drawer__products-inner {
    gap: max(0.375rem, 0.42vw);
}
svg.custom-product-card__svg {
    height: max(1rem, 1.67vw);
    width: max(1rem, 1.67vw);
}
.image-with-products .menu-drawer__product-card__parent {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f1f0ef;
    border-radius: max(0.375rem, 0.42vw);
    border: 1px solid rgb(217, 217, 217);
    padding-right: max(0.75rem, 1.25vw);
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.image-with-products .menu-drawer__product-card {
    background: unset;
    border-radius: unset;
    border: unset;
    gap: max(0.75rem, 0.83vw);
}
.color_box.color_box--2, .color_box.color_box--6 {
    background: #697963bf;
}
.color_box.color_box--1, .color_box.color_box--3, .color_box.color_box--7, .color_box.color_box--11 {
    background: #69796380;
}
.color_box.color_box--4, .color_box.color_box--8, .color_box.color_box--12, .color_box.color_box--16 {
    background: #6878620d;
}
.image-with-products .menu-drawer__product-card .rating-star:before {
    -webkit-text-fill-color: #000 !important;
}
.menu-drawer__product-card__parent:hover {
    background: rgba(56, 77, 50, 0.75);
}
.menu-drawer__product-card__parent .rating-star:before , .menu-drawer__product-card__parent .menu_products_content h3 a{
  transition: all .3s ease-in-out;
}
.menu-drawer__product-card__parent:hover .rating-star:before {
    -webkit-text-fill-color: #fff !important;
}
.menu-drawer__product-card__parent .menu_products_content h3 {
  font-size: max(0.75rem, 1.25vw);
  font-weight: 600;
  transition: all .3s ease-in-out;
  margin-bottom: max(0.25rem, 0.26vw);
  font-family: 'Inter';
}
.image-with-products .menu-drawer__products-inner .menu-drawer__product-card {
    align-items: end;
}
.image-with-products .menu-drawer__products-inner .menu_products_content {
    padding: max(0.75rem, 0.83vw) 0;
}
.image-with-products .menu-drawer__product-card__parent p.menu_product_desc,.image-with-products .menu-drawer__product-card__parent .menu_products_price span {
  color: #00000080;
  font-size: max(0.75rem, 1.04vw);
  font-weight: 500;
  transition: all .3s ease-in-out;
}
.image-with-products .menu-drawer__product-card__parent .menu_products_price span:after{
  background: #00000080;
  transition: all .3s ease-in-out;
}
.image-with-products .menu-drawer__product-card__parent:hover svg.custom-product-card__svg path {
    fill: #fff;
}
/* .menu-drawer__product-card__parent:hover .menu_products_content h3{
  font-size: 25px;
} */
.image-with-products .menu-drawer__product-card__parent:hover .menu_products_content h3 a{
  color: #fff;
}
.image-with-products .menu-drawer__product-card__parent:hover p.menu_product_desc,.menu-drawer__product-card__parent:hover .menu_products_price span {
    color: #ffffff80;
}
.image-with-products .menu-drawer__product-card__parent:hover .menu_products_price span:after{
  background: #ffffff80;
}
.menu-drawer__product-card__parent .menu_product_image {
    height: max(6rem, 7.5vw);
    width: max(5rem, 6.67vw);
}
h2.image-with-products__heading.mobile {
  display: none;
}
@media (max-width:1300px){
  .image-with-products__container {
    flex-direction: column-reverse;
    max-width: 100%;
    padding-inline: max(1rem, 2.08vw);
  }
  .image-with-products__left{
    display: none !important;
  }
  .image-with-products__right {
    width: 100%;
  }
  .image-with-products {
    padding: max(0.75rem, 0.83vw) 0;
  }
}

@media (max-width: 992px){
    .product-card__image .product-card__image-inner .menu_product_image {
        aspect-ratio: unset !important;
        height: max(18rem, 26.04vw);
    }
}
@media (max-width: 810px){

  svg.custom-product-card__svg {
    display: none !important;
  }
  .menu-drawer__product-card__parent .menu_products_content h3 {
    font-size: max(0.75rem, 1.04vw);
  }
  .menu-drawer__product-card__parent p.menu_product_desc, .menu-drawer__product-card__parent .menu_products_price span{
    font-size: max(0.75rem, 0.83vw);
  }
  .product-card__image .product-card__image-inner .menu_product_image{
    overflow: hidden;
  }
  .product-card___video.home_page__products-card .product-card__image-inner {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .product-card__image .product-card__image-inner {
    overflow: auto;
  }
  .product-card__image .product-card__image-inner .menu-drawer__product-card {
    width: max(10rem, 14.11vw) !important;
  }
  .product-card__image .product-card__image-inner .menu_product_image {
      height: max(18rem, 21.98vw);
      width: 100%;
      aspect-ratio: .7 !important;
  }
  .product-card___video .menu_products_price {
    display: none;
  }
  .section:has(.image-with-products,.product-card___video) {
    display: flex;
    flex-direction: column-reverse;
  }
  .video_part.mobile_show{
    display: block !important;
    height: max(18rem, 21.98vw);
  }
  h2.image-with-products__heading.desktop, .image-with-products__stars.mobile_hide {
    display: none;
  }
  .image-with-products__box--first .color_box {
    width: max(1.25rem, 2.08vw) !important;
    height: max(1rem, 1.56vw) !important;
  }
  .image-with-products__box--first .color_boxs {
    width: max(10rem, 12.5vw);
  }
  .image-with-products__box.image-with-products__box--first {
      max-width: max(15rem, 19.27vw);
      width: 100%;
      margin: 0 auto;
  }
  h2.image-with-products__heading.mobile {
    font-size: max(0.75rem, 0.83vw);
    line-height: max(0.75rem, 1.15vw);
    color: rgba(17, 23, 15, 0.5);
    display: block;
  }
  .blocks__part.mobile_show{
    display: block !important;
  }
  .blocks__part.mobile_hide {
    display: none;
  }
  .blocks__part.mobile_show .text__content {
    margin-top: max(2.5rem, 4.17vw);
  }
  .blocks__part.mobile_show svg.custom-product-card__svg {
    display: block !important;
  }
  .blocks__part.mobile_show .blocks__btns {
    justify-content: center;
  }
  .blocks__part.mobile_show .blocks__btns a:last-child {
    background: #11170f;
    width: max(15rem, 19.32vw);
    padding: max(0.75rem, 0.83vw);
  }
  .blocks__part.mobile_show .color___blocks .text__content h2 {
    font-size: max(0.75rem, 1.25vw);
  }
  .blocks__part.mobile_show .blocks__btns a:last-child:hover {
    background: #697963;
  }
  span.btn_content span {
      display: block;
  }
  span.btn_content span:first-child {
    font-size: max(0.75rem, 1.04vw);
  }
  span.btn_content span:last-child {
    font-size: max(0.75rem, 0.83vw);
    color: #ffffff80;
  }
  .blocks__part.mobile_show .color___blocks .text__content p {
    font-size: max(0.75rem, 0.83vw);
  }
  .blocks__part.mobile_show .color___blocks {
    padding: max(0.75rem, 0.83vw);
  }
  .product-card__image .menu_products_content h3 {
    font-size: max(0.75rem, 1.04vw) !important;
  }
}




/* Video with product_card */

.product-card__image .product-card__image-inner {
    display: flex;
    width: 100%;
    gap: max(0.75rem, 0.83vw);
}
.product-card__image .product-card__image-inner .menu_product_image {
    aspect-ratio: 0.73849;
    position: relative;
}
.product-card__image .product-card__image-inner .menu-drawer__product-card {
    flex-direction: column;
}
.product-card__image .product-card__image-inner .menu-drawer__product-card {
    width: calc(33.33% - 10.66px);
    display: block !important;
    position: relative;
}
.product-card__image .product-card__image-inner .menu_product_image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.product-card__image .menu-drawer__product-card {
    background: unset;
    border-radius: unset;
    border: unset;
    display: block !important;
}
.product-card__image a.step__btn {
    position: absolute;
    left: max(0.75rem, 1.25vw);
    top: max(0.75rem, 1.25vw);
    color: rgb(217, 217, 217);
    text-decoration: none;
    font-size: max(0.75rem, 1.04vw);
    padding: max(0.375rem, 0.42vw) max(0.75rem, 0.83vw);
    line-height: normal;
    border: 3px solid rgb(217, 217, 217);
    border-radius: max(0.375rem, 0.42vw);
    display: inline-flex;
    align-items: center;
    gap: max(0.125rem, 0.16vw);
    transition: all .3s ease-in-out;
    z-index: 3;
    opacity: .7;
}
.product-card__image .menu_product_image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: max(0.5rem, 0.52vw);
}
.product-card__image .menu_product_image img {
    position: relative;
    z-index: 2;
    border-radius: max(0.375rem, 0.42vw);
    transition: all .1s ease-in-out;
}
.product-card__image .menu_products_content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    padding: max(0.75rem, 1.25vw);
    gap: max(0.5rem, 0.52vw);
    width: 100%;
    background: #121619;
    border-bottom-left-radius: max(0.375rem, 0.42vw);
    border-bottom-right-radius: max(0.375rem, 0.42vw);
}
.product-card__image .rating-star:before {
    -webkit-text-fill-color: #fff !important;
}
.product-card__image .menu_products_content h3 {
    font-size: max(0.75rem, 1.25vw);
    font-weight: 600;
}
.product-card__image .menu_products_content h3 a {
    color: #fff;
}
.product-card__image p.menu_product_desc, .product-card__image .menu_products_price span {
    font-size: max(0.75rem, 1.04vw);
    color: #ffffff80;
}
.product-card__image .menu_products_price span:after{
  background:  #ffffff80;
}
/* .product-card__image .product-card__image-inner .menu_product_image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000012;
    z-index: 2;
} */

.product-card__image .product-card__image-inner .menu-drawer__product-card:hover .menu_product_image img{
  visibility: hidden;
  opacity: 0;
}
.product-card__image .product-card__image-inner .menu-drawer__product-card:hover a.step__btn {
    color: #00000080 !important;
    border-color: #00000080;
    opacity: 0;
}
.image-with-products .menu-drawer__product-card .product_label
 {
    display: none;
}


/* 
.marquee-animation {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-animation__inner {
  display: inline-flex;
  animation: marquee 60s linear infinite;
}

.marquee-animation__item {
  display: inline-flex;
  align-items: center;
  gap: max(0.5rem, 0.52vw);
  color: rgba(17, 23, 15, 0.5);
  padding: 0 max(0.75rem, 0.83vw);
  font-size: max(0.75rem, 1.04vw);
  line-height: 1;
  font-weight: 500;
}

.marquee-animation__item img {
  width: max(0.75rem, 1.15vw);
  height: max(0.75rem, 1.15vw);
} */
.home_card_wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: max(0.375rem, 0.42vw);
}
.home_cards_inner {
  display: flex;
  flex-direction: column;
  gap: max(0.375rem, 0.42vw);
}
span.home_card_price {
  color: #fff;
  font-family: Inter;
  font-size: max(0.75rem, 0.94vw);
  line-height: 100%;
  font-weight: 500;
}
.product-card__image .menu_products_content .home_card_wrapper  h3 {
  font-size: max(0.75rem, 1.25vw);
}


.shop_now_price-rating {
  display: flex;
  justify-content: center;
  gap: max(0.75rem, 0.73vw);
  align-items: center;
  margin-bottom: max(0.25rem, 0.26vw);
  position: relative;
  z-index: 10;
}
a#shop_now__btn .menu_produc_rating .rating-star:before{
  -webkit-text-fill-color: #11170f !important;
}
a#shop_now__btn:hover .menu_produc_rating .rating-star:before{
  -webkit-text-fill-color: #fff !important;
}


.rating-star , .rating-star:before ,{
  transition: all .3s ease-in-out;
}
.product-card__image a.shop_now__btn.home_cards:hover .rating-star:before {
  -webkit-text-fill-color:  #fff !important;
}

.shop_now__btn.home_cards span.home_card_price {
  color: #00000080;
}
.product-card__image .shop_now__btn.home_cards .rating-star:before {
  -webkit-text-fill-color: #121619 !important;
  font-size: max(0.75rem, 0.73vw) !important;
  letter-spacing: max(0.05rem, 0.052vw) !important;
}
.product-card__image .product-card__image-inner .menu-drawer__product-card:hover .shop_now__btn.home_cards {
  transform: translateY(0%) !important;
}
.product-card__image .product-card__image-inner .menu-drawer__product-card:hover .menu_products_content.home_page_products_cards {
  transform: translateY(110%);
}
.menu-drawer__products .menu_products_content {
    padding: max(0.75rem, 0.83vw) 0;
}
.image-with-products .menu-drawer__product-card {
    align-items: end;
}
.price-with-discount__wrapper span:first-child {
  font-size: max(0.75rem, 0.73vw);
  font-family: 'Inter';
  text-decoration: line-through;
}
.price-with-discount__wrapper {
  display: flex;
  gap: max(0.5rem, 0.52vw);
  align-items: end;
}
.price-with-discount__wrapper span:last-child {
  font-size: max(0.75rem, 1.04vw);
  line-height: normal;
  font-family: 'Inter';
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 810px){
  .product-card___video.home_page__products-card {
    padding-top: max(0.375rem, 0.42vw);
  }
  span.home_card_price {
    font-size: max(1.4rem, 0.73vw);
  }
  .marquee-animation.mobile_show {
    display: flex !important;
    max-width: max(15rem, 19.53vw);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: max(0.75rem, 0.83vw);
    position: relative;
    border-radius: max(0.375rem, 0.42vw);
    border: 1px solid #d9d9d9;
    background: #f1f0ef;
    height: max(2.5rem, 3.75vw);
  }
  .marquee-animation.mobile_show:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to left, #f1f0ef 10%, transparent);
  }
  .marquee-animation.mobile_show:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, #f1f0ef 10%, transparent);
    z-index: 3;
  }
  .image-with-products {
    padding: max(0.375rem, 0.42vw) 0 0;
  }
  .product-card__image .product-card__image-inner{
    gap: max(0.375rem, 0.42vw);
  }
  .blocks__btns{
    padding-top: max(0.375rem, 0.42vw) !important;
  }
  .product-card__image .product-card__image-inner .menu-drawer__product-card .menu_produc_rating {
    flex-direction: row;
    opacity: .5;
  }
  span.rating-count.rating-count__none {
    font-size: max(0.625rem, 0.625vw);
    margin: 0 max(0.25rem, 0.26vw) 0 0;
  }
  .product-card__image .menu_products_content.home_page_products_cards h3{
    font-size: max(0.75rem, 0.83vw) !important;
  }
  .product_cards_slider .swiper-button-next:after, .product_cards_slider .swiper-button-prev:after {
    font-size: 30px !important;
  }
  .product_cards_slider .swiper-button-next, .product_cards_slider .swiper-button-prev {
      height: max(1rem, 1.56vw) !important;
      width: max(1rem, 1.56vw) !important;
  }
  .price-with-discount__wrapper {
    flex-direction: column;
    gap: max(0.25rem, 0.26vw);
  }
}

@media (max-width: 550px){
  .menu_products_price {
    flex-direction: row;
    align-items: center;
  }
  .image-with-products .menu-drawer__product-card__parent p.menu_product_desc{
    font-size: max(0.75rem, 0.73vw) !important;
  }
  .menu-drawer__product-card__parent .menu_products_content h3 {
      font-size: max(0.75rem, 0.94vw);
  }
  .image-with-products .menu-drawer__products-inner .menu_products_content{
    padding: max(0.375rem, 0.42vw) 0;
  }
  .image-with-products__collection-description {
    font-size: max(0.75rem, 0.73vw);
  }
}
