@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-ExtraBold.eot');
  src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
   font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-SemiBold.eot');
  src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
   font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


body {
  font-family: 'Gilroy', sans-serif;
}

.slider-mobile {
  display: none;
}


.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.top .left-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 5px;
  padding-bottom: 7px;
}

.top .left-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top .left-info ul li a {
  display: inline-block;
  font-size: 14px;
   font-weight: 600;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
}

.top .left-info ul li a:hover {
  border-bottom: 1px solid transparent;
  color: #166D43;
}

.right-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.right-info .phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pr-dropdown-contacts {
  min-width: 280px;
  left: 0;
}

.right-info button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  line-height: 1;
  font-size: 14px;
   font-weight: 600!important;
  color: #000;
  margin-right: 5px;
  text-decoration: none;
}

.pr-dropdown-contacts a {
  color: #166D43;
}
.pr-dropdown-contacts a.button-primary {
  color: #fff!important;
}
.pr-dropdown-contacts a.button-primary:hover {
  color: #fff!important;
  text-decoration: none!important;
}


.right-info .phone a.light-link:hover {
  color: #166D43;
  text-decoration: none;
}

.right-info .call-block {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}

.right-info .call-block:hover {
  color: #166D43;
  border-bottom: 1px solid transparent;
}

.main-header {
  background: #fff;
  padding-top: 30px;
  position: relative;
  z-index: 10000;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.02);


}

.menu-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.38);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.main-header .h-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.main-header .h-block .h-logo {
  width: 100%;
  max-width: 132px;
  height: auto;
}

.main-header .h-block .h-logo img{
  height: 45px;
}

.h-middle {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}



.catalog-btn a, .catalog-btn button {
  display: inline-block;
  font-size: 14px;
   font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #166D43;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.catalog-btn a:hover, .catalog-btn button:hover {
  background: #000;
}

.btn-mobile-header,
.mobile-search-icon {
  display: none;
}

.btn-mobile-header .catalog-btn a, .btn-mobile-header .catalog-btn button {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  height: 45px;
}

.btn-menu-mobile {
  display: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#mobile-menu {
  display: none;
}

.mobile-menu-social-icons a {
  transition: all 0.3s ease;
}

.mobile-menu-social-icons a:hover {
  opacity: 0.7;
}

.h-middle .search-b {
  position: relative;
  border-radius: 6px;
  background: #F4F7F5;
}

.pr-livesearch-item-product {
  background: #fff;
}

.h-middle .search-b input {
  width: 100%;
  width: 825px;
  max-width: 100%;
  height: 45px;
  border-radius: 6px;
  background: transparent;
  border: none;
  padding: 0 40px 0 20px;
}

.h-middle .search-b input:placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7A9087;
}

.h-middle .search-b button {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.h-middle .search-b button:hover {
  opacity: 0.7;
}

.h-middle #header-search-root {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.h-middle .search-close {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.h-middle .search-close:hover {
  opacity: 0.75;
}

@media (max-width: 767.98px) {
  .h-middle .search-close {
    display: flex;
  }
}

/* Live search: прозрачный #overlay не перехватывает клики; шапка с выпадашкой выше остальной страницы */
#overlay.active.transparent {
  pointer-events: none;
}

body.oct-live-search-open .main-header {
  position: relative;
  z-index: 12060;
}

body.oct-live-search-open #header-search-root {
  position: relative;
  z-index: 12061;
}

#liveSearch {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 12062;
  max-height: min(70vh, 560px);
  overflow-y: auto;
  padding: 12px;
  background: #f4f7f5;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

#liveSearch.live-search-hidden {
  display: none !important;
}

#liveSearch.expanded {
  display: block !important;
}

#liveSearchInner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.h-right-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.h-right-item .h-right-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
   font-weight: 600;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: transparent
}

.h-right-item .h-right-block:hover {
  color: #166D43;
}

.h-right-item .h-right-block svg path {
  transition: all 0.3s ease;
}

.h-right-item .h-right-block:hover svg path {
  fill: #166D43;
}

.h-right-block .pr-header-buttons-item-count {
  position: absolute;
  top: 0;
  right: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #166D43;
  color: #fff;
  font-size: 12px;
  font-weight: 500;

}

#main-nav {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  position: relative;
  z-index: 100;
}

