/* ================= FONTS ================= */
/* 
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/bebas.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --page-max: 1440px;
  --gutter: 50px;
  --header-max: 1090px; /* хедер зменшили на 10px */
  --hero-max: 1075px; /* hero на 15px вужче за header (1090 - 15) */
  --main-red: #ff370c;
  --e-global-color-253d8f4: #ff370c;
  --main-red-button: #ff390c5a;
  --main-grey: #eef1f3;
  --e-global-color-762fba1: #eef1f3;
  --grey: #2f282e;
  --divider-color1: #a6a6a6;
  --divider-border-width: 1px;
  --divider-border-style: solid;
}
.color-main-red {
  color: var(--main-red) !important;
}
.color-white {
  color: #ffffff !important;
}
.bg-grey {
  background-color: var(--main-grey);
}
h1 {
  font-family: BebasNeue !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  font-size: 105px;
  line-height: 83px;
  color: #ffffff !important;
  text-transform: uppercase;
}
p {
  margin: 1rem 0;
}
h2,
.p_h2 p {
  font-family: BebasNeue !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  font-size: 70px;
  line-height: 100%;
  color: var(--grey);
  text-transform: uppercase;
}
.p_h2 p {
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
}
.p_h2-white p {
  color: #ffffff;
}
h2::first-letter {
  color: var(--main-red);
}
p {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: -2%;
}
.text-block h2,
.text-block h3 {
  margin: 1rem 0;
}
.text-block p {
  margin: 0.5rem 0;
}
/* ================= RESET ================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
}

.container {
  width: var(--page-max);
  margin: 0 auto;
}
/* button */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff3c00;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 1rem 2rem;
  transition: 0.25s ease-in-out;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.05);
}

.main_page_h1 h1 {
  font-family: BebasNeue !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  font-size: 105px;
  line-height: 83px;
  color: #ffffff !important;
  text-transform: uppercase;
}
/* ================= HEADER ================= */

.header {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header__inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 18px clamp(16px, 3vw, 40px); /* 🔥 було 16px */
}

/* logo */
.brand {
  display: flex;
  align-items: center;
  gap: 5px;
}

.brand__icon {
  height: 44px;
}

.brand__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 1px;
  color: #9e9e9e;
}

/* nav */
.nav__list {
  display: flex;
  gap: 50px; /* як ти просив */
  flex-wrap: wrap;
}

.nav__link {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.nav__link:hover {
  text-decoration: underline;
}

/* right */
.header__right {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}

.header__contacts a {
  padding-bottom: 2px;
}

.header__social {
  display: flex;
  gap: 45px;
}

.header__social img {
  width: 22px;
  height: 22px;
}

.footer {
  background-color: var(--main-grey);
  padding: var(--gutter);
}

.footer-right,
.footer-left {
  max-width: 50%;
  width: 100%;
}
.footer-right .left,
.footer-right .right {
  width: 100%;
  max-width: 50%;
}

.site-main,
.product-container,
.product-page {
  margin-top: 110px !important;
}

.mb-1rem {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.product-tags a {
  text-decoration: underline;
  margin-right: 0.25rem;
  transition: 0.35s ease-in-out;
}
.product-tags a:hover,
.rs-links__a:hover {
  opacity: 0.67;
}
.pruduct-attribute {
  font-weight: 600;
}
.product-divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  border-bottom: 1px solid #8e8e8e;
}
.product-description {
  margin-top: 1rem;
  letter-spacing: 0.010625rem;
  line-height: 1.5rem;
}
.product-description-title {
  margin: 1rem 0;
}

.sub-level-0 {
  display: none;
}

.submenu-toggle {
  margin-left: 0.5rem;
  margin-top: 2px;
  width: 5px;
  height: 5px;
  border-top: none;
  border-left: 6px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: 0.35s;
}
.menu-item-has-children {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu-item-has-children:hover > .submenu-toggle {
  transform: rotate(90deg);
}
.menu-item-has-children:hover > .sub-level-0 {
  display: flex;
}
.menu-item-has-children:hover > .sub-level-1 {
  display: flex;
}

.sub-level-1 {
  display: none;
}
.sub-level-0 {
  padding: 1.125rem 0;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  position: absolute;
  top: 100%;
  left: 0;
}
.nav__li-l1,
.nav__li-l2 {
  width: 100%;
  position: relative;
}
.nav__link {
  display: block;
  white-space: nowrap;
}
.nav__link-l1,
.nav__link-l2 {
  width: 100%;
  padding: 0.5rem 1rem;
  display: block;
  white-space: nowrap;
}

.submenu-toggle-l1 {
  padding-right: 1rem;
}

.sub-level-1 {
  background-color: #ffffff;
  padding: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  position: absolute;
  top: 0;
  left: calc(100%);
  border-left: 1px solid #e3e3e3;
}
/* WOOCOMMERCE */
.products-container {
  width: var(--page-max);
  max-width: 100%;
  margin: 0 auto;
}
.products-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.product-item {
  flex: 0 0 calc((100%) / 4 - 3rem);
}
.related-products__container .product-item {
  flex: 0 0 calc((100% - 3rem) / 4);
}

.related-title {
  margin: 1rem 0;
}
.category-header {
  margin-top: 7rem;
}
.cat-title {
  color: var(--grey) !important;
  margin: 2rem 0 1rem;
}
h1.cat-title::first-letter {
  color: var(--main-red);
}
.breadcrumbs {
  margin-bottom: 2rem;
}
.product-cat-container {
}
.product-image-container {
  aspect-ratio: 1 / 1; /* робить контейнер квадратним */
  width: 100%;
  overflow: hidden;
  min-height: 312px;
  transition: 0.35s;
}

.product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* обрізає фото без спотворення */
  display: block;
  transition: 0.35s;
}
.product-cat-container:hover img {
  transform: scale(1.1);
}
.rs-cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 18px;
  border-radius: 6px;
  /* background: var(--main-red-button); */
  background: var(--main-red);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
.rs-cta__btn-cat {
  margin: 1rem 0;
  transition: 0.35s;
}

.rs-cta__btn-cat:hover {
  opacity: 0.67;
}

.product-title {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}

/* ELEMENTOR */

.benefits_title p {
  font-family: BebasNeue !important;
  font-weight: 400 !important;
  margin-bottom: 1.25rem;
  font-style: Regular !important;
  font-size: 90px !important;
  line-height: 83px !important;
  letter-spacing: -4% !important;
}
/* .divider span,
.elementor-divider-separator {
  color: #000000 !important;
  background-color: #000 !important;
} */

.elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style)
    var(--divider-color1) !important;
}
.elementor-divider span {
  background-color: var(--divider-color) !important;
  border-bottom: 1px solid var(--divider-color) !important;
}
.relative {
  position: relative;
}
.catalog-btn {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.catalog-btn .arrow {
  transition: transform 0.3s ease;
}

.catalog-btn:hover .arrow {
  transform: translateX(6px);
}

/* біла кнопка */
.catalog-btn.white {
  color: #ffffff;
}

/* сіра кнопка */
.catalog-btn.gray {
  color: #2f282e;
}

.e-n-accordion-item {
  background: #eef1f3;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem !important;
  padding: 2rem !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.e-n-accordion-item,
.e-n-accordion-item * {
  border: none !important;
}

.e-n-accordion-item:hover {
  transform: translateY(-2px);
}

.e-n-accordion-item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 32px 32px 40px;
  list-style: none;
  cursor: pointer;
}

.e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}

