/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu, 17 Apr 2014 04:03:46 GMT
 */

/* Fix bootstrap */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul,
ol {
  list-style: none;
}

.input-group-btn {
  font-size: 14px !important;
}

.well {
  line-height: 18px;
  text-align: justify;
}
.well p {
  margin: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-nav > li > a {
  white-space: nowrap;
}

.dropdown-mobile {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 33px;
}

.dropdown-submenu li a {
  color: #fff !important;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Fixed Jquery UI Style */
.ui-widget {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.ui-datepicker {
  width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
  width: 59% !important;
  font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
  width: 39% !important;
  font-weight: normal !important;
}

/* Global */
html {
  height: auto;
  min-height: 100%;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
a,
a:link,
a:active,
a:visited {
  font-size: 14px;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #065db0;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
.m-bottom {
  margin-bottom: 10px !important;
}
#wraper {
  width: 1080px;
  margin: 0 auto;
}
.fa-fix {
  margin-right: -5px;
}
.fa-pointer {
  cursor: pointer;
}
h3.sm {
  font-size: 16px;
}
span.keyword {
  background: yellow;
}
.nv-fullbg {
  min-height: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}
a.btn {
  color: #fff;
}

/* Header */
header {
  position: relative;
}
#header-wraper {
  position: relative;
}
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header #logo {
  float: left;
  padding: 0 0 10px 0;
}

#header #logo a img {
  height: 42px;
}

#header #logo h1 {
  float: left;
  margin: 0px;
  padding: 0px;
}

#header #logo object {
  float: left;
}

#header .pull-right {
  margin: 20px 0;
}
#header #logo a {
  font-size: 22px;
  line-height: 80px;
  color: #333;
}

.social-icons {
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}
.social-button,
.social-icons .button.icon:not(.is-outline),
.social-icons .button.icon:hover {
  background-color: currentColor !important;
  border-color: currentColor !important;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}


.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-icons ul li a:hover {
  background: #fff;
  color: #f00;
}

.social-icons ul li a .fa {
  margin-right: -5px;
}

#search {
  float: left;
  width: 300px;
  margin: 5px 20px 0 0;
}
#search input[type="text"] {
  border: 1px #6eb433 solid;
}

#banner {
  position: relative;
  height: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#banner img {
  width: 100%;
  min-height: 100%;
}

.fix_banner_left {
  width: 120px;
  height: 480px;
  position: fixed;
  top: 2px;
  left: 2px;
  display: none;
}
.fix_banner_right {
  width: 120px;
  height: 480px;
  position: fixed;
  top: 2px;
  right: 2px;
  display: none;
}

/* Body */
#body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#body .col-md-18 {
  float: right;
}
#body #category {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: stretch;
  align-content: stretch;
  float: none;
}
#body #category .col-sm-12 {
  border: 1px solid #eee;
  padding: 15px !important;
}
#body #category .col-sm-12:nth-child(n + 1) {
  border-right: 0;
}
#body #category .col-sm-12:nth-child(4n + 1) {
  border-right: 1px solid #eee;
}
.page-header {
  width: 100%;
  padding-bottom: 20px;
  border: none;
}

/* Font */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url("../../dungcuytecantho/fonts/roboto-400.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../../dungcuytecantho/fonts/roboto-700.woff") format("woff");
}

/* thanhtaifs dev */



ul,
ol {
  padding: 0;
  margin: 0;
}

.humberger__menu__wrapper {
  display: none;
}

.humberger__menu__logo img {
  width: 240px;
}

.header__top_menu {
  background: #ffffff;
  padding: 0;
  box-shadow: none;
  height: auto;
  border-bottom: 1px solid #dfeadd;
}

.header__top__left {
  padding: 15px 0 15px;
}

.header__top__left {
  font-size: 16px;
}

.header__top__left ul li {
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}

.header__top__left ul li a {
  font-size: 18px;
}

.header__top__left ul li a:hover {
  color: #f00;
}

.header__top__left ul li:after {
  position: absolute;
  right: -25px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.header__top__left ul li:last-child {
  margin-right: 0;
}

.header__top__right {
  text-align: right;
  padding: 10px 0 13px;
}

.header__top__right__menu {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
}

.header__logo {
  padding: 10px 0;
  text-align: center;
  display: none;
}

.header__logo a {
  display: inline-block;
}

.header__logo a img {
  display: none;
}

.header__menu {
  padding: 12px 0;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.header__menu ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  padding: 5px 0;
  display: block;
}
.arrow {
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
}

.arrow.arrow-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  margin-left: 8px;
  text-align: center;
}

.arrow.arrow-small i {
  display: none;
}

.header__menu ul li.active a {
  color: #f00;
}

.header__menu ul li .header__menu__dropdown {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 250px;
  z-index: 99999;
  padding: 5px 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 0;
  visibility: hidden;
}

.header__menu ul li:hover .header__menu__dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
  word-wrap: break-word;
}

.header__menu ul li .header__menu__dropdown li:hover > a {
  color: #4b7a00;
}

.header__menu ul li .header__menu__dropdown li {
  margin-right: 0;
  display: block;
}

.header__menu ul li .header__menu__dropdown li a {
  text-transform: none;
  color: #1c1c1c;
  font-weight: 400;
  padding: 5px 15px;
}

.header__menu ul li:hover > a {
  color: #f00;
}

.header__menu ul li .header__menu__dropdown li .header__menu__dropdown {
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng khi dài */
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 500px; /* Tăng chiều rộng để chứa các item ngang */
  max-width: 650px; /* Giới hạn chiều rộng tối đa */
  z-index: 999999;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 14px;
}

.header__menu ul li .header__menu__dropdown li:hover .header__menu__dropdown {
  opacity: 1;
  visibility: visible;
}

.header__menu ul li .header__menu__dropdown li .header__menu__dropdown li a {
  color: #1c1c1c;
  font-weight: 400;
  padding: 8px 15px;
}

.header__menu
  ul
  li
  .header__menu__dropdown
  li
  .header__menu__dropdown
  li:last-child
  a {
  border-bottom: none;
}

.header__menu
  ul
  li
  .header__menu__dropdown
  li
  .header__menu__dropdown
  li:hover
  > a {
  color: #28a745;
  background-color: #f8f9fa;
}

/* Thêm mũi tên cho các mục có submenu */
.header__menu
  ul
  li
  .header__menu__dropdown
  li:has(.header__menu__dropdown)
  > a:after {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  float: right;
  font-size: 12px;
  color: #999;
  padding: 4px;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.humberger__open {
  display: none;
}

.cart_position {
  margin-bottom: 15px;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1rem;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav ul li {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav a {
  font-size: 14px;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav span {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  padding: 6px 6px;
}

.hero__categories__all {
  position: relative;
  padding: 10px 25px 10px 40px;
  cursor: pointer;
}

.hero__categories__all i {
  font-size: 16px;
  color: #7fad39;
  margin-right: 10px;
}

.hero__categories__all:after {
  position: absolute;
  right: 18px;
  content: "\f078";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 18px;
  color: #7fad39;
}

.hero__categories__all span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}

.hero__categories ul {
  padding-top: 4px;
  padding-bottom: 5px;
}

.hero__categories ul li {
  list-style: none;
}

.hero__categories ul li a:hover {
  color: #f00;
}
.hero__categories ul .has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 2px;
  font-weight: 500;
  color: #4b7a00;
  text-decoration: none;
}
.hero__categories ul .sub-menu {
  display: none;
  padding-left: 20px;
}

/* Cart Styles with #65aa00 */
.cart-icon-btn {
  background: linear-gradient(135deg, #2e9f3c, #5ea700);
  border: none;
  border-radius: 25px;
  padding: 8px 15px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  height: 50px;
  box-shadow: 0 2px 8px rgba(101, 170, 0, 0.3);
}

.cart-icon-btn:hover {
  background: linear-gradient(135deg, #5a9600, #65aa00);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(101, 170, 0, 0.4);
  color: white;
}

.cart-icon-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Cart Dropdown */
.cart-dropdown {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  background: white;
  width: 320px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 5px;
}

.cart-dropdownMobile {
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
}

.cart-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}

.cart-dropdown-header {
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
}

.cart-item img {
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.cart-item-info h6 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 500;
}

.cart-item-price {
  color: #65aa00;
  font-weight: 600;
  font-size: 13px;
}

.cart-quantity {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.quantity-btn {
  background: #65aa00;
  color: white;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.quantity-btn:hover {
  background: #5a9600;
}

.quantity-btn.decrease {
  background: #ff6b7a;
}

.quantity-btn.decrease:hover {
  background: #ff5252;
}

.cart-footer {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .total-price {
  color: #65aa00;
  font-size: 18px;
}

.checkout-btn {
  background: linear-gradient(135deg, #65aa00, #7bc100);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.checkout-btn:hover {
  background: linear-gradient(135deg, #5a9600, #65aa00);
  transform: translateY(-1px);
}

.empty-cart {
  text-align: center;
  padding: 30px 15px;
  color: #999;
}

.empty-cart i {
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.5;
}

/* End Cart Styles with #65aa00 */

.footer__copyright {
  text-align: center;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  margin-top: 20px;
}

.footer__copyright p {
  font-size: 16px;
  margin: 0px;
}

/* Removed empty ruleset for .footer__copyright a */

.footer__top {
  border-top: 3px solid #ff0707;
  padding: 20px 0;
  overflow-x: hidden;
}


.footer__top p {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer__top small {
  color: #505050;
}

.footer__top .panel-body h2 {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}


.content__footer {
  padding: 6px 0px;
}

.content__footer span {
  margin-bottom: 0.25rem !important;
  color: #4b7a00;
  padding: 6px 0px;
}

.footer__top > .row {
  margin-left: 0;
  margin-right: 0;
}

.footer__top .panel-body,
.footer__top .content__footer,
.footer__top p,
.footer__top span,
.footer__top a,
.footer__copyright p,
.footer__copyright span,
.footer__copyright a {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.footer__top a,
.footer__copyright a {
  white-space: normal;
}

.footer__top .support,
.footer__top .support .panel,
.footer__top .support .panel-body,
.footer__top .support .support-ol {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.footer__top .support {
  overflow: hidden;
}

.footer__top .support table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.footer__top .support td,
.footer__top .support div,
.footer__top .support span,
.footer__top .support a {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.footer__top .support img {
  max-width: 100%;
  height: auto;
}

.footer__top .support .support-ol {
  float: none !important;
  display: block;
}


.hero__search {
  margin-top: 5px;

  border-radius: 12px;
}

.cart_postion {
  text-align: right;
}

.hero__search__form {
  width: 80%;
  height: 50px;
  border: 1px solid #ebebeb;
  position: relative;
  float: left;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero__search__form form .hero__search__categories {
  float: left;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  padding-left: 18px;
  padding-top: 13px;
  position: relative;
}

.hero__search__form form input {
  width: 85%;
  border: none;
  height: 48px;
  font-size: 16px;
  color: #1c1c1c;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.hero__search__form form button {
  position: absolute;
  right: 0;
  top: -1px;
  height: 50px;
}

.hero__search__form .search__button button {
  color: #fff;
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  border-color: #6eb433;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hero__search__form form .hero__search__categories span {
  position: absolute;
  right: 14px;
}

.hero__item {
  position: relative;
  overflow: hidden; /* tránh ảnh tràn */
}

.hero__item img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* ép ảnh phủ kín khung, không để khoảng trắng */
}

.hero__text {
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
  color: #fff;
}

.hero__text h2 {
  font-size: 32px;
  color: #f00;
  line-height: 52px;
  font-weight: 700;
  margin: 10px 0;
}

.hero__text span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7fad39;
}

.set-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 30px 12px;
  background: #7fad39;
  border: none;
}

.categories__slider .owl-stage-outer {
  overflow: hidden;
}

.categories__slider .col-lg-3 {
  max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
  font-size: 18px;
  color: #65aa00;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-35px);
  background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 2px solid #1f6f2f;
  outline-offset: 2px;
}

.service-image {
  padding: 4px 4px;
}
.service-image img {
  width: 200px;
}
.service-text a {
  padding-left: 12px;
  font-size: 24px !important;
}
.service-text p {
  padding-left: 12px;
  font-size: 16px;
}

.nv-social-share {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nv-social-share li {
  display: flex;
  align-items: center;
}
.facebook {
  padding-top: 4px;
}

.twitter-share {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}

.twitter-share i {
  margin-right: 5px;
}

.twitter a:hover {
  color: #f00;
}

.section-header {
  color: #65aa00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
}

.section-title-wrapper {
  margin-bottom: 4px;
}

.section-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #b30000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.divider-icon {
  font-size: 32px;
  color: #b30000;
}

.product-card {
  background: white;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Begin breadcrumb */
.breadcrumb-card {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.breadcrumb-card .sub-breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-card .sub-breadcrumb:not(:last-child)::after {
  content: "›";
  margin: 0 12px;
  color: #999;
  font-size: 18px;
}

.breadcrumb-card .sub-breadcrumb a {
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.breadcrumb-card .sub-breadcrumb a:hover {
  background: #f8f9fa;
  color: #f00;
  transform: translateY(-1px);
}

.breadcrumb-card .sub-breadcrumb:last-child {
  color: #007bff;
  font-weight: 600;
}

/* End breadcrumb */

/* Product badges */

.product-hot {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hot-item {
  padding: 12px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: url(../images/hot.png) no-repeat;
  height: 50px;
  width: 50px;
  color: #fff;
  font-weight: bold;
}

.product-badges {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge {
  padding: 10px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: url(../images/new.png) no-repeat;
  height: 50px;
  width: 50px;
  color: #fff;
}
.badge_no {
  color: #28a745;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.product-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--light-color);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-info {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-code {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

.product-info .product-title {
  color: #f00;
}

.product-title a {
  color: #4b7a00;
  text-decoration: none;
  transition: var(--transition);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title a:hover {
  color: var(--primary-color);
}

.product-category-badge {
  text-align: center;
  padding: 4px 8px;
  font-size: 16px;
}

.product-category-badge a {
  color: #4b7a00;
  text-decoration: none;
  transition: var(--transition);
}

.product-category-badge a:hover {
  color: #ff0000;
}

.product-price {
  margin-bottom: 12px;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.original-price {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: line-through;
}

.sale-price,
.current-price {
  font-size: 18px;
  font-weight: 700;
  color: #f00;
  text-align: center;
}

.product-action {
  padding: 0 15px 15px;
}

.variants button { 
  margin-bottom:5px;
}

.btn-home {
  padding: 5px 10px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  color: white;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.btn-outline-home {
  padding: 5px 10px;
  color: #2e9f3c;
  background-color: transparent;
  border: 1px solid #2e9f3c;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-outline-home:hover,
.btn-outline-home:focus,
.btn-outline-home:active,
.btn-outline-home.active,
.btn-outline-home:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #2e9f3c, #5ea700);
  border-color: #2e9f3c;
  box-shadow: none;
}

.btn-outline-home:focus-visible {
  outline: 0;
}


.btn-home:hover {
  background: linear-gradient(135deg, #5a9600, #65aa00);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(101, 170, 0, 0.4);
  color: white;
}

.btn-add-to-cart {
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(135deg, #2e9f3c, #5ea700);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-add-to-cart__text {
  display: inline-block;
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
  text-indent: 0;
  white-space: normal;
}

.btn-add-to-cart:hover {
  background-color: #3d6300;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(75, 122, 0, 0.3);
}

.btn-add-to-cart:active {
  transform: translateY(0);
}

.btn-add-to-cart svg {
  flex-shrink: 0;
}

/* Cart Notification */

.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4b7a00;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.cart-notification.show {
  transform: translateX(0);
  opacity: 1;
}

/* Danh sách sản phẩm */
.cart-products {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cart-products-total {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cart-item-popup {
  display: flex;
  gap: 10px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.cart-item {
  display: flex;
  gap: 12px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.cart-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #2e9f3c;
}

.cart-item-image {
  flex: 0 0 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cart-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #28a745;
}

/* Quantity controls */
.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 160px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: 2px solid #2e9f3c;
  background: white;
  color: #2e9f3c;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: #667eea;
  color: white;
  transform: scale(1.1);
}

.qty-btn:active {
  transform: scale(0.95);
}

.qty-input {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 600;
}

.qty-input:focus {
  outline: none;
  border-color: #667eea;
}

/* Price info */
.price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e9ecef;
}

.price-label {
  color: #718096;
  font-size: 0.95em;
}

.price-value {
  font-weight: 700;
  color: #2d3748;
  font-size: 1.1em;
}

.subtotal-value {
  color: #e53e3e;
  font-size: 1.2em;
}

/* Remove button */
.btn-remove {
  align-self: flex-start;
  padding: 8px 16px;
  background: #fc8181;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-remove:hover {
  background: #e53e3e;
  transform: translateX(-3px);
}

/* Payment summary */
#back_to_cart button {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

#back_to_cart button:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.payment-summary {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 20px;
  height: fit-content;
}
/* Phương thức thanh toán */
.payment-method {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.payment-method h6 {
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}

.payment-method .form-check {
  padding: 12px 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.payment-method .form-check:hover {
  border-color: #28a745;
  background: #f1f9f3;
}

.payment-method .form-check:last-child {
  margin-bottom: 0;
}

.payment-method .form-check-input {
  margin-top: 0.35rem;
  cursor: pointer;
}

.payment-method .form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.payment-method .form-check-label {
  cursor: pointer;
  font-size: 14px;
  color: #495057;
  padding-left: 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* Khi radio được chọn */
.payment-method .form-check:has(.form-check-input:checked) {
  border-color: #28a745;
  background: #e8f5e9;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
}

.payment-method .form-check:has(.form-check-input:checked) .form-check-label {
  color: #28a745;
  font-weight: 500;
}

/* Icon cho phương thức thanh toán (tùy chọn) */
.payment-method .form-check-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.summary-title {
  font-size: 1.5em;
  color: #2d3748;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 1em;
}

.summary-label {
  color: #718096;
  font-weight: 500;
}

.summary-value {
  font-weight: 700;
  color: #2d3748;
}

.total-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #e9ecef;
  font-size: 1.2em;
}

.total-value {
  color: #e53e3e;
  font-size: 1.5em;
}

.btn-checkout {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-checkout:active {
  transform: translateY(0);
}

.empty-cart {
  text-align: center;
  padding: 60px 20px;
  color: #718096;
}

.empty-cart i {
  font-size: 5em;
  margin-bottom: 20px;
  opacity: 0.3;
}

.empty-cart h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.cart-summary {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  transition: all 0.3s ease;
}

.cart-summary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.cart-total {
  font-size: 1.1em;
  margin-bottom: 8px;
}

.cart-amount {
  color: #27ae60;
  font-weight: bold;
}

.cart-time {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 15px;
}

.medical-section-separator {
  margin: 10px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.medical-cross-divider {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  margin: 20px 0;
}

.cross-line {
  width: 80%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #65aa00 50%,
    transparent 100%
  );
  position: relative;
}

.medical-cross {
  position: absolute;
  background: #65aa00;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* Order format page */
.success-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
}

.success-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.success-header {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: scaleIn 0.5s ease-out;
}

.success-icon i {
  font-size: 40px;
  color: #28a745;
}


/* ===== Thông tin chủ sở hữu website ===== */
.owner-info,
.branch-info {
    background: #f9f9f9;
    border-left: 4px solid #ff0000;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.owner-info h3,
.branch-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ff0000;
    font-family: "Comic Sans MS", cursive;
    font-size: 15px;
    font-weight: bold;
}

.owner-info ul,
.branch-info ul {
    padding-left: 18px;
    margin: 0;
}

.owner-info ul li,
.branch-info ul li {
    list-style: disc;
    margin-bottom: 6px;
    color: #008000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.owner-info strong,
.branch-info strong {
    color: #000;
    font-weight: bold;
}

/* ===== Chi nhánh ===== */
.branch-info h4 {
    margin: 10px 0 5px;
    color: #ff0000;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-weight: bold;
}

.branch-item ul li em {
    color: #555;
    font-style: italic;
    font-size: 13px;
}

/* Icon nhẹ cho dễ nhìn */
.branch-info li::marker {
    color: #ff0000;
}



/* --------------------- CHAT ZALO ------------------------ */
/* Định vị nút */
.zalo-button-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  flex-direction: column; /* xếp icon và chữ theo cột */
  align-items: center;
  gap: 10px;
}

/* Chữ “Liên hệ ngay” */
.zalo-label {
  background: #0068ff;
  margin-top: 5px; /* khoảng cách trên dưới giữa icon và chữ */
  color: #fff;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  animation: shake 1.5s infinite;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hiệu ứng rung */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}



/*--------------------------------- Responsive Media Quaries -----------------------------*/

/* Medium Device = 1200px */

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0 16px;
  }
}

@media only screen and(max-width: 1024px) {
  header .container {
    padding: 16px !important;
  }

  #header #logo {
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  #header #logo h1 {
    float: none;
  }

  #header #logo h1 a {
    display: block;
  }

  #header #logo a {
    line-height: normal;
  }

  #header #logo a img {
    height: 28px;
  }

  #header .pull-right {
    float: none !important;
    overflow: hidden;
    text-align: center;
    margin: 0;
  }

  #search,
  #social-icons {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

/* Medium Device = 992- 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo {
    display: block;
    padding: 12px 0px;
  }
  .header__menu ul li {
    margin-right: 45px;
  }
  .hero__categories__all {
    padding: 10px 25px 10px 20px;
  }
  .hero__categories ul {
    padding-left: 20px;
  }
  .latest-product__slider.owl-carousel .owl-nav {
    right: 0;
  }
  .product__details__tab .nav-tabs:before {
    width: 265px;
  }
  .product__details__tab .nav-tabs:after {
    width: 265px;
  }
  .shoping__discount form input {
    width: 240px;
  }

  #body #category .col-sm-12:nth-of-type(9),
  #body #category .col-sm-12:nth-of-type(10),
  #body #category .col-sm-12:nth-of-type(11),
  #body #category .col-sm-12:nth-of-type(12) {
    margin-bottom: 0;
  }

  .body-content .panel-default:last-child,
  .body-content .panel-default:last-child .panel-body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 15px;
  }

  #body .col-md-18,
  #body .col-sm-8 {
    width: 100%;
  }
  #body .col-sm-8 .right-top .panel-body,
  #body .col-sm-8 .support {
    display: none;
  }

  #body .col-sm-8 .right-top .panel-heading {
    background: url(../images/down.gif) no-repeat #f00 center bottom;
    background-size: 30px auto;
    margin-left: -16px;
    width: calc(100% + 56px) !important;
    border-radius: 0;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 16px;
  }

  #body .col-sm-8 .support-ol {
    display: inline-block;
    width: 33.33333%;
    float: left;
  }
  #body #category .col-sm-12 {
    width: 33.333333%;
  }
  .navbar-default {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .hero__search__form form input {
    width: 70%;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a {
    color: #fff !important;
  }
  .ddsmoothmenu-v {
    display: none;
  }

  .header__logo {
    display: block;
  }
  .header__logo a img {
    width: 320px;
    display: block;
  }
  .hero__categories {
    margin-bottom: 30px;
  }

  .categories__slider.owl-carousel .owl-nav button {
    left: -20px;
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
  .filter__sort .nice-select {
    padding-left: 5px;
    padding-right: 28px;
  }
  .product__details__quantity {
    margin-bottom: 10px;
  }
  .product__details__text .primary-btn {
    margin-bottom: 10px;
  }
  .product__details__tab .nav-tabs:before {
    width: 150px;
  }
  .product__details__tab .nav-tabs:after {
    width: 150px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .humberger__open {
    display: block;
    font-size: 22px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    padding-top: 50px;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__logo {
    margin-bottom: 30px;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__logo img {
    width: 240px;
  }
  .humberger__menu__contact {
    padding: 10px 0 13px;
  }
  .humberger__menu__contact ul li {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    line-height: 30px;
    list-style: none;
  }
  .humberger__menu__contact ul li i {
    margin-right: 5px;
    color: #65aa00;
    font-size: 14px;
    font-weight: bold;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #7fad39;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 25px;
  }
  .humberger__menu__widget {
    margin-bottom: 20px;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #7fad39;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: center;
    padding: 10px 0 24px;
  }
  .over_hid {
    overflow: hidden;
  }

  .row > div[class*="col-xs-4"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #wraper nav.show-bg .navbar-toggle span,
  #wraper nav.show-bg .navbar-toggle {
    background: transparent;
    border: 0;
  }
  #wraper nav.show-bg .navbar-toggle:before {
    content: "";
    background: url(../images/batsu.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  #wraper {
    position: relative;
  }
  #wraper nav {
    position: absolute;
    top: 0;
    width: 44px;
    height: 34px;
    right: 0;
  }

  #wraper .show-bg:before {
    content: "MENU";
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }

  #wraper nav .navbar-default {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  #wraper nav.show-bg {
    background: #6eb433;
    height: 100%;
    z-index: 99;
    width: 100%;
  }

  .navbar-default .navbar-nav li {
    overflow: hidden;
  }

  .navbar-default .navbar-nav li a {
    background-color: #ff7a00;
    font-size: 15px;
    border-left: 0;
  }

  .navbar-default .navbar-nav li .dropdown-menu li a {
    background-color: #fff !important;
  }

  #wraper nav .navbar-default .navbar-collapse {
    padding-top: 50px;
    border: none;
  }

  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    background: #6eb433;
    z-index: 999;
    top: 8px;
    margin-right: 0;
  }

  #menu-site-default .navbar-nav ul {
    border: 0;
  }

  #menu-site-default .navbar-nav > li > .dropdown-menu,
  #menu-site-default .navbar-nav > li > .dropdown-submenu {
    display: block;
    position: unset;
    width: 100%;
    padding: 0;
  }

  #menu-site-default .navbar-nav .dropdown-menu > li > a:hover,
  #menu-site-default .navbar-nav .dropdown-menu > li > a,
  #menu-site-default .navbar-nav .dropdown-submenu > li > a:hover,
  #menu-site-default .navbar-nav .dropdown-submenu > li > a {
    color: #111 !important;
    background: url(../images/menu-icon.png) no-repeat left 16px center #fff !important;
    line-height: 1.8 !important;
    font-size: 12px !important;
    display: block;
    font-weight: normal;
    font-style: normal;
    padding: 13px 16px 12px 30px;
  }

  .home-page a {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
  }

  .home-page a:hover {
    background-color: #ff0707 !important;
  }

  #header #logo {
    padding: 0 !important;
  }

  #search {
    margin: 10px 0;
    max-width: 550px;
    margin-bottom: 0;
  }

  #top {
    background: #6eb433;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 5px;
    margin-top: 5px;
  }

  #footer .footer-top .left,
  #footer .footer-top .right {
    width: 50%;
  }

  .sidebar .panel-default > .panel-heading {
    text-align: center;
  }

  #top {
    width: calc(100% + 32px) !important;
    font-size: 12px;
  }

  #search form {
    padding: 0 0 10px !important;
  }

  header .container {
    padding-bottom: 0 !important;
  }
}

/* Mobile Device = up to 767px */
@media only screen and (max-width: 767px) {

  iframe[src*="youtube.com"] {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        display: block;
        max-width: 100%;
  }

  .cart_postion {
    padding-right: 10px;
  }
  .cart-item {
    gap: 2px;
  }
  .cart-products,
  .cart-products-total {
    padding: 16px;
    border-radius: 12px;
  }
  .cart-item {
    gap: 10px;
    align-items: flex-start;
    padding: 14px;
    flex-wrap: wrap;
  }
  .cart-item-image {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    padding: 6px;
  }
  .cart-item-number {
    flex: 0 0 auto;
    align-self: flex-start;
  }
  .cart-item-info {
    flex: 1 1 calc(100% - 104px);
    min-width: 0;
    gap: 8px;
  }
  .cart-item-title {
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .price-info {
    display: grid;
    gap: 6px;
    min-width: 0;
  }
  .price-info > div {
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .quantity-control {
    max-width: 100%;
    gap: 8px;
  }
  .qty-btn {
    width: 32px;
    height: 32px;
  }
  .qty-input {
    width: 56px;
    min-width: 56px;
  }
  .btn-remove {
    width: 100%;
    justify-content: center;
  }
  .cart-item-popup {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cart-item-popup .cart-info,
  .cart-items .cart-info {
    min-width: 0;
  }
  .cart-item-popup .cart-title,
  .cart-items .cart-title {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .cart-icon-btn {
    font-size: 0; /* ẩn text mà vẫn giữ icon */
    padding: 8px;
    background: transparent;
    color: #2e9f3c;
    box-shadow: none;
  }

  .cart-icon-btn i {
    font-size: 35px; /* vẫn hiện icon to rõ */
  }

  .cart-badge {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .header__logo {
    display: block;
  }

  .header__logo a img {
    width: 320px;
    display: block;
  }

  .hero__categories {
    margin-bottom: 30px;
  }
  .hero__search {
    margin-bottom: 30px;
  }
  .hero__search__form {
    width: 80%;
  }
  .hero__search__form form input {
    width: 80%;
    border-radius: 1rem;
  }
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .hero__search__phone {
    float: left;
    margin-top: 30px;
  }
  .categories__slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .categories__slider.owl-carousel .owl-nav button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright__text {
    float: none;
    margin-bottom: 25px;
  }
  .footer__copyright__payment {
    float: none;
  }
  .filter__item {
    text-align: center;
  }
  .filter__option {
    text-align: center;
  }
  .product__details__pic {
    margin-bottom: 40px;
  }
  .product__details__tab .nav-tabs:before {
    display: none;
  }
  .product__details__tab .nav-tabs:after {
    display: none;
  }
  .shoping__cart__table {
    overflow-y: auto;
  }
  .shoping__discount form input {
    margin-bottom: 15px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }

  .humberger__open {
    display: block;
    font-size: 22px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    padding-top: 50px;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper a img {
    width: 240px;
  }
  .humberger__menu__logo {
    margin-bottom: 30px;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__contact {
    padding: 10px 0 13px;
  }
  .humberger__menu__contact ul li {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    line-height: 30px;
    list-style: none;
  }
  .humberger__menu__contact ul li i {
    color: #252525;
    margin-right: 5px;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #7fad39;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 25px;
  }
  .humberger__menu__widget {
    margin-bottom: 20px;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #7fad39;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: center;
    padding: 10px 0 24px;
  }
  .over_hid {
    overflow: hidden;
  }

  .row > div[class*="col-xs-4"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart-dropdown {
    width: 280px;
  }

  #footer .footer-top .left,
  #footer .footer-top .right {
    width: 100%;
  }

  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n) {
    width: calc((100% - 32px) / 3) !important;
    margin-right: 16px;
  }

  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    margin-right: 0;
  }
  .copyright {
    padding: 10px 16px;
  }
  .copyright span {
    display: block;
  }
  .copyright span,
  .copyright a {
    font-size: 11px;
    line-height: 1.4;
  }

  .hotline-header {
    display: inline !important;
  }

  .hotline-top {
    flex-direction: column;
    gap: 6px;
    margin-top: 5px;
  }

  .hotline-inline {
    justify-content: flex-start;
  }
  .hotline-inline li {
    margin-top: 5px;
  }
}
/* Extra Small Device = up to 479px */
@media only screen and (max-width: 479px) {
  .cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }
  .cart-item-image {
    flex: none;
    width: 72px;
    height: 72px;
  }
  .cart-item-number {
    grid-column: 2;
    justify-self: start;
  }
  .cart-item-info {
    grid-column: 2;
    flex: none;
    min-width: 0;
  }
  .price-info > div,
  .cart-item-title {
    font-size: 12px;
  }
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .featured__controls ul li {
    margin-bottom: 10px;
  }
  .product__details__text ul li b {
    width: 100px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 20px;
  }
  .shoping__cart__btns {
    text-align: center;
  }
  .primary-btn.cart-btn.cart-btn-right {
    float: none;
    margin-top: 10px;
  }
  .shoping__checkout .primary-btn {
    display: block;
    text-align: center;
    padding: 10px 15px 10px;
  }
  .map .map-inside {
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
  }
  .map .map-inside .inside-widget {
    width: 250px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 15px;
  }
  .shoping__discount form input {
    width: 100%;
  }
  .checkout__order {
    padding: 20px;
  }
  .blog__details__hero__text h2 {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  .header__logo {
    padding: 15px 0;
  }
  .header__logo a img {
    width: 230px;
    display: block;
  }
  #top .hidden {
    display: block !important;
  }

  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n),
  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    width: calc((100% - 16px) / 2) !important;
    margin-right: 16px;
  }

  #body #category .col-sm-12:nth-of-type(2n),
  #products .col-sm-12:nth-of-type(2n) {
    margin-right: 0;
  }

  #header #logo h1 {
    text-align: left !important;
  }

  .shop-detail .images-thumb,
  .shop-detail .content-detail {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 32px;
  }
  #body .col-sm-8 .support-ol {
    width: 100%;
  }
  .panel-default > .panel-heading {
    font-size: 15px;
  }
  .support-ol .name-phone span.name {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .hotline-list li {
    min-width: 100%;
  }

  #body #category .col-sm-12 {
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #eee !important;
  }
  #header #logo a img {
    height: auto;
    width: 100%;
  }
  #top {
    font-size: 12px !important;
  }
  #top .hidden {
    display: block !important;
  }
  #header #logo a img {
    width: auto;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination .page-item {
    margin: 2px;
  }

  .pagination .page-link {
    padding: 0.3rem 0.5rem;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .pagination {
    font-size: 14px;
  }

  .pagination .page-link {
    padding: 0.25rem 0.5rem;
  }

  .pagination .page-item {
    margin-bottom: 4px;
  }

  .pagination.flex-wrap {
    flex-wrap: wrap;
  }
  .price-stock-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-detail .panel-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-detail .images-thumb,
  .shop-detail .content-detail {
    margin-bottom: 20px;
  }

  .shop-detail .product_info li h2 {
    font-size: 18px;
  }

  .shop-detail .variant-btn {
    width: 100%;
  }

  .shop-detail .hotline-list li {
    width: 100%;
  }

  .shop-detail .socaial-share .button_share,
  .shop-detail .order-buttons .btn-order {
    width: 100%;
    display: block;
  }

  .shop-detail .socaial-share,
  .shop-detail .order-buttons {
    flex-direction: column;
  }

  .shop-detail .socaial-share,
  .shop-detail .order-buttons,
  .shop-detail .variants,
  .shop-detail .hotline-list,
  .shop-detail .price-stock-row {
    max-width: 100%;
  }

  .shop-detail .order-buttons .btn-order + .btn-order {
    margin-top: 10px;
  }

  .shop-detail .tabs .nav-tabs > li {
    float: none;
    width: 100%;
  }

  .shop-detail .tabs .nav-tabs > li > a {
    display: block;
  }

  .shop-detail .tab-content {
    overflow-x: auto;
  }

  .shop-detail .tab-content,
  .shop-detail .tab-pane,
  .shop-detail .product_info,
  .shop-detail .product_info li {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .shop-detail .tab-content img,
  .shop-detail .tab-content iframe,
  .shop-detail .tab-content table {
    max-width: 100%;
  }

  .shop-detail .tab-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shop-detail .tab-content iframe,
  .shop-detail .tab-content embed,
  .shop-detail .tab-content object {
    width: 100% !important;
  }

}

@media (max-width: 395px) {
  #header #logo a img {
    height: 25px;
  }
  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n),
  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 357px) {
  #header #logo a img {
    height: 21px;
  }
}

/* Footer */

#footer .footer-copyright a {
  color: #fff;
}
#footer .footer-copyright .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#footer .footer-copyright .menu li {
  display: inline-block;
}
#footer .footer-copyright .menu li a {
  display: inline-block;
  white-space: nowrap;
}
#footer .footer-copyright .menu li span {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer-copyright .menu li.top {
  padding: 0 4px;
  background: #428bca;
  color: #fff;
  -webkit-border-radius: 2px;
  margin-left: 10px;
}
#footer .footer-copyright .menu li.top .fa {
  margin-right: -2px;
}
#footer .footer-copyright .theme-change {
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

/* Page break line */
.nv-hr {
  clear: both;
  height: 1px;
  border-bottom: 1px #dadada solid;
  margin: 10px 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nv-hr.nv-hr-lg {
  margin: 20px 0;
}
.nv-hr.nv-hr-sm {
  margin: 5px 0;
}

/* Social share, social button */
.nv-social-share {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nv-social-share li {
  display: inline-block;
}
.nv-social-share li.facebook {
  position: relative;
  padding-right: 40px;
}

/* Form control */
.nv-captcha {
  vertical-align: middle;
}

/* List item */
.nv-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #4b7a00;
}
.nv-list-item span {
  color: #4b7a00;
}
.nv-list-item li {
  padding: 1px;
  margin: 0;
}
.nv-list-item.sm li {
  padding: 2px;
}
.nv-list-item.xsm li {
  padding: 1px;
}
.nv-list-item.lg li {
  padding: 10px;
}

/* Block global */
.nv-block-banners {
  position: relative;
  margin-bottom: 2px;
  text-align: center;
}
.nv-block-banners .link {
  position: absolute;
  top: 0;
  left: 0;
}
.nv-block-banners img {
  max-width: 100% !important;
  height: auto;
}
.nv-block-rss li {
  border-bottom: 1px #dadada solid;
}
.nv-block-rss li:last-child {
  border: none;
  padding-bottom: 0;
}
.nv-block-rss li:first-child {
  padding-top: 0;
}
.nv-block-rss img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* Info die */
.nv-infodie {
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px #dadada solid;
  background: #fff;
  position: absolute;
  min-height: 300px !important;
  min-width: 300px !important;
  display: table;
}
.nv-infodie .panel-body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.panel-body p {
  margin: 0px;
}
.panel-body ul {
  margin: 0px;
  padding: 0px;
}

.panel-body img {
  margin-right: 5px;
}

.nv-infodie .logo {
  max-width: 90% !important;
}

/* Form */
input[type="checkbox"],
input[type="radio"] {
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: 0px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled:checked:before,
input[type="radio"]:disabled:checked:before {
  opacity: 0.7;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  font: normal 14px/1 "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  margin: 0px 0 0 0px;
  color: #1e8cbe;
}

input[type="radio"]:checked:before {
  content: "\2022";
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #1e8cbe;
}

.img-thumbnail {
  height: auto !important;
}

.navbar-inverse {
  background-color: #0855a1;
  border-color: #043c72;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #043c72;
}

.list-inline .hidden-xs a {
  color: #848484;
}
.list-inline .hidden-xs a:hover {
  color: #0066cc;
}
.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px;
}
.panel-primary > .panel-heading > a {
  color: #fff;
}
.panel-primary > .panel-heading > a:hover {
  color: #ddd;
}
table caption {
  color: #0066cc;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  padding: 0px 0 5px 2px;
}

blockquote {
  font-size: 13px;
}

.modal-header .close {
  margin-top: -2px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#sb-container {
  z-index: 99999999 !important;
}

.pointer {
  cursor: pointer;
}

.chromeframe {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100% !important;
  z-index: 99999999999999 !important;
  background: #ffff00 !important;
  color: #000 !important;
  height: 25px;
  line-height: 25px;
  padding: 0.2em 0;
  text-align: center !important;
}
#timeoutsess {
  display: none;
}

#timeoutsess a {
  color: #0000ff !important;
}
.border {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0;
}
.border2 {
  border: none;
}
#page {
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}
#page h1 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: -2px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px 0;
}
#page h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px;
  font-style: italic;
  margin: 40px 0 0 0;
}
#page h3 {
  float: right;
}
#page h3 a {
  font-weight: normal;
  font-size: 16px;
  color: #004499;
}
#page h3 a:hover {
  color: #333;
}
.hot {
  background: url(../images/hot.png) no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.new {
  background: url(../images/new.png) no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  margin-left: 140px;
  margin-top: -50px;
  z-index: 30;
}
#top {
  width: 1080px;
  margin: 0 auto;
  font-weight: bold;
  color: #f00;
  text-transform: uppercase;
  font-size: 15px;
}
#top strong {
  text-shadow: 1px 1px 1px #ffe000;
  font-size: 19px;
}
.border {
  border: 1px solid #eee;
}
.support-ol .name-phone span.phone {
  color: #f00;
}
.ddsmoothmenu-v ul li a {
  color: #f00 !important;
  /*text-transform:uppercase;*/
  text-shadow: 1px 1px 1px #ffe000;
}
.thumbnail > img,
.thumbnail a > img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.keywords {
  display: none;
}

/* css new 28/04 */

.row-top {
  background: #6eb433;
  color: #fff;
  padding: 5px;
  margin: 0;
}

#wraper {
  max-width: 1200px;
  width: 100% !important;
}

