@charset "UTF-8";
:root {
  --UI-Orange: #cd5f14;
  --UI-Aquamarine: #84a4aa;
  --UI-Sand: #e2ceab;
  --UI-Green: #a4aa84;
  --UI-Green-Light: #f0f1eb;
  --UI-Black: #1c1c1c;
  --UI-Colors-Basic-Black: #0a0a0a;
  --UI-Almost-black: #666566;
  --UI-Grey: #a3a2a3;
  --UI-Button-Line: #ccc;
  --UI-Section-Border: #e0e0e0;
  --UI-Background: #f5f5f5;
  --UI-White: #fff;
  --Neutral-Colors-Gray---800---242526: #242526;
  --UI-Colors-Basic-Border: #e0e1e3;
  --outside-container-48px: 48px;
  --inside-container-16px: 16px;
  --inside-container-12px: 12px;
  --inside-container-4px: 4px;
}

h1 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 48px;
  line-height: 112%;
}

h2 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}

h3,
.hero-slider .content .text h1 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 28px;
  line-height: 128%;
}

h4 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
}

h5 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 22px;
  line-height: 128%;
}

h6 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 20px;
  line-height: 128%;
}

.subtitle-1 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 18px;
}

.subtitle-2 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 16px;
}

.body-large {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 124%;
  font-size: 16px;
}

.body-small {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 132%;
  font-size: 14px;
}

.label {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 132%;
  font-size: 14px;
}

.caption {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 124%;
  font-size: 12px;
}

.subtitle-large {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 124%;
}

.body-large-1 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
}

.body-large-2 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.subtitle-small {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 600;
  line-height: 128%;
}

.body-small-1 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.body-small-2 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.caption-2 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: 124%;
}

.label-1 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 132%;
}

.label-2 {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 12px;
  font-weight: 400;
  line-height: 132%;
}

.notification {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 10px;
  font-weight: 500;
  line-height: 108%;
}

.text-trim {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Обмежує до двох рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .text-trim {
    display: block; /* або inline-block */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
    flex: 1 0 0;
  }
}

.display-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .display-desktop {
    display: flex;
  }
}

