:root {
  --title-color: #111413;
  --main-color: #222;
  --button-color: #e6ffb1;
  --border-color: #c9c0b6;
  --bg-color: #fcf7f1;
  --paragraph: rgba(0, 0, 0, 0.72);
  --title: rgba(0, 0, 0, 0.88);
}

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

body {
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: inherit;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

sub,
sup {
  font-size: 0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

button,
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent;
}

input[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  display: block;
}

section {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/iconfont/iconfont.ttf?572h48") format("truetype"), url("../fonts/iconfont/iconfont.woff?572h48") format("woff"), url("../fonts/iconfont/iconfont.svg?572h48#Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon__],
[class*=" icon__"] {
  line-height: 1;
  display: inline-block;
  height: 1em;
}

[class^=icon__]::before,
[class*=" icon__"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__arrow-left:before {
  content: "\e900";
}

.icon__arrow-left-thin:before {
  content: "\e901";
}

.icon__arrow-right:before {
  content: "\e902";
}

.icon__arrow-right-thin:before {
  content: "\e903";
}

.icon__cart:before {
  content: "\e904";
}

.icon__cart-invert:before {
  content: "\e905";
}

.icon__close:before {
  content: "\e906";
}

.icon__dropdown:before {
  content: "\e907";
}

.icon__email:before {
  content: "\e908";
}

.icon__facebook:before {
  content: "\e909";
}

.icon__headphones:before {
  content: "\e90a";
}

.icon__heart:before {
  content: "\e90b";
}

.icon__heart-fill:before {
  content: "\e90c";
}

.icon__instagram:before {
  content: "\e90d";
}

.icon__phone:before {
  content: "\e90e";
}

.icon__pin:before {
  content: "\e90f";
}

.icon__play:before {
  content: "\e910";
}

.icon__search:before {
  content: "\e911";
}

.icon__twitter:before {
  content: "\e912";
}

.icon__user:before {
  content: "\e913";
}

.icon__web:before {
  content: "\e914";
}

.icon__whatsapp:before {
  content: "\e915";
}

.icon__youtube:before {
  content: "\e916";
}

:root {
  --header-height: 8rem;
  --header-height-mob: 3.75rem;
  --compensate-scroll-bar: 15px;
}

html {
  scroll-behavior: smooth;
  scroll-padding: var(--header-height) 0 0 0;
  font-size: 0.8333333333vw;
}
@media (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  font-size: 1rem;
  color: #000;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
}
body.fixed {
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body.fixed {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
  body.fixed .header {
    padding-right: var(--compensate-scroll-bar, 15px);
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #Fff;
}

.media-wrapper {
  overflow: hidden;
  display: block;
}
.media-wrapper img {
  display: block;
  width: 100%;
}

.overflow {
  overflow: hidden;
}
.overflow > span {
  display: inline-block;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.btns:has(.swiper-button-lock) {
  display: none;
}

.tab-item:not(:first-child) {
  display: none;
}

.video-wrapper {
  position: relative;
}
.video-wrapper .video-cover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video-wrapper .video-cover.--hidden {
  opacity: 0;
  visibility: hidden;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .compensate-for-header:first-child {
    margin-top: calc(var(--header-height) * -1);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .compensate-for-header:first-child {
    margin-top: calc(var(--header-height-mob) * -1);
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.fancybox__container .is-close {
  width: 3rem !important;
  height: 3rem !important;
  top: -2rem !important;
  right: auto !important;
  left: -3rem;
  border-radius: 50%;
  color: #222 !important;
}
@media (max-width: 768px) and (orientation: portrait) {
  .fancybox__container .is-close {
    width: 2rem !important;
    height: 2rem !important;
    top: 0.5rem !important;
    left: 0.5rem;
  }
  .fancybox__container .is-close svg {
    width: 1rem !important;
    height: 1rem !important;
  }
}

.default-page {
  padding-block: 2.625rem 7rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .default-page {
    padding-block: 0.625rem 4.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .default-page .shop-page__breadcrumbs {
    padding-inline: 5rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .default-page .shop-page__breadcrumbs {
    margin-bottom: 2rem;
  }
}
.default-page h1 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.18;
  margin-bottom: 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .default-page h1 {
    font-size: 2rem;
    margin-bottom: 2.375rem;
  }
}
.default-page h2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #1F1F1F;
}
@media (max-width: 768px) and (orientation: portrait) {
  .default-page h2 {
    font-size: 1.25rem;
  }
}
.default-page h2:not(:last-child) {
  margin-bottom: 0.75rem;
}
.default-page h2:not(:first-child) {
  margin-top: 2.5rem;
}
.default-page .editor-area a:not(.btn) {
  color: #D31937;
}
.default-page .editor-area li::marker {
  color: #D31937;
}
.default-page .editor-area li:not(:last-child) {
  margin-bottom: 0.5em !important;
}
.default-page__inner {
  max-width: 52.5rem;
  margin-inline: auto;
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .default-page__inner {
    font-size: 1.125rem;
  }
}

.site-pagination {
  margin-top: 3rem;
}
.site-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.page-404 {
  padding-block: 7.125rem 10.4375rem;
  text-align: center;
  color: #222222;
  font-size: 1.125rem;
}
.page-404 h1 {
  font-weight: 400;
  font-size: 11.25rem;
  line-height: 1.2611111111;
  letter-spacing: -0.06em;
}
.page-404 h2 {
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.page-404 .btn {
  margin-top: 2.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .page-404 {
    padding-block: 3.4375rem 7.6875rem;
  }
  .page-404 h1 {
    font-size: 7.5rem;
  }
  .page-404 h2 {
    font-size: 2.875rem;
    margin-bottom: 1 rem;
  }
  .page-404 .btn {
    margin-top: 1.875rem;
  }
}

.promo-modal {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 73rem;
  width: calc(100% - 1.5rem);
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal {
    padding: 0.75rem 0.75rem 2.375rem !important;
    border-radius: 2rem;
    gap: 1.75rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .promo-modal {
    border-radius: 3rem;
    padding: 1rem !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.promo-modal .is-close {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal .is-close {
    top: -3.125rem !important;
    left: 0 !important;
  }
}
.promo-modal .is-close svg {
  stroke: #fff !important;
}
.promo-modal__media {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal__media {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    height: 10.3125rem;
  }
  .promo-modal__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .promo-modal__media {
    border-radius: 2.625rem;
    width: 36.125rem;
  }
}
.promo-modal__media img {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .promo-modal__content {
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 3.625rem;
    font-size: 1.125rem;
  }
}
.promo-modal__content h1,
.promo-modal__content h2 {
  font-weight: 700;
  font-size: 5.25rem;
  line-height: 1;
  color: #233550;
}
.promo-modal__content h3 {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.48;
  color: #233550;
  margin-bottom: 0.875rem;
}
.promo-modal__content p:not(:last-child) {
  margin-bottom: 1.6666666667em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal__content {
    text-align: center;
    width: 100%;
  }
  .promo-modal__content h1,
  .promo-modal__content h2 {
    font-size: 3.75rem;
  }
  .promo-modal__content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .promo-modal__text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal__text {
    margin-bottom: 1.25rem;
  }
}
.promo-modal__logo {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal__logo {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.promo-modal__logo img {
  height: 2.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .promo-modal__logo img {
    height: 2rem;
  }
}

.fancybox__container:has(.promo-modal) .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-backdrop-filter: blur(7.25px);
          backdrop-filter: blur(7.25px);
}

/**
 * Swiper 8.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.swiper-btn-next,
.swiper-btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F3F3F3;
  color: #000;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #222222;
}
@media (any-hover: hover) {
  .swiper-btn-next:hover,
  .swiper-btn-prev:hover {
    background: #000;
    color: #fff;
  }
}
.swiper-btn-next.--light,
.swiper-btn-prev.--light {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (any-hover: hover) {
  .swiper-btn-next.--light:hover,
  .swiper-btn-prev.--light:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.swiper-btn-next.swiper-button-lock,
.swiper-btn-prev.swiper-button-lock {
  display: none;
}
.swiper-btn-next.swiper-button-disabled,
.swiper-btn-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.default-pagination {
  width: auto !important;
  z-index: 10;
}
.default-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #D9D9D9 !important;
}
.default-pagination .swiper-pagination-bullet-active {
  background: #222 !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.1875;
  border-radius: 6.25rem;
  height: 3rem;
  padding-inline: 2rem;
  font-size: 1rem;
  border-width: 1px;
  border-style: solid;
}
.btn.--primary {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (any-hover: hover) {
  .btn.--primary:hover {
    background: transparent;
    color: #000;
  }
}
.btn.--secondary {
  background: #fff;
  color: #000;
  border-color: #fff;
}
@media (any-hover: hover) {
  .btn.--secondary:hover {
    background: transparent;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .btn.--bordered:hover {
    background: #000;
    color: #fff;
  }
}

.plus-btn {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.plus-btn::before, .plus-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  background: #000;
}
.plus-btn::after {
  width: 8.3333333333%;
  height: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plus-btn::before {
  width: 50%;
  height: 8.3333333333%;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 0.5rem;
}
.link.--accent {
  color: rgba(16, 36, 65, 0.92);
}
.link.--accent span {
  text-decoration: none;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .link {
    font-size: 1.125rem;
  }
}
.link:not(.--accent) span {
  text-decoration: underline;
}
.link i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .link:hover span {
    text-decoration: none;
  }
  .link:hover i {
    -webkit-transform: translateX(0.25rem);
        -ms-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
}
.play-btn img {
  width: 30.3571428571% !important;
  height: auto !important;
}
@media (max-width: 768px) and (orientation: portrait) {
  .play-btn {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .play-btn:hover {
    background: rgba(255, 255, 255, 0.25);
  }
}

.form-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .form-grid {
    gap: 1.875rem 1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .form-grid .--wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

html[dir=rtl] form input[type=tel] {
  direction: rtl;
}

.form-item:not(:has(.checkbox)) {
  position: relative;
}
.form-item:not(:has(.checkbox)) label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding-inline: 0.5rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  background: #fff;
  position: absolute;
  z-index: 6;
}
.form-item:not(:has(.checkbox)):not(.--flexible-label) label {
  top: 0;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-item:not(:has(.checkbox)) input:not(.btn),
.form-item:not(:has(.checkbox)) textarea,
.form-item:not(:has(.checkbox)) select {
  display: block;
  border-radius: 0.625rem;
  width: 100%;
  padding-inline: 1rem;
  height: 3rem;
  border: 1px solid #C9C0B6;
}
.form-item:not(:has(.checkbox)) input:not(.btn)::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) textarea::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) select::-webkit-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.form-item:not(:has(.checkbox)) input:not(.btn)::-moz-placeholder, .form-item:not(:has(.checkbox)) textarea::-moz-placeholder, .form-item:not(:has(.checkbox)) select::-moz-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.form-item:not(:has(.checkbox)) input:not(.btn):-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea:-ms-input-placeholder, .form-item:not(:has(.checkbox)) select:-ms-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.form-item:not(:has(.checkbox)) input:not(.btn)::-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea::-ms-input-placeholder, .form-item:not(:has(.checkbox)) select::-ms-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.form-item:not(:has(.checkbox)) input:not(.btn)::placeholder,
.form-item:not(:has(.checkbox)) textarea::placeholder,
.form-item:not(:has(.checkbox)) select::placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.form-item:not(:has(.checkbox)) input:not(.btn):focus::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) input:not(.btn):not(:placeholder-shown)::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) textarea:focus::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) textarea:not(:placeholder-shown)::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) select:focus::-webkit-input-placeholder, .form-item:not(:has(.checkbox)) select:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):focus::-moz-placeholder, .form-item:not(:has(.checkbox)) input:not(.btn):not(:placeholder-shown)::-moz-placeholder, .form-item:not(:has(.checkbox)) textarea:focus::-moz-placeholder, .form-item:not(:has(.checkbox)) textarea:not(:placeholder-shown)::-moz-placeholder, .form-item:not(:has(.checkbox)) select:focus::-moz-placeholder, .form-item:not(:has(.checkbox)) select:not(:placeholder-shown)::-moz-placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):focus:-ms-input-placeholder, .form-item:not(:has(.checkbox)) input:not(.btn):not(:placeholder-shown):-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea:focus:-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea:not(:placeholder-shown):-ms-input-placeholder, .form-item:not(:has(.checkbox)) select:focus:-ms-input-placeholder, .form-item:not(:has(.checkbox)) select:not(:placeholder-shown):-ms-input-placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):focus::-ms-input-placeholder, .form-item:not(:has(.checkbox)) input:not(.btn):not(:placeholder-shown)::-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea:focus::-ms-input-placeholder, .form-item:not(:has(.checkbox)) textarea:not(:placeholder-shown)::-ms-input-placeholder, .form-item:not(:has(.checkbox)) select:focus::-ms-input-placeholder, .form-item:not(:has(.checkbox)) select:not(:placeholder-shown)::-ms-input-placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):not(:-moz-placeholder-shown)::placeholder, .form-item:not(:has(.checkbox)) textarea:not(:-moz-placeholder-shown)::placeholder, .form-item:not(:has(.checkbox)) select:not(:-moz-placeholder-shown)::placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):not(:-ms-input-placeholder)::placeholder, .form-item:not(:has(.checkbox)) textarea:not(:-ms-input-placeholder)::placeholder, .form-item:not(:has(.checkbox)) select:not(:-ms-input-placeholder)::placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) input:not(.btn):focus::placeholder, .form-item:not(:has(.checkbox)) input:not(.btn):not(:placeholder-shown)::placeholder,
.form-item:not(:has(.checkbox)) textarea:focus::placeholder,
.form-item:not(:has(.checkbox)) textarea:not(:placeholder-shown)::placeholder,
.form-item:not(:has(.checkbox)) select:focus::placeholder,
.form-item:not(:has(.checkbox)) select:not(:placeholder-shown)::placeholder {
  color: transparent !important;
}
.form-item:not(:has(.checkbox)) .btn {
  padding-inline: 3rem;
}
.form-item:not(:has(.checkbox)) textarea {
  height: 8.125rem;
  padding-block: 0.75rem;
  border-radius: 0.625rem;
}
.form-item:not(:has(.checkbox)):has(input[type=file]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  width: 100%;
}
.select-wrapper i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-end: 1rem;
  font-size: 1.5rem;
  z-index: -1;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  text-align: start;
  gap: 0.625rem;
}
.checkbox-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.checkbox-item input:checked ~ .check {
  background: #000;
  border-color: #000;
}
.checkbox-item .check {
  position: relative;
  -webkit-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(6, 6, 6, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox-item a {
  text-decoration: underline;
}

.container {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .container {
    padding-inline: 5.1875rem;
  }
  .container.--sm {
    padding-inline: 2.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .container {
    padding-inline: 1rem;
  }
}

.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .d-none-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .d-none-mob {
    display: none !important;
  }
}

.button-wrapper {
  text-align: center;
}

.switcher-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem;
  border: 1px solid #D2D2D2;
  border-radius: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .switcher-buttons {
    gap: 0.3125rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .switcher-buttons {
    padding: 0.25rem;
  }
}
.switcher-buttons button,
.switcher-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 3rem;
  border-radius: 6.25rem;
  padding-inline: 1.875rem;
  font-weight: 500;
  color: #000;
  gap: 0.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .switcher-buttons button,
  .switcher-buttons a {
    font-size: 0.75rem;
    padding-inline: 1.5rem;
    min-height: 2.375rem;
  }
}
@media (any-hover: hover) {
  .switcher-buttons button:hover,
  .switcher-buttons a:hover {
    color: rgba(16, 36, 65, 0.92);
  }
}
.switcher-buttons button.isActive,
.switcher-buttons a.isActive {
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.switcher-buttons button.isActive:has(i),
.switcher-buttons a.isActive:has(i) {
  padding-inline: 3.125rem 1.875rem;
}
.switcher-buttons button.isActive i,
.switcher-buttons a.isActive i {
  opacity: 0;
}

.page-title {
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.12;
}
@media (max-width: 768px) and (orientation: portrait) {
  .page-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.section-title {
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 1;
  color: #222222;
  text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .section-title {
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1;
}

.accordion-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion-item__head .icon-dropdown {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-item__head.isActive .plus-btn::after {
  opacity: 0;
}
.accordion-item__head.isActive .icon-dropdown {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.accordion-item__body {
  display: none;
}

.editor-area li:not(:last-child) {
  margin-bottom: 1em;
}
.editor-area p:not(:last-child) {
  margin-bottom: 1.5em;
}
.editor-area ol,
.editor-area ul {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}
.editor-area ul {
  list-style: disc;
}
.editor-area ol {
  list-style: decimal;
}
.editor-area a:not(.btn) {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .editor-area a:not(.btn):hover {
    text-decoration: none;
  }
}
.editor-area .video-mobile-view {
  margin-inline: auto;
}
.editor-area .video-mobile-view video {
  max-width: 25rem;
}
.editor-area .wp-block-video:not(:last-child) {
  margin-bottom: 1.5rem;
}

.spinner {
  margin-inline: auto;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.71875rem solid #000000;
  -webkit-animation: spinner-bulqg1 0.96s infinite linear alternate, spinner-oaa3wk 1.92s infinite linear;
          animation: spinner-bulqg1 0.96s infinite linear alternate, spinner-oaa3wk 1.92s infinite linear;
}

@-webkit-keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
.fancybox__backdrop {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.modal-window {
  display: none;
  max-width: 35rem;
  width: 94%;
  border-radius: 1.5rem;
  background: var(--bg-color);
}
.modal-window.fancybox__content {
  padding-block: 2.0625rem 3.125rem;
}
@media (max-width: 768px) {
  .modal-window.fancybox__content {
    padding-block: 2rem;
    padding-inline: 1.5rem;
  }
}
.modal-window.fancybox__content > * {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
.modal-window .carousel__button.is-close {
  top: 1.25rem !important;
  right: unset;
  inset-inline-end: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0007 12.5865L16.9505 7.63672L18.3647 9.05093L13.4149 14.0007L18.3647 18.9504L16.9505 20.3646L12.0007 15.4149L7.05094 20.3646L5.63672 18.9504L10.5865 14.0007L5.63672 9.05093L7.05094 7.63672L12.0007 12.5865Z" fill="black"/></svg>');
  background-size: cover;
}
.modal-window .carousel__button.is-close svg {
  display: none !important;
}

.user-popup .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.user-popup__top-text {
  color: var(--title-color);
  text-align: center;
}
.user-popup__top-text h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .user-popup__top-text h3 {
    font-size: 1.625rem;
  }
}
.user-popup__top-text p {
  line-height: 150%;
}
.user-popup__top-text + * {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .user-popup__top-text + * {
    margin-top: 1.5rem;
  }
}
.user-popup .form-item input {
  background: var(--bg-color) !important;
}
.user-popup .form-item input:-webkit-autofill, .user-popup .form-item input:-webkit-autofill:hover, .user-popup .form-item input:-webkit-autofill:focus, .user-popup .form-item input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-color) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.user-popup .form-item button[type=submit] {
  width: 100%;
}
.user-popup .form-item--float-label label {
  background: var(--bg-color) !important;
}
.user-popup__switch-block {
  text-align: center;
  color: var(--title-color);
  margin-top: 1rem;
}
.user-popup__switch-block a {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
}

.social-auth {
  margin-block: 2rem;
}
.social-auth__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3125rem;
  color: rgba(6, 6, 6, 0.8);
}
.social-auth__title::after, .social-auth__title::before {
  content: "";
  display: block;
  background: #b8b8b8;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.social-auth__buttons {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.social-auth__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--title-color);
  background: #e8e8e8;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  border-radius: 6.25rem;
  font-weight: 500;
}
.social-auth__button:hover {
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.social-auth__button i {
  content: "";
  display: block;
  background-size: cover !important;
}
.social-auth__button--facebook {
  background: #3b5998;
  color: #fff;
}
.social-auth__button--facebook i {
  width: 0.6319375rem;
  height: 1.3690625rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="23" viewBox="0 0 12 23" fill="none"><path d="M3.2401 22.6855H7.65072V11.64H10.7276L11.0561 7.94198H7.65072V5.83561C7.65072 4.96401 7.82546 4.6198 8.66864 4.6198H11.0561V0.780762H8.0023C4.72013 0.780762 3.2401 2.22711 3.2401 4.99349V7.94198H0.945312V11.6863H3.2401V22.6855Z" fill="white"/></svg>');
}
.social-auth__button--google i {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M20.6187 8.81543C20.6187 8.81543 20.7567 10.2838 20.7567 10.7698C20.7567 11.2831 20.6187 12.813 20.6187 12.813C20.6183 12.8152 20.6179 12.8174 20.6178 12.8198C20.2946 15.1134 19.3907 17.1787 17.7418 18.6635L14.353 16.1119C14.6106 15.942 14.8552 15.754 15.0847 15.5496C15.9023 14.8218 16.2987 13.8824 16.4813 12.8198H10.7617V8.81543H16.4686H20.6187Z" fill="%234386F7"/><path d="M17.7908 2.97973L14.7759 5.94711C13.6884 5.04055 12.3598 4.37584 10.8388 4.37584C8.04424 4.37584 5.66859 6.17048 4.80037 8.67071L1.35938 6.07977C3.09232 2.62677 6.66756 0.233398 10.7633 0.233398C13.4432 0.233398 15.9337 1.31522 17.7842 2.97379C17.7864 2.97581 17.7886 2.97772 17.7908 2.97973Z" fill="%23EE4131"/><path d="M17.7424 18.6643C17.7314 18.6743 17.7201 18.6843 17.709 18.6943C15.8616 20.3386 13.3712 21.2329 10.704 21.2329C6.60605 21.2329 3.05862 18.8745 1.34375 15.4402L4.7907 12.8447C5.65179 15.3579 8.03391 17.1648 10.8379 17.1648C12.1364 17.1648 13.3451 16.7781 14.3537 16.1128L17.7424 18.6643Z" fill="%2333A951"/><path d="M4.78983 12.8446L1.34289 15.44C0.641011 14.0343 0.246094 12.4485 0.246094 10.7704C0.246094 9.09009 0.646962 7.49597 1.35765 6.08008L4.79865 8.67102C4.57017 9.32861 4.44611 10.035 4.44611 10.7704C4.44611 11.4963 4.56709 12.1943 4.78983 12.8446Z" fill="%23FFBE00"/></svg>');
  width: 1.2819375rem;
  height: 1.3125rem;
}

.auth-form__responce {
  display: none;
}
.auth-form__responce:not(empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 2.25rem;
  gap: 0.5rem;
}
.auth-form__responce > span {
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M12.5 22C6.97715 22 2.5 17.5228 2.5 12C2.5 6.47715 6.97715 2 12.5 2C18.0228 2 22.5 6.47715 22.5 12C22.5 17.5228 18.0228 22 12.5 22ZM11.5026 16L18.5737 8.92893L17.1595 7.51472L11.5026 13.1716L8.67421 10.3431L7.25999 11.7574L11.5026 16Z" fill="%230B7127"/></svg>');
  background-size: cover !important;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.auth-form__responce--error > span {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M12.5 22C6.97715 22 2.5 17.5228 2.5 12C2.5 6.47715 6.97715 2 12.5 2C18.0228 2 22.5 6.47715 22.5 12C22.5 17.5228 18.0228 22 12.5 22ZM11.5026 16L18.5737 8.92893L17.1595 7.51472L11.5026 13.1716L8.67421 10.3431L7.25999 11.7574L11.5026 16Z" fill="%23ff0000 "/></svg>');
}
.auth-form__responce > p {
  line-height: 150%;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  z-index: 10;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 15rem;
    gap: 2rem;
  }
  .header-inner:has(.is-megamenu:hover) {
    background: #fff;
    color: #000;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .header-inner:has(.is-megamenu:hover) .sub-menu {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .header-inner {
    padding: 1rem;
    gap: 0.625rem;
  }
  .header-inner:has(.main-menu.isActive) .header-actions {
    color: #222;
  }
}
.header.--dark {
  position: sticky;
}
.header.fixed .header-inner {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.header:has(.search-wrapper.isActive) .header-inner {
  background: #fff;
  color: #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header:has(.search-wrapper.isActive) .burger-btn span {
  background: #000;
}
.header.fixed .header-inner, .header.--dark .header-inner {
  background: #fff;
  color: #000;
  padding-block: 1rem;
}
.header.fixed .burger-btn span, .header.--dark .burger-btn span {
  background: #000;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .header.fixed .sub-menu, .header.--dark .sub-menu {
    background: #fff !important;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  }
}
.header .logo {
  display: inline-block;
  width: 12.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) and (orientation: portrait) {
  .header .logo {
    width: 9.5625rem;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.header-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 5;
}
.header-actions .cart-btn {
  position: relative;
}
.header-actions .cart-btn span {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #000;
  color: #fff;
  padding: 0.25rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  top: 0;
  inset-inline-start: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  .header-actions {
    gap: 0.75rem;
  }
}
.header-actions i {
  font-size: 1.5rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .main-menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    background: #fff;
    padding: 6.5625rem 0 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #222;
  }
  .main-menu.isActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu > ul {
    overflow: auto;
    height: 100%;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 1.25rem;
  }
  .main-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-menu > ul > li > a {
    padding-block: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
.main-menu > ul > .menu-item-has-children {
  position: relative;
}
.main-menu > ul > .menu-item-has-children > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu > ul > .menu-item-has-children > a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-menu > ul > .menu-item-has-children > a::after {
  content: "\e907";
  font-family: "icomoon" !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  line-height: 1;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu > ul > .menu-item-has-children > a::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 1.5rem;
  }
}
.main-menu > ul > .menu-item-has-children > a.opened::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (any-hover: hover) {
  .main-menu > ul > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-menu > ul > .menu-item-has-children:hover > a::before {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .main-menu > ul > .menu-item-has-children:hover > a::after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .main-menu > ul > .menu-item-has-children:not(.is-megamenu) > .sub-menu {
    padding: 1rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    inset-inline-start: 0;
    top: calc(100% + 2.25rem);
  }
  .main-menu > ul > .menu-item-has-children:not(.is-megamenu) > .sub-menu a {
    white-space: nowrap;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .main-menu > ul > .menu-item-has-children > .sub-menu {
    position: absolute;
    background: #fff;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #000;
  }
  .main-menu > ul > .menu-item-has-children > .sub-menu::before {
    position: absolute;
    content: "";
    height: 2.25rem;
    width: 100%;
    bottom: 100%;
    left: 0;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu > ul > .menu-item-has-children > .sub-menu {
    display: none;
    padding-bottom: 1rem;
  }
  .main-menu > ul > .menu-item-has-children > .sub-menu li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.main-menu a {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu a {
    width: 100%;
  }
}
.main-menu a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: currentColor;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu a::before {
    display: none;
  }
}
.main-menu a .menu-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-menu a:has(.menu-item__icon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
.main-menu a:has(.menu-item__icon)::before {
  display: none;
}
.main-menu a:has(.menu-item__icon) span {
  position: relative;
  display: inline-block;
}
.main-menu a:has(.menu-item__icon) span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: currentColor;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-menu a:has(.menu-item__icon) span::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .main-menu a:has(.menu-item__icon):hover span::before {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (any-hover: hover) {
  .main-menu a:hover::before {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .burger-btn {
    display: none;
  }
}
.burger-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0.25rem 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
}
.burger-btn span {
  display: block;
  width: 100%;
  height: 0.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) and (orientation: portrait) {
  .burger-btn.isActive span {
    background: #000;
  }
}
.burger-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.375rem;
}
.burger-btn.isActive span:nth-of-type(2) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.burger-btn.isActive span:nth-of-type(3) {
  top: -0.5rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper {
    background: #fff;
    height: 100svh;
  }
}
.search-wrapper__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.search-wrapper.isActive {
  opacity: 1;
  visibility: visible;
}
.search-wrapper__inner {
  background: #fff;
  padding: 9.0625rem 9.6875rem 0;
  position: relative;
  z-index: 2;
  max-height: calc(100vh - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__inner {
    max-height: none;
    height: 100%;
    padding: 6.5rem 1rem 0;
  }
}
.search-wrapper .error-length {
  display: none;
  color: red;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.search-wrapper__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CFCFCF;
  border-radius: 6.25rem;
  padding: 0.25rem;
  gap: 0.5rem;
}
.search-wrapper__form input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1.25rem;
}
.search-wrapper__form input:focus {
  border: 0 !important;
  outline: none !important;
}
.search-wrapper__form .reset-search {
  font-size: 1.5rem;
  opacity: 0;
  pointer-events: none;
}
.search-wrapper__form .reset-search.show {
  opacity: 1;
  pointer-events: auto;
}
.search-wrapper__form .search-init {
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #222;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__form .search-init {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .search-wrapper__form .search-init:hover {
    background: rgba(0, 0, 0, 0.75);
  }
}
.search-wrapper__queries {
  margin-top: 1.5rem;
}
.search-wrapper__queries-label {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.search-wrapper__queries-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__queries-items {
    gap: 0.5rem;
  }
}
.search-wrapper__queries-items button {
  padding-inline: 1rem;
  border: 1px solid #CFCFCF;
  height: 2.5rem;
  border-radius: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__queries-items button {
    height: 2.25rem;
  }
}
@media (any-hover: hover) {
  .search-wrapper__queries-items button:hover {
    background: rgba(207, 207, 207, 0.35);
  }
}
.search-wrapper__header {
  max-width: 37.5rem;
  margin-inline: auto;
  padding-bottom: 3.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__header {
    padding-bottom: 2.5rem;
  }
}
.search-wrapper__results {
  display: -ms-grid;
  display: grid;
  overflow: auto;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .search-wrapper__results {
    gap: 1.5rem;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-wrapper__results:not(:empty) {
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-wrapper__results {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding-bottom: 3rem;
  }
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F0F0F0;
  gap: 2rem;
  border-radius: 1rem;
  padding: 1.5em;
  position: relative;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .search-item {
    border-radius: 1.875rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-item {
    padding: 1.5rem 0.75rem 0.75rem;
    gap: 1.25rem;
  }
}
@media (any-hover: hover) {
  .search-item:hover {
    background: rgb(227.25, 227.25, 227.25);
  }
}
.search-item__image {
  height: 11.625rem;
  max-width: 90%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-item__image {
    height: 6.25rem;
  }
  .search-item__image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.search-item__image img {
  height: 100%;
}
.search-item__title {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-item__title {
    font-size: 0.875rem;
  }
}
.search-item .label {
  position: absolute;
  top: 0.5rem;
  inset-inline-end: 0.5rem;
  background: #C72419;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding-inline: 0.75rem;
  border-radius: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .search-item .label {
    font-size: 0.6875rem;
    padding-inline: 0.5rem;
    height: 1.25rem;
  }
}

body:not(:has(.page-hero:first-child)) .header {
  position: sticky;
}
body:not(:has(.page-hero:first-child)) .header .header-inner {
  background: #fff;
  color: #000;
  padding-block: 1rem;
}
body:not(:has(.page-hero:first-child)) .header .burger-btn span {
  background: #000;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body:not(:has(.page-hero:first-child)) .header .sub-menu {
    background: #fff !important;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .is-megamenu {
    position: static !important;
  }
  .is-megamenu > .sub-menu {
    width: 100%;
    padding: 5rem 7.5rem 7.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is-megamenu > .sub-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .is-megamenu > .sub-menu > li > a {
    font-weight: 600;
  }
  .is-megamenu > .sub-menu > li > ul {
    padding-top: 0.75rem;
  }
  .is-megamenu > .sub-menu > li > ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .is-megamenu > .sub-menu {
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.75rem);
    background: #fff;
    padding: 2.25rem 1.25rem 2.5rem !important;
    z-index: 10;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-inline: 1.25rem;
    overflow: auto;
  }
  .is-megamenu > .sub-menu > li > a {
    padding-block: 1.25rem;
    font-weight: 600;
    font-size: 1.125rem;
  }
  .is-megamenu > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .is-megamenu > .sub-menu .sub-menu {
    display: none;
    padding-bottom: 1.25rem;
  }
  .is-megamenu > .sub-menu.--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .is-megamenu li:has(.menu-back) {
    display: none;
  }
}
.is-megamenu li:has(.menu-back) {
  border: 0 !important;
}
.is-megamenu li:has(.menu-back) button {
  width: 100%;
  background: rgba(217, 217, 217, 0.4);
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
}
.is-megamenu li:has(.menu-back) button i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1137 4.66645L10.4234 6.35681L11.3662 7.29962L14.666 3.99978L11.3662 0.699951L10.4234 1.64276L12.1137 3.33312H7.33268C4.38715 3.33312 1.99935 5.72093 1.99935 8.66648C1.99935 11.612 4.38715 13.9998 7.33268 13.9998H13.3327V12.6665H7.33268C5.12355 12.6665 3.33268 10.8756 3.33268 8.66648C3.33268 6.45731 5.12355 4.66645 7.33268 4.66645H12.1137Z' fill='black'/%3E%3C/svg%3E%0A");
}

.footer {
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer:has(.subscribe-form) {
    padding-top: 1.25rem;
  }
}
.footer-main {
  background: #222;
  color: #fff;
  padding-block: 3.5625rem 3.375rem;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-main {
    padding-block: 6.375rem 7.75rem;
    padding-inline: 17.1875rem;
  }
}
.footer-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 6.75rem;
}
.footer-logo img {
  width: 20.3125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
  .footer-logo img {
    width: 13.1875rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus {
    width: 100%;
  }
  .footer-menus li {
    width: 100%;
  }
}
.footer-menus > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  line-height: 1.4;
}
.footer-menus > ul:not(:has(> li:nth-child(4))) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-menus > ul ul li {
  margin-top: 0.5625rem;
}
.footer-menus a {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus a {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .footer-menus a:hover {
    color: #fff;
  }
}
.footer-menus .menu-item-has-children > a {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-menus .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-menus .menu-item-has-children > a::after {
    content: "\e907";
    font-family: "icomoon" !important;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    line-height: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus .menu-item-has-children > ul {
    display: none;
  }
}
.footer-menus.--part-1 {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus.--part-1 {
    margin-bottom: 1.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-menus.--part-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-menus.--part-2 + .social {
    -webkit-margin-start: 10.9375rem;
            margin-inline-start: 10.9375rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-menus.--part-2 {
    margin-bottom: 3.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer .social {
    width: 21.875rem;
  }
}
.footer .social-label {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer .social img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (any-hover: hover) {
  .footer .social a:hover {
    -webkit-filter: drop-shadow(0 0 0.25rem #fff);
            filter: drop-shadow(0 0 0.25rem #fff);
  }
}
.footer .social img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer-bottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .footer-bottom {
    padding-inline: 14.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0.5rem;
    padding-bottom: 1rem;
  }
}
.footer-bottom .copyright {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom .copyright {
    width: 100%;
    font-size: 0.8125rem;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom .copyright a {
  position: relative;
  display: inline-block;
}
.footer-bottom .copyright a::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-end: -1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom .copyright a::before {
    inset-inline-end: -0.8125rem;
  }
}
.footer-bottom .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .footer-bottom .logos {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    gap: 1rem;
  }
  .footer-bottom .logos img {
    width: auto !important;
  }
}

.subscribe-form {
  max-width: 89.9375rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .subscribe-form {
    width: calc(100% - 1.25rem);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 28.8px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 2px 28.8px rgba(0, 0, 0, 0.21);
    border-radius: 2.5rem;
    padding: 2rem;
    -ms-grid-columns: 39.625rem 1fr;
    grid-template-columns: 39.625rem 1fr;
    gap: 6.5rem;
  }
  .subscribe-form::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 12rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #222;
    z-index: -1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .subscribe-form {
    padding-inline: 1.75rem;
    text-align: center;
    padding-bottom: 1.75rem;
  }
}
.subscribe-form__image {
  border-radius: 1.625rem;
  overflow: hidden;
  aspect-ratio: 634/419;
  background: rgba(0, 0, 0, 0.5);
}
.subscribe-form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscribe-form__content {
  max-width: 33.8125rem;
}
.subscribe-form__content h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #111413;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .subscribe-form__content h2 {
    font-size: 1.5rem;
  }
}
.subscribe-form__content h2 + p {
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .subscribe-form__content h2 + p {
    margin-bottom: 1.875rem;
  }
}
.subscribe-form__content .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .subscribe-form__content .form-inner {
    gap: 0.875rem;
  }
  .subscribe-form__content .form-inner button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .subscribe-form__content .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .subscribe-form__content .form-item {
    width: 100%;
  }
}
.subscribe-form__content .checkbox-item {
  width: 100%;
  max-width: 24.0625rem;
}

.product-category-item {
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category-item {
    border-radius: 1.25rem;
  }
}
.product-category-item__media {
  aspect-ratio: 366/472;
  background: rgba(0, 0, 0, 0.5);
}
.product-category-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category-item__media::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(72.14%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 72.14%);
}
.product-category-item__content {
  color: #fff;
  position: absolute;
  inset: 0;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category-item__content {
    padding: 1rem;
  }
}
.product-category-item__content h3 {
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.12;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category-item__content h3 {
    font-size: 1.25rem;
  }
}
.product-category-item__content h3 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.product-category-item__content h3 a i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .product-category-item__content h3 a:hover i {
    -webkit-transform: translateX(-0.25rem);
        -ms-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
}
.product-category-item__subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  min-height: 4.25rem;
}
.product-category-item__subcategories a {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 6.25rem;
  font-weight: 500;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category-item__subcategories a {
    font-size: 0.625rem;
  }
}
@media (any-hover: hover) {
  .product-category-item__subcategories a:hover {
    background: rgba(255, 255, 255, 0.36);
  }
}

.product-card {
  position: relative;
  background: #F0F0F0;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 2rem 1.5rem 1.5rem;
  min-height: 29.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card {
    min-height: 23.125rem;
    padding: 2rem 1.25rem 1rem 1rem;
  }
}
.product-card .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 1.375rem;
  inset-inline-end: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card .yith-add-to-wishlist-button-block {
    top: 1rem;
    inset-inline-end: 0.75rem;
  }
}
.product-card .yith-add-to-wishlist-button-block a {
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 0.6;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card .yith-add-to-wishlist-button-block a {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.product-card .yith-add-to-wishlist-button-block svg {
  width: 57.8947368421% !important;
  height: auto;
}
.product-card .remove_from_wishlist {
  position: absolute;
  top: 1.375rem;
  inset-inline-end: 1rem;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 0.6;
  font-size: 1.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card .remove_from_wishlist {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}
.product-card .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.product-card__media {
  display: block;
  width: 65.5502392344%;
  max-width: calc(100% - 1rem);
  margin-bottom: 1rem;
  margin-inline: auto;
}
.product-card__media img {
  aspect-ratio: 274/222;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__label {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background: rgba(16, 36, 65, 0.92);
  color: #fff;
  padding-inline: 0.75rem;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  padding-block: 0.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__label {
    font-size: 0.625rem;
  }
}
.product-card__label::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 1.75rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -0.875rem;
  inset-inline-start: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='28' viewBox='0 0 32 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4995 26.691V7V0.996714C31.4995 0.284003 30.7752 -0.199928 30.1168 0.072858L1.14372 12.0761C0.132839 12.4949 0.443028 14.0308 1.53687 14.059C17.7182 14.4752 24.4852 17.2476 29.2903 27.1279C29.7817 28.1381 31.4995 27.8144 31.4995 26.691Z' fill='%23233650'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__label::before {
    bottom: -0.625rem;
    width: 1.5625rem;
    height: 1.375rem;
  }
}
.product-card__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__title {
    font-size: 0.875rem;
  }
}
.product-card__sku {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__sku {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}
.product-card__description {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: auto;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__description {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
  }
}
.product-card__description ul {
  list-style: disc;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-card__description li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.product-card__price .btn {
  font-size: 0.9375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-card__price .btn {
    height: 2.375rem;
    font-size: 0.75rem;
    padding-inline: 1.5rem;
  }
}

.price-wrapper {
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .price-wrapper {
    font-size: 0.875rem;
  }
}
.price-wrapper ins {
  text-decoration: none;
  color: #C72419;
}

.post-item {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-item {
    border-radius: 1.5rem;
  }
}
.post-item__media {
  display: block;
  aspect-ratio: 409/400;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.post-item__media::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), rgba(255, 255, 255, 0.1);
  inset: 0;
}
.post-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-item__content {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item .btn {
  padding-inline: 1.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-item .btn {
    padding-inline: 1.5rem;
  }
}

.page-hero {
  height: clamp(46.875rem, 100svh, 57.4375rem);
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-hero.--sm {
  height: 34.5625rem;
}
.page-hero.--sm .page-hero__content {
  max-width: 70rem;
  padding-bottom: 0;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .page-hero.--sm .page-hero__content {
    padding-top: 3.75rem;
  }
}
.page-hero.--post .page-hero__media::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) and (orientation: portrait) {
  .page-hero {
    height: 100svh;
  }
}
.page-hero__media {
  position: absolute;
  inset: 0;
}
.page-hero__media::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
}
.page-hero__media video,
.page-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__content {
  position: relative;
  max-width: 68.125rem;
  margin-inline: auto;
  padding-inline: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .page-hero__content {
    gap: 1.5rem;
    font-size: 2rem;
    padding-bottom: 4.67vh;
  }
}
.page-hero__next {
  line-height: 0.6;
  position: absolute;
  bottom: 6.2vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-size: 5rem;
  opacity: 0.8;
}
@media (max-width: 768px) and (orientation: portrait) {
  .page-hero__next {
    font-size: 4rem;
    bottom: 0.625rem;
  }
}
.page-hero .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .page-hero .logos {
    max-width: 18.75rem;
    margin-inline: auto;
    gap: 1.5rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-hero .logos div {
    max-width: 33.3333333333%;
    padding: 0 0.5rem;
  }
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about {
    margin-block: 6.8125rem 5.375rem;
  }
  .home-about .container {
    gap: 1.25rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home-about .btns {
    position: absolute;
    z-index: 10;
    bottom: 6.875rem;
    inset-inline-start: 5.875rem;
  }
  .home-about .btns button {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
}
@media (orientation: landscape) and (any-hover: hover), (min-width: 769px) and (orientation: portrait) and (any-hover: hover) {
  .home-about .btns button:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about .btns i {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about {
    margin-block: 3rem 7.375rem;
  }
  .home-about .btns {
    margin-top: 1.125rem;
  }
  .home-about .container {
    padding-bottom: 4rem;
    gap: 0.75rem;
  }
}
.home-about__text {
  width: 100%;
  font-size: 1.125rem;
  padding-inline: 0.75rem 0.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about__text:not(:last-child) {
    margin-bottom: 2.875rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about__text {
    font-size: 2.25rem;
    margin-bottom: 3.875rem;
    padding-inline: 5.625rem 6.5rem;
  }
}
.home-about__content {
  width: 100%;
  background: rgba(16, 36, 65, 0.92);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about__content {
    padding: 5.375rem;
    border-radius: 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 1rem;
  }
}
.home-about__content h2 {
  font-size: 4.375rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about__content h2 {
    font-size: 2.5rem;
  }
}
.home-about__content h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.46875;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about__content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about__content-inner {
    padding-bottom: 4.5rem;
  }
}
.home-about__content .btn {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about__content .btn {
    margin-bottom: 1.125rem;
  }
}
.home-about__slider {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .home-about__slider {
    border-radius: 3rem;
    width: 74.0625rem;
  }
}
.home-about .swiper-slide {
  height: auto;
}
.home-about .swiper-slide > div {
  gap: 1.25rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) and (orientation: portrait) {
  .home-about .swiper-slide img {
    aspect-ratio: 366/348;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-about .default-slider {
  overflow: hidden;
  position: relative;
}

.product-categories {
  margin-block: 5.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-categories {
    margin-bottom: 3.75rem;
  }
  .product-categories__inner {
    max-width: 18.75rem;
    margin-inline: auto;
  }
}
.product-categories .section-title {
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-categories .section-title {
    margin-bottom: 1.125rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-categories .swiper-slide {
    width: 24.125rem;
    padding-inline: 0.625rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-categories .swiper-slide {
    padding-inline: 0.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-categories .default-slider {
    width: calc(100% + 1.25rem);
    margin-inline: -0.625rem;
  }
}
.product-categories .btns {
  margin-top: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-categories .btns {
    margin-top: 1.5rem;
  }
}

.best-sellers {
  margin-block: 5.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .best-sellers {
    margin-block: 4rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .best-sellers__inner {
    overflow: hidden;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .best-sellers__inner {
    max-width: 20.375rem;
    margin-inline: auto;
  }
}
.best-sellers .btns {
  margin-top: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .best-sellers .btns {
    margin-top: 1.25rem;
  }
}
.best-sellers .section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .best-sellers .section-title {
    margin-bottom: 1.25rem;
  }
}
.best-sellers .swiper-slide {
  height: auto;
  padding-inline: 0.4375rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .best-sellers .swiper-slide {
    padding-inline: 0.625rem;
    width: 25%;
  }
}
.best-sellers .swiper-slide > div {
  height: 100%;
}
.best-sellers .default-slider {
  width: calc(100% + 1.25rem);
  margin-inline: -0.625rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .best-sellers .default-slider {
    width: calc(100% + 0.875rem);
    margin-inline: -0.4375rem;
  }
}

.resellers {
  margin-block: 8.75rem 7.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .resellers {
    margin-block: 4.5rem;
  }
}
.resellers .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.resellers .section-title {
  margin-bottom: 3.3125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .resellers .section-title {
    margin-bottom: 1.5rem;
  }
}
.resellers__inner {
  max-width: 88.4375rem;
  margin-inline: auto;
  overflow: hidden;
}
.resellers .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resellers .btns {
  margin-top: 3.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .resellers .btns {
    margin-top: 1.6875rem;
  }
}
.resellers .swiper-slide {
  width: 16.6666666667%;
  padding-inline: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .resellers .swiper-slide {
    padding-inline: 1.875rem;
    width: 33.3333333333%;
  }
}

.blog-posts {
  margin-block: 7.5rem 10.625rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts {
    margin-block: 4.625rem;
  }
}
.blog-posts__header {
  max-width: 62.5rem;
  margin-inline: auto;
  text-align: center;
}
.blog-posts__header:has(+ .blog-posts__tabs) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts__header:has(+ .blog-posts__tabs) {
    margin-bottom: 1.5rem;
  }
}
.blog-posts__header .section-title {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts__header .section-title {
    margin-bottom: 1rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .blog-posts__header p {
    font-size: 1.5rem;
  }
  .blog-posts__header p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts__header p {
    font-size: 0.875rem;
    max-width: 18.3125rem;
    margin-inline: auto;
  }
  .blog-posts__header p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.blog-posts__inner {
  max-width: 80.8125rem;
  margin-inline: auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts__inner {
    max-width: 20.9375rem;
  }
}
.blog-posts__inner:not(:first-child) {
  margin-top: 3.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts__inner:not(:first-child) {
    margin-top: 2rem;
  }
}
.blog-posts__tab:not(:first-child) {
  display: none;
}
.blog-posts .btns {
  margin-top: 2.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-posts .btns {
    margin-top: 1.5rem;
  }
}
.blog-posts .swiper-slide {
  padding-inline: 0.625rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .blog-posts .swiper-slide {
    width: 33.3333333333%;
    padding-inline: 1rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .blog-posts .default-slider {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
  }
}
.blog-posts .post-item__media {
  aspect-ratio: 409/493;
}
.blog-posts .post-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-posts .post-item__title {
  font-size: 1.5rem;
  min-height: 4.5rem;
}

.product-category {
  margin-block: 8.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category {
    margin-block: 4.625rem;
  }
  .product-category .container {
    padding: 0;
  }
}
.product-category:last-child {
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category:last-child {
    margin-bottom: 3.75rem;
  }
}
.product-category .section-title {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category .section-title {
    margin-bottom: 1rem;
  }
}
.product-category .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category .container {
    gap: 2.1875rem;
  }
}
.product-category .btns {
  width: 100%;
  margin-top: 2.25rem;
}
.product-category .button-wrapper {
  width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category .button-wrapper {
    margin-top: 1.25rem;
  }
}
.product-category__head {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-category__head img {
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category__head {
    width: calc(100% + 1.5rem);
    margin-inline: -0.75rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category__head {
    border-radius: 2rem;
  }
}
.product-category__head::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product-category__head-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category__head-title {
    padding-block: 1.25rem;
  }
}
.product-category__head-title .section-title {
  color: #fff;
  text-align: start;
}
.product-category__slider {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category__slider {
    overflow: hidden;
    max-width: 81.125rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-category__slider {
    max-width: 20.375rem;
    margin-inline: auto;
  }
}
.product-category__slider .swiper-slide {
  padding-inline: 0.4375rem;
  height: auto;
}
.product-category__slider .swiper-slide > div {
  height: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category__slider .swiper-slide {
    width: 33.3333333333%;
    padding-inline: 0.625rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-category__slider .default-slider {
    height: 100%;
    width: calc(100% + 1.25rem);
    margin-inline: -0.625rem;
  }
}

.about-cards {
  margin-block: 6.25rem 8.4375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards {
    margin-block: 2.375rem 3.75rem;
  }
}
.about-cards .section-title {
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards .section-title {
    margin-bottom: 1.75rem;
  }
}
.about-cards__inner {
  max-width: 95.625rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-cards__inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-cards__item {
  border-radius: 1.5rem;
  background: rgba(16, 36, 65, 0.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.about-cards__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.about-cards__item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-cards__item p {
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-cards__item {
    height: 24.8125rem;
  }
}
@media (orientation: landscape) and (any-hover: hover), (min-width: 769px) and (orientation: portrait) and (any-hover: hover) {
  .about-cards__item:hover .about-cards__item-inner {
    height: 100%;
  }
  .about-cards__item:hover .about-cards__item-inner div {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards__item {
    min-height: 13.1875rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards__item.isActive .plus-btn::after {
    opacity: 0;
  }
  .about-cards__item.isActive .about-cards__item-inner {
    height: 100%;
  }
  .about-cards__item.isActive .about-cards__item-inner div {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
.about-cards__item .icon {
  width: 7.5rem;
  position: absolute;
  z-index: 3;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-cards__item .icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards__item .icon {
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-cards__item .icon img {
  width: 100%;
}
.about-cards__item-inner {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  z-index: 4;
}
.about-cards__item-inner div {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-cards__item-inner {
    text-align: center;
    height: 5.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards__item-inner {
    height: 4.6875rem;
    padding-bottom: 1rem;
  }
}
.about-cards__item-inner h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-cards__item-inner h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  .about-cards__item-inner h3 span::before, .about-cards__item-inner h3 span::after {
    background: rgba(16, 36, 65, 0.92);
  }
}

.about-content {
  margin-block: 5.625rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-content {
    margin-block: 2.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-content .container {
    padding-inline: 16.25rem;
  }
}
.about-content .section-title {
  text-align: start;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-content .section-title {
    margin-bottom: 1.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-content .section-title {
    font-size: 3.375rem;
    width: 30.0625rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-content p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-start: 6.25rem;
            padding-inline-start: 6.25rem;
    font-size: 1.5rem;
  }
}
.about-content .logos {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-content .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-content .logos:not(:first-child) {
    margin-top: 3.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-content .logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem 2rem;
  }
  .about-content .logos div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-content .logos:not(:first-child) {
    margin-top: 1.3125rem;
  }
}

.about-video {
  display: -ms-grid;
  display: grid;
  margin-block: 3.75rem 2.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-video:not(.--layout-2) {
    margin-block: 8.125rem;
    -ms-grid-columns: 52.125rem 1fr;
    grid-template-columns: 52.125rem 1fr;
  }
}
.about-video:not(.--layout-2) .about-video__content p {
  max-width: 38.3125rem;
}
.about-video:not(.--layout-2) .about-video__content p:not(:last-child) {
  margin-bottom: 3rem;
}
.about-video .section-title {
  text-align: start;
  margin-bottom: 1.25rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-video .section-title {
    margin-bottom: 0.5rem;
  }
}
.about-video__media {
  aspect-ratio: 1086/770;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-video__media {
    aspect-ratio: 380/277;
  }
}
.about-video__media img,
.about-video__media video,
.about-video__media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-video__content {
    padding-top: 8.25rem;
    padding-inline: 6rem 2.5rem;
  }
  .about-video__content p {
    font-size: 1.5rem;
  }
}
.about-video__content p:has(em) {
  font-size: 1rem;
}
.about-video__content em {
  font-style: normal;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-video__content {
    padding: 1rem 1rem 1.75rem;
  }
  .about-video__content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.about-video__content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 33.5rem;
  gap: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-video__content ul {
    gap: 1.5rem 2rem;
  }
}
.about-video__content li {
  font-weight: 300;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-video__content li {
    text-align: center;
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
.about-video__content li strong {
  font-weight: 500;
  font-size: 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .about-video__content li strong {
    font-size: 1.375rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .about-video.--layout-2 {
    margin-block: 6.125rem 4.5rem;
    padding-inline: 6rem 11rem;
    -ms-grid-columns: 47.875rem 1fr;
    grid-template-columns: 47.875rem 1fr;
    gap: 5.625rem;
  }
  .about-video.--layout-2 .about-video__content {
    padding-top: 1rem;
  }
  .about-video.--layout-2 .about-video__content p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.about-video.--layout-2 .about-video__media {
  aspect-ratio: unset;
}

.values {
  margin-block: 8.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .values {
    margin-block: 3rem;
  }
}
.values .section-title {
  margin-bottom: 1.25rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .values .section-title {
    margin-bottom: 2.5rem;
  }
}
.values-inner {
  max-width: 93.75rem;
  margin-inline: auto;
}
.values-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .values-grid {
    gap: 1.25rem;
  }
  .values-grid > div {
    width: calc(25% - 0.9375rem);
  }
}
.values-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .values-item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .values-item {
    gap: 1rem 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.values-item .icon {
  width: 3.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .values-item .icon {
    width: 2rem;
  }
}
.values-item h3 {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .values-item h3 {
    font-size: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-section {
  margin-block: 8.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section {
    margin-block: 3rem;
  }
}
.contact-section .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 17.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section .container {
    gap: 3.5rem;
  }
}
.contact-section .section-title {
  text-align: start;
  margin-bottom: 1.25rem;
}
.contact-section__content {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .contact-section__content {
    width: 40.25rem;
  }
  .contact-section__content p {
    font-size: 1.125rem;
  }
}
.contact-section__item {
  background: #F4F4F4;
  border-radius: 1.5rem;
}
.contact-section__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item:not(:first-child) {
    margin-top: 1rem;
  }
}
.contact-section__item .accordion-item__head {
  padding: 1.875rem;
  gap: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item .accordion-item__head {
    padding: 1rem;
  }
}
.contact-section__item .accordion-item__head i {
  font-size: 1.8125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item .accordion-item__head i {
    font-size: 1.5rem;
  }
}
.contact-section__item .accordion-item__head.isActive i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.contact-section__item .accordion-item__body {
  padding: 0.1875rem 1.875rem 1.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item .accordion-item__body {
    padding: 1.375rem 1rem 1rem;
  }
}
.contact-section__item-inner {
  display: -ms-grid;
  display: grid;
  max-width: 32.5rem;
  gap: 1.875rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .contact-section__item-inner {
    -ms-grid-columns: 12.6875rem 1fr;
    grid-template-columns: 12.6875rem 1fr;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item-inner {
    gap: 1.5rem 3.75rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.contact-section__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .contact-section__item-value:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.contact-section__item-value .icon {
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
}
.contact-section__item-value div:not(.icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .contact-section__item-value div:not(.icon) {
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}
.contact-section__item-value .url {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contact-section__item-value a:hover {
    text-decoration: underline;
  }
}
.contact-section__item-value span {
  font-weight: 700;
}
.contact-section__item h3 {
  font-weight: 600;
  font-size: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.25;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__item h3 {
    font-size: 1.125rem;
  }
}
.contact-section__form {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .contact-section__form {
    width: 39.875rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__form .btn {
    width: 100%;
  }
}
.contact-section__form h2 {
  font-size: 2.25rem;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .contact-section__form h2 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}
.contact-section__form > p {
  margin-bottom: 1.875rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .contact-section__form > p {
    font-size: 1.125rem;
  }
}

.content-rows {
  margin-block: 3.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows {
    margin-block: 2.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows .container {
    padding-inline: 2.5rem;
  }
}
.content-rows__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.content-rows__item:not(:last-child) {
  margin-bottom: 7.9375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows__item {
    gap: 7.5rem;
  }
  .content-rows__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-rows__item:nth-child(2n) .content-rows__item-text {
    padding-inline: 0 5.625rem;
  }
}
.content-rows__item .section-title {
  text-align: start;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows__item .section-title {
    margin-bottom: 1.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5rem;
    -webkit-padding-start: 5.625rem;
            padding-inline-start: 5.625rem;
  }
  .content-rows__item-text .editor-area {
    font-size: 1.5rem;
  }
}
.content-rows__item-media {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows__item-media {
    width: 62.5rem;
  }
}

.banner {
  margin-block: 3.75rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .banner .container {
    padding-inline: 4.375rem;
  }
}
.banner__inner {
  background: #F0F0F0;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 4.75rem 2rem 7.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__inner {
    border-radius: 1rem;
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
}
.banner__content {
  font-size: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__content {
    font-size: 0.75rem;
  }
}
.banner__content em {
  font-style: normal;
}
.banner__content h1,
.banner__content h2 {
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  color: #233550;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__content h1,
  .banner__content h2 {
    font-size: 2.1875rem;
  }
}
.banner__content h3 {
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  color: #233550;
  margin-bottom: 0.8235294118em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__content h3 {
    font-size: 0.9375rem;
  }
}
.banner__content p:not(:last-child) {
  margin-bottom: 1em;
}
.banner__content p:has(em) {
  font-size: 1.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__content p:has(em) {
    font-size: 0.5rem;
  }
}
.banner__image {
  max-width: 38.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .banner__image {
    max-width: 11rem;
  }
}

.content-slider {
  margin-block: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider {
    margin-block: 3.75rem;
  }
}
.content-slider .section-title {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider .section-title {
    margin-bottom: 2rem;
  }
}
.content-slider__inner {
  max-width: 73.875rem;
  margin-inline: auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider__inner {
    max-width: 22.125rem;
    -webkit-transform: translateX(0.25rem);
        -ms-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.content-slider .btns {
  margin-top: 1.5rem;
}
.content-slider__item {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.content-slider__item-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.56%, rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 48.56%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  padding: 1.125rem 2.375rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider__item-caption {
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}
.content-slider__item-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 53.875rem;
}
.content-slider .swiper-slide {
  padding-inline: 0.625rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider .swiper-slide {
    padding-inline: 0.1875rem;
  }
}
.content-slider .default-slider {
  width: calc(100% + 1.25rem);
  margin-left: -0.625rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-slider .default-slider {
    width: calc(100% + 0.375rem);
    margin-left: -0.1875rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2 {
    margin-block: 4.0625rem 5.625rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows-2 {
    margin-block: 6.25rem 12.5rem;
  }
  .content-rows-2 .container {
    padding-inline: 16rem 10.5rem;
  }
}
.content-rows-2 .section-title {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2 .section-title {
    text-align: start;
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows-2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10rem;
  }
  .content-rows-2__item:has(.--reversed) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content-rows-2__item:has(.--reversed) .content-rows-2__item-content.--reversed {
    margin-inline: auto 0;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2__item {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
  }
}
.content-rows-2__item:not(:last-child) {
  margin-bottom: 4.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows-2__item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5rem;
    max-width: 29.1875rem;
    margin-inline: 0 auto;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2__item-content {
    width: 100%;
  }
}
.content-rows-2__item-content h1,
.content-rows-2__item-content h2,
.content-rows-2__item-content h3 {
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 1.2em;
}
@media (max-width: 768px) and (orientation: portrait) {
  .content-rows-2__item-content h1,
  .content-rows-2__item-content h2,
  .content-rows-2__item-content h3 {
    font-size: 1.125rem;
  }
}
.content-rows-2__item-media {
  width: 100%;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .content-rows-2__item-media {
    width: 46.6875rem;
  }
}
.content-rows-2__item-media img,
.content-rows-2__item-media video,
.content-rows-2__item-media iframe {
  width: 100%;
}

body.--about-brand-page .header-actions {
  display: none;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body.--about-brand-page .header-inner {
    padding-block: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  body.--about-brand-page .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.--about-brand-page .header-inner .logo {
    margin: 0;
  }
}
body.--about-brand-page .footer-menus {
  display: none;
}
body.--about-brand-page .footer-main {
  padding-block: 3.25rem 6.25rem;
}
body.--about-brand-page .footer-main__special {
  max-width: 68.1875rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  body.--about-brand-page .footer-main {
    padding-block: 1.5rem 2.5rem;
  }
  body.--about-brand-page .footer-main__special {
    text-align: start;
    font-size: 0.8125rem;
    margin-bottom: 4.125rem;
  }
}
body.--about-brand-page .footer-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  body.--about-brand-page .footer-logo {
    margin-bottom: 1.5rem;
  }
}
body.--about-brand-page .social {
  margin: 0 auto !important;
  width: auto !important;
}
body.--about-brand-page .social .social-label {
  display: none;
}

.blog-page {
  margin-block: 1.5rem 7.5rem;
  text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .blog-page {
    margin-block: 1.875rem 6.25rem;
  }
  .blog-page .switcher-buttons a,
  .blog-page .switcher-buttons button {
    padding-inline: 1rem;
  }
  .blog-page .switcher-buttons a.isActive,
  .blog-page .switcher-buttons button.isActive {
    padding-inline: 1.25rem;
  }
}
.blog-page__grid {
  text-align: start;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
.blog-page__grid:not(:first-child) {
  margin-top: 1.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .blog-page__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .blog-page .post-item:nth-child(1), .blog-page .post-item:nth-child(5), .blog-page .post-item:nth-child(10), .blog-page .post-item:nth-child(11) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .blog-page .post-item:nth-child(1) .post-item__media, .blog-page .post-item:nth-child(5) .post-item__media, .blog-page .post-item:nth-child(10) .post-item__media, .blog-page .post-item:nth-child(11) .post-item__media {
    aspect-ratio: 858/403;
  }
  .blog-page .post-item:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}

.post-content {
  margin-block: 2.75rem 6.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content {
    margin-block: 1.875rem 4.6875rem;
  }
}
.post-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .post-content .container {
    gap: 5.375rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content .container {
    gap: 2.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-content .container:not(:has(.post-content__products)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-content__inner {
  max-width: 60.1875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .post-content__inner {
    font-size: 1.125rem;
  }
}
.post-content__inner .wp-block-image {
  border-radius: 1.5rem;
  overflow: hidden;
}
.post-content__inner .wp-block-image:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content__inner .wp-block-image:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.post-content__inner .wp-block-image img {
  width: 100%;
}
.post-content__inner strong {
  font-weight: 600;
}
.post-content__inner h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.3;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content__inner h2 {
    font-size: 1.25rem;
  }
}
.post-content__inner p:first-of-type {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 1.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content__inner p:first-of-type {
    font-size: 1.125rem;
  }
}
.post-content__products .product-card {
  min-height: auto;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .post-content__products {
    overflow: hidden;
    width: 19.5625rem;
  }
  .post-content__products .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    gap: 2rem;
  }
  .post-content__products .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.75rem 1.5rem 1.5rem;
    border-radius: 1.375rem;
  }
  .post-content__products .product-card__media {
    width: 5rem;
  }
  .post-content__products .product-card__content {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
  .post-content__products .product-card__title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .post-content__products .product-card__label {
    font-size: 0.625rem;
  }
  .post-content__products .product-card__price {
    width: 100%;
  }
  .post-content__products .product-card__price .btn {
    height: 2.5rem;
    padding-inline: 1.5rem;
  }
  .post-content__products .product-card__price .price-wrapper {
    font-size: 1rem;
  }
  .post-content__products .product-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content__products {
    margin-inline: auto;
    width: 20.25rem;
  }
  .post-content__products .swiper-slide {
    padding-inline: 0.4375rem;
  }
}
.post-content__products .btns {
  margin-top: 1.25rem;
}
.post-content__products h3:not(.product-card__title) {
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .post-content__products h3:not(.product-card__title) {
    font-size: 1.875rem;
  }
}

.share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.share img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.service-page {
  position: relative;
}
@media (min-width: em(1023.98)) {
  .service-page::before {
    position: absolute;
    content: "";
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 29.6354166667vw;
    aspect-ratio: 567/407;
    bottom: 0;
    inset-inline-start: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    background-image: url("data:image/svg+xml,%3Csvg width='569' height='407' viewBox='0 0 569 407' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='17' y='17' width='820' height='373' rx='186.5' stroke='url(%23paint0_linear_186_2064)' stroke-opacity='0.3' stroke-width='34'/%3E%3Crect x='79' y='68' width='650' height='271' rx='135.5' stroke='url(%23paint1_linear_186_2064)' stroke-width='34'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_186_2064' x1='0' y1='203.5' x2='854' y2='203.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2E8DC'/%3E%3Cstop offset='1' stop-color='%23F2E8DC' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_186_2064' x1='62' y1='203.5' x2='746' y2='203.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2E8DC'/%3E%3Cstop offset='1' stop-color='%23F2E8DC' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.service-page .container {
  position: relative;
  z-index: 2;
}
.service-page.--contact {
  padding-block: 1rem clamp(6.5625rem, 8.8541666667vw, 10.625rem);
}
.service-page.--faq {
  padding-block: 1rem clamp(4.375rem, 15.625vw, 18.75rem);
}
.service-page.--delivery {
  padding-block: 1rem clamp(6.5625rem, 13.28125vw, 15.9375rem);
}
.service-page__switcher {
  gap: 0.75rem;
}
@media (min-width: em(767.98)) {
  .service-page__switcher {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FBF7F2;
    border-radius: 3.125rem;
    -webkit-box-shadow: 0px 4px 22px rgba(181, 126, 66, 0.16);
            box-shadow: 0px 4px 22px rgba(181, 126, 66, 0.16);
    padding: 1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: em(767.98)) {
  .service-page__switcher {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.5625rem;
  }
}
.service-page__switcher a {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .service-page .breadcrumbs {
    padding-inline: 7.7083333333vw;
  }
}

.contact-page {
  padding-top: clamp(2.5625rem, 6.4583333333vw, 7.75rem);
  max-width: 95.625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: em(1023.98)) {
  .contact-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-page__contacts {
  max-width: 31.5rem;
  width: 40%;
}
@media (max-width: em(1023.98)) {
  .contact-page__contacts {
    width: 100%;
  }
  .contact-page__contacts h2 {
    text-align: center;
  }
  .contact-page__contacts h2 + p {
    text-align: center;
  }
}
.contact-page__contacts > p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
}
.contact-page__contacts-list {
  margin-top: clamp(1.875rem, 2.9166666667vw, 3.5rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.75rem, 2.8125vw, 3.375rem);
}
.contact-page__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
@media (max-width: em(767.98)) {
  .contact-page__contacts-item {
    padding: 0.75rem;
    background: #fff;
    border-radius: 0.75rem;
  }
}
.contact-page__contacts-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.375rem;
}
.contact-page__contacts-item .icon {
  width: clamp(2rem, 2.5vw, 3rem);
  height: clamp(2rem, 2.5vw, 3rem);
  border-radius: 50%;
  background-color: rgba(33, 190, 76, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page__contacts-item .icon img {
  width: 50%;
}
.contact-page__contacts-item .label {
  font-weight: 600;
}
.contact-page__contacts-item a,
.contact-page__contacts-item span {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(6, 6, 6, 0.8);
}
@media (any-hover: hover) {
  .contact-page__contacts-item a:hover {
    text-decoration: underline;
  }
}
.contact-page__form {
  max-width: 36.25rem;
  width: 50%;
  border-radius: clamp(1.5rem, 1.6666666667vw, 2rem);
  border: 1px solid #C9C0B6;
  padding: clamp(1rem, 1.6666666667vw, 2rem);
}
@media (max-width: em(1023.98)) {
  .contact-page__form {
    width: 100%;
  }
}
.contact-page__form-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}
@media (max-width: em(767.98)) {
  .contact-page__form-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-page__form-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(3.9375rem, 3.75vw, 4.5rem);
  background-color: rgba(33, 190, 76, 0.1);
  padding-inline: clamp(1rem, 1.0416666667vw, 1.25rem);
  border-radius: 4.5rem;
  font-weight: 600;
}
.contact-page__form-btns a img {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}
.contact-page__form-btns a i {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (any-hover: hover) {
  .contact-page__form-btns a:hover {
    background-color: rgba(33, 190, 76, 0.2);
  }
}
.contact-page__form-label {
  text-align: center;
  overflow: hidden;
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  position: relative;
}
.contact-page__form-label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #C9C0B6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-page__form-label span {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.45);
  padding-inline: 0.75rem;
  background: #FBF7F2;
  position: relative;
  z-index: 2;
}
.contact-page__form-wrapper form input,
.contact-page__form-wrapper form input:not([type=checkbox]),
.contact-page__form-wrapper form select,
.contact-page__form-wrapper form textarea {
  background: transparent;
}
.contact-page__form-wrapper form label {
  background: #FBF7F2;
}

.faq-page {
  padding-top: clamp(2.5625rem, 6.4583333333vw, 7.75rem);
  max-width: 75rem;
  margin-inline: auto;
}
.faq-page h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.faq-page__item:not(:last-child) {
  border-bottom: 1px solid #C9C0B6;
}
.faq-page__item-head {
  padding-block: clamp(1.6875rem, 1.6666666667vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-page__item-head::after {
  content: "+";
  font-size: 1.375rem;
}
.faq-page__item-head.isActive {
  padding-bottom: 1.25rem;
}
.faq-page__item-head.isActive::after {
  content: "-";
}
.faq-page__item-head h3 {
  font-size: 1.25rem;
}
@media (max-width: em(767.98)) {
  .faq-page__item-head h3 {
    font-size: 1rem;
  }
}
.faq-page__item-body {
  padding-bottom: 2rem;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}
.faq-page__item-body > * {
  max-width: 68.75rem;
}

.delivery-page {
  padding-top: clamp(2.5625rem, 6.4583333333vw, 7.75rem);
  max-width: 80.25rem;
  margin-inline: auto;
}
.delivery-page h2 {
  text-align: center;
  margin-bottom: clamp(2rem, 4.21875vw, 5.0625rem);
}

.accordion-item__head {
  cursor: pointer;
}
.accordion-item__body {
  display: none;
}

.reset-filter-button {
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.65625rem;
  height: 2.8125rem;
  border-radius: 1.40625rem;
  gap: 0.25rem;
  width: 100%;
  font-weight: 500;
}
.reset-filter-button i {
  text-indent: -9999px;
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M10.5006 9.32208L14.6254 5.19727L15.8039 6.37577L11.6791 10.5006L15.8039 14.6253L14.6254 15.8038L10.5006 11.6791L6.37578 15.8038L5.19727 14.6253L9.32207 10.5006L5.19727 6.37577L6.37578 5.19727L10.5006 9.32208Z" fill="black"/></svg>');
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
}
.reset-filter-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.reset-filter-button__wrapper {
  margin-bottom: 1rem;
}

.wpc-filters-section {
  margin: 0;
}
.wpc-filters-section::after {
  content: "";
  display: block;
  background: var(--border-color);
  width: 100%;
  height: 1px;
  margin-block: 1.5rem;
}
.wpc-filters-section:last-child::after {
  display: none;
}
.wpc-filters-section.wpc-opened .wpc-filter-header .wpc-filter-title .wpc-open-icon {
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important;
}
.wpc-filters-section.wpc-opened .wpc-filter-header + div {
  display: block;
}

.wpc-filters-range-values-wrapper {
  display: none;
}

.wpc-filter-header .wpc-filter-title {
  padding: 0;
  margin: 0;
}
.wpc-filter-header .wpc-filter-title .wpc-wrap-icons {
  font-weight: 600;
  line-height: 150%;
}
.wpc-filter-header .wpc-filter-title .wpc-open-icon {
  border: none !important;
  width: 0.599375rem !important;
  height: 0.369375rem !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><g clip-path="url(%23clip0_263_792)"><path d="M9.2832 6.19263L5.0458 1.95519L0.808297 6.19263" stroke="black" stroke-opacity="0.88" stroke-width="1.57614"/></g><defs><clipPath id="clip0_263_792"><rect width="9.59" height="5.90972" fill="white" transform="translate(9.83984 6.74976) rotate(-180)"/></clipPath></defs></svg>');
  background-size: cover !important;
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  margin-inline: 0.4375rem;
}
.wpc-filter-header + div {
  display: none;
  padding-block: 1rem;
}

ul.wpc-filters-ul-list {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
ul.wpc-filters-ul-list li.wpc-term-item {
  margin: 0 !important;
  padding: 0 !important;
}
ul.wpc-filters-ul-list .wpc-term-item-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}
ul.wpc-filters-ul-list .wpc-term-item-content-wrapper > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}
ul.wpc-filters-ul-list input[type=checkbox], ul.wpc-filters-ul-list input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1.5px solid var(--border-color);
  position: relative;
}
ul.wpc-filters-ul-list input[type=checkbox]:checked, ul.wpc-filters-ul-list input[type=radio]:checked {
  border-color: var(--main-color);
}
ul.wpc-filters-ul-list input[type=checkbox]:checked::after, ul.wpc-filters-ul-list input[type=radio]:checked::after {
  opacity: 1;
  background: var(--main-color);
}
ul.wpc-filters-ul-list input[type=checkbox]::after, ul.wpc-filters-ul-list input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0;
}
ul.wpc-filters-ul-list input[type=checkbox] {
  border-radius: 0.25rem;
}
ul.wpc-filters-ul-list input[type=checkbox]::after {
  border-radius: 0.25rem;
}
ul.wpc-filters-ul-list input[type=radio] {
  border-radius: 50%;
}
ul.wpc-filters-ul-list input[type=radio]::after {
  border-radius: 50%;
}

.rtl .wpc-filters-range-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpc-filters-range-inputs {
  margin-top: 1rem;
}
.wpc-filters-range-inputs .wpc-filters-range-wrapper .wpc-filters-range-separator {
  color: rgba(0, 0, 0, 0.88);
}
.wpc-filters-range-inputs .wpc-filters-range-wrapper .wpc-filters-range-column {
  margin: 0 !important;
  padding: 0 !important;
  width: calc(50% - 1.09375rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.09375rem);
          flex: 0 0 calc(50% - 1.09375rem);
  padding-inline: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 1.34375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpc-filters-range-inputs .wpc-filters-range-wrapper .wpc-filters-range-column input {
  height: 2.6875rem;
  border: none;
  text-align: center;
  width: 50%;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.72);
}
.wpc-filters-range-inputs .wpc-filters-range-wrapper .wpc-filters-range-column input:focus {
  color: rgb(0, 0, 0);
  outline: none;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: #222 !important;
}

.wpc-filters-main-wrap ul.children {
  margin: 0 !important;
  margin-block: 1rem 1.25rem !important;
}
.wpc-filters-main-wrap ul.children > li {
  margin-bottom: 1rem !important;
}
.wpc-filters-main-wrap ul.children > li:last-child {
  margin-bottom: 0 !important;
}

.wpc-checkbox-item .children {
  -webkit-padding-start: 0.25rem;
          padding-inline-start: 0.25rem;
}
.wpc-checkbox-item .children .children {
  -webkit-padding-start: 0.25rem;
          padding-inline-start: 0.25rem;
}

body ul.wpc-filter-chips-list {
  gap: 1rem;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip {
  padding: 0 !important;
  margin: 0 !important;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a {
  padding: 0.5rem 1rem 0.5rem 0.875rem;
  border: 1px solid var(--border-color) !important;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a:hover {
  border-color: var(--title) !important;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a .wpc-chip-content {
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a .wpc-chip-content .wpc-filter-chip-name {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--title);
  font-weight: 600;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a .wpc-chip-content .wpc-filter-chip-name > span {
  color: var(--paragraph);
  font-weight: 500;
}
body ul.wpc-filter-chips-list li.wpc-filter-chip a .wpc-chip-content .wpc-chip-remove-icon {
  text-indent: -9999px;
  width: 1.25rem;
  height: 1.25rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M10.0006 9.32208L14.1254 5.19727L15.3039 6.37577L11.1791 10.5006L15.3039 14.6253L14.1254 15.8038L10.0006 11.6791L5.87578 15.8038L4.69727 14.6253L8.82207 10.5006L4.69727 6.37577L5.87578 5.19727L10.0006 9.32208Z" fill="black"/></svg>');
  background-size: cover;
}

.woocommerce-ordering {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.woocommerce-ordering__fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 1.34375rem;
  height: 2.5rem;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.woocommerce-ordering__fake:hover {
  border-color: var(--title) !important;
}
.woocommerce-ordering__fake + select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce-ordering__fake > i {
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M16.6667 3.83325V13.8333H19.1667L15.8333 17.9999L12.5 13.8333H15V3.83325H16.6667ZM10 15.4999V17.1666H2.5V15.4999H10ZM11.6667 9.66659V11.3333H2.5V9.66659H11.6667ZM11.6667 3.83325V5.49992H2.5V3.83325H11.6667Z" fill="black"/></svg>');
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
}
.woocommerce-ordering__fake > span {
  color: var(--paragraph);
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-ordering__fake > span {
    font-size: 0.875rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 10.625rem;
  }
}
.woocommerce-ordering__fake > span strong {
  color: var(--title);
}
.woocommerce-ordering__fake::after {
  content: "";
  display: block;
  width: 0.599375rem;
  height: 0.369375rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><g clip-path="url(%23clip0_254_2878)"><path d="M0.716797 1.30737L4.9542 5.54481L9.1917 1.30737" stroke="black" stroke-opacity="0.88" stroke-width="1.57614"/></g><defs><clipPath id="clip0_254_2878"><rect width="9.59" height="5.90972" fill="white" transform="translate(0.160156 0.750244)"/></clipPath></defs></svg>');
  background-size: cover;
}

.woocommerce-pagination {
  width: 100%;
  margin-top: 2rem;
}
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-pagination ul .page-numbers {
  border: 1px solid transparent;
}
.woocommerce-pagination ul .page-numbers:not(.next), .woocommerce-pagination ul .page-numbers:not(.prev) {
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}
.woocommerce-pagination ul span:not(.dots) {
  background: #222;
  color: #fff;
}
.woocommerce-pagination ul a:hover {
  border-color: #222;
}

.pewc-product-extra-groups-wrap .pewc-group-heading-wrapper {
  display: none;
}

.pewc-total-field-wrapper {
  display: none;
}

.pewc-product-extra-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1rem;
  width: 100%;
}
.pewc-product-extra-groups .pewc-item {
  width: calc(50% - 0.5rem);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) and (orientation: portrait) {
  .pewc-product-extra-groups .pewc-item {
    width: 100%;
  }
}
.pewc-product-extra-groups .pewc-item-field-wrapper {
  padding: 0;
  margin: 0;
}
.pewc-product-extra-groups .pewc-item-field-wrapper .pewc-field-label,
.pewc-product-extra-groups .pewc-item-field-wrapper .pewc-description {
  display: none;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper {
  color: rgba(6, 6, 6, 0.8);
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #c9c0b6;
  padding: 0;
  background: transparent;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper > label {
  position: absolute;
  color: #111413;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-start: 1rem;
  font-size: 0.875rem;
  padding-inline: 0.5714285714em;
  font-weight: 600 !important;
  background: #fbf7f2;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper .tooltip-elem {
  width: 1.25rem;
  height: 1.25rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.99935 18.3334C5.39697 18.3334 1.66602 14.6024 1.66602 10.0001C1.66602 5.39771 5.39697 1.66675 9.99935 1.66675C14.6017 1.66675 18.3327 5.39771 18.3327 10.0001C18.3327 14.6024 14.6017 18.3334 9.99935 18.3334ZM9.16602 12.5001V14.1667H10.8327V12.5001H9.16602ZM10.8327 11.1293C12.0374 10.7707 12.916 9.65466 12.916 8.33341C12.916 6.72258 11.6102 5.41675 9.99935 5.41675C8.58435 5.41675 7.40466 6.42441 7.13877 7.7613L8.77335 8.08822C8.88735 7.51527 9.39293 7.08341 9.99935 7.08341C10.6897 7.08341 11.2493 7.64306 11.2493 8.33341C11.2493 9.02375 10.6897 9.58341 9.99935 9.58341C9.5391 9.58341 9.16602 9.9565 9.16602 10.4167V11.6667H10.8327V11.1293Z" fill="%23D2BBA1"/></svg>');
  background-size: cover;
  position: absolute;
  top: 50%;
  inset-inline-start: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none !important;
  outline: unset !important;
  z-index: 3;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper .tooltip-elem ~ select {
  -webkit-padding-start: 2.75rem;
          padding-inline-start: 2.75rem;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper select {
  height: 3rem;
  background: unset;
  padding: 0;
  padding: 0.75rem 1rem;
  z-index: 2;
  position: relative;
}
.pewc-product-extra-groups .pewc-item .pewc-select-wrapper::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2929 14.7071C11.6834 15.0976 12.3166 15.0976 12.7071 14.7071L16.7071 10.7071C17.0976 10.3166 17.0976 9.68342 16.7071 9.29289C16.3166 8.90237 15.6834 8.90237 15.2929 9.29289L12 12.5858L8.70711 9.29289C8.31658 8.90237 7.68342 8.90237 7.29289 9.29289C6.90237 9.68342 6.90237 10.3166 7.29289 10.7071L11.2929 14.7071Z" fill="black" fill-opacity="0.7"/></svg>');
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center right;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
}

.shipping-option-cost {
  margin-block: 1rem 0.875rem;
  padding-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
}
.shipping-option-cost img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.shipping-option-description {
  font-size: 0.9375rem;
  line-height: 150%;
  max-width: 35.125rem;
}

.related-cart-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.related-cart-products > h3 {
  font-weight: 600;
  color: rgba(6, 6, 6, 0.8);
}
.related-cart-products > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.related-cart-products > form > input[type=checkbox] {
  display: none;
}
.related-cart-products > form > input[type=checkbox]:checked + label {
  border-color: #222;
}
.related-cart-products > form > input[type=checkbox]:checked + label .related-cart-product__mark {
  border-color: #222;
}
.related-cart-products > form > input[type=checkbox]:checked + label .related-cart-product__mark::after {
  opacity: 1;
}
.related-cart-products__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 0.75rem;
  background: #F0F0F0;
}

.related-cart-product {
  width: calc(50% - 0.5rem);
  padding-block: 0.75rem 1rem;
  padding-inline: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #D2D2D2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) and (orientation: portrait) {
  .related-cart-product {
    width: 100%;
  }
}
.related-cart-product__mark {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.related-cart-product__mark::after {
  content: "";
  display: block;
  background: #222;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 0.5625rem;
  width: 0.5625rem;
  height: 0.5625rem;
  opacity: 0;
}
.related-cart-product__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .related-cart-product__meta {
    max-width: 9.625rem;
    width: 63%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .related-cart-product__meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.related-cart-product__meta h4 {
  font-weight: 500;
  line-height: 150%;
  font-size: 0.875rem;
}
.related-cart-product__meta .price-wrapper {
  font-size: 1rem !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0;
  margin-bottom: 0 !important;
}
.related-cart-product__meta .price-wrapper del {
  font-size: 0.875em;
}
.related-cart-product__img {
  width: 6.25rem;
  aspect-ratio: 1;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
  background: #F0F0F0;
}
.related-cart-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.related-cart-products__total a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.related-cart-products__total .woocommerce-Price-amount {
  font-weight: 700;
}

.fancybox__content:has(.fancybox__image) {
  margin-inline: auto;
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 97.625rem;
  padding-inline: 1rem;
  margin-inline: auto;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: clip;
  padding-bottom: 4.375rem;
}
.product-page .product-quantity-form {
  display: none !important;
}
.product-page__content {
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-page__content {
    max-width: 40.125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content {
    width: 100%;
  }
  .product-page__content .yith-wcwl-add-to-wishlist-button__label {
    display: none;
  }
}
.product-page__content .pewc-main-price {
  display: none;
}
.product-page__content .cart {
  width: 100%;
}
.product-page__content .screen-reader-text {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.product-page__content .posted_in {
  display: none;
}
.product-page__content .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-page__content .product-sku {
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: -8;
      -ms-flex-order: -9;
          order: -9;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content .product-sku {
    font-size: 0.875rem;
  }
}
.product-page__content .woocommerce-product-details__short-description {
  -webkit-box-ordinal-group: -7;
      -ms-flex-order: -8;
          order: -8;
  max-width: 31.5rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1.6666666667em;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-page__content .woocommerce-product-details__short-description {
    font-size: 1.125rem;
  }
}
.product-page__content .woocommerce-product-details__short-description p:not(:last-child) {
  margin-bottom: 1em;
}
.product-page__content .woocommerce-product-details__short-description ul,
.product-page__content .woocommerce-product-details__short-description ol {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}
.product-page__content .woocommerce-product-details__short-description ul {
  list-style: disc;
}
.product-page__content .woocommerce-product-details__short-description ol {
  list-style: decimal;
}
.product-page__content .woocommerce-product-details__short-description li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-page__content .price-wrapper {
  -webkit-box-ordinal-group: -6;
      -ms-flex-order: -7;
          order: -7;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content .price-wrapper {
    margin-bottom: 0;
  }
}
.product-page__content .price-wrapper del {
  font-size: 1.125rem;
}
.product-page__content .single_add_to_cart_button {
  min-width: 17.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content .single_add_to_cart_button {
    min-width: 15rem;
  }
}
.product-page__content .onsale {
  display: none;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content .submit-form {
    position: fixed;
    z-index: 100;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0.75rem 1rem;
    background: #fff;
  }
}
.product-page__content .submit-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page__content .submit-form__actions .added_to_cart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #C72419;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .product-page__content .submit-form__actions .added_to_cart:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__content .submit-form__actions .added_to_cart {
    display: none;
  }
}
.product-page__gallery {
  background: #F0F0F0;
  position: relative;
  border-radius: 1.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-page__gallery {
    border-radius: 2.5rem;
    max-width: 50rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
    top: 6rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__gallery {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.product-page__gallery .default-slider {
  overflow: hidden;
}
.product-page__gallery .btns .default-pagination {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__gallery .btns .default-pagination {
    bottom: 0.5rem;
  }
}
.product-page__gallery .btns button {
  border: 1px solid #DEDEDE;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__gallery .btns button {
    display: none;
  }
}
.product-page__gallery .btns .swiper-btn-prev {
  right: 2rem;
}
.product-page__gallery .btns .swiper-btn-prev i {
  -webkit-transform: translateX(0.125rem);
      -ms-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}
.product-page__gallery .btns .swiper-btn-next {
  left: 2rem;
}
.product-page__gallery .btns .swiper-btn-next i {
  -webkit-transform: translateX(-0.125rem);
      -ms-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .product-page__gallery .swiper-slide {
    padding: 6.5rem 9.875rem 7.5rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page__gallery .swiper-slide {
    padding: 2rem 0.875rem;
  }
}
.product-page__gallery .swiper-slide a {
  display: block;
}
.product-page__gallery .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
.product-page__gallery-slider {
  overflow: hidden;
  position: relative;
}
.product-page .product-card__label {
  font-size: 1.25rem;
  padding-inline: 1rem;
  z-index: 20;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-page .product-card__label {
    font-size: 0.875rem;
    padding-inline: 0.625rem;
  }
}

.single-product-share__share > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-product-share__share > a span {
    display: none;
  }
}
.single-product-share__share > a svg {
  width: 1.5rem;
  height: auto;
}
.single-product-share__share:not(.--open) .single-product-share__share-block {
  display: none;
}

.single-product main {
  padding-top: 2.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .single-product main {
    padding-top: 0.5rem;
  }
}
.single-product .woocommerce-breadcrumb {
  max-width: 97.625rem;
  padding-inline: 1rem;
  margin-inline: auto;
}

.woocommerce-breadcrumb {
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-breadcrumb {
    margin-bottom: 0.625rem;
  }
}
.woocommerce-breadcrumb a {
  color: #7D7D7D;
}
@media (any-hover: hover) {
  .woocommerce-breadcrumb a:hover {
    color: #222;
  }
}

.product_title {
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 0.5rem;
  max-width: 34.375rem;
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product_title {
    font-size: 1.625rem;
  }
}

.product-accordions {
  margin-top: 4.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-accordions {
    margin-top: 2rem;
  }
}
.product-accordions__item {
  border-top: 1px solid #DEDEDE;
}
.product-accordions__item-head {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  padding-block: 1.25rem;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.product-accordions__item-head i {
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-accordions__item-head h3 {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.product-accordions__item-head.isActive i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.product-accordions__item-body {
  display: none;
  padding-bottom: 1.25rem;
}
.product-accordions__item-body .media-wrapper {
  width: 100%;
}
.product-accordions__item-body img {
  width: 100%;
}
.product-accordions__item-body li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.product-accordions__item-body table {
  width: 100%;
}
.product-accordions__item-body table td {
  padding-block: 0.625rem;
}
.product-accordions__item-body table td:first-child {
  width: 45%;
  font-weight: 700;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
}
.product-accordions__item-body table tr:not(:last-child) td {
  border-bottom: 1px solid #DEDEDE;
}

.related-products {
  padding-block: 4.375rem 5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .related-products {
    padding-inline: 2.375rem;
  }
}
.related-products h2 {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1.4761904762;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .related-products h2 {
    font-size: 1.75rem;
  }
}
.related-products .btns {
  margin-top: 2rem;
}
.related-products .default-slider {
  width: calc(100% + 1.375rem);
  margin-inline: -0.6875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .related-products .default-slider {
    width: calc(100% + 0.875rem);
    margin-inline: -0.4375rem;
  }
}
.related-products .swiper-slide {
  padding-inline: 0.4375rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .related-products .swiper-slide {
    width: 25%;
    padding-inline: 0.6875rem;
  }
}

.lobby-brands {
  margin-block: 5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands {
    margin-block: 3.125rem;
  }
}
.lobby-brands .container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .lobby-brands .container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.lobby-brands__item {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
.lobby-brands__item-logo {
  height: 4.6875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item-logo {
    height: 2.5rem;
  }
}
.lobby-brands__item-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item {
    border-radius: 1.5rem;
  }
  .lobby-brands__item-logo {
    max-width: 50%;
  }
}
.lobby-brands__item-media {
  aspect-ratio: 911/626;
  position: relative;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item-media {
    aspect-ratio: 358/484;
  }
}
.lobby-brands__item-media::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.lobby-brands__item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lobby-brands__item-content {
  position: absolute;
  inset: 0;
  padding: 3.625rem 3.625rem 1.75rem;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
  }
}
.lobby-brands__item-content p {
  max-width: 34.375rem;
  font-size: 1.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item-content p {
    font-size: 0.875rem;
  }
}
.lobby-brands__item-content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .lobby-brands__item-content .links {
    margin-top: auto;
    max-width: 25.625rem;
  }
}
.lobby-brands__item-content .links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.24);
  min-height: 2.5rem;
  border-radius: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .lobby-brands__item-content .links a {
    font-size: 0.75rem;
    min-height: 2rem;
    padding-inline: 0.75rem;
  }
}
@media (any-hover: hover) {
  .lobby-brands__item-content .links a:hover {
    background: rgba(255, 255, 255, 0.36);
  }
}

body.woocommerce-shop .woocommerce-breadcrumb, body.tax-product_cat .woocommerce-breadcrumb {
  display: none;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  body.woocommerce-shop .container, body.tax-product_cat .container {
    padding-inline: 4.5rem;
  }
}
body.woocommerce-shop main, body.tax-product_cat main {
  padding-top: 1.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  body.woocommerce-shop main, body.tax-product_cat main {
    padding-top: 0.875rem;
  }
}

.shop-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding-bottom: 8.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page {
    overflow: hidden;
  }
  .shop-page .woocommerce-result-count {
    width: 100%;
    margin-top: 1rem;
  }
}
.shop-page:has(.shop-page__banners) .woocommerce-products-header {
  display: none;
}
.shop-page .woocommerce-products-header {
  width: 100%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  margin-bottom: 1.25rem;
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10;
  padding-top: 2rem;
}
.shop-page .woocommerce-products-header .page-description {
  display: none;
}
.shop-page .woocommerce-products-header__title {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
  margin-bottom: 1rem;
}
.shop-page .woocommerce-products-header .page-description,
.shop-page .woocommerce-products-header .term-description {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.shop-page .woocommerce-products-header .wpc-custom-selected-terms {
  display: none !important;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__filters {
    max-width: 21.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters {
    width: 100%;
    height: 100dvh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5.125rem 1.25rem 1.5rem 1.25rem;
    overflow: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-page__filters.isActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .reset-filter-button__wrapper {
    display: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .widget_wpc_filters_widget {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-section {
    margin: 0;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-main-wrap,
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-widget-content,
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-widget-containers-wrapper,
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-scroll-container,
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-widget-wrapper {
    height: 100%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .widget_wpc_filters_widget .wpc-filters-widget-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-page__filters .widget_wpc_filters_widget .wpc-filter-layout-submit-button {
  display: none;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters .widget_wpc_filters_widget .wpc-filter-layout-submit-button {
    position: sticky;
    bottom: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: auto;
    background: #fff;
    padding-block: 0.9375rem;
    z-index: 10;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .shop-page__filters .widget_wpc_filters_widget .wpc-filter-layout-submit-button a,
  .shop-page__filters .widget_wpc_filters_widget .wpc-filter-layout-submit-button button {
    border-radius: 6.25rem;
    height: 3rem;
    width: 100%;
    border-color: #222 !important;
  }
  .shop-page__filters .widget_wpc_filters_widget .wpc-filter-layout-submit-button .wpc-filters-submit-button {
    background: #222;
    color: #fff;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__filters-mobile {
    display: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__filters-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .shop-page__filters-mobile > span {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .shop-page__filters-mobile button {
    margin: 0;
  }
}
.shop-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__content {
    width: 100%;
  }
}
.shop-page__content .woocommerce-notices-wrapper {
  display: none;
  width: 100%;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
}
.shop-page__content .wpc-custom-selected-terms {
  width: auto !important;
}
.shop-page__content .selected-options {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
}
.shop-page__content .woocommerce-ordering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__content .woocommerce-ordering-wrapper {
    width: 100%;
  }
}
.shop-page__content .woocommerce-ordering-wrapper select {
  padding-inline: 1em;
}
.shop-page__content .products {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__content .products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__content .products {
    gap: 1.625rem;
    max-width: 19.5rem;
    margin-inline: auto;
  }
}
.shop-page__categories {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__categories {
    margin-bottom: 1.25rem;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 22.5rem;
  }
}
.shop-page__categories-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.1875rem;
  height: 7.1875rem;
  border: 1px solid #D1D1D1;
  gap: 0.25rem;
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding: 0.5rem 0.25rem 0.25rem;
}
.shop-page__categories-item:not(:has(img)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-page__categories-item span {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}
.shop-page__categories-item img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-page__categories-item.isActive {
  border-color: #222;
}
.shop-page__categories-item.isActive span {
  font-weight: 500;
}
.shop-page__banners {
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
}
.shop-page__banners .btns {
  position: absolute;
  bottom: 2.75rem;
  inset-inline-end: 2.75rem;
  z-index: 10;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__banners {
    margin-bottom: 0.5rem;
  }
  .shop-page__banners .btns {
    display: none;
  }
}
.shop-page__banners-item {
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  height: 35.4375rem;
  position: relative;
  background: #222;
}
.shop-page__banners-item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__banners-item {
    height: 12.5rem;
    border-radius: 0.625rem;
  }
}
.shop-page__banners-item.--layer::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.shop-page__banners-item-content {
  position: absolute;
  inset: 0;
  padding: 4rem 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  gap: 2rem;
}
.shop-page__banners-item-content .text-content {
  max-width: 53.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__banners-item-content .text-content {
    max-width: 16.5rem;
  }
}
.shop-page__banners-item-content h2,
.shop-page__banners-item-content h3 {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1.4666666667;
}
.shop-page__banners-item-content p {
  font-size: 2rem;
}
.shop-page__banners-item-content .banner-logo img {
  height: 5.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__banners-item-content {
    padding: 1.5rem;
    gap: 0.75rem;
  }
  .shop-page__banners-item-content h2,
  .shop-page__banners-item-content h3 {
    font-size: 0.875rem;
  }
  .shop-page__banners-item-content p {
    font-size: 0.75rem;
  }
  .shop-page__banners-item-content .banner-logo img {
    height: 1.875rem;
  }
  .shop-page__banners-item-content .btn {
    font-size: 0.5rem;
    height: 1.5rem;
    padding-inline: 0.75rem 0.625rem;
  }
  .shop-page__banners-item-content .after-text {
    font-size: 0.5rem;
  }
}
.shop-page__breadcrumbs {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 100%;
  margin-bottom: 1rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__breadcrumbs:has(+ .shop-page__filters) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__breadcrumbs {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.shop-page__breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7D7D7D;
  gap: 0.25rem;
}
.shop-page__breadcrumbs li:not(:last-child) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.shop-page__breadcrumbs li:not(:last-child)::after {
  content: "/";
}
@media (any-hover: hover) {
  .shop-page__breadcrumbs a:hover {
    color: #222;
  }
}
.shop-page__breadcrumbs span {
  color: #222;
}
.shop-page__header {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.1875rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__header {
    margin-bottom: 4.125rem;
    gap: 5rem;
    -ms-grid-columns: 21.25rem 1fr;
    grid-template-columns: 21.25rem 1fr;
  }
}
.shop-page__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-page__header-logo img {
  height: 4rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__header-logo img {
    height: 2.375rem;
  }
}
.shop-page__header-text {
  max-width: 42.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .shop-page__header-text {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .shop-page__header-text {
    font-size: 1.125rem;
  }
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
  max-height: none !important;
  overflow: unset !important;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .show-filter-mob {
    display: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .show-filter-mob {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.show-filter-mob {
  border: 1px solid #c9c0b6;
  border-radius: 3.125rem;
  height: 2.6875rem;
  gap: 0.5rem;
  max-width: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.25rem;
  font-weight: 500;
}

.wpc-term-count {
  text-align: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wpc-term-count-brackets-open,
.wpc-term-count-brackets-close {
  display: inline !important;
}

.account-page .woocommerce-breadcrumb {
  max-width: 73.375rem;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-top: 2rem;
}
.account-page__inner {
  max-width: 71.375rem;
  margin-inline: auto;
  padding-bottom: clamp(1.25rem, 2.5520833333vw, 3.0625rem);
}
.account-page:last-child .account-page__inner {
  margin-bottom: clamp(4.3125rem, 6.0416666667vw, 7.25rem);
}
.account-page .woocommerce-breadcrumb {
  margin-bottom: 2.5rem;
}

.site-form__item input::-webkit-input-placeholder {
  color: transparent;
}

.site-form__item input::-moz-placeholder {
  color: transparent;
}

.site-form__item input:-ms-input-placeholder {
  color: transparent;
}

.site-form__item input::-ms-input-placeholder {
  color: transparent;
}

.site-form__item input::placeholder {
  color: transparent;
}
html[dir=rtl] .site-form__item input {
  direction: rtl;
}

.account-top-block {
  text-align: center;
}
.account-top-block h2 {
  margin-bottom: 1rem;
}
.account-top-block a {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation:not(:first-child) {
  margin-top: 2rem;
}
.woocommerce-MyAccount-navigation ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.375rem, 3.9404553415%, 2.8125rem);
}
.woocommerce-MyAccount-navigation li.is-active a {
  border: 2px solid #222;
}
.woocommerce-MyAccount-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 10.75rem;
  -webkit-box-shadow: 0px 4px 18.3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 18.3px rgba(0, 0, 0, 0.12);
  border-radius: clamp(1rem, 1.6666666667vw, 2rem);
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-MyAccount-navigation a {
    height: 6.25rem;
    gap: 0.75rem;
  }
  .woocommerce-MyAccount-navigation a svg {
    width: 2rem;
    height: auto;
  }
}
.woocommerce-MyAccount-navigation a span {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.07;
  text-align: center;
}
@media (max-width: 550px) {
  .woocommerce-MyAccount-navigation a span {
    font-size: 0.875rem;
  }
}

.woocommerce-MyAccount-content:not(:first-child) {
  margin-top: clamp(3rem, 3.5416666667vw, 4.25rem);
}
.woocommerce-MyAccount-content h2 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  margin-bottom: clamp(1rem, 1.6666666667vw, 2rem);
}
.woocommerce-MyAccount-content:has(.order-meta), .woocommerce-MyAccount-content:has(.woocommerce-EditAccountForm) {
  max-width: 56.625rem;
  margin-inline: auto;
}
.woocommerce-MyAccount-content h2:has(+ .form-grid.--part-2) {
  margin-top: 2rem;
}
.woocommerce-MyAccount-content .checkbox-item .check {
  cursor: pointer;
  -webkit-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.woocommerce-MyAccount-content .submit-wrapper {
  margin-top: 1rem;
}
.woocommerce-MyAccount-content .order-meta {
  background: #F4F4F4;
  padding: 0.6875rem 3.8541666667vw;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-MyAccount-content .order-meta {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.woocommerce-MyAccount-content .order-meta div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.125rem, 1.1458333333vw, 1.375rem);
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-MyAccount-content .order-meta div {
    font-size: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-orders-table {
  width: 100%;
}
.woocommerce-orders-table__header {
  padding-block: 0.5rem;
}
.woocommerce-orders-table th {
  text-align: start;
}

.woocommerce-orders-table__row {
  position: relative;
}
.woocommerce-orders-table__row th,
.woocommerce-orders-table__row td {
  padding-block: 1.5rem;
  border-top: 1px solid #000;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-orders-table__row th,
  .woocommerce-orders-table__row td {
    padding-block: 1.25rem 2rem;
  }
  .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions,
  .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
  }
}

.woocommerce-orders-table__cell-order-actions a {
  color: #222;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .woocommerce-orders-table__cell-order-actions a:hover {
    text-decoration: none;
  }
}

.customer-service {
  background: #F4F4F4;
  border-radius: 1rem;
  padding: 2rem 3.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .customer-service {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
    border-radius: 0;
  }
}
.customer-service:not(:first-child) {
  margin-top: 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .customer-service:not(:first-child) {
    margin-top: 2rem;
  }
}
.customer-service h3 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.4285714286em;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .customer-service__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .customer-service__pages {
    gap: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.customer-service__page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.375rem;
  height: 2.75rem;
  border: 1px solid #000000;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .customer-service__page {
    width: calc(25% - 33.75px);
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .customer-service__page:hover {
    background: #000000;
    color: #FFFFFF;
  }
}

.order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.order-header__title {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
}
.order-header .button {
  height: 2.5rem;
}

.woocommerce-table {
  width: 100%;
}
.woocommerce-table thead th {
  padding-block: 1rem;
}
.woocommerce-table th:last-child,
.woocommerce-table td:last-child {
  text-align: end;
  -webkit-padding-end: clamp(0.625rem, 1.0416666667vw, 1.25rem);
          padding-inline-end: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.woocommerce-table tfoot th {
  text-align: start;
}
.woocommerce-table tfoot tr:first-child, .woocommerce-table tfoot tr:last-child {
  border-top: 1px solid #000;
}
.woocommerce-table tfoot tr:last-child {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
}
.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
  padding-block: 0.625rem;
}

.woocommerce-table__product-name {
  text-align: start;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}

.woocommerce-table__line-item {
  border-top: 1px solid #000;
}
.woocommerce-table__line-item td {
  padding-block: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.woocommerce-table__product-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.woocommerce-table__product-name .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.woocommerce-table__product-name .product-thumbnail {
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .woocommerce-table__product-name .product-thumbnail:hover {
    opacity: 0.85;
  }
}
.woocommerce-table__product-name .product-thumbnail img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.625rem;
}
.woocommerce-table__product-name ul {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  color: #787878;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-table__product-name ul {
    font-size: 0.875rem;
  }
}
.woocommerce-table__product-name a {
  font-weight: 500;
}
@media (any-hover: hover) {
  .woocommerce-table__product-name a:hover {
    text-decoration: underline;
  }
}
.woocommerce-table__product-name .product-quantity {
  color: #787878;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-table__product-name .product-quantity {
    font-size: 0.875rem;
  }
}

.woocommerce-customer-details {
  margin-top: 2rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .woocommerce-customer-details .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-customer-details .woocommerce-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-customer-details .woocommerce-column {
  background: #F5EDE3;
  border-radius: clamp(1rem, 1.6666666667vw, 2rem);
  padding: clamp(1.5rem, 1.8229166667vw, 2.1875rem) clamp(1.5rem, 1.5625vw, 1.875rem);
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .woocommerce-customer-details .woocommerce-column {
    width: 24.1875rem;
    max-width: 30%;
  }
}
.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.woocommerce-customer-details address {
  color: #656565;
  line-height: 2;
}

.woocommerce-Addresses {
  margin-top: 2rem;
}
.woocommerce-Addresses h2 {
  margin: 0;
}
.woocommerce-Addresses header {
  margin-bottom: 1rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .woocommerce-Addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-Addresses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-Addresses a {
  text-decoration: underline;
  color: #222;
}
@media (any-hover: hover) {
  .woocommerce-Addresses a:hover {
    text-decoration: none;
  }
}
.woocommerce-Addresses .woocommerce-Address {
  background: #f4f4f4;
  border-radius: clamp(1rem, 1.6666666667vw, 2rem);
  padding: clamp(1.5rem, 1.8229166667vw, 2.1875rem) clamp(1.5rem, 1.5625vw, 1.875rem);
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .woocommerce-Addresses .woocommerce-Address {
    width: 24.1875rem;
    max-width: 30%;
  }
}
.woocommerce-Addresses .woocommerce-Address__title {
  margin-bottom: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.woocommerce-Addresses address {
  color: #656565;
  line-height: 2;
}

.woocommerce-EditAccountForm .site-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.625rem 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-EditAccountForm .site-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-EditAccountForm .site-form__row:last-child {
  margin-top: 1.25rem;
}
.woocommerce-EditAccountForm .site-form__row .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.woocommerce-EditAccountForm .site-form__row:has(#password_current) {
  display: none !important;
}
.woocommerce-EditAccountForm .site-form__row:has(+ h2) {
  margin-bottom: clamp(2.25rem, 3.125vw, 3.75rem);
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item {
  position: relative;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item label:not(.checkbox) {
  position: absolute;
  z-index: 1;
  top: 50%;
  inset-inline-start: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.4;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(6, 6, 6, 0.8) !important;
  pointer-events: none;
  background-color: #FBF7F2;
  padding-inline: 0.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: em(1023.98)) {
  .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item label:not(.checkbox) {
    font-size: 1rem;
  }
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:not(:placeholder-shown), .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus-within, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus:hover, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:autofill, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:-webkit-autofill {
  border-color: #0b7127;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:not(:placeholder-shown) ~ label, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus-within ~ label, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus ~ label, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:focus:hover ~ label, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:autofill ~ label, .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item input:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: translateY(-2.1875rem);
          transform: translateY(-2.1875rem);
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 769px) {
  .woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) label {
  position: relative;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) label span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  top: 0.1875rem;
}
.woocommerce-EditAccountForm .site-form__row:first-of-type .site-form__item:has(.checkbox) label input:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-EditAccountForm .site-form__row-2 .site-form__item {
  position: relative;
}
.woocommerce-EditAccountForm .site-form__row-2 .site-form__item:has(.password-input) {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  top: 50%;
  inset-inline-end: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M4.51852 6.66773L1.39171 3.54093L2.80593 2.12671L22.6049 21.9257L21.1907 23.34L17.8807 20.03C16.1794 21.1087 14.1618 21.7334 11.9983 21.7334C6.60617 21.7334 2.1202 17.8536 1.17969 12.7334C1.61637 10.356 2.81737 8.24606 4.51852 6.66773ZM14.7557 16.905L13.2917 15.441C12.9 15.6284 12.4614 15.7334 11.9983 15.7334C10.3414 15.7334 8.99831 14.3902 8.99831 12.7334C8.99831 12.2702 9.10327 11.8316 9.29068 11.4399L7.82671 9.97593C7.30319 10.7664 6.99831 11.7143 6.99831 12.7334C6.99831 15.4948 9.23689 17.7334 11.9983 17.7334C13.0173 17.7334 13.9652 17.4285 14.7557 16.905ZM7.97251 4.49331C9.21932 4.00275 10.5773 3.73332 11.9983 3.73332C17.3904 3.73332 21.8764 7.61308 22.8169 12.7334C22.5047 14.433 21.8018 15.996 20.8048 17.3257L16.945 13.4659C16.9801 13.2268 16.9983 12.9822 16.9983 12.7334C16.9983 9.97189 14.7597 7.73332 11.9983 7.73332C11.7494 7.73332 11.5048 7.75149 11.2657 7.78659L7.97251 4.49331Z" fill="%23646464"/></svg>');
  background-size: cover !important;
}
.show-password-input:hover {
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M4.51852 6.66773L1.39171 3.54093L2.80593 2.12671L22.6049 21.9257L21.1907 23.34L17.8807 20.03C16.1794 21.1087 14.1618 21.7334 11.9983 21.7334C6.60617 21.7334 2.1202 17.8536 1.17969 12.7334C1.61637 10.356 2.81737 8.24606 4.51852 6.66773ZM14.7557 16.905L13.2917 15.441C12.9 15.6284 12.4614 15.7334 11.9983 15.7334C10.3414 15.7334 8.99831 14.3902 8.99831 12.7334C8.99831 12.2702 9.10327 11.8316 9.29068 11.4399L7.82671 9.97593C7.30319 10.7664 6.99831 11.7143 6.99831 12.7334C6.99831 15.4948 9.23689 17.7334 11.9983 17.7334C13.0173 17.7334 13.9652 17.4285 14.7557 16.905ZM7.97251 4.49331C9.21932 4.00275 10.5773 3.73332 11.9983 3.73332C17.3904 3.73332 21.8764 7.61308 22.8169 12.7334C22.5047 14.433 21.8018 15.996 20.8048 17.3257L16.945 13.4659C16.9801 13.2268 16.9983 12.9822 16.9983 12.7334C16.9983 9.97189 14.7597 7.73332 11.9983 7.73332C11.7494 7.73332 11.5048 7.75149 11.2657 7.78659L7.97251 4.49331Z" fill="%23111413"/></svg>');
}

.login-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .collapsed-group {
    border-radius: 1.5rem;
    border: 1px solid #D2D2D2;
    padding: 1.25rem 1.5rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .collapsed-group:not(:last-child) {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 2.375rem;
  }
}
.collapsed-group:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .collapsed-group:not(:last-child) {
    margin-bottom: 2.375rem;
  }
}
.collapsed-group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.collapsed-group__header-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #222222;
}
@media (max-width: 768px) and (orientation: portrait) {
  .collapsed-group__header-title {
    font-size: 1rem;
  }
}
.collapsed-group__icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.collapsed-group__icon i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapsed-group__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapsed-group__body.custom-coupon {
  padding-top: 0.625rem;
}
.collapsed-group__body.custom-coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30.75rem;
  gap: 1rem;
}
.collapsed-group__body.custom-coupon form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 6.25rem;
  height: 3rem;
}
.collapsed-group__body > div {
  overflow: hidden;
}
.collapsed-group.--open .collapsed-group__icon i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.collapsed-group.--open .collapsed-group__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.checkout-page {
  display: -ms-grid;
  display: grid;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .checkout-page {
    -ms-grid-columns: 1fr 46.875rem;
    grid-template-columns: 1fr 46.875rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .checkout-page__main {
    width: 47.5rem;
    margin-inline: auto;
    padding-block: 5.5rem 6.625rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .checkout-page__main {
    width: 100%;
    padding: 2rem 1rem 6rem;
  }
}
.checkout-page__main #checkout-coupon {
  margin-bottom: 1.5rem;
}
.checkout-page__main #ship-to-different-address {
  padding-top: 2rem;
}
.checkout-page__main #shipping_remarks {
  margin-block: 1.5rem;
}
.checkout-page__main .shipping_address + .button {
  margin-top: 1.25rem;
}
.checkout-page__main .woocommerce-form__label-for-checkbox {
  position: relative;
}
.checkout-page__main .input-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
}
.checkout-page__main .button {
  padding-inline: 2rem;
}
.checkout-page__main .wc_payment_methods {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  max-width: 40rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .checkout-page__main .wc_payment_methods {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.checkout-page__main .wc_payment_method {
  border: 2px solid #D1D1D1;
  border-radius: 1rem;
  padding: 0.75rem;
  text-align: center;
}
.checkout-page__main .wc_payment_method:has(input:checked) {
  border-color: #222;
}
.checkout-page__main .wc_payment_method .payment_box {
  font-size: 0.875rem;
}
.checkout-page .purchase-page__aside {
  background: #F7F7F7;
}
@media (max-width: 768px) and (orientation: portrait) {
  .checkout-page .purchase-page__aside {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    padding-top: 2rem;
  }
  .checkout-page .purchase-page__aside .summary-block > h2 {
    display: none;
  }
}
.checkout-page .summary-block__row--total {
  padding: 0;
}
.checkout-page .summary-block__interim {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding-block: 0.75rem;
}
.checkout-page .summary-block__interim .summary-block__row {
  border: 0;
  padding: 0.75rem 0;
}
.checkout-page .form-item:not(:has(.checkbox)) {
  width: 100%;
}
.checkout-page .form-item:not(:has(.checkbox)) > i {
  display: none;
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]), .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]), .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]), .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox) {
  border-radius: 6.25rem;
  padding: 0.75rem 1.5rem;
  outline: unset !important;
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button])::-webkit-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox])::-webkit-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio])::-webkit-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox)::-webkit-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button])::-moz-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox])::-moz-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio])::-moz-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox)::-moz-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):-ms-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button])::-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox])::-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio])::-ms-input-placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox)::-ms-input-placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button])::placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox])::placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio])::placeholder, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox)::placeholder {
  color: rgba(6, 6, 6, 0.8);
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):-webkit-autofill, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):-webkit-autofill:hover, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):-webkit-autofill:focus, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):-webkit-autofill:active, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):-webkit-autofill, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):-webkit-autofill:hover, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):-webkit-autofill:focus, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):-webkit-autofill:active, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):-webkit-autofill, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):-webkit-autofill:hover, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):-webkit-autofill:focus, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):-webkit-autofill:active, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):-webkit-autofill, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):-webkit-autofill:hover, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):-webkit-autofill:focus, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.checkout-page .form-item:not(:has(.checkbox)) input:not([type=button]):focus, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=checkbox]):focus, .checkout-page .form-item:not(:has(.checkbox)) input:not([type=radio]):focus, .checkout-page .form-item:not(:has(.checkbox)) input:not(.input-checkbox):focus {
  border-color: #222;
}
.checkout-page .form-item--float-label {
  position: relative;
}
.checkout-page .form-item--float-label label {
  position: absolute;
  top: 0;
  inset-inline-start: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-inline: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.checkout-page .form-item--show-pwd > i {
  position: absolute;
  top: 50%;
  inset-inline-end: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M4.51852 6.66773L1.39171 3.54093L2.80593 2.12671L22.6049 21.9257L21.1907 23.34L17.8807 20.03C16.1794 21.1087 14.1618 21.7334 11.9983 21.7334C6.60617 21.7334 2.1202 17.8536 1.17969 12.7334C1.61637 10.356 2.81737 8.24606 4.51852 6.66773ZM14.7557 16.905L13.2917 15.441C12.9 15.6284 12.4614 15.7334 11.9983 15.7334C10.3414 15.7334 8.99831 14.3902 8.99831 12.7334C8.99831 12.2702 9.10327 11.8316 9.29068 11.4399L7.82671 9.97593C7.30319 10.7664 6.99831 11.7143 6.99831 12.7334C6.99831 15.4948 9.23689 17.7334 11.9983 17.7334C13.0173 17.7334 13.9652 17.4285 14.7557 16.905ZM7.97251 4.49331C9.21932 4.00275 10.5773 3.73332 11.9983 3.73332C17.3904 3.73332 21.8764 7.61308 22.8169 12.7334C22.5047 14.433 21.8018 15.996 20.8048 17.3257L16.945 13.4659C16.9801 13.2268 16.9983 12.9822 16.9983 12.7334C16.9983 9.97189 14.7597 7.73332 11.9983 7.73332C11.7494 7.73332 11.5048 7.75149 11.2657 7.78659L7.97251 4.49331Z" fill="%23646464"/></svg>');
  background-size: cover !important;
}
.checkout-page .form-item--show-pwd > i:hover {
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M4.51852 6.66773L1.39171 3.54093L2.80593 2.12671L22.6049 21.9257L21.1907 23.34L17.8807 20.03C16.1794 21.1087 14.1618 21.7334 11.9983 21.7334C6.60617 21.7334 2.1202 17.8536 1.17969 12.7334C1.61637 10.356 2.81737 8.24606 4.51852 6.66773ZM14.7557 16.905L13.2917 15.441C12.9 15.6284 12.4614 15.7334 11.9983 15.7334C10.3414 15.7334 8.99831 14.3902 8.99831 12.7334C8.99831 12.2702 9.10327 11.8316 9.29068 11.4399L7.82671 9.97593C7.30319 10.7664 6.99831 11.7143 6.99831 12.7334C6.99831 15.4948 9.23689 17.7334 11.9983 17.7334C13.0173 17.7334 13.9652 17.4285 14.7557 16.905ZM7.97251 4.49331C9.21932 4.00275 10.5773 3.73332 11.9983 3.73332C17.3904 3.73332 21.8764 7.61308 22.8169 12.7334C22.5047 14.433 21.8018 15.996 20.8048 17.3257L16.945 13.4659C16.9801 13.2268 16.9983 12.9822 16.9983 12.7334C16.9983 9.97189 14.7597 7.73332 11.9983 7.73332C11.7494 7.73332 11.5048 7.75149 11.2657 7.78659L7.97251 4.49331Z" fill="%23111413"/></svg>');
}
.checkout-page .form-item--error input {
  border-color: red !important;
}
.checkout-page .checkbox-item {
  font-weight: 500;
}
.checkout-page .checkbox-item .check {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-0.125rem);
      -ms-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce-NoticeGroup {
  margin-bottom: 1.5rem;
  color: red;
}

.checkout-inline-error-message {
  margin-top: 1.5rem;
  color: red;
}

.woocommerce-checkout-payment {
  padding-top: 1.5rem;
}
.woocommerce-checkout-payment:not(:last-child) {
  margin-bottom: 1.5rem;
}

.woocommerce-terms-and-conditions-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

#allow_marketing_field {
  margin-bottom: 1.5rem;
}
#allow_marketing_field .checkbox:is(label) {
  position: relative;
}
#allow_marketing_field .checkbox:is(label) span {
  gap: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#allow_marketing_field .checkbox:is(label) span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-0.125rem);
      -ms-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  display: inline-block;
  border-radius: 0.3125rem;
  border: 1px solid rgba(6, 6, 6, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#allow_marketing_field .checkbox:is(label) input:checked ~ span::before {
  background: #000;
  border-color: #000;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  padding-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.woocommerce-billing-fields__field-wrapper + .button-next-step,
.woocommerce-shipping-fields__field-wrapper + .button-next-step {
  margin-top: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .woocommerce-billing-fields__field-wrapper + .button-next-step,
  .woocommerce-shipping-fields__field-wrapper + .button-next-step {
    margin-top: 0.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    gap: 1.5rem 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.checkout-page__wrapper:has(.woocommerce-order) {
  padding-block: 5.5rem 21.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .checkout-page__wrapper:has(.woocommerce-order) {
    padding-block: 3.5rem 14.6875rem;
  }
  .checkout-page__wrapper:has(.woocommerce-order) .btns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
  .checkout-page__wrapper:has(.woocommerce-order) .btns .btn {
    width: 100%;
  }
}
.checkout-page__wrapper .woocommerce-order {
  max-width: 49.5rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
.checkout-page__wrapper .woocommerce-order h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.checkout-page__wrapper .woocommerce-order h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.46875;
}
.checkout-page__wrapper .woocommerce-order__main {
  margin-bottom: 1.5rem;
}
.checkout-page__wrapper .woocommerce-order__main p {
  text-align: center;
}
.checkout-page__wrapper .woocommerce-order__main p:not(:last-child) {
  margin-bottom: 2.625rem;
}
.checkout-page__wrapper .woocommerce-order__main ul {
  max-width: 30.625rem;
  margin-inline: auto;
  padding: 1.5rem;
  border: 1px solid #D2D2D2;
  border-radius: 1.5rem;
}
.checkout-page__wrapper .woocommerce-order__main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-page__wrapper .woocommerce-order__main ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

html[dir=rtl] .fancybox__slide {
  direction: rtl;
}
.fancybox__slide:has(.mini-cart__wrapper) {
  overflow: hidden;
  padding: 0 !important;
}
.fancybox__slide .mini-cart__wrapper {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.fancybox__slide .mini-cart__wrapper .is-close {
  top: 1.975rem !important;
  left: 1rem !important;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .fancybox__slide .mini-cart__wrapper .is-close {
    top: 1rem !important;
    left: 1rem !important;
  }
}
.fancybox__slide .mini-cart__wrapper .is-close svg {
  width: 1.25rem !important;
  height: auto !important;
}

.mini-cart {
  height: 100dvh;
  width: 33.875rem;
  max-width: 92vw;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart {
    padding-top: 2rem;
  }
}
.mini-cart__header {
  width: 100%;
  padding-inline: 2rem;
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__header {
    padding-inline: 1rem;
    padding-bottom: 0.625rem;
  }
}
.mini-cart h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart h2 {
    font-size: 1.5rem;
  }
}
.mini-cart__bottom {
  padding: 1.75rem 1.75rem 2.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__bottom {
    padding: 1.5rem 1rem;
    gap: 1.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .mini-cart__buttons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
  }
  .mini-cart__buttons .btn {
    padding-inline: 1rem;
  }
  .mini-cart__buttons .btn.--primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mini-cart-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-cart-shipping-description {
  font-size: 0.75rem;
}
.mini-cart-shipping span {
  font-size: 1.125rem;
  line-height: 100%;
}
.mini-cart-shipping span:first-of-type {
  font-weight: 500;
}
.mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  line-height: 100%;
}
.mini-cart__total strong {
  font-size: 1.125rem;
  font-weight: 500;
}
.mini-cart-grand-total {
  padding-top: 1.3125rem;
  border-top: 1px solid #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-cart-grand-total > span {
  font-size: 1.125rem;
}
.mini-cart-grand-total > span:first-of-type {
  font-size: 1.5rem;
  font-weight: 500;
}
.mini-cart__totals-fragment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
.mini-cart__wrapper {
  padding: 0 !important;
  display: none;
}
.mini-cart .cart-list {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding-inline: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list {
    padding-inline: 1rem;
  }
}
.mini-cart .cart-list__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1.875rem;
  gap: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product {
    padding-block: 1.375rem;
    gap: 1.5rem;
  }
}
.mini-cart .cart-list__product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.mini-cart .cart-list__product-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-cart .cart-list__product-shipping-label {
  margin-left: 0.3125rem;
}
.mini-cart .cart-list__product-shipping img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.625rem;
}
.mini-cart .cart-list__product-shipping span {
  font-weight: 600;
}
.mini-cart .cart-list__product-thumb {
  display: block;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F0F0F0;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product-thumb {
    width: 4.75rem;
    border-radius: 0.75rem;
    padding: 0.75rem;
  }
}
.mini-cart .cart-list__product-thumb img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .mini-cart .cart-list__product-thumb:hover {
    opacity: 0.85;
  }
}
.mini-cart .cart-list__product:not(:first-child) {
  border-top: 1px solid #D2D2D2;
}
.mini-cart .cart-list__product h3 {
  font-size: 1rem;
  max-width: 15rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product h3 {
    font-size: 0.875rem;
    max-width: 13.125rem;
  }
}
@media (any-hover: hover) {
  .mini-cart .cart-list__product h3 a:hover {
    text-decoration: underline;
  }
}
.mini-cart .cart-list__product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product-main {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product-price {
    font-size: 1rem;
  }
}
.mini-cart .cart-list__product .remove {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .mini-cart .cart-list__product .remove:hover {
    text-decoration: none;
  }
}
.mini-cart .cart-list__product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart .cart-list__product-footer {
    gap: 1rem;
  }
}
.mini-cart__related {
  padding: 1.5rem 1.75rem 2rem;
  margin-top: auto;
  width: 100%;
  background: #F0F0F0;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__related {
    padding: 1rem 1rem 1.5rem;
  }
}
.mini-cart__related h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__related h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.mini-cart__related .swiper-slide {
  width: 21.75rem;
  -webkit-padding-end: 3rem;
          padding-inline-end: 3rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__related .swiper-slide {
    width: 17.5rem;
    -webkit-padding-end: 1.5rem;
            padding-inline-end: 1.5rem;
  }
}
.mini-cart__related .btns {
  margin-top: 2rem;
}
.mini-cart__related .btns button {
  border: 1px solid #CACACA;
}
.mini-cart__related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__related-product {
    gap: 1.5rem;
  }
}
.mini-cart__related-product-image {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background: #Fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .mini-cart__related-product-image {
    width: 4.75rem;
    height: 4.75rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
}
.mini-cart__related-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .mini-cart__related-product-image:hover {
    opacity: 0.85;
  }
}
.mini-cart__related-product-main h4 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .mini-cart__related-product-main a:hover {
    text-decoration: underline;
  }
}

.product-quantity-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.875rem;
  border-radius: 0.625rem;
  border: 1px solid #E2E2E2;
}
.product-quantity-form input {
  width: 2.875rem;
  text-align: center;
  font-size: 0.875rem;
}
.product-quantity-form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #F0F0F0;
}
@media (any-hover: hover) {
  .product-quantity-form button:hover {
    background: rgb(227.25, 227.25, 227.25);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .product-quantity-form button {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.cart-list::-webkit-scrollbar {
  width: 4px;
}

.cart-list::-webkit-scrollbar-track {
  background-color: #222;
}

.cart-list::-webkit-scrollbar-thumb {
  background-color: #222;
}

.woocommerce:has(.wc-empty-cart-message) {
  max-width: 25rem;
  margin-inline: auto;
  padding-block: 2rem;
  text-align: center;
}
.woocommerce:has(.wc-empty-cart-message) .wc-empty-cart-message {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  margin-bottom: 1rem;
}
.woocommerce:has(.wc-empty-cart-message) .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-inline: 2rem;
}

.cart-page {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow: hidden;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .cart-page {
    -ms-grid-columns: 64.6875rem 1fr;
    grid-template-columns: 64.6875rem 1fr;
  }
}
.cart-page__wrapper .woocommerce-breadcrumb {
  display: none;
}
.cart-page__main {
  padding-block: 7.0625rem;
  padding-inline: 1rem;
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__main {
    padding-block: 2rem 3.375rem;
  }
}
.cart-page__main-inner {
  max-width: 38.125rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__main-inner h1 {
    margin-bottom: 0.625rem !important;
  }
}
.cart-page__product {
  position: relative;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .cart-page__product {
    border-radius: 2rem;
    border: 1px solid #D2D2D2;
    margin-bottom: 1.25rem;
    padding: 1.5rem;
    -webkit-padding-start: 9.25rem;
            padding-inline-start: 9.25rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__product {
    padding-block: 1.5rem;
  }
  .cart-page__product:not(:has(+ .hidden-coupon)) {
    border-bottom: 1px solid #D2D2D2;
  }
}
.cart-page__product-image {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  padding: 1rem;
  background: #F0F0F0;
  top: 1.5rem;
  inset-inline-start: 1.5rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__product-image {
    width: 4.75rem;
    height: 4.75rem;
    padding: 0.75rem;
    inset-inline-start: 0;
  }
}
@media (any-hover: hover) {
  .cart-page__product-image:hover {
    background: rgb(227.25, 227.25, 227.25);
  }
}
.cart-page__product-data {
  max-width: 15rem;
  font-size: 0.75rem;
  padding-block: 0.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__product-data {
    padding-block: 0.875rem;
    min-height: 4.75rem;
    -webkit-margin-start: 5.875rem;
            margin-inline-start: 5.875rem;
  }
}
.cart-page__product-data h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .cart-page__product-data h3:hover {
    text-decoration: underline;
  }
}
.cart-page__product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) and (orientation: portrait) {
  .cart-page__product-footer {
    padding-top: 1.25rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .cart-page__product-price {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    inset-inline-end: 1.5rem;
  }
}
.cart-page__product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.cart-page__product-actions .remove {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .cart-page__product-actions .remove:hover {
    text-decoration: none;
  }
}

.purchase-page h1,
.purchase-page h2:not(.collapsed-group__header-title) {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.46875;
  color: #222222;
  margin-bottom: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .purchase-page h1,
  .purchase-page h2:not(.collapsed-group__header-title) {
    font-size: 1.5rem;
  }
}
.purchase-page__aside {
  background: #F0F0F0;
  padding-block: 7.0625rem;
  padding-inline: 1rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .purchase-page__aside {
    padding-block: 3.375rem 1.75rem;
  }
}
.purchase-page__aside-buttons {
  display: -ms-grid;
  display: grid;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .purchase-page__aside-buttons {
    gap: 1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.25rem;
  }
  .purchase-page__aside-buttons .btn.--primary i {
    display: none;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .purchase-page__aside-buttons {
    gap: 1.25rem;
    margin-top: 3.25rem;
  }
  .purchase-page__aside-buttons .btn.--primary i {
    font-size: 1.25rem;
  }
  .purchase-page__aside-buttons .btn.--bordered {
    padding: 0;
    border: none;
    height: auto;
  }
}

.summary-block {
  max-width: 23.4375rem;
  width: 100%;
  margin-inline: auto;
  font-size: 0.875rem;
}
.summary-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1.125rem;
}
.summary-block__row--total {
  font-weight: 600;
  margin-top: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .summary-block__row--total {
    margin-top: 1.25rem;
  }
}
.summary-block__interim .summary-block__row {
  border-bottom: 1px solid #C8C8C8;
  padding-block: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .summary-block__interim .summary-block__row {
    padding-block: 1.25rem;
  }
}
.summary-block__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
.summary-block__product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.75rem;
  height: 5.75rem;
  padding: 0.875rem;
  background: #F0F0F0;
  border-radius: 0.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) and (orientation: portrait) {
  .summary-block__product-image {
    width: 4.75rem;
    height: 4.75rem;
    padding: 0.75rem;
    inset-inline-start: 0;
  }
}
@media (any-hover: hover) {
  .summary-block__product-image:hover {
    background: rgb(227.25, 227.25, 227.25);
  }
}
.summary-block__product-main {
  padding-block: 1.125rem;
  max-width: 13.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.summary-block__product-main h3 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-coupon:not(.collapsed-group__body) {
  width: 100%;
  margin-top: 1.25rem;
}
.custom-coupon:not(.collapsed-group__body) form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 6.25rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  color: #212222;
}
.custom-coupon:not(.collapsed-group__body) button {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.custom-coupon:not(.collapsed-group__body) .input-text {
  height: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
  border: 0 !important;
}
.custom-coupon:not(.collapsed-group__body) .input-text:focus {
  outline: none;
  color: #000;
}

.custom-coupon__responce {
  font-size: 0.75em;
  margin-top: 0.25em;
  color: red;
}

.woocommerce-mini-cart__empty {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.woocommerce-mini-cart__empty img {
  width: 30%;
}
.woocommerce-mini-cart__empty p {
  font-size: 1.5rem;
}

.marketers-page {
  display: -ms-grid;
  display: grid;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page {
    -ms-grid-columns: 1fr 63.875rem;
    grid-template-columns: 1fr 63.875rem;
    -ms-grid-rows: 34.375rem 1fr;
    grid-template-rows: 34.375rem 1fr;
  }
}
.marketers-page h1 {
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 1.462962963;
  margin-bottom: 2.875rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page h1 {
    font-size: 2rem;
    margin-bottom: 3.75rem;
    text-align: center;
  }
}
.marketers-page h2 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page h2 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    padding-top: 1.5rem;
    -webkit-margin-start: 6.25rem;
            margin-inline-start: 6.25rem;
    max-width: 34.125rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__header {
    padding: 2.6875rem 0.75rem 0.875rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page__map {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    height: 60rem;
  }
}
.marketers-page__map .map-placeholder {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__map {
    height: 15.3125rem;
  }
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    padding-top: 2rem;
    -webkit-margin-start: 6.25rem;
            margin-inline-start: 6.25rem;
    max-width: 34.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.marketers-page__content-header {
  margin-bottom: 0.75rem;
}
.marketers-page__content-header span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page__content-list {
    overflow: auto;
    height: 20.9375rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__content-list {
    padding: 2.5rem 0.75rem;
  }
}
.marketers-page__brands {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page__brands {
    gap: 1rem;
  }
}
.marketers-page__brands:not(:last-child) {
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__brands:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.marketers-page__brand {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 0.875rem;
  opacity: 0.6;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__brand {
    border-radius: 0.625rem;
  }
}
.marketers-page__brand img {
  width: 100%;
}
@media (any-hover: hover) {
  .marketers-page__brand:hover {
    opacity: 1;
  }
}
.marketers-page__brand.isActive {
  opacity: 1;
  border-color: #222;
}
.marketers-page__search-inner {
  border: 1px solid #D9D9D9;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__search-inner {
    padding: 0.5rem;
  }
}
.marketers-page__search input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1.25rem;
}
.marketers-page__search input:focus {
  outline: none !important;
}
.marketers-page__search input:not(:focus)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.marketers-page__search input:not(:focus)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.marketers-page__search input:not(:focus):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.marketers-page__search input:not(:focus)::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.marketers-page__search input:not(:focus)::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.marketers-page__search button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  background: #222;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .marketers-page__search button {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .marketers-page__search button:hover {
    background: rgba(34, 34, 34, 0.75);
  }
}
.marketers-page .show-map {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.marketers-page .show-map__label {
  font-weight: 500;
  font-size: 0.875rem;
}
.marketers-page .show-map__switcher {
  position: relative;
}
.marketers-page .show-map__switcher input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.marketers-page .show-map__switcher input:checked + span::before {
  right: 1.375rem;
}
.marketers-page .show-map__switcher span {
  display: block;
  width: 2.8125rem;
  height: 1.75rem;
  border-radius: 1.125rem;
  background: #222;
  position: relative;
  cursor: pointer;
}
.marketers-page .show-map__switcher span::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #fff;
  top: 0.3125rem;
  right: 0.3125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .marketers-page.--branches {
    -ms-grid-rows: 21.875rem 1fr;
    grid-template-rows: 21.875rem 1fr;
  }
  .marketers-page.--branches .marketers-page__header {
    padding-top: 5rem;
  }
  .marketers-page.--branches .marketers-page__content-list {
    height: 36rem;
  }
}

.regions-terms {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) and (orientation: portrait) {
  .regions-terms {
    gap: 0.5rem;
  }
}
.regions-terms:not(:last-child) {
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .regions-terms:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.regions-terms button {
  height: 2.6875rem;
  border: 1px solid #D1D1D1;
  color: rgba(0, 0, 0, 0.54);
  border-radius: 2.625rem;
}
@media (any-hover: hover) {
  .regions-terms button:hover {
    color: #000;
  }
}
.regions-terms button.isActive {
  border-color: #222;
  color: #000;
}

.reseller-item {
  border: 1px solid #D2D2D2;
  border-radius: 1.5rem;
}
.reseller-item:not(:last-child) {
  margin-bottom: 1rem;
}
.reseller-item__head {
  padding: 1.5rem;
  gap: 0.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reseller-item__head h3 {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-weight: 700;
  font-size: 1.125rem;
}
.reseller-item__head i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #D9D9D9;
  font-size: 1.5rem;
  border-radius: 50%;
}
.reseller-item__head.isActive i {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.reseller-item__logo {
  width: 4.375rem;
}
.reseller-item__logo img {
  width: 100%;
}
.reseller-item__body {
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .reseller-item__body {
    padding-bottom: 1.5rem;
  }
}
.reseller-item__items {
  display: -ms-grid;
  display: grid;
  gap: 2.125rem 4.375rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .reseller-item__items {
    gap: 1.375rem;
  }
}
.reseller-item__items:not(:last-child) {
  margin-bottom: 2rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .reseller-item__items {
    -ms-grid-columns: 11.4375rem 1fr;
    grid-template-columns: 11.4375rem 1fr;
  }
}
.reseller-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
.reseller-item__item a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .reseller-item__item a:hover {
    text-decoration: none;
  }
}
.reseller-item__item img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reseller-item__item-label {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1D1D1D;
}
.reseller-item__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .reseller-item__item > div {
    gap: 0.625rem;
  }
}

html[dir=rtl] .wpcf7 {
  direction: rtl;
}

.customize-support .header {
  top: 2rem;
}

.hidden-fields-container {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.75em;
  margin-top: 0.25em;
}

.screen-reader-text {
  display: none;
}

.popup-side {
  display: none;
}

html[dir=rtl] .wpcf7 {
  direction: rtl;
}

.woocommerce-form-login,
.woocommerce-ResetPassword {
  max-width: 25rem;
  margin-inline: auto;
}

.woocommerce-ResetPassword > p:first-child {
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

.woocommerce-form-row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.woocommerce-form-row label {
  display: inline-block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.woocommerce-Input {
  position: relative;
  padding-block: 0.375rem;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0.625rem;
  min-height: 3rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  background-color: transparent;
  color: rgba(6, 6, 6, 0.8);
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.woocommerce-form__label-for-checkbox span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox span::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.woocommerce-form__label-for-checkbox input:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-form-login__submit {
  max-width: 100%;
  width: 13.75rem;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.woocommerce-LostPassword {
  margin-top: 1rem;
  text-align: center;
}
.woocommerce-LostPassword a {
  text-decoration: underline;
}

.yith-add-to-wishlist-button-block {
  margin: 0 auto 0 0;
}

.remove_from_wishlist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-wishlist .account-wishlist__grid .yith-wcwl-add-to-wishlist-button-icon {
  fill: #fff !important;
}

.account-wishlist {
  padding-block: 7.8125rem 6.25rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .account-wishlist {
    padding-block: 4.1875rem 12.5rem;
  }
}
.account-wishlist__header {
  max-width: 37.5rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  text-align: center;
}
.account-wishlist__header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .account-wishlist__header h1 {
    font-size: 1.75rem;
  }
}
.account-wishlist__grid {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  gap: 1.625rem;
  max-width: 19.5rem;
}
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  .account-wishlist__grid {
    max-width: 81.875rem;
    gap: 2.5rem 1.5rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.account-wishlist__empty {
  max-width: 33.4375rem;
  margin-inline: auto;
  text-align: center;
}
.account-wishlist__empty-image {
  margin-bottom: -0.75rem;
}
.account-wishlist__empty img {
  width: 100%;
}
.account-wishlist__empty h2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) and (orientation: portrait) {
  .account-wishlist__empty h2 {
    font-size: 1.375rem;
  }
}
.account-wishlist__empty .btn {
  margin-top: 1.5rem;
}
.account-wishlist .yith-wcwl-form:not(:first-child) {
  margin-top: clamp(2rem, 3.1770833333vw, 3.8125rem);
}

.form-elem.error {
  border-color: red !important;
}

.checkout-page__main .site-form__item label + div {
  position: absolute;
  bottom: -1rem;
  color: red !important;
  font-size: 0.75rem;
}

.tax-product_brand .woocommerce-breadcrumb {
  display: none;
}

.submit-btn-wrapper {
  text-align: center;
}

.woocommerce-notices-wrapper {
  max-width: 97.625rem;
  margin-inline: auto;
  padding: 1rem;
}
.woocommerce-notices-wrapper a {
  text-decoration: underline;
  color: #C72419;
}
@media (any-hover: hover) {
  .woocommerce-notices-wrapper a:hover {
    text-decoration: none;
  }
}