* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*, *:before, *:after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  pointer-events: visible;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

svg {
  display: block;
  width: 100%;
}

address {
  font-style: normal;
}

button {
  background: none;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}

html {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden visible;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  background-color: #F1EFE9;
  color: #3E3D40;
}
html.hidden {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  overscroll-behavior: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

[x-cloak] {
  display: none !important;
}

.notfound {
  display: flex;
}
.notfound .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.notfound p {
  margin: 1.5rem 0 3rem;
  white-space: pre-line;
}

html {
  font-size: 4.26vw;
}
@media (min-width: 576px) {
  html {
    font-size: 1.56vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 1.11vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 0.88vw;
  }
}
@media (min-width: 2040px) {
  html {
    font-size: 16px;
  }
}

:root {
  --font-regular: 'NeueMontreal-Regular';
  --font-medium: 'NeueMontreal-Medium';
}

@font-face {
  font-family: "NeueMontreal-Regular";
  src: url("fonts/NeueMontreal-Regular.woff2") format("woff2"), url("fonts/NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMontreal-Medium";
  src: url("fonts/NeueMontreal-Medium.woff2") format("woff2"), url("fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-regular {
  font-family: var(--font-regular);
}

.font-medium {
  font-family: var(--font-medium);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-weight: 500;
  font-family: var(--font-regular);
}
@-moz-document url-prefix() {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-weight: 500;
  }
}

h1,
.h1 {
  font-size: 5rem;
  line-height: 5.425rem;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 8.75rem;
    line-height: 7.0875rem;
  }
}

h2,
.h2 {
  font-size: 2.3125rem;
  line-height: 2.71875rem;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 5rem;
    line-height: 5.425rem;
  }
}

h3,
.h3 {
  font-size: 2.3125rem;
  line-height: 2.71875rem;
}

h4,
.h4 {
  font-size: 1.875rem;
  line-height: 2.0625rem;
  /* letter-spacing: rem(0.8); */
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  /* letter-spacing: rem(0.8); */
}

p,
.p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: var(--font-regular);
}

a,
button {
  color: inherit;
  cursor: pointer;
  font-family: var(--font-regular);
}

.display {
  font-size: 11.75rem;
  line-height: 9.5rem;
}

.action {
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
}

.action-s {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  letter-spacing: 0.0525rem;
}

.copy {
  font-size: 0.875rem;
  line-height: 1.05rem;
  /* letter-spacing: rem(0.84); */
}

.m {
  font-size: 1.125rem;
  line-height: 1.35rem;
}

.sm {
  font-size: 1rem;
  line-height: 1.2rem;
}

.menus {
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0.03375rem;
}

:root {
  --aspect: 56.25%;
}

picture:not(.mw):not(.mw-m) [data-src]::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect);
}