.display-mobile {
  display: flex;
}
@media screen and (min-width: 768px) {
  .display-mobile {
    display: none;
  }
}

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}

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

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Element Adjustments */
main {
  display: block; /* IE! */
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

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

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

a {
  text-decoration: none;
  color: #1c1c1c;
}

select {
  color: #1c1c1c;
}

h1,
h2,
h3,
.hero-slider .content .text h1,
h4,
h5,
h6,
p {
  margin: 0;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #1c1c1c;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  overflow-x: hidden;
}
body.loading-js {
  visibility: hidden;
}
body.isModal {
  overflow: hidden;
  height: unset;
}
body.isModal:has(.menu-item.has-children.active) .header__overlay {
  opacity: 1;
  visibility: visible;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.body-gray {
  background-color: var(--UI-Background);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1288px) {
  .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fixed {
  position: fixed;
  z-index: 1000;
}

.slider-navigation {
  display: none;
  flex-direction: row;
  gap: 10px;
}
.slider-navigation .item {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  border: 1px solid #ccc;
  background: #fff;
  width: 36px;
  height: 36px;
}
.slider-navigation .item.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .slider-navigation {
    display: flex;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.seo-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .seo-text {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.seo-text .content {
  display: flex;
  flex-direction: column;
  gap: 14px 16px;
  align-items: flex-start;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .seo-text .content {
    padding: 32px;
  }
}
.seo-text .content h4 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .seo-text .content h4 {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
  }
}
.seo-text .content p {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #666566;
}
@media screen and (min-width: 768px) {
  .seo-text .content p {
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
}
.seo-text .text {
  display: flex;
  flex-direction: column;
  gap: 12px 16px;
  align-items: flex-start;
}
.seo-text .read-more {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 16px;
  color: #a4aa84;
  border-bottom: 2px dashed #a4aa84;
}
@media (min-width: 1288px) {
  .seo-text {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg_top {
  -o-object-position: top;
  object-position: top;
}
.ibg_bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg_left {
  -o-object-position: left;
  object-position: left;
}
.ibg_right {
  -o-object-position: right;
  object-position: right;
}
.ibg_contain {
  -o-object-fit: contain;
  object-fit: contain;
}

button {
  border: none;
  background-color: transparent;
}

.btn-icon-only {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .btn-icon-only {
    padding: 14px;
  }
}

.btn-large {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 124%; /* 19.84px */
  letter-spacing: -0.32px;
}

.btn-medium {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}

.btn-small {
  padding: 11px 16px;
  font-size: 12px;
  line-height: 132%; /* 15.84px */
  letter-spacing: -0.24px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 48px;
  gap: 8px;
  border: none;
  align-self: flex-start;
}

.btn-primary {
  background-color: #1c1c1c;
  color: #fff;
}
.btn-primary:hover {
  background-color: #666566;
}
.btn-primary.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.btn-secondary {
  background-color: #fff;
  color: #1c1c1c;
  border: 1px solid #ccc;
}
.btn-secondary:hover {
  border-color: #666566;
}
.btn-secondary.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.btn-tetriary {
  color: #a4aa84;
}
.btn-tetriary:hover {
  color: #1c1c1c;
}
.btn-tetriary:disabled {
  color: #f0f1eb;
}

.btn-filter {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #ccc;
  background: #fff;
  white-space: nowrap;
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.btn-filter.active {
  border-color: #1c1c1c;
}
.btn-filter:hover a {
  color: #666566;
}
.btn-filter a {
  display: inline-flex;
  padding: 8px 14px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn-filter a {
    padding: 10px 16px;
  }
}
@media screen and (min-width: 768px) {
  .btn-filter {
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: -0.02em;
    font-size: 16px;
    font-weight: 500;
    line-height: 124%;
  }
}

.btn-all {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 48px;
  gap: 8px;
  border: none;
  align-self: flex-start;
  background-color: #1c1c1c;
  color: #fff;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
}
.btn-all:hover {
  background-color: #666566;
}
.btn-all.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.btn-link {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 124%;
  color: var(--UI-Green, #a4aa84);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: var(--inside-container-12px, 12px);
  -webkit-text-decoration: underline solid;
  text-decoration: underline solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.98px;
  text-underline-offset: 3.5px;
  text-underline-position: from-font;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn-link {
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: -0.02em;
    font-size: 14px;
    font-weight: 600;
    line-height: 128%;
  }
}

.button-close {
  border-radius: 48px;
  padding: 10px;
  width: 36px;
  height: 36px;
  background-image: url("/img/icons/close.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .button-close:hover {
    transform: scale(1.1);
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  padding: 5px 24px;
  min-height: 48px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  border: 1px solid var(--UI-Black);
  background-color: var(--UI-Black);
  color: var(--UI-White);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .button:hover {
    transform: scale(1.03);
  }
}
.button_white {
  border-color: var(--UI-White);
  background-color: var(--UI-White);
  color: var(--UI-Black);
}
.button_line {
  border: 1px solid var(--UI-Button-Line);
  background-color: transparent;
  color: var(--UI-Black);
}
@media (any-hover: hover) {
  .button_line:hover {
    background-color: var(--UI-Black);
    color: var(--UI-White);
  }
}
.button_line_black {
  border-color: var(--UI-Black);
}
.button_small {
  min-height: 40px;
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.button[disabled] {
  cursor: no-drop;
  background-color: var(--UI-Section-Border);
  border-color: var(--UI-Section-Border);
}
@media (any-hover: hover) {
  .button[disabled]:hover {
    transform: scale(1);
    border-color: var(--UI-Section-Border);
    background-color: var(--UI-Section-Border);
  }
}

.button-green {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 5px 15px;
  min-height: 48px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -0.02em;
  text-align: center;
  border: 1px solid var(--UI-Green);
  background-color: var(--UI-Green);
  color: var(--UI-White);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .button-green:hover {
    transform: scale(1.03);
  }
}

.size-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: -0.02em;
  color: var(--UI-Green);
}
.size-button:hover {
  text-decoration: underline;
}
.size-button::before {
  content: "";
  flex: 0 0 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/img/icons/tape.svg");
}

.button-like {
  border-radius: 8px;
  padding: 5 12px;
  background: var(--UI-Background);
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -0.02em;
  color: var(--UI-Black);
}

.index > .content {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .index > .content {
    padding-top: 55px;
  }
}

.hero-slider {
  text-align: center;
  margin-bottom: 0;
}
.hero-slider:not(.slick-initialized) {
  display: flex;
}
.hero-slider:not(.slick-initialized) .item {
  flex: 0 0 100%;
}
.hero-slider:not(.slick-initialized) .slick-dots {
  display: none;
}
.hero-slider .item {
  display: flex;
  position: relative;
  aspect-ratio: 1366/540;
}
@media (max-width: 991.98px) {
  .hero-slider .item {
    aspect-ratio: 768/540;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .item {
    aspect-ratio: 375/500;
  }
}
.hero-slider .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slider .content {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 20px 72px;
  justify-content: end;
  text-align: left;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-slider .content {
    padding: 55px 15px;
    align-items: start;
    gap: 32px;
  }
}
@media (min-width: 1288px) {
  .hero-slider .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero-slider .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .hero-slider .content .text {
    gap: 4px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .content .text {
    text-align: center;
    align-items: center;
  }
}
.hero-slider .content .text h1 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-slider .content .text h1 br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider .content .text h1 {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 48px;
    line-height: 112%;
  }
}
.hero-slider .content .text p {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-slider .content .text p {
    color: #666566;
    text-align: left;
  }
}
.hero-slider .content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .hero-slider .content .buttons {
    gap: 8px;
  }
}
.hero-slider .content .buttons .btn {
  background-color: #1c1c1c;
  color: #fff;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  min-width: 115px;
}
.hero-slider .content .buttons .btn:hover {
  background-color: #666566;
}
.hero-slider .content .buttons .btn.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
@media screen and (min-width: 768px) {
  .hero-slider .content .buttons .btn {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 124%; /* 19.84px */
    letter-spacing: -0.32px;
    min-width: 128px;
  }
}
.hero-slider .slick-dots {
  display: inline-flex;
  bottom: 32px;
  width: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 4px;
  gap: 4px;
  transform: translateX(-50%);
}
.hero-slider .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
}
.hero-slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
}
.hero-slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  line-height: 8px;
}

.products-categories {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .products-categories {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px;
  }
}
.products-categories .top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .products-categories .top {
    gap: 20px;
  }
}
.products-categories .top .title {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 20px;
  line-height: 128%;
}
.products-categories .top .filters {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.products-categories .top .btn-filter a {
  min-width: 130px;
}
@media screen and (min-width: 768px) {
  .products-categories .top .btn-filter a {
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .products-categories .top .btn-filter {
    min-width: 150px;
  }
}
.products-categories .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .products-categories .content {
    gap: 48px;
  }
}
.products-categories .content .list {
  display: flex;
  flex-direction: row;
  gap: 16px 8px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .products-categories .content .list {
    gap: 16px;
  }
}
.products-categories .content .list .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% / 2 - 8px / 2);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .products-categories .content .list .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% / 4 - 24px / 2);
  }
}
.products-categories .content .list .item a {
  width: 100%;
}
.products-categories .content .list .item a.title {
  width: -moz-max-content;
  width: max-content;
}
.products-categories .content .list .item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products-categories .content .list .item a.title {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 132%;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Обмежує до двох рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 2px dashed #1c1c1c;
}
@media screen and (min-width: 768px) {
  .products-categories .content .list .item a.title {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 132%;
    font-size: 16px;
    display: block; /* або inline-block */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
    flex: 1 0 0;
  }
}
.products-categories .content .banners {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.products-categories .content .banners .item {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-categories .content .banners .item {
    width: calc(100% / 2 - 16px / 2);
  }
}
.products-categories .content .banners .item img {
  border-radius: 12px;
  width: 100%;
}
.products-categories .content .banners .item .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .products-categories .content .banners .item .content {
    padding: 40px;
    gap: 24px;
  }
}
.products-categories .content .banners .item .content .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .products-categories .content .banners .item .content .texts {
    gap: 16px;
  }
}
.products-categories .content .banners .item .content .texts p {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.products-categories .content .banners .item .content .texts h3,
.products-categories
  .hero-slider
  .content
  .banners
  .item
  .content
  .texts
  .text
  h1,
.hero-slider
  .products-categories
  .content
  .banners
  .item
  .content
  .texts
  .text
  h1,
.products-categories
  .hero-slider
  .content
  .text
  .banners
  .item
  .content
  .texts
  h1,
.hero-slider
  .products-categories
  .content
  .text
  .banners
  .item
  .content
  .texts
  h1 {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .products-categories .content .banners .item .content .texts h3,
  .products-categories
    .hero-slider
    .content
    .banners
    .item
    .content
    .texts
    .text
    h1,
  .hero-slider
    .products-categories
    .content
    .banners
    .item
    .content
    .texts
    .text
    h1,
  .products-categories
    .hero-slider
    .content
    .text
    .banners
    .item
    .content
    .texts
    h1,
  .hero-slider
    .products-categories
    .content
    .text
    .banners
    .item
    .content
    .texts
    h1 {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 28px;
    line-height: 128%;
  }
}
.products-categories .content .banners .item .content .btn {
  background-color: #fff;
  color: #1c1c1c;
  border: 1px solid #ccc;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.products-categories .content .banners .item .content .btn:hover {
  border-color: #666566;
}
.products-categories .content .banners .item .content .btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}
@media screen and (min-width: 768px) {
  .products-categories .content .banners .item .content .btn {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 124%; /* 19.84px */
    letter-spacing: -0.32px;
  }
}
.products-categories__btn-filter {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  min-height: 40px;
  transition: border-color 0.3s ease;
  min-width: 130px;
}
@media (min-width: 767.98px) {
  .products-categories__btn-filter {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .products-categories__btn-filter {
    min-height: 34px;
    font-size: 14px;
  }
}
.products-categories__btn-filter.active {
  border-color: #1c1c1c;
}
.products-categories__btn-filter a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
}
@media (max-width: 767.98px) {
  .products-categories__btn-filter a {
    padding: 4px 14px;
  }
}
@media (any-hover: hover) {
  .products-categories__btn-filter:hover {
    border-color: #1c1c1c;
  }
}

.products-special {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.products-special .products-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  margin-right: -16px;
}
.products-special .products-title .title {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 20px;
  line-height: 128%;
}
.products-special .products-title .filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
}
.products-special .products-title .filters .list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-grow: 1;
}
.products-special .products-title.with-filters {
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.products-special .products-title.with-filters .filters {
  display: flex;
}
.products-special .products-title .filters {
  padding-right: 16px;
}
.products-special .products-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.products-special .cards {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.products-special .cards .row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.products-special .cards .row .card {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.products-special .cards .row .card > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: var(--inside-container-12px, 12px);
  background: var(--Neutral-Colors-White---FFFFFF, #fff);
  width: 158px;
}
.products-special .cards .row .card .image {
  position: relative;
  width: 100%;
  height: 225px;
  border-radius: var(--inside-container-8px, 8px);
}
.products-special .cards .row .card .image .photo {
  width: 100%;
  height: 225px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}
.products-special .cards .row .card .image .wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.products-special .cards .row .card .image .wishlist svg {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.products-special .cards .row .card .image .wishlist:hover svg {
  color: #a3a2a3;
}
.products-special .cards .row .card .image .wishlist.active svg,
.products-special .cards .row .card .image .wishlist:active svg {
  color: #1c1c1c;
  fill: #1c1c1c;
}
.products-special .cards .row .card .image .badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.products-special .cards .row .card .image .badges .badge span {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 124%;
  font-size: 12px;
  font-family: "Wix Madefor Display", sans-serif;
  display: inline-flex;
  padding: 3px 6px;
  color: #fff;
  border-radius: 4px;
}
.products-special .cards .row .card .image .badges .badge-new span {
  background-color: #1c1c1c;
}
.products-special .cards .row .card .image .badges .badge-discount span {
  background-color: #a4aa84;
}
.products-special .cards .row .card .image .badges .badge-hot span {
  background-color: #cd5f14;
}
.products-special .cards .row .card .description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-special .cards .row .card .attributes {
  display: flex;
  align-items: center;
  gap: 4px;
}
.products-special .cards .row .card .attributes .colors {
  gap: 4px;
  align-items: center;
}
.products-special .cards .row .card .attributes .colors.display-desktop {
  display: none;
}
.products-special .cards .row .card .attributes .colors.display-mobile {
  display: flex;
}
.products-special .cards .row .card .attributes .colors .color {
  display: inline-flex;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.products-special .cards .row .card .attributes .colors .color.active {
  padding: 1px;
  border: 1px solid;
}
.products-special .cards .row .card .attributes .colors .color.active span {
  width: 12px;
  height: 12px;
}
.products-special .cards .row .card .attributes .colors .color.disabled {
  position: relative;
}
.products-special .cards .row .card .attributes .colors .color.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.679323' y1='28.683' x2='25.3197' y2='-0.682288' stroke='white' stroke-width='1.26429' preserveAspectRatio='none' /%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.products-special .cards .row .card .attributes .colors .color.with-border,
.products-special
  .cards
  .row
  .card
  .attributes
  .colors
  .color:hover:not(.disabled) {
  padding: 1px;
  border: 1px solid;
}
.products-special .cards .row .card .attributes .colors .color.with-border span,
.products-special
  .cards
  .row
  .card
  .attributes
  .colors
  .color:hover:not(.disabled)
  span {
  width: 12px;
  height: 12px;
}
.products-special .cards .row .card .attributes .colors .color span {
  display: inline-flex;
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
}
.products-special .cards .row .card .attributes .colors-count {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 124%;
  font-size: 12px;
  color: var(--UI-Grey, #a3a2a3);
  margin-left: 2px;
}
.products-special .cards .row .card .attributes .colors-count.display-mobile {
  display: flex;
}
.products-special .cards .row .card .attributes > .rating {
  display: none;
}
.products-special .cards .row .card .prices-rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.products-special .cards .row .card .prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.products-special .cards .row .card .prices .price-hot {
  color: #cd5f14;
}
.products-special .cards .row .card .prices .price-old {
  color: #a3a2a3;
  text-decoration: line-through;
}
.products-special .cards .row .card .prices .price {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 16px;
}
.products-special .cards .row .card .prices .price-hot {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 132%;
  font-size: 16px;
}
.products-special .cards .row .card .prices .price-old {
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 124%;
  font-size: 12px;
}
.products-special .cards .row .card .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.products-special .cards .row .card .rating .rating-stars {
  position: relative;
  width: 60px; /* 16px * 5 зірок */
  height: 12px;
  background: url("/img/Star-empty.svg") repeat-x; /* Порожні зірки */
  background-size: 12px 12px;
}
.products-special .cards .row .card .rating .rating-stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating, 0) / 5 * 100%); /* Динамічне заповнення */
  height: 100%;
  background: url("/img/Star-full.svg") repeat-x; /* Заповнені зірки */
  background-size: 12px 12px;
}
.products-special .cards .row .card .rating .rating-count {
  font-family: "Wix Madefor Display", sans-serif;
  letter-spacing: -0.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 132%;
  color: var(--UI-Grey, #a3a2a3);
}
.products-special .cards .row .card .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.products-special .cards .row .card .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Обмежує до двох рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 132%;
  font-size: 14px;
}
.products-special .cards .row .card .content .payment-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.products-special .cards .row .card .product-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 48px;
  gap: 8px;
  border: none;
  align-self: flex-start;
  background-color: #1c1c1c;
  color: #fff;
  padding: 10px;
}
.products-special .cards .row .card .product-cart:hover {
  background-color: #666566;
}
.products-special .cards .row .card .product-cart.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
.products-special .cards .row .card .product-cart svg {
  width: 16px;
  height: 16px;
}
.products-special .cards .row .card .product-cart.out-of-stock {
  background-color: #e0e0e0;
}
.products-special .cards .row .card .image {
  width: 158px;
  height: 225px;
  border-radius: var(--inside-container-8px, 8px);
}
.products-special .cards .row .card .image .photo {
  width: 158px;
  height: 225px;
  flex-shrink: 0;
  border-radius: 8px;
}
.products-special .slider-navigation {
  display: none;
}
.products-special .slick-slide {
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .products-special .slick-slide {
    margin: 0 8px;
  }
}
.products-special .slick-list {
  margin: 0 -6px;
}
@media screen and (min-width: 768px) {
  .products-special .slick-list {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .products-special .slick-track {
    padding-left: 7%;
  }
}
.products-special .btn-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 48px;
  gap: 8px;
  border: none;
  align-self: flex-start;
  background-color: #fff;
  color: #1c1c1c;
  border: 1px solid #ccc;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  width: 100%;
}
.products-special .btn-more:hover {
  border-color: #666566;
}
.products-special .btn-more.disabled {
  color: #ccc;
  cursor: not-allowed;
}
@media screen and (min-width: 768px) {
  .products-special .btn-more {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 124%; /* 19.84px */
    letter-spacing: -0.32px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .products-special {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: var(--outside-container-48px, 48px);
    padding-bottom: var(--outside-container-48px, 48px);
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .products-special .products-title {
    margin-right: -16px;
  }
  .products-special .products-list {
    align-items: center;
    gap: 40px;
  }
  .products-special .cards {
    align-items: flex-start;
  }
  .products-special .cards .row {
    gap: 16px;
  }
  .products-special .cards .row .card {
    width: calc((100% - 48px) / 4);
  }
  .products-special .cards .row .card > a {
    width: 302px;
    gap: 16px;
  }
  .products-special .cards .row .card .image {
    height: 404px;
    align-self: stretch;
    width: 100%;
  }
  .products-special .cards .row .card .image .photo {
    width: 100%;
    height: 404px;
    border-radius: 12px;
  }
  .products-special .cards .row .card .image .wishlist {
    top: 12px;
    right: 12px;
  }
  .products-special .cards .row .card .image .wishlist svg {
    width: 24px;
    height: 24px;
  }
  .products-special .cards .row .card .image .badge span {
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: -0.02em;
    font-size: 14px;
    font-weight: 600;
    line-height: 128%;
  }
  .products-special .cards .row .card .description {
    gap: 12px;
  }
  .products-special .cards .row .card .attributes {
    justify-content: space-between;
  }
  .products-special .cards .row .card .attributes .colors.display-desktop {
    display: flex;
  }
  .products-special .cards .row .card .attributes .colors.display-mobile {
    display: none;
  }
  .products-special .cards .row .card .attributes .colors-count.display-mobile {
    display: none;
  }
  .products-special .cards .row .card .attributes > .rating {
    display: flex;
  }
  .products-special .cards .row .card .prices .price-hot {
    color: #cd5f14;
  }
  .products-special .cards .row .card .prices .price-old {
    color: #a3a2a3;
    text-decoration: line-through;
  }
  .products-special .cards .row .card .prices .price {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 20px;
    line-height: 128%;
  }
  .products-special .cards .row .card .prices .price-hot {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 20px;
    line-height: 128%;
  }
  .products-special .cards .row .card .prices .price-old {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: 132%;
    font-size: 14px;
  }
  .products-special .cards .row .card .rating {
    display: none;
  }
  .products-special .cards .row .card .content .title {
    display: block; /* або inline-block */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
    flex: 1 0 0;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 124%;
    font-size: 16px;
  }
  .products-special .cards .row .card .product-cart {
    padding: 14px;
  }
  .products-special .cards .row .card .product-cart svg {
    width: 20px;
    height: 20px;
  }
}

.blog__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .blog__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.blog__header {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 767.98px) {
  .blog__header {
    gap: 16px;
  }
}
.blog__header:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .blog__header:not(:last-child) {
    margin-bottom: 20px;
  }
}
.blog__header .categories-new__button {
  padding-left: 16px;
  padding-right: 16px;
}
.blog__top {
  display: grid;
  gap: 2px;
}
@media (min-width: 767.98px) {
  .blog__top {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .blog__top:has(.blog__navigation) {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .blog__title {
    font-size: 24px;
  }
}
.blog__count {
  font-family: "Comfortaa";
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: -0.02em;
  color: var(--UI-Grey);
}
@media (max-width: 767.98px) {
  .blog__count {
    font-size: 14px;
  }
}
.blog__items {
  display: grid;
  gap: 24px 16px;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.blog__items:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .blog__items:not(:last-child) {
    margin-bottom: 32px;
  }
}
.blog__slider {
  margin: 0 3px;
}
@media (min-width: 767.98px) {
  .blog__slider {
    margin: 0 -8px;
  }
}
.blog__slider:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .blog__slider:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .blog__slider .slick-list {
    overflow: visible;
  }
}
.blog__slide {
  padding: 0 8px;
}
.blog__button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 767.98px) {
  .blog__button {
    display: none;
  }
}
.blog__control {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .blog__control {
    gap: 24px;
  }
}
.blog__button-control {
  width: 100%;
}
