/* ===== RESET ===== */
* { box-sizing: border-box; }

body {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	margin: 0;
	margin-top: 180px;
}
body.common-home {
  margin-top: 131px;
}
#category-page {
  margin-bottom: 60px;
  margin-top: -50px;
}
@media (max-width: 1024px) {
   #category-page {
     margin-bottom: 10px;
   }
   body[class*="product-category-"] {
     margin-top: 165px;
   }
}
@media (max-width: 768px) {
   body.checkout-simplecheckout {
     margin-top: 120px;
   }
   body[class*="product-product-"] {
     margin-top: 131px;
   }
}
body.no-scroll {
  overflow: hidden;
}
body[class*="information-information-"] #information-page p img {
  max-width: 100%;
}
body[class*="information-information-"] #information-page p + h3 {
  margin-top: 30px;
  line-height: 1.4;
}
svg {
  filter: none !important;
  -webkit-filter: none !important;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
	line-height: 1;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	text-decoration: none;
  color: inherit;
  -webkit-transition: color .15s,background-color .15s;
  -ms-transition: color .15s,background-color .15s;
  -moz-transition: color .15s,background-color .15s;
  -o-transition: color .15s,background-color .15s;
  transition: color .15s,background-color .15s;
}
a:hover {
	text-decoration: none;
}
input:focus {
    outline: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
   position: relative;
   z-index: 1;
	background-color: #969588;
   font-family: "Source Sans 3", sans-serif;
   transition: max-height 1s,opacity .5s,visibility .5s;
}
#top:hover {
	background-color: #a09f94;
}
#top-links {
  font-size: 14px;
  padding-top: .79em;
}
.full-area-link {
  font-size: 14px;
  padding: .79em;
  padding-top: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.full-area-link:hover, .full-area-link:focus {
  color: #fff;
  text-decoration: none;
}
header {
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  padding-top: 26px;
  padding-bottom: 20px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  transition: background-color .3s;
  min-height: 90px;
}
header .search-and-cart {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 999;
}

.top-bars {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.5s ease;
}

/* первый/второй как были */
.top-bar--first {
  background: #000;
  color: #fff;
  text-align: center;
}

.top-bar--second {
  background: #fff;
  color: #000;
}

/* 1) оба скрыты */
.top-bars--hidden {
  transform: translateY(-100%);
}

/* 2) виден только второй */
.top-bars--show-second {
  transform: translateY(calc(-1 * var(--first-bar-height, 40px)));
}

/* logo */

#logo a {
   left: 30px !important;
   z-index: 1;
   transition: opacity .7s,transform .7s;
  opacity: 1;
  position: relative;
}
#logo .img-responsive {
  max-height: 60px;
  margin-top: -11px;
  margin-bottom: -6px;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* cart */
#cart {
  margin-right: 16px;
}
#cart .cart-button {
  border: none;
  background: transparent;
  height: 38px;
  width: 38px;
  color: #000;
  padding: 0;
  box-shadow: none;
  position: relative;
}
#cart-total {
  position: absolute;
  width: 2em;
  top: 23px;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  font-size: 10px;
}

/* slideshow */
/* контейнер слайдера на всю высоту экрана */
#common-home .slideshow .swiper-container,
#common-home .slideshow .swiper-wrapper,
#common-home .slideshow .swiper-slide {
  min-height: 62vh;   /* 60% высоты экрана, поэтому визуально ниже */
  height: auto;
}

/* два столбца: текст + картинка */
#common-home .slideshow .swiper-slide {
  display: flex;
}

/* левая часть с текстом */
/* Левая колонка текста — как hero */
#common-home .slideshow .slide-with-text {
  width: 50%;
  background: #e8ded7;
  padding: 6vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Маленький верхний подзаголовок (Evrika Home) */
#common-home .slideshow .slide-with-text > span {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #423f3f;
  font-family: "Source Sans 3", sans-serif;
}

/* Заголовок как на Marsoliving */
#common-home .slideshow .slide-with-text h3 {
  margin: 0 0 3.5rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  color: #423f3f;
  font-size: clamp(3rem, 4vw, 4.7rem);
  line-height: 1.3;
}

/* Немного адаптивности для узких экранов */
@media (max-width: 768px) {
    #common-home .slideshow .slide-with-text {
        width: 100%;
        max-width: 100%;
        padding: 2.5rem 1.5rem;
    }

    #common-home .slideshow .slide-with-text h3 {
        font-size: 2.8rem;
    }
}
#common-home .slideshow .slider-button, #common-home .press-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  border-radius: 5px;
  border: 1px solid #121212;
  background-color: transparent;
  color: #423f3f;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .15s ease;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 auto;
}

/* Ховер-эффект, похожий на оригинал */
#common-home .slideshow .slider-button:hover {
  background-color: #423f3f;
  color: #e8ded7;
  transform: translateY(-1px);
}

/* На мобиле кнопку делаем шире */
@media (max-width: 768px) {
    #common-home .slideshow .slider-button {
        width: 100%;
        justify-content: center;
    }
}

/* правая часть с фоновой картинкой */
#common-home .slideshow .slide-with-image {
  width: 50%;
}

#common-home .slideshow .slide-with-image-background {
  width: 100%;
  height: 100%;
  background-size: cover;      /* заполняет блок, как hero */
  background-position: center; /* по центру, как у Marsoliving */
  background-repeat: no-repeat;
}

/* адаптация для мобильных: стекаем блоки */
@media (max-width: 768px) {
  #common-home .slideshow .swiper-slide {
    flex-direction: column;
  }

  #common-home .slideshow .slide-with-text,
  #common-home .slideshow .slide-with-image {
    width: 100%;
  }

  #common-home .slideshow .swiper-container,
  #common-home .slideshow .swiper-wrapper,
  #common-home .slideshow .swiper-slide {
    height: auto; /* на мобиле по содержимому, чтобы не было дыры */
  }

  #common-home .slideshow .slide-with-image-background {
    min-height: 50vh;
  }
}

#common-home .slideshow {
  position: relative;
}

#uni-menu-top {
  margin: 0;
  color: #000;
  margin-right: -100px;
  height: 40px;
  margin-top: -2px;
  position: unset !important;
  margin-left: -70px;
}
#uni-menu-top + .container, #uni-menu-top .sub-arrow, #uni-mm-banner1 .uni-mm-banner-title, .uni-menu-mobile-button-title, .hc-offcanvas-nav ul[aria-level="1"] .nav-item:nth-child(3), body.information-information-18 #content > h2 {
   display: none;
}
.uni-menu-mobile-button-icon {
   padding: 0;
}
.uni-menu-mobile-button-icon div.bars {
  width: 23px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
}
.unichild a.unia:hover, .unichild a.unia:focus, .unichild a.unia:active {
  color: #000;
}
 .sm-simple a.unia, .sm-simple a.unia:hover, .sm-simple a.unia:focus, .sm-simple a.unia:active, .sm-simple a.highlighted {
    padding: 11px 20px;
 }
