@charset "UTF-8";
/* ================== Normalize =================== */
/* Fonts */
* {
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1;
}

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

/* ================== Layout =================== */
body.wp-theme-begrow {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  color: #000;
  min-width: 375px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}
body.wp-theme-begrow.body-hidden {
  overflow: hidden;
}

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.container {
  width: 100%;
  max-width: 1202px;
  padding: 0 16px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

.fs-top {
  padding-top: 200px;
}
@media (max-width: 1199px) {
  .fs-top {
    padding-top: 130px;
  }
}

.s-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .s-head {
    margin-bottom: 40px;
  }
}
.s-head .title {
  text-align: center;
}

.im-b {
  position: relative;
  overflow: hidden;
}
.im-b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}

#breadcrumbs {
  position: relative;
  display: flex;
  margin-bottom: 12px;
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
#breadcrumbs span,
#breadcrumbs a {
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
}
#breadcrumbs a {
  transition: 0.3s ease;
  color: rgba(0, 0, 0, 0.4);
}
#breadcrumbs a:hover {
  color: rgba(0, 0, 0, 0.8);
}
#breadcrumbs .breadcrumb_last {
  color: rgb(0, 0, 0);
  pointer-events: none;
  cursor: default;
}

.swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  width: fit-content;
  bottom: 0 !important;
  gap: 20px;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 100% !important;
  border: 1px solid #223145 !important;
}
.swiper-pagination-bullet:hover {
  background: #223145 !important;
}
.swiper-pagination-bullet-active {
  background: #223145 !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 100% !important;
  border: 1px solid #F8EACD !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet:hover {
  background: #F8EACD !important;
}
.swiper-pagination.sec-style .swiper-pagination-bullet-active {
  background: #F8EACD !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgb(34, 49, 69);
  border-radius: 100%;
  transition: 0.3s ease;
  cursor: pointer;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(34, 49, 69, 0.9);
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-button-next svg {
  transform: rotate(180deg);
}

/* ================== Text =================== */
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 400;
}

.fz-h1 {
  position: relative;
  font-size: 65px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .fz-h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fz-h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .fz-h1 {
    font-size: 35px;
  }
}

.fz-h2 {
  font-size: 45px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fz-h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fz-h2 {
    font-size: 22px;
  }
}

.fz-h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .fz-h3 {
    font-size: 28px;
  }
}

.fz-h4 {
  font-size: 24px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  list-style: none;
}