.ar {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.ar:before {
  content: "";
  display: block;
  padding-bottom: var(--aspect);
}

.mw, .mw-m {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.mw:before, .mw-m:before {
  content: "";
  display: block;
  padding-bottom: var(--aspect);
}
@media (max-width: 767.98px) {
  .mw-m::before {
    padding-bottom: var(--aspectMobile);
  }
}
.mw img, .mw-m img,
.mw video,
.mw-m video,
.mw iframe,
.mw-m iframe,
.mw canvas,
.mw-m canvas,
.mw source,
.mw-m source,
.mw picture,
.mw-m picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.wrapper, .wrapper-full {
  max-width: calc(100% - 1.875rem);
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .wrapper, .wrapper-full {
    max-width: calc(100% - 2.5rem);
  }
}
@media (min-width: 1024px) {
  .wrapper, .wrapper-full {
    max-width: calc(100% - 3rem);
  }
}
@media (min-width: 1400px) {
  .wrapper, .wrapper-full {
    max-width: 88.75rem;
  }
}
@media (min-width: 1400px) {
  .wrapper-full {
    max-width: calc(100% - 3rem);
  }
}
@media (min-width: 1920px) {
  .wrapper-full {
    max-width: 106.25rem;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.capi {
  text-transform: capitalize;
}

.hyph {
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

.gradient {
  background: linear-gradient(100.33deg, #01337C 18.81%, #6FB03B 85.5%);
  background-clip: text !important;
  color: transparent;
}

.product-tag {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 3.125rem;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  letter-spacing: 0.0525rem;
}

[data-tooltip] {
  display: none;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  min-width: 12.5rem;
  max-width: 25rem;
  gap: 0.625rem;
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 5.5rem;
  color: #01337C;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1000 !important;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap;
  position: relative;
  border: none;
  text-align: center;
}
[data-tooltip]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5.5rem;
  background: linear-gradient(29.9deg, #6737FD 16.55%, #032E41 43.13%, #A7B545 67.75%);
  z-index: -1;
}
[data-tooltip]::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 5.375rem;
  z-index: -1;
}
[data-tooltip].visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, calc(-50% - 25px));
  display: flex;
}
[data-tooltip] .percentage {
  font-size: 1.75rem;
  line-height: normal;
  color: #01337C;
  margin: 0;
  white-space: nowrap;
}
[data-tooltip] .text {
  font-size: 0.75rem;
  line-height: normal;
  color: #01337C;
  margin: 0;
  white-space: nowrap;
}

.tooltip-debug-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
  padding: 10px;
  background: red;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-weight: bold;
}

.white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.black {
  color: #000;
}

.bg-black {
  background: #000;
}

.dark {
  color: #3E3D40;
}

.bg-dark {
  background: #3E3D40;
}

.light {
  color: #F1EFE9;
}

.bg-light {
  background: #F1EFE9;
}

.blue {
  color: #01337C;
}

.bg-blue {
  background: #01337C;
}

.blue-1 {
  color: #032E41;
}

.bg-blue-1 {
  background: #032E41;
}

.green {
  color: #6FB03B;
}

.bg-green {
  background: #6FB03B;
}

.gradient-illustration {
  color: linear-gradient(29.9deg, #6737FD 16.55%, #032E41 43.13%, #A7B545 67.75%);
}

.bg-gradient-illustration {
  background: linear-gradient(29.9deg, #6737FD 16.55%, #032E41 43.13%, #A7B545 67.75%);
}

.gradient-action-blue {
  color: linear-gradient(95.32deg, #01337C 0%, #055FE3 84.71%);
}

.bg-gradient-action-blue {
  background: linear-gradient(95.32deg, #01337C 0%, #055FE3 84.71%);
}

.gradient-action-green {
  color: linear-gradient(97.66deg, #518429 -11.9%, #9DCF13 83.54%);
}

.bg-gradient-action-green {
  background: linear-gradient(97.66deg, #518429 -11.9%, #9DCF13 83.54%);
}

.gradient-button-blue {
  color: linear-gradient(99.37deg, #01337C 13.09%, #001E49 166.24%);
}

.bg-gradient-button-blue {
  background: linear-gradient(99.37deg, #01337C 13.09%, #001E49 166.24%);
}

.gradient-button-green {
  color: linear-gradient(98.56deg, #6FB03B 5.42%, #305216 182.41%);
}

.bg-gradient-button-green {
  background: linear-gradient(98.56deg, #6FB03B 5.42%, #305216 182.41%);
}

.gradient-text {
  color: linear-gradient(100.33deg, #01337C 18.81%, #6FB03B 85.5%);
}

.bg-gradient-text {
  background: linear-gradient(100.33deg, #01337C 18.81%, #6FB03B 85.5%);
}

.divider {
  color: #7A8E95;
}

.bg-divider {
  background: #7A8E95;
}

.paper {
  color: #ECEBE2;
}

.bg-paper {
  background: #ECEBE2;
}

.o1 {
  opacity: 0.1;
}

.o2 {
  opacity: 0.2;
}

.o3 {
  opacity: 0.3;
}

.o4 {
  opacity: 0.4;
}

.o5 {
  opacity: 0.5;
}

.o6 {
  opacity: 0.6;
}

.o7 {
  opacity: 0.7;
}

.o8 {
  opacity: 0.8;
}

.o9 {
  opacity: 0.9;
}

.header__topbar {
  position: relative;
  display: flex;
  max-width: 100%;
  width: 100%;
}
.header__topbar-item {
  position: relative;
  max-width: 50%;
  width: 100%;
  line-height: 2.5rem;
}
.header__topbar-item::after, .header__topbar-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 0.0625rem;
  background-color: #7A8E95;
  will-change: height;
  pointer-events: none;
  transition: 0.4s ease;
}
.header__topbar-item::before {
  height: 100%;
  background-color: #E7E4DA;
  transition: 0.4s ease;
}
.header__topbar-item:hover, .header__topbar-item.active {
  color: #01337C;
}
.header__topbar-item.active::before {
  background-color: transparent;
}
.header__topbar-item.active::after {
  opacity: 0;
}
.header__topbar-item:last-of-type {
  padding-left: 1.125rem;
  border-left: 0.0625rem solid #7A8E95;
}
.header__topbar-item:last-of-type::after, .header__topbar-item:last-of-type::before {
  left: 0;
  right: unset;
}
.header__topbar-item button, .header__topbar-item a {
  width: 100%;
}
.header__topbar-item button *, .header__topbar-item a * {
  pointer-events: none;
}

.header__search {
  display: none;
}
@media (max-width: 575.98px) {
  .header__search {
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
@media (min-width: 576px) {
  .header__search {
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    max-width: 18.3125rem;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.125rem;
    transform: translateX(-50%);
    border: 0.0625rem solid #7A8E95;
    background-color: hsl(45, 22.2222222222%, 142.9411764706%);
  }
}
@media (min-width: 1024px) {
  .header__search {
    max-width: 30.8125rem;
    transform: translateX(-50%);
  }
}
.header__search.disabled {
  opacity: 0.4;
}
.header__search.disabled, .header__search.disabled * {
  pointer-events: none;
}
.header__search.active label {
  opacity: 1;
  pointer-events: visible;
}
.header__search label {
  display: block;
}
@media (max-width: 575.98px) {
  .header__search label {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    border-top: 0.0625rem solid #7A8E95;
    border-bottom: 0.0625rem solid #7A8E95;
    transition: 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .header__search label {
    max-width: 20.5rem;
    width: 100%;
  }
}
.header__search label input {
  display: block;
  width: 100%;
  background-color: hsl(45, 22.2222222222%, 142.9411764706%);
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
}
@media (max-width: 575.98px) {
  .header__search label input {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 576px) {
  .header__search label input {
    padding: 0 1rem;
    font-size: 0.8125rem;
  }
}
.header__search .search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 576px) {
  .header__search .search {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.375rem;
    background: linear-gradient(99.37deg, #01337C 13.09%, #001E49 166.24%);
    color: #fff;
  }
}
@media (min-width: 576px) {
  .header__search .search svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header__search .search svg path {
  fill: currentColor;
}
.header__search [data-clear] {
  margin: 0 0.75rem 0 auto;
  opacity: 0;
  pointer-events: none;
}
.header__search [data-clear].active {
  opacity: 1;
  pointer-events: visible;
}
.header__search-results {
  position: absolute;
  top: calc(100% + 3.75rem);
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .header__search-results {
    top: calc(100% + 0.25rem);
  }
}
.header__search-results ul {
  margin-top: 0.5rem;
  padding: 1rem;
  max-height: min(22.5rem, 50vh);
  overflow-y: auto;
  background-color: #fff;
  border: 0.0625rem solid rgba(122, 142, 149, 0.4);
  border-radius: 0.5rem;
}
.header__search-results:not(.open) {
  pointer-events: none;
}
.header__search-results li.empty p {
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
  line-height: 2rem;
  opacity: 0.5;
}
.header__search-results a {
  display: block;
  line-height: 2rem;
  opacity: 0.4;
  transition: 0.4s ease;
}
.header__search-results a:hover {
  opacity: 1;
}
.header__search-results a .count {
  margin-left: 0.25rem;
  font-size: 0.85em;
}
.header__search-results .all {
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(122, 142, 149, 0.4);
  border-radius: 0.5rem;
  font-weight: 600;
  opacity: 1;
}
.header__search-results .all:hover {
  color: #01337C;
}
.header__search-results .all[hidden] {
  display: none;
}
@media (max-width: 575.98px) {
  .header__search-results {
    width: 100vw;
    padding: 0.5rem 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid #7A8E95;
  }
  .header__search-results ul,
  .header__search-results .all {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .header__search-results ul {
    padding: 1rem;
  }
  .header__search-results .all {
    margin: 0.5rem 1rem 0;
    padding: 1rem 0 0.5rem;
    border-top: 0.0625rem solid rgba(122, 142, 149, 0.4);
  }
}

.ui-user {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  order: 3;
}
@media (min-width: 576px) {
  .ui-user {
    max-width: 2.625rem;
    width: 100%;
    gap: 0;
  }
}
.ui-user figure {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .ui-user figure {
    max-width: 2.625rem;
  }
}
@media (min-width: 576px) {
  .ui-user__content {
    display: none;
  }
}
.ui-user__content button {
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.24rem;
}

@media (max-width: 575.98px) {
  .header__nav {
    max-width: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .header__nav {
    max-width: 75%;
    width: 100%;
  }
  .header__nav.shop {
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .header__nav.shop {
    max-width: 88%;
  }
}
.header__nav-company, .header__nav-shop {
  display: none;
}
@media (max-width: 575.98px) {
  .header__nav-company, .header__nav-shop {
    flex-direction: column;
    gap: 7.25rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .header__nav-company, .header__nav-shop {
    gap: 9.0625rem;
  }
}
.header__nav-company.active, .header__nav-shop.active {
  display: flex;
}
.header__nav-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.header__nav-meta ul.menu {
  max-width: none !important;
  padding-top: 0 !important;
  flex: 1;
}
@media (min-width: 576px) {
  .header__nav-meta {
    align-items: flex-end;
  }
}
@media (max-width: 575.98px) {
  .header__nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .header__nav ul:first-of-type {
    gap: 1.875rem;
    padding-top: 2.8125rem;
  }
}
.header__nav a {
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
  gap: 1.25rem;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .header__nav-company {
    gap: 4.375rem;
  }
}
@media (min-width: 576px) {
  .header__nav-company ul {
    max-width: 50%;
    width: 100%;
    margin: -0.4375rem 0;
  }
}
@media (min-width: 576px) {
  .header__nav-company ul:first-of-type {
    gap: 0.875rem;
    column-count: 2;
    column-gap: 4.375rem;
  }
}
.header__nav-company li {
  display: flex;
}
@media (min-width: 576px) {
  .header__nav-company li {
    padding: 0.4375rem 0;
  }
}
.header__nav-company .button__icon path {
  fill: currentColor;
}
.header__nav-company .button__solid--blue {
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
}
.header__nav-shop {
  margin-left: auto;
  flex-direction: column-reverse;
  padding-top: 2.125rem;
  gap: 2.75rem;
}
@media (min-width: 576px) {
  .header__nav-shop {
    justify-content: flex-end;
    flex-direction: row;
    gap: 1.25rem;
    padding-top: 0;
  }
}
.header__nav-shop > a.button__icons {
  margin-right: auto;
}
.header__nav-shop > a.button__icons path {
  fill: currentColor;
}
@media (min-width: 576px) {
  .header__nav-shop ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.header__nav-shop ul:first-of-type {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .header__nav-shop ul:first-of-type {
    order: 2;
  }
}
@media (min-width: 576px) {
  .header__nav-shop ul:first-of-type .button__text, .header__nav-shop ul:first-of-type .button__icon {
    display: none;
  }
}
.header__nav-shop ul:first-of-type .button__icon:last-of-type {
  display: none;
}
@media (min-width: 576px) {
  .header__nav-shop ul:first-of-type .button__icon:last-of-type {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header__nav-shop__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  order: 1;
}
.header__nav-shop__user li {
  width: 100%;
}
.header__nav-shop__user a, .header__nav-shop__user button {
  /* height: rem(42); */
  padding: 1rem 1.5rem !important;
  border-radius: 0.375rem;
  /* @include copy; */
}
@media (max-width: 575.98px) {
  .header__nav-shop__user a, .header__nav-shop__user button {
    width: 100%;
  }
}
.header__nav-shop__user a .button__text, .header__nav-shop__user button .button__text {
  z-index: 1;
}
.header__nav .zinkpower {
  align-items: flex-start;
  line-height: 1.875rem;
  color: #01337C;
  font-weight: 700;
}
.header__nav .zinkpower .button__icon {
  transform: translateY(0.625rem);
}

.header__language {
  position: relative;
  cursor: pointer;
  font-family: var(--font-regular);
}
.header__language img {
  border-radius: 0.1875rem;
}
.header__language-current {
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.header__language-current:hover {
  background: #fff;
}
.header__language-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #7A8E95;
  border-radius: 0.5rem;
  padding: 0.25rem !important;
  z-index: 10;
  gap: 0.25rem !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0.375rem 0 0 0 !important;
  column-count: 1 !important;
  column-gap: 0 !important;
}
.header__language-link {
  display: flex;
  align-items: center;
  gap: 0.25rem !important;
  padding: 0.25rem 0.5rem;
  text-align: left;
  border-radius: 0.25rem;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.header__language-link:hover {
  background: #F1EFE9;
}

@media (min-width: 576px) {
  .header__nav-shop .header__language {
    align-self: center;
  }
}

.hamburger {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  pointer-events: visible;
  z-index: 100;
}
@media (min-width: 576px) {
  .hamburger {
    display: none;
  }
}
.hamburger.hover .hamburger__lines span:first-of-type {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hamburger.hover .hamburger__lines span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) translateX(-50%);
}
.hamburger.active .hamburger__lines span:first-of-type {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.hamburger.active .hamburger__lines span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__lines span:last-of-type {
  transform: translateY(50%) translateX(-50%) rotate(45deg);
}
.hamburger__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.hamburger__wrapper * {
  display: block;
}
.hamburger__lines {
  position: relative;
  width: 2.875rem;
  height: 1.625rem;
}
.hamburger__lines span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s ease;
}
.hamburger__lines span:first-of-type {
  top: 0;
}
.hamburger__lines span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hamburger__lines span:last-of-type {
  bottom: 0;
}

#editor .acf-block-preview .header, #editor .acf-block-preview .header-company, #editor .acf-block-preview .header-shop,
.header,
.header-company,
.header-shop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #F1EFE9;
  border-bottom: 0.0625rem solid #7A8E95;
  z-index: 10000;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .header-shop .wrapper-full,
  .header-shop .wrapper-full {
    align-items: center !important;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .header-shop .wrapper-full,
  .header-shop .wrapper-full {
    gap: 1.5rem;
  }
}
#editor .acf-block-preview .header-shop .header__search,
.header-shop .header__search {
  display: flex;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .header-shop .header__logo,
  .header-shop .header__logo {
    order: 0;
    flex: 0 0 auto;
  }
  #editor .acf-block-preview .header-shop .header__nav,
  #editor .acf-block-preview .header-shop .header__nav-shop.active,
  .header-shop .header__nav,
  .header-shop .header__nav-shop.active {
    display: contents;
  }
  #editor .acf-block-preview .header-shop .header__nav-shop > a.button__icons,
  .header-shop .header__nav-shop > a.button__icons {
    order: 1;
    margin-right: 0;
  }
  #editor .acf-block-preview .header-shop .header__nav-shop .header__language,
  .header-shop .header__nav-shop .header__language {
    order: 3;
  }
  #editor .acf-block-preview .header-shop .header__nav-shop > ul,
  .header-shop .header__nav-shop > ul {
    order: 4;
  }
  #editor .acf-block-preview .header-shop .header__nav-shop__user,
  .header-shop .header__nav-shop__user {
    order: 5;
  }
  #editor .acf-block-preview .header-shop .header__nav-shop .ui-user,
  .header-shop .header__nav-shop .ui-user {
    order: 6;
  }
  #editor .acf-block-preview .header-shop .header__search,
  .header-shop .header__search {
    order: 2;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    flex: 1 1 10rem;
    min-width: 8.75rem;
    margin: 0 auto;
  }
}
#editor .acf-block-preview .header .wrapper-full, #editor .acf-block-preview .header-company .wrapper-full, #editor .acf-block-preview .header-shop .wrapper-full,
.header .wrapper-full,
.header-company .wrapper-full,
.header-shop .wrapper-full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .header .wrapper-full, #editor .acf-block-preview .header-company .wrapper-full, #editor .acf-block-preview .header-shop .wrapper-full,
  .header .wrapper-full,
  .header-company .wrapper-full,
  .header-shop .wrapper-full {
    align-items: flex-start;
  }
}
#editor .acf-block-preview .header__logo,
.header__logo {
  max-width: 7.25rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .header__logo,
  .header__logo {
    max-width: 9.125rem;
  }
}
#editor .acf-block-preview .header.admin, #editor .acf-block-preview .admin.header-company, #editor .acf-block-preview .admin.header-shop,
.header.admin,
.admin.header-company,
.admin.header-shop {
  overflow: hidden;
}
#editor .acf-block-preview .header.scroll, #editor .acf-block-preview .scroll.header-company, #editor .acf-block-preview .scroll.header-shop,
.header.scroll,
.scroll.header-company,
.scroll.header-shop {
  position: fixed;
  background-color: #F1EFE9;
  transform: translateY(-100%);
}
@media (max-width: 767.98px) {
  #editor .acf-block-preview .header.scroll .header__nav, #editor .acf-block-preview .scroll.header-company .header__nav, #editor .acf-block-preview .scroll.header-shop .header__nav,
  .header.scroll .header__nav,
  .scroll.header-company .header__nav,
  .scroll.header-shop .header__nav {
    top: -0.5rem;
  }
}
#editor .acf-block-preview .header.anim, #editor .acf-block-preview .anim.header-company, #editor .acf-block-preview .anim.header-shop,
.header.anim,
.anim.header-company,
.anim.header-shop {
  transition: 0.4s ease;
  color: #000;
}
#editor .acf-block-preview .header.anim .header__logo, #editor .acf-block-preview .anim.header-company .header__logo, #editor .acf-block-preview .anim.header-shop .header__logo,
.header.anim .header__logo,
.anim.header-company .header__logo,
.anim.header-shop .header__logo {
  filter: unset;
}
#editor .acf-block-preview .header.up, #editor .acf-block-preview .up.header-company, #editor .acf-block-preview .up.header-shop,
.header.up,
.up.header-company,
.up.header-shop {
  transform: translateY(0);
}

.button, .button__icons, .button__outline, .button__outline--white, .button__outline--blue, .button__solid, .button__solid--green, .button__solid--blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.button *, .button__icons *, .button__outline *, .button__outline--white *, .button__outline--blue *, .button__solid *, .button__solid--green *, .button__solid--blue * {
  pointer-events: none;
}
.button[disabled], [disabled].button__icons, [disabled].button__outline, [disabled].button__outline--white, [disabled].button__outline--blue, [disabled].button__solid, [disabled].button__solid--green, [disabled].button__solid--blue {
  opacity: 0.4;
}
.button[disabled], [disabled].button__icons, [disabled].button__outline, [disabled].button__outline--white, [disabled].button__outline--blue, [disabled].button__solid, [disabled].button__solid--green, [disabled].button__solid--blue, .button[disabled] *, [disabled].button__icons *, [disabled].button__outline *, [disabled].button__outline--white *, [disabled].button__outline--blue *, [disabled].button__solid *, [disabled].button__solid--green *, [disabled].button__solid--blue * {
  pointer-events: none;
}
.button__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  z-index: 3;
}
.button__text {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.button__text span {
  display: inline-block;
}
.button__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__icon svg * {
  pointer-events: none !important;
}
.button__solid, .button__solid--green, .button__solid--blue {
  padding: 2.0625rem 2.125rem;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
  transition: 0.4s ease;
}
.button__solid::before, .button__solid--green::before, .button__solid--blue::before, .button__solid::after, .button__solid--green::after, .button__solid--blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: 0.4s ease;
}
.button__solid.m, .m.button__solid--green, .m.button__solid--blue {
  padding: 1.5rem 2.125rem;
}
.button__solid.s, .s.button__solid--green, .s.button__solid--blue {
  padding: 0.75rem 1.3125rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.05rem;
  /* letter-spacing: rem(0.84); */
}
.button__solid.full-width, .full-width.button__solid--green, .full-width.button__solid--blue {
  width: 100%;
}
.button__solid .button__wrapper, .button__solid--green .button__wrapper, .button__solid--blue .button__wrapper {
  width: 100%;
  justify-content: space-between;
}
.button__solid .button__icon, .button__solid--green .button__icon, .button__solid--blue .button__icon {
  width: 0.5625rem;
}
.button__solid--blue {
  background: #0660E3;
}
.button__solid--blue::before {
  background: linear-gradient(95.32deg, #01337C 0%, #055FE3 84.71%);
}
.button__solid--blue::after {
  background: linear-gradient(99.37deg, #01337C 13.09%, #001E49 166.24%);
}
.button__solid--blue:hover::after {
  opacity: 0;
}
.button__solid--blue:active::before {
  opacity: 0;
}
.button__solid--green {
  background: #9DCF13;
}
.button__solid--green::before {
  background: linear-gradient(97.66deg, #518429 -11.9%, #9DCF13 83.54%);
}
.button__solid--green::after {
  background: linear-gradient(98.56deg, #6FB03B 5.42%, #305216 182.41%);
}
.button__solid--green:hover::after {
  opacity: 0;
}
.button__solid--green:active::before {
  opacity: 0;
}
.button__outline, .button__outline--white, .button__outline--blue {
  padding: 1.125rem 2.8125rem;
  border-radius: 6.375rem;
  transition: 0.4s ease;
}
.button__outline.m, .m.button__outline--white, .m.button__outline--blue {
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
}
.button__outline.s, .s.button__outline--white, .s.button__outline--blue {
  padding: 0.6875rem 1.3125rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.05rem;
  /* letter-spacing: rem(0.84); */
}
.button__outline .button__icon, .button__outline--white .button__icon, .button__outline--blue .button__icon {
  width: 0.5625rem;
}
.button__outline .button__icon path, .button__outline--white .button__icon path, .button__outline--blue .button__icon path {
  fill: currentColor;
}
.button__outline--blue {
  border: 1px solid #01337C;
}
.button__outline--blue:hover {
  box-shadow: inset 0 0 0px 1px #01337C;
}
.button__outline--blue:active {
  background-color: #DADCDE;
}
.button__outline--white {
  border: 1px solid #fff;
  color: #fff;
}
.button__outline--white:hover {
  box-shadow: inset 0 0 0px 1px #fff;
}
.button__outline--white:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.button__icons {
  transition: 0.4s ease;
}
.button__icons .button__icon {
  width: 0.5625rem;
}
.button__icons:hover, .button__icons.active {
  font-family: var(--font-medium);
}
.button__cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.625rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #01337C;
  color: #fff;
}
.button__cart-icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
}

.input-group,
.textarea-group {
  position: relative;
  display: block;
  width: 100%;
}
.input-group.error input, .input-group.error textarea, .input-group.empty input, .input-group.empty textarea,
.textarea-group.error input,
.textarea-group.error textarea,
.textarea-group.empty input,
.textarea-group.empty textarea {
  border-color: red;
}
.input-group.focus p,
.textarea-group.focus p {
  transform: translateY(-100%);
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: -0.0125rem;
  opacity: 1;
}
.input-group p,
.textarea-group p {
  margin: 0.25rem 0.5rem;
  color: #000;
  transition: 0.4s ease;
  font-family: var(--font-regular);
  will-change: transform, fontSize;
}
.input-group__wrapper,
.textarea-group__wrapper {
  position: relative;
}
.input-group__wrapper input,
.input-group__wrapper textarea,
.textarea-group__wrapper input,
.textarea-group__wrapper textarea {
  display: block;
  width: 100%;
  padding: 1.25rem 1rem;
  resize: vertical;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #3e3d40;
  border: 1px solid rgba(62, 61, 64, 0.4);
}
.input-group__wrapper input:focus,
.input-group__wrapper textarea:focus,
.textarea-group__wrapper input:focus,
.textarea-group__wrapper textarea:focus {
  border: 1px solid #01337C;
}
.input-group__wrapper input::placeholder,
.input-group__wrapper textarea::placeholder,
.textarea-group__wrapper input::placeholder,
.textarea-group__wrapper textarea::placeholder {
  color: rgba(62, 61, 64, 0.4);
}
.input-group__wrapper input:disabled,
.input-group__wrapper textarea:disabled,
.textarea-group__wrapper input:disabled,
.textarea-group__wrapper textarea:disabled {
  opacity: 0.4;
}
.input-group__wrapper input:disabled > label p,
.input-group__wrapper textarea:disabled > label p,
.textarea-group__wrapper input:disabled > label p,
.textarea-group__wrapper textarea:disabled > label p {
  opacity: 0.2;
}
.input-group__wrapper_icon,
.textarea-group__wrapper_icon {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  background: #01337C;
  padding: 0.875rem;
}
.input-group__wrapper_icon svg,
.textarea-group__wrapper_icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.radio-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.radio-input-group .radio-group__wrapper {
  position: relative;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.radio-input-group .radio-group__wrapper input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.radio-input-group .radio-group__wrapper input:checked + .radio-group__icon span {
  opacity: 1;
  color: #01337C;
}
.radio-input-group .radio-group__wrapper input:checked + .radio-group__icon span svg {
  fill: #01337C;
}
.radio-input-group .radio-group__wrapper .radio-group__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #3e3d40;
  border-radius: 50%; /* Changed to 50% for circular radio button */
  background-color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.radio-input-group .radio-group__wrapper .radio-group__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  opacity: 0;
}
.radio-input-group p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #3E3D40;
  transition: all 0.3s ease;
  flex: 1;
}

.checkbox-group {
  display: flex;
  flex-direction: row !important;
  gap: 0.75rem;
  cursor: pointer;
}
.checkbox-group__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1.25rem;
  width: 100%;
  height: 1.25rem;
  padding: 0.125rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #7A8E95;
}
.checkbox-group__wrapper input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.checkbox-group__wrapper input:checked + .checkbox-group__icon {
  opacity: 1;
}
.checkbox-group__icon {
  opacity: 0;
  transition: 0.4s ease;
}
.checkbox-group p {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 !important;
  font-size: 1rem;
  line-height: 1.2rem;
  /* letter-spacing: rem(2.08); */
  white-space: nowrap;
  font-family: var(--font-medium);
}
.checkbox-group p span {
  white-space: pre-line;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  letter-spacing: 0.0525rem;
  font-family: var(--font-regular);
}
.checkbox-group__labels {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ui-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: auto;
  height: 3.6875rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #7A8E95;
}
.ui-quantity button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.ui-quantity button {
  margin: 0 !important;
}
.ui-quantity input {
  display: block;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  -webkit-appearance: none;
}
.ui-quantity input::-webkit-outer-spin-button, .ui-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-quantity input {
  /* Firefox */
}
.ui-quantity input[type=number] {
  -moz-appearance: textfield;
}

/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.product-single-hero {
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 576px) {
  .product-single-hero {
    overflow: visible;
  }
}
.product-single-hero .wrapper-full {
  position: relative;
  padding: 9rem 0 3.75rem;
}
@media (min-width: 576px) {
  .product-single-hero .wrapper-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .product-single-hero__title {
    max-width: 60%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .product-single-hero__title {
    max-width: 52.6%;
  }
}
.product-single-hero__title-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-direction: row;
}
.product-single-hero__close {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single-hero__close svg {
  max-width: 0.75rem;
  width: 100%;
}
.product-single-hero__breadcrumbs {
  margin: 1.25rem 0;
}
@media (min-width: 576px) {
  .product-single-hero__breadcrumbs {
    margin: 1.25rem 0 0;
  }
}
.product-single-hero__breadcrumbs a {
  display: inline-block;
}
.product-single-hero__breadcrumbs p {
  display: inline-block;
  white-space: break-spaces;
}
@media (min-width: 576px) {
  .product-single-hero aside {
    position: absolute;
    top: 0;
    right: -1.5rem;
    max-width: 40%;
    width: 100%;
    height: 100%;
    padding-top: 7.75rem;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .product-single-hero aside {
    max-width: calc(30.4% + 3rem);
  }
}
.product-single-hero__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: sticky;
  top: 1.25rem;
  right: 0;
  border-radius: 0.75rem;
  background-color: #F1EFE9;
  pointer-events: visible;
}
@media (min-width: 576px) {
  .product-single-hero__item {
    padding: 1.5rem;
  }
}
.product-single-hero__item ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.5rem;
}
.product-single-hero__item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #7A8E95;
}
@media (min-width: 1024px) {
  .product-single-hero__item li p {
    font-size: 1.875rem;
    line-height: 2.0625rem;
    /* letter-spacing: rem(0.8); */
  }
}
.product-single-hero__item form {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.product-single-hero__item label {
  max-width: 23%;
  width: 100%;
}
.product-single-hero__item label p {
  margin-bottom: 0.5rem;
}
.product-single-hero__item button {
  flex-grow: 1;
  height: 3.75rem;
  margin-left: 1.25rem;
}
.product-single-hero__images {
  position: relative;
  overflow: hidden;
}
.product-single-hero__images ul {
  display: flex;
}
.product-single-hero__images figure {
  border-radius: 0.75rem;
  overflow: hidden;
}
.product-single-hero__images .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  left: 50%;
  bottom: 2.75rem;
  transform: translateX(-50%);
  z-index: 1;
}
.product-single-hero__images .swiper-pagination-bullet {
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  border: 0.0625rem solid #F1EFE9;
  background-color: rgba(241, 239, 233, 0.5);
  transition: 0.4s ease;
  cursor: pointer;
}
.product-single-hero__images .swiper-pagination-bullet:hover, .product-single-hero__images .swiper-pagination-bullet-active {
  background-color: #f1efe9;
}
.product-single-hero__content, .product-single-hero__info {
  margin-top: 3.75rem;
}
.product-single-hero__content h2.h4, .product-single-hero__info h2.h4 {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #7A8E95;
  color: rgba(62, 61, 64, 0.3);
}
.product-single-hero__content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem 0;
}
@media (min-width: 576px) {
  .product-single-hero__content {
    max-width: 56.2%;
    width: 100%;
  }
}
.product-single-hero__address-map {
  width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.product-single-hero__address-map iframe {
  width: 100%;
  height: 20.1875rem;
}
@media (min-width: 576px) {
  .product-single-hero__info {
    max-width: 30.4%;
    width: 100%;
  }
}
.product-single-hero__info ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-single-hero__info li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #7A8E95;
}
@media (min-width: 1024px) {
  .product-single-hero__info li p {
    font-size: 1.875rem;
    line-height: 2.0625rem;
    /* letter-spacing: rem(0.8); */
  }
}

#editor .acf-block-preview .user-navigation,
.user-navigation {
  overflow: hidden;
}
#editor .acf-block-preview .user-navigation .wrapper-full,
.user-navigation .wrapper-full {
  padding: 11.5rem 0 3.125rem;
}
#editor .acf-block-preview .user-navigation__notifications:not(:empty),
.user-navigation__notifications:not(:empty) {
  margin-top: 2rem;
}
#editor .acf-block-preview .user-navigation__notifications .notification,
.user-navigation__notifications .notification {
  margin-bottom: 1rem;
}
#editor .acf-block-preview .user-navigation ul,
.user-navigation ul {
  display: flex;
  margin-top: 5.375rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #7A8E95;
}
#editor .acf-block-preview .user-navigation li,
.user-navigation li {
  position: relative;
  max-width: 100%;
  min-width: 9.375rem;
  width: 100%;
}
#editor .acf-block-preview .user-navigation a,
.user-navigation a {
  display: block;
}
#editor .acf-block-preview .user-navigation a::after,
.user-navigation a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 1.1875rem);
  right: 0;
  width: 0;
  height: 0.125rem;
  background-color: #01337C;
  transition: 0.4s ease;
}
#editor .acf-block-preview .user-navigation a.active::after, #editor .acf-block-preview .user-navigation a:hover::after,
.user-navigation a.active::after,
.user-navigation a:hover::after {
  left: 0;
  right: unset;
  width: 100%;
}
#editor .acf-block-preview .user-navigation a path,
.user-navigation a path {
  fill: currentColor;
}