#main-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#main-nav ul li a {
  display: inline-block;
  font-size: 16px;
   font-weight: 600;
  color: #000;
  line-height: 1;
  text-decoration: none;
}

#main-nav>ul>li:hover>a,
#main-nav>ul>li.menu-open>a {
  color: #166D43;
}

#main-nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 0;
  z-index: 1000;
  grid-auto-flow: column;
  grid-template-rows: repeat(8, auto);
  gap: 0;
  align-items: stretch;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

#main-nav ul li:hover>ul,
#main-nav ul li.menu-open>ul {
  display: grid;
}

#main-nav ul li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

#main-nav ul li ul li:nth-child(8n+1)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 9999px;
  background: rgba(0, 0, 0, 0.08);
}

#main-nav ul li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#main-nav ul li ul li a::after {
  content: '';
  width: 8px;
  height: 12px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.707153L5.70703 5.70715L0.707031 10.7072' stroke='%23166D43' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
}

#main-nav ul li ul li a:hover {
  color: #166D43;
  background: rgba(22, 109, 67, 0.04);
}

#main-nav ul li .has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#main-nav ul li .has-submenu .icon-menu-horizontal-toggle {
  transition: all 0.3s ease;
  margin-top: 2px;
}

#main-nav ul li .has-submenu:hover .icon-menu-horizontal-toggle {
  transform: rotate(180deg);
}

#main-nav ul li.menu-open>a .icon-menu-horizontal-toggle {
  transform: rotate(180deg);
}

.pr-advantages-item {
  border-radius: 17px;
}

.pr-advantages-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border-top-left-radius: 0 !important;
  background: #F4F7F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-advantage .pr-advantages-item-description {
  font-weight: 400 !important;
  line-height: 100% !important;
  display: inline-block;
  color: rgba(120, 120, 120, 1);
}

.pr-advantage .pr-advantages-item-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
}

.pr-module-item {
  padding: 7px !important;
}

.pr-module-item-image {
  margin-top: 0 !important;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.pr-module-item-info {
  padding-left: 15px;
  padding-right: 15px;
}

.pr-module-item-bottom {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-top: 10px !important;
}

.pr-stock-sticker {
  font-size: 12px;
  color: #166D43;
  font-weight: 500;
}

.pr-module-item-info-code {
  font-size: 12px;
  color: #C9C9C9;
  font-weight: 400;
}

.r-module-item-title {
  font-size: 16px;
   font-weight: 600;
  color: #000;
  line-height: 100%;
}

.pr-module-item .pr-module-item-rating-count {
  color: #000 !important;
}

.pr-module-item-price-old {
  font-size: 16px;
   font-weight: 600;
  line-height: 100%;
  color: #C9C9C9;
  text-decoration: line-through;
}

.info-product-page {
  flex-direction: row!important;
  justify-content: space-between;
  padding: 10px 0!important;
  margin-top: 0!important;
}

.pr-module-item-price-old+.pr-module-item-price-new,
.pr-product-price-new.red {
  color: #EB001B;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 100%;
}

.pr-price-new {
  font-weight: 700 !important;
  font-size: 24px !important;
}

.pr-module-item .button-cart {
  height: 45px;
  font-size: 14px;
   font-weight: 600;
  background: #166D43;
}


.pr-module-html-collapse {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.pr-module-html-collapse.collapsed {
  max-height: 280px;
}

.pr-module-html-collapse.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.pr-module-html-collapse.expanded {
  max-height: none;
}

.pr-module-html-collapse.expanded::after {
  display: none;
}

.pr-html-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #166D43;
  font-size: 14px;
   font-weight: 600;
  cursor: pointer;
  padding: 10px 0 0;
  transition: opacity 0.3s ease;
}

.pr-html-toggle-btn:hover {
  opacity: 0.7;
}

.pr-html-toggle-btn svg {
  transition: transform 0.3s ease;
}

.pr-html-toggle-btn.active svg {
  transform: rotate(180deg);
}

/* Category HTML Description Block */
.pr-category-html-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.pr-category-html-content {
  flex: 1;
  min-width: 0;
  order: 2;
}

.pr-category-html-image {
  flex-shrink: 0;
  width: 244px;
  align-self: flex-start;
  order: 1;
}

.pr-category-html-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.pr-subcategories-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #166D43;
  font-size: 14px;
   font-weight: 600;
  color: #166D43;
}