a {
  color: #33363a;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 40px;
  font-size: 24px;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  width: fit-content;
  padding: 0 22px;
  gap: 16px;
}
@media (max-width: 991px) {
  .btn {
    height: 52px;
    font-size: 18px;
  }
}
.btn-primary {
  background: rgb(0, 102, 51);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.btn-border {
  border: 1px solid rgb(0, 102, 51);
  color: rgb(0, 102, 51);
}
.btn-border:hover {
  background: rgb(0, 102, 51);
  color: #f8eacd;
}
.btn-small {
  height: 52px;
  font-size: 18px;
}

.pageError {
  display: flex;
  min-height: inherit;
}
.pageError .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageError .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageError h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.pageError-text1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.pageError-text2 {
  font-size: 16px;
  text-align: center;
  max-width: 320px;
}
.pageError .btn {
  margin-top: 20px;
}

/* ================== MEDIA =================== */
/* ================== Template Parts =================== */
.home .header {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .home .header {
    box-shadow: none;
    background-color: transparent;
  }
}

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 35px;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .header {
    top: 10px;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__col {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header__col {
    display: none;
  }
}
.header .logo img {
  position: relative;
  width: auto;
  height: 60px;
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .menu li a {
  position: relative;
  font-size: 18px;
  color: #000;
  transition: 0.3s ease;
  line-height: 1;
  display: block;
}
.header .menu li a:hover {
  color: rgb(0, 102, 51);
}
.header .menu li.current-menu-item a {
  color: rgb(0, 102, 51);
}

.hamburger {
  position: relative;
  display: none;
}
@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 10px 16px;
  z-index: 100;
  display: none;
}
.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 90px;
}
.mobile-menu .logo {
  position: relative;
  width: auto;
  height: 60px;
}
.mobile-menu .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .menu {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mobile-menu .menu li a {
  font-size: 18px;
}
.mobile-menu .email {
  margin-bottom: 24px;
}

.footer {
  position: relative;
  padding: 110px 0 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 80px;
  }
}
.footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .footer__head {
    flex-direction: column;
    text-align: center;
    gap: 22px;
  }
}
.footer__col {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .footer__col {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.footer-logo {
  position: relative;
  width: 170px;
  height: auto;
}
.footer .wrap {
  display: grid;
  gap: 32px;
}
.footer-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-menu {
    flex-direction: column;
    text-align: center;
  }
}
.footer-menu__title {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  margin-right: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer-menu__title {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.footer .menu {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer .menu {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}
.footer .menu li {
  line-height: 1;
}
.footer .menu li a {
  position: relative;
  font-size: 18px;
  color: #000;
  transition: 0.3s ease;
  line-height: 1;
  display: block;
}
.footer .menu li a:hover {
  color: rgb(0, 102, 51);
}

.email {
  color: rgb(0, 102, 51);
  font-size: 18px;
  height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0, 102, 51);
  transition: 0.3s ease;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .email {
    width: 100%;
    max-width: 290px;
    height: 43px;
    font-size: 16px;
  }
}
.email:hover {
  background-color: rgb(0, 102, 51);
  color: #fff;
}
.email-secondary {
  background-color: rgb(0, 102, 51);
  color: #fff;
  height: 68px;
  font-size: 25px;
  font-weight: 500;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .email-secondary {
    width: 100%;
    max-width: 290px;
    height: 46px;
    font-size: 18px;
  }
}
.email-secondary:hover {
  background-color: #007a3d;
}

.pagination {
  list-style: none;
  padding: 0;
  margin-top: 36px;
}
.pagination .ajax-pagination {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-btn {
  font-size: 16px;
  line-height: 1;
  border-radius: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.pagination-btn.active {
  color: rgb(0, 0, 0);
  pointer-events: none;
}
.pagination-btn:hover {
  color: rgb(0, 0, 0);
  opacity: 1 !important;
}
.pagination-btn.prev, .pagination-btn.next {
  font-weight: 400;
  padding: 0;
  opacity: 0.4;
}

.article {
  position: relative;
}
.article__head {
  margin-bottom: 22px;
}
.article h1.title {
  text-transform: uppercase;
}
.article-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 12px;
}
.article__thumbnail {
  position: relative;
  width: 100%;
  height: 520px;
  margin-top: 24px;
}

.similar-posts {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 110px 0;
}
@media (max-width: 767px) {
  .similar-posts {
    padding: 60px 0;
  }
}
.similar-posts .title {
  text-transform: uppercase;
}
.similar-posts .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}
@media (max-width: 991px) {
  .similar-posts .wrap {
    overflow-x: auto;
    width: calc(100% + 32px);
    left: -16px;
    position: relative;
    padding: 0 16px;
  }
}
.similar-posts .wrap::-webkit-scrollbar {
  display: none;
}
.similar-posts .b-card {
  aspect-ratio: 16/12;
}
@media (max-width: 991px) {
  .similar-posts .b-card {
    min-width: 290px;
    aspect-ratio: 16/16;
  }
}

body.wp-theme-begrow .articleStyles {
  display: grid;
  gap: 24px;
  font-size: 18px;
  line-height: 26px;
}
body.wp-theme-begrow .articleStyles h1,
body.wp-theme-begrow .articleStyles h2,
body.wp-theme-begrow .articleStyles h3,
body.wp-theme-begrow .articleStyles h4,
body.wp-theme-begrow .articleStyles h5 {
  display: block;
  line-height: 1.2;
}
body.wp-theme-begrow .articleStyles h2 {
  font-size: 45px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.wp-theme-begrow .articleStyles h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body.wp-theme-begrow .articleStyles h2 {
    font-size: 22px;
  }
}
body.wp-theme-begrow .articleStyles h3 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.wp-theme-begrow .articleStyles h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.wp-theme-begrow .articleStyles h3 {
    font-size: 18px;
  }
}
body.wp-theme-begrow .articleStyles h4 {
  font-size: 24px;
}
body.wp-theme-begrow .articleStyles ol {
  padding-left: 24px;
  margin: 0;
  display: grid;
  gap: 14px;
}
body.wp-theme-begrow .articleStyles ol li {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  color: inherit;
  margin-bottom: 4px;
  list-style: decimal;
}
body.wp-theme-begrow .articleStyles ol li:last-child {
  margin-bottom: 0;
}
body.wp-theme-begrow .articleStyles ul {
  padding-left: 24px;
  margin: 0;
  display: grid;
  gap: 14px;
}
body.wp-theme-begrow .articleStyles ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 4px;
  position: relative;
  color: inherit;
  list-style: disc;
}
body.wp-theme-begrow .articleStyles ul li:last-child {
  margin-bottom: 0;
}
body.wp-theme-begrow .articleStyles iframe {
  width: 100%;
}
body.wp-theme-begrow .articleStyles p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  display: block;
  color: inherit;
}
body.wp-theme-begrow .articleStyles p:last-child {
  margin-bottom: 0;
}
body.wp-theme-begrow .articleStyles p strong {
  font-weight: 600;
}
body.wp-theme-begrow .articleStyles p a {
  cursor: pointer;
}
body.wp-theme-begrow .articleStyles p a:hover {
  text-decoration: underline;
}
body.wp-theme-begrow .articleStyles a {
  color: inherit;
}
body.wp-theme-begrow .articleStyles .wp-block-image {
  display: block;
  overflow: hidden;
  width: fit-content;
  height: auto;
  margin: 0;
}
body.wp-theme-begrow .articleStyles .wp-block-image figure {
  margin: 0;
}
body.wp-theme-begrow .articleStyles .wp-block-image img {
  height: auto;
  max-width: 100%;
}
body.wp-theme-begrow .articleStyles blockquote {
  border-radius: 18px;
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
}
@media (max-width: 767px) {
  body.wp-theme-begrow .articleStyles blockquote {
    padding: 20px 20px 28px;
  }
}
body.wp-theme-begrow .articleStyles blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: 18px;
  color: inherit;
}
body.wp-theme-begrow .articleStyles blockquote cite {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  body.wp-theme-begrow .articleStyles blockquote cite {
    font-size: 16px;
  }
}
body.wp-theme-begrow .articleStyles blockquote cite em {
  font-style: normal;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-default {
  padding: 40px 40px 40px 124px;
  position: relative;
}
@media (max-width: 767px) {
  body.wp-theme-begrow .articleStyles blockquote.is-style-default {
    padding: 124px 40px 40px 40px;
  }
}
body.wp-theme-begrow .articleStyles blockquote.is-style-default::after {
  content: "";
  background-image: url("/wp-content/themes/arabihub/assets/icons/quote-icon.svg");
  width: 44px;
  height: 37px;
  position: absolute;
  left: 40px;
  top: 40px;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-default p {
  color: #33363a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-light {
  background-image: url("/wp-content/themes/arabihub/assets/images/quote-bg-light.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 12px;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-light p {
  color: #33363a;
  font-size: 24px;
  line-height: 32px;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-dark {
  background-image: url("/wp-content/themes/arabihub/assets/images/quote-bg-dark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 12px;
}
body.wp-theme-begrow .articleStyles blockquote.is-style-dark p {
  color: #f8eacd;
  font-size: 24px;
  line-height: 32px;
}

.wp-theme-arabihub .wpforms-form input {
  width: 100% !important;
  max-width: 100% !important;
  background: #f8eacd !important;
  border: 1.5px solid rgba(164, 152, 123, 0.3019607843) !important;
  height: 52px !important;
  border-radius: 12px !important;
  color: #a4987b !important;
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .wp-theme-arabihub .wpforms-form input {
    height: 48px !important;
  }
}
.wp-theme-arabihub .wpforms-form .wpforms-field {
  padding: 6px 0 !important;
}
.wp-theme-arabihub .wpforms-form .wpforms-submit-container {
  margin-top: 18px !important;
}
.wp-theme-arabihub .wpforms-form .wpforms-submit {
  width: 100%;
  border-radius: 40px;
  height: 68px;
  background-color: rgb(0, 102, 51) !important;
  color: #f8eacd !important;
  font-size: 24px !important;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .wp-theme-arabihub .wpforms-form .wpforms-submit {
    height: 48px;
    font-size: 18px;
  }
}

#modal-form {
  width: 98%;
  max-width: 760px;
  background: #f6ca86;
  border-radius: 32px;
  padding: 68px 104px 104px 104px;
}

.lang-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.lang-wrap .lang-item {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  list-style: none;
}
.lang-wrap .lang-item:hover {
  text-decoration: underline;
}
.lang-wrap .lang-current {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  gap: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
.lang-wrap .lang-current svg path {
  transition: 0.3s ease;
}
.lang-wrap .lang-current:hover {
  color: rgb(0, 102, 51);
}
.lang-wrap .lang-current:hover svg path {
  stroke: rgb(30, 69, 122);
}
.lang-wrap .lang-all {
  height: auto;
  position: absolute;
  left: 0;
  top: 20px;
  display: none;
}
.lang-wrap .lang-all .current-lang {
  display: none !important;
}
.lang-wrap .lang-all__wrap {
  display: grid;
  align-items: center;
  justify-content: center;
}
.lang-wrap .lang-all .lang-item a {
  padding: 5px 0;
  position: relative;
  display: block;
  font-size: 14px;
}

.p-article__head {
  padding: 250px 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-article {
  position: relative;
  padding: 32px 0;
}
.p-article .wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.specifications {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  display: grid;
  gap: 24px;
}
.specifications-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.specifications-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.specifications-item dt {
  position: relative;
  font-weight: 600;
}
.specifications-item dd {
  position: relative;
  padding-left: 20px;
}

.similar-products {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 110px 0;
}
.similar-products .title {
  text-transform: uppercase;
}
.similar-products .products-wrap {
  margin-top: 24px;
}
.similar-products .b-card {
  aspect-ratio: 16/12;
}

.products-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.prod-cat {
  position: relative;
}
.prod-cat__title {
  position: relative;
  margin-bottom: 16px;
}
.prod-cat__desc {
  margin-bottom: 32px;
}
.prod-cat__grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 48px;
  gap: 10px;
}
@media (max-width: 1199px) {
  .prod-cat__grid {
    overflow-x: auto;
    width: calc(100% + 32px);
    left: -16px;
    position: relative;
    padding: 0 16px;
  }
}
.prod-cat__grid::-webkit-scrollbar {
  display: none;
}

.psubcat {
  font-size: 25px;
  width: 100%;
  transition: all 0.4s ease;
  flex: 1;
}
@media (max-width: 1199px) {
  .psubcat {
    min-width: 290px;
    aspect-ratio: 16/16;
  }
}
.psubcat__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  .psubcat__title {
    margin: 0;
    text-align: left;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    padding: 20px 8px;
    display: block;
    width: 100%;
  }
}
.psubcat__block {
  width: 100%;
  height: 364px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: transform 0.4s ease;
  transform-origin: bottom center;
  color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.psubcat__block img {
  transition: transform 0.4s ease;
  transform-origin: bottom center;
}
@media (max-width: 1199px) {
  .psubcat__block {
    height: 100%;
  }
}
.psubcat__content {
  position: absolute;
  z-index: 2;
  width: 400px;
}
@media (max-width: 1199px) {
  .psubcat__content {
    width: 100%;
  }
}
.psubcat__icon {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1199px) {
  .psubcat__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    opacity: 1;
    right: 8px;
    top: 8px;
  }
}
@media (min-width: 1025px) {
  .psubcat:hover .psubcat__block {
    transform: scaleY(1.1);
  }
  .psubcat:hover .psubcat__icon {
    transform: scaleY(0.87) !important;
    opacity: 1;
  }
  .psubcat:hover .psubcat__block img {
    transform: scale(1.1);
    opacity: 1;
  }
  .psubcat:hover .psubcat__title {
    color: rgb(0, 102, 51);
  }
}

.homeBanner {
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .homeBanner {
    padding-top: 130px;
  }
}
@media (max-width: 1199px) {
  .homeBanner {
    padding-bottom: 0;
  }
}
.homeBanner .wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  left: -30px;
}
@media (max-width: 991px) {
  .homeBanner .wrap {
    flex-direction: column;
    align-items: flex-start;
    left: 0;
  }
}
.homeBanner-image {
  position: relative;
  min-width: 600px;
  max-width: 600px;
  height: 706px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .homeBanner-image {
    min-width: 480px;
    max-width: 480px;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .homeBanner-image {
    order: 2;
    min-width: auto;
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/12;
  }
}
.homeBanner .title {
  text-transform: uppercase;
}
.homeBanner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.running-line {
  position: relative;
  padding: 10px 0;
  background: #006633;
  width: 200%;
  position: absolute;
  margin: -60px 0 0 -31px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .running-line {
    order: 2;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
  }
}
.running-line span {
  font-size: 18px;
  color: #fff;
  animation: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .running-line span {
    font-size: 14px;
  }
}
.running-line__wrap {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 12px;
  width: 100%;
}
.running-line__wrap.is-animated {
  animation: marquee 20s linear infinite;
  transform: translateX(0);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-blog {
  position: relative;
  padding: 75px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.home-blog .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .home-blog .wrap {
    overflow-x: auto;
    width: calc(100% + 32px);
    left: -16px;
    position: relative;
    padding: 0 16px;
  }
}
.home-blog .wrap::-webkit-scrollbar {
  display: none;
}
.home-blog-text {
  position: relative;
  text-align: right;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 45px;
  display: block;
}
@media (max-width: 991px) {
  .home-blog-text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .home-blog .b-card {
    min-width: 290px;
  }
}

.hb-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .hb-categories {
    justify-content: start;
    gap: 24px;
  }
}

.hb-category {
  position: relative;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 25px;
}
@media (max-width: 991px) {
  .hb-category {
    font-size: 18px;
  }
}
.hb-category:hover {
  color: rgba(0, 0, 0, 0.6);
}
.hb-category.active {
  color: rgb(0, 102, 51);
}

.blog {
  position: relative;
  padding-top: 250px;
}
@media (max-width: 1199px) {
  .blog {
    padding-top: 130px;
  }
}
.blog .wrap {
  margin-top: 24px;
}

.b-card {
  position: relative;
  height: auto;
  aspect-ratio: 16/16;
  padding: 20px 8px 10px;
}
.b-card__icon {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  transition: 0.4s ease;
  opacity: 0;
  transform: translate(-10px, 10px);
}
@media (max-width: 1199px) {
  .b-card__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    opacity: 1;
    right: 8px;
    top: 8px;
    transform: translate(0px, 0px);
  }
}
.b-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-card__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
}
.b-card__image img {
  transition: 0.3s ease;
}
.b-card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.b-card__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
}
@media (max-width: 767px) {
  .b-card__title {
    font-size: 16px;
  }
}
.b-card__content {
  position: relative;
  z-index: 3;
}
.b-card__date {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  display: block;
}
.b-card__desc {
  margin-bottom: 12px;
}
.b-card__desc p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  color: #fff;
}
@media (max-width: 767px) {
  .b-card__desc p {
    font-size: 12px;
  }
}
.b-card__button {
  display: none;
}
@media (min-width: 1025px) {
  .b-card:hover .b-card__icon {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .b-card:hover .b-card__image::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

#blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) {
  #blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #blog-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#blog-container .b-card:first-child {
  grid-column: 1/-1;
  aspect-ratio: 16/7;
  padding: 32px 12px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #blog-container .b-card:first-child {
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 16px;
    aspect-ratio: 16/24;
  }
}
#blog-container .b-card:first-child .b-card__wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 16px;
  max-width: 470px;
  margin-left: 8%;
}
@media (max-width: 767px) {
  #blog-container .b-card:first-child .b-card__wrap {
    margin-left: 0;
    max-width: 100%;
  }
}
#blog-container .b-card:first-child .b-card__title {
  color: rgb(0, 0, 0);
  max-width: 100%;
}
#blog-container .b-card:first-child .b-card__desc p {
  color: rgb(0, 0, 0);
}
#blog-container .b-card:first-child .b-card__date {
  color: rgba(0, 0, 0, 0.4);
}
#blog-container .b-card:first-child .b-card__button {
  display: flex;
  align-items: center;
  gap: 3px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  #blog-container .b-card:first-child .b-card__button {
    order: -1;
  }
}
@media (max-width: 767px) {
  #blog-container .b-card:first-child .b-card__button svg {
    width: 44px;
    height: auto;
  }
}
#blog-container .b-card:first-child .b-card__button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}
@media (max-width: 767px) {
  #blog-container .b-card:first-child .b-card__button span {
    font-size: 16px;
  }
}
#blog-container .b-card:first-child .b-card__icon {
  display: none !important;
}

