.sub-header {
    border-bottom: none;
}

#desc-wrapper {
  position: relative;
  max-height: 3.7em; /* 3 lines × 1.2 line-height */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#desc-wrapper.expanded{
    max-height: 1000px; /* Remove the limit when extended */
}

#desc-text {

  line-height: 1.2em;

}

#toggle-desc-button-close{
    display: none;
}

.carousel-item.active{
    transition: transform .4s ease !important;
}

.add_to_basket_form .btn{
  background-color: var(--color-primary-seconday) !important;
}

/* Скрыть navbar-details на странице товара */
body:has(.product_page) .navbar-details {
  display: none !important;
}

#product_gallery .carousel-inner > .carousel-item{
  line-height: 0 !important;
}

/* Уменьшить размер блока галереи */
#product_gallery.img-thumbnail {
  max-width: 500px; /* или другое значение */
  width: 100%;
}

#product_gallery .carousel-inner > .carousel-item > img {
  max-height: 500px;
  width: auto;
  object-fit: contain;
}

.product_page .row .col-sm-6.product_main {
  width: 60% !important;
}

.product_page .row .col-sm-6.product_col_gallery {
  width: 35% !important;
  max-width: 35% !important;
}

.product-product-title-product-page{
  font-size: 2rem !important;
}