.pr-module-show-more button {
  background: #fff;
  color: #166D43;
  font-size: 14px;
   font-weight: 600;
  border-radius: 6px;
  border: 1px solid #166D43;
  height: 45px;
  transition: all 0.3s ease;
}

.pr-module-show-more button svg path {
  stroke: #166D43;
}

/* ===== Shop Reviews Block ===== */
.shop-reviews-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.shop-reviews-rating-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  min-width: 140px;
}

.shop-reviews-rating-title {
  font-size: 16px;
   font-weight: 600;
  color: #000;
}

.shop-reviews-rating-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}

.shop-reviews-rating-value {
  position: absolute;
  font-size: 20px;
  line-height: 1;
   font-weight: 600;
  color: #fff;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shop-reviews-rating-count {
  font-size: 16px;
   font-weight: 600;
  color: #000;
}

.shop-reviews-link {
   font-weight: 600;
  color: #166D43;
  text-decoration: none;
  border-bottom: 1px solid #166D43;
  transition: border-color 0.3s ease;
}

.shop-reviews-link:hover {
  border-bottom-color: transparent;
}

.shop-reviews-circles {
  display: flex;
  align-items: stretch;
  justify-content: end;
  gap: 20px;
  flex: 1;
}

.shop-reviews-circle-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  max-width: 226px;
  padding: 20px 10px;
  background: #F4F7F5;
}

.shop-reviews-circle {
  width: 87px;
  height: 87px;
}

.shop-reviews-circle svg {
  width: 100%;
  height: 100%;
}

.shop-reviews-circle svg text {
  font-size: 32px;
}

.shop-reviews-circle-label {
  font-size: 16px;
   font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.shop-reviews-mobile-btn {
  display: none;
}

.shop-reviews-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.shop-reviews-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* Product tab: list is full width, not beside sidebar */
.pr-product-reviews-content .shop-reviews-list {
  flex: 0 0 auto;
  width: 100%;
}

.shop-reviews-card {
  background: #F4F7F5;
  border-radius: 12px;
  padding: 20px;
}

.shop-reviews-card-product {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.shop-reviews-card-product img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.shop-reviews-card-product-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.shop-reviews-card-product-name {
   font-weight: 600;
  color: #166d43;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
}

.shop-reviews-card-product-name:hover {
  text-decoration: underline;
}

.shop-reviews-card-product-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #bbb;
}

.shop-reviews-star-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.shop-reviews-criteria-row .shop-reviews-stars label {
  cursor: pointer;
  display: inline-flex;
  margin: 0;
}

.shop-reviews-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.shop-reviews-card-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shop-reviews-card-badge svg path {
  stroke: #F9C700;
  fill: #F9C700 !important;
}

.shop-reviews-card-badge span {
  position: absolute;
   font-weight: 600;
  color: #fff;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shop-reviews-card-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
}

.shop-reviews-card-name {
   font-weight: 600;
}

.shop-reviews-card-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  line-height: 1;
  color: #BBBBBB;
}

.shop-reviews-card-date svg path {
  fill: #BBBBBB !important;
}

.shop-reviews-card-ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  color: #333;
}

.shop-reviews-card-ratings strong {
   font-weight: 600;
  font-size: 14px;
}

.shop-reviews-card-ratings span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shop-reviews-card-ratings span span {
  background: #fff;
  color: #166D43;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  font-size: 14px;
   font-weight: 600;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.shop-reviews-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #474747;
  text-align: left;
}

.shop-reviews-card-votes {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.3;
  color: #9da4ae;
  cursor: pointer;
}

.shop-reviews-sidebar {
  width: 466px;
  flex-shrink: 0;
  background: #F4F7F5;
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 20px;
  height: 100%;
}

.pr-product-one-click-btn .button text {
  display: none;
}


/* Та же панель, что у блока отзывов на главной, в модалке карточки товара */
#reviewModal .shop-reviews-sidebar--product-modal {
  width: 100%;
  max-width: 100%;
  position: static;
  top: auto;
  display: block!important;
  height: auto;
  flex-shrink: 0;
}

.shop-reviews-criteria {
  margin-bottom: 20px;
}