.move-callback, .move-contacts {
   display:none;
}
@media (max-width: 991px) {
    #uni_menu_mobile_button {
       margin: 0;
       margin-left: 5px;
       display: block !important;
     }
	#uni-menu-top + .container {
		display: inherit;
	}
   #logo {
     order: 2;
   }
   #uni-menu-top + .container {
     order: 1;
     width: auto;
     margin: 0;
   }
   #uni_menu_mobile_box {
     order: 3;
   }
   .search-and-cart {
     order: 4;
   }
   #logo a {
     left: 0 !important;
   }
   #cart .cart-button {
      height: 32px;
     width: 32px;
     box-shadow: none;
   }
   #cart-total {
     top: 20px;
   }
   #logo .img-responsive {
     max-height: 60px;
   }
   header .search-and-cart {
     gap: 2px;
     margin-bottom: -5px;
   }
   .slide-with-text {
     order: 2;
   }
}
#uni-menu-top > .container {
  width: 100%;
}
#main-menu {
  display: flex;
  width: 100%;
  justify-content: center;
}
#uni-menu-dropdown-menu, .uni-menu-child-ul, .uni-mm-dropdown {
  box-shadow: none;
  max-width: 100%;
  top: 60px !important;
  font-size: 16px;
  font-weight: 500;
}
.sm-simple ul.uniu {
  box-shadow: none;
  top: 62px !important;
}
.uni-mm-banner-img {
  margin: 0;
}
.uni-mm-banner-img img {
  max-width: 100%;
}
#uni-mm-banner1 .uni-mm-banner-text, #uni-mm-banner1 .uni-mm-banner-button {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#uni-mm-banner1 .uni-mm-banner-button {
  top: 45%;
  max-width: 100%;
  background: transparent !important;
  font-size: 33px;
  text-transform: none;
  line-height: 1;
}
#uni-mm-banner1.uni-mm-banner {
  padding: 0;
  margin: 0;
}
.uni-mm-dropdown {
  padding: 50px 50px 0px 70px;
}
.uni-mm-hassubchild.d-flex.flex-column {
  padding-right: 55px;
}
.uni-mm-child a {
  color: #000;
}
.uni-mm-child a:hover, .uni-mm-parent-link:hover .uni-mm-parent-title {
  color: #5e5c5c;
  text-decoration: inherit;
}
.uni-mm-child li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.uni-mm-child li:first-child {
  border-top: 0;
  padding-top: 5px;
}
.uni-mm-parent-title {
  color: #5b5b5b !important;
  height: auto;
   font-weight: 400;
}
.uni-mm-link > a:after {
    content: "";
    position: absolute;
    width: calc(100% - 2.4em);
    bottom: 5px;
    left: 50%;
    background-color: transparent;
    height: 2px;
    transform: translate(-50%);
    z-index: 9002;
}
.uni-mm-link:hover > a:after {
    background-color: #000;
}

.hc-offcanvas-nav ul[aria-level="1"] {
  padding: 28px 40px 10px 40px;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.hc-offcanvas-nav ul[aria-level="1"] > li:has(> .nav-item-wrapper > a[href="https://evrikahome.ru/"]) {
  order: -1;
}

.hc-offcanvas-nav.hc-nav-1 .nav-container {
  width: auto !important;
  min-width: 100%;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link, .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a, .hc-offcanvas-nav a.nav-next {
  border: 0;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover, .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover,
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: #fff;
  border-bottom: 0;
}

.hc-offcanvas-nav li:not(.custom-content) a.nav-item-link:hover::after, .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a.nav-item-link::after  {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 50%;
  background-color: transparent;
  height: 2px;
  transform: translate(-50%);
  z-index: 9002;
  background-color: #000;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
  padding: 15px 0px;
  font-size: 22px;
  color: #000;
  background: rgba(0,0,0,0);
  border-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block !important;
}
.hc-offcanvas-nav .nav-parent .nav-next, .hc-offcanvas-nav .nav-back span {
  width: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.hc-offcanvas-nav .nav-next span {
  background: #fafafa;
  border-radius: 25px;
  margin: 0;
  height: 30px;
  width: 30px;
  position: relative;
}
.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before {
  border-top: 1.5px solid #333;
  border-left: 1.5px solid #333;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 0;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: 0;
  margin-left: 25px;
  font-size: 20px;
  padding-right: 0 !important;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.2;
  text-transform: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link, .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  margin-left: 50px;
  font-size: 20px;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  margin-top: 8px;
  margin-bottom: 10px;
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  background: transparent;
  color: #000;
  padding-left: 40px;
  padding-bottom: 0;
  padding-top: 40px;
  font-size: 27px;
  font-weight: 600 !important;
  font-family: "Source Sans 3", sans-serif;
}
.hc-offcanvas-nav .nav-close-button span {
  position: relative;
  top: -2px;
}
.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  width: 98px;
  height: 66px;
  display: flex;
  align-items: center;
  top: -46px;
  right: 39px;
  color: black;
  font-size: 15px;
  font-weight: bold;
}
.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label):after {
   content:"ЗАКРЫТЬ";
}
.hc-offcanvas-nav .nav-content > .nav-close a:hover {
  background: transparent;
}

/* content */
#content {
   min-height: auto;
}
#common-home {
  overflow: hidden;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}


/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-link, .btn-inverse {
  color: #fff;
  background: #000;
  border: 1px solid transparent;
  height: 54px;
  padding: 16px 40px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] :hover,
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] :hover,
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] :hover,
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] :hover,
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] :hover,
.btn-link:hover, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] :hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}

.btn-inverse {
	color: #000;
	background-color: #fff;
   border: 1px solid #000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}


.top-bars + .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-bars + .container #content h1, .top-bars + .container #content h2, .top-bars + .container #content h3, .top-bars + .container #content h4 {
   margin-bottom: 25px;
}