#body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#header #logo a {
  outline: none;
}

a {
  transition: all ease-in-out 0.3s;
  outline: none;
}

.images-thumb img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Removed empty ruleset for .shop-detail .images-thumb #imageproduct */
.shop-detail .images-thumb .tab-pane {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(101, 170, 0, 0.2);
  padding: 8px;
}

.shop-detail .images-thumb .tab-pane a {
  color: #fff;
}

.shop-detail .product_info li h2 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}

.shop-detail .product_info .price .money {
  font-size: 18px;
}
.shop-detail .product_info li .text-justify {
  line-height: 20px;
}
.shop-detail .product_info li .text-justify strong {
  font-weight: 700;
}

.shop-detail .variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-detail .variant-btn {
  margin: 0;
}

.shop-detail .home-product-section {
  width: 100%;
}

.shop-detail .home-product-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

.shop-detail .home-product-row > [class*="col-"] {
  float: none;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.shop-detail .home-product-row .product-card {
  width: 100%;
}

@media (max-width: 991px) {
  .shop-detail .home-product-row > [class*="col-"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .shop-detail .home-product-row > [class*="col-"] {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.price-stock-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        .price-stock-row .price {
            flex: 1;
            margin-bottom: 0;
        }

        .price-stock-row .stock-status {
            margin-bottom: 0;
        }

        .price p {
            margin: 0;
        }

        .money {
            color: #e74c3c;
            font-size: 24px;
            font-weight: bold;
        }

        /* Stock Status Button Style */
        .stock-status {
            display: flex;
            align-items: center;
        }

        .stock-status-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 5px 10px;
            background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: default;
            box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .stock-status-btn:hover {
            box-shadow: 0 4px 12px rgba(46, 204, 113, 0.4);
            transform: translateY(-2px);
        }

        .stock-status-btn i {
            font-size: 16px;
        }

        /* Out of Stock Style */
        .stock-status-btn.out-of-stock {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
        }

        .stock-status-btn.out-of-stock:hover {
            box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
        }


.hotline-box {
  list-style: none;
  margin: 0;
}

.hotline-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hotline-list {
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng */
  justify-content: space-between; /* Canh đều mỗi hàng */
  gap: 8px; /* Khoảng cách giữa các số */
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotline-list li {
  flex: 1 1 auto; /* Mỗi số tự co giãn */
  min-width: 150px; /* Đảm bảo không bị quá nhỏ */
  text-align: center;
}

.hotline-list a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 6px 10px;
  font-weight: 700;
  color: #f00;
  font-size: 18px;
  transition: all 0.2s ease;
}

.hotline-list a:hover {
  color: #dc3545;
}

.socaial-share {
  padding: 5px 0;
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.socaial-share .button_share {
  width: auto;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  height: auto;
  min-height: 42px;
  padding: 8px 10px;
  outline: none;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}

.socaial-share .facebook {
  background: #1877f2;
  border-color: #1877f2;
}

.socaial-share .twitter {
  background: #1da1f2;
  border-color: #1da1f2;
}

.socaial-share .linkedin {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}

.socaial-share .button_share:hover,
.socaial-share .button_share:focus {
  color: #fff;
  opacity: 0.92;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.socaial-share .button_share i {
  font-size: 20px;
  line-height: 1;
  margin-right: 6px;
}

.order-buttons .btn-order {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  font-weight: 700;
}

.order-buttons {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.order-buttons .btn-order + .btn-order {
  margin-left: 0;
}

.order-buttons .btn-danger {
  background: rgb(221, 42, 42);
  border-color: #d9dee3;
  color: #fff;
}

.order-buttons .btn-danger:hover,
.order-buttons .btn-danger:focus {
  background: #f00;
  border-color: #cfd6dd;
  color: #fff;
}

.order-buttons .btn-success {
  background: #65aa00;
  border-color: #65aa00;
  color: #fff;
}

.order-buttons .btn-success:hover,
.order-buttons .btn-success:focus {
  background: #578f00;
  border-color: #578f00;
  color: #fff;
}

.tabs .nav-tabs li a {
  outline: none;
  font-size: 14px;
  color:#4b7a00;
}

.tabs .tab-content {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 20px 32px 40px;
  border-top: 0;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 1.8;
}

.tabs .tab-content .form-review > div {
  width: 100%;
  margin-bottom: 12px;
}

.tab-content > .active {
  padding: 0;
}

.tabs .tab-content .tab-pane p {
  line-height: 26px;
}

#products .row > [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

#body #category .col-sm-12,
#products .col-sm-12 {
  padding: 0 !important;
  margin-bottom: 40px;
  width: calc((100% - 48px) / 4) !important;
  margin-right: 16px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  vertical-align: top;
  float: none;
  word-spacing: 0;
}
#body #category .col-sm-12:nth-of-type(n + 1) {
  border-right: 1px solid #f0f0f0;
}
#body #category .col-sm-12:nth-of-type(4n),
#products .col-sm-12:nth-of-type(4n) {
  margin-right: 0;
}

.body-content #category .list-product {
  font-size: 0;
}

#body #category .col-sm-12 .thumbnail,
#products .col-sm-12 .thumbnail {
  padding: 0;
  margin-bottom: 0;
}

#body #category .col-sm-12 .thumbnail > div,
#products .col-sm-12 .thumbnail > div {
  height: auto !important;
}

.thumbnail > img,
.thumbnail a > img {
  width: auto !important;
  max-width: 100% !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.hot {
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0;
  top: -1px;
  left: -3px;
  font-size: 12px;
}
.new {
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0;
  top: -8px;
  left: -8px;
  font-size: 12px;
}

.thumbnail {
  /*border: 1px solid #eee;*/
  padding: 10px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
}

.thumbnail .image_center {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_pro {
  min-height: 20px;
  color: #666;
  font-size: 14px;
}

.thumbnail .caption {
  padding-bottom: 0;
  position: relative;
}

.thumbnail .caption .price {
  margin-bottom: 10px;
}
.thumbnail .caption .price span {
  padding: 0;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: normal;
}

.thumbnail .caption .clearfix a {
  display: block;
}

.thumbnail .caption .clearfix a {
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  border: 0;
  background: none;
  color: #f00 !important;
  text-shadow: 1px 1px 1px #ffe000;
  margin-left: -9px;
  width: calc(100% + 18px);
  outline: none;
}

.thumbnail .caption .clearfix a:hover {
  background: #6eb433;
}

.thumbnail .caption .clearfix a button {
  background: none;
  color: #f00 !important;
  border: none;
  text-shadow: 1px 1px 1px #ffe000;
  padding: 0;
  margin: 0;
  outline: none;
}

.thumbnail .caption .clearfix a button:active {
  box-shadow: none;
}

.sidebar {
  padding-right: 24px !important;
}

.sidebar .panel-default > .panel-heading {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 16px;
}

.panel-default > .panel-heading {
  color: #4b7a00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* product under detail */

.nv-social-share li.facebook {
  padding-right: 0;
}

.fb_iframe_widget {
  margin-right: 0;
}

.pagination .page-link {
  border-color: #4b7a00;
}

.page-link:hover {
  background-color: #65aa00; /* xanh lá sáng */
  border-color: #4b7a00; /* xanh đậm */
  color: #fff; /* chữ trắng */
}

.page-item.disabled .page-link {
  border-color: #4b7a00; /* giữ border xanh đậm */
  color: #aaa; /* chữ xám nhạt */
}

.page-item.active .page-link {
  background-color: #aadd55; /* xanh sáng tươi */
  border-color: #65aa00; /* xanh lá sáng */
  color: #2e4d00; /* chữ xanh đậm dễ đọc */
  font-weight: 600;
}

.pagination > li > a,
.pagination > li > span {
  width: 42px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
}

.input-group-btn > .btn {
  height: 100%;
  width: 40px;
  padding: 0;
  line-height: 22px;
}

.input-group-btn > .btn .fa {
  font-size: 13px !important;
}

/* menu top */
.ddsmoothmenu-v ul li a {
  background-position: left center !important;
  padding: 10px 16px !important;
}

#menu-site-default .navbar-nav > li > .dropdown-menu {
  padding: 0;
}
#menu-site-default .navbar-nav .dropdown-menu > li > a {
  padding: 13px 16px 12px 30px;
  background-position: left 16px center;
}

#menu-site-default .navbar-nav .dropdown-menu > li > a:hover {
  color: #fff;
  background: url(../images/menu-icon-hover.png) no-repeat left 16px center
    #ff7a00;
}

#footer .nv-block-banners {
  background: #fff;
}