.shop-reviews-criteria-title {
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  margin: 0 0 12px;
}

.shop-reviews-criteria-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
}

.shop-reviews-criteria-row span {
  font-size: 14px;
   font-weight: 600;
  color: #000;
}

.shop-reviews-stars {
  display: flex;
  gap: 2px;
}

.shop-reviews-stars svg {
  cursor: pointer;
}

.shop-reviews-stars svg path {
  fill: #D6D6D6;
  transition: fill 0.2s ease;
}

.shop-reviews-stars svg.is-active path {
  fill: #F9C700;
}

.shop-reviews-captcha {
  margin-bottom: 12px;
}

.shop-reviews-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-reviews-input,
.shop-reviews-textarea {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  min-height: 56px;
  background: #fff;
  transition: border-color 0.3s ease;
  resize: vertical;
}

.shop-reviews-textarea {
  height: 221px;
  resize: none;
  overflow: auto;
}

.shop-reviews-popup-close {
  display: none;
}

.shop-reviews-input:focus,
.shop-reviews-textarea:focus {
  outline: none;
  border-color: #166D43;
}

.shop-reviews-input::placeholder,
.shop-reviews-textarea::placeholder {
  color: #aaa;
}

.shop-reviews-form-note {
  font-size: 14px;
  color: #888;
}

.shop-reviews-form-submit {
  display: flex;
  justify-content: center;
}

.shop-reviews-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 28px;
  font-size: 14px;
   font-weight: 600;
  color: #fff;
  background: #166D43;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.shop-reviews-submit-btn:hover {
  background: #000;
}

/* Shop Reviews Popup Only Mode (for product page) */
.shop-reviews--popup-only .shop-reviews-sidebar {
  display: none;
}

.shop-reviews--popup-only .shop-reviews-list {
  width: 100%;
}

.shop-reviews--popup-only .shop-reviews-mobile-btn {
  display: inline-flex;
}

/* Shop Reviews Modal */
.shop-reviews-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  align-items: center;
  justify-content: center;
}

.shop-reviews-modal.is-open {
  display: flex;
}

.shop-reviews-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.shop-reviews-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  margin: 20px;
}

.shop-reviews-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: #F4F7F5;
  border-radius: 16px 16px 0 0;
}

.shop-reviews-modal-title {
  font-size: 20px;
   font-weight: 600;
  color: #000;
  margin: 0;
}

.shop-reviews-modal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.shop-reviews-modal-close:hover {
  background: #eee;
}

.shop-reviews-modal-body {
  padding: 0;
}
.shop-reviews-modal-body .shop-reviews-criteria {
  margin-bottom: 20px;
}

#reviewModal .shop-reviews-sidebar .shop-reviews-criteria-title {
  margin-top: 0;
}

.shop-reviews-modal-body .shop-reviews-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pr-product-payments-item  {
  width: 56px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-product-payments-item img{
  width: 36px;
  height: auto;
}

/* Как в блоке shop-reviews: поля на белом фоне внутри зелёной панели */
.shop-reviews-modal-body .shop-reviews-sidebar .shop-reviews-input,
.shop-reviews-modal-body .shop-reviews-sidebar .shop-reviews-textarea {
  background: #fff;
}

footer.pr-footer {
  background: url('../img/footer-bg.svg');
}

.pr-footer-logo {
  height: 67px !important;
}

.pr-footer-item-title {
  font-size: 20px;
  font-weight: 700 !important;
}

.light-theme .pr-footer .grey-text,
.light-theme .pr-footer-item-subscribe-text {
  color: #c2c2c2;
  font-size: 14px !important;
}

.pr-footer .white-link {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.1;
  color: #c2c2c2;
  transition: color 0.3s ease;
}

.pr-footer .white-link:hover {
  color: #fff;
}

.pr-footer-item-payments-item {
  opacity: 1;
}

#footer-subscribe .input-group {
  gap: 10px;
}

#InputSubscribeEmail {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0 10px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: #fff;
  transition: all 0.3s ease;
  outline: none;
}

#InputSubscribeEmail:placeholder {
  color: #929292;
}

#footer-subscribe .input-group #footer-make-subscribe {
  border-radius: 6px;
}

#oct-scales-static {
  background-color: rgba(255, 255, 255, 0.11);
  border: none;
}