/* product list */
.product-thumb {
	border: 0;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb h4, .product-thumb .price, .product-card__title, .product-card__price {
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 1px;
  color: #423f3f;
}
.product-thumb .price, .product-card__price {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {

}
.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

h2.price {
	margin: 0;
}
.form-control {
  position: relative;
  height: 46px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 17px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.section {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 80px;
  padding-bottom: 90px;
}
.section > h4 {
  font-size: 3rem;
  line-height: 1em;
  text-align: left;
  padding-right: 2em;
  font-family: Times New Roman,Times,serif;
  font-weight: 400;
  font-style: normal;
  color: #423f3f;
  margin-bottom: 40px;
  margin-top: 0;
}

#common-home .product-thumb .caption > p:nth-child(2), #common-home .product-thumb .caption > .rating, #common-home .product-thumb .caption > .options-category, 
#common-home .product-thumb .button-group, .swiper-pagination, #tab-spec h4, .relative-slider-block .options-category {
   display: none;
}


/* search */
#search .search_toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1000;
    height: 100vh;
}
.top-bars--show-second .search_toggle {
  margin-top: 42px;
}
#search .search_toggle.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
	align-items: center;
	justify-content: center;
}
#searchbox {
	color: #000;
	position: relative;
	margin-top: -20px;

	opacity: 0;
	transform: translateY(24px) scale(0.85);

}
.search_toggle .search_area {
  padding: 20px;
}
#search .search_toggle.open #searchbox {
	transition:
		opacity 1s ease,
		transform 2s cubic-bezier(.2,.8,.2,1);
	opacity: 1;
	transform: translateY(0) scale(1);
}
#search .search_button {
    cursor: pointer;
    z-index: 9;
    margin-right: 12px;
}
#search .search_button_second {
  border: 0;
  background: transparent;
  font-size: 40px;
  z-index: 2;
  position: absolute;
  top: 26px;
  right: 0;
}
#search .search_button svg {
    height: 29px;
    width: 29px;
    color: #000;
}
#search .search_close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 44px;
	height: 44px;
	font-size: 40px;
	line-height: 1;
	border: none;
	background: transparent;
	cursor: pointer;

	opacity: 0.6;
	transition: opacity 0.2s ease;
}
#search .search_close:hover {
	opacity: 1;
}
#searchbox .form-control {
  font-size: 33px;
  color: #000;
  padding: .5em 20px .5em 0;
  line-height: 1.6em;
  height: auto;
  border-bottom-color: #000;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-top: 0;
  box-shadow: none !important;
}
#searchbox .form-control::placeholder {
	color: #000;
	opacity: 1;
	font-size: 33px;
}
.search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ===== DESKTOP ===== */

/* input — самый широкий */
.search-row > input.form-control {
  flex: 2 1 0;
  min-width: 0;
}

/* select и кнопка уже */
.search-row > select.form-control,
.search-row > button {
  flex: 1 1 0;
  min-width: 0;
}

/* чекбоксы — новая строка */
.search-options {
  flex: 0 0 100%;
  order: 2;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  /* input + select в одной строке */
  .search-row > input.form-control,
  .search-row > select.form-control {
    flex: 1 1 calc(50% - 6px);
  }

  /* чекбоксы над кнопкой */
  .search-options {
    order: 1;
  }

  /* кнопка — 100% */
  .search-row > button {
    flex: 0 0 100%;
    order: 2;
  }
}

.search-panel {
  padding-top: 30px;
  padding-bottom: 20px;
}
.search-panel .search-options {
  padding-bottom: 15px;
}
.search-panel .search-options input[type="checkbox"] {
  vertical-align: -1px;
}
.search-panel .form-control {
  height: 54px;
}

/* LiveSearch */
.live-search {
  position: absolute;
  z-index: 1000;
  margin-top: 87px;
  background-color: #FFF;
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  width: 100%;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 37px;
}
.live-search ul li {
  cursor: pointer;
  padding: 8px 10px 10px 14px;
  margin: 0;
  background-color: #FFF;
  min-height: 80px;
  clear: both;
  font-size: 13px;
  line-height: 1.6;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
}
.live-search ul li .product-image {
    float: left;
    margin-right: 5px;
    padding-top: 7px;
}
.live-search ul li .product-name p {
  font-weight: normal;
  font-size: 13px;
  color: #555555;
  margin-top: 2px;
  margin-bottom: 0;
}
.live-search ul li .product-name {
  font-weight: 600;
  padding-left: 5px;
  padding-top: 6px;
  line-height: 1.2;
  font-size: 15px;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
	display: none;
}

.live-search ul li .product-price {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  float: right;
  position: absolute;
  right: 13px;
  margin-top: 5px;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:block;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}
.live-search .result-text {
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 34px;
  color: #000000;
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #000000;
}
.live-search .view-all-results {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}

@media (max-width: 639px) {
  .search_toggle .search_area {
     margin-top: -140%;
   }
   #search .search_close {
     top: 10px;
     right: 10px;
   }
}


/* === Блок слайдера === */
.product-slider-block {
	position: relative;
	overflow: hidden;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.section-heading .block-title {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}
.section-heading .view-all-link {
  position: relative;
  font-weight: 600;
  font-size: 1.15em;
  white-space: nowrap;
  color: #2f2d2d;
  margin-bottom: 3px;
}
.section-heading .view-all-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: currentColor;

	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s cubic-bezier(.4,0,.2,1);
}

.section-heading .view-all-link:hover::after {
	transform: scaleX(1);
}

/* === Swiper === */
.product-swiper {
	position: relative;
	overflow: visible;
}

/* === Карточка товара === */
.swiper-container .product-card {
	width: 300px;
}

.latestblog .product-card {
	width: 240px;
}

.product-card .caption {
	margin-top: 14px;
}

.product-card .name {
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 500;
}

.product-card .description {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
}

.product-info .price h2 {
	  font-size: 22px;
     color: #444;
     letter-spacing: 1px;
     margin-top: 18px;
}


/* === Изображения + hover === */
.image-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.image-wrap img {
	width: 100%;
	display: block;
	transition: opacity .9s ease, transform .9s ease;
}

.image-wrap .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
/*
.product-card:hover .img-main {
	opacity: 0;
	transform: scale(1.04);
}

.product-card:hover .img-hover {
	opacity: 1;
	transform: scale(1.04);
}
*/

/* === Scrollbar === */
.product-swiper-scrollbar {
	position: relative;
	width: 66%;
	height: 4px;
	border-radius: 999px;
	margin: 22px auto 0;
	background: rgba(0,0,0,.12);
}

.product-swiper-scrollbar .swiper-scrollbar-drag {
	height: 4px;
	background: #6f6f6f;
	border-radius: 999px;
	cursor: pointer;
}

/* === Стрелки === */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	color: #000;
	z-index: 10;
	background: #fff;
	border-radius: 25px;
	transition: transform .25s ease, box-shadow .25s ease;
	will-change: transform;
}

.product-swiper .swiper-button-prev:hover,
.product-swiper .swiper-button-next:hover {
	transform: translateY(-50%) scale(1.12);
}

.product-swiper .swiper-button-prev {
	left: 10px;
}

.product-swiper .swiper-button-next {
	right: 10px;
}

.product-swiper .swiper-button-prev::after,
.product-swiper .swiper-button-next::after {
	font-size: 12px;
	font-weight: 800;
}

.category-tiles-section {
  background: #f0ece4; /* фон секции */
  padding: 80px 0 120px;
}

.category-tiles-container {
  margin: 0 auto 40px;
}

.category-tiles-title {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  color: #423f3f;
}

.category-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.category-tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: rgba(0,0,0,0.35);
}

.category-tile img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  transition: background 0.6s ease;
  z-index: 1;
}