.animatedText {
  padding: 240px 0 200px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .animatedText {
    padding: 120px 0 100px;
  }
}
@media (max-width: 991px) {
  .animatedText {
    padding: 90px 0 60px;
  }
}
.animatedText .leaf {
  position: absolute;
}
@media (max-width: 767px) {
  .animatedText .leaf {
    max-width: 90px;
    opacity: 1;
  }
}
.animatedText .leaf-1 {
  left: -80px;
  top: -110px;
}
@media (max-width: 767px) {
  .animatedText .leaf-1 {
    left: -10px;
    top: -90px;
  }
}
.animatedText .leaf-2 {
  right: -80px;
  top: -170px;
}
@media (max-width: 767px) {
  .animatedText .leaf-2 {
    right: -10px;
    top: -80px;
  }
}
.animatedText .leaf-3 {
  bottom: -110px;
  right: -80px;
}
@media (max-width: 767px) {
  .animatedText .leaf-3 {
    right: -10px;
    bottom: -40px;
  }
}
.animatedText .leaf-4 {
  bottom: -110px;
  left: -100px;
}
@media (max-width: 767px) {
  .animatedText .leaf-4 {
    left: -10px;
    bottom: -40px;
  }
}
.animatedText .email {
  width: fit-content;
  margin: 24px auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .animatedText .email {
    width: 100%;
    max-width: 290px;
  }
}