#footer .panel-body > div:last-child {
  margin-bottom: 0;
}

.copyright {
  text-align: center;
  background: #000;
  padding: 5px 16px;
  color: #fff;
}

.copyright a {
  font-style: normal;
}

.copyright a:hover {
  color: #ffe000;
}

/* page content right */

.page-content .border-content {
  border: 1px solid #f0f0f0;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 16px;
}

.page-content h1 {
  font-size: 30px;
  line-height: 1.6;
  color: #6eb433;
  margin-bottom: 20px;
}

.page-content .border-content .bodytext p {
  line-height: 1.6;
}

/* news */

.news_column .panel {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
  margin: 0;
}

.news_column .panel .panel-body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.news_column .panel a.images {
  height: 148px;
  float: left;
  overflow: hidden;
  margin-right: 16px;
}

.news_column .panel a.images .img-thumbnail,
.news_column .panel a.images .imghome {
  padding: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.news_column .panel .panel-body h3 {
  font-size: unset !important;
  margin-bottom: 12px !important;
  font-weight: normal;
}

.news_column .panel .panel-body h3 a {
  color: #6eb433;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  font-weight: normal;
  outline: none;
}

.news_column .panel .panel-body h2 {
  margin-bottom: 12px !important;
}

.news_column .panel .panel-body h2 {
  font-weight: normal;
}
.news_column .panel .panel-body h2 a {
  font-size: 22px;
  color: #6eb433;
  font-style: normal;
  line-height: 30px;
  font-weight: normal;
  outline: none;
}

.news_column.detail-news {
  padding: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  margin-top: 18px;
}
.news_column.detail-news .panel-body h1 {
  margin-bottom: 12px !important;
  line-height: 1.8;
}

.news-page {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 16px;
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fff3, #ffffff 58%, #f2fae9);
  box-shadow: 0 12px 30px rgba(31, 122, 37, 0.08);
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #e7f7db;
  color: #2c9b28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-hero__title {
  margin: 14px 0 10px;
  color: #17301a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

.news-hero__text {
  margin: 0;
  max-width: 720px;
  color: #556356;
  font-size: 16px;
  line-height: 1.75;
}

.news-hero__media {
  align-self: stretch;
}

.news-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 280px;
  object-fit: cover;
  border: 0;
  border-radius: 12px;
}

.news-featured-card,
.news-list-card,
.news-detail-card,
.news-card {
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.08);
}

.news-featured-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.news-featured-card__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 0;
}

.news-featured-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #6f7d71;
  font-size: 13px;
}

.news-featured-card__title,
.news-card__title,
.news-list-card__title {
  margin: 0;
}

.news-featured-card__title a,
.news-card__title a,
.news-list-card__title a,
.news-detail-card h1 {
  color: #17301a;
  text-decoration: none;
}

.news-featured-card__title a {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.news-featured-card__title a:hover,
.news-card__title a:hover,
.news-list-card__title a:hover {
  color: #2c9b28;
}

.news-featured-card__text {
  margin: 0;
  color: #566357;
  font-size: 15px;
  line-height: 1.8;
}

.news-featured-card__admin {
  margin: auto 0 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.news-card:hover,
.news-featured-card:hover,
.news-list-card:hover {
  transform: translateY(-4px);
  border-color: rgba(44, 155, 40, 0.22);
  box-shadow: 0 16px 36px rgba(31, 122, 37, 0.12);
}

.news-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 0;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 18px;
  min-height: 176px;
}

.news-card__title a {
  color: #17301a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.news-card__link,
.news-list-card__link {
  color: #2c9b28;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.news-card__link:hover,
.news-list-card__link:hover {
  color: #185f1d;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.news-list-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
}

.news-list-card__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fcf7, #eff8eb);
  color: #2c9b28;
  font-size: 20px;
  font-weight: 800;
}

.news-list-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.news-list-card__title a {
  color: #17301a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.news-pagination {
  display: flex;
  justify-content: center;
}

.news-detail-card {
  margin-top: 18px;
  padding: 24px 26px;
}

.news-detail-head h1 {
  margin: 14px 0 10px;
  color: #17301a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

.news-meta--detail {
  margin-bottom: 10px;
}

.news-detail-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}

.news-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(44, 155, 40, 0.18);
  border-radius: 999px;
  background: #f7fff2;
  color: #2c9b28;
  text-decoration: none;
}

.news-detail-actions a:hover {
  background: #ebf9df;
  color: #185f1d;
}

.news-detail-body {
  color: #314533;
  font-size: 16px;
  line-height: 1.85;
}

.news-detail-body img {
  border-radius: 12px;
}

.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4 {
  color: #17301a;
}

.news-detail-card .well,
.news-detail-card .alert,
.news-detail-card #hometext {
  margin-bottom: 18px;
}

.news-detail-card .keywords,
.news-detail-card .adminlink,
.news-detail-card .related {
  color: #516152;
}

.news-detail-card .keywords a,
.news-detail-card .related a {
  color: #244826;
  text-decoration: none;
}

.news-detail-card .keywords a:hover,
.news-detail-card .related a:hover {
  color: #2c9b28;
}

@media (max-width: 1199px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .news-hero,
  .news-featured-card {
    grid-template-columns: 1fr;
  }

  .news-hero__title,
  .news-detail-head h1 {
    font-size: 28px;
  }

  .news-featured-card__title a {
    font-size: 24px;
  }

  .news-list-card__body {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .news-hero,
  .news-detail-card {
    padding: 18px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-list-card {
    grid-template-columns: 1fr;
  }

  .news-list-card__count {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .news-card__title a,
  .news-list-card__title a {
    font-size: 18px;
  }

  .news-card__body,
  .news-featured-card__body {
    padding: 18px;
  }
}

#idcomment {
  height: auto;
}

#idcomment .btn-primary {
  margin-top: 0;
}

#social-icons {
  font-size: 5px;
}

#social-icons ul li a:hover {
  background: #f00;
  color: #fff;
}
#social-icons ul li:last-child a {
  margin-right: 0;
}

.cert-icons {   
  text-align: center;
  padding-top: 6px;
}


.cert-icons img {  
  height: 50px;
  width: 130px;

}

.home-page a {
  background: rgb(255, 122, 0);
}

.money,
.thumbnail .caption .price span {
  color: #f00 !important;
  font-weight: 700;
}

.sidebar .support .panel-default .panel-heading {
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

.support-ol .name-phone span.name,
.support-ol .name-phone span.phone {
  font-size: 14px !important;
}

#category .row > [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

#category .page-header {
  margin-top: 10px;
}
#category .page-header h1 {
  font-size: 16px !important;
  font-weight: bold;
}

/* Contact page */
.contact-page,
.contact-showcase {
  padding: 10px 0 24px;
}

.content-page-list,
.content-detail-page {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 16px;
}

.content-hero {
  padding: 24px 26px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fff3, #ffffff 58%, #f2fae9);
  box-shadow: 0 12px 30px rgba(31, 122, 37, 0.08);
}

.content-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #e7f7db;
  color: #2c9b28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-hero__title,
.content-detail-head h1 {
  margin: 14px 0 10px;
  color: #17301a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

.content-hero__text,
.content-detail-desc {
  margin: 0;
  color: #556356;
  font-size: 16px;
  line-height: 1.75;
}

.content-card-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-card {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.08);
}

.content-card__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.content-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px;
}

.content-card__title {
  margin: 0;
}

.content-card__title a {
  color: #17301a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.content-card__title a:hover,
.content-card__link:hover,
.content-related-list a:hover {
  color: #2c9b28;
}

.content-card__text {
  margin: 0;
  color: #566357;
  font-size: 15px;
  line-height: 1.8;
}

.content-card__link {
  margin-top: auto;
  color: #2c9b28;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.content-pagination {
  display: flex;
  justify-content: center;
}

.content-detail-card,
.content-related-card {
  padding: 24px 26px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.08);
}

.content-detail-share {
  margin: 0 0 18px;
}

.content-detail-media img {
  border-radius: 12px;
}

.content-detail-note {
  display: block;
  margin: 10px 0 0;
  color: #6b796c;
}

.content-detail-body {
  color: #314533;
  font-size: 16px;
  line-height: 1.85;
}

.content-detail-body h2,
.content-detail-body h3,
.content-detail-body h4 {
  color: #17301a;
}

.content-related-card h2 {
  margin: 0 0 14px;
  color: #17301a;
  font-size: 24px;
  font-weight: 800;
}

.content-related-list {
  margin: 0;
}

.content-related-list a {
  color: #244826;
  text-decoration: none;
}

.contact-page .contact-section-card,
.contact-showcase .contact-section-card {
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.08);
}

.contact-page .contact-section-head h2,
.contact-showcase .contact-section-head h2 {
  color: #17301a;
  font-size: 28px;
  font-weight: 800;
}

.contact-page .contact-section-head p,
.contact-page .contact-branch-line span,
.contact-page .contact-branch-note,
.contact-page .contact-form-card .form-group label,
.contact-showcase .contact-section-head p,
.contact-showcase .contact-branch-line span,
.contact-showcase .contact-branch-note,
.contact-showcase .contact-form-card .form-group label {
  color: #516152;
}

@media (max-width: 991px) {
  .content-card {
    grid-template-columns: 1fr;
  }

  .content-hero__title,
  .content-detail-head h1,
  .contact-page .contact-section-head h2,
  .contact-showcase .contact-section-head h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .content-hero,
  .content-detail-card,
  .content-related-card {
    padding: 18px;
  }

  .content-card__body {
    padding: 18px;
  }

  .content-card__title a {
    font-size: 20px;
  }
}

.contact-page-head {
  margin-bottom: 18px;
}

.contact-page-title {
  margin: 0 0 10px;
  color: #21351b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.contact-page-subtitle {
  margin: 0;
  color: #5a6b52;
  font-size: 15px;
  line-height: 1.7;
}

.contact-section-card {
  background: #fff;
  border: 1px solid #e7efe2;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(48, 78, 34, 0.08);
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f3dc;
  color: #4b7a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-section-head p {
  margin: 0;
  color: #5a6b52;
  font-size: 15px;
  line-height: 1.7;
}

.contact-layout > [class*="col-"] {
  margin-bottom: 18px;
}

.contact-two-column {
  display: flex;
  flex-wrap: wrap;
}

.contact-two-column > [class*="col-"] {
  display: flex;
}

.contact-section-card {
  padding: 24px;
  width: 100%;
  height: 100%;
}

.contact-section-head {
  margin-bottom: 18px;
}

.contact-section-head h2 {
  margin: 0 0 8px;
  color: #21351b;
  font-size: 24px;
  font-weight: 700;
}

.contact-quick-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.contact-quick-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid #d9e7d1;
  border-radius: 12px;
  background: #fff;
  color: #2f4a23;
  font-weight: 600;
  text-decoration: none;
}

.contact-quick-btn.primary {
  background: linear-gradient(135deg, #4b7a00, #6ba300);
  border-color: #4b7a00;
  color: #fff;
}

.contact-branch-list {
  display: grid;
  gap: 16px;
}

.contact-branch-card {
  border: 1px solid #e6eddc;
  border-radius: 16px;
  background: #fbfdf8;
  padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-branch-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(75, 122, 0, 0.08);
}

.contact-branch-card.is-selected {
  border-color: #8fb44a;
  box-shadow: 0 0 0 3px rgba(111, 154, 40, 0.12);
}

.contact-branch-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.contact-branch-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4b7a00, #76a91e);
  color: #fff;
  font-size: 18px;
}

.contact-branch-meta h3 {
  margin: 0 0 4px;
  color: #23381c;
  font-size: 20px;
  font-weight: 700;
}

.contact-branch-meta span {
  color: #728267;
  font-size: 13px;
}

.contact-branch-body {
  display: grid;
  gap: 10px;
}

.contact-branch-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #355226;
  font-weight: 600;
  text-decoration: none;
}

.contact-branch-phone {
  color: #7d1616;
}

.contact-branch-note {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px dashed #d7e2cb;
  color: #4e6047;
  font-size: 14px;
  line-height: 1.7;
}

.contact-branch-note p:last-child {
  margin-bottom: 0;
}

.contact-form-card .form-group label {
  color: #2f4028;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-form-card .form-control {
  height: 46px;
  border: 1px solid #dbe6d3;
  border-radius: 12px;
  box-shadow: none;
  padding: 10px 14px;
}

.contact-form-card textarea.form-control.contact-message {
  min-height: 140px;
  height: auto;
  resize: vertical;
}

.contact-form-card .form-control:focus {
  border-color: #7daa33;
  box-shadow: 0 0 0 3px rgba(125, 170, 51, 0.16);
}

.contact-captcha-box {
  margin: 16px 0 20px;
  padding: 16px;
  border: 1px solid #e6eddc;
  border-radius: 14px;
  background: #f9fcf4;
}

.contact-captcha-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.contact-captcha-head label {
  margin: 0;
}

.contact-captcha-refresh {
  border: 0;
  background: transparent;
  color: #4b7a00;
  font-size: 18px;
}

.contact-captcha-body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-captcha-body img {
  border-radius: 10px;
  border: 1px solid #dbe6d3;
  background: #fff;
}

.contact-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-btn-primary,
.contact-btn-secondary {
  min-width: 140px;
  height: 44px;
  border-radius: 12px;
  font-weight: 700;
}

.contact-btn-primary {
  border-color: #1d9e75;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #fff;
}

.contact-btn-secondary {
  border-color: #1d9e75;
  background: #fff;
  color: #1d9e75;
}

.contact-alert {
  border-radius: 14px;
  margin-bottom: 16px;
}

.contact-showcase {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-hero-card {
  padding: 42px 30px 34px;
  border: 1px solid #e5ece0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
  text-align: center;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #0f6e56;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-hero-badge span,
.contact-branch-tag span,
.contact-tab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.contact-hero-card h1 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-hero-card p {
  max-width: 760px;
  margin: 0 auto;
  color: #5b6473;
  font-size: 16px;
  line-height: 1.8;
}

.contact-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-action-btn,
.contact-map-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #d6dde8;
  border-radius: 12px;
  background: #fff;
  color: #374151;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.contact-action-btn:hover,
.contact-map-footer a:hover {
  color: #0f6e56;
  border-color: #9fe1cb;
  background: #f6fffb;
}

.contact-action-btn--primary,
.contact-map-footer a {
  border-color: #1d9e75;
  background: #1d9e75;
  color: #fff;
}

.contact-action-btn--primary:hover,
.contact-map-footer a:hover {
  background: #0f6e56;
  border-color: #0f6e56;
  color: #fff;
}

.contact-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: #04342c;
}

.contact-stat {
  padding: 22px 16px;
  text-align: center;
  background: #04342c;
}

.contact-stat strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.contact-stat span {
  color: #9fe1cb;
  font-size: 13px;
}

.contact-branch-section,
.contact-form-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-section-heading h2 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 30px;
  font-weight: 800;
}

.contact-section-heading--compact h2 {
  font-size: 26px;
}

.contact-section-eyebrow {
  margin: 0 0 8px;
  color: var(--brand-green-strong);;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-section-sub {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

.contact-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-tab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #d7dce2;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-weight: 700;
}

.contact-tab.is-active {
  border-color: #1d9e75;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #fff;
}

.contact-branch-panel {
  display: none;
  grid-template-columns: minmax(320px, 1fr) minmax(400px, 1.35fr);
  gap: 18px;
}

.contact-branch-panel.is-active {
  display: grid;
}

.contact-branch-info-card,
.contact-map-card,
.contact-note-card,
.contact-form-card {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.contact-branch-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f3;
}

.contact-branch-avatar,
.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-branch-avatar {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #e9f7ef;
  color: #1d9e75;
  font-size: 20px;
}

.contact-branch-head h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.contact-branch-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #0f6e56;
  font-size: 12px;
  font-weight: 700;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f3;
}

.contact-info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-info-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #e9f7ef;
  color: #1d9e75;
}

.contact-info-copy span {
  display: block;
  margin-bottom: 3px;
  color: #6b7280;
  font-size: 12px;
}

.contact-info-copy strong,
.contact-info-copy strong a {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.contact-info-copy strong a:hover {
  color: #1d9e75;
}

.contact-map-card {
  overflow: hidden;
  padding: 0;
}

.contact-map-frame,
.contact-map-frame iframe {
  width: 100%;
  min-height: 420px;
}

.contact-map-frame iframe {
  border: 0;
  display: block;
}

.contact-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid #edf0f3;
}

.contact-map-footer span {
  color: #6b7280;
  font-size: 13px;
}

.contact-form-shell {
  display: grid;
  gap: 18px;
}

.contact-note-content,
.contact-note-content p,
.contact-note-content span,
.contact-note-content strong,
.contact-note-content a {
  max-width: 100%;
}

.contact-note-content {
  color: #4b5563;
  line-height: 1.75;
  word-break: break-word;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 991px) {
  .contact-page-title {
    font-size: 26px;
  }

  .contact-stats-bar,
  .contact-branch-panel,
  .contact-form-shell,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-card h1,
  .contact-section-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section-card {
    padding: 16px;
    border-radius: 14px;
  }

  .contact-page-title {
    font-size: 22px;
  }

  .contact-section-head h2 {
    font-size: 21px;
  }

  .contact-captcha-body,
  .contact-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-btn-primary,
  .contact-btn-secondary {
    width: 100%;
  }

  .contact-quick-actions {
    flex-direction: column;
  }

  .contact-quick-btn {
    width: 100%;
    justify-content: center;
  }

  .contact-branch-top {
    align-items: flex-start;
  }

  .contact-branch-line {
    align-items: flex-start;
  }

  .contact-hero-card {
    padding: 28px 18px 24px;
  }

  .contact-hero-card h1 {
    font-size: 28px;
  }

  .contact-section-heading h2,
  .contact-section-heading--compact h2 {
    font-size: 24px;
  }

  .contact-map-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-map-footer a {
    justify-content: center;
  }
}

/* Keep Font Awesome icons */
.fa, .fa:before, .fa:after, [class^='fa-']:before, [class*=' fa-']:before {
  font-family: 'FontAwesome' !important;
}

/* ===== Premium Refresh Overrides (merged from premium-refresh.css) ===== */

:root {
  --brand-green: #2e9f3c;
  --brand-green-strong: #257f31;
  --brand-lime: #5ea700;
  --brand-gradient: linear-gradient(135deg, #2e9f3c, #5ea700);
  --surface: #ffffff;
  --surface-soft: #f6fbf3;
  --surface-alt: #f9fbf8;
  --text-main: #17301a;
  --text-muted: #607165;
  --line-soft: rgba(46, 159, 60, 0.12);
  --shadow-soft: 0 18px 45px rgba(20, 63, 27, 0.08);
  --shadow-card: 0 12px 30px rgba(26, 55, 30, 0.08);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100%;
  color: inherit;
  background: #ffffff;
}
body::before,
body::after {
  display: none;
}
.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header a:active,
.site-main--home a,
.site-main--home a:link,
.site-main--home a:visited,
.site-main--home a:active,
.footer__top a,
.footer__top a:link,
.footer__top a:visited,
.footer__top a:active,
.footer__copyright a,
.footer__copyright a:link,
.footer__copyright a:visited,
.footer__copyright a:active { 
  font-weight: 600;
}
.site-header a:hover,
.site-header a:focus,
.site-main--home a:hover,
.site-main--home a:focus,
.footer__top a:hover,
.footer__top a:focus,
.footer__copyright a:hover,
.footer__copyright a:focus {
  color: var(--brand-green);
}
img {
  max-width: 100%;
  height: auto;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(60, 163, 47, 0.3);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 16px;
  z-index: 100000;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-green-strong);
  box-shadow: var(--shadow-card);
}
.skip-link:focus {
  left: 16px;
}
.site-main {
  padding: 22px 0 0;
}
.site-main--home {
  padding-top: 5px;
}
.page-shell {
  margin-bottom: 28px;
}
.site-main--home .page-shell--home,
.site-main--home .page-shell__content,
.site-main--home .page-shell__sidebar,
.site-main--home .page-shell--catalog .hero__categories {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.site-main--home .page-shell--home,
.site-main--home .page-shell__content,
.site-main--home .page-shell__sidebar {
  padding: 22px;
}
.site-main--home .page-shell--sidebar-right,
.site-main--home .page-shell--sidebar-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.site-main--home .page-shell--sidebar-left {
  grid-template-columns: 320px minmax(0, 1fr);
}
.site-main--home .page-shell--three-col .row,
.site-main--home .page-shell--catalog .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.site-main--home .page-shell--catalog .hero__categories {
  padding: 0;
  overflow: hidden;
}
.site-main--home .breadcrumb-shell {
  margin-bottom: 18px;
}
.site-main--home .breadcrumb-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 18px;
  list-style: none;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fcf7);
  box-shadow: 0 10px 25px rgba(29, 65, 37, 0.06);
}
.site-main--home .breadcrumb-card .sub-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.site-main--home .breadcrumb-card .sub-breadcrumb:not(:last-child)::after {
  content: "/";
  color: rgba(23, 48, 26, 0.35);
}
.site-main--home .breadcrumb-card .sub-breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  color: var(--text-muted);
  background: transparent;
}
.site-main--home .breadcrumb-card .sub-breadcrumb:last-child a {
  color: var(--brand-green-strong);
}
.site-header {
  position: relative;
}
.header__menu .menu-item__icon,
.header__menu .submenu-group__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.header__menu .submenu-group__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: var(--brand-green-strong);
  font-size: 14px;
}
.header__menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.header__menu .menu-item-has-children > a .menu-item__label {
  flex: 1 1 auto;
}
.header__menu .menu-featured {
  position: static;
}
.header__menu .menu-featured > .header__menu__mega-wrap {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  width: min(980px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 100000;
}
.header__menu .menu-featured:hover > .header__menu__mega-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
  position: static;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 12px 0 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
  opacity: 1;
  visibility: visible;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li {
  min-width: 0;
  margin: 0;
  padding: 0 0 14px;
  border-right: 1px solid rgba(46, 159, 60, 0.18);
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:last-child {
  border-right: 0;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 14px 16px 10px;
  color: #1a5c21;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a::after {
  display: none;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a .submenu-group__icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(46, 159, 60, 0.1);
  color: var(--brand-green-strong);
  font-size: 12px;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown {
  position: static;
  display: block;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 10px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li {
  display: block;
  margin: 0;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  display: block;
  padding: 7px 6px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  border-radius: 10px;
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a:hover {
  background: rgba(46, 159, 60, 0.08);
  color: var(--brand-green-strong);
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a .menu-item__icon-font {
  color: var(--brand-green-strong);
}
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a:hover .menu-item__icon-font {
  color: var(--brand-green-strong);
}
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__featuredbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 14px 16px;
  border-top: 1px solid rgba(46, 159, 60, 0.14);
  background: linear-gradient(180deg, #f8fcf7, #eff8eb);
}
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__featuredbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--brand-green-strong);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__featuredbar a::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--brand-green);
}

@media (max-width: 991px) {
.header__menu .menu-featured > .header__menu__mega-wrap {
    width: min(720px, calc(100vw - 24px));
  }
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
    grid-template-columns: 1fr;
  }
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li {
    border-right: 0;
    border-bottom: 1px solid rgba(46, 159, 60, 0.18);
  }
.header__menu .menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:last-child {
    border-bottom: 0;
  }
} .header__top {
  background: #1e7a2a;
  border-bottom: 0;
}
.header-top-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 36px;
  padding: 8px 0;
  color: #cfe9cf;
  font-size: 12px;
}
.header-top-bar__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.header-top-bar__group a,
.header-top-bar__group span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cfe9cf;
  font-weight: 500;
}
.header-top-bar__group a:hover {
  color: #ffffff;
}
.header-top-bar__group--right {
  justify-content: flex-end;
}
.header__brand {
  padding: 18px 0;
}
.site-brand {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(280px, 1fr) minmax(180px, 230px);
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}
.site-brand__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.site-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-width: 74px;
  height: 74px;
  padding: 10px;
  border-radius: 16px;
}
.site-brand__logo img {
  max-height: 52px;
  width: auto;
}
.site-brand__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.site-brand__eyebrow {
  margin: 0 0 8px;
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-brand__name {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--text-main);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}
.site-brand__desc {
  max-width: 100%;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}