.pr-footer-item-copyright {
  border-top: 1px solid #5D5D5D;
}

.pr-footer a.agree {
  display: contents;
}


.pr-breadcrumb-item a,
.pr-breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  color: #7A9087;
}

.ocf-content {
  padding: 10px;
  border-radius: 16px;
}

.ocf-btn-link {
  color: #166D43;
}

.ocf-sliders {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2721%27%20height%3D%2721%27%20viewBox%3D%270%200%2021%2021%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M2.625%205.46875C2.26257%205.46875%201.96875%205.76257%201.96875%206.125C1.96875%206.48743%202.26257%206.78125%202.625%206.78125V5.46875ZM2.625%2014.2188C2.26257%2014.2188%201.96875%2014.5126%201.96875%2014.875C1.96875%2015.2374%202.26257%2015.5313%202.625%2015.5313V14.2188ZM7.875%2015.5313C8.23743%2015.5313%208.53125%2015.2374%208.53125%2014.875C8.53125%2014.5126%208.23743%2014.2188%207.875%2014.2188V15.5313ZM18.375%2015.5313C18.7374%2015.5313%2019.0312%2015.2374%2019.0312%2014.875C19.0312%2014.5126%2018.7374%2014.2188%2018.375%2014.2188V15.5313ZM13.125%205.46875C12.7626%205.46875%2012.4688%205.76257%2012.4688%206.125C12.4688%206.48743%2012.7626%206.78125%2013.125%206.78125V5.46875ZM18.375%206.78125C18.7374%206.78125%2019.0312%206.48743%2019.0312%206.125C19.0312%205.76257%2018.7374%205.46875%2018.375%205.46875V6.78125ZM2.625%206.78125H5.25V5.46875H2.625V6.78125ZM2.625%2015.5313H7.875V14.2188H2.625V15.5313ZM15.75%2015.5313H18.375V14.2188H15.75V15.5313ZM13.125%206.78125H18.375V5.46875H13.125V6.78125ZM15.0938%2014.875C15.0938%2015.9623%2014.2123%2016.8438%2013.125%2016.8438V18.1563C14.9372%2018.1563%2016.4062%2016.6872%2016.4062%2014.875H15.0938ZM13.125%2016.8438C12.0377%2016.8438%2011.1562%2015.9623%2011.1562%2014.875H9.84375C9.84375%2016.6872%2011.3128%2018.1563%2013.125%2018.1563V16.8438ZM11.1562%2014.875C11.1562%2013.7877%2012.0377%2012.9063%2013.125%2012.9063V11.5938C11.3128%2011.5938%209.84375%2013.0628%209.84375%2014.875H11.1562ZM13.125%2012.9063C14.2123%2012.9063%2015.0938%2013.7877%2015.0938%2014.875H16.4062C16.4062%2013.0628%2014.9372%2011.5938%2013.125%2011.5938V12.9063ZM9.84375%206.125C9.84375%207.21231%208.96228%208.09375%207.875%208.09375V9.40625C9.68721%209.40625%2011.1562%207.93719%2011.1562%206.125H9.84375ZM7.875%208.09375C6.78769%208.09375%205.90625%207.21231%205.90625%206.125H4.59375C4.59375%207.93719%206.06281%209.40625%207.875%209.40625V8.09375ZM5.90625%206.125C5.90625%205.03769%206.78769%204.15625%207.875%204.15625V2.84375C6.06281%202.84375%204.59375%204.31281%204.59375%206.125H5.90625ZM7.875%204.15625C8.96228%204.15625%209.84375%205.03769%209.84375%206.125H11.1562C11.1562%204.31281%209.68721%202.84375%207.875%202.84375V4.15625Z%27%20fill%3D%27%23166D43%27/%3E%3C/svg%3E") !important;
}

.ocf-header {
  font-size: 16px;
}

.ocf-theme-light-block.ocf-vertical .ocf-filter {
  background-color: #F4F7F5;
}

.ocf-filter-name {
  font-size: 16px;
   font-weight: 600;
}

.ocf-value-name {
  font-size: 14px;
  font-weight: 500;
}

.ocf-value-input::before {
  border: 1px solid #166D43
}

.ocf-btn-link {
  color: #166D43!important;
}