.animated-text {
  transition: color 0.5s ease;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: block;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.animated-text .word-space {
  display: inline-block;
  width: 10px;
}
.animated-text span {
  color: #888;
  transition: color 0.2s linear;
  display: inline-block;
}
.animated-text.active {
  color: rgb(0, 0, 0);
}

.information {
  position: relative;
}
.information .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .information .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.information .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.information .left-side .information__images {
  margin-bottom: 75px;
  display: flex;
}
@media (max-width: 991px) {
  .information .left-side .information__images {
    margin-bottom: 24px;
  }
}
.information .left-side .information-img:nth-child(1) {
  width: 170px;
  height: 190px;
  margin-right: -20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .information .left-side .information-img:nth-child(1) {
    margin-right: -100px;
  }
}
.information .left-side .information-img:nth-child(2) {
  width: 218px;
  height: 150px;
  margin-top: 122px;
}
.information .right-side .information__images {
  margin-top: 35px;
  display: flex;
}
@media (max-width: 991px) {
  .information .right-side .information__images {
    margin-top: 24px;
  }
}
.information .right-side .information-img:nth-child(1) {
  width: 313px;
  height: 164px;
  margin-top: 68px;
  z-index: 2;
}
@media (max-width: 991px) {
  .information .right-side .information-img:nth-child(1) {
    width: 245px;
    height: 164px;
  }
}
.information .right-side .information-img:nth-child(2) {
  width: 268px;
  height: 320px;
  margin-left: -20px;
}
@media (max-width: 991px) {
  .information .right-side .information-img:nth-child(2) {
    width: 183px;
    height: 232px;
    margin-left: -100px;
  }
}
.information__description {
  position: relative;
  display: grid;
  gap: 22px;
  font-size: 18px;
}

/* Базовий стиль для всіх анімованих елементів */
.information-img {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 1. Анімація зліва (для лівої колонки) */
.left-side .information-img {
  transform: translateX(-50px);
}

.right-side .information-img {
  transform: translateX(50px);
}

/* Клас, який активує анімацію */
.information.is-in-view .information-img {
  opacity: 1;
  transform: translate(0, 0);
}

/* Або індивідуальні затримки для кожної пари зображень, залежно від вашої структури */
.information.is-in-view .left-side .information-img:nth-child(1) {
  transition-delay: 0.3s;
}

.information.is-in-view .left-side .information-img:nth-child(2) {
  transition-delay: 0.1s;
}

.information.is-in-view .right-side .information-img:nth-child(1) {
  transition-delay: 0.5s;
}

.information.is-in-view .right-side .information-img:nth-child(2) {
  transition-delay: 0.7s;
}

.svideo {
  position: relative;
}
@media (max-width: 1199px) {
  .svideo {
    padding-bottom: 30px;
  }
}
.svideo .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.svideo .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.svideo .btn-play.hide {
  opacity: 0;
  pointer-events: none;
}
.svideo video {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  width: 688px;
  height: 360px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  transition: transform 0.8s ease, scale 0.8s ease;
  transform-origin: center;
}

.product-categories {
  position: relative;
  padding: 74px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .product-categories {
    padding: 36px 0;
  }
}
.product-categories .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
}
@media (max-width: 1199px) {
  .product-categories .wrap {
    overflow-x: auto;
    width: calc(100% + 32px);
    left: -16px;
    position: relative;
    padding: 0 16px;
  }
}
.product-categories .wrap::-webkit-scrollbar {
  display: none;
}

.p-cat {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: all 0.4s ease;
  flex: 1;
}
@media (max-width: 1199px) {
  .p-cat {
    min-width: 290px;
    aspect-ratio: 16/16;
  }
}
.p-cat__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 80px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  .p-cat__title {
    margin: 0;
    text-align: left;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 20px 8px;
  }
}
.p-cat__block {
  width: 100%;
  height: 364px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: transform 0.4s ease;
  transform-origin: bottom center;
}
@media (max-width: 1199px) {
  .p-cat__block {
    height: 100%;
  }
}
.p-cat__block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-cat__content {
  position: absolute;
  z-index: 2;
  width: 400px;
}
@media (max-width: 1199px) {
  .p-cat__content {
    width: 100%;
  }
}
.p-cat__desc {
  font-size: 16px;
  color: #fff;
  padding: 14px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}
