@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.background-primary {
  background-color: #FFFFFF;
}

.background-secondary {
  background-color: #FAFAFA;
}

.background-tertiary {
  background-color: #444444;
}

.background-alternate {
  background-color: #333333;
}

.background-success {
  background-color: #ecfdf3;
}

.background-error {
  background-color: #fef3f2;
}

.border-primary {
  border-color: #EEEEEE;
}

.border-secondary {
  border-color: #333333;
}

.border-tertiary {
  border-color: #444444;
}

.border-alternate {
  border-color: #FFFFFF;
}

.border-success {
  border-color: #027A48;
}

.border-error {
  border-color: #b42318;
}

.text-primary {
  color: #333333;
}

.text-secondary {
  color: #666666;
}

.text-alternate {
  color: #FFFFFF;
}

.text-success {
  color: #027A48;
}

.text-error {
  color: #b42318;
}

.link-primary {
  color: #000000;
}

.link-secondary {
  color: #666666;
}

.link-alternate {
  color: #FFFFFF;
}

.shadow-xxsmall {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.shadow-xsmall {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.shadow-small {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.shadow-medium {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.shadow-large {
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.shadow-xlarge {
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.shadow-xxlarge {
  box-shadow: 0px 32px 64px -12px rgba(0, 0, 0, 0.14);
}

h1, .heading-h1 {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 56px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1, .heading-h1 {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    font-weight: 600;
  }
}

h2, .heading-h2 {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h2, .heading-h2 {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    font-weight: 600;
  }
}

h3, .heading-h3 {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h3, .heading-h3 {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    font-weight: 600;
  }
}

h4, .heading-h4, .contacts ul strong, .block-policies h2, .block-policies h3, .block-policies h4 {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h4, .heading-h4, .contacts ul strong, .block-policies h2, .block-policies h3, .block-policies h4 {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
}

h5, .heading-h5 {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h5, .heading-h5 {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}

h6, .heading-h6, section.grid-text .grid .rich-text ul li strong {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h6, .heading-h6, section.grid-text .grid .rich-text ul li strong {
    line-height: 120%;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
}

.heading-tagline {
  line-height: 120%;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 1rem;
}

.text-large-light {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-large-normal {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-large-medium {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-large-semi-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large-extra-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-large-link {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.text-medium-light {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-medium-normal {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-medium-medium {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-medium-semi-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-medium-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-medium-extra-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.text-medium-link {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-regular-light {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-regular-normal, .contacts ul em, #searchMenu .input-nav-search, input::placeholder,
textarea::placeholder,
select::placeholder, input,
textarea,
select {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-regular-medium {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-regular-semi-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-regular-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-regular-extra-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.text-regular-link, .contacts ul a {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-small-light {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-small-normal, label {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-small-medium {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-small-semi-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-small-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-small-extra-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.text-small-link {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.text-tiny-light {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-tiny-normal {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-tiny-medium {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny-semi-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-tiny-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-tiny-extra-bold {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.text-tiny-link {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

p {
  line-height: 150%;
}

body {
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #000000;
}
a.unstyled {
  text-decoration: none;
}

ul li, ol li {
  margin: 0.25rem 0 0.25rem 1.5rem;
}

ul.unstyled, ol.unstyled {
  list-style-type: none;
}
ul.unstyled li, ol.unstyled li {
  margin: 0;
}

.text-center {
  text-align: center;
  text-wrap: balance;
}

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

:root {
  --cart-nav-height: 118px;
}
@media only screen and (max-width: 1260px) {
  :root {
    --cart-nav-height: 210px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --cart-nav-height: 225px;
  }
}

html {
  scroll-behavior: smooth;
  background: white;
}
html.contrast {
  background: #000000;
  color: #DDD133;
}
html.invert {
  filter: invert(1);
}
html.grayscale {
  filter: grayscale(1);
}
html.invert.grayscale {
  filter: invert(1) grayscale(1);
}
html.animation .aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.cursor {
  cursor: url("../img/accessibility/custom-cursor.png"), auto;
}
html.font-medium {
  font-size: 11px;
}
html.font-big {
  font-size: 12px;
}
html.spacing-medium {
  letter-spacing: 0.5px;
}
html.spacing-big {
  letter-spacing: 1px;
}

body {
  position: relative;
}

.container {
  padding-left: max(4vw, 24px);
  padding-right: max(4vw, 24px);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1312px + 8vw);
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

button,
.btn {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 200ms ease;
  background-color: inherit;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  font-family: "Lato", sans-serif;
}
button svg, button img,
.btn svg,
.btn img {
  width: 24px;
  height: 24px;
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.btn-icon,
.btn.btn-icon {
  padding: 12px;
}
button.btn-small,
.btn.btn-small {
  height: 40px;
  padding: 0 20px;
}
button.btn-small.btn-icon,
.btn.btn-small.btn-icon {
  padding: 8px;
}
button.wide,
.btn.wide {
  width: 300px;
  min-width: fit-content;
  max-width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  button.wide,
  .btn.wide {
    width: auto;
  }
}
button.full-width,
.btn.full-width {
  width: 100%;
}
button.icon-reversed,
.btn.icon-reversed {
  transform: scale(-1);
}
@media only screen and (max-width: 768px) {
  button,
  .btn {
    width: 100%;
  }
}

.btn-primary {
  color: #FFFFFF;
  background-color: #A8C511;
}
.btn-primary:hover {
  background-color: #FAFAFA;
  color: #A8C511;
}
.btn-primary:active {
  background-color: #F2F2F2;
}
.btn-primary.alternate {
  background-color: rgba(250, 250, 250, 0.3137254902);
}
.btn-primary.alternate:hover {
  background-color: #FAFAFA;
}
.btn-primary.alternate:active {
  background-color: #F2F2F2;
}

.btn-secondary {
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.btn-secondary:hover {
  background-color: #FAFAFA;
}
.btn-secondary:active {
  background-color: #F2F2F2;
}

.btn-tertiary {
  background-color: #FAFAFA;
}
.btn-tertiary:hover {
  background-color: #FAFAFA;
}
.btn-tertiary:active {
  background-color: #F2F2F2;
}

.btn-link {
  padding: 0;
}

button.swiper-arrow {
  padding-left: 0;
  padding-right: 0;
}

input,
textarea,
select {
  width: 100%;
  display: block;
  border: 1px solid #EEEEEE;
  padding: 12px 12px;
  color: #666666;
  font-family: "Lato", sans-serif;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #A8C511;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:disabled,
textarea:disabled,
select:disabled {
  border: none;
}
input.input-error,
textarea.input-error,
select.input-error {
  border: 1px solid #b42318;
  background-color: #fef3f2;
}

input.alternate,
textarea.alternate {
  height: 32px;
  background-color: #FAFAFA;
  border: none;
  border-radius: 24px;
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
}
input.alternate.border,
textarea.alternate.border {
  border: 1px solid #333333;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #000000;
}
input[type=checkbox].input-error,
input[type=radio].input-error {
  accent-color: #b42318;
  outline: 2px solid #b42318;
}

textarea {
  height: auto;
  resize: none;
}

label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
label.label-row {
  flex-direction: row;
}
label:has(input[type=checkbox]) {
  text-transform: none;
  flex-direction: row;
  gap: 8px;
}

.input-icon-leading {
  position: relative;
}
.input-icon-leading input {
  padding-left: 36px;
}
.input-icon-leading svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  color: #666666;
  transform: translateY(-50%);
}

.input-btn {
  position: relative;
}
.input-btn .btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .input-btn .btn {
    width: fit-content;
  }
}

.checkbox-container {
  display: flex;
  gap: 8px;
}

.switch-container {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.switch-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444444;
  transition: 0.4s;
  border-radius: 100px;
}
.switch::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch {
  background-color: #000000;
}
input:checked:disabled + .switch {
  opacity: 0.5;
}
input:checked + .switch:before {
  transform: translateX(20px);
}

input:focus + .switch {
  box-shadow: 0 0 1px #000000;
}

.range-slider {
  background: #FAFAFA;
  height: 4px;
}
.range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.range-slider .range-slider__range {
  background: #000000;
}
.range-slider-container {
  width: 100%;
  padding-top: 8px;
}
.range-slider-inputs {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider-inputs input {
  width: 80px;
  text-align: center;
}

.form-row {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}
.form-row .form-row {
  margin: 0;
}
.form-row, .form-row label {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.radio-cards-row label {
  flex-direction: row;
}

.radio-card {
  border: 1px solid #EEEEEE;
  padding: 24px;
  display: flex;
  gap: 16px;
  position: relative;
  cursor: pointer;
}
.radio-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.radio-card::before {
  content: "";
  border: 1px solid #EEEEEE;
  border-radius: 50%;
}
.radio-card svg, .radio-card::before {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.radio-card svg {
  color: #FFFFFF;
}
.radio-card:has(input:checked)::before {
  background-color: #A8C511;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif;
  padding-top: 16px;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .logo img {
  width: auto;
  height: 96px;
}
.navbar #mainMenu {
  gap: 32px;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .navbar #mainMenu {
    gap: 0;
  }
}
.navbar #mainMenu ul {
  width: fit-content;
  gap: 24px;
}
.navbar #mainMenu ul li {
  flex-shrink: 0;
}
.navbar #mainMenu ul li:has(form) {
  flex-grow: 1;
}
.navbar #mainMenu .nav-menu-actions {
  gap: 0;
}
.navbar #mainMenu .nav-lang {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
}
.navbar #mainMenu .nav-lang li {
  color: #666666;
}
.navbar #mainMenu .nav-lang li.current {
  color: #333333;
}
.navbar #mainMenu .nav-lang ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 16px;
  gap: 8px;
}
.navbar #mainMenu .nav-lang ul a {
  text-decoration: none;
  transition: all 300ms ease;
}
.navbar #mainMenu .nav-lang ul a:hover {
  color: #A8C511;
}
.navbar #topNavMenu {
  justify-content: center;
}
.navbar #topNavMenu li {
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .navbar #topNavMenu li {
    padding: 8px;
  }
}
.navbar #topNavMenu .nav-submenu-item {
  padding: 1px;
  transition: all 200ms ease;
  border-bottom: 1px solid transparent;
}
.navbar #topNavMenu .nav-submenu-item:hover {
  border-bottom: 1px solid #A8C511;
}
.navbar #topNavMenu .buttons-menu {
  display: none;
}
.navbar #additionalMenu {
  background-color: #333333;
}
.navbar #additionalMenu a {
  color: #FFFFFF;
}
.navbar #additionalMenu ul, .navbar #additionalMenu .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.navbar #additionalMenu .container {
  height: 52px;
}
.navbar #additionalMenu .nav-menu-item.lang {
  text-transform: uppercase;
}
.navbar #additionalMenu .nav-menu-item.lang span {
  cursor: default;
  color: #FFFFFF;
}
.navbar #additionalMenu .nav-menu-item.lang a {
  color: #333333;
}
.navbar #additionalMenu .nav-menu-item.lang span, .navbar #additionalMenu .nav-menu-item.lang a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.navbar #additionalMenu .nav-menu-item.lang span img, .navbar #additionalMenu .nav-menu-item.lang a img {
  height: 16px;
  width: 24px;
  object-fit: cover;
}
.navbar-cart-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 992px) {
  .navbar-cart-nav {
    height: var(--cart-nav-height);
    flex-direction: column;
    gap: 20px;
    position: relative;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-cart-nav {
    gap: 4px;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  color: #333333;
  position: relative;
}
.nav-menu-top li:nth-child(2) {
  padding-left: 32px;
  position: relative;
}
.nav-menu-top li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("/templates/default/img/icons/phone.svg") no-repeat center center;
}
.nav-menu-actions {
  gap: 0;
}
.nav-menu-item {
  position: relative;
}
.nav-menu-item > a, .nav-menu-item > span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-menu-item > a.logo-url, .nav-menu-item > span.logo-url {
  padding: 0;
  margin-right: 24px;
}
.nav-menu-item > a {
  transition: all 200ms ease;
}
.nav-menu-item > a:hover {
  color: #A8C511;
}
.nav-menu-item .nav-submenu {
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 0;
  transform: translateY(-12px);
  width: fit-content;
  opacity: 0;
  z-index: 100;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  transition: all 200ms ease;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .nav-menu-item .nav-submenu {
    padding: 16px;
  }
}
.nav-menu-item .nav-submenu a {
  display: block;
  text-wrap: nowrap;
  padding: 8px;
}
.nav-menu-item:hover .nav-submenu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

#searchMenu form {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  #searchMenu form {
    position: absolute;
    width: 150%;
    left: -50%;
    top: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #searchMenu form {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
#searchMenu form svg {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
#searchMenu form .search-menu-button-close {
  position: absolute;
  top: 50%;
  right: 4px;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchMenu form .search-menu-button-close svg {
  height: auto;
  width: auto;
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
}
#searchMenu .input-nav-search {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #AAAAAA;
  padding-left: 46px;
  padding-right: 46px;
  height: 42px;
}
#searchMenu .input-nav-search::placeholder {
  color: #AAAAAA;
}

#mobileMenuBtn {
  display: none;
}

@media only screen and (max-width: 1260px) {
  .navbar #mobileMenuBtn {
    display: block;
  }
  .navbar #mobileMenuBtn button {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 10;
  }
  .navbar #mobileMenuBtn button::after, .navbar #mobileMenuBtn button::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s ease;
  }
  .navbar #mobileMenuBtn button::before {
    top: calc(50% + 3px);
  }
  .navbar #mobileMenuBtn button::after {
    top: calc(50% - 3px);
  }
  .navbar #mobileMenuBtn button.open::before, .navbar #mobileMenuBtn button.open::after {
    left: 50%;
  }
  .navbar #mobileMenuBtn button.open::before {
    top: calc(50% + 7px);
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .navbar #mobileMenuBtn button.open::after {
    top: calc(50% - 7px);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  .navbar #topNavMenu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -110%;
    min-width: 40%;
    width: fit-content;
    max-width: 90%;
    height: 100lvh;
    background-color: #FFFFFF;
    z-index: 0;
    transition: all 0.3s ease;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-left: 1px solid #EEEEEE;
    flex-direction: column;
    padding: 124px 4vw 64px;
    align-items: flex-start;
  }
  .navbar #topNavMenu::-webkit-scrollbar {
    display: none;
  }
  .navbar #topNavMenu svg {
    display: none;
  }
  .navbar #topNavMenu .nav-item > a,
  .navbar #topNavMenu .nav-item > span {
    padding: 12px 0;
  }
  .navbar #topNavMenu .nav-submenu {
    position: static;
    pointer-events: auto;
    top: auto;
    left: auto;
    transform: none;
    opacity: inherit;
    z-index: inherit;
    padding: 6px 0 6px 20px;
    background-color: inherit;
    border: none;
  }
  .navbar #topNavMenu .nav-submenu a {
    text-wrap: nowrap;
    padding: 8px;
  }
  .navbar #topNavMenu.open {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  }
  .navbar #mainMenu ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar #topNavMenu {
    min-width: 60%;
  }
  .navbar #topNavMenu .buttons-menu {
    display: block;
  }
  .navbar #mainMenu .buttons-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar #topNavMenu {
    justify-content: flex-start;
    padding: 24px 4vw 24px;
    overflow-y: scroll;
  }
  .navbar #topNavMenu .nav-submenu a {
    padding: 6px;
  }
}
.tabs-nav {
  width: 100%;
  display: flex;
  gap: 24px;
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.tabs-nav a {
  text-decoration: none;
}
.tabs-nav-trigger {
  cursor: pointer;
  padding: 8px 0;
  transition: all 200ms ease;
}
.tabs-nav-trigger:hover {
  color: #333333;
}
.tabs-nav-trigger.active {
  border-bottom: 1px solid #344057;
}
.steps {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .steps {
    flex-direction: column;
    gap: 0;
  }
}
.steps-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.steps-item bdi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
}
.steps-item.active bdi, .steps-item.visited bdi {
  background-color: #A8C511;
  color: #FFFFFF;
}

