/* Заголовки */
.box-banner-left .banner_1 h4,
.box-banner-left .banner_2 h4,
.box-banner-right .banner_3 h4,
.box-banner-right .banner_4 h4 {
  font-size: 18px !important;
  margin-bottom: 18px !important;
}

/* Отступ между баннерами */
.box-banner-right .banner_4 {
  margin-top: 20px !important;
}


:root {
  --custom-title-font-size: 18px;
}

h4.title_block.title-ap-column {
  font-size: var(--custom-title-font-size) !important;
}

.page-home .wrapper[style*="background"] {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
}

.block-category.card.card-block #category-description {
  margin-bottom: 30px !important;
}

/* Скрыть заголовок "Liste des produits par marque..." на странице производителя */
body.page-manufacturer h1.h1,
body.page-manufacturer #main h1.h1,
body.page-manufacturer h1.h1[role="heading"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}


/* Добавить отступ между описанием и сортировкой */
body.page-manufacturer #manufacturer-description {
  display: block !important;
  margin-bottom: 30px !important;
}



/* Выровнять текст по вертикали с кружочками */
input[type="radio"] + label,
input[type="radio"] + span,
input[type="radio"] + div {
  vertical-align: middle;
  line-height: 1.4;
  display: inline-block;
  margin-left: 8px;
}

/* Убедиться, что радиокнопки и текст на одной линии */
input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px; /* Подкорректировать при необходимости */
}

/* Для контейнера каждого варианта оплаты — если они обёрнуты в блоки */
.payment-option,
.form-check,
.radio {
  display: flex;
  align-items: center;
  gap: 10px; /* расстояние между кружком и текстом */
}


body.page-manufacturer #main > h1 {
  display: none !important;
}
body#category #page .block-category.card h1 {
  display: none !important;
}

body#checkout section.checkout-step .payment-options .payment-option {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}
body#checkout section.checkout-step .payment-options label {
	margin: 0
}


@media (max-width: 767px) {
  .box-banner-left .title_block.title-ap-column {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sub-title-widget.sub-title-ap-column {
    margin-top: -50px;
    margin-bottom: 10px

 /* подними текст вверх — можешь увеличить, если нужно выше */
  }
}


.page-header .page-heading.product-listing-title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}



#product-details, .product-tabs.tabs {
 display:none !important;
}

#leo-paneltool {
 display:none !important;
}

#category-description {
  padding-top: 0 !important;
  margin-top: -15px !important;
}

.product-tabs.tabs + .product-accessories {
  padding-left: 30px;
  padding-right: 30px;
}
.category-products.block.clearfix.plist-default {
  padding-left: 30px;
  padding-right: 30px;
}
.viewed-products.block.clearfix.plist-default {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
    .box-banner-left {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
  .page-home .title_block {
    text-align: center !important;

  }
  .block-categories.block.block-highlighted {
    display: none;
  }
  .row.box-nav2.ApRow.has-bg.bg-fullwidth-container > div {
    display: none;
  }
  .row.box-nav2.ApRow.has-bg.bg-fullwidth-container > div:nth-child(2n) {
    display: block !important;
    width: 100%;
  }
  #left-column.hide_mobile {
    display: none;
  }

}

.breadcrumb li:empty {
  display: none;
}
.breadcrumb ol h1.h1 {
  display: none;
}
.product-quantity #quantity_wanted {
  width: 25px !important;
}

.images-container + .product-manufacturer {
  padding-top: 32px;
}

.custom-radio input[type="radio"]:checked + span {
  margin-left: 0 !important;
}
body#checkout section.checkout-step .custom-radio {
  top: 4px;
}

.description-short * {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #666 !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  font-family: "Outfit" !important;
}

/* PAge begin */

.about-bleuvert {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}

.about-text {
  padding-right: 60px;
  text-align: left;
  box-sizing: border-box;
}

.about-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.about-text p.btn-wrapper {
  margin-top: 30px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #333;
}

.about-image {
  text-align: right;
  box-sizing: border-box;
}

.about-image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 767px) {
  .about-text {
    padding-right: 0;
  }
}

/* PAge end */