.ocf-theme-light-block .ocf-value-count {
  background: #166D43;
}

.ocf-input-group-addon:not(:first-child):not(:last-child) {
  opacity: 0;
  width: 5px;
  padding: 0;
}

.ocf-input-group-addon:last-child {
  background: #fff;
  border-radius: 0 8px 8px 0 !important;
}

.ocf-value-list #ocf-input-min-2-0-1 {
  height: 40px;
  border-radius: 8px !important;
  border: none;
  font-size: 14px;
  color: #7A9087;
  font-weight: 500;
}

.ocf-value-list #ocf-input-max-2-0-1 {
  border-radius: 8px 0 0 8px !important;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #7A9087;
  font-weight: 500;
}

.ocf-noUi-handle {
  border: 1px solid #fff;
  box-shadow: none;
}

.ocf-noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: 0px;
}

.ocf-noUi-pips,
.ocf-noUi-marker,
.ocf-noUi-value,
.ocf-noUi-marker:first-child+.ocf-noUi-value,
.ocf-noUi-value:last-child {
  color: #7A9087;
}

.pr-page-title h1 {
  font-size: 32px;
   font-weight: 600;
}

.pr-category-sort .form-select {
  border: 1px solid #f5f5f5;
  height: 45px;
  color: #7A9087;
  border-radius: 8px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%237A9087' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 10px center;
}

.pr-category-appearance {
  padding: 5px;
  border-radius: 8px;
  background: #F4F7F5;
}

.pr-category-appearance-btn {
  border-radius: 8px;
  background: #F4F7F5;
  padding: 5px;
}

.pr-category-appearance-btn svg path {
  stroke: #166D43;
}

.pr-category-appearance-btn.active {
  background: #166D43;
}

.pagination li a,
.pagination li span {
  background: #fff;
  border: 1px solid #166D43;
  color: #166D43 !important;
}

.pagination li.active a,
.pagination li.active span {
  background: #166D43;
  color: #fff !important;
}

.pagination li a:hover,
.pagination li span:hover {
  background: #166D43;
  color: #fff !important;
}

.pr-product-tabs {
  position: relative;
  top: 0 !important;
}

.pr-product-tabs-item+.pr-product-tabs-item {
  border: none;
   font-weight: 600;
  font-size: 16px;
  padding: 20px 20px;
}

.pr-product-tabs-item.active {
  font-size: 16px;
   font-weight: 600;
  background: transparent;
}

.pr-product-actions-stock {
  color: #166D43;
  background-image: url(../img/green-check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.pr-module-item-button-wishlist,
.pr-module-item-button-compare {
  background: transparent;
  padding: 0;
}


.pr-module-item .pr-module-item-button-wishlist,
.pr-module-item .pr-module-item-button-compare {
  background: #F4F7F5;
  border-radius: 6px!important;
  padding: 3px!important;
  height: 28px;
}

.pr-module-item .pr-module-item-button-wishlist:hover, .pr-module-item .pr-module-item-button-compare:hover {
  background: #166D43;
}

.pr-module-item .pr-module-item-button-compare:hover svg path, .pr-module-item .pr-module-item-button-wishlist:hover svg path  {
  stroke: #fff!important;
}

.pr-module-item .pr-module-item-button-wishlist svg,
.pr-module-item .pr-module-item-button-compare svg {
  width: 14px;
  height: 12px;
}


.pr-module-item-button-wishlist svg,
.pr-module-item-button-compare svg {
  width: 21px;
  height: 20px;
}

.pr-product-price-new {
  font-size: 24px;
   font-weight: 600;
}

#content .pr-product-price-tracker {
  line-height: 22px;
}

.pr-product-actions-info {
  border-bottom: none !important;
}

.pr-product-buttons-quantity .number {
  border: 1px solid #7A9087;
  height: 45px;
  overflow: hidden;
}

.pr-product-buttons-quantity .controls {
  border: 1px solid #7A9087;
  height: 45px;
}

.pr-product-buttons-quantity button,
.pr-product-buttons-quantity button:active {
  flex: 0 0 21px;
  height: 21px;
  background-color: #F4F7F5;
}

.pr-product-buttons-quantity button.minus {
  border-color: #7A9087;
}

.pr-product-buttons-quantity button:active:hover,
.pr-product-buttons-quantity button:hover {
  background: #166D43;
}

.pr-product-buttons-quantity button.plus,
.pr-product-buttons-quantity button:active.plus {
  border-top-right-radius: 4px;
}

.pr-product-buttons-quantity button.minus,
.pr-product-buttons-quantity button:active.minus {
  border-bottom-right-radius: 4px;
}

#input-quantity {
  color: #000;
  font-weight: 700 !important;
}