.shopping-cart {
  position: relative;
}
.shopping-cart-counter {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #A8C511;
  border-radius: 100%;
  color: #FFFFFF;
  line-height: normal;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.accessibility-icon {
  position: fixed;
  top: 20%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  left: -248px;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
.accessibility-icon.active {
  left: 0;
}
.accessibility-icon .accessibility-container {
  width: 248px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  padding: 12px;
  background-color: #333333;
  text-align: center;
}
.accessibility-icon .accessibility-container, .accessibility-icon .accessibility-container .btn {
  color: #FFFFFF;
}
.accessibility-icon .accessibility-container .btn {
  border-radius: 0;
  border-top: 1px solid #FFFFFF;
  padding-top: 12px;
  margin-top: 12px;
  width: 100%;
}
.accessibility-icon .accessibility-container .btn.active {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .accessibility-icon {
    top: 27%;
  }
  .accessibility-icon .accessibility-container .btn {
    padding-top: 4px;
    margin-top: 4px;
  }
  .accessibility-icon .accessibility-container .actions {
    gap: 0;
  }
}

.accessibility-btn {
  position: fixed;
  top: 20%;
  left: 0;
  border-radius: 0;
  border-top: 1px solid #FFFFFF;
  padding-top: 12px;
  margin-top: 12px;
  width: auto;
  z-index: 102;
}
.accessibility-btn.active {
  font-weight: 600;
}

html.accessibility-grayscale {
  filter: grayscale(100%);
}

html.accessibility-invert {
  filter: invert(100%);
}

html.accessibility-animation * {
  transition-duration: 0 !important;
  transition: none !important;
  transition-property: none !important;
}

html.accessibility-contrast {
  filter: contrast(200%);
}

html.accessibility-cursor {
  cursor: url("/img/accessibility/custom-cursor.png"), auto;
}

html.accessibility-font-medium {
  font-size: 120%;
}

html.accessibility-font-big {
  font-size: 150%;
}

html.accessibility-spacing-medium {
  letter-spacing: 0.2rem;
}

html.accessibility-spacing-big {
  letter-spacing: 0.4rem;
}

.footer-top {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.footer-top .container {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-top .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer-top .container ul {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .footer-top .container ul {
    gap: 0;
  }
}
.footer-top .container ul li {
  width: 100%;
}
.footer-top .container .footer-menu {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .footer-top .container .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top .container .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-top .container .footer-menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1260px) {
  .footer-top .container {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top .container ul {
    flex-direction: column;
    gap: 0;
  }
  .footer-top .container .social-media-menu {
    flex-direction: row;
  }
}
.footer-top .logo {
  width: auto;
  height: 24px;
  margin-bottom: 24px;
}
.footer-top p {
  margin: 12px 0;
}
.footer-top .footer-submenu {
  display: flex;
  flex-direction: column;
}
.footer-top .footer-submenu li {
  padding: 8px 0;
}
.footer-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  max-width: 100%;
}
.footer-top-bg svg {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-top-bg svg {
    width: 100%;
  }
}

.footer-bottom {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    padding-top: 48px;
  }
}
.footer-bottom h1, .footer-bottom h2, .footer-bottom h3 {
  margin: 0;
}
.footer-bottom-upper {
  display: grid;
  grid-template-columns: 84px 1fr 1fr;
  gap: 128px;
}
@media only screen and (max-width: 1440px) {
  .footer-bottom-upper {
    gap: 96px;
  }
}
@media only screen and (max-width: 1260px) {
  .footer-bottom-upper {
    gap: 48px;
    grid-template-columns: 84px 1fr 1.5fr;
  }
}
@media only screen and (max-width: 992px) {
  .footer-bottom-upper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer-bottom-newsletter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-bottom-newsletter .form-row {
  gap: 0;
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin: 0;
}
.footer-bottom-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-bottom-contacts-buttons {
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom-contacts-buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.footer-bottom .social-media-menu {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 16px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .footer-bottom .social-media-menu {
    margin-bottom: 24px;
    justify-content: space-around;
  }
}
.footer-bottom .social-media-menu li {
  width: fit-content;
}
.footer-bottom .social-media-menu svg {
  color: #FFFFFF;
  width: 48px;
  height: 48px;
}
.footer-bottom-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .footer-bottom-down {
    flex-direction: column;
    gap: 12px;
  }
}
.footer-bottom-down-menu {
  display: flex;
  gap: 24px;
}
.footer-bottom-down-menu #cookiesSettings {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer-bottom-down-menu {
    flex-direction: column;
    align-items: center;
  }
}
.footer-bottom-down a {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.breadcrumbs {
  margin-top: 176px;
}
@media only screen and (max-width: 1260px) {
  ul.breadcrumbs {
    margin-top: 156px;
  }
}
ul.breadcrumbs, ul.breadcrumbs li {
  display: flex;
  gap: 6px;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "/";
}

.pagination {
  gap: 12px;
  display: flex;
}
.pagination-container {
  margin-top: 32px;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  border-radius: 99px;
  margin: 0 8px;
  padding: 0 4px;
}
.pagination-item .btn {
  padding: 0;
  background-color: unset;
  color: #333333;
  box-shadow: unset;
}
.pagination-item.active {
  background-color: #A8C511;
  color: white;
}
.pagination-item.active .btn {
  color: white;
}
.pagination, .pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul {
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .pagination, .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination .btn span {
    display: none;
  }
}

.modal,
.modal-cookies {
  background: #FFFFFF;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
  max-width: 600px;
  width: 90%;
}
.modal .actions {
  margin-top: 24px;
  justify-content: flex-end;
}
.modal-center {
  text-align: center;
  text-wrap: balance;
}
.modal-center .modal-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-center .modal-header svg {
  width: 48px;
  height: 48px;
}
.modal-center .actions {
  margin-top: 0;
  margin-bottom: 24px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: 100%;
  }
}
.modal-row {
  margin: 16px 0;
}
.modal-row-header {
  display: block;
  margin-bottom: 8px;
}
.modal-header, .modal-content, .modal-footer {
  padding: 16px;
}
.modal-product-card {
  margin: 12px 0;
  display: flex;
  gap: 8px;
}
.modal-product-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.widget {
  position: fixed;
  margin: 8px;
  z-index: 100;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.widget-bg {
  background-color: #FFFFFF;
  color: #333333;
}
.widget-bg-alternate {
  background-color: #333333;
  color: #FFFFFF;
}
.widget-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 12px 16px;
  width: 128px;
  text-align: center;
}
.widget-social-media svg {
  width: 32px;
  height: 32px;
}

:root {
  --font-family: "Open Sans", serif;
  --text-color: #000000;
  --url-color: #00703D;
  --url-decoration: underline;
  --headline-weight: 600;
  --background-color: #fff;
  --on-background-color: #000;
  --primary-color: #F0F0F0;
  --on-primary-color: #000;
  --accent-color: #f04e1f;
  --on-accent-color: #fff;
  --argonium-logo-color: #000;
  --border-color: #F0F0F0;
  --border-radius: 4px;
  --shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  --margin: .5rem;
}

.modal-cookies {
  max-width: 650px;
  position: fixed;
  z-index: 100;
  bottom: var(--margin);
  right: var(--margin);
  overflow: hidden;
  transition: all 0.3s;
  display: none;
  width: 90%;
}
.modal-cookies .tabs-nav-trigger {
  padding: 8px 12px;
  flex-grow: 1;
  text-align: center;
}
.modal-cookies.open {
  display: block;
}
.modal-cookies-argonium span {
  display: block;
}
.modal-cookies-argonium svg {
  height: 26px;
  width: auto;
  margin-top: 2px;
}
.modal-cookies-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 16px;
}

.modal-cookies-content-container {
  padding: 0 24px 24px;
  overflow-y: auto;
}

.modal-cookies-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
}

