/* product page prices */
p.price {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}
p.price del {
    color: #32363A;
    font-size: 20px;
    display: block;
}
p.price ins {
    color: #FE0056;
    text-decoration: none !important;
    display: block;
}

/* Category prices */
span.price {
    font-style: normal;
}
span.price del {
    display: block !important;
    color: #32363A;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
span.price ins {
    display: block;
    color: #FE0056;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

/* limited colors -20% title */
.limited-colors-20 {
    color: white;
    background-color: #FE0056;
    font-style: normal;
    font-weight: 600;
    padding: 0 5px 0 5px;
}

/* Show form label in line */

.inputWrapper#billing_postcode_field label {
	display: flex;
}

/* Hide info about online payment on product page */

.paymentInfo .row .col-md-6:first-child {
	display: none;
}
#billing_payment_type label,
#billing_payment_1_field label,
#billing_payment_2_field label,
#billing_payment_3_field label,
#billing_payment_4_field label,
#billing_payment_5_field label,
#billing_payment_type2_field label{
	display: none;
}
.content #billing_payment_type,
.content #billing_payment_type_field,
.content #billing_payment_1_field,
.content #billing_payment_2_field,
.content #billing_payment_3_field,
.content #billing_payment_4_field,
.content #billing_payment_5_field,
.content #billing_payment_type2_field
{
	margin-bottom: 15px;
}

#billing_payment_type,
#billing_payment_1,
#billing_payment_2,
#billing_payment_3,
#billing_payment_4,
#billing_payment_5,
#billing_payment_type2_field
{
	border: 0px;
	margin-bottom: 15px;
	height: 15px;
	font-size: 13px;
}
#billing_payment_type2_field textarea {
	
	border-bottom: none;
}
#billing_payment_type2_field{
	top: -20px;
}

.wpml-ls-current-language a {
    font-weight: 700;
}
@media (max-width:767px){
	#billing_payment_type2_field{
		height: 30px;
	}
}

/* === Blog Carousel === */
.blogCarousel-wrapper {
    margin-bottom: 40px;
}
.blogCarousel {
    margin: 60px auto;
    position: relative;
}

/* список слайдов (улучшают Owl-Carousel) */
.blogCarousel__list {
    /* Owl добавит .owl-stage и .owl-item автоматически */
}

.blogCarousel__item {
    padding: 10px;
    box-sizing: border-box;
}

/* ссылка-карточка */
.blogCarousel__link {
    display: block;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 15px;
    height: 100%;
    transition: transform 0.25s;
    text-decoration: none;
    color: inherit;
}

.blogCarousel__link:hover,
.blogCarousel__link:focus {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}

/* обёртка изображения */
.blogCarousel__img {
    position: relative;
    padding-top: 65%;        /* ~16:10 */
    overflow: hidden;
    border-radius: 8px;
}

/* само изображение */
.blogCarousel__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* заголовок карточки */
.blogCarousel__title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 15px 0 8px;
    min-height: 48px;        /* ~2 строки */
    color: #222222;
    transition: color 0.25s;
}

/* краткое описание */
.blogCarousel__excerpt {
    font-size: 0.875rem;
    line-height: 1.45;
    color: #666666;
    margin: 0;
}

/* прогресс-бар (если используешь) */
.blogCarousel__progress {
    height: 3px;
    background: #EBEBEB;
    margin-top: 25px;
    overflow: hidden;
    display: block;
}

.blogCarousel__progress-line {
    display: block;
    width: 0;
    height: 100%;
    background: #222222;
    transition: width 0.3s ease;
}

/* === Адаптивные правки === */

/* очень маленькие экраны */
@media (max-width: 479px) {
    .blogCarousel__link {
        padding: 12px;
    }
    .blogCarousel__title {
        font-size: 0.94rem;
    }
}

/* планшеты — когда видно 2–3 карточки */
@media (min-width: 768px) and (max-width: 1199px) {
    .blogCarousel__item {
        padding: 0 12px;
    }
}

/* === Banner Slider === */
.bannerSlider {
    margin: 40px 0;
    position: relative;
}

.bannerSlider__item {
    padding: 0 3px;           /* небольшой внутренний отступ */
    box-sizing: border-box;
}

.bannerSlider__link {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bannerSlider__img {
    width: 100%;
    display: block;
}

/* точечки Owl */
.bannerSlider .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.bannerSlider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    margin: 0 4px;
    transition: background 0.25s;
}
.bannerSlider .owl-dot.active {
    background: #222222;
}
.seo-section {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 2rem;
  /* при желании можно задать max-width и центрирование контейнера */
  /* max-width: 960px; margin: 0 auto; */
}

.seo-section h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.seo-section p {
  margin: 0 0 0.9rem;
}

.seo-section p > strong:first-child {
  font-weight: 700;
  margin-right: .35em;
}

.seo-content {
  position: relative;
  overflow: visible;
  transition: max-height .45s ease;
}

/* Градиент-подсказка снизу */
.seo-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem; /* оставляем место под кнопку */
  height: 3.5rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}

/* Кнопка-тогглер */
.seo-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.seo-toggle:hover {
  background: #000000;
}

.seo-toggle .chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg); /* вниз */
  transition: transform .3s ease;
}
.seo-toggle[aria-expanded="true"] .chevron {
  transform: rotate(-135deg); /* вверх */
}



/* Мобильное поведение */
:root { --seo-mobile-max-height: 280px; } /* ограничение по высоте на мобилках */

@media (max-width: 767px) {
  .seo-content {
    max-height: var(--seo-mobile-max-height);
    overflow: hidden;
  }
  .seo-content.expanded {
    max-height: 2000vh; /* условно "без ограничений" */
  }
  .seo-fade {
    opacity: 1;
  }
  .seo-content.expanded + .seo-fade {
    opacity: 0;
  }
  .seo-toggle {
    display: inline-flex;
  }
}