@media (max-width: 1199px) {
  .p-cat__desc {
    opacity: 1;
    font-size: 12px;
    transform: none;
    padding: 0 8px 10px 8px;
  }
}
.p-cat__icon {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 1199px) {
  .p-cat__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    opacity: 1;
    right: 8px;
    top: 8px;
  }
}
@media (min-width: 1025px) {
  .p-cat:hover {
    flex: 2.4;
  }
  .p-cat:hover .p-cat__block {
    transform: scaleY(1.15);
  }
  .p-cat:hover .p-cat__icon {
    transform: scaleY(0.87) !important;
    opacity: 1;
  }
  .p-cat:hover .p-cat__desc {
    opacity: 1;
    transform: translateY(0) scaleY(0.87);
  }
  .p-cat:hover .p-cat__title {
    color: rgb(0, 102, 51);
  }
}

.distributor {
  position: relative;
}
.distributor__tabs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-bottom: 48px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .distributor__tabs {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 991px) {
  .distributor__tabs {
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .distributor__tabs {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 4px;
  }
}
.distributor__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: filter 0.3s, opacity 0.3s;
}
.distributor__tab img {
  display: block;
  width: 100%;
  max-width: 56px;
  height: auto;
}
@media (max-width: 767px) {
  .distributor__tab img {
    max-width: 36px;
  }
}
.distributor__tab span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .distributor__tab span {
    font-size: 9px;
  }
}
.distributor__tab:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.distributor__tab.active {
  filter: grayscale(0%);
  opacity: 1;
}
.distributor .wrap {
  display: grid;
  grid-template-columns: 1.3fr 1.7fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .distributor .wrap {
    grid-template-columns: 1fr;
  }
}
.distributor__map svg {
  width: 100%;
  height: auto;
  display: flex;
  fill: rgba(230, 232, 235, 0.6);
}
.distributor__map svg path.active-country {
  fill: rgb(0, 102, 51);
}
.distributor__contacts {
  position: relative;
}
.distributor__contacts_item {
  display: grid;
  gap: 16px;
}
.distributor__contacts-location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.distributor__contacts-location svg {
  min-width: 26px;
  height: auto;
}
.distributor__contacts-location svg path {
  stroke: rgb(0, 102, 51);
}