#button-cart.button-primary:hover {
  background: #000;
}



#oct_purchase_byoneclick_form_product {
  background: #F4F7F5;
  border-radius: 6px;
  padding: 3px;
}

#oct_purchase_byoneclick_form_product input {
  background: transparent;
  border: none
}

.pr-buy-one-click-btn {
  background: #166D43;
  width: 44px;
  border-radius: 6px !important;
  height: 39px;
}

.pr-buy-one-click-btn svg {
  fill: #fff !important;
  height: 20px;
  min-width: 20px;
}

.pr-buy-one-click-btn svg path {
  stroke: none !important;
}

.pr-product-images-main img {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  margin: 0 !important;
}

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

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

.pr-product-images-main .swiper-button-prev,
.pr-product-images-main .swiper-button-next {
  background: #fff;
  width: 34px;
  height: 34px;
}

.pr-product-images-main .swiper-button-next svg path,
.pr-product-images-main .swiper-button-prev svg path {
  stroke: #166D43;
}

.swiper-backface-hidden .swiper-slide {
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

.pr-product-images-additional .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #166D43;
  opacity: .7;
}

.pr-product-images-additional .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;

}

.pr-product-images-additional.swiper-initialized {
  margin-top: 10px !important;
}

#product-product .pr-page-title h1 {
  font-size: 24px;
}

#product-product .pr-scroll-to-reviews {
  margin-left: 20px !important;
}

#product-product .pr-product-main-info-code {
  font-size: 12px;
   font-weight: 600;
}

#product-product .info-line {
  padding-bottom: 10px !important;
  margin-top: 10px !important;
}

.pr-module-attributes-item> :first-child {
  color: #7A9087;
  font-size: 12px;
  background: #fff;
  width: auto !important;
  padding-right: 10px;
  z-index: 1;
}

.pr-product-info .pr-module-attributes-item> :last-child {
  color: #000;
  font-size: 12px;
  width: auto !important;
  text-align: right !important;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 10px;
}

.pr-product-main-attributes .pr-module-attributes-item> :first-child::after {
  content: '';
}

.pr-module-attributes-item {
  position: relative;
}

.pr-module-attributes-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='444' height='1' viewBox='0 0 444 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='0.5' x2='444' y2='0.5' stroke='%237A9087' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
}

.pr-product-delivery-item .grey-text {
  color: #000 !important;
}

.pr-product-tab-content-title {
  padding: 10px 0 !important;
  border-bottom: none !important;
  margin-bottom: 10px !important;
}

.pr-product-tab-content-title svg:not(.is-active) {
  display: none;
}

/* #reviewModal вкладена в .pr-product-tab-content-title; зірки оцінки використовують .is-active для «заповненості», а не як іконку табу — їх не можна ховати цим правилом */
.pr-product-tab-content-title .shop-reviews-stars svg {
  display: inline-block !important;
}

.pr-module-attributes-item {
  justify-content: space-between;
}

.pr-product-attributes-items {
  width: 100%;
  max-width: 600px;
}

.pr-product-attributes.pr-product-tab-content .pr-module-attributes-item> :last-child {
  width: auto;
  background: #fff;
  text-align: right;
  padding-left: 10px;
  z-index: 1;
  color: #000;
  font-size: 12px;
}

.pr-product-tab-content-title button.button-light {
  background: transparent;
  border: 1px solid #166D43;
  height: 45px;
  width: 220px;
  padding: 10px;
}

.pr-product-tab-content-title button.button-light span {
  font-size: 14px;
   font-weight: 600;
  color: #fff;
  line-height: 1;
  width: 19px;
  height: 19px;
  background: #166D43;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.pr-product-tab-content-title button.button-light:hover span {
  background: #fff;
  color: #166D43;
}

.pr-product-tab-content-title button.button-light:hover {
  background: #166D43;
  color: #fff;
}