.site-brand__search {
  min-width: 0;
}
.site-brand__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.header__top_menu {
  height: auto;
  padding: 10px 0 0;
  background: transparent;
  box-shadow: none;
}
.site-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 10px 14px 10px 22px;
  border: 1px solid #dfeadd;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(21, 71, 28, 0.06);
}
.header__menu {
  flex: 1 1 auto;
  position: relative;
  padding: 0;
}
.header__menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
}
.header__menu ul li {
  margin: 0;
}
.header__menu ul li a {
  padding: 12px 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #143917;
  border-radius: 999px;
}
.header__menu ul li:hover > a,
.header__menu ul li.active > a {
  color: var(--brand-green);
  background: #eaf7e5;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100%);
  width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: 0 0 18px 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 43, 21, 0.16);
  z-index: 9999;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}
#menu-site-default > ul > li.dropdown:hover > .header__menu__dropdown {
  display: grid;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 9px 8px;
  border-right: 1px solid #eef5ee;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li:nth-child(3n) {
  border-right: 0;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li > a {
  padding: 0 0 10px;
  border-radius: 0;
  color: var(--brand-green-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(46, 159, 60, 0.12);
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li:hover > a {
  background: transparent;
  color: var(--brand-green);
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li > .header__menu__dropdown {
  position: static;
  display: block;
  min-width: 0;
  padding: 8px 0 0;
  opacity: 1;
  visibility: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li > .header__menu__dropdown > li {
  display: block;
  margin: 0;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  padding: 6px 0;
  color: var(--text-main);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li > .header__menu__dropdown > li:hover > a {
  color: var(--brand-green);
  background: transparent;
}
.header__menu ul li .header__menu__dropdown {
  top: calc(100% + 12px);
  width: 260px;
  padding: 12px 0;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(22, 54, 28, 0.14);
}
#menu-site-default > ul > li {
  position: relative;
}
#menu-site-default > ul > li > .header__menu__dropdown {
  width: 100%;
  min-width: 100%;
}
.header__menu ul li:hover .header__menu__dropdown {
  top: calc(100% + 8px);
}
.header__menu ul li .header__menu__dropdown li a {
  padding: 10px 16px;
  color: var(--text-main);
  font-weight: 600;
}
.header__menu ul li .header__menu__dropdown li:hover > a {
  color: var(--brand-green-strong);
  background: var(--surface-soft);
}
.site-nav-shell__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.site-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.humberger__open {
  position: static;
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.humberger__menu__logo a {
  display: inline-flex;
}
.humberger__menu__tagline {
  margin: -12px 0 18px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}
.humberger__menu__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.humberger__menu__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-main);
  font-weight: 600;
}
.hero__search {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfef9);
  border: 1px solid var(--line-soft);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}
.hero__search__form {
  width: auto;
  height: auto;
  float: none;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
}
.hero__search__form form {
  display: flex;
  align-items: center;
  min-height: 64px;
  background: #ffffff;
}
.hero__search__form form .hero__search__categories {
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  color: var(--brand-green-strong);
  background: var(--surface-soft);
  border-right: 1px solid rgba(46, 159, 60, 0.08);
}
.hero__search__form form .hero__search__categories span {
  position: static;
}
.hero__search__form form input {
  flex: 1 1 auto;
  width: auto;
  height: 64px;
  padding: 0 18px;
  font-size: 15px;
  color: var(--text-main);
}
.hero__search__form form button,
.hero__search__form .search__button button {
  position: static;
  height: 52px;
}
.hero__search__form .search__button {
  padding-right: 8px;
}
.hero__search__form .search__button button {
  min-width: 150px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--brand-gradient);
  border: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 24px rgba(46, 159, 60, 0.2);
}
.cart_postion {
  flex: 0 0 auto;
  text-align: right;
}
.hotline-box {
  text-align: right;
}
.hotline-box__label {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hotline-box__phone {
  color: var(--brand-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.cart-icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 0 22px;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text-main);
  box-shadow: none;
}
.cart-icon-btn:hover,
.cart-icon-btn:focus {
  color: var(--brand-green-strong);
  background: var(--surface-soft);
}
.cart-badge {
  position: static;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #ffffff;
  line-height: 28px;
}
.cart-dropdown {
  right: 0;
  margin-top: 10px;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(17, 45, 22, 0.16);
}
.cart-dropdown-header,
.checkout-btn {
  background: var(--brand-gradient);
}
.checkout-btn {
  border: 0;
  border-radius: 14px;
}
.hero-banner {
  padding: 0 0 10px;
}
.hero-banner__panel {
  position: relative;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 18px 42px 16px;
  background: linear-gradient(135deg, #39a516 0%, #67bf0d 100%);
  color: #ffffff;
  overflow: hidden;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.hero-banner__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-banner__content {
  flex: 1 1 auto;
  max-width: 700px;
}
.hero-banner__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 800;
}
.hero-banner__content p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.6;
}
.hero-banner__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.hero-banner__tags span,
.hero-banner__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.hero-banner__tags a:hover,
.hero-banner__tags a:focus {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
}
.hero-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.hero-banner__actions a {  
  gap: 8px;
}
.hero-banner__actions i {  
  font-size: 18px;
  padding-top: 1px;
}
.hero-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}
.hero-banner__button--light {
  background: #ffffff;
  color: var(--brand-green-strong);
}
.hero-banner__button--outline {
  border: 2px solid rgba(255, 255, 255, 0.82);
  color: #ffffff;
}
.hero-banner__stats {
  flex: 0 0 40%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  align-content: center;
}
.hero-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}
.hero-stat-card i {
  margin-bottom: 10px;
  font-size: 32px;
}
.hero-stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
}
.hero-stat-card span {
  font-size: 13px;
  line-height: 1.5;
}
.trust-strip {
  margin-top: 0;
  background: #ffffff;
  border-top: 0;
  font-size: 18px;
}
.trust-strip .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 0;
}
.trust-item i {
  flex: 0 0 auto;
  color: var(--brand-green);
  font-size: 22px;
}
.trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text-main);
  font-weight: 800;
}
.trust-item span {
  display: block;
  color: var(--text-muted);
  font-size: 12px;
}
.site-main--home .panel,
.site-main--home .well,
.site-main--home .nv-block-banners,
.site-main--home .product-section {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  background: #ffffff;
}
.site-main--home .panel {
  overflow: hidden;
}
.site-main--home .panel-default > .panel-heading,
.site-main--home .panel-heading {
  padding: 16px 18px;
  border: 0;
  background: linear-gradient(180deg, #f8fcf6, #eef8ea);
  color: var(--text-main);
  font-size: 16px;
  font-weight: 800;
}
.site-main--home .panel-body {
  padding: 20px;
}
.site-main--home .section-header {
  margin-bottom: 20px;
}
.site-main--home .section-title {
  margin-bottom: 10px;
  color: var(--text-main);
  font-size: 28px;
  line-height: 1.2;
}
.site-main--home .section-divider {
  display: flex;
  align-items: center;
}
.site-main--home .divider-icon {
  color: var(--brand-green);
}
.site-main--home .product-card {
  height: 100%;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 8px;
  box-shadow: none;
  background: #ffffff;
}
.site-main--home .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(24, 62, 30, 0.08);
}
.site-main--home .product-image {
  padding: 0;
  background: linear-gradient(135deg, #eff8dd, #d9f0b3);
}
.site-main--home .product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  border-radius: 0;
}
.site-main--home .product-info {
  padding-bottom: 8px;
}
.site-main--home .product-title {
  min-height: 48px;
  font-size: 17px;
  line-height: 1.45;
}
.site-main--home .product-title a {
  color: var(--text-main);
}
.site-main--home .product-title a:hover {
  color: var(--brand-green-strong);
}
.site-main--home .product-category-badge {
  padding: 0 14px 8px;
}
.site-main--home .product-category-badge a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--brand-green-strong);
  font-size: 13px;
}
.site-main--home .product-price {
  padding: 0 16px;
}
.site-main--home .current-price,
.site-main--home .sale-price {
  color: #c0392b;
  font-size: 20px;
}
.site-main--home .old-price,
.site-main--home .discounts_money,
.site-main--home .original-price {
  font-size: 14px;
  font-weight: bold;
}
.site-main--home .product-action {
  padding: 0 16px 16px;
}
.site-main--home .product-body--home {
  padding: 12px;
}
.home-layout-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
}
.home-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-shell--home-catalog {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sidebar-cat-shell {
  background: #ffffff;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}
.sidebar-cat-shell__head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  background: var(--brand-gradient);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-products {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-product-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-section-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid var(--brand-green);
}
.home-section-head .section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 800;
}
.home-product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.home-product-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.site-main--home .product-cat {
  margin-bottom: 6px;
  color: #6aa80f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}
.ddsmoothmenu-v,
.ddsmoothmenu-v ul,
.ddsmoothmenu-v li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ddsmoothmenu-v > ul > li > a,
.sidebar-cat-shell > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 4px 12px;
  border-bottom: 1px solid rgba(46, 159, 60, 0.08);
  color: var(--text-main);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.ddsmoothmenu-v > ul > li > a:hover,
.sidebar-cat-shell > ul > li > a:hover {
  padding-left: 20px;
  background: var(--surface-soft);
  color: var(--brand-green);
}
.sidebar-cat-shell #smoothmenu2 > br {
  display: none;
}
.ddsmoothmenu-v ul li ul {
  display: none;
}
.site-main--home .btn-add-to-cart,
.site-main--home .btn-home,
.site-main--home .btn-outline-home,
.site-main--home .btn-checkout,
.site-main--home .btn-order,
.site-main--home .btn.btn-primary,
.site-main--home .btn.btn-success {
  border-radius: 14px;
}
.site-main--home .btn-add-to-cart,
.site-main--home .btn-home,
.site-main--home .btn-checkout,
.site-main--home .btn.btn-primary,
.site-main--home .btn.btn-success {
  background: var(--brand-gradient);
  border-color: transparent;
}
.site-main--home .btn-add-to-cart:hover,
.site-main--home .btn-home:hover,
.site-main--home .btn-checkout:hover,
.site-main--home .btn.btn-primary:hover,
.site-main--home .btn.btn-success:hover {
  background: linear-gradient(135deg, #278a34, #4f9600);
  color: #ffffff;
}
.site-main--home .btn-outline-home {
  border-color: rgba(46, 159, 60, 0.3);
}
.site-main--home .shop-detail .panel {
  border-radius: 26px;
}
.footer__top {
  margin-top: 5px;
  background: linear-gradient(180deg, #f8fff5 0%, #edf8e8 100%);
  border-top: 1px solid #d7e8d1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1.45fr 0.62fr 0.82fr;
  gap: 18px;
}
.footer-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-card__title {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6e8cf;
  color: var(--brand-green-strong);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-card__title i {
  margin-right: 6px;
  color: var(--brand-green);
}

.footer-links--single li {
  margin-right: 6px;
  color: var(--brand-green);
}
.footer-links--single a {
  color: #506151;
}
.footer-card__subtitle {
  font-size: 16px;
  text-transform: uppercase;
}
.footer-card__text {
  margin: 0 0 14px;
}
.footer-company-meta p,
.footer-branch-item p {
  margin-bottom: 3px;

}
.footer-branch-item a {
  color: var(--brand-green-strong);
  font-weight: bold;
}
.footer-company-meta i {
  width: 16px;
}
.footer-company-meta a {
  color: var(--brand-green-strong);
}
.footer-social-row {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d6e8cf;
}
.footer-company-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 14px;
  padding: 10px 12px;
  background: #eaf7e5;
  color: #567056;
  border: 1px solid #d4e7cc;
  border-radius: 6px;
  font-size: 13px;
}
.footer-company-badge span {
  color: #506151;
}
.footer-link-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none; 
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a {
  color: #506151;
}
.footer__top a,
.footer__top a:link,
.footer__top a:visited,
.footer__top a:active,
.footer__copyright a,
.footer__copyright a:link,
.footer__copyright a:visited,
.footer__copyright a:active {
  color: #000000;
  font-weight: normal;
}
.footer-links li a:hover {
  color: var(--brand-green);
}


.footer-inline-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #d4e7cc;
  border-radius: 999px;
  background: #eaf7e5;
  color: var(--brand-green-strong) !important;
  font-size: 14px;
  font-weight: 700;
}

.footer-branch-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-branch-item {
  padding-left: 10px;
  border-left: 2px solid var(--brand-green);
}
.footer-branch-item strong {
  display: block;
  margin-bottom: 3px;
}
.footer-subhead {
  margin: 20px 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-mini-widgets {
  margin-top: 18px;
}
.footer-widget {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.footer-widget--compact {
  color: #5f715f;
}
.footer-widget h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--brand-green-strong);
}
.footer-verify {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d6e8cf;
}
.footer-verify img {
  max-width: 160px;
}
.social-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.social-icons ul li a {
  margin: 0;
  background: #ffffff;
  color: var(--brand-green-strong) !important;
  border: 1px solid #d6e8cf;
  box-shadow: none;
}
.social-icons ul li a:hover {
  background: var(--brand-green);
  color: #ffffff;
}
.social-icons ul li a:hover .fa,
.social-icons ul li a:hover i {
  color: #ffffff;
}
.footer__copyright {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #d6e8cf;
  text-align: center;
}
.footer__copyright p {
  margin-bottom: 1px;
  font-size: 14px;
}
.footer__copyright a {
  color: var(--brand-green-strong);
}
.zalo-button-wrapper {
  right: 20px;
  bottom: 20px;
}
.zalo-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-green-strong);
  font-size: 12px;
  font-weight: 700;
  box-shadow: var(--shadow-card);
}

@media (max-width: 1199px) {
.footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.branch-grid {
    grid-template-columns: 1fr;
  }
.page-shell--sidebar-right,
  .page-shell--sidebar-left {
    grid-template-columns: 1fr;
  }
.site-brand {
    grid-template-columns: minmax(220px, 320px) minmax(240px, 1fr);
  }
.site-brand__aside {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
#menu-site-default > ul > li.dropdown > .header__menu__dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li:nth-child(3n) {
    border-right: 1px solid #eef5ee;
  }
#menu-site-default > ul > li.dropdown > .header__menu__dropdown > li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 991px) {
.header-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
.site-brand {
    grid-template-columns: 1fr;
  }
.site-brand__aside {
    justify-content: flex-start;
  }
.site-nav-shell {
    padding: 12px;
  }
.header__menu {
    display: none;
  }
.site-nav-cta {
    display: none;
  }
.humberger__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
.hero__search {
    flex-direction: column;
  }
.hero__search__form form {
    flex-wrap: wrap;
    padding: 8px;
  }
.hero__search__form form .hero__search__categories,
  .hero__search__form form input,
  .hero__search__form .search__button,
  .hero__search__form .search__button button {
    width: 100%;
  }
.hero__search__form form input {
    height: 56px;
  }
.hero__search__form .search__button {
    padding: 8px 0 0;
  }
.hero__search__form .search__button button {
    min-width: 0;
  }
.cart_postion {
    text-align: left;
  }
.cart-icon-btn {
    width: 100%;
    justify-content: center;
  }
.hero-banner__panel {
    flex-direction: column;
    padding: 26px 22px;
  }
.hero-banner__content,
  .hero-banner__stats {
    max-width: none;
    flex: 1 1 100%;
  }
.hero-banner__content h1 {
    font-size: 24px;
  }
.page-shell--single,
  .page-shell--home,
  .page-shell__content,
  .page-shell__sidebar {
    padding: 18px;
  }
.trust-item {
    min-height: 58px;
  }

}

@media (max-width: 767px) {
.footer-grid {
    grid-template-columns: 1fr;
  }

.site-brand__identity {
    align-items: flex-start;
  }
.site-brand__logo {
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 8px;
  }
.site-brand__name {
    font-size: 24px;
  }
.site-brand__desc,
  .hero-banner__content p {
    font-size: 14px;
  }
.header-top-bar__group {
    gap: 8px 14px;
  }
.header-top-bar__group--right {
    justify-content: flex-start;
  }
.footer-card {
    padding: 18px;
  }
.product-title {
    min-height: auto;
  }
.hotline-box__phone {
    font-size: 22px;
  }
.home-section-head .section-title {
    font-size: 18px;
  }
.hero-banner__stats {
    grid-template-columns: 1fr;
  }
.hero-banner__actions,
  .hero-banner__tags {
    gap: 10px;
  }
.hero-banner__button {
    min-width: 0;
    width: 100%;
  }
} /* Final conflict overrides: lock mockup layout over legacy theme CSS */
#menu-site-default,
#menu-site-default * {
  box-sizing: border-box;
}
.site-header .container,
.trust-strip .container,
.hero-banner .container,
.home-content .container,
.footer__top .container {
  width: calc(100% - 48px);
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
}
.site-header .header__top .container {
  width: calc(100% - 32px);
  max-width: 1600px;
}
.site-main--home {
  overflow: visible;
}
.site-header .site-brand {
  width: 100%;
  grid-template-columns: minmax(260px, 360px) minmax(460px, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.site-header .site-brand__search {
  width: 100%;
  min-width: 0;
}
.site-header .site-brand__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 240px;
}
.site-header .hotline-box {
  min-width: 110px;
  text-align: right;
}
.site-header .hotline-box__phone {
  display: block;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.2;
}
.site-header .cart_postion {
  flex: 0 0 auto;
}
.site-header .cart-icon-btn {
  min-height: 58px;
  padding: 0 18px;
  white-space: nowrap;
}
.site-header .hero__search__form {
  width: 100%;
}
.site-header .hero__search__form form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 58px;
}
.site-header .hero__search__form form .hero__search__categories {
  flex: 0 0 170px;
  min-width: 170px;
  white-space: normal;
  line-height: 1.35;
}
.site-header .hero__search__form form input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: auto;
}
.site-header .hero__search__form .search__button {
  flex: 0 0 160px;
  width: 160px;
  padding: 0;
}
.site-header .hero__search__form .search__button button {
  width: 100%;
  min-width: 0;
  height: 100%;
}
.site-header .site-nav-shell {
  width: 100%;
  position: relative;
  overflow: visible;
}
#menu-site-default {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}
#menu-site-default > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
}
#menu-site-default > ul > li {
  position: static;
  display: block;
  margin: 0;
  list-style: none;
}
#menu-site-default > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 10px;
  color: #143917;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
#menu-site-default > ul > li:hover > a,
#menu-site-default > ul > li.active > a,
#menu-site-default > ul > li.current > a {
  background: #eaf7e5;
  color: var(--brand-green);
  border-radius: 999px;
}
#menu-site-default > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-site-default > ul > li > .header__menu__dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  width: 100%;
  min-width: 100%;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(46, 159, 60, 0.16);
  border-top: 3px solid var(--brand-green);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 44px rgba(18, 43, 21, 0.16);
  z-index: 99999;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  overflow: hidden;
}
#menu-site-default > ul > li.dropdown:hover > .header__menu__dropdown,
#menu-site-default > ul > li.dropdown.open > .header__menu__dropdown {
  display: grid;
}
#menu-site-default > ul > li > .header__menu__dropdown > li {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 18px 16px;
  border-right: 1px solid #eef5ee;
}
#menu-site-default > ul > li > .header__menu__dropdown > li:nth-child(4n) {
  border-right: 0;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > a {
  display: block;
  min-height: 0;
  padding: 0 0 10px;
  color: var(--brand-green-strong);
  font-size: 13px;
  font-weight: 800;
  white-space: normal;
  word-break: normal;
  writing-mode: horizontal-tb;
  border-bottom: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 0;
  background: transparent;
  transition: all 0.3s ease;
}
#menu-site-default > ul > li > .header__menu__dropdown > li:hover > a {
  background: var(--brand-green);
  color: #ffffff;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown {
  position: static;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 0 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  opacity: 1;
  visibility: visible;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  display: block;
  min-height: 0;
  padding: 7px 0;
  color: var(--text-main);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  writing-mode: horizontal-tb;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li:hover > a {
  background: var(--brand-green);
  color: #ffffff;
}
#menu-site-default > ul > li > .header__menu__featuredbar {
  display: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown {
  width: min(700px, 100%);
  min-width: min(700px, 100%);
  right: auto;
  left: 0;
  top: calc(100% + 46px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  padding-bottom: 0;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(n + 5) {
  display: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li {
  padding: 16px 14px;
  border-right: 1px solid #e5efe3;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
  border-top: 1px solid #e5efe3;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(3n) {
  border-right: 0;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(2) {
  border-right: 1px solid #e5efe3;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li:nth-child(4) {
  border-right: 0;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li > a {
  font-size: 14px;
  line-height: 1.35;
  color: #3a9b1f;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li > .header__menu__dropdown > li:nth-child(n + 7) {
  display: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.4;
}
#menu-site-default > ul > li.menu-featured > .header__menu__featuredbar {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(700px, 100%);
  min-height: 40px;
  padding: 0 16px;
  background: linear-gradient(180deg, #eef8e4, #e4f2d7);
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  color: #5c7b54;
  z-index: 100000;
  box-shadow: 0 12px 26px rgba(18, 43, 21, 0.1);
}
#menu-site-default > ul > li.menu-featured:hover > .header__menu__featuredbar,
#menu-site-default > ul > li.menu-featured.open > .header__menu__featuredbar {
  display: flex;
}
#menu-site-default > ul > li.menu-featured > .header__menu__featuredbar a {
  color: #4d7a43;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  min-height: 0;
  padding: 0;
}
.hero-banner__panel {
  width: 100%;
}

/* Desktop menu mockup refinement */
@media (min-width: 992px) {
#menu-site-default .menu-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex: 0 0 16px;
  }
#menu-site-default .menu-item__icon img {
    display: block;
    max-width: 16px;
    max-height: 16px;
    width: auto;
    height: auto;
  }
#menu-site-default .menu-item__label {
    display: inline-block;
    min-width: 0;
  }
.site-header .header__top_menu {
    padding: 0;
  }
.site-header .site-nav-shell {
    gap: 0;
    padding: 0 0 0 2px;
    border-radius: 4px;
    background: #36a326;
    box-shadow: none;
  }
#menu-site-default > ul {
    flex-wrap: nowrap;
    gap: 0;
  }