.home .distributor {
  padding-top: 80px;
}

.team {
  position: relative;
}
.team .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 991px) {
  .team .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
}

.member {
  position: relative;
  height: 556px;
  display: flex;
  align-items: flex-end;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .member {
    padding: 20px;
  }
}
.member__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.member-name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.member-position, .member-tel, .member-email {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin: 4px 0;
}
.member::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.member img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.member:nth-child(1) {
  height: 465px;
}
.member:nth-child(2) {
  height: 503px;
}
@media (max-width: 991px) {
  .member {
    height: 400px !important;
  }
}

.catalog {
  position: relative;
}
.catalog .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 32px;
  gap: 10px;
}
.catalog__categories {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: nowrap;
  overflow: auto;
  position: relative;
}
@media (max-width: 767px) {
  .catalog__categories {
    width: calc(100% + 32px);
    left: -16px;
    padding: 0 16px;
  }
}
.catalog__categories::-webkit-scrollbar {
  display: none;
}

.product-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  overflow: hidden;
}
.product-card__title {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 24px;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  max-width: 74%;
  transition: 0.3s ease;
}
.product-card__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-card__image img {
  transition: 0.3s ease;
}
.product-card__icon {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 74px;
  height: auto;
  transform: translate(-20px, 20px);
  opacity: 0;
  transition: 0.3s ease;
}
.product-card:hover {
  border: 1px solid rgba(0, 102, 51, 0.5);
}
.product-card:hover .product-card__title {
  color: rgb(0, 102, 51);
}
.product-card:hover .product-card__image img {
  transform: scale(1.1);
}
.product-card:hover .product-card__icon {
  transform: translate(0px, 0px);
  opacity: 1;
}

.catalog-category {
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .catalog-category {
    font-size: 16px;
  }
}
.catalog-category:hover {
  color: rgba(0, 0, 0, 0.8);
}
.catalog-category.active {
  color: rgb(0, 102, 51);
}

#product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 991px) {
  #product-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #product-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.aboutBanner {
  position: relative;
  padding-bottom: 20px;
}
.aboutBanner .wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .aboutBanner .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aboutBanner-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
}
@media (max-width: 767px) {
  .aboutBanner-content {
    order: -1;
  }
}

.gallery {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery {
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
}

.gallery .swiper {
  width: 100%;
}

.gallery .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 64%;
  height: auto;
  aspect-ratio: 16/10;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.gallery .swiper-slide:focus-visible {
  outline: none;
}

.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ефект центрального слайду */
.gallery .swiper-slide-prev,
.gallery .swiper-slide-next {
  filter: blur(2px) brightness(0.8);
  transform: scale(0.9);
}

.gallery .swiper-slide-active {
  filter: none;
  transform: scale(1);
  z-index: 2;
}