.modal-cookies-option {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 82px;
}
.modal-cookies-option-empty {
  color: var(--text-color);
  opacity: 0.5;
}
.modal-cookies-option:not(:last-child) {
  border-right: 1px solid #333333;
}

.cookies-widget {
  transition: all 0.3s;
  width: fit-content;
  max-width: 410px;
  word-wrap: break-word;
}
.cookies-widget-content {
  padding: 24px 24px 0 24px;
}
.cookies-widget .text-regular-semi-bold {
  display: block;
  margin-top: 12px;
}
.cookies-widget li:has(svg) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}
.cookies-widget li:has(svg) svg {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .modal-cookies {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .modal-cookies-footer {
    text-align: center;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .modal-cookies-options {
    grid-template-columns: 1fr;
  }
  .modal-cookies-option {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    height: auto;
  }
  .modal-cookies-option:not(:last-child) {
    border: none;
  }
}
.chat-container {
  padding: 24px 16px 16px 16px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  position: fixed;
  right: 16px;
  bottom: 80px;
  width: 600px;
  max-width: 90vw;
  height: 600px;
  max-height: 80svh;
  display: flex;
  flex-direction: column;
  max-width: 85vw;
  z-index: 100;
}

.chat-icon {
  width: 64px;
  height: 64px;
  background-color: #A8C511;
  color: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: all 200ms ease;
}
.chat-icon svg {
  width: 32px;
  height: 32px;
}
.chat-icon:active {
  transform: scale(0.95);
}

.chat {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
.chat .chat-message-container {
  padding: 6px 8px;
  width: fit-content;
  background-color: #FAFAFA;
  border-radius: 12px 12px 12px 0;
}
.chat .chat-message-container.client {
  text-align: right;
  color: #FFFFFF;
  background-color: #A8C511;
  border-radius: 12px 12px 0 12px;
  margin-left: auto;
}
.chat .chat-message-container h1, .chat .chat-message-container h2, .chat .chat-message-container h3, .chat .chat-message-container h4, .chat .chat-message-container h5, .chat .chat-message-container h6 {
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.chat .chat-message-container h1 {
  font-size: 16px;
  font-weight: 600;
}
.chat .chat-message-container h2 {
  font-size: 15px;
  font-weight: 600;
}
.chat .chat-message-container h3 {
  font-size: 14px;
  font-weight: 600;
}
.chat .chat-message-container h4 {
  font-size: 13px;
  font-weight: 500;
}
.chat .chat-message-container h5 {
  font-size: 12px;
  font-weight: 500;
}
.chat .chat-message-container h6 {
  font-size: 11px;
  font-weight: 500;
}
.chat .chat-message-container img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.chat .chat-message-container a {
  text-decoration: underline;
  color: #A8C511;
}
.chat-input-container {
  position: relative;
}
.chat-input-container input {
  padding-right: 32px;
}
.chat-input-container button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.chat-message-content:has(.chat-loader) {
  padding: 8px 16px;
}

.chat-loader {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 12px 0 #000, -12px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    box-shadow: 12px 0 #000, -12px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 12px 0 rgba(0, 0, 0, 0.1333333333), -12px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 12px 0 rgba(0, 0, 0, 0.1333333333), -12px 0 #000;
    background: #000;
  }
}
.autocomplete-container {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 60px;
  overflow: auto;
  max-height: 90vh;
  width: 90vw;
  max-width: 900px;
  left: -15vw;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .autocomplete-container {
    top: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .autocomplete-container {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-container {
    flex-direction: column;
  }
}
.autocomplete-container .search-item {
  padding: 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 400px;
}
.autocomplete-container .search-item:hover {
  border-radius: 4px;
  background: #f9fafb;
}
.autocomplete-container .search-product {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.autocomplete-container .search-product:hover {
  border-color: #9ca3af;
  cursor: pointer;
}
.autocomplete-container .search-product .photo-container {
  min-width: 200px;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .autocomplete-container .search-product .photo-container {
    min-width: 0;
  }
}
.autocomplete-container .search-product .photo-container .search-product-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.autocomplete-container .search-product .price {
  color: #A8C511;
  font-size: 18px;
  font-weight: 600;
}
.autocomplete-container .search-product .title {
  font-size: 16px;
}
.autocomplete-container .see-all {
  margin: 10px 0 0 auto;
  width: fit-content;
}
.autocomplete-container .see-all-container {
  padding-bottom: 20px;
}
.autocomplete-container .left {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.autocomplete-container .autocomplete-products {
  flex: 2 0 0;
}
.autocomplete-container .search-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contrast .autocomplete-container {
  background-color: #000000;
}

.checkbox-container {
  display: flex;
  gap: 10px;
  font-size: 10px;
}
.checkbox-mark {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: white;
  flex-shrink: 0;
}
.checkbox-mark.input-error {
  border: 1px solid #b42318;
}
.checkbox-input:checked ~ .checkbox-mark {
  background-image: url(../img/icons/checkmark.svg);
  background-position: center;
  background-size: contain;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-header {
  margin-top: 176px;
}
.home-header-link {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .home-header {
    margin-top: 156px;
  }
}
.home-header .swiper {
  position: relative;
  color: #333333;
  height: clamp(120px, 70vh, 570px);
}
@media only screen and (max-width: 1260px) {
  .home-header .swiper {
    height: clamp(120px, 40vh, 400px);
  }
}
@media only screen and (max-width: 992px) {
  .home-header .swiper {
    height: clamp(120px, 40vh, 300px);
  }
}
@media only screen and (max-width: 768px) {
  .home-header .swiper {
    height: clamp(120px, 40vh, 260px);
  }
}
@media only screen and (max-width: 480px) {
  .home-header .swiper {
    height: clamp(120px, 40vh, 140px);
  }
}
.home-header .swiper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.home-header .swiper .content > * {
  max-width: 560px;
}
.home-header .swiper .content::before,
.home-header .swiper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-header .swiper .content::before {
  content: "";
  background: #FFFFFF;
  opacity: 0.125;
  z-index: -1;
}
.home-header .swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: -2;
}
.home-header .swiper .btn {
  margin-top: 32px;
}

.contrast .home-swiper-pagination.swiper-pagination {
  background: #000000;
}
.contrast .home-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #DDD133;
  opacity: 0.5;
}
.contrast .home-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.overflow-hidden {
  overflow-x: hidden;
  max-width: 100vw;
}

.page-header {
  margin-top: 64px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .page-header {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.page-header-profile {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .page-header-profile {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.page-header-profile h1, .page-header-profile h2, .page-header-profile h3 {
  margin: 0;
}
.page-header-profile:before {
  display: none;
}
.page-header-img {
  position: relative;
  padding: 96px 4vw;
  text-align: center;
  color: #FFFFFF;
}
.page-header-img::before,
.page-header-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header-img::before {
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.page-header-img img {
  z-index: -2;
  object-fit: cover;
}
.page-header .header-categories {
  margin-top: 48px;
}
.page-header.divided {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .page-header.divided {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header.divided {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.divided {
    grid-template-columns: 1fr;
  }
}
.page-header.divided img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
}

section.mt-32 {
  margin-top: 32px;
}
section.mt-64 {
  margin-top: 64px;
}
@media only screen and (max-width: 992px) {
  section.mt-64 {
    margin-top: 32px;
  }
}
section.mb-32 {
  margin-bottom: 32px;
}
section.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 992px) {
  section.mb-64 {
    margin-bottom: 32px;
  }
}
section.pt-24 {
  padding-top: 24px;
}
section.pt-32 {
  padding-top: 32px;
}
section.pt-46 {
  padding-top: 46px;
}
section.pt-48 {
  padding-top: 48px;
}
section.pt-64 {
  padding-top: 64px;
}
@media only screen and (max-width: 992px) {
  section.pt-64 {
    padding-top: 32px;
  }
}
section.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  section.pt-80 {
    padding-top: 32px;
  }
}
section.pb-24 {
  padding-bottom: 24px;
}
section.pb-32 {
  padding-bottom: 32px;
}
section.pb-46 {
  padding-bottom: 46px;
}
section.pb-48 {
  padding-bottom: 48px;
}
section.pb-64 {
  padding-bottom: 64px;
}
@media only screen and (max-width: 992px) {
  section.pb-64 {
    padding-bottom: 32px;
  }
}
section.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  section.pb-80 {
    padding-bottom: 32px;
  }
}
section.pb-96 {
  padding-bottom: 96px;
}
@media only screen and (max-width: 992px) {
  section.pb-96 {
    padding-bottom: 32px;
  }
}
section.pb-112 {
  padding-bottom: 112px;
}
@media only screen and (max-width: 992px) {
  section.pb-112 {
    padding-bottom: 32px;
  }
}
section.gap-16 {
  gap: 16px;
}
section.gap-24 {
  gap: 24px;
}
section.gap-28 {
  gap: 28px;
}
section.gap-32 {
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  section.gap-32 {
    gap: 16px;
  }
}
section.gap-40 {
  gap: 40px;
}
section.gap-46 {
  gap: 46px;
}
@media only screen and (max-width: 992px) {
  section.gap-46 {
    gap: 32px;
  }
}
section.gap-48 {
  gap: 48px;
}
@media only screen and (max-width: 992px) {
  section.gap-48 {
    gap: 32px;
  }
}
section.gap-64 {
  gap: 64px;
}
@media only screen and (max-width: 992px) {
  section.gap-64 {
    gap: 32px;
  }
}
section.gap-80 {
  gap: 80px;
}
@media only screen and (max-width: 992px) {
  section.gap-80 {
    gap: 32px;
  }
}
section.gap-96 {
  gap: 96px;
}
@media only screen and (max-width: 992px) {
  section.gap-96 {
    gap: 46px;
  }
}
section.gap-128 {
  gap: 128px;
}
@media only screen and (max-width: 992px) {
  section.gap-128 {
    gap: 46px;
  }
}
section.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 992px) {
  section.grid {
    grid-template-columns: 1fr;
  }
}
section.flex {
  display: flex;
  flex-direction: column;
}
section.left {
  align-items: flex-start;
}
section.center {
  align-items: center;
}
section.background {
  margin-top: 42px;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
section.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 20px);
  height: 100%;
  background-color: #FAFAFA;
  z-index: -1;
}
section .rich-text {
  margin: 24px 0;
}
section .rich-text p {
  margin: 24px 0 0;
}
section .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
section .section-header.center {
  max-width: 900px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .section-header .rich-text {
  margin-bottom: 0;
}
section .section-title {
  display: block;
  margin: 0;
}
section .section-title.decorative {
  position: relative;
  padding-bottom: 16px;
  width: fit-content;
}
section .section-title.decorative::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -64px;
  width: 48vw;
  height: 1px;
  background-color: #333333;
}
@media only screen and (max-width: 992px) {
  section .section-title.decorative::after {
    right: 0;
    left: auto;
  }
}
section .section-title.decorative.reverse::after {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 992px) {
  section .section-title.decorative.reverse::after {
    right: 0;
    left: auto;
  }
}
section .section-subtitle {
  display: block;
  margin: 0 0 16px;
  font-weight: 400;
}
.actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.actions.center {
  justify-content: center;
}
.actions.right {
  justify-content: flex-end;
}
.actions select {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}

.sticky-aside {
  position: sticky;
  top: 208px;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .sticky-aside {
    position: static;
    top: 0;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq .section-header {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .faq {
    gap: 32px;
  }
}

.faq-list-item {
  border: 1px solid #EEEEEE;
}
.faq-list-item dt {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list-item dt svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq-list-item dt.open svg {
  transform: rotate(180deg);
}
.faq-list-item dd {
  padding: 0 24px 24px 24px;
  margin: 0;
}
.faq-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.stars-container {
  display: flex;
  gap: 0;
  align-items: center;
}
.stars-container svg {
  width: 16px;
  height: 16px;
}

.mark-review {
  display: flex;
}
.mark-review svg {
  width: 24px;
  height: 24px;
}
.mark-review label {
  cursor: pointer;
}
.mark-review label input {
  display: none;
}
.mark-review label svg:nth-child(1) {
  display: block;
}
.mark-review label svg:nth-child(2) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(1) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(2) {
  display: block;
}

.files-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .files-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .files-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.file-card {
  display: flex;
  padding: 24px;
  border: 1px solid #EEEEEE;
  gap: 32px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.review-card {
  padding: 12px 0;
  margin-bottom: 12px;
}
.review-card:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}
.review-card p {
  margin: 12px 0;
}
.review-card span {
  display: block;
}

.block-policies {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-policies .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block-policies-information {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  .block-policies-information {
    gap: 32px;
  }
}
.block-policies-title {
  text-align: center;
}
.block-policies h2, .block-policies h3, .block-policies h4 {
  margin-top: 24px;
  margin-bottom: 20px;
}

.featured-swiper .slides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 42px 0;
}
.featured-swiper .slides .slide {
  padding: 42px 24px;
  background-color: #FFFFFF;
}
.featured-swiper .slides .slide img {
  width: 100%;
  max-width: 248px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .featured-swiper .slides {
    grid-template-columns: 1fr;
  }
  .featured-swiper .slides .slide {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 24px;
  }
  .featured-swiper .slides .slide img {
    width: 126px;
    max-width: 30%;
    margin-bottom: 0;
  }
  .featured-swiper .slides .slide .rich-text {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .featured-swiper .slides .slide {
    padding: 24px 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .featured-swiper .slides .slide img {
    width: 96px;
  }
}
.featured-swiper .actions {
  margin-top: 64px;
}

.featured-article {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.featured-article .heading-h1,
.featured-article .heading-h2,
.featured-article .heading-h3,
.featured-article .heading-h4,
.featured-article .contacts ul strong,
.contacts ul .featured-article strong,
.featured-article .block-policies h2,
.block-policies .featured-article h2,
.featured-article .block-policies h3,
.block-policies .featured-article h3,
.featured-article .block-policies h4,
.block-policies .featured-article h4,
.featured-article .heading-h5,
.featured-article .heading-h6,
.featured-article section.grid-text .grid .rich-text ul li strong,
section.grid-text .grid .rich-text ul li .featured-article strong {
  font-weight: 400;
}
.featured-article a.unstyled {
  display: block;
}
.featured-article a.unstyled, .featured-article a.unstyled img {
  width: 100%;
  height: 100%;
}
.featured-article a.unstyled img {
  object-fit: cover;
  border: 1px solid #EEEEEE;
}
.featured-article .article-content {
  color: #333333;
  padding: 32px 0 0 0;
}
.featured-article .article-content .heading-h5 {
  font-family: "Barlow", sans-serif;
}
.featured-article .article-content .rich-text {
  margin: 24px 0 32px;
}
@media only screen and (max-width: 992px) {
  .featured-article {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.featured-url {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.featured-url .heading-h1,
.featured-url .heading-h2,
.featured-url .heading-h3,
.featured-url .heading-h4,
.featured-url .contacts ul strong,
.contacts ul .featured-url strong,
.featured-url .block-policies h2,
.block-policies .featured-url h2,
.featured-url .block-policies h3,
.block-policies .featured-url h3,
.featured-url .block-policies h4,
.block-policies .featured-url h4,
.featured-url .heading-h5,
.featured-url .heading-h6,
.featured-url section.grid-text .grid .rich-text ul li strong,
section.grid-text .grid .rich-text ul li .featured-url strong {
  font-weight: 400;
}
.featured-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #EEEEEE;
}
.featured-url .article-content {
  color: #333333;
  padding: 32px 0 0 0;
}
.featured-url .article-content .heading-h5 {
  font-family: "Barlow", sans-serif;
}
.featured-url .article-content .rich-text {
  margin: 24px 0 32px;
}
@media only screen and (max-width: 992px) {
  .featured-url {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

section.newsletter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
section.newsletter .heading-h3 {
  font-family: "Barlow", sans-serif;
}
@media only screen and (max-width: 1260px) {
  section.newsletter {
    gap: 32px;
  }
}
@media only screen and (max-width: 992px) {
  section.newsletter {
    grid-template-columns: 1fr;
  }
}

section.map-search {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
  margin-bottom: 40px;
}
section.map-search .map-search-header {
  padding: 24px 32px 64px;
  background-color: #FAFAFA;
}
section.map-search iframe, section.map-search .map {
  width: 100%;
  height: 100%;
  border: #EEEEEE;
}
@media only screen and (max-width: 992px) {
  section.map-search {
    grid-template-columns: 1fr;
  }
  section.map-search iframe {
    height: 400px;
  }
}

section.grid-text .grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 16px;
}
section.grid-text .grid img {
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}
section.grid-text .grid .rich-text {
  height: 100%;
  margin: 0;
}
section.grid-text .grid .rich-text ul {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
section.grid-text .grid .rich-text ul li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px 32px;
  border-radius: 6px;
  background-color: #EAE3D8;
  margin: 0;
}
section.gallery-url .gallery {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  section.gallery-url .gallery {
    grid-template-columns: 1fr;
  }
}
section.gallery-url .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
}
section.gallery-url .gallery-item h3 {
  margin: 16px 0;
}
section.gallery-url .gallery-item .actions {
  margin-top: 24px;
}

.localizations {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  scroll-margin-top: 176px;
}
.localizations-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-content: space-between;
}
.localizations-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid black;
  text-decoration: none;
  gap: 24px;
  padding-bottom: 32px;
}
.localizations-item h1, .localizations-item h2, .localizations-item h3 {
  margin: 0;
}

.files-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.files-grid .grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.files-grid .grid a {
  display: flex;
  gap: 16px;
  padding: 32px 32px;
  border-radius: 6px;
  background-color: #EAE3D8;
  margin: 0;
}
.files-grid .grid a:hover {
  background-color: rgb(198.3, 179.4, 149.7);
}

.photo-text .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media only screen and (max-width: 992px) {
  .photo-text .container {
    flex-direction: column;
    display: flex;
    gap: 32px;
  }
}
.photo-text .section-content img {
  width: 100%;
  object-fit: cover;
}
.photo-text .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.photo-text .section-header .titles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.photo-text .section-header .rich-text {
  margin: 0;
}
.photo-text .section-header .rich-text p {
  margin: 0;
}

.category-card {
  position: relative;
}
.category-card-info {
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .category-card-info {
    bottom: 32px;
  }
}
.category-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  z-index: -1;
  max-height: 416px;
}
.category-card h1, .category-card h2, .category-card h3 {
  text-transform: uppercase;
}
.category-card h1, .category-card h2, .category-card h3, .category-card span {
  display: block;
  margin: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.category-grid .category-card:last-child {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: center;
}
.category-grid .category-card:last-child img {
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1260px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .category-grid .category-card img,
  .category-grid .category-card:last-child img {
    aspect-ratio: 5/4;
  }
  .category-grid .category-card:last-child {
    grid-column: span 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .category-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
@media only screen and (max-width: 1260px) {
  .products-list {
    gap: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .products-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.products-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  color: #333333;
}
.products-list-header > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .products-list-header > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    width: 100%;
  }
}
.products-list-header-nav {
  display: flex;
}
.products-list-header-list, .products-list-header-table {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  cursor: pointer;
  margin-left: 8px;
}
.products-list-header-select {
  position: relative;
  background-color: #FAFAFA;
  padding: 8px 6px 8px 20px;
}
.products-list-header-select svg {
  width: 24px;
  height: 24px;
}
.products-list-header select {
  background-color: #FAFAFA;
  padding: 9px 20px 9px 6px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .products-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.products-list-content {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}
.products-list-related {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .products-list-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-list-related {
    grid-template-columns: 1fr;
  }
}
.products-list.list {
  grid-template-columns: 1fr;
}
.products-list.list .product-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.products-list.list .product-card-container img {
  max-height: 315px;
  width: auto;
}
@media only screen and (max-width: 1260px) {
  .products-list.list {
    gap: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .products-list.list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-list.list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .products-list.list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.products-seo h1, .products-seo h2, .products-seo h3 {
  margin-bottom: 0;
}
.products-seo p {
  margin-top: 0;
}

section.products-seo h1, section.products-seo h2, section.products-seo h3, section.products-seo h4, section.products-seo h5, section.products-seo h6 {
  margin: 1rem 0 0;
}
section.products-seo .rich-text p {
  margin-top: 2px;
}

.old-price {
  color: #666666;
  text-decoration: line-through;
}

.product-card {
  min-width: 0;
  min-height: 0;
  font-family: "Lato", sans-serif;
}
.product-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.product-card p, .product-card span {
  display: block;
}
.product-card p {
  margin: 2px 0;
}
.product-card-image {
  position: relative;
}
.product-card-title {
  display: block;
  margin: 12px 0 6px;
  padding: 0;
  text-align: center;
}
.product-card-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-card-label {
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-colors {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.product-card-color {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  border: 1px solid #666666;
}
.product-card-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.product-card:hover img {
  opacity: 0.9;
}
.product-card:hover .price::before {
  animation: shimmer 1s infinite;
}
.product-card:hover .product-card-title {
  border-color: #333333;
}

.price {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #000; /* kolor tekstu */
  transition: color 0.3s;
}

.price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.product-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .product-filters {
    flex-direction: column;
    gap: 16px;
  }
}

.product {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .product {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 16px;
  }
}
.product-related {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media only screen and (max-width: 768px) {
  .product-related {
    gap: 32px;
  }
}
.product .faq {
  margin-top: 16px;
}

.product-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 1100px;
  padding-top: 32px;
}
@media only screen and (max-width: 1260px) {
  .product-header {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .product-header {
    grid-template-columns: 3fr 2fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .product-header {
    grid-template-columns: 1fr;
  }
}
.product-header .swiper-slide a {
  display: block;
}
.product-header-column {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-header-gallery {
  display: none;
  flex-direction: column;
  min-height: 542px;
}
.product-header-gallery.open {
  display: flex;
}
.product-header-gallery .product-card-label {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .product-header-gallery {
    min-height: 0;
  }
}
.product-header-gallery .product-gallery-thumbs {
  width: 100%;
}
.product-header-gallery .product-gallery-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-header-gallery .product-gallery-thumbs .swiper-slide img {
  width: auto;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.product-header-gallery .swiper-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-header-desc {
  display: none;
}
.product-header-desc .heading-tagline {
  font-size: 26px;
  margin: 0;
}
.product-header-desc.open {
  display: flex;
}
.product-header-row {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .product-header-row {
    margin-top: 16px;
  }
}
.product-header-row-container {
  display: flex;
  gap: 16px;
}
.product-header-row-border {
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}
.product-header-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.product-header .btn-producer img {
  margin-top: 8px;
  height: 50px;
  width: auto;
  object-fit: contain;
}
.product-header .product-gallery {
  min-width: 100%;
}
.product-header .product-gallery-thumbs .swiper-slide img, .product-header .product-gallery-thumbs .swiper-slide video {
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.product-header-code {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 8px;
}
.product-header-carriers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-header-carrier {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 8px;
}
.product-header-favourite {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 8px;
}
.product-header-favourite span {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.product-header-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-producer {
  margin-top: 24px;
  margin-bottom: 64px;
}

.products-main {
  margin-top: 0;
  padding-bottom: 32px;
}
.products-main h1, .products-main h2, .products-main h3 {
  margin: 0;
}
.products-main-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #333333;
}
.products-main.has-aside {
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 64px;
}
.products-main.has-aside .aside-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.products-main.has-aside .aside-header:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #444444;
  z-index: 2;
}
.products-main.has-aside .aside-header svg {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.products-main.has-aside .aside-header.open svg {
  transform: rotate(180deg);
}
.products-main.has-aside .aside-section .aside-header {
  padding: 8px 0;
  border-bottom: none;
  border-top: 1px solid #EEEEEE;
}
.products-main.has-aside .aside-section .aside-header:before {
  display: none;
}
.products-main.has-aside aside {
  height: fit-content;
  font-family: "Lato", sans-serif;
}
.products-main.has-aside aside a {
  transition: all 0.2s ease;
}
.products-main.has-aside aside a:hover, .products-main.has-aside aside a.active:hover {
  color: #666666;
}
.products-main.has-aside aside a.active {
  font-weight: 600;
}
.products-main.has-aside aside ul {
  margin-top: 16px;
}
.products-main.has-aside aside ul ul {
  border-top: none !important;
  padding-top: 0;
  margin-left: 4px;
}
.products-main.has-aside aside ul ul li ul {
  padding-left: 16px;
  padding-top: 12px;
}
.products-main.has-aside aside .aside-section {
  margin-bottom: 12px;
}
.products-main.has-aside aside .aside-section-products {
  margin-top: 16px;
}
.products-main.has-aside aside .aside-section-products li {
  margin: 0;
}
.products-main.has-aside aside .aside-section-products-list {
  display: flex;
  flex-direction: column;
  margin: 12px 0 0;
  gap: 8px;
}
.products-main.has-aside aside .aside-section-products-product {
  display: flex;
  gap: 12px;
  margin: 0;
}
.products-main.has-aside aside .aside-section-products-product img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  min-width: 64px;
}
.products-main.has-aside aside .aside-section-products-product-titles {
  display: flex;
  flex-direction: column;
}
.products-main.has-aside aside .checkbox-container {
  margin: 16px 0 8px;
}
.products-main.has-aside aside li {
  display: block;
  padding: 8px 0;
}
.products-main.has-aside aside .accordion-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  cursor: pointer;
}
.products-main.has-aside aside .accordion-trigger svg {
  transition: all 0.3s ease;
  transform: rotate(0);
}
.products-main.has-aside aside .accordion-trigger.open svg {
  transform: rotate(180deg);
}
.products-main.has-aside aside .accordion-target {
  margin: 0;
}
.products-main.has-aside aside .accordion-target.no-margin {
  padding: 0;
}
.products-main.has-aside aside .accordion-target.no-margin ul {
  padding: 0;
}
.products-main.has-aside aside .actions {
  margin-top: 16px;
  flex-direction: column;
}
.products-main.has-aside aside form .aside-section {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .products-main.has-aside {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .products-main.has-aside .aside-header svg {
    transform: rotate(180deg);
  }
  .products-main.has-aside .aside-header.open svg {
    transform: rotate(0);
  }
  .products-main.has-aside .accordion-target {
    display: none;
  }
  .products-main.has-aside aside {
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.product-feature-select span {
  font-weight: 400;
}
.product-feature-select-row {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.product-feature-select-row-option {
  display: flex;
  padding: 0 0 0 26px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 200ms ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  font-family: "Lato", sans-serif;
  position: relative;
}
.product-feature-select-row-option:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("/templates/default/img/icons/option-empty.svg") no-repeat center center !important;
}
.product-feature-select-row-option.selected:before {
  background: url("/templates/default/img/icons/option-selected.svg") no-repeat center center !important;
}
.product-feature-select-row-color {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #AAAAAA;
}
.product-feature-select-row-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-feature-select-row-color.selected {
  border: 2px solid #A8C511;
}
.product-feature-select-row-color-default img {
  object-fit: contain;
}

.disabled-feature {
  pointer-events: none;
  opacity: 0.4;
  color: #aaa !important;
}

.product-features-table {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.product-features-table-title {
  padding-right: 16px;
  border-right: 1px solid #EEEEEE;
}
.product-features-table-desc {
  padding-right: 16px;
  border-right: 1px solid #EEEEEE;
}

.product-spec {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.product-spec-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-spec-row {
  display: flex;
  gap: 0;
  padding: 0.6rem 0;
  width: 100%;
  border-bottom: 1px solid #cbd5e1;
}
.product-spec-title {
  width: 36.2%;
}
.product-spec-title span {
  font-weight: bold;
}
.product-spec-title strong {
  font-weight: bold;
}
.product-spec-value {
  width: 63.8%;
}

.product-category, .product-subcategory {
  text-decoration: underline;
}

.categories-popular .section-header {
  align-items: center;
}
.categories-popular .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
}
@media only screen and (max-width: 992px) {
  .categories-popular .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .categories-popular .swiper-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .categories-popular .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

.swiper-arrows-new, .swiper-arrows-bestseller, .swiper-arrows-subcategory, .swiper-arrows-category {
  display: flex;
  gap: 8px;
}
.swiper-arrows-new .swiper-arrow-prev, .swiper-arrows-new .swiper-arrow-next, .swiper-arrows-bestseller .swiper-arrow-prev, .swiper-arrows-bestseller .swiper-arrow-next, .swiper-arrows-subcategory .swiper-arrow-prev, .swiper-arrows-subcategory .swiper-arrow-next, .swiper-arrows-category .swiper-arrow-prev, .swiper-arrows-category .swiper-arrow-next {
  cursor: pointer;
}

.products-new .section-header, .products-bestseller .section-header, .products-subcategory .section-header, .products-category .section-header {
  align-items: center;
}
.products-new .swiper-wrapper:nth-child(1), .products-bestseller .swiper-wrapper:nth-child(1), .products-subcategory .swiper-wrapper:nth-child(1), .products-category .swiper-wrapper:nth-child(1) {
  margin-top: 46px;
}

.cart {
  margin-top: max(168px, var(--cart-nav-height) + 24px);
}
.cart section {
  margin: 46px 0;
}
.cart section .section-header {
  width: 100%;
  display: block;
  padding: 12px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}
.cart .radio-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .cart .radio-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .cart .radio-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .cart .radio-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cart-table {
  width: 100%;
  border-spacing: 0;
}
.cart-table thead {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cart-table thead {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
  }
}
.cart-table th, .cart-table td {
  padding: 12px 24px;
  border-bottom: 1px solid #EEEEEE;
}
.cart-table .product {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  padding: 0;
}
.cart-table .product img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cart-footer {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 46px 0 64px;
  justify-content: space-between;
}
.cart-footer .error span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cart-footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .cart-footer-summary {
    width: 100%;
  }
}
.cart-footer-summary table {
  margin-bottom: 24px;
}
.cart-footer-summary table tr td:first-child {
  padding-right: 32px;
}
.cart-footer-summary table tr td:last-child {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cart-footer-summary table {
    width: 100%;
  }
}
.cart-footer-summary form {
  display: flex;
  justify-content: flex-end;
}

.order-success {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
}
.order-success .confirm-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 768px;
}
.order-success img {
  margin-bottom: 64px;
}
.order-success h1, .order-success h2, .order-success h3 {
  margin: 0 0 24px 0;
  text-align: center;
}
.order-success p {
  margin-bottom: 32px;
}

.page-auth {
  margin-top: calc(var(--cart-nav-height) + 64px);
  margin-bottom: 64px;
}
.page-auth form {
  text-align: left;
}

.form-invoice {
  display: flex;
  flex-direction: column;
}
.form-invoice-wrapper {
  max-width: 768px;
}
.form-invoice-container {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .form-invoice-container {
    grid-template-columns: 1fr;
  }
}
.form-invoice-container-column {
  display: flex;
  flex-direction: column;
}
.form-invoice-container.open {
  display: grid;
}
.form-invoice .nip-fields {
  flex-direction: column;
}
.form-invoice .nip-fields .form-row {
  align-items: flex-end;
}
.form-invoice .nip-fields .btn {
  min-width: 300px;
  height: 100%;
}
.form-invoice .cart-options-head {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 24px;
}
.form-invoice .client-type {
  display: flex;
  gap: 24px;
}
.form-invoice .client-type .checkbox-item {
  flex-direction: row;
}

.cart-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .cart-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .cart-bottom .error {
    padding: 12px 0 12px 0;
  }
}

.checkout {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .checkout {
    margin-bottom: 32px;
  }
}

.checkout-row {
  display: grid;
  grid-template-columns: 67.83% 27.28%;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .checkout-row {
    grid-template-columns: 1fr;
  }
}
.checkout-row .order-details {
  display: flex;
  gap: 46px;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .checkout-row .order-details {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    grid-template-columns: 1fr;
  }
}
.checkout-row .order-details-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-row .order-details-col > div {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
.checkout-row .order-details-col > div.text {
  font-size: 16px;
}
.checkout-row .cart-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .checkout-row .cart-bottom {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.cart-summary {
  display: flex;
  flex-direction: column;
}
.cart-summary .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart-summary .btn {
  margin-top: 24px;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.not-found-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
}
.not-found-text {
  font-size: 36px;
  font-weight: 500;
}
.not-found-search {
  margin: 35px 0;
  width: 350px;
}
.not-found-search .nav-search {
  visibility: visible;
}
.not-found .autocomplete-container {
  position: fixed;
  top: 500px;
  left: 0;
}

.contact-header .rich-text {
  max-width: 800px;
  margin: 64px auto 0;
}
.contact-header .rich-text h1, .contact-header .rich-text h2, .contact-header .rich-text h3, .contact-header .rich-text h4, .contact-header .rich-text h5, .contact-header .rich-text h6 {
  margin: 0;
}
.contact-header .rich-text p {
  margin: 24px 0;
}

.contact-form form {
  margin: 64px auto;
  max-width: 800px;
}
.contact-form .btn {
  margin: 32px auto 0;
}

.contact-grid {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 80px;
  margin: 64px auto 0;
}
@media only screen and (max-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
}
.contact-grid-item {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .contact-grid-item {
    justify-content: center;
  }
}
.contact-grid-item .image {
  width: 63px;
  height: 40px;
}
.contact-grid-item .image picture {
  width: 100%;
  height: 100%;
}
.contact-grid-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-grid-item .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-grid-item .content .name {
  font-weight: 300;
  margin-bottom: 12px;
}
.contact-grid-item .content a {
  color: #1C79D6;
}

.contact-box h1 {
  margin-top: 16px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.contact-box .section-column span {
  margin: 0;
}

.contacts {
  width: 100%;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.contacts .container {
  width: 100%;
}
.contacts p {
  display: none;
}
.contacts-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 46px;
}
@media only screen and (max-width: 992px) {
  .contacts-list {
    grid-template-columns: 1fr;
  }
}
.contacts ul {
  padding-top: 72px;
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .contacts ul {
    padding-top: 44px;
  }
}
.contacts ul:nth-child(1):before {
  content: url("/templates/default/img/icons/contact-mail.svg ");
}
.contacts ul:nth-child(3):before {
  content: url("/templates/default/img/icons/contact-phone.svg ");
}
.contacts ul:nth-child(5):before {
  content: url("/templates/default/img/icons/contact-map.svg ");
}
.contacts ul:nth-child(7) {
  padding-top: 24px;
  width: 100%;
  grid-column: 1/-1;
  border-top: 1px solid #EEEEEE;
}
.contacts ul:before {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts ul li {
  margin: 0;
}
.contacts ul strong {
  display: block;
  line-height: 130%;
  margin-bottom: 12px;
}
.contacts ul em {
  display: block;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .contacts ul em {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.contacts ul a {
  display: block;
}

.inspirations-swiper {
  margin: 40px 0;
  padding: 0 32px;
  overflow: hidden;
  position: relative;
}
.inspirations-swiper img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.inspirations-swiper .swiper-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .inspirations-swiper .swiper-arrows {
    display: none;
  }
}

.inspirations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .inspirations-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .inspirations-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.inspiration-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.inspiration-card span {
  display: block;
  margin: 24px 0 8px;
}

.markers-photo-container {
  position: relative;
}
.markers-photo-container .marker {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .markers-photo-container .marker {
    display: none;
  }
}
.markers-photo-container .marker::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.markers-photo-container .marker-card {
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  display: none;
  transform: translate(30px, calc(-50% - 10px));
}
.markers-photo-container .marker:hover .marker-card {
  display: block;
}
.markers-photo-container .marker:hover::before {
  scale: 1.25;
}

.contrast .inspiration-page .blog-reviews .reviews-subtitle {
  color: #DDD133;
}
.contrast .inspiration-page .blog-reviews .review-card .review-date {
  color: #DDD133;
}
.contrast .inspiration-page .marker-info {
  background: black;
}
.contrast .inspiration-page .marker-info .bottom img {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}

.sitemap-header .page-title {
  margin-top: 30px;
  margin-bottom: 80px;
}

.sitemap-list {
  column-count: 4;
  margin-bottom: 100px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .sitemap-list {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap-list {
    column-count: 1;
  }
}
.sitemap-list-group {
  display: flex;
  flex-flow: column wrap;
}
.sitemap-list .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemap-list .title:not(:first-child) {
  margin-top: 20px;
}
.sitemap-list a:hover {
  text-decoration: underline;
}
.sitemap-list li {
  margin-bottom: 5px;
}
.sitemap-list li:not(.title) {
  display: flex;
  padding-left: 4px;
  gap: 8px;
  align-items: center;
}
.sitemap-list li:not(.title)::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #A8C511;
}

.sitemap-search .form-search {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sitemap-search .form-search .form-search-input {
  border-bottom-color: black;
  opacity: 1;
}

.font-biggest .li,
.font-biggest .sitemap-list-link {
  font-size: 20px !important;
}

.orders-heading {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 40px 0;
}

.outer-container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px auto;
  border: 1px #f2f2f2 solid;
  border-radius: 10px;
  overflow: hidden;
}

.inner-container {
  padding: 40px 0 60px 0;
}

.orders-nav {
  display: flex;
}

.orders-nav .nav-item {
  width: 50%;
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.orders-nav .nav-item.active {
  color: #b3b3b3;
  background: #f2f2f2;
}

.order {
  width: 90%;
  margin: auto;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  margin-top: 10px;
}

.order-overview {
  display: flex;
  gap: 30px;
  font-size: 16px;
}

.order-overview .info-title {
  font-weight: 500;
}

.order-overview .btn {
  margin-left: auto;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
}

.order-overview .btn-expand.rotated svg {
  transform: rotate(180deg);
}

.expanded-content {
  margin: 20px 0;
}

.details-titles {
  display: flex;
  font-weight: 500;
  border-bottom: 1px #f2f2f2 solid;
  padding: 10px 45px 10px 5px;
  text-align: center;
  gap: 20px;
}
.details-titles .product {
  display: unset;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.details-titles .product {
  flex: 1 0 0;
  text-align: left;
}

.details-titles .price {
  width: 125px;
}

.details-titles .amount {
  width: 125px;
}

.details-titles .total {
  width: 125px;
}

.product-details {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 5px;
  border-bottom: 1px #f2f2f2 solid;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-details .number,
.product-details .name {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}

.product-details .number {
  min-width: 20px;
  font-size: 18px;
  font-weight: 500;
}

.product-details .product-main {
  flex: 1 0 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-details .product-main-photo {
  width: 70px;
  height: 70px;
}

.product-details .product-main-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.product-main-photo-fill {
  height: 100%;
  width: 100%;
  background: #A8C511;
}

.product-details .price,
.product-details .amount,
.product-details .total {
  width: 125px;
  font-size: 20px;
  font-weight: 600;
}

.product-details .amount-text {
  font-weight: 400;
}

.product-details .amount-mobie {
  display: none;
}

.order-summary {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.summary-block {
  width: 45%;
  margin-top: 40px;
}

.summary-block h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}

.data-heading {
  font-weight: 700;
  font-size: 24px;
  color: #39423b;
  margin: 45px 0 10px 0;
}

.header .data-heading {
  margin: 0;
}

.inner-container.data {
  padding: 0 5%;
}

.inputs-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inputs-container > * {
  width: 49%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.btn-outline {
  background: white;
  justify-content: center;
}

.address.order {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.address-label {
  font-weight: 700;
}

.delivery-addresses .btn {
  margin: 40px 0 40px auto;
  display: block;
  text-align: center;
}

.delete {
  cursor: pointer;
}

.modal-form {
  margin-top: 0;
}

.modal-form .form-input {
  margin-bottom: 10px;
}

.modal-form .btn-primary {
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 1060px) {
  .order-overview {
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-right: 40px;
  }
  .order-overview .info-title,
  .order-overview .info-content {
    display: inline;
  }
  .btn-expand {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .order {
    padding: 20px;
  }
  .details-titles {
    display: none;
  }
  .product-details {
    column-gap: 0;
    row-gap: 10px;
    padding: 20px 0;
    border-bottom: none;
    border-top: 1px #f2f2f2 solid;
  }
  .product-details .price {
    display: none;
  }
  .product-details .total,
  .product-details .amount {
    width: 50%;
  }
  .product-details .amount {
    text-align: left;
  }
  .product-details .total {
    text-align: right;
  }
  .product-details .product-main {
    flex: auto;
    width: 100%;
  }
  .product-details .product-main-photo {
    min-width: 70px;
  }
  .order-summary {
    flex-direction: column;
    width: 100%;
  }
  .order-summary .summary-block {
    margin-top: 10px;
    width: 100%;
  }
  .orders-nav .nav-item {
    font-size: 20px;
    font-weight: 500;
  }
  .inner-container {
    padding: 40px 0;
  }
}
.night .data-heading {
  color: white;
}

.night .orders-nav .nav-item.active {
  background: white;
  color: black;
}

.night .btn-img {
  filter: brightness(0) invert(1);
}

.font-bigger .order-overview,
.font-bigger .summary-block h2,
.font-bigger .product-details .number {
  font-size: 18px !important;
}

.font-biggest .order-overview,
.font-biggest .summary-block h2,
.font-biggest .product-details .number {
  font-size: 20px !important;
}

.auth-header {
  margin-bottom: 64px;
}

.auth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 64px;
  margin-top: 64px;
}
@media only screen and (max-width: 1260px) {
  .auth-grid {
    gap: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }
}
.auth-grid h1 {
  text-align: center;
}
.auth-grid .login-remind {
  text-decoration: underline;
}
.auth-grid-secondary {
  background-color: #FAFAFA;
  padding: 64px 24px;
}
.auth-grid-secondary h2 {
  margin: 0 auto;
}
.auth-grid-secondary .rich-text {
  margin: 32px 0;
}
.auth-grid-secondary-signup {
  width: 100%;
  height: fit-content;
}
.auth-grid .signin-page {
  text-align: left;
}

.user-main section {
  margin-top: 46px;
  margin-bottom: 46px;
}
.user-main .section-header {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 24px;
}
.user-main .form-row {
  max-width: 768px;
}
@media only screen and (max-width: 992px) {
  .user-main .form-row {
    width: 100%;
  }
}

.auth-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media only screen and (max-width: 992px) {
  .auth-container {
    flex-direction: column;
    margin: 20px 0;
  }
}
.auth-container-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 60px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .auth-container-block:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 992px) {
  .auth-container-block {
    width: 100%;
    padding: 20px 0;
  }
}
.auth-container-sign-up {
  display: flex;
  gap: 64px;
}

.auth-login {
  width: 400px;
  max-width: 100%;
}
.auth-login .form-group {
  margin-bottom: 10px;
}
.auth-login .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.auth-login .btn {
  display: block;
  height: 44px;
  margin: 0 auto;
}
.auth-login .btn-remind {
  margin-bottom: 32px;
}

.auth-title {
  margin-bottom: 25px;
  text-align: left;
}

.auth-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.auth-text ul {
  margin-left: 30px;
}

.auth-signup {
  width: 600px;
  max-width: 100%;
}
.auth-signup .icon-error {
  display: none;
}
.auth-signup .row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.auth-signup .row-type {
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .auth-signup .row-type {
    flex-direction: column;
    align-items: flex-start;
  }
}
.auth-signup .row-type label {
  display: flex;
  gap: 6px;
  flex-direction: row;
}
.auth-signup .row-firm-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.auth-signup .checkbox-item {
  margin-right: 20px;
  display: flex;
}
.auth-signup .checkbox-item-agreement {
  margin-bottom: 20px;
}
.auth-signup .checkbox-item.small {
  font-size: 10px;
}
.auth-signup .checkbox-item .checkmark {
  top: 0;
}
.auth-signup .checkbox-item a {
  text-decoration: underline;
}
.auth-signup .form-grid-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .auth-signup .form-grid-wrapper {
    grid-template-columns: 1fr;
  }
}
.auth-signup .form-grid-wrapper .row {
  display: flex;
  gap: 16px;
}
.auth-signup .form-grid-wrapper .form-grid-item {
  width: 100%;
}
.auth-signup .form-grid-item .btn {
  width: 100%;
  height: 50px;
  display: block;
}
.auth-signup .form-grid-item.hide {
  display: none;
}
.auth-signup .form-grid-item.full-width {
  width: 100%;
}
.auth-signup .form-grid-item.password-label {
  position: relative;
}
.auth-signup .form-grid-item.password-label img {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.account-title {
  font-weight: 700;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 40px;
}
.account-container {
  max-width: 1260px;
  border: 1px solid #F2F2F2;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 80px;
}
.account-nav {
  display: flex;
}
.account-nav-item {
  width: 50%;
  background-color: #F2F2F2;
  color: #B3B3B3;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
}
.account-nav-item.active {
  background-color: white;
  color: #A8C511;
}
.account-nav-item:not(.active) {
  cursor: pointer;
}
.account-main {
  padding: 40px 100px 80px;
}
.account-form-group {
  margin-bottom: 40px;
}
.account-form-group-title {
  color: #A8C511;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.account-products {
  margin-top: 46px;
  margin-bottom: 64px;
}
.account-products .container {
  display: flex;
  flex-direction: column;
}
.account-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 24px;
}
.account-product h1, .account-product h2, .account-product h3 {
  margin: 0;
}
.account-product-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-product-files {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .account-product-files {
    grid-template-columns: 2fr;
  }
}
@media only screen and (max-width: 768px) {
  .account-product-files {
    grid-template-columns: 1fr;
  }
}
.account-product-file {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1pX solid #333333;
}
.account-product-file-heading {
  display: flex;
  gap: 16px;
}
.account-product-file-heading svg {
  width: 32px;
  height: 32px;
  min-width: fit-content;
}

.agreements .checkmark {
  border-radius: 5px;
}
.agreements .checkbox-item {
  margin: 24px 0;
}

.error {
  color: red;
  padding: 0 0 25px 0;
  text-align: center;
  font-size: 18px;
}

.form-grid #register {
  height: auto;
  padding: 12px 0;
}

.font-bigger {
  font-size: 18px;
}
.font-bigger .checkbox-item {
  font-size: 18px !important;
}

.font-biggest {
  font-size: 20px;
}
.font-biggest .checkbox-item,
.font-biggest .auth-text {
  font-size: 20px !important;
}

.contrast .auth-signup-label {
  color: #DDD133;
}

#GUSresp {
  display: flex;
  flex-direction: column;
}

.page-reminder {
  padding-top: 32px;
  padding-bottom: 64px;
}
.page-reminder .btn {
  margin-top: 32px;
}

a.producer-card,
.producer-card {
  padding: 24px;
  border: 1px solid #EEEEEE;
  display: flex;
  gap: 24px;
}
a.producer-card img,
.producer-card img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
a.producer-card span,
.producer-card span {
  display: block;
  margin-bottom: 8px;
}
a.producer-card .btn,
.producer-card .btn {
  margin-top: 16px;
}

.producers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .producers-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .producers-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.producer-page-info {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .producer-page-info {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.producer-page-info .page-title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .producer-page-info .page-title {
    margin-top: 10px;
  }
}
.producer-page-info .page-top-text {
  padding: 0 0 50px 0;
}
.producer-page-info .photo-container {
  height: 180px;
  width: 180px;
  padding: 12px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .producer-page-info .photo-container {
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.producer-page-info .photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.producer-page .products-list {
  padding-bottom: 40px;
}
.producer-page .products-list-title {
  padding-bottom: 20px;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.blog-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.blog-card span {
  display: block;
  margin: 24px 0 8px;
}
.blog-card .btn {
  margin-top: 24px;
}

.blog-main-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .blog-main-content {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-main-content {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-main-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.blog-main-content section .section-title h1,
.blog-main-content section .section-title h2,
.blog-main-content section .section-title h3,
.blog-main-content section .section-title h4,
.blog-main-content section .section-title h5,
.blog-main-content section .section-title h6, .blog-main-content section .container .section-title h1,
.blog-main-content section .container .section-title h2,
.blog-main-content section .container .section-title h3,
.blog-main-content section .container .section-title h4,
.blog-main-content section .container .section-title h5,
.blog-main-content section .container .section-title h6 {
  margin: 2rem 0 1rem;
}
.blog-main-content section.text {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-main-content section.text h1,
.blog-main-content section.text h2,
.blog-main-content section.text h3,
.blog-main-content section.text h4,
.blog-main-content section.text h5,
.blog-main-content section.text h6 {
  margin: 2rem 0 1rem;
}
.blog-main-content aside ul li {
  margin: 12px 0;
}

.article-author {
  border: 1px solid #EEEEEE;
  padding: 32px;
}
.article-author-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.article-author-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.article-author-profile p {
  color: #666666;
}
.article-author-profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.article-author-profile p, .article-author-profile span, .article-author-profile .rich-text {
  margin: 0;
}
.article-author-profile p p, .article-author-profile span p, .article-author-profile .rich-text p {
  color: #333333;
}
.article-author-reviews {
  margin-top: 24px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.article-author-review {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.article-author-review svg {
  width: 24px;
  height: 24px;
}

.blog-header-date {
  display: block;
  margin-top: 32px;
}

.search-page-header {
  margin-top: 64px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .search-page-header {
    margin-top: 32px;
  }
}
.search-page-header h1 {
  margin: 0;
  padding: 0;
}

.search-page {
  margin-bottom: 112px;
}
.search-page-results {
  display: flex;
  flex-direction: column;
}
.search-page-products {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0;
}
.search-page-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.search-page-category-title {
  width: 100%;
  text-align: left;
}
.search-page-category .products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1260px) {
  .search-page-category .products-list {
    gap: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .search-page-category .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .search-page-category .products-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .search-page-category .products-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.search-page-category .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
.search-page-category .blog-list .blog-card img {
  max-height: 300px;
}
.search-page-category .blog-list span {
  margin: 0;
}
.search-page-category .blog-list .blog-card-title {
  margin: 24px 0 8px;
}
@media only screen and (max-width: 768px) {
  .search-page-category .blog-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .search-page-category .blog-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.search-page-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0;
  width: 95%;
  margin: auto;
}
.search-page-item:hover .search-page-item-title {
  color: #A8C511;
}
.search-page-item-title {
  font-weight: 500;
  font-size: 2rem;
  transition: color 0.3s;
}

/*# sourceMappingURL=main.css.map */