#menu-site-default > ul > li {
    position: relative;
    flex: 0 0 auto;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
#menu-site-default > ul > li:last-child {
    border-right: 0;
  }
#menu-site-default > ul > li > a {
    min-height: 36px;
    padding: 0 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
  }
#menu-site-default > ul > li:hover > a,
  #menu-site-default > ul > li.active > a {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
#menu-site-default > ul > li.dropdown > a::after {
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
  }
#menu-site-default > ul > li > .header__menu__dropdown {
    top: 100%;
    left: 0;
    right: auto;
    width: 240px;
    min-width: 240px;
    display: none;
    padding: 8px 0;
    border: 1px solid rgba(46, 159, 60, 0.14);
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 43, 21, 0.14);
  }
#menu-site-default > ul > li.dropdown:hover > .header__menu__dropdown,
  #menu-site-default > ul > li.dropdown.open > .header__menu__dropdown {
    display: block;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li {
    padding: 0;
    border-right: 0;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    border-bottom: 0;
    text-transform: none;
    white-space: normal;
    background: transparent;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li:hover > a {
    color: var(--brand-green);
    background: #f4fbf1;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown {
    position: absolute;
    top: -8px;
    left: 100%;
    display: none;
    width: 260px;
    min-width: 260px;
    padding: 8px 0;
    border: 1px solid rgba(46, 159, 60, 0.14);
    border-radius: 0 4px 4px 4px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 43, 21, 0.14);
    opacity: 1;
    visibility: visible;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li:hover > .header__menu__dropdown {
    display: block;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-main);
    white-space: normal;
    background: transparent;
  }
#menu-site-default > ul > li.menu-featured {
    position: static;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    width: 700px;
    min-width: 700px;
    max-width: calc(100vw - 48px);
    display: none;
    z-index: 100000;
  }
#menu-site-default > ul > li.menu-featured:hover > .header__menu__mega-wrap,
  #menu-site-default > ul > li.menu-featured.open > .header__menu__mega-wrap {
    display: block;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    display: grid;
    top: auto;
    padding: 0 0 40px;
    border: 1px solid rgba(46, 159, 60, 0.16);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 14px 34px rgba(18, 43, 21, 0.14);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    align-items: start;
    overflow: hidden;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li {
    padding: 16px 14px;
    border-right: 1px solid #e5efe3;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a {
    display: block;
    padding: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3a9b1f;
    background: transparent;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(n + 5) {
    display: none;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    border-right: 0;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
    border-top: 1px solid #e5efe3;
    border-right: 0;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    top: auto;
    left: auto;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:hover > .header__menu__dropdown {
    display: block;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li:nth-child(n + 7) {
    display: none;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
    display: block;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-main);
    background: transparent;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 40px;
    padding: 0 16px;
    background: #edf7e8;
    border: 1px solid rgba(46, 159, 60, 0.12);
    border-top: 1px solid #d7e9d1;
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    z-index: 2;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar a {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 0;
    color: #4b8d37;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }
} .home-layout-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.home-layout-row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
.page-shell--home-catalog,
.home-products,
.home-product-section,
.footer-grid {
  width: 100%;
}
 /* Hard lock homepage grid against legacy style.css floats/column rules */
#maincontent.site-main--home .home-content .row.home-layout-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}
#maincontent.site-main--home .home-content .row.home-layout-row > aside,
#maincontent.site-main--home .home-content .row.home-layout-row > div {
  float: none;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
#maincontent.site-main--home .home-content .row.home-layout-row > aside {
  flex: 0 0 250px;
  width: 250px;
  max-width: 250px;
}
#maincontent.site-main--home .home-content .row.home-layout-row > div {
  flex: 1 1 calc(100% - 250px);
  width: calc(100% - 250px);
  max-width: calc(100% - 250px);
}
#maincontent.site-main--home .page-shell--home-catalog {
  display: block;
  width: 100%;
  max-width: none;
  overflow: visible;
}
#maincontent.site-main--home .home-products {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}
#maincontent.site-main--home .home-product-section {
  width: 100%;
}
#maincontent.site-main--home .home-product-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
#maincontent.site-main--home .home-product-row > [class*="col-"] {
  float: none;
  flex: 0 0 16.6666667%;
  width: 16.6666667%;
  max-width: 16.6666667%;
  padding-left: 5px;
  padding-right: 5px;
}
#maincontent.site-main--home .home-product-row .product-card {
  width: 100%;
}
#maincontent.site-main--home .sidebar-cat-shell,
#maincontent.site-main--home .home-sidebar,
#maincontent.site-main--home #smoothmenu2 {
  width: 100%;
}

@media (max-width: 1199px) {
.site-header .container,
  .trust-strip .container,
  .hero-banner .container,
  .home-content .container,
  .footer__top .container {
    width: calc(100% - 32px);
    max-width: 100%;
  }
.site-header .site-brand {
    grid-template-columns: minmax(220px, 300px) minmax(320px, 1fr) auto;
  }
#menu-site-default > ul > li > .header__menu__dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
#menu-site-default > ul > li > .header__menu__dropdown > li:nth-child(4n) {
    border-right: 1px solid #eef5ee;
  }
#menu-site-default > ul > li > .header__menu__dropdown > li:nth-child(3n) {
    border-right: 0;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__dropdown {
    width: min(700px, 100%);
    min-width: min(700px, 100%);
  }
#menu-site-default > ul > li.menu-featured > .header__menu__featuredbar {
    width: min(700px, 100%);
  }
#maincontent.site-main--home .home-content .row.home-layout-row > aside {
    flex-basis: 280px;
    width: 280px;
    max-width: 280px;
  }
#maincontent.site-main--home .home-content .row.home-layout-row > div {
    flex-basis: calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}

@media (max-width: 991px) {
.site-header .container,
  .trust-strip .container,
  .hero-banner .container,
  .home-content .container,
  .footer__top .container,
  .site-header .header__top .container {
    width: calc(100% - 24px);
  }
.site-header .site-brand {
    grid-template-columns: 1fr;
  }
.site-header .site-brand__aside {
    min-width: 0;
    justify-content: flex-start;
  }
.site-header .hero__search__form form {
    flex-wrap: wrap;
  }
.site-header .hero__search__form form .hero__search__categories,
  .site-header .hero__search__form form input,
  .site-header .hero__search__form .search__button {
    flex: 1 0 100%;
    width: 100%;
    min-width: 0;
  }
.site-header .hero__search__form .search__button {
    height: 52px;
    padding-top: 8px;
  }
#maincontent.site-main--home .home-content .row.home-layout-row {
    flex-wrap: wrap;
  }
#maincontent.site-main--home .home-content .row.home-layout-row > aside,
  #maincontent.site-main--home .home-content .row.home-layout-row > div {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
#maincontent.site-main--home .home-product-row > [class*="col-"] {
    flex-basis: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767px) {
#maincontent.site-main--home .home-product-row > [class*="col-"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px) {
#maincontent.site-main--home .home-product-row > [class*="col-"] {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
} /* Final width unlock: override style.css + style.responsive.css + generated theme CSS */
html,
body {
  width: 100%;
  max-width: 100%;
}
#wraper,
#top,
#body,
#body .container,
.header .container,
.site-header .container,
.trust-strip .container,
.hero-banner .container,
.home-content .container,
.footer__top .container {
  width: 100%;
  max-width: 100%;
}
#wraper,
#top,
#body {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-header .container,
.trust-strip .container,
.hero-banner .container,
.home-content .container,
.footer__top .container {
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 991px) {
.site-header .container,
  .trust-strip .container,
  .hero-banner .container,
  .home-content .container,
  .footer__top .container {
    padding-left: 16px;
    padding-right: 16px;
  }
} /* Final override for featured mega menu: keep compact layout, fill frame, show only a partial set */
#menu-site-default > ul > li.menu-featured {
  position: relative;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap {
  left: 0;
  right: auto;
  width: min(860px, calc(100vw - 32px));
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
  border-radius: 0 0 14px 14px;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li {
  display: block;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  padding: 14px 12px;
  border-top: 0;
  border-right: 1px solid #e5efe3;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(1),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(2),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(3),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(4),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(5),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(6),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(7),
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(8) {
  display: block;
  grid-column: auto;
  grid-row: auto;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(n + 9) {
  display: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(4n) {
  border-right: 0;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(n + 5) {
  border-top: 1px solid #e5efe3;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a::before {
  content: "\f07b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #3a9b1f;
  font: normal normal normal 13px/1 FontAwesome;
  flex: 0 0 18px;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a::after {
  content: "\f105";
  margin-left: auto;
  color: rgba(23, 48, 26, 0.45);
  font: normal normal normal 15px/1 FontAwesome;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown {
  padding-top: 6px;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
  color: var(--brand-green-strong);
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a::before {
  content: "\f0da";
  color: #65aa00;
  font: normal normal normal 12px/1 FontAwesome;
  flex: 0 0 10px;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-top: 1px solid #d7e9d1;
  border-bottom: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar a {
  white-space: nowrap;
}

@media (max-width: 991px) {
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap {
    width: min(720px, calc(100vw - 24px));
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 44px;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(2n) {
    border-right: 0;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:nth-child(n + 3) {
    border-top: 1px solid #e5efe3;
  }
}

@media (max-width: 767px) {
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap {
    width: calc(100vw - 20px);
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li {
    border-right: 0;
    border-bottom: 1px solid #e5efe3;
    padding: 12px;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li:last-child {
    border-bottom: 0;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar {
    padding: 0 12px;
  }
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__featuredbar a {
    font-size: 12px;
  }
} /* Header mockup alignment override */
.site-header {
  background: #f6f8f3;
}
.site-header .header__top {
  background: #1f7c28;
}
.site-header .header__top .container {
  width: calc(100% - 24px);
  max-width: 1920px;
}
.site-header .header-top-bar {
  min-height: 32px;
  padding: 6px 0;
  font-size: 12px;
  color: #d6f0d4;
}
.site-header .header-top-bar__group {
  gap: 8px 18px;
}
.site-header .header-top-bar__group a,
.site-header .header-top-bar__group span {
  gap: 5px;
  color: #d6f0d4;
  font-size: 12px;
  font-weight: 600;
}
.site-header .header__brand {
  padding: 16px 0 14px;
}
.site-header .container {
  width: calc(100% - 56px);
  max-width: 1880px;
}
.site-header .site-brand {
  grid-template-columns: 320px minmax(580px, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid #d9e7d2;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(41, 87, 32, 0.06);
}
.site-header .site-brand__identity-wrap {
  min-width: 0;
  width: 320px;
}
.site-header .site-brand__identity {
  gap: 14px;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.site-header .site-brand__logo {
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin-top: 0;
  padding: 8px;
  border-radius: 16px;
}
.site-header .site-brand__logo img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}
.site-header .site-brand__copy {
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.site-header .site-brand__eyebrow {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--green-primary);
}
.site-header .site-brand__name {
    font-size: 14px;
    font-family: var(--font-body);
    font-weight: 500;
    display: block;
}
.site-header .site-brand__desc {
  max-width: 230px;
  font-size: 12px;
  line-height: 1.5;
  color: #4b5c4d;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.site-header .site-brand__search {
  align-self: center;
  width: 100%;
}
.site-header .hero__search__form {
  border: 1px solid #dbe7d4;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.site-header .hero__search__form form {
  min-height: 52px;
  background: #fff;
}
.site-header .hero__search__form form .hero__search__categories {
  flex: 0 0 154px;
  min-width: 154px;
  gap: 8px;
  padding: 0 16px;
  background: #f7fbf4;
  border-right: 1px solid #dbe7d4;
  color: #1d8f2e;
  font-size: 13px;
  font-weight: 700;
}
.site-header .hero__search__form form input {
  height: 52px;
  padding: 0 18px;
  border: 0;
  font-size: 14px;
  color: #314233;
  background: #fff;
}
.site-header .hero__search__form form input::placeholder {
  color: #8a9589;
}
.site-header .hero__search__form .search__button {
  flex: 0 0 150px;
  width: 150px;
  padding: 5px 6px 5px 0;
}
.site-header .hero__search__form .search__button button {
  min-width: 100%;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #35a733, #4db414);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.site-header .site-brand__aside {
  gap: 14px;
  min-width: 310px;
  align-items: center;
}
.site-header .hotline-box {
  min-width: auto;
  text-align: right;
}
.site-header .hotline-box__label {
  margin-bottom: 4px;
  color: #5c6d5a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.site-header .hotline-box__phone {
  color: #2b9931;
  font-size: 17px;
  line-height: 1.1;
}
.site-header .cart-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px 0 16px;
  border: 1px solid #dbe7d4;
  border-radius: 18px;
  background: #fff;
  color: #223023;
  gap: 9px;
  font-size: 13px;
  font-weight: 400;
}
.site-header .cart-icon-btn__label {
  white-space: nowrap;
}
.site-header .cart-icon-btn i {
  color: #1b2d13;
  font-size: 17px;
}
.site-header .cart-badge {
  min-width: 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  line-height: 22px;
  border-radius: 999px;
  background: #4db414;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1399px) {
.site-header .site-brand {
    grid-template-columns: 300px minmax(420px, 1fr) auto;
    gap: 18px;
  }
.site-header .site-brand__identity-wrap {
    width: 300px;
  }
.site-header .site-brand__desc {
    max-width: 215px;
  }
.site-header .site-brand__aside {
    min-width: 250px;
  }
}

@media (max-width: 1199px) {
.site-header .container {
    width: calc(100% - 28px);
  }
.site-header .site-brand {
    grid-template-columns: 1fr;
    gap: 16px;
  }
.site-header .site-brand__search {
    order: 2;
  }
.site-header .site-brand__aside {
    order: 3;
    justify-content: flex-start;
    min-width: 0;
  }
.site-header .site-brand__desc {
    max-width: none;
  }
.site-header .site-brand__logo {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
.site-header .header__top .container,
  .site-header .container {
    width: calc(100% - 16px);
  }
.site-header .site-brand {
    padding: 16px;
    border-radius: 18px;
  }
.site-header .site-brand__identity {
    align-items: flex-start;
  }
.site-header .site-brand__identity-wrap {
    width: auto;
  }
.site-header .site-brand__name {
    font-size: 22px;
    max-width: none;
  }
.site-header .hero__search__form form {
    min-height: 0;
  }
.site-header .hero__search__form form .hero__search__categories,
  .site-header .hero__search__form form input,
  .site-header .hero__search__form .search__button,
  .site-header .hero__search__form .search__button button {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }
.site-header .site-brand__aside {
    flex-wrap: wrap;
    gap: 10px;
  }
} /* Ensure header containers span the full browser width */
.site-header .header__top .container,
.site-header .container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
 /* Font Awesome icon styling for menu items */
.menu-item__icon-font {
  font-family: FontAwesome;
  font-size: 16px;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: var(--brand-green);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
#menu-site-default .menu-item__icon-font {
    font-size: 14px;
  }
} /* Icon specific styling for menu items */
#menu-site-default > ul > li > a .menu-item__icon-font {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
  color: #ffffff;
  transition: all 0.3s ease;
}
 /* Icon on white background - default - TOP MENU */
#menu-site-default > ul > li > a .menu-item__icon-font {
  color: #ffffff;
}
 /* Icon on hover - TOP MENU - dark green icon on light green background */
#menu-site-default > ul > li > a:hover .menu-item__icon-font,
#menu-site-default > ul > li:hover > a .menu-item__icon-font,
#menu-site-default > ul > li.active > a .menu-item__icon-font,
#menu-site-default > ul > li.current > a .menu-item__icon-font {
  color: var(--brand-green-strong);
}
 /* Icon on active/current - white icon with green background */
#menu-site-default > ul > li.active > a .menu-item__icon-font,
#menu-site-default > ul > li.current > a .menu-item__icon-font,
#menu-site-default > ul > li.active > a:hover .menu-item__icon-font,
#menu-site-default > ul > li.current > a:hover .menu-item__icon-font {
  color: #ffffff;
}
 /* Featured menu items - xanh đậm on white, white on hover with green background */
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__dropdown li > a .menu-item__icon-font {
  color: var(--brand-green-strong);
}
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__dropdown li > a:hover .menu-item__icon-font,
.header__menu .menu-featured > .header__menu__mega-wrap .header__menu__dropdown li:hover > a .menu-item__icon-font {
  color: #ffffff;
}
 /* Footer menu icons - xanh on normal, lime on hover */
.footer-links li a .fa,
.footer-links li a .menu-item__icon-font {
  margin-right: 6px;
  font-size: 15px;
  display: inline-block;
  vertical-align: -1px;
  transition: color 0.3s ease;
}
.footer-links li a:hover .fa,
.footer-links li a:hover .menu-item__icon-font {
  color: var(--brand-lime);
}
 /* Submenu icon styling - xanh đậm trên nền trắng */
#menu-site-default > ul > li > .header__menu__dropdown > li > a .menu-item__icon-font {
  color: var(--brand-green-strong);
}
#menu-site-default > ul > li > .header__menu__dropdown > li:hover > a .menu-item__icon-font,
#menu-site-default > ul > li > .header__menu__dropdown > li > a:hover .menu-item__icon-font {
  color: var(--brand-green-strong);
}
 /* Nested submenu icon styling - xanh đậm trên nền trắng */
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a .menu-item__icon-font {
  color: var(--brand-green-strong);
}
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li:hover > a .menu-item__icon-font,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a:hover .menu-item__icon-font {
  color: var(--brand-green-strong);
}
 /* Mega menu: use the real <i> icon and disable pseudo-element duplicates */
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a::before,
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a::before {
  content: none;
  display: none;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > a .menu-item__icon-font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 0;
  flex: 0 0 18px;
  color: #3a9b1f;
}
#menu-site-default > ul > li.menu-featured > .header__menu__mega-wrap > .header__menu__dropdown > li > .header__menu__dropdown > li > a .menu-item__icon-font {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  font-size: 12px;
  margin-right: 0;
  color: #65aa00;
}
 /* Standard dropdown submenu: show arrows only */
#menu-site-default > ul > li > .header__menu__dropdown > li > a,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--brand-green-strong);
}
#menu-site-default > ul > li > .header__menu__dropdown > li:hover > a,
#menu-site-default > ul > li > .header__menu__dropdown > li > a:hover,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li:hover > a,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a:hover {
  color: var(--brand-green-strong);
}
#menu-site-default > ul > li > .header__menu__dropdown > li > a .menu-item__icon-font,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a .menu-item__icon-font {
  display: none;
}
#menu-site-default > ul > li > .header__menu__dropdown > li > a::before,
#menu-site-default > ul > li > .header__menu__dropdown > li > .header__menu__dropdown > li > a::before {
  content: "\f0da";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 10px;
  flex: 0 0 8px;
  color: #65aa00;
  font: normal normal normal 12px/1 FontAwesome;
}
 /* Top navigation: larger text and stable white icons on hover */
#menu-site-default > ul {
  align-items: stretch;
  justify-content: space-evenly;
  gap: 0;
}
#menu-site-default > ul > li {
  flex: 1 1 0;
}
#menu-site-default > ul > li > a {
  display: flex;
  justify-content: center;
  font-size: 18px;
  min-height: 0;
  padding: 12px 20px;
}
#menu-site-default > ul > li > a .menu-item__icon-font {
  font-size: 18px;
  margin-right: 10px;
}
#menu-site-default > ul > li > a .menu-item__icon-font,
#menu-site-default > ul > li > a:hover .menu-item__icon-font,
#menu-site-default > ul > li:hover > a .menu-item__icon-font,
#menu-site-default > ul > li.active > a .menu-item__icon-font,
#menu-site-default > ul > li.current > a .menu-item__icon-font,
#menu-site-default > ul > li.active > a:hover .menu-item__icon-font,
#menu-site-default > ul > li.current > a:hover .menu-item__icon-font {
  color: #ffffff;
}
 /* Hero banner: force full width and enhance tags */
.hero-banner {
  width: 100%;
}
.hero-banner .container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.hero-banner__panel {
  width: 100%;
  border-radius: 0;
}
.hero-banner__tags span,
.hero-banner__tags a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-banner__tags span i,
.hero-banner__tags a i {
  font-size: 14px;
}
@media (max-width: 991px) {
  .hero-banner__panel {
    padding: 18px 18px 14px;
  }
  .hero-banner__content h1 {
    font-size: 21px;
  }
  .hero-banner__content p {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    padding-bottom: 8px;
  }
  .hero-banner__eyebrow {
    margin-bottom: 8px;
  }
  .hero-banner__content h1 {
    font-size: 19px;
    line-height: 1.3;
  }
  .hero-banner__tags {
    margin-top: 12px;
  }
  .hero-banner__actions {
    margin-top: 14px;
  }
}

