h1.glv-product-title {
	font-size: 1.9vw;
	line-height: 2.2vw;
	margin-bottom: 2vw;
	text-align: center;
	margin-top: 0; 
}



.glv-product-buy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.glv-product-buy-block .view-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.glv-product-buy-block .glv-product-price,
.glv-product-buy-block .glv-product-korzina {
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.glv-product-buy-block .price {
  text-align: center;
  display: inline-block;
}









/* Основной контейнер 
.glv-product-buy-block {
  width: 600px;
}

*/
.glv-product-buy-block .view-content > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 42px;
}

/*  Блок с ценой */
.glv-product-price {
  height: 42px;
  border-radius: var(--beo-border-radius) 0 0 var(--beo-border-radius);
  border-top: 1px solid #000; border-left: 1px solid #000; border-bottom: 1px solid #000;
  padding-left: 12px; padding-right: 12px;
  padding-top: 8px; padding-bottom: 8px;
  white-space: nowrap;
  margin-right: -1px; /* Убираем двойную границу */
}

/* Блок с кнопкой корзины */
.glv-product-korzina {
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
}

/* кнопка "Купить" */
.glv-product-buy-block input.button--add-to-cart {
  height: 42px;
  border: unset;
  background-color: rgb(179, 40, 29);
}

.glv-product-buy-block input.button--add-to-cart:hover {
  background-color: rgb(214, 35, 21);
}


/* темизируем левое меню - раскрасить, убрать пункты, выровнять */
/* главные пункты */
.menu--menu-podarochnye-knigi a.nav-link {
  /* font-family: Tahoma; */
  font-weight: bold;
  color: #b3281d;
  display: block;
  text-decoration: uppercase;
  text-transform: uppercase;
}


/* подпункты */
.menu--menu-podarochnye-knigi a.nav-link--submenu {
  font-weight: normal;
color: #000;
text-transform: none;
}

.menu--menu-podarochnye-knigi ul.menu-level-1 {
  list-style-type: none;
}

.menu--menu-podarochnye-knigi li.nav-item a {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* темизируем page--product--layout разметку */

.glv-sidebar-first {

}

.glv-main-content {

}

/*  темизируем сетку изображений в product  */
 
  .rounded {
    border-radius: 0.5rem !important;
  }
  .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.2s ease;
  }
  .shadow-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
  }
  .img-wrapper {
    overflow: hidden;
  }
  .img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
  }