.category-tile-title {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #fff;
  pointer-events: none;
  transform: translateY(14px);
}

.category-tile:hover img {
  transform: scale(1.06);
}

.category-tile:hover::after {
  background: rgba(0,0,0,0.28);
}

.category-name {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  transition: transform 0.5s ease;
}

.category-cta {
  position: relative;
  margin-top: 5px;

  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(25px);

  transition:
    opacity 0.55s ease,
    transform 0.55s ease;

  transition-delay: 0.08s;
  background: #fff;
  border: 0;
  color: #000;
}

/* линия */
.category-cta::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin: 8px auto 0;
}

.category-tile:hover .category-name {
  transform: translateY(-8px);
}

.category-tile:hover .category-cta {
  opacity: 1;
  transform: translateY(0);
}


/* адаптив */
@media (max-width: 991px) {
   #search .search_button svg {
     height: 24px;
     width: 24px;
   }
  .category-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-tile img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .category-tiles-grid {
    grid-template-columns: 1fr;
  }
}
.wide-container {
  padding-left: 70px;
  padding-right: 70px;
}

.promo-banner {
  background: #99958c;
}

.promo-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 440px;
}

.promo-image {
  height: 100%;
}

.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-content {
  padding: 50px 70px;
  color: #fff;
  text-align: center;
}

.promo-eyebrow {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}

.promo-title {
  font-size: clamp(3rem, 4vw, 4.7rem);
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.promo-button {
  display: inline-block;
  padding: 18px 42px;
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
  line-height: 1.3;
}

.promo-button:hover {
  background: #fff;
  color: #000;
}


@media (max-width: 768px) {
  .promo-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .promo-image {
    height: 260px;
  }

  .promo-content {
    padding: 40px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .promo-title {
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 0;
  }

  .promo-button {
    padding: 14px 34px;
  }
}

.press-quote {
  background: #f4ede4;
  padding: 110px 20px;
}

.press-quote-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.press-source {
  font-size: 2.2rem;
  margin-bottom: 36px;
}

.press-text {
  font-size: clamp(3rem, 4vw, 4.7rem);
  line-height: 1.25;
  color: #3e3e3e;
  margin: 0 0 40px;
  border-left: 0;
}

.press-divider {
  width: 28px;
  height: 1px;
  background: #3e3e3e;
  margin: 0 auto 40px;
}

.press-button {
  display: inline-block;
  border: 1px solid #3e3e3e;
  letter-spacing: 0.25em;
  transition: all 0.3s ease;
  background: #fff;
}

.press-button:hover {
  background: #3e3e3e;
  color: #fff;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .press-quote {
    padding: 70px 16px;
  }

   .press-source {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .press-text {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.image-quote-block {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
}

.image-quote-bg {
  position: absolute;
  inset: 0;
  background-image: url('/image/catalog/assets/quote.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.46);
  z-index: 1;
}

.image-quote-content {
  position: relative;
  max-width: 880px;
  z-index: 2;
  color: #fff;
}

.image-quote-source {
  font-size: 22px;
  opacity: 0.85;
  margin-bottom: 14px;
}

.image-quote-text {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 36px;
  color: #fff;
}

.image-quote-button {
  display: inline-block;
  padding: 14px 38px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.22em;
  transition: all 0.3s ease;
}

.image-quote-button:hover {
  background: #fff;
  color: #000;
}

/* MOBILE */

@media (max-width: 768px) {
  .image-quote-block {
    padding: 60px 16px;
  }

  .image-quote-text {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .image-quote-source {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.site-footer {
  background: #969588;
  color: #fff;
  padding: 80px 40px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 18px;
}

.footer-heading {
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.footer-logo img {
  margin-bottom: 20px;
  max-width: 260px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-max svg {
  width: 14px;
  height: 14px;
  transform: scale(1.4);
}

.footer-socials {
  margin-top: 24px;
  display: flex;
  gap: 14px;
}

.footer-socials a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
}

.footer-bottom {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-size: 14px;
  opacity: 0.85;
}

.footer-payments {
  text-align: center;
  display: flex;
  gap: 12px;
}

.footer-payments svg {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.footer-payments svg:hover {
  opacity: 1;
}

.footer-copy {
  text-align: center;
}

.footer-legal {
  text-align: right;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
}

/* ===== MOBILE ===== */

@media (max-width: 992px) {
   .footer-col.footer-catalog {
     display: none;
   }
  .category-tiles-section {
     padding: 40px 0 80px;
   }
   .site-footer {
     padding: 40px 2rem 10px;
   }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
  }
   .footer-payments {
     justify-content: center;
   }
  .footer-legal {
    text-align: center;
  }
  .section, .wide-container {
     padding-left: 2rem;
     padding-right: 2rem;
  }
  .section {
     padding-top: 50px;
  padding-bottom: 60px;
  }
}


/* ===== LAYOUT ===== */
.page,
.category-layout {
  max-width: 100%;
}

.category-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
/* Современные браузеры */
.category-layout:not(:has(.category-sidebar)) {
  grid-template-columns: 1fr;
}

/* Fallback */
.category-layout.no-sidebar {
  grid-template-columns: 1fr;
}

@media (max-width: 1024px) {
  .category-layout {
    grid-template-columns: 1fr;
  }
}

/* ===== HERO ===== */
.category-hero {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 100px 70px 100px;
  position: relative;
}
.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1); /* степень затемнения */
  z-index: 1;
}

.category-hero__inner {
  position: relative;
  z-index: 2;
}

.category-hero__inner {
  margin: 0 auto;
  color: #fff;
  max-width: 45em;
}

/* ===== TOOLBAR ===== */
.category-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* ===== GRID ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
}
@media (max-width: 1600px) {
  .product-grid { grid-template-columns: repeat(3, 1fr);
  }
  .category-layout.no-sidebar .product-grid {
     grid-template-columns: repeat(4, 1fr);
   }
}
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-layout.no-sidebar .product-grid {
     grid-template-columns: repeat(3, 1fr);
   }
}
@media (max-width: 768px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-layout.no-sidebar .product-grid {
     grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr 1fr;
    gap: 20px;}
  .category-layout.no-sidebar .product-grid {
     grid-template-columns: repeat(2, 1fr);
   }
   .product-card {
     margin-bottom: 20px;
   }
}

/* ===== CARD ===== */
.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.product-card__info {
  margin-top: 12px;
  text-align: left;
}

.category-hero__title {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 25px;
}
.category-hero__title::after {
  content: "";
  display: block;
  margin: .8em auto 0;
  border-top: 3px solid #fff;
  width: 36px;
}
.category-hero__description {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .category-hero {
    padding: 60px 30px 45px;
  }
  .category-hero__title {
     font-size: 4rem;
     margin-bottom: 15px;
     line-height: 1;
  }
  .category-hero__description {
     font-size: 1.7rem;
     line-height: 1.3;
   }
}
/* ===== FILTER WRAPPER ===== */
.filter {
  font-size: 14px;
}

/* ===== GROUP ===== */
.filter-group {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
}

.filter-group__title {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  transform: rotate(45deg);
  transition: transform .3s ease;
}

.filter-group__title[aria-expanded="false"] .chevron {
  transform: rotate(-135deg);
}

.filter-group__content {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.filter-group__content[hidden] {
  display: none;
}

/* ===== OPTION ===== */
.filter-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0px;
}

.filter-option input {
  display: none;
}

/* round checkbox */
.filter-dot {
  width: 20px;
  height: 20px;
  border: 1.5px solid #eee;
  border-radius: 50%;
  position: relative;
  transition: all .85s ease;
  background: #eee;
}

.filter-option input:checked + .filter-dot {
  border-color: transparent;
}

.filter-option input:checked + .filter-dot::after {
  content: "✓";
  position: absolute;
  inset: 4px;
  background: transparent;
  border-radius: 50%;
  font-weight: 800;
  top: -1px;
}

.filter-label {
  color: #111;
  font-size: 15px;
}

#filter-form .filter-group:first-child {
  padding-top: 0;
}

#apply-filter-btn {
  background: black;
  border: 0;
  color: white;
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}
#apply-filter-btn:hover {
  background: #1d1d1d;
}

/* ===== MOBILE OFFCANVAS ===== */
@media (max-width: 1024px) {
  .filter {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: 24px;
    z-index: 1000;
    overflow-y: auto;
    margin-top: 20px;
  }

  .filter.is-open {
    transform: translateY(0);
  }
}

/* Кнопка */
.mobile-filter-btn, .mobile-filter-close {
  display: none;
}

@media (max-width: 1024px) {
   .mobile-filter-btn {
       display: block;
       position: fixed;
       bottom: 16px;
       left: 16px;
       right: 16px;
       z-index: 999;
       padding: 9px 0px;
       background: #000;
       color: #fff;
       border: none;
       font-size: 14px;
       border-radius: 8px;
       width: 70px;
       line-height: 1.2;
     }
  /* Overlay */
#mobile-filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1000;

  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

#mobile-filter-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Панель */
.mobile-filter-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 85%;
  max-width: 265px;
  background: #fff;
  padding: 16px;
  overflow-y: auto;

  transform: translateX(-100%);
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}

/* Активное состояние */
#mobile-filter-overlay.active {
  display: block;
}

#mobile-filter-overlay.active .mobile-filter-panel {
  transform: translateX(0) scale(1);
}