@media (max-width: 991px) {
.humberger__menu__wrapper {
    width: 84vw !important;
    max-width: 320px !important;
    left: 0 !important;
    transform: translateX(-100%) !important;
    padding: 18px 18px 24px !important;
    padding-top: 22px !important;
    transition: transform 0.35s ease, opacity 0.35s ease !important;
  }
.humberger__menu__wrapper.show__humberger__menu__wrapper {
    transform: translateX(0) !important;
    left: 0 !important;
  }
.humberger__menu__logo {
    margin-bottom: 12px !important;
  }
.humberger__menu__logo img {
    width: 150px !important;
  }
.humberger__menu__tagline {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
.humberger__menu__contact {
    padding: 8px 0 10px !important;
  }
.humberger__menu__contact ul li {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
.humberger__menu__nav.mobile-menu {
    margin-top: 6px;
  }
#mobile-menu-wrap,
  .humberger__menu__wrapper .slicknav_menu {
    display: none;
  }
.humberger__menu__nav.mobile-menu {
    display: block;
  }
.humberger__menu__nav.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.humberger__menu__nav.mobile-menu li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e4ecdf;
  }
.humberger__menu__nav.mobile-menu li > a {
    display: block;
    padding: 11px 40px 11px 0;
    color: var(--brand-green-strong);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown {
    display: none;
    padding: 2px 0 8px 12px;
    border-top: 0;
    background: transparent;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown li {
    border-bottom: 0;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown li > a {
    padding: 9px 36px 9px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a5c21;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown {
    padding-left: 12px;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown li > a {
    font-size: 13px;
    font-weight: 500;
    color: #1d4d1f;
  }
.humberger__menu__nav.mobile-menu .menu-item__icon-font {
    display: none;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__toggle {
    position: absolute;
    top: 7px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--brand-green);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
.humberger__menu__nav.mobile-menu li.is-open > .mobile-menu__toggle i {
    transform: rotate(90deg);
  }
.humberger__menu__nav.mobile-menu .mobile-menu__toggle i {
    transition: transform 0.2s ease;
  }
}

@media (max-width: 991px) {
.site-header .header__brand {
    padding-top: 10px;
  }
.site-header .site-brand {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
  }
.site-header .site-brand__identity {
    align-items: center;
    gap: 12px;
  }
.site-header .site-brand__logo {
    flex: 0 0 56px;
    width: 56px;
  }
.site-header .site-brand__logo img {
    max-width: 56px;
    max-height: 56px;
  }
.site-header .site-brand__eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
  }
.site-header .site-brand__name {
    font-size: 28px;
    line-height: 1.2;
  }
.site-header .site-brand__search {
    width: 100%;
  }
.site-header .hero__search__form {
    border-radius: 16px;
  }
.site-header .hero__search__form form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 0;
    padding: 0;
  }
.site-header .hero__search__form form > * {
    max-width: 100%;
    float: none;
  }
.site-header .hero__search__form form .hero__search__categories {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    order: 1;
    justify-content: flex-start;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 1px solid #dbe7d4;
    font-size: 14px;
  }
.site-header .hero__search__form form input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 50px;
    flex: 0 0 auto;
    order: 2;
    padding: 0 14px;
    margin: 0;
    font-size: 15px;
  }
.site-header .hero__search__form .search__button {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    order: 3;
    margin: 0;
  }
.site-header .hero__search__form .search__button button {
    width: 100%;
    max-width: 100%;
    height: 44px;
    margin: 0;
    border-radius: 14px;
    font-size: 14px;
  }
.site-header .site-brand__aside {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
  }
.site-header .hotline-box,
  .site-header .cart_postion {
    width: 100%;
  }
.site-header .hotline-box {
    text-align: left;
  }
.site-header .cart-icon-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
#menu-site-default > ul > li:not(.menu-featured) > .header__menu__dropdown {
    left: 0;
    right: 0;
    width: 320px;
    min-width: 320px;
  }
} .mobile-nav-brand {
  display: none;
}
.mobile-nav-actions {
  display: none;
}
.mobile-search-panel {
  display: none;
}

@media (min-width: 992px) {
.site-header {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
.site-header .header__top {
    display: none;
  }
.site-header .header__brand {
    position: relative;
    z-index: 10;
    padding: 0;
    background: #fff;
  }
.site-header .header__brand > .container,
  .site-header .header__top_menu > .container {
    width: calc(100% - 48px);
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
.site-header .site-brand {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) minmax(260px, 390px) auto;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
.site-header .site-brand__identity-wrap {
    grid-column: 1;
    width: auto;
    min-width: 0;
  }
.site-header .site-brand__identity {
    display: inline-flex;
    gap: 10px;
    align-items: center;
  }
.site-header .site-brand__logo {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
.site-header .site-brand__logo img {
    width: auto;
    max-width: 178px;
    max-height: 48px;
    object-fit: contain;
  }
.site-header .site-brand__copy {
    display: none;
  }
.site-header .site-brand__search {
    grid-column: 3;
    width: 100%;
  }
.site-header .hero__search__form {
    width: 100%;
    height: 40px;
    float: none;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
  }
.site-header .hero__search__form form {
    display: flex;
    align-items: center;
    min-height: 40px;
  }
.site-header .hero__search__form form .hero__search__categories {
    flex: 0 0 42px;
    min-width: 42px;
    width: 42px;
    padding: 0;
    justify-content: center;
    background: #f5f5f5;
    border-right: 0;
  }
.site-header .hero__search__form form .hero__search__categories span {
    display: none;
  }
.site-header .hero__search__form form input {
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }
.site-header .hero__search__form .search__button {
    flex: 0 0 74px;
    width: 74px;
    padding: 0;
  }
.site-header .hero__search__form .search__button button {
    height: 40px;
    min-width: 74px;
    background: #111;
    color: #fff;
    font-size: 12px;
  }
.site-header .site-brand__aside {
    grid-column: 4;
    min-width: 0;
    gap: 0;
    justify-content: flex-end;
  }
.site-header .hotline-box {
    display: none;
  }
.site-header .cart_postion {
    text-align: right;
  }
.site-header .cart-icon-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    box-shadow: none;
  }
.site-header .cart-icon-btn__label {
    display: none;
  }
.site-header .cart-icon-btn i {
    color: #111;
    font-size: 17px;
  }
.site-header .cart-badge {
    top: 0;
    right: 0;
    background: #111;
  }
.site-header .header__top_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }
.site-header .site-nav-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
.site-header #menu-site-default {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: calc(100vw - 760px);
    overflow: visible;
    pointer-events: auto;
  }
.site-header #menu-site-default > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
  }
.site-header #menu-site-default > ul > li {
    margin: 0;
  }
.site-header #menu-site-default > ul > li > a {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #111;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    white-space: nowrap;
  }
.site-header #menu-site-default > ul > li > a:hover,
  .site-header #menu-site-default > ul > li:hover > a,
  .site-header #menu-site-default > ul > li.active > a,
  .site-header #menu-site-default > ul > li.current > a {
    color: #111;
    background: #f3f3f3;
  }
.site-header #menu-site-default .menu-item__icon-font {
    display: none;
  }
.site-header .site-nav-shell__cta,
  .site-header .mobile-nav-brand {
    display: none;
  }
}

@media (min-width: 992px) {
.site-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    background: #fff;
  }
.site-header .header__brand {
    position: relative;
    z-index: 10;
  }
.site-header .header__top_menu {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
    z-index: 3;
  }

.site-header .site-brand {

    min-height: 74px;
    background: #fff;
  }
.site-header .site-brand__logo,
  .site-header .site-brand__logo img,
  .site-header .site-brand__search,
  .site-header .site-brand__aside,
  .site-header .cart-icon-btn,
  .site-header .cart-icon-btn i,
  .site-header .cart-badge {
    visibility: visible;
    opacity: 1;
  }
.site-header .site-brand__logo img {
    max-width: 190px;
    max-height: 52px;
  }
.site-header .site-nav-shell {
    display: grid;
    align-items: center;
    pointer-events: none;
  }
.site-header #menu-site-default {
    grid-column: 2;
    justify-self: center;
    align-self: stretch;
    max-width: 100%;
    pointer-events: auto;
  }
.site-header #menu-site-default > ul {
    height: 74px;
  }
.site-header #menu-site-default > ul > li > a {
    min-height: 74px;
    padding: 0 13px;
    color: #143917;
    background: transparent;
    border-left: 1px solid rgba(45, 157, 43, 0.1);
  }
.site-header #menu-site-default > ul > li:last-child > a {
    border-right: 1px solid rgba(45, 157, 43, 0.1);
  }
.site-header #menu-site-default > ul > li > a:hover,
  .site-header #menu-site-default > ul > li:hover > a,
  .site-header #menu-site-default > ul > li.active > a,
  .site-header #menu-site-default > ul > li.current > a {
    color: #fff;
    background: linear-gradient(135deg, #2c9b28, #63bd10);
  }
.site-header #menu-site-default > ul > li > a::after {
    color: currentColor;
  }
.site-header .hero__search__form {
    border-color: #d8e8d2;
    background: #f7fbf4;
  }
.site-header .hero__search__form form .hero__search__categories {
    background: #edf7e8;
    color: #2c9b28;
  }
.site-header .hero__search__form .search__button button {
    background: linear-gradient(135deg, #2c9b28, #55ae16);
  }
.site-header .cart-icon-btn {
    color: #16371a;
    background: #f7fbf4;
    border: 1px solid #d8e8d2;
  }    
.site-header .cart-badge {
    background: #e53935;
  }
.site-header .site-brand__search,
  .site-header .site-brand__aside {
    position: relative;
    z-index: 8;
    pointer-events: auto;
  }
.site-header .site-brand__search .hero__search__form {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
  }
.site-header .site-brand__search .hero__search__form form {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    position: relative;
  }
.site-header .site-brand__search .hero__search__form form .hero__search__categories {
    float: none;
    position: static;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0;
  }
.site-header .site-brand__search .hero__search__form form input {
    float: none;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 42px;
  }
.site-header .site-brand__search .hero__search__form .search__button {
    flex: 0 0 50px;
    width: 50px;  
  }
.site-header .site-brand__search .hero__search__form .search__button button {
    width: 100% ;
    min-width: 0;
    padding: 0 10px;
  }
.mobile-search-panel,
  .mobile-search-panel.is-open {
    display: none;
    visibility: hidden;
    transform: translateX(100%);
  }
body.mobile_search_open {
    overflow: auto;
  }
}

@media (max-width: 991px) {
.site-header .site-brand__identity-wrap {
    display: none;
  }
.site-header .header__top_menu {
    height: auto;
    min-height: 58px;
    padding: 8px 0;
    background: linear-gradient(135deg, #f8fff5, #eef9e8);
    border-bottom: 1px solid #d8e8d2;
    box-shadow: 0 2px 12px rgba(44, 155, 40, 0.12);
  }
.site-header .site-nav-shell {
    display: grid;
    align-items: center;  
    justify-content: stretch;
    min-height: 64px;
    gap: 8px;
  }
.site-header #menu-site-default {
    display: none;
  }
.mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
  }
.mobile-nav-brand img {
    display: block;
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
    border-radius: 50%;
    object-fit: cover;
    visibility: visible;
    opacity: 1;
  }
.site-nav-shell__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 56px;
    min-width: 56px;
    flex: 0 0 56px;
    margin-left: 0;
    margin-right: 0;
  }
.mobile-nav-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 56px;
    min-width: 56px;
    margin-left: 0;
    flex: 0 0 56px;
  }
.humberger__open,
  .mobile-search-toggle,
  .mobile-cart-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d8e8d2;
    color: #1d6f24;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(44, 155, 40, 0.08);
    position: relative;
  }
.mobile-search-toggle i,
  .mobile-cart-toggle i {
    color: #1d6f24;
    visibility: visible;
    opacity: 1;
  }
.mobile-cart-toggle .cart-badge {
    top: 2px;
    right: 2px;
    background: #e53935;
    color: #fff;
    width: 18px;
    height: 18px;
    min-width: 18px;
    font-size: 10px;
    line-height: 18px;
  }
.site-header .header__brand {
    display: none;
  }
.site-header .cart-dropdown.open {
    position: fixed;
    top: 60px;
    left: auto;
    right: 12px;
    width: 320px;
    max-width: calc(100vw - 24px);
    z-index: 100000;
  }
body > .cart-dropdown.cart-dropdown--mobile.open {
    position: fixed;
    top: 62px;
    left: auto;
    right: 12px;
    width: 320px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 100000;
  }
.mobile-search-panel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    width: auto;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #fff;
    box-shadow: -12px 0 34px rgba(0, 0, 0, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease, visibility 0.28s ease;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
.mobile-search-panel.is-open {
    transform: translateX(0);
    visibility: visible;
  }
.mobile-search-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid #e4eadf;
    background: linear-gradient(135deg, #f8fff5, #eef9e8);
    color: #143917;
  }
.mobile-search-panel__head strong {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
  }
.mobile-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d8e8d2;
    background: #fff;
    color: #1d6f24;
    font-size: 20px;
  }
.mobile-search-panel__body {
    padding: 16px;
  }
body.mobile_search_open {
    overflow: hidden;
    overflow-x: hidden;
    touch-action: none;
  }

/* Final clean header palette: white base, soft medical green accents. */
@media (min-width: 992px) {
.site-header {
    background: #fff;
    border-bottom: 1px solid #dfeadd;
    box-shadow: 0 6px 16px rgba(21, 71, 28, 0.06);
  }
.site-header .header__brand > .container,
  .site-header .header__top_menu > .container {
    width: calc(100% - 48px);
    max-width: 1480px;
  }
.site-header .site-brand,
  .site-header .site-nav-shell {
    column-gap: 28px;
    min-height: 64px;
  }
.site-header .site-brand {
    display: grid;
    align-items: center;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
.site-header .site-brand__identity-wrap {
    grid-column: 1;
    position: relative;
    z-index: 9;
    width: auto;
    min-width: 0;
    pointer-events: auto;
  }
.site-header .site-brand__identity {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    width: auto;
    max-width: 100%;
  }
.site-header .site-brand__logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
.site-header .site-brand__logo img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 46px;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
  }
.site-header .site-brand__copy,
  .site-header .hotline-box,
  .site-header .mobile-nav-brand,
  .site-header .mobile-nav-actions,
  .site-header .site-nav-shell__cta {
    display: none;
  }
.site-header .header__top_menu {
    position: absolute;
    inset: 0;
    height: 64px;
    padding: 0;
    background: transparent;
    background-image: none;
    box-shadow: none;
    border-bottom: 0;
    pointer-events: none;
    z-index: 4;
  }
.site-header .site-nav-shell {
    display: grid;
    align-items: center;
    height: 64px;
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    pointer-events: none;
  }
.site-header #menu-site-default {
    grid-column: 2;
    justify-self: stretch;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 64px;
    background: transparent;
    background-image: none;
    overflow: visible;
    pointer-events: auto;
  }
.site-header #menu-site-default > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    width: 100%;
    gap: 4px;
    margin: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    flex-wrap: nowrap;
  }
.site-header #menu-site-default > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    color: #607165;
    background: transparent;
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
  }
.site-header #menu-site-default > ul > li > a:hover,
  .site-header #menu-site-default > ul > li:hover > a,
  .site-header #menu-site-default > ul > li.active > a,
  .site-header #menu-site-default > ul > li.current > a {
    color: #2e9f3c;
    background: #eaf7e5;
  }
.site-header .site-brand__search {
    grid-column: 3;
    position: relative;
    z-index: 8;
    width: 100%;
    justify-self: end;
    pointer-events: auto;
  }
.site-header .site-brand__search .hero__search__form {
    display: block;
    float: none;
    width: 100%;
    max-width: 220px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #d6e8cf;
    border-radius: 8px;
    background: #f6fbf3;
    box-shadow: none;
    overflow: hidden;
  }
.site-header .site-brand__search .hero__search__form form {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    background: transparent;
  }
.site-header .site-brand__search .hero__search__categories {
    position: static;
    float: none;
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: #2e9f3c;
  }
.site-header .site-brand__search .hero__search__categories span {
    display: none;
  }
.site-header .site-brand__search .hero__search__form input {
    float: none;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 40px;
    padding: 0 10px 0 4px;
    border: 0;
    background: transparent;
    font-size: 13px;
    color: #17301a;
  }
.site-header .site-brand__search .search__button {
    position: static;
    display: block;
    flex: 0 0 58px;
    width: 58px;
    height: 40px;
    padding: 0;
  }
.site-header .site-brand__search .search__button button {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    background: #2f9e34;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
.site-header .site-brand__aside {
    grid-column: 4;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    min-width: 0;
    justify-content: flex-end;
    pointer-events: auto;
  }
.site-header .cart-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 8px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
  }
.site-header .cart-icon-btn i {
    color: #17301a;
    font-size: 17px;
  }
.site-header .cart-icon-btn:hover {  
    color: #2e9f3c;
  }

.site-header .cart-badge {
    top: -4px;
    right: -4px;
    background: #e53935;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
.site-header .header__brand {
    padding: 10px 0 0;
  }
.site-header .header__brand > .container,
  .site-header .header__top_menu > .container {
    width: calc(100% - 32px);
  }
.site-header .site-brand {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 190px) 46px;
    column-gap: 12px;
    min-height: 64px;
    align-items: center;
  }
.site-header .site-brand__identity-wrap {
    display: block;
    grid-column: 1;
  }
.site-header .site-brand__identity {
    min-height: 64px;
  }
.site-header .site-brand__copy {
    display: flex;
  }
.site-header .site-brand__logo img {
    max-width: 180px;
    max-height: 44px;
  }
.site-header .site-brand__search {
    grid-column: 2;
    justify-self: stretch;
  }
.site-header .site-brand__search .hero__search__form {
    max-width: none;
    width: 100%;
    height: 38px;
  }
.site-header .site-brand__search .hero__search__form form,
  .site-header .site-brand__search .hero__search__form input,
  .site-header .site-brand__search .search__button,
  .site-header .site-brand__search .search__button button,
  .site-header .site-brand__search .hero__search__categories {
    height: 38px;
    min-height: 38px;
  }
.site-header .site-brand__search .hero__search__categories {
    flex-basis: 34px;
    width: 34px;
    min-width: 34px;
  }
.site-header .site-brand__search .hero__search__form input {
    padding: 0 8px 0 2px;
    font-size: 12px;
  }
.site-header .site-brand__search .search__button {
    flex-basis: 46px;
    width: 46px;
  }
.site-header .site-brand__search .search__button button {
    padding: 0 6px;
    font-size: 10px;
  }
.site-header .site-brand__aside {
    grid-column: 3;
    justify-content: flex-end;
  }
.site-header .cart-icon-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
.site-header .header__top_menu {
    position: static;
    inset: auto;
    height: auto;
    padding: 8px 0 12px;
    border-top: 1px solid #edf3ea;
    pointer-events: auto;
  }
.site-header .site-nav-shell {
    display: block;
    height: auto;
    min-height: 0;
    pointer-events: auto;
  }
.site-header #menu-site-default {
    display: block;
    height: auto;
    pointer-events: auto;
  }
.site-header #menu-site-default > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: auto;
    min-height: 0;
    padding: 0;
  }
.site-header #menu-site-default > ul > li {
    display: flex;
  }
.site-header #menu-site-default > ul > li > a {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
.site-header #menu-site-default > ul > li > a {
    font-size: 14px;
    white-space: normal;
    text-wrap: balance;
    text-align: center;
    line-height: 1.2;
    padding: 6px 8px;
    min-height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
.site-header {
    --header-search-col: 150px;
    --header-cart-col: 40px;
    --header-gap: 8px;
  }
.site-header #menu-site-default > ul {
    gap: 2px;
  }
.site-header #menu-site-default > ul > li > a,
  #menu-site-default > ul > li > a {
    min-height: 40px;
    padding: 6px 8px;
    font-size: 14px;
    white-space: normal;
    text-wrap: balance;
    text-align: center;
    line-height: 1.15;
  }
.site-header .site-brand__search .hero__search__form {
    max-width: 150px;
  }
.site-header .site-brand__search .search__button {
    width: 42px;
    flex-basis: 42px;
  }

}

@media (min-width: 992px) and (max-width: 1099px) {
.site-header #menu-site-default > ul > li > a {
    min-height: 40px;
    padding: 6px 8px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }
.site-header .site-brand__search .hero__search__form {
    max-width: 150px;
    height: 36px;
  }
.site-header .site-brand__search .hero__search__form input {
    padding: 0 6px 0 2px;
    font-size: 12px;
  }

}

@media (min-width: 992px) and (max-width: 1279px) {
.site-header {
    --header-logo-col: 0px;
    --header-search-col: 220px;
    --header-cart-col: 46px;
    --header-gap: 18px;
  }
.site-header .site-brand__identity,
  .site-header .site-nav-shell,
  .site-header #menu-site-default,
  .site-header #menu-site-default > ul {
    height: 58px;
    min-height: 58px;
  }
.site-header .header__top_menu {
    height: 58px;
  }
.site-header .site-brand__logo,
  .site-header .site-brand__logo img {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    max-height: 54px;
  }
.site-header #menu-site-default > ul {
    gap: 4px;
  }
.site-header #menu-site-default > ul > li > a {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 16px;
  }
.site-header .site-brand__search .hero__search__form {
    height: 36px;
  }
.site-header .site-brand__search .hero__search__form form,
  .site-header .site-brand__search .hero__search__form input,
  .site-header .site-brand__search .search__button,
  .site-header .site-brand__search .search__button button {
    height: 36px;
    min-height: 36px;
  }
.site-header .site-brand__search .hero__search__categories {
    width: 32px;
    min-width: 32px;
    height: 36px;
    flex-basis: 32px;
  }
.site-header .site-brand__search .hero__search__form input {
    font-size: 12px;
  }
.site-header .site-brand__search .search__button {
    width: 52px;
    flex-basis: 52px;
  }
.site-header .site-brand__search .search__button button {
    padding: 0 8px;
    font-size: 12px;
  }
.site-header .cart-icon-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 6px;
  }
.site-header .cart-icon-btn i {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
.site-header {
    --header-logo-col: 0px;
    --header-search-col: 150px;
    --header-cart-col: 40px;
    --header-gap: 8px;
  }
.site-header #menu-site-default > ul > li > a {
    padding: 6px 6px;
    font-size: 14px;
  }
.site-header .site-brand__search .hero__search__form {
    border-radius: 6px;
  }

} .humberger__menu__overlay {
    background: rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(2px);
  }
.humberger__menu__wrapper {
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 10px 0 34px rgba(0, 0, 0, 0.24) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
.mobile-drawer__header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 18px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
  }
.mobile-drawer__brand {
    display: inline-flex;
    align-items: center;
  }
.mobile-drawer__brand img {
    width: auto;
    max-width: 168px;
    max-height: 42px;
    object-fit: contain;
  }
.mobile-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    line-height: 1;
  }
.humberger__menu__nav.mobile-menu {
    margin: 0;
    padding: 10px 0;
    position: relative;
    min-height: calc(100vh - 64px);
    overflow: hidden;
  }
.humberger__menu__nav.mobile-menu > ul {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 64px);
    background: #fff;
    transition: transform 0.24s ease, opacity 0.2s ease;
  }
.humberger__menu__nav.mobile-menu.mobile-menu--in-subpanel > ul:first-child {
    transform: translateX(-18%);
    opacity: 0;
    pointer-events: none;
  }