.e-n-accordion-item-title-header {
  flex: 1;
  min-width: 0;
}

.e-n-accordion-item-title-text {
  color: #2f282e;
  font-family: BebasNeue !important;
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  border: none !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
  border: none !important;
}

.e-n-accordion-item-title-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4a1c;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.e-n-accordion-item-title-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(180deg);
}

.e-n-accordion-item > [role="region"] {
  padding: 0 40px 32px 40px;
}

.e-n-accordion-item .elementor-widget-text-editor,
.e-n-accordion-item .elementor-widget-text-editor p {
  margin: 0;
  color: #413a40;
  font-size: 18px;
  line-height: 1.55;
  max-width: 1180px;
}

.e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-bottom: 20px;
}

.e-opened,
.e-closed {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .e-n-accordion-item-title {
    padding: 24px 24px 24px 28px;
    gap: 18px;
  }

  .e-n-accordion-item-title-text {
    font-size: 24px;
  }

  .e-n-accordion-item-title-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .e-n-accordion-item > [role="region"] {
    padding: 0 28px 24px 28px;
  }
}

.burger {
  display: none;
}

.burger {
  width: 2rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
}
.burger span {
  width: 87%;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.burger span:first-child {
  width: 76%;
  top: 0;
}
.burger span:last-child {
  width: 100%;
  top: 100%;
  transform: translateY(-100%);
}
.burger._active span {
  opacity: 0;
}
.burger._active span:first-child {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.burger._active span:nth-child(3) {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}

/*media max 767px */

@media (max-width: 767px) {
  .e-n-accordion-item-title {
    padding: 20px;
    gap: 14px;
    align-items: center;
  }

  .e-n-accordion-item-title-text {
    font-size: 18px;
    line-height: 1.1;
  }

  .e-n-accordion-item-title-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .e-n-accordion-item-title-icon svg {
    width: 18px;
    height: 18px;
  }

  .e-n-accordion-item > [role="region"] {
    padding: 0 20px 20px 20px;
  }

  .e-n-accordion-item .elementor-widget-text-editor,
  .e-n-accordion-item .elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 1.5;
  }
  .main_page_h1 h1 {
    letter-spacing: 0;
    font-size: 4rem;
    line-height: 4.25rem;
    text-transform: uppercase;
  }
   h1 {
    letter-spacing: 0;
    font-size: 4rem;
    line-height: 4.25rem;
    text-transform: uppercase;
  }
  .category-header {
    padding: 0 1rem;
  }
  .products-container {
    padding: 0 1rem;
  }
  .products-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/*media max 1400px */
@media (max-width: 1400px) {
  .header__social {
    display: none;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .header__inner {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 18px clamp(16px, 3vw, 40px);
  }
}
/*media max 1100px */
@media (max-width: 1100px) {
  .header__contacts {
    display: none;
  }
}

/*media max 1000px */
@media (max-width: 1000px) {
  .nav-header,
  .header__right {
    display: none;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .burger {
    display: flex;
  }
  .nav-header {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }
  .nav-header._active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__list {
    flex-direction: column;
    justify-content: start;
    align-items: left;
    width: 290px;
  }
  .menu-item-has-children {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .menu-item-has-children:hover > .submenu-toggle {
    transform: none;
  }
  .menu-item-has-children:hover > .sub-level-0 {
    display: none;
  }
  .menu-item-has-children:hover > .sub-level-1 {
    display: none;
  }
  .nav__li-l0._open {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sub-level-0 {
    width: 290px;
  }
  .nav__li-l0._open > .sub-level-0 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    position: relative;
  }
}

.product-description p {
  margin-bottom: 1rem;
}
.vertical-video video {
  aspect-ratio: 9 / 16;
  width: 100% !important;
  height: auto !important;
}