.mobile-filter-panel {
  transform: translateX(-100%) scale(.98);
}

/* Крестик */
.mobile-filter-close {
  font-size: 28px;
  background: none;
  border: none;
  position: sticky;
  top: 0;
  margin-left: auto;
  display: block;
  z-index: 9999;
}
}

#ajax-products.is-loading {
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
   .footer-col.footer-catalog {
     display: none;
   }
  .category-tiles-section {
     padding: 40px 0 80px;
   }
   .site-footer {
     padding: 40px 2rem 10px;
   }
   .footer-inner {
     grid-template-columns: 1fr;
     gap: 10px;
   }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
  }
   .footer-payments {
     justify-content: center;
     display: none;
   }
   .footer-text {
    line-height: 1.3;
    font-size: 13px;
  }
  .footer-legal {
    text-align: center;
  }
  .footer-links li {
     margin-bottom: 6px;
   }
  .section, .wide-container {
     padding-left: 2rem;
     padding-right: 2rem;
  }
  .section {
     padding-top: 50px;
  padding-bottom: 60px;
  }
}

.product-page {
  margin: 0 auto;
  padding: 0px 70px 40px 70px;
}

.product-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 65px;
}
@media (max-width: 992px) {
   .product-layout {
     gap: 30px;
   }
}
.product-title {
  font-size: 34px;
  margin-top: 10px;
  line-height: 1.1;
}

.price-old {
  text-decoration: line-through;
  margin-right: 12px;
  color: #999;
}

.add-to-cart {
  background: #000;
  color: #fff;
  padding: 16px;
  width: 100%;
  border: none;
  cursor: pointer;
}

.product-tabs {
  display: flex;
  gap: 24px;
  margin-top: 43px;
}

.product-tabs button {
  background: none;
  border: none;
  padding: 3px 0;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: #423f3f;
  font-weight: 600;
  font-size: 16px;
}

.product-tabs button.active {
  border-bottom: 2px solid #000;
  color: #000;
}

.tab-content {
  display: none;
  padding: 20px 0;
  line-height: 1.6;
  color: #423f3f;
}

.tab-content.active {
  display: block;
}
.tab-content.tab-content-media {
  display: block;
}
@media (max-width: 992px) {
  .product-layout {
    grid-template-columns: 1fr;
  }
}

.product-gallery {
  top: 90px;
}

.gallery-main {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-slide.video-wrapper.swiper-slide-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease;
}

.gallery-thumbs {
  display: grid;
  gap: 15px;
  margin-top: 14px;
  grid-template-columns: repeat(9, 1fr);
}

.gallery-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  opacity: .5;
  border: 1px solid transparent;
  transition: opacity .2s, border-color .2s;
}

.gallery-thumbs img:hover {
  opacity: .8;
}

.gallery-thumbs img.active {
  opacity: 1;
  border-color: #000;
  display: none;
}


.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity .65s ease;
  pointer-events: none;
}

.gallery-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.gallery-modal__content {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.gallery-modal__close {
  position: sticky;
  top: 30px;
  left: 100%;
  transform: translateX(-30px);
  z-index: 10;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  background: #fff;
  border-radius: 25px;
  width: 38px;
  height: 38px;
  padding: 10px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.gallery-modal__images {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: -45px;
}

.gallery-modal__images img {
  width: 100%;
  display: block;
  margin-top: 5px;
  padding: 0 10%;
}
/* MOBILE SWIPER */
.product-mobile-gallery {
  display: none;
}
.product-mobile-gallery .swiper-slide img {
   width: 100%;
}
.product-mobile-gallery .swiper-wrapper {
   width: 0;
}
.product-mobile-gallery .swiper-pagination {
   display: block;
}
.product-mobile-gallery .swiper-pagination-bullet-active {
   background: #fff;
}
.product-mobile-gallery .swiper-container {
   cursor: pointer;
}


.custom-select {
  position: relative;
  height: 46px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 17px;
}

.custom-select:hover {
  border-color: #bcbcbc;
}

/* нативный select — невидимый, но кликабельный */
.native-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* отображаемый текст */
.select-display {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 52px 0 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  pointer-events: none;
}

/* стрелка */
.custom-select::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232b2b2b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center;
}



/* Mobile */
@media (max-width: 768px) {

  .product-gallery {
    position: relative;
    top: auto;
  }

  .gallery-thumbs {
    overflow-x: auto;
  }

  .gallery-thumbs img {
    flex-shrink: 0;
  }
     .product-mobile-gallery {
     display: block;
     cursor: pointer;
   }
   .gallery-main, .gallery-thumbs {
     display: none;
   }
   .product-page {
     padding: 0;
   }
   .product-info {
     padding-left: 2rem;
     padding-right: 2rem;
   }
   .product-tabs {
     padding-left: 0;
     padding-right: 0;
   }
   .tab-content #review {
     padding-left: 1rem;
     padding-right: 1rem;
   }
   .footer-heading {
      margin-bottom: 10px;
   }
}