.humberger__menu__nav.mobile-menu > ul:first-child.is-current-panel {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__stage {
    position: absolute;
    inset: 0;
    z-index: 5;
    min-height: calc(100vh - 64px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.24s ease, opacity 0.2s ease, visibility 0.2s ease;
    overflow-y: auto;
  }
.humberger__menu__nav.mobile-menu.mobile-menu--in-subpanel .mobile-menu__stage {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
.humberger__menu__nav.mobile-menu .mobile-menu__stage-list {
    min-height: calc(100vh - 64px);
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__stage-list .header__menu__dropdown {
    display: none;
  }
.humberger__menu__nav.mobile-menu li {
    border-bottom: 1px solid #ececec;
  }
.humberger__menu__nav.mobile-menu li.mobile-menu__item--has-submenu {
    position: static;
    display: flex;
    align-items: stretch;
  }
.humberger__menu__nav.mobile-menu li > a {
    flex: 1 1 auto;
    min-height: 52px;
    padding: 15px 16px 15px 22px;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__toggle {
    position: static;
    flex: 0 0 56px;
    width: 40px;
    height: auto;
    min-height: 52px;
    color: #111;
    font-size: 22px;
    line-height: 1;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 64px);
    padding: 0 0 18px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.24s ease, opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: none;
    overflow-y: auto;
    z-index: 3;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown.is-current-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown.is-parent-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-18%);
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown li > a {
    min-height: 44px;
    padding: 12px 52px 12px 34px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown {
    left: 0;
    background: #fff;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown li > a {
    padding-left: 48px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__panel-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0;
    border-bottom: 8px solid #f2f2f2;
    background: #fff;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__panel-head > span {
    display: block;
    padding: 0 22px 16px;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    width: 100%;
    padding: 12px 22px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__back i {
    font-size: 18px;
  }
.mobile-drawer__quicklinks {
    display: grid;
    gap: 0;
    margin: 10px 0 0;
    border-top: 8px solid #f2f2f2;
    border-bottom: 8px solid #f2f2f2;
  }
.mobile-drawer__quicklinks a,
  .humberger__menu__contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 12px 22px;
    border-bottom: 1px solid #ececec;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
.humberger__menu__contact {
    padding: 0 0 18px !important;
  }
.humberger__menu__contact ul li {
    margin: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 992px) {
.site-header {
    background: #fff;
    border-bottom: 1px solid #dfeadd;
    box-shadow: 0 4px 18px rgba(21, 71, 28, 0.06);
  }
.site-header .header__brand {
    position: relative;
    z-index: auto;
    padding: 0;
    background: transparent;
  }
.site-header .header__brand > .container,
  .site-header .header__top_menu > .container {
    width: calc(100% - 48px);
    max-width: 1880px;
  }
.site-header .site-brand,
  .site-header .site-nav-shell {
    min-height: 76px;
  }
.site-header {
    --header-logo-col: 0px;
    --header-search-col: 340px;
    --header-cart-col: 64px;
    --header-gap: 24px;
  }
.site-header .site-brand {
    display: grid;  
    align-items: center;
    column-gap: var(--header-gap);
    gap: 0;
    min-height: 64px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
.site-header .site-brand__identity-wrap {
    display: none;
    grid-column: 1;
    position: relative;
    z-index: 30;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
.site-header .site-brand__identity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    margin: 0;
  }
.site-header .site-brand__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
.site-header .site-brand__logo img {
    display: block;
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 1;
    visibility: visible;
  }
.site-header .header__top_menu {
    position: absolute;
    inset: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    box-shadow: none;
    border-bottom: 0;
    pointer-events: none;
    z-index: 20;
  }
.site-header .site-nav-shell {
    display: grid;
    align-items: center;
    grid-template-columns: var(--header-logo-col) minmax(0, 1fr) var(--header-search-col) var(--header-cart-col);
    column-gap: var(--header-gap);
    width: 100%;
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    pointer-events: none;
  }
.site-header #menu-site-default {
    grid-column: 2;
    justify-self: stretch;
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 64px;
    background: transparent;
    background-image: none;
    overflow: visible;
    pointer-events: auto;
    z-index: 25;
  }
.site-header #menu-site-default > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: transparent;
    background-image: none;
    flex-wrap: nowrap;
  }
.site-header #menu-site-default > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    color: #607165;
    background: transparent;
    border: 0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
    line-height: 1.1;
    transition: background 0.15s ease, color 0.15s ease;
  }
.site-header .site-brand__search {
    grid-column: 3;
    position: relative;
    z-index: 30;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    pointer-events: auto;
  }
.site-header .site-brand__search .hero__search__form {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
    height: 40px;
    margin-left: 0;
    border: 1px solid #d6e8cf;
    border-radius: 15px;
    background: #f6fbf3;
    box-shadow: none;
    overflow: hidden;
  }
.site-header .site-brand__aside {
    grid-column: 4;
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    justify-content: center;
    pointer-events: auto;
  }
.site-header .cart-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 8px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #17301a;
    box-shadow: none;
  }
.site-header .cart-icon-btn:hover {
    color: #2C9B28;
  
  }
.site-header .cart-icon-btn i {
    color: #2e9f3c;
    font-size: 17px;
  }
.site-header .cart-icon-btn:hover i {
    color: #fff;
  }

} .site-header {
  background: #fff;
}
.mobile-nav-brand,
.mobile-nav-actions,
.mobile-search-panel {
  display: none;
}

@media (min-width: 992px) {
.site-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    border-bottom: 1px solid #dfeadd;
    box-shadow: 0 6px 16px rgba(21, 71, 28, 0.06);
  }
.site-header .header__brand {
    display: block;
    position: relative;
    z-index: 10;
    padding: 10px 0 0;
    background: #fff;
  }
.site-header .header__brand > .container,
  .site-header .header__top_menu > .container {
    width: calc(100% - 32px);
    /* max-width: 1480px; */
    margin: 0 auto;
    padding: 0;
  }
.site-header .site-brand {
    display: grid;
    grid-template-columns: 210px minmax(280px, 1fr) 170px 220px 150px;
    align-items: center;
    gap: 14px;
    min-height: 90px;
    padding: 0 0 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
.site-header .site-brand__identity-wrap {
    display: block;
    grid-column: 1;
    width: 210px;
    max-width: 210px;
    min-width: 0;
  }
.site-header .site-brand__identity {
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: 210px;
    max-width: 210px;
  }
.site-header .site-brand__logo {
    display: inline-flex;
    align-items: center;
    width: 210px;
    min-width: 210px;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
.site-header .site-brand__logo img {
    display: block;
    width: 210px;
    max-width: 210px;
    height: auto;
    max-height: 82px;
    border-radius: 0;
    object-fit: contain;
  }
.site-header .site-brand__search {
    display: block;
    grid-column: 2;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    align-self: center;
  }
.site-header .site-brand__search .hero__search__form {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 0;
    border: 1px solid #d8e8d2;
    border-radius: 15px;
    background: #f7fbf4;
    box-shadow: none;
    overflow: hidden;
  }
.site-header .site-brand__search .hero__search__form form {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    background: transparent;
  }
.site-header .site-brand__search .hero__search__categories {
    display: none;
  }
.site-header .site-brand__search .hero__search__form input {
    float: none;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 44px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    font-size: 13px;
    color: #17301a;
  }
.site-header .site-brand__search .search__button {
    position: static;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
  }
.site-header .site-brand__search .search__button button {
    width: 100% ;
    min-width: 0 ;
    height: 44px ;
    padding: 1px ;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }
.site-header .site-brand__search .search__button button i {
    margin: 0;
  }
.site-header .site-brand__aside {
    display: contents;
    grid-column: auto;
    min-width: 0;
  }
.site-header .header-hotline:first-child {
    grid-column: 3;
  }
.site-header .header-hotline:nth-child(2) {
    grid-column: 4;
  }
.site-header .cart_postion {
    grid-column: 5;
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;   
  }
.site-header .header-hotline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-decoration: none;
  }
.site-header .header-hotline__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2c9b28, #55ae16);
    color: #fff;
    font-size: 16px;
  }
.site-header .header-hotline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.15;
    min-width: 0;
  }
.site-header .header-hotline__label {
    color: #5b6a5d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
.site-header .header-hotline__number {
    color: #17301a;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: anywhere;
  }
.site-header .header-hotline__number:hover {
    color: #2c9b28;
  }
.site-header .header-hotline:hover .header-hotline__number,
  .site-header .header-hotline:focus .header-hotline__number,
  .site-header .header-hotline:hover .header-hotline__label,
  .site-header .header-hotline:focus .header-hotline__label {
    color: #2c9b28;
  }
.site-header .cart-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 44px;
    min-height: 44px;
    padding: 0 14px;
    box-shadow: none;
    gap: 10px;
  }
.site-header .cart-icon-btn__label {
    display: inline;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
.site-header .cart-icon-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2c9b28, #55ae16);
    color: #fff;
  }
.site-header .header__top_menu {
    position: relative;
    inset: auto;
    z-index: 9;
    padding: 0;
    background: linear-gradient(135deg, #2c9b28, #63bd10);
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    border-radius: 0;
    border: 0;
    pointer-events: auto;
  }
.site-header .site-nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    column-gap: 0;
    height: auto;
    min-height: 48px;
    pointer-events: auto;
  }
.site-header .site-nav-shell__cta,
  .site-header .mobile-nav-brand,
  .site-header .mobile-nav-actions {
    display: none;
  }
.site-header #menu-site-default {
    display: block;
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: visible;
    pointer-events: auto;
  }
.site-header #menu-site-default > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0 40px;
    flex-wrap: wrap;

  }
.site-header .site-nav-branch {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
.site-header .site-nav-branch a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: inherit;
    transition: color 0.2s ease;
  }
.site-header .site-nav-branch:hover,
  .site-header .site-nav-branch:focus-within {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }
.site-header .site-nav-branch a:hover,
  .site-header .site-nav-branch a:focus {
    color: inherit;
    text-decoration: none;
  }
.site-header .site-nav-branch__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    font-size: 16px;
  }
.site-header .site-nav-branch__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }
.site-header #menu-site-default > ul > li {
    margin: 0;
    display: flex;
    border: 0;
  }
.site-header #menu-site-default > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.1;
    letter-spacing: 0;
    box-shadow: none;
  }
.site-header #menu-site-default > ul > li > a::before,
  .site-header #menu-site-default > ul > li > a::after {
    content: none;
    display: none;
  }
.site-header #menu-site-default > ul > li.dropdown > a::after {
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: currentColor;
  }
.site-header #menu-site-default > ul > li > a:hover,
  .site-header #menu-site-default > ul > li:hover > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
  }
.site-header #menu-site-default > ul > li.active > a,
  .site-header #menu-site-default > ul > li.current > a {
    color: #ffc107;
    background: transparent;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
.site-header .site-brand {
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 8px;
  }
.site-header .site-brand__identity-wrap,
  .site-header .site-brand__identity,
  .site-header .site-brand__logo {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
  }
.site-header .site-brand__logo img {
    width: 180px;
    max-width: 180px;
    max-height: 70px;
    border-radius: 0;
    object-fit: contain;
  }
.site-header .site-brand__search .search__button {
    flex-basis: 44px;
    width: 44px;
  }
.site-header .site-brand__search .hero__search__form {
    max-width: none;
  }
.site-header .site-brand__aside {
    display: flex;
    grid-column: 3;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    min-width: 0;
  }
.site-header .header-hotline:first-child,
  .site-header .header-hotline:nth-child(2),
  .site-header .cart_postion {
    grid-column: auto;
  }
.site-header .header-hotline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    gap: 0;
  }
.site-header .header-hotline__icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
    color: #2c9b28;
    font-size: 18px;
    background: transparent;
  }


.site-header .cart-icon-btn__label {
        display: none;
    }

.site-header .header-hotline__content {
    display: none;
  }
.site-header .cart_postion {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    min-width: 44px;
    flex: 0 0 44px;
  }
.site-header .cart-icon-btn {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 0;
    gap: 0;
  }
.site-header .cart-icon-btn i {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
    background: transparent;
    color: #2c9b28;
  }
.site-header .site-nav-branch {
    display: none;
  }
.site-header #menu-site-default > ul {
    gap: 3px;
  }
.site-header #menu-site-default > ul > li > a {
    min-height: 44px;
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
.site-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    border-bottom: 1px solid #d8e8d2;
    box-shadow: 0 2px 12px rgba(44, 155, 40, 0.12);
  }
.site-header .site-nav-branch,
.site-header .site-nav-branch__text {
    display: none;
  }
.site-header .header__top_menu {
    position: relative;
    height: auto;
    min-height: 64px;
    padding: 8px 0;
    background: linear-gradient(135deg, #f8fff5, #eef9e8);
    border-bottom: 1px solid #d8e8d2;
    box-shadow: none;
  }
.site-header .header__top_menu > .container {
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 0;
  }
.site-header .site-nav-shell {
    display: grid;
    grid-template-columns: minmax(44px, 1fr) auto minmax(88px, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 48px;
  }
.site-header .header-hotline {
    display: none;
  }
.mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-width: 0;
  }
.mobile-nav-brand img {
    display: block;
    width: 168px;
    max-width: 168px;
    height: auto;
    max-height: 66px;
    border-radius: 0;
    object-fit: contain;
  }
.site-nav-shell__cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
    align-self: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
.mobile-nav-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    width: auto;
    gap: 6px;
  }
.mobile-contact-link,
  .humberger__open,
  .mobile-search-toggle,
  .mobile-cart-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d8e8d2;
    color: #1d6f24;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(44, 155, 40, 0.08);
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
.mobile-contact-link {
    text-decoration: none;
  }
.mobile-contact-link i,
  .mobile-search-toggle i,
  .mobile-cart-toggle i,
  .humberger__open i {
    color: #1d6f24;
    visibility: visible;
    opacity: 1;
  }
.mobile-cart-toggle .cart-badge {
    top: -3px;
    right: -3px;
    background: #e53935;
    color: #fff;
    width: 18px;
    height: 18px;
    min-width: 18px;
    font-size: 10px;
    line-height: 18px;
  }
.site-header .cart-dropdown.open,
  body > .cart-dropdown.cart-dropdown--mobile.open {
    position: fixed;
    top: 64px;
    right: 12px;
    left: auto;
    width: 320px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    z-index: 100000;
  }
.mobile-search-panel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 100001;
    width: min(88vw, 380px);
    max-width: 380px;
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(180deg, #f5fff3 0%, #ffffff 24%, #eef8e8 100%);
    box-shadow: -18px 0 40px rgba(15, 49, 21, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease, visibility 0.28s ease;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
.mobile-search-panel.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
html,
body {
    overflow-x: hidden;
}
.mobile-search-panel__head {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 72px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #2c9b28, #63bd10);
    color: #ffffff;
  }
.mobile-search-panel__title {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
  }
.mobile-search-panel__eyebrow {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
.mobile-search-panel__head strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
  }
.mobile-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 20px;
  }
.mobile-search-panel__body {
    padding: 18px 16px 24px;
  }
.mobile-search-panel .hero__search__form {
    width: 100%;
    height: auto;
    float: none;
    border: 1px solid rgba(44, 155, 40, 0.16);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(20, 63, 27, 0.08);
    overflow: hidden;
  }
.mobile-search-panel .hero__search__form form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    align-items: center;
    min-height: 54px;
    background: #fff;
  }
.mobile-search-panel .hero__search__categories {
    display: none;
  }
.mobile-search-panel .hero__search__form input {
    width: 100%;
    height: 54px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    font-size: 15px;
    color: #17301a;
    font-weight: 600;
  }
.mobile-search-panel .search__button {
    grid-column: auto;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex: 0 0 54px;
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
.mobile-search-panel .search__button button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #2c9b28, #55ae16);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
  }
.mobile-search-panel .search__button button i {
    margin: 0;
    line-height: 1;
  }
.mobile-search-panel .hero__search__form input::placeholder {
    color: #6c7b6f;
    opacity: 1;
  }

}

@media (max-width: 575px) {
.site-header .site-nav-shell {
    grid-template-columns: minmax(40px, 1fr) auto minmax(84px, 1fr);
    gap: 6px;
  }
.mobile-nav-brand img {
    width: 144px;
    max-width: 144px;
    max-height: 56px;
    border-radius: 0;
    object-fit: contain;
  }
.mobile-nav-actions {
    gap: 4px;
    justify-self: end;
    width: auto;
  }
.mobile-contact-link,
  .humberger__open,
  .mobile-search-toggle,
  .mobile-cart-toggle {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
} .site-header .cart-icon-btn {
  position: relative;
}
.site-header .cart-icon-btn__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.site-header .cart-icon-btn__icon-wrap .fa-shopping-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .cart-icon-btn__icon-wrap .cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  z-index: 2;
}
.mobile-cart-toggle .cart-icon-btn__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.mobile-cart-toggle .cart-icon-btn__icon-wrap .fa-shopping-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-cart-toggle .cart-icon-btn__icon-wrap .cart-badge {
  position: absolute;
  top: -5px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  z-index: 2;
}

@media (max-width: 991px) {
.humberger__menu__overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10040 !important;
    background: rgba(19, 54, 23, 0.28) !important;
    backdrop-filter: blur(4px);
  }
.humberger__menu__wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    z-index: 10050 !important;
    width: min(88vw, 380px) !important;
    max-width: 380px !important;
    background: linear-gradient(180deg, #f8fff6 0%, #ffffff 22%, #f3f9ef 100%) !important;
    box-shadow: 18px 0 40px rgba(15, 49, 21, 0.18) !important;
    overflow-y: auto !important;
  }
.mobile-drawer__header {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #2c9b28, #63bd10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
.mobile-drawer__title {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
.mobile-drawer__brand,
  .humberger__menu__logo,
  .humberger__menu__tagline {
    display: none;
  }
.humberger__menu__nav.mobile-menu {
    min-height: calc(100vh - 64px);
    padding-top: 0;
  }
.mobile-drawer__close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 20px;
    box-shadow: none;
  }
.humberger__menu__nav.mobile-menu > ul,
  .humberger__menu__nav.mobile-menu .mobile-menu__stage-list,
  .humberger__menu__nav.mobile-menu .header__menu__dropdown {
    background: transparent;
  }
.humberger__menu__nav.mobile-menu li {
    border-bottom: 1px solid rgba(44, 155, 40, 0.1);
  }
.humberger__menu__nav.mobile-menu > ul > li > a,
  .humberger__menu__nav.mobile-menu .mobile-menu__stage-list > li > a,
  .humberger__menu__nav.mobile-menu .header__menu__dropdown > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 15px 18px 15px 22px;
    color: #17301a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
  }
.humberger__menu__nav.mobile-menu > ul > li > a::before,
  .humberger__menu__nav.mobile-menu .mobile-menu__stage-list > li > a::before,
  .humberger__menu__nav.mobile-menu .header__menu__dropdown > li > a::before {
    content: "\f0da";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(44, 155, 40, 0.14), rgba(99, 189, 16, 0.2));
    color: #2c9b28;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  }
.humberger__menu__nav.mobile-menu li > a:hover,
  .humberger__menu__nav.mobile-menu li > a:focus {
    color: #1f7a25;
    background: rgba(44, 155, 40, 0.06);
  }
.humberger__menu__nav.mobile-menu .mobile-menu__toggle {
    flex: 0 0 54px;
    width: 54px;
    min-height: 54px;
    color: #2c9b28;
    font-size: 20px;
    background: transparent;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__toggle i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(44, 155, 40, 0.1);
    color: #2c9b28;
    transition: transform 0.2s ease, background 0.2s ease;
  }
.humberger__menu__nav.mobile-menu li.is-open > .mobile-menu__toggle i,
  .humberger__menu__nav.mobile-menu .mobile-menu__toggle:hover i {
    background: rgba(44, 155, 40, 0.18);
    transform: translateX(1px);
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown li > a {
    padding-left: 30px;
    color: #27512b;
    font-size: 14px;
    font-weight: 700;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown li > a::before {
    content: "\f105";
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(44, 155, 40, 0.08);
    font-size: 12px;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown li > a {
    padding-left: 40px;
    color: #4a6650;
    font-size: 13px;
    font-weight: 600;
  }
.humberger__menu__nav.mobile-menu .header__menu__dropdown .header__menu__dropdown li > a::before {
    content: "\f111";
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: transparent;
    color: #63bd10;
    font-size: 7px;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__panel-head {
    border-bottom: 1px solid rgba(44, 155, 40, 0.1);
    background: linear-gradient(180deg, rgba(44, 155, 40, 0.08), rgba(255, 255, 255, 0.8));
  }
.humberger__menu__nav.mobile-menu .mobile-menu__panel-head > span {
    padding: 0 22px 16px;
    color: #17301a;
    font-size: 18px;
    font-weight: 900;
    text-transform: none;
  }
.humberger__menu__nav.mobile-menu .mobile-menu__back {
    color: #2c9b28;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
  }
.mobile-drawer__quicklinks,
  .humberger__menu__contact {
    display: none;
  }
}

@media (max-width: 991px) {
  .trust-strip {
    display: none !important;
  }
}

@media (min-width: 992px) {
.trust-strip .container {
    width: calc(100% - 32px);
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
.trust-strip .row {
    margin-left: 0;
    margin-right: 0;
  }
.trust-strip .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
.trust-strip .row > [class*="col-"]:first-child {
    padding-left: 0;
  }
.trust-strip .row > [class*="col-"]:last-child {
    padding-right: 0;
  }
.trust-item {
    width: 100%;
  }
} /* Product section tone and title layout */
#maincontent.site-main--home .home-products {
  gap: 30px;
}
#maincontent.site-main--home .home-product-section {
  padding: 18px 0 8px;
  border-top: 1px solid rgba(44, 155, 40, 0.12);
  background: linear-gradient(180deg, #f7fff4 0%, #ffffff 42%, #f8fff6 100%);
}
#maincontent.site-main--home .home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 0 10px;
  border-left: 0;
}
#maincontent.site-main--home .home-section-head .section-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #1f7a25;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  background: transparent;
}
#maincontent.site-main--home .home-section-head .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 76px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c9b28, #8fd121);
}
#maincontent.site-main--home .home-section-head .section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  font-size: 15px;
}
#maincontent.site-main--home .section-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(44, 155, 40, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: #2c9b28;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
#maincontent.site-main--home .section-view-all:hover,
#maincontent.site-main--home .section-view-all:focus {
  border-color: #2c9b28;
  background: #f0faec;
  color: #1f7a25;
  text-decoration: none;
}
#maincontent.site-main--home .home-product-row .product-card {
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(31, 122, 37, 0.07);
}
#maincontent.site-main--home .home-product-row .product-card:hover {
  border-color: rgba(44, 155, 40, 0.32);
  box-shadow: 0 14px 28px rgba(31, 122, 37, 0.11);
}
#maincontent.site-main--home .product-image {
  background: linear-gradient(135deg, #f0faec, #fbfff8);
}
#maincontent.site-main--home .product-cat {
  color: #5b8f20;
}
#maincontent.site-main--home .product-title a {
  color: #17301a;
}
#maincontent.site-main--home .product-title a:hover {
  color: #2c9b28;
}
#maincontent.site-main--home .product-price .current-price {
  color: #d71920;
}
#maincontent.site-main--home .product-badges .badge-new {
  color: #ffffff;
}
#maincontent.site-main--home .btn-add-to-cart {
  border-radius: 8px;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  box-shadow: 0 8px 16px rgba(44, 155, 40, 0.2);
}
#maincontent.site-main--home .btn-add-to-cart:hover,
#maincontent.site-main--home .btn-add-to-cart:focus {
  background: linear-gradient(135deg, #1f7a25, #4f9600);
  box-shadow: 0 10px 18px rgba(44, 155, 40, 0.26);
}
#maincontent.site-main--home .product-price--contact .current-price {
  color: #d71920;
}
#maincontent.site-main--home .btn-add-to-cart--quote {
  border: 1px solid rgba(44, 155, 40, 0.28);
  color: #fff;
  box-shadow: none;
}
#maincontent.site-main--home .btn-add-to-cart--quote:hover,
#maincontent.site-main--home .btn-add-to-cart--quote:focus {
  border-color: #2c9b28;
  background: linear-gradient(135deg, #1f7a25, #4f9600);
  color: #fff;
  box-shadow: 0 8px 16px rgba(44, 155, 40, 0.14);
}
#maincontent.site-main--home .home-products-more {
  display: flex;
  justify-content: center;
  padding: 4px 0 18px;
  text-align: center;
}
#maincontent.site-main--home .home-products-more__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(44, 155, 40, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(44, 155, 40, 0.18);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#maincontent.site-main--home .home-products-more__link:hover,
#maincontent.site-main--home .home-products-more__link:focus {
  background: linear-gradient(135deg, #1f7a25, #4f9600);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(44, 155, 40, 0.24);
  transform: translateY(-1px);
}
.home-products-pagination {
  display: flex;
  justify-content: center;
  margin: 28px 0 8px;
}
.home-products-pagination__inner {
  padding: 12px 16px;

}
.home-products-pagination__inner .pagination {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.home-products-pagination__inner .pagination > li {
  display: inline-flex;
}
.home-products-pagination__inner .pagination > li > a,
.home-products-pagination__inner .pagination > li > span {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(59, 125, 89, 0.14);
  background: #fff;
  color: #2f6b4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(30, 86, 62, 0.08);
  transition: all 0.2s ease;
}
.home-products-pagination__inner .pagination > li > a:hover,
.home-products-pagination__inner .pagination > li > span:hover,
.home-products-pagination__inner .pagination > li > a:focus,
.home-products-pagination__inner .pagination > li > span:focus {
  background: #f2fbf4;
  border-color: rgba(59, 125, 89, 0.3);
  color: #1d5d3f;
  transform: translateY(-1px);
}
.home-products-pagination__inner .pagination > .active > a,
.home-products-pagination__inner .pagination > .active > span,
.home-products-pagination__inner .pagination > .active > a:hover,
.home-products-pagination__inner .pagination > .active > span:hover,
.home-products-pagination__inner .pagination > .active > a:focus,
.home-products-pagination__inner .pagination > .active > span:focus {
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 28px rgba(45, 123, 82, 0.28);
}
.home-products-pagination__inner .pagination > .disabled > a,
.home-products-pagination__inner .pagination > .disabled > span,
.home-products-pagination__inner .pagination > .disabled > a:hover,
.home-products-pagination__inner .pagination > .disabled > span:hover,
.home-products-pagination__inner .pagination > .disabled > a:focus,
.home-products-pagination__inner .pagination > .disabled > span:focus {
  background: rgba(255, 255, 255, 0.75);
  color: #9cb1a3;
  border-color: rgba(59, 125, 89, 0.08);
  box-shadow: none;
  transform: none;
}
@media (max-width: 767px) {
  .home-products-pagination__inner {
    width: 100%;
    border-radius: 24px;
    padding: 12px;
  }
  .home-products-pagination__inner .pagination {
    justify-content: center;
    gap: 6px;
  }
  .home-products-pagination__inner .pagination > li > a,
  .home-products-pagination__inner .pagination > li > span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
}
#maincontent.site-main--home .home-product-row {
  row-gap: 14px;
}
#maincontent.site-main--home .home-product-row > [class*="col-"] {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  padding-left: 6px;
  padding-right: 6px;
}
#maincontent.site-main--home .product-card {
  min-height: 100%;
}
#maincontent.site-main--home .product-body--home {
  display: flex;
  flex-direction: column;
  min-height: 168px;
  padding: 11px;
}
#maincontent.site-main--home .product-title {
  min-height: 44px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.35;
}
#maincontent.site-main--home .product-price {
  display: grid;
  grid-template-rows: 22px 16px;
  align-content: start;
  margin-top: auto;
  margin-bottom: 10px;
  min-height: 38px;
  padding: 0;
}
#maincontent.site-main--home .current-price,
#maincontent.site-main--home .sale-price {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}
#maincontent.site-main--home .old-price,
#maincontent.site-main--home .discounts_money,
#maincontent.site-main--home .original-price {
  display: block;
  min-height: 16px;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 14px;
}
#maincontent.site-main--home .btn-add-to-cart {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 13px;
}
.why-choose-us {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: linear-gradient(180deg, #ffffff 0%, #f7fff4 100%);
}
.why-choose-us > .container {
  width: 100%;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}
.why-choose-us__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.08);
}
.why-choose-us__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4px 10px 4px 0;
}
.why-choose-us__eyebrow {
  margin-bottom: 10px;
  color: #2c9b28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.why-choose-us h2 {
  margin: 0 0 12px;
  color: #17301a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}
.why-choose-us p {
  margin: 0;
  color: #607165;
  font-size: 15px;
  line-height: 1.7;
}
.why-choose-us__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-choose-us__list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 12px;
  align-content: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(44, 155, 40, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfff8, #ffffff);
}
.why-choose-us__list i {
  display: inline-flex;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #ffffff;
  font-size: 18px;
}
.why-choose-us__list strong {
  min-width: 0;
  color: #17301a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
.why-choose-us__list span {
  min-width: 0;
  color: #607165;
  font-size: 13px;
  line-height: 1.55;
}
.why-choose-us__list.owl-carousel {
  display: block;
}
.why-choose-us__list.owl-carousel .owl-stage-outer {
  padding-bottom: 4px;
}
.why-choose-us__list.owl-carousel .owl-item li {
  height: 100%;
}
.why-choose-us__list.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.why-choose-us__list.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(44, 155, 40, 0.24) !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.why-choose-us__list.owl-carousel button.owl-dot.active {
  background: #2c9b28 !important;
  transform: scale(1.15);
}
.testimonials {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 12px 0 40px;
  background: linear-gradient(180deg, #f7fff4 0%, #ffffff 100%);
}
.testimonials > .container {
  width: 100%;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}
.testimonials__head {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}
.testimonials__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #2c9b28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.testimonials h2 {
  margin: 0;
  color: #17301a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}
.testimonials .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}
.testimonials .row > [class*="col-"] {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  max-width: 33.333333%;
}
.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 24px 22px 20px;
  border: 1px solid rgba(44, 155, 40, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfff8 100%);
  box-shadow: 0 12px 30px rgba(31, 122, 37, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(44, 155, 40, 0.2);
  box-shadow: 0 16px 34px rgba(31, 122, 37, 0.12);
}
.testimonial-card__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(44, 155, 40, 0.2);
}
.testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  color: #f4b63d;
  font-size: 14px;
}
.testimonial-card__text {
  flex: 1 1 auto;
  margin: 0 0 18px;
  color: #607165;
  font-size: 15px;
  line-height: 1.8;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(44, 155, 40, 0.1);
}
.testimonial-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(44, 155, 40, 0.1);
  color: #2c9b28;
  font-size: 20px;
}
.testimonial-card__name,
.testimonial-card__role {
  margin: 0;
}
.testimonial-card__name {
  color: #17301a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
.testimonial-card__role {
  margin-top: 4px;
  color: #607165;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 1399px) {
#maincontent.site-main--home .home-product-row > [class*="col-"] {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media (max-width: 991px) {
#maincontent.site-main--home .product-image img {
    padding: 14px;
  }
.why-choose-us__inner {
    grid-template-columns: 1fr;
  }
.why-choose-us__intro {
    padding-right: 0;
  }
.testimonials h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
#maincontent.site-main--home .home-products {
    gap: 22px;
  }