#oct_faqs .pr-empty-reviews svg {
  margin: 20px auto;
}

.pr-product-faq-content svg path {
  fill: #000000 !important;
}

.pr-empty-reviews .not-found-text {
  color: #B1B1B1 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

#error-not-found {
  margin-top: 60px;
}

.modal .btn-close {
  height: auto;
  min-height: 15px;
}

.btn-bottom {
  margin: 40px auto;
  width: fit-content;
}

.button-primary:hover {
  background: #000!important;
  transform: none!important;
  box-shadow: none!important;
}

.pr-contact-us-item-title {
  text-align: left !important;
  line-height: 1.2 !important;
  margin-bottom: 5px;
}

.pr-contact-us-item-info .grey-text {
  text-align: left !important;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 20px;
}

.button-primary:hover svg path {
  stroke: inherit;
}

.pr-sticky-column .pr-contact-us-item-title {
  text-align: center !important;
  margin-bottom: 0;
  line-height: 1.2 !important;
  font-size: 24px;
   font-weight: 600;
}

#information-contact form input[type="text"],
#information-contact form input[type="email"],
#information-contact form textarea {
  border-radius: 10px;
  padding: 10px;
  background: #F4F7F5;
  font-size: 14px;
  line-height: 1;
   font-weight: 600;
  border: none;
  resize: none;
}

#information-contact form textarea::placeholder {
  color: #929292 !important;
  font-weight: normal;
}

#information-contact form input::placeholder {
  color: #929292 !important;
  font-weight: normal;
  font-size: 14px;
}

#information-contact form label {
  display: none;
}

.button-large {
  border-radius: 6px;
}

.pr-module-news-item-image {
  padding: 4px;
}

.pr-module-news-item-image img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  border-radius: 10px;
}

.pr-module-news-item-title {
  font-size: 16px !important;
}

.categories-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

.categories-label span {
  font-size: 14px;
  color: #166D43;
  background: #F4F7F5;
  padding: 3px 8px;
  border-radius: 6px;
}

.pr-column-categories-title {
  background: transparent;
  font-size: 24px;
  border-bottom: 1px solid #E9EEE9;
}

#blog_search input {
  border-radius: 6px;
  padding: 10px;
  background: #F4F7F5;
  font-size: 14px;
  line-height: 1;
   font-weight: 600;
  border: none;
  resize: none;
  height: 45px;
  width: 100%;
  border: none;
  color: #000;
  font-weight: 700 !important;
}

#blog_search input::placeholder {
  color: #929292 !important;
  font-weight: normal;
}

#blog_search button svg path {
  stroke: #166D43;
}

.pr-column-categories-list-item button svg path {
  stroke: #166D43;
}

.pr-module-news-item-info.grey-text {
  color: #000 !important;
  font-size: 14px !important;
}

.pr-module-news-item-info.grey-text svg {
  display: none;
}

#blog-post-content {
  padding: 10px;
}

.pr-blog-post-text {
  padding: 10px 20px;
  border-bottom: none !important;
}

.pr-blog-post-text p,
.pr-blog-post-text ul,
.pr-blog-post-text ol {
  font-size: 1.125rem;
}

.pr-blog-info {
  margin: 0px 20px !important;
  padding: 20px 0 !important;
  border-top: 1px solid #E9EEE9;
  border-bottom: 1px solid #E9EEE9;
}

.pr-blog-info-item+.pr-blog-info-item {
  border-left: 0px
}

.pr-blog-comments {
  margin: 0px 20px !important;
}

.pr-blog-post-comments-header {
  padding: 15px 0px;
}

.pr-blog-post-comments {
  padding-top: 0 !important;
}

.pr-blog-comments button {
  font-size: 14px !important;
  height: 45px;
}

#back-top {
  background: #166D43;
  border: 3px solid #fff;
}
#back-top svg circle:not(.progress-ring__circle) {
  stroke: #fff !important;
}
#back-top svg:last-child path {
  fill: #fff !important;
}


.pr-empty-reviews svg  {
  margin-bottom: 20px;
}
.pr-empty-reviews svg path {
  fill: #000 !important;
  fill-opacity: 0.2 !important;
}

.shipping-check-item p {
  display: flex;
  align-items: center;
  gap: 10px;
}