.uhod {
   margin-top: 20px;
}
.uhod strong {
  font-weight: 600;
}
.uhod > thead > tr > td, .uhod > thead > tr > th {
  border-bottom-width: 1px;
}
.uhod > tbody > tr > td {
  padding: 7px 8px 7px 14px;
  border-width: 0 !important;
}
.uhod > tbody > tr:first-child > td {
  padding-top: 5px;
}
.uhod > tbody > tr:last-child > td {
  padding-bottom: 15px;
}
.uhod td img {
    width: 28px;
}

.relative-slider-block {
  background: #f0ece4;
  overflow: hidden;
}
.alert {
  padding: 15px 20px 13px 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
}
.alert .close {
  right: 0;
  top: 0;
}
.checkboxes .checkbox label {
  font-size: 15px;
  line-height: 1.5;
}
.number-spinner .btn {
  padding: 19px 5px 11px 5px;
  height: 52px;
  vertical-align: text-bottom;
  font-weight: bold;
  font-size: 25px;
  line-height: 0.5;
  width: 42px;
  border: 0;
  background: #fff;
  color: #000;
  border-radius: 4px;
}
.number-spinner #input-quantity {
  height: 52px;
  vertical-align: top;
  text-align: center;
  border: 0;
  min-width: 40px;
  padding: 0;
  font-size: 16px;
}
.qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qty .input-group.number-spinner {
  display: flex;
  height: 54px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
#button-cart {
  border: 1px solid #423f3f;
  color: #423f3f;
  background: #fff;
  text-shadow: none;
  font-size: 14px;
  transition: opacity .3s,color .3s,background-color .3s,border-color .3s,transform .3s;
  height:54px;
}
#button-cart:hover {
  border: 1px solid #423f3f;
  color: #fff;
  background: #423f3f;
  text-shadow: none;
  font-size: 14px;
}
.rating-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rating-wrapper .fa-stack {
  width: 20px;
  height: 18px;
  font-size: 18px;
  color: #bb957b;
  font-weight: bold;
}
.rating-wrapper .fa-stack .fa {
  font-size: 18px;
}
.rating-wrapper .write-review, .review-container .comment-text hr, #review-extended .col-md-6.col-sm-7.col-lg-6.col-xs-6.fl-r.pd-0, .popup-media-container .popup-header {
  display: none;
}
.rating-wrapper .review-count {
  margin-left: 5px;
}
#review-extended {
  margin-top: 15px;
}
#review-extended .to-write-review {
   float: left;
   margin-bottom: 20px !important;
}
.review-media-container {
  margin: 10px 0 0px 0;
}
.review-container {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.review-container .review-title-container {
  background: transparent;
  margin-top: 0;
}
.review-container .review-author-name {
   font-weight: 500;
}
.review-container .rating-container {
  line-height: 0;
}
.review-container .review-rating-change-buttons {
  padding: 0 0 0 10px;
  float: right;
}
.review-container .change-rating-button, .review-container .review-rating-change-buttons a {
  padding: 0;
}
.review-container .fa.fa-custom-lg {
  line-height: 0;
  padding-left: 5px;
  padding-right: 1px;
}
.review-container .comment-text {
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
}
.user-review-write-block {
  background: transparent;
  box-shadow: none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px 15px 1px 15px;
}
.reviews-user-add-content-block {
  padding: 0px 5px 14px 5px;
}
#input-review {
  margin-bottom: 0;
}
#information-page p {
  font-size: 16px;
  line-height: 1.5;
}
#information-page h2 {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#custom-messengers {
  position: fixed;
  right: 20px;
  bottom: 120px;
  display: flex;
  flex-direction: row;
  gap: 9px;
  z-index: 999;
  position: fixed;
  bottom: 20px !important;
  right: 170px;
}
#custom-messengers svg {
  width: 40px;
  height: 40px;
}
.amo-button--main {
   width: 40px !important;
   height: 40px !important;
}
.cm-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.whatsapp{
	width:40px;
	height:40px;
	bottom:20px;
	right:121px;
	position:fixed;
	z-index:999;
}
.whatsapp span{
	display:inline-block;
	background:#fff;
	font-size:13px;
	line-height:13px;
	margin:60px 0 0 -11px;
	width:84px;
	text-align:center;
}
.product-option.custom-select[data-label="Крепление"] {
    display: none;
}

/* УДАЛИТЬ */
.b24-widget-button-position-bottom-right .b24-widget-button-popup {
    display: none;
}
#menu .dropdown.open .dropdown-inner a, #menu .dropdown.open .see-all {
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar {
  min-height: 0px;
  margin-bottom: 0;
}
.btn.btn-navbar.navbar-toggle {
  padding: 7px 0px 0px 0px;
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  border: 0;
  margin-left: 15px;
  margin-top: -7px;
color: #000;
}
.navbar-header #category {
  display: none !important;
}
/* УДАЛИТЬ */


.blog-page .product-thumb {
  margin-bottom: 5px;
}
.blog_post h1 {
  margin-bottom: 40px;
  line-height: 1;
}

/* ===== БЛОГ: hover-эффект на первую картинку ===== */
.blog-page .product-card__image .img-main {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* При наведении увеличиваем картинку */
.blog-page .product-card__image:hover .img-main {
  transform: scale(1.05); /* 5% увеличение */
  opacity: 1;
}

/* Скрываем вторую картинку полностью (если она есть) */
.blog-page .product-card__image .img-hover {
  display: none !important;
}

/* панель корзины */
#cart .dropdown-menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;

  width: 420px;
  max-width: 100%;
  height: 100vh;

  margin: 0 !important;
  padding: 24px 24px 32px;

  background: #fff;
  border: none !important;
  border-radius: 0 !important;

  box-shadow: -16px 0 40px rgba(0,0,0,.2);

  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  will-change: transform;

  z-index: 9999;

  overflow-y: auto;
}

/* открыто */
#cart.open .dropdown-menu {
  transform: translateX(0);
}

/* блокировка скролла */
body.cart-open {
  overflow: hidden;
}


/* =========================
   PANEL
   ========================= */

#cart.cart-offcanvas::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

#cart.cart-offcanvas.open::before {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   HEADER
   ========================= */

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.cart-header strong {
  font-size: 18px;
}