#maincontent.site-main--home .home-product-row {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    row-gap: 10px;
  }
#maincontent.site-main--home .home-product-row > [class*="col-"] {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
#maincontent.site-main--home .product-body--home {
    min-height: 148px;
    padding: 9px;
  }
#maincontent.site-main--home .product-title {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.3;
  }
#maincontent.site-main--home .product-cat {
    margin-bottom: 4px;
    font-size: 10px;
  }
#maincontent.site-main--home .current-price,
  #maincontent.site-main--home .sale-price {
    font-size: 14px;
  }
#maincontent.site-main--home .btn-add-to-cart {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 12px;
  }
.why-choose-us {
    padding: 18px 0 26px;
  }
.why-choose-us__inner {
    padding: 18px;
  }
.why-choose-us__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
.why-choose-us h2 {
    font-size: 22px;
  }
.why-choose-us__list li {
    margin: 0;
  }
.testimonials {
    padding: 8px 0 28px;
  }
.testimonials .row > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
.testimonials__head {
    margin-bottom: 18px;
  }
.testimonials h2 {
    font-size: 22px;
  }
.testimonial-card {
    padding: 20px 18px 18px;
  }
}

@media (max-width: 575px) {
#maincontent.site-main--home .home-section-head {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 14px;
  }
#maincontent.site-main--home .section-view-all {
    align-self: auto;
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
  }
#maincontent.site-main--home .home-section-head .section-title {
    min-width: 0;
    font-size: 17px;
  }
#maincontent.site-main--home .home-section-head .section-title i {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }
#maincontent.site-main--home .product-image img {
    padding: 10px;
  }
.testimonial-card__text {
    font-size: 14px;
    line-height: 1.7;
  }
.testimonial-card__author {
    gap: 10px;
  }
.testimonial-card__avatar {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
 /* Full-width catalog/category pages */
#maincontent.site-main--catalog {
  padding-top: 10px;
  overflow-x: hidden;
}
#maincontent.site-main--catalog > .container {
  width: calc(100% - 32px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
#maincontent.site-main--catalog .breadcrumb-shell,
#maincontent.site-main--catalog .breadcrumb-card {
  width: 100%;
  max-width: none;
}
#maincontent.site-main--catalog .breadcrumb-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 13px 16px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fcf7);
  box-shadow: 0 8px 22px rgba(31, 122, 37, 0.06);
  list-style: none;
}
#maincontent.site-main--catalog .breadcrumb-card .sub-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#maincontent.site-main--catalog .breadcrumb-card .sub-breadcrumb:not(:last-child)::after {
  content: "/";
  color: rgba(23, 48, 26, 0.35);
}
#maincontent.site-main--catalog .breadcrumb-card .sub-breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  color: #607165;
  background: transparent;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
#maincontent.site-main--catalog .breadcrumb-card .sub-breadcrumb:last-child a {
  color: #1f7a25;
}
#maincontent.site-main--catalog .page-shell--catalog,
#maincontent.site-main--catalog .page-shell--single {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
}
#maincontent.site-main--catalog .page-shell--single {
  padding: 16px;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.07);
}
#maincontent.site-main--catalog .page-shell--catalog > .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}
#maincontent.site-main--catalog .page-shell--catalog > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
#maincontent.site-main--catalog .page-shell__sidebar--filters {
  flex: 0 0 260px;
  width: 260px;
  max-width: 260px;
}
#maincontent.site-main--catalog .page-shell__content {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  min-width: 0;
}
#maincontent.site-main--catalog .page-shell__sidebar--filters .hero__categories,
#maincontent.site-main--catalog .page-shell__content {
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 122, 37, 0.07);
}
#maincontent.site-main--catalog .page-shell__content {
  padding: 16px;
  height: auto;
  max-height: none;
  overflow: visible;
}
#maincontent.site-main--catalog #category,
#maincontent.site-main--catalog #category .list-product,
#maincontent.site-main--catalog #category > .panel,
#maincontent.site-main--catalog #category > .panel > .panel-body {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: visible;
}
#maincontent.site-main--catalog #category .page-header {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(44, 155, 40, 0.12);
}
#maincontent.site-main--catalog #category .page-header h1 {
  margin: 0;
  color: #17301a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}
#maincontent.site-main--catalog #category .list-product > .row,
#maincontent.site-main--catalog #category .panel-body {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  width: calc(100% + 12px);
  margin-left: -6px;
  margin-right: -6px;
  height: auto;
  max-height: none;
  overflow: visible;
}
#maincontent.site-main--catalog #category .list-product > .row > [class*="col-"],
#maincontent.site-main--catalog #category .panel-body > [class*="col-"],
#body #maincontent.site-main--catalog #category .col-sm-12 {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  float: none;
  clear: none;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0;
}
#maincontent.site-main--catalog #category .product-card,
#maincontent.site-main--catalog #category .thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(44, 155, 40, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31, 122, 37, 0.07);
  overflow: hidden;
}
#maincontent.site-main--catalog #category .product-card:hover,
#maincontent.site-main--catalog #category .thumbnail:hover {
  border-color: rgba(44, 155, 40, 0.3);
  box-shadow: 0 14px 28px rgba(31, 122, 37, 0.11);
}
#maincontent.site-main--catalog #category .product-image {
  aspect-ratio: 1 / 0.78;
  background: linear-gradient(135deg, #f0faec, #fbfff8);
}
#maincontent.site-main--catalog #category .product-image img,
#maincontent.site-main--catalog #category .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#maincontent.site-main--catalog #category .product-info,
#maincontent.site-main--catalog #category .caption {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 11px;
}
#maincontent.site-main--catalog #category .product-title,
#maincontent.site-main--catalog #category .caption h3 {
  min-height: 44px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
#maincontent.site-main--catalog #category .product-title a,
#maincontent.site-main--catalog #category .caption h3 a {
  color: #17301a;
  text-decoration: none;
}
#maincontent.site-main--catalog #category .product-title a:hover,
#maincontent.site-main--catalog #category .caption h3 a:hover {
  color: #2c9b28;
}
#maincontent.site-main--catalog #category .product-price,
#maincontent.site-main--catalog #category .price {
  display: grid;
  grid-template-rows: 22px 16px;
  align-content: start;
  margin-top: auto;
  margin-bottom: 10px;
  min-height: 38px;
  padding: 0 11px 0;
}
#maincontent.site-main--catalog #category .current-price,
#maincontent.site-main--catalog #category .money {
  margin: 0;
  color: #d71920;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}
#maincontent.site-main--catalog #category .old-price,
#maincontent.site-main--catalog #category .discounts_money {
  display: block;
  min-height: 16px;
  margin: 2px 0 0;
  color: #97a397;
  font-size: 12px;
  line-height: 14px;
}
#maincontent.site-main--catalog #category .category-group-section {
  margin-bottom: 30px;
  padding: 18px 0 8px;
  border-top: 1px solid rgba(44, 155, 40, 0.12);
  border-radius: 0;
  background: linear-gradient(180deg, #f7fff4 0%, #ffffff 42%, #f8fff6 100%);
  box-shadow: none;
}
#maincontent.site-main--catalog #category.catalog-home-products {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#maincontent.site-main--catalog #category .category-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 0 10px;
  border-left: 0;
}
#maincontent.site-main--catalog #category .category-group-head .section-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #1f7a25;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  background: transparent;
}
#maincontent.site-main--catalog #category .category-group-head .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 76px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c9b28, #8fd121);
}
#maincontent.site-main--catalog #category .category-group-head .section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #2c9b28, #63bd10);
  font-size: 15px;
}
#maincontent.site-main--catalog #category .category-group-head .section-title a {
  color: #1f7a25;
  text-decoration: none;
}
#maincontent.site-main--catalog #category .category-group-head .section-title a:hover {
  color: #2c9b28;
}
#maincontent.site-main--catalog #category .category-group-head .section-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(44, 155, 40, 0.22);
  border-radius: 8px;
  background: #ffffff;
  color: #2c9b28;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-transform: none;
}
#maincontent.site-main--catalog #category .category-group-head .section-view-all:hover {
  border-color: rgba(44, 155, 40, 0.32);
  background: #f4fff0;
  color: #1f7a25;
}
#maincontent.site-main--catalog #category .category-group-section .home-product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
#maincontent.site-main--catalog #category .category-group-section .home-product-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
#maincontent.site-main--catalog #category .category-group-section .product-card {
  border: 1px solid rgba(46, 159, 60, 0.12);
  border-radius: 8px;
  box-shadow: none;
  background: #ffffff;
}
#maincontent.site-main--catalog #category .category-group-section .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(24, 62, 30, 0.08);
}
#maincontent.site-main--catalog #category .category-group-section .product-image {
  padding: 0;
  background: linear-gradient(135deg, #eff8dd, #d9f0b3);
  aspect-ratio: auto;
}
#maincontent.site-main--catalog #category .category-group-section .product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  border-radius: 0;
}
#maincontent.site-main--catalog #category .category-group-section .product-body--home {
  padding: 12px;
}
#maincontent.site-main--catalog #category .category-group-section .product-title {
  min-height: 48px;
  font-size: 17px;
  line-height: 1.45;
}
#maincontent.site-main--catalog #category .category-group-section .product-category-badge {
  padding: 0 0 8px;
}
#maincontent.site-main--catalog #category .category-group-section .product-category-badge a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--brand-green-strong);
  font-size: 13px;
}
#maincontent.site-main--catalog #category .category-group-section .product-price {
  display: grid;
  grid-template-rows: 22px 16px;
  align-content: start;
  margin-top: auto;
  margin-bottom: 10px;
  min-height: 38px;
  padding: 0;
}
#maincontent.site-main--catalog #category .category-group-section .current-price {
  margin: 0;
  color: #c0392b;
  font-size: 17px;
  line-height: 22px;
}
#maincontent.site-main--catalog #category .category-group-section .old-price,
#maincontent.site-main--catalog #category .category-group-section .discounts_money {
  display: block;
  min-height: 16px;
  margin: 2px 0 0;
  color: #97a397;
  font-size: 12px;
  line-height: 14px;
}
#maincontent.site-main--catalog #category .category-group-section .btn-add-to-cart {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 13px;
}
#maincontent.site-main--catalog #category .category-group-section .btn-add-to-cart--quote {
  border: 1px solid rgba(44, 155, 40, 0.28);
  color: #fff;
  box-shadow: none;
}
#maincontent.site-main--catalog #category .category-group-section .btn-add-to-cart--quote:hover,
#maincontent.site-main--catalog #category .category-group-section .btn-add-to-cart--quote:focus {
  border-color: #2c9b28;
  background: linear-gradient(135deg, #1f7a25, #4f9600);
  color: #fff;
  box-shadow: 0 8px 16px rgba(44, 155, 40, 0.14);
}
#maincontent.site-main--catalog #category .catalog-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}
#maincontent.site-main--catalog #category .catalog-subcats__item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(44, 155, 40, 0.18);
  border-radius: 999px;
  background: #f7fff2;
  color: #1f7a25;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
#maincontent.site-main--catalog #category .catalog-subcats__item:hover {
  border-color: rgba(44, 155, 40, 0.3);
  background: #ebf9df;
  color: #185f1d;
}

@media (max-width: 1399px) {
#maincontent.site-main--catalog #category .list-product > .row > [class*="col-"],
  #maincontent.site-main--catalog #category .panel-body > [class*="col-"],
  #body #maincontent.site-main--catalog #category .col-sm-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media (max-width: 991px) {
#maincontent.site-main--catalog > .container {
    width: calc(100% - 20px);
  }
#maincontent.site-main--catalog .page-shell--catalog > .row {
    flex-wrap: wrap;
  }
#maincontent.site-main--catalog .page-shell__sidebar--filters,
  #maincontent.site-main--catalog .page-shell__content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
#maincontent.site-main--catalog #category .list-product > .row > [class*="col-"],
  #maincontent.site-main--catalog #category .panel-body > [class*="col-"],
  #body #maincontent.site-main--catalog #category .col-sm-12 {
    flex-basis: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767px) {
#maincontent.site-main--catalog .page-shell__content {
    padding: 10px;
  }
#maincontent.site-main--catalog #category .page-header h1 {
    font-size: 20px;
  }
#maincontent.site-main--catalog #category .list-product > .row,
  #maincontent.site-main--catalog #category .panel-body {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    gap: 10px 0;
  }
#maincontent.site-main--catalog #category .list-product > .row > [class*="col-"],
  #maincontent.site-main--catalog #category .panel-body > [class*="col-"],
  #body #maincontent.site-main--catalog #category .col-sm-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
#maincontent.site-main--catalog #category .product-title,
  #maincontent.site-main--catalog #category .caption h3 {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.3;
  }
}

@media (max-width: 359px) {
#maincontent.site-main--catalog #category .list-product > .row > [class*="col-"],
  #maincontent.site-main--catalog #category .panel-body > [class*="col-"],
  #body #maincontent.site-main--catalog #category .col-sm-12 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

/* Homepage compact intro: bring product sections higher in the first viewport */
#maincontent.site-main--home .trust-item {
  min-height: 42px;
  padding: 6px 0;
  gap: 8px;
}

#maincontent.site-main--home .trust-item i {
  font-size: 18px;
}

#maincontent.site-main--home .trust-item strong {
  margin-bottom: 0;
  font-size: 13px;
}

#maincontent.site-main--home .trust-item span {
  font-size: 11px;
}

#maincontent.site-main--home .hero-banner {
  padding-bottom: 6px;
}

#maincontent.site-main--home .hero-banner__panel {
  padding: 12px 28px;
  gap: 12px;
}

#maincontent.site-main--home .hero-banner__eyebrow {
  margin-bottom: 6px;
  font-size: 10px;
}

#maincontent.site-main--home .hero-banner__content h1 {
  font-size: 20px;
  line-height: 1.22;
}

#maincontent.site-main--home .hero-banner__content p {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#maincontent.site-main--home .hero-banner__tags {
  gap: 6px;
}

#maincontent.site-main--home .hero-banner__tags span,
#maincontent.site-main--home .hero-banner__tags a {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
}


#maincontent.site-main--home .hero-banner__button {
  min-width: 120px;
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

#maincontent.site-main--home .hero-banner__actions i {
  font-size: 15px;
}

#maincontent.site-main--home .hero-stat-card {
  min-height: 74px;
  padding: 4px 8px;
}

#maincontent.site-main--home .hero-stat-card i {
  margin-bottom: 4px;
  font-size: 22px;
}

#maincontent.site-main--home .hero-stat-card strong {
  margin-bottom: 2px;
  font-size: 18px;
}

#maincontent.site-main--home .hero-stat-card span {
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 767px) {
#maincontent.site-main--home .trust-item span,
  #maincontent.site-main--home .hero-banner__eyebrow,
  #maincontent.site-main--home .hero-banner__stats {
    display: none;
  }

#maincontent.site-main--home .hero-banner__panel {
    padding: 10px 14px;
  }

#maincontent.site-main--home .hero-banner__content h1 {
    font-size: 17px;
  }
}

/* Compact header/menu: free up first-screen space for products */
@media (min-width: 992px) {
  .site-header .header__brand {
    padding-top: 6px;
  }

  .site-header .site-brand {
    min-height: 72px;
    padding-bottom: 8px;
    gap: 10px;
  
  }

  .site-header .site-brand__identity,
  .site-header .site-brand__identity-wrap,
  .site-header .site-brand__logo {
    width: 190px;
    max-width: 190px;
  }

  .site-header .site-brand__logo {
    min-width: 190px;
  }

  .site-header .site-brand__logo img {
    width: 190px;
    max-width: 140px;
    max-height: 68px;
    padding: 0px 10px;
  }

  .site-header .site-brand__search .hero__search__form,
  .site-header .site-brand__search .hero__search__form form,
  .site-header .site-brand__search .hero__search__form input,
  .site-header .site-brand__search .search__button,
  .site-header .site-brand__search .search__button button {
    height: 38px;
    min-height: 38px;
  }

  .site-header .site-brand__search .search__button {
    flex-basis: 40px;
    width: 40px;
  }

  .site-header .header-hotline {
    gap: 8px;
  }

  .site-header .header-hotline__icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .site-header .header-hotline__label {
    font-size: 11px;
  }

  .site-header .header-hotline__number {
    font-size: 13px;
  }

  .site-header .cart-icon-btn {
    height: 38px;
    min-height: 38px;
    padding: 0 10px;
    gap: 8px;
  }

  .site-header .cart-icon-btn i {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .site-header .site-nav-shell,
  .site-header #menu-site-default,
  .site-header #menu-site-default > ul,
  .site-header .site-nav-branch,
  .site-header .site-nav-branch a {
    min-height: 40px;
    height: 40px;
  }

  .site-header #menu-site-default > ul {
    gap: 3px;
    padding: 0 24px;
  }

  .site-header #menu-site-default > ul > li > a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.1;
  }

  .site-header .site-nav-branch {
    gap: 7px;
    padding: 0 12px;
  }

  .site-header .site-nav-branch__text {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .site-header .site-brand__identity,
  .site-header .site-nav-shell,
  .site-header #menu-site-default,
  .site-header #menu-site-default > ul,
  .site-header .header__top_menu {
    height: 42px;
    min-height: 42px;
  }

  .site-header #menu-site-default > ul > li > a {
    min-height: 36px;
    padding: 4px 8px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .site-header .header__top_menu {
    min-height: 54px;
    padding: 5px 0;
  }

  .site-header .site-nav-shell {
    min-height: 44px;
    grid-template-columns: minmax(40px, 1fr) auto minmax(80px, 1fr);
    gap: 6px;
  }

  .mobile-nav-brand img {
    width: 140px;
    max-width: 140px;
    max-height: 48px;
  }

  .site-nav-shell__cta {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .mobile-contact-link,
  .humberger__open,
  .mobile-search-toggle,
  .mobile-cart-toggle {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    font-size: 18px;
  }

  .site-header .cart-dropdown.open,
  body > .cart-dropdown.cart-dropdown--mobile.open {
    top: 54px;
    max-height: calc(100vh - 72px);
  }
}

@media (max-width: 575px) {
  .site-header .header__top_menu {
    min-height: 48px;
    padding: 4px 0;
  }

  .site-header .site-nav-shell {
    min-height: 40px;
    gap: 4px;
  }

  .mobile-nav-brand img {
    width: 128px;
    max-width: 128px;
    max-height: 44px;
  }

  .site-nav-shell__cta,
  .mobile-contact-link,
  .humberger__open,
  .mobile-search-toggle,
  .mobile-cart-toggle {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    font-size: 17px;
  }

  .mobile-nav-actions {
    gap: 3px;
  }
}
