.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery {
  display: flex !important;
  gap: 10px;
  max-width: 375px;
  margin: 0 auto;
}

.product {
  padding: 30px 17px 90px;

}

.flex-control-thumbs {
  width: 20%!important;
  display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.flex-control-thumbs li {
  width: 100%!important;
}

.flex-viewport {
  width: calc(80% - 10px);
}

.product_title.entry-title {
  color: var(--red, #760605);
font-family: Unbounded;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.price .woocommerce-Price-amount bdi {
  color: var(--dark-grey, #474747);
font-family: Unbounded;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
margin-top: 20px;
}

.cart .quantity {
  display: none;
}

.single_add_to_cart_button {
  position: absolute;
  bottom: 30px;
  display: flex;
  width: 340px;
  height: 46px;
  padding: 9.882px 42.35px;
  justify-content: center;
  align-items: center;
  gap: 21.175px;
  background: var(--red, #760605);
  margin: 0 auto;
  color: var(--white, #F4F4F4);
  text-align: right;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}

.product_meta {
  display: none!important;
}

.woocommerce-tabs .tabs.wc-tabs {
  display: none!important;
}

.woocommerce-Tabs-panel h2 {
  color: var(--dark-grey, #474747);
  font-family: Unbounded;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.woocommerce-Tabs-panel p {
  color: var(--Color-1, #150A06);
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.24px;
padding-left: 23px;
padding-right: 17px;
}

.woocommerce-breadcrumb {
  display: none;
}

.product .product_title {
  display: block!important;
  color: var(--red, #760605);
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr 3fr;
    gap: 10px;
    align-items: start;

  }

  .woocommerce-product-gallery {
    grid-row: 1 / 3;
    grid-column: 1;   
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%
  }

  .summary {
    grid-row: 1;      /* первая строка */
    grid-column: 2; 
  }

  .woocommerce-tabs {
    grid-row: 2;      /* первая строка */
    grid-column: 2;
  }

  .woocommerce-Tabs-panel {
    margin-top: 0 !important;
  }

  .woocommerce-Tabs-panel p {
    max-width: 400px;
    color: var(--Color-1, #150A06);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
  }

  .woocommerce-Tabs-panel h2  {
    color: var(--dark-grey, #474747);
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }

  .price .woocommerce-Price-amount bdi  {
    color: var(--dark-grey, #474747);
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }

  .product .product_title  {
    color: var(--red, #760605);
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
  }

  .flex-viewport {

  }

  .woocommerce-product-gallery .flex-viewport img {
    height: 400px !important;
    width: 80% !important;
    aspect-ratio: 1/1.31;
    object-fit: cover;
  }
}

@media (min-width: 1440px) {
  .woocommerce-product-gallery .flex-viewport img {
    height: 600px !important;
    aspect-ratio: 1/1.31;
    
  }
}