.cart-close {
  font-size: 24px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

/* =========================
   CART ITEM
   ========================= */

.cart-item {
  display: grid;
  grid-template-columns: 93px 1fr auto;
  gap: 16px;
  padding: 11px 22px 16px 0px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cart-thumb img {
  width: 90px;
  height: auto;
  display: block;
  border-radius: 6px;
}

.cart-info {
  font-size: 14px;
}

.cart-name {
  font-weight: 500;
  margin-bottom: 4px;
}

.cart-info small {
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 1.5;
}

.cart-qty {
  margin-top: 6px;
  font-size: 13px;
}

/* =========================
   PRICE + REMOVE
   ========================= */

.cart-price {
  font-weight: 600;
  white-space: nowrap;
}

.cart-remove {
  position: absolute;
  top: 10px;
  right: 0;

  font-size: 20px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
}

.cart-remove:hover {
  color: #000;
}

/* =========================
   TOTALS
   ========================= */

.cart-totals {
  margin-top: 24px;
}

.cart-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

/* =========================
   ACTIONS
   ========================= */

.cart-actions {
  margin-top: 24px;
}

.cart-actions .btn-checkout {
  display: block;
  width: 100%;
  padding: 16px;
  text-align: center;

  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.cart-actions .btn-checkout:hover,.cart-actions .btn-checkout:focus {
  color: #fff;
  background: #423f3f;
}
.cart-empty {
  text-align: center;
  padding-top: 30px;
}
body.cart-open .top-bars {
  transform: none !important;
  transition: none !important;
}
body.cart-open .top-bars {
  will-change: auto !important;
}
.checkout-simplecheckout .simplecheckout {
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
}
.simplecheckout-step {
  display: flex !important;
  align-items: stretch;
}
#siteHeader {
  border-bottom: 1px solid #eaeaea;
}
.checkout-simplecheckout > #information-page {
  padding-top: 0px;
  padding-bottom: 0px;
}
.checkout-simplecheckout > #information-page .simplecheckout-step {
  margin-top: -48px;
}
@media (max-width: 768px) {
   .checkout-simplecheckout > #information-page .simplecheckout-step {
     margin-top: 0;
   }
}
.checkout-simplecheckout #information-page h2 {
  margin-bottom: 0;
}
.checkout-simplecheckout .simple-content .checkout-heading {
  background: transparent;
  padding: 0;
  border: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  font-size: 19px;
  padding-top: 30px;
}
.checkout-simplecheckout .control-label.col-sm-4, .checkout-simplecheckout .col-sm-10 {
  padding-left: 0;
  font-size: 14px;
  padding-bottom: 4px;
  color: #000;
  width: 100%;
}
.checkout-simplecheckout .simplecheckout-block-content .form-group {
  margin-bottom: 2px;
}
.checkout-simplecheckout .simplecheckout-block {
  margin-bottom: 0;
}
.checkout-simplecheckout .simplecheckout-block-content {
  padding-bottom: 0;
  padding-top: 0;
}
.checkout-simplecheckout input.form-control::placeholder {
  color: #999;
  opacity: 1;
  font-size: 15px;
}
.checkout-simplecheckout .simple-content input, .checkout-simplecheckout .simple-content .form-control {
  min-height: 46px;
  border-radius: 8px;
  font-size: 15px;
  transition: .3s ease-in-out;
  padding-left: 15px;
  color: #000;
  border-color: #a8a8a8;
}
.checkout-simplecheckout .simple-content textarea {
   padding-top: 10px;
}
.checkout-simplecheckout .simple-content .radio input[type="radio"], .checkout-simplecheckout .simple-content input[type="checkbox"] {
  min-height: auto;
}
.checkout-simplecheckout .simple-content input:hover, .checkout-simplecheckout .simple-content input:focus {
  border-color: #000;
}

.checkout-simplecheckout .form-group.row-customer_confirmation {
  width: 50%;
  display: inline-block;
  margin-left: 0;
  margin-bottom:0;
}
.checkout-simplecheckout .form-group.row-customer_confirmation .col-sm-10 {
  padding-right: 0;
}
#simplecheckout_shipping .simplecheckout-block-content, #simplecheckout_payment .simplecheckout-block-content {
  padding-left: 0;
}
#simplecheckout_shipping .simplecheckout-block-content p b {
  display: none;
}
.checkout-simplecheckout .simplecheckout-cart {
  border: 0;
}
.checkout-simplecheckout .simplecheckout-cart td {
  vertical-align: top !important;
  font-size: 15px !important;
}
.checkout-simplecheckout .simplecheckout-cart thead {
  display: none;
}
.checkout-simplecheckout .simplecheckout-cart tbody tr td {
  padding-bottom: 15px;
  padding-top: 15px;
}
.checkout-simplecheckout .simplecheckout-cart td.model {
  display: none;
}
.checkout-simplecheckout .simplecheckout-cart td.name {
  text-align: left;
  font-weight: 500;
  color: #000;
}
.checkout-simplecheckout .simplecheckout-cart td.image {
  padding-left: 0;
}
.checkout-simplecheckout .simplecheckout-cart td.total {
  font-weight: 500 !important;
  color: #000;
}
.checkout-simplecheckout .simplecheckout-cart-total {
  padding: 20px 0px;
  border-right: 0;
  border-bottom: 1px solid #DDD;
  border-left: 0;
  text-align: right;
}
.checkout-simplecheckout #simplecheckout_cart img {
  width: 80px;
  border-radius: 5px;
}
.checkout-simplecheckout .options {
  line-height: 1.2;
  text-align: left;
  width: 130px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  color: #8a8a8a;
}
.checkout-simplecheckout .quantity .btn.btn-primary {
  padding: 0 8px 0 8px;
  height: 46px;
  background: transparent;
  border: 0;
  color: #000;
  text-shadow: none;
  line-height: 1;
  width: auto;
}
.checkout-simplecheckout .quantity > .input-group.btn-block {
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  padding: 0 0px 0 6px;
}
.checkout-simplecheckout #simplecheckout_cart .form-control[name*="quantity"] {
  min-width: 30px;
  padding: 0;
  text-align: center;
  border: 0;
}
.checkout-simplecheckout .btn.btn-danger {
  padding: 0px 12px;
  background: transparent;
  color: #d01212;
  border: 0;
  text-shadow: none;
  line-height: 0;
  height: 46px;
  width: auto;
}
#simplecheckout_button_confirm {
  color: #fff;
  background: #000;
  border: 1px solid transparent;
  height: 54px;
  padding: 16px 40px;
  font-size: 14px;
  width: 100%;
  margin-top: 20px !important;
}
#simplecheckout_button_confirm:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
#simplecheckout_payment .radio {
  padding: 5px 0px;
}
#simplecheckout_payment .sberdesc {
  font-size: 12px;
  margin-top: 5px;
}
#agreement_checkbox label {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
#agreement_checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.simple-content .table-responsive {
     float: none;
}
.checkout-simplecheckout .simplecheckout-left-column {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right:0;
}
.checkout-simplecheckout .simplecheckout-right-column {
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 48%;
}
.checkout-simplecheckout .simplecheckout > #buttons {
  width: 46%;
  float: right;
  margin-bottom: 30px;
  padding-left: 20px;
}
#simplecheckout_shipping, .checkout-simplecheckout #information-page > .wide-container > h2 {
  display: none;
}
.checkout-simplecheckout .alert {
  margin-top: 20px;
  margin-bottom: 0px;
}
.checkout-simplecheckout .simplecheckout-cart-total b {
  font-weight: 500;
}

@media (max-width: 1365px) {
   .checkout-simplecheckout .simplecheckout-left-column {
     width: 46%;
   }
   .checkout-simplecheckout .simplecheckout-right-column {
     width: 54%;
   }
   .simplecheckout-cart td.quantity [data-onclick*="decrease"], .simplecheckout-cart td.quantity [data-onclick*="increase"], .simplecheckout-cart td.price {
    display: none !important;
  }
   .checkout-simplecheckout .quantity > .input-group.btn-block {
     padding: 0 0px 0 14px;
     margin-left: -45px !important;
   }
   .checkout-simplecheckout .quantity > .input-group.btn-block:before {
      content:"x ";
   }
}
@media (max-width: 1024px) {
   .checkout-simplecheckout .simplecheckout-left-column {
     border-right: 0;
     padding-right: 0;
     padding-bottom: 10px;
     padding-top: 40px;
   }
   .checkout-simplecheckout .simplecheckout-right-column {
     padding-left: 0;
     padding-bottom: 0;
     padding-top: 0;
   }
   .simplecheckout-step {
     flex-direction: column;
   }
}
@media (max-width: 640px) {
   .checkout-simplecheckout #information-page {
     padding-top: 30px;
     padding-bottom: 50px;
   }
   #information-page h2 {
     font-size: 25px;
   }
   .checkout-simplecheckout .form-group.row-customer_confirmation > label {
      padding-right: 0;
   }
   .simplecheckout-cart td.name div.image {
      margin-bottom: 10px;
   }
   .checkout-simplecheckout .btn.btn-danger {
      padding: 0px 8px;
   }
   .checkout-simplecheckout .simplecheckout-left-column {
       padding-top: 0px;
     }
}


.product-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.video-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); /* степень затемнения */
}

.video-thumb .play-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-thumb .play-icon::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #000;
}
#galleryMainVideo,
#galleryMainImage {
    max-width: 100%;
}

.gallery-main img,
.gallery-main video {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-thumbs .thumb {
  cursor: pointer;
}

.gallery-thumbs .thumb.active {
  outline: 2px solid #cecaca;
}


.video-play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.video-play-button:hover {
    background: rgba(0,0,0,0.45);
}

.video-play-button svg {
    width: 64px;
    height: 64px;
    fill: #fff;
}

video::-webkit-media-controls {
  display: none !important;
}

.percentsaving {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 6px;
  font-weight: 500;
  right: 0;
  font-size: 15px;
}


/* Извращение над сайтом */
@media (min-width: 1025px) {
   /* Обертка картинки */
   .product-card__image {
     position: relative;
     display: block;
   }
   
   .product-card .name {
     text-transform: uppercase;
     font-weight: 600;
   }
   
   /* Текст (название + цена) */
   .product-card .caption {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -40%); /* чуть ниже центра изначально */
   
     text-align: center;
     width: 100%;
     padding: 0 15px;
   
     opacity: 0;
     transition: all 0.3s ease;
     z-index: 2;
   }
   
   /* При hover — по центру и видимый */
   .product-card:hover .caption {
     opacity: 1;
     transform: translate(-50%, -50%);
   }
   
   /* Белый overlay */
   .product-card__image::after, .product-card .image-wrap::after {
     content: "";
     position: absolute;
     inset: 0;
   
     background: rgba(255, 255, 255, 0.6);
     opacity: 0;
   
     transition: opacity 0.3s ease;
   }
   
   /* Включаем overlay */
   .product-card:hover .product-card__image::after, .product-card:hover .image-wrap::after {
     opacity: 1;
   }
   
   /* Плавность для картинок */
   .product-card img {
     transition: filter 0.3s ease;
   }
   
   .product-card:hover img {
     filter: brightness(0.85);
   }
   
   .latestblog .product-card .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
    padding: 0;
    opacity: 1;
    transition: none;
  }
}

.amo-button-holder {
    z-index: 9998 !important;
}
.move-contacts {
    margin-top: 14px;
}
.move-contacts a {
    margin-bottom: 12px;
}
.move-contacts .move-contacts-icon {
    display: inline-block !important;
    margin-right: 10px;
    margin-top: 8px;
}
     .callback-btn {
    position: fixed;
    right: 72px;
    bottom: 20px;
    z-index: 9998;
    padding: 14px 20px;
    border: 0;
    border-radius: 999px;
    background: #838271;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.22);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .callback-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
  }

  .callback-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,.55);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .2s ease, visibility .2s ease;
  }

  .callback-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .callback-modal {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow: auto;
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(0,0,0,.28);
    transform: translateY(10px);
    transition: transform .2s ease;
  }

  .callback-modal-overlay.is-open .callback-modal {
    transform: translateY(0);
  }

  .callback-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    color: #111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .callback-modal-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
  }

  .callback-modal-subtitle {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.45;
    color: #555;
  }

  .callback-form-wrap {
    position: relative;
  }

  .callback-form-holder {
    min-height: 220px;
  }

  .callback-consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
    cursor: pointer;
    user-select: none;
  }

  .callback-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
    width: 16px;
    height: 16px;
  }

  .callback-consent a {
    color: inherit;
    text-decoration: underline;
  }

  .callback-form-lock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 61px;
    z-index: 20;
    min-height: 65px;
    padding: 12px 14px;
    border-radius: 5px;
    background: white;
    color: #333;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    font-weight: bold;
    cursor: not-allowed;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF597C;
      opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
  }

  .callback-form-wrap.is-consented .callback-form-lock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
}
.callback-modal-overlay.is-open .callback-form-lock {
   display: flex;
}
.callback-btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-btn-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
#pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination > li > a, .pagination > li > span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    padding: 11px 0px;
    margin: 4px;
    margin-left: 0;
}
  @media (max-width: 767px) {
     #pagination {
     margin-top: 0px;
   }
    .callback-modal {
      padding: 24px 18px;
    }

    .callback-form-lock {
      bottom: 63px;
    padding: 12px 41px;
    }
  }
  
.top-bars + .description {
  margin: 0px 70px 00px;
}
@media (max-width: 992px) {
  .top-bars + .description {
    margin: 0px 20px 0px;
  }
}
.blog-card-desc {
  margin-top: 15px;
}