@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--light-4);
  font-family: NTSomic, sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
  color: var(--grey-dark-1);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

b,
strong {
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

:root {
  --brand-1: #674991;
  --secondary-dark: #4a326b;
  --light-2: #fbfcff;
  --grey-dark-1: #9090a9;
  --light-1: #fdfcff;
  --grey-dark-3: #d0d1db;
  --brand-2: #ff6386;
  --white: #fff;
  --grey-dark-2: #b0b0c2;
  --secondary-accent-1: #ffddd1;
  --secondary-red-error: #e86f6f;
  --secondary-accent-2: #c6bcd4;
  --light-4: #f0eff2;
  --light-3: #ededed;
  --greys-dark-4: #e5e3ec;
  --tag-1: #ede9f4;
  --tag-3: #f8efd9;
  --tag-2: #fddde7;
  --tag-4: #e9f4f0;
  --tag-5: #fee8e2;
  --tag-6: #dfedf7;
  --xl: $xl;
  --lg: $lg;
  --md: $md;
  --sm: $sm;
  --xs: $xs;
  --radius-32: 32px;
  --radius-26: 26px;
  --radius-18: 18px;
  --radius-12: 12px;
  --radius-10: 10px;
  --radius-8: 8px;
  --header-height: 60px;
  --base-unit: 30px;
  --container-max-width: 1020px ;
  --check-width: 30px;
  --checkbox-radius: 9px ;
  --btn-radius: 18px;
  --btn-radius-s: 14px;
  --btn-radius-xs: 12px;
  --swiper-theme-color:#007aff;
  --swiper-navigation-size:44px;
}

.brand-1-color {
  color: var(--brand-1) !important;
}

.brand-1-bg {
  background-color: var(--brand-1) !important;
}

.brand-1-bg-focus:focus, .brand-1-bg-focus:hover:focus,
.brand-1-bg-focus:active, .brand-1-bg-focus:hover:active {
  background-color: var(--brand-1) !important;
}

.secondary-dark-color {
  color: var(--secondary-dark) !important;
}

.secondary-dark-bg {
  background-color: var(--secondary-dark) !important;
}

.light-2-color {
  color: var(--light-2) !important;
}

.light-2-bg {
  background-color: var(--light-2) !important;
}

.grey-dark-1-color {
  color: var(--grey-dark-1) !important;
}

.grey-dark-1-bg {
  background-color: var(--grey-dark-1) !important;
}

.light-1-color {
  color: var(--light-1) !important;
}

.light-1-bg {
  background-color: var(--light-1) !important;
}

.grey-dark-3-color {
  color: var(--grey-dark-3) !important;
}

.grey-dark-3-bg {
  background-color: var(--grey-dark-3) !important;
}

.brand-2-color {
  color: var(--brand-2) !important;
}

.brand-2-color-hover:hover {
  color: var(--brand-2) !important;
}

.brand-2-bg {
  background-color: var(--brand-2) !important;
}

.brand-2-bg-hover:hover {
  background-color: var(--brand-2) !important;
}

.white-color {
  color: var(--white) !important;
}

.white-color-hover:hover {
  color: var(--white) !important;
}

.white-color-focus:focus,
.white-color-focus:active {
  color: var(--white) !important;
}

.white-bg {
  background-color: var(--white) !important;
}

.white-bg-hover:hover {
  background-color: var(--white) !important;
}

.grey-dark-2-color {
  color: var(--grey-dark-2) !important;
}

.grey-dark-2-bg {
  background-color: var(--grey-dark-2) !important;
}

.secondary-accent-1-color {
  color: var(--secondary-accent-1) !important;
}

.secondary-accent-1-bg {
  background-color: var(--secondary-accent-1) !important;
}

.secondary-red-error-color {
  color: var(--secondary-red-error) !important;
}

.secondary-red-error-bg {
  background-color: var(--secondary-red-error) !important;
}

.secondary-accent-2-color {
  color: var(--secondary-accent-2) !important;
}

.secondary-accent-2-bg {
  background-color: var(--secondary-accent-2) !important;
}

.light-4-color {
  color: var(--light-4) !important;
}

.light-4-bg {
  background-color: var(--light-4) !important;
}

.light-3-color {
  color: var(--light-3) !important;
}

.light-3-bg {
  background-color: var(--light-3) !important;
}

.greys-dark-4-color {
  color: var(--greys-dark-4) !important;
}

.greys-dark-4-bg {
  background-color: var(--greys-dark-4) !important;
}

.tag-1-bg {
  background-color: var(--tag-1) !important;
}

.tag-2-bg {
  background-color: var(--tag-2) !important;
}

.tag-3-bg {
  background-color: var(--tag-3) !important;
}

.tag-4-bg {
  background-color: var(--tag-4) !important;
}

.tag-5-bg {
  background-color: var(--tag-5) !important;
}

.tag-6-bg {
  background-color: var(--tag-6) !important;
}

.m-0 {
  margin: 0px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-42 {
  margin-left: 42px;
}

.p-0 {
  padding: 0px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-42 {
  padding: 42px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-30 {
  padding-left: 30px;
}

.-mt-5 {
  margin-top: -5px;
}

.-mt-10 {
  margin-top: -10px;
}

.-mt-20 {
  margin-top: -20px;
}

.-ml-34 {
  margin-left: -34px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 4px;
}

.right-10 {
  right: 10px;
}

.bottom-0 {
  bottom: 0px;
}

.w-42 {
  width: 42px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-26 {
  gap: 26px;
}

.gap-30 {
  gap: 30px;
}

.gap-34 {
  gap: 34px;
}

.gap-38 {
  gap: 38px;
}

.gap-42 {
  gap: 42px;
}
@media (max-width: 1024px) {
  .lg_mt-10 {
    margin-top: 10px;
  }
  .lg_mt-20 {
    margin-top: 20px;
  }
  .lg_mt-30 {
    margin-top: 30px;
  }
  .lg_mt-42 {
    margin-top: 42px;
  }
  .lg_mt-50 {
    margin-top: 50px;
  }
  .lg_ml-0 {
    margin-left: 0px;
  }
  .lg_p-20 {
    padding: 20px;
  }
  .lg_px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg_pr-0 {
    padding-right: 0px;
  }
  .lg_pl-0 {
    padding-left: 0px;
  }
  .lg_gap-5 {
    gap: 5px;
  }
  .lg_gap-10 {
    gap: 10px;
  }
  .lg_gap-15 {
    gap: 15px;
  }
}
@media (max-width: 810px) {
  .md_mt-0 {
    margin-top: 0px;
  }
  .md_mt-20 {
    margin-top: 20px;
  }
  .md_mb-30 {
    margin-bottom: 30px;
  }
  .md_ml-0 {
    margin-left: 0px;
  }
  .md_p-20 {
    padding: 20px;
  }
  .md_right-0 {
    right: 0px;
  }
  .md_gap-15 {
    gap: 15px;
  }
}
@media (max-width: 640px) {
  .sm_mt-0 {
    margin-top: 0px;
  }
  .sm_mt-5 {
    margin-top: 5px;
  }
  .sm_mt-10 {
    margin-top: 10px;
  }
  .sm_mt-20 {
    margin-top: 20px;
  }
  .sm_mt-30 {
    margin-top: 30px;
  }
  .sm_mt-40 {
    margin-top: 40px;
  }
  .sm_mt-42 {
    margin-top: 42px;
  }
  .sm_mt-50 {
    margin-top: 50px;
  }
  .sm_mb-20 {
    margin-bottom: 20px;
  }
  .sm_ml-0 {
    margin-left: 0px;
  }
  .sm_px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm_gap-15 {
    gap: 15px;
  }
  .sm_gap-20 {
    gap: 20px;
  }
  .sm_gap-30 {
    gap: 30px;
  }
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.-right-30 {
  right: -30px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.text-overflow-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-overflow-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.text-overflow-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

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

.order-1 {
  order: 1;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-35 {
  font-size: 35px;
}

.rounded-full {
  border-radius: 99999px;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.leading-none {
  line-height: 1;
}

/* align items */

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

/* align self */

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

/* box-sizing  */

/* font-weight  */

.font-bold {
  font-weight: 900;
}

/* cursor */

.cursor-pointer {
  cursor: pointer;
}

/* display */
.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

/* flex */
.flex-1 {
  flex: 1 1 0;
}

.flex-2 {
  flex: 2 1 0;
}

.flex-col {
  flex-direction: column;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* justify content */

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/* justify items */

.justify-items-start {
  justify-items: start;
}

/* position */
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

/** resize **/

.resize {
  resize: both;
}

/** text align **/

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

.text-right {
  text-align: right;
}

/** list style **/
.list-none {
  list-style-type: none;
}

/** text decoration **/

/** truncate **/

/** text overflow **/

/** overflow **/

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/** visible **/
.visible {
  visibility: visible;
}

/** object fit **/

/** background-size **/

/** text select **/
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/** whitespace **/

.whitespace-nowrap {
  white-space: nowrap;
}

/** break **/

/** grid **/

@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: bolder;
  font-display: swap;
}
@media only screen and (max-width: 640px) {
  .show-sm {
    display: flex !important;
  }
}

@media only screen and (max-width: 640px) {
  .hide-sm {
    display: none !important;
  }
}

.components-page .col {
  margin-top: 10px;
}

.radius-32 {
  border-radius: var(--radius-32) !important;
}

.radius-26 {
  border-radius: var(--radius-26) !important;
}

.radius-18 {
  border-radius: var(--radius-18) !important;
}

.bg-col .col > * {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50em;
  outline: 1px dashed #ccc;
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  margin: 0;
}
a:hover {
  color: var(--brand-2);
}
a.disabled {
  pointer-events: none;
}
a:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}

.heading-1 {
  font-size: 50px;
  color: var(--secondary-dark);
  letter-spacing: -1px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .heading-1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 810px) {
  .heading-1 {
    font-size: 30px;
  }
}

.heading-2 {
  font-size: 35px;
  color: var(--secondary-dark);
  letter-spacing: -1px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .heading-2 {
    font-size: 24px;
  }
}

.heading-3 {
  font-size: 24px;
  color: var(--secondary-dark);
  font-weight: bold;
}

.heading-4,
.heading-4-xl {
  font-size: 20px;
  color: var(--secondary-dark);
  font-weight: bold;
}

p.par-1 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
  color: var(--grey-dark-1);
}

p.par-2 {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
  color: var(--grey-dark-1);
}

p.par-3 {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
  color: var(--grey-dark-3);
}

p.par-4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  color: var(--brand-1);
}

p.par-1-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-dark-1);
}

.text-xxl {
  font-size: 20px;
  font-weight: 900;
  color: var(--secondary-dark);
}

.text-xl {
  font-size: 18px;
  font-weight: 900;
  color: var(--grey-dark-1);
}

.text-large {
  font-size: 16px;
  font-weight: 900;
  color: var(--brand-1);
}

.text-large-dark {
  font-size: 16px;
  font-weight: 900;
  color: var(--secondary-dark);
}

.text-medium {
  font-size: 14px;
  color: var(--grey-dark-1);
  font-weight: 500;
}

.text-medium-regular {
  font-size: 14px;
  color: var(--grey-dark-1);
  font-weight: 400;
}

a.link-1 {
  color: var(--secondary-dark);
}
a.link-1:hover {
  color: var(--brand-2);
}
a.link-1.disabled {
  opacity: 0.5;
}

a.link-2 {
  color: var(--brand-1);
}
a.link-2:hover {
  color: var(--brand-2);
}
a.link-2.disabled {
  opacity: 0.5;
}

.tag {
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  min-width: 84px;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--brand-1);
  height: 40px;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  outline: 2px solid transparent;
  font-weight: 900;
}
.tag:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.tag:hover {
  background: var(--white) !important;
  color: var(--brand-1);
}

.container {
  width: 100%;
  max-width: min(var(--container-max-width), 100%);
  margin: 0 auto;
}
.container.container-wide {
  max-width: 1100px;
}
@media only screen and (max-width: 1024px) {
  .container.container-wide {
    max-width: var(--container-max-width);
  }
  .container.container-wide .related-swiper-arrow-prev,
  .container.container-wide .related-swiper-arrow-next {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .container.container-wide {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .container.container-wide-sm {
    width: 100%;
    max-width: unset;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--base-unit);
  width: 100%;
}

.col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
}

.col-1 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 1 + var(--base-unit) * 0);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 1 + var(--base-unit) * 0);
}

.col-2 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 2 + var(--base-unit) * 1);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 2 + var(--base-unit) * 1);
}

.col-3 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 3 + var(--base-unit) * 2);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 3 + var(--base-unit) * 2);
}

.col-4 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
}

.col-5 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 5 + var(--base-unit) * 4);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 5 + var(--base-unit) * 4);
}

.col-6 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
}

.col-7 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 7 + var(--base-unit) * 6);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 7 + var(--base-unit) * 6);
}

.col-8 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
}

.col-9 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 9 + var(--base-unit) * 8);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 9 + var(--base-unit) * 8);
}

.col-10 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 10 + var(--base-unit) * 9);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 10 + var(--base-unit) * 9);
}

.col-12 {
  flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
  max-width: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
}

.col-offset-1 {
  margin-left: calc((100% - var(--base-unit) * 11) / 12 * 1 + var(--base-unit) * 1);
}

@media only screen and (max-width: 1280px) {
  :root {
    --container-max-width: 1000px ;
  }
}
@media only screen and (max-width: 1024px) {
  .col-lg-3 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 3 + var(--base-unit) * 2);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 3 + var(--base-unit) * 2);
  }
  .col-lg-4 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
  }
  .col-lg-6 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
  }
  .col-lg-8 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
  }
  .col-lg-9 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 9 + var(--base-unit) * 8);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 9 + var(--base-unit) * 8);
  }
  .col-lg-12 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
  }
  :root {
    --base-unit: 15px;
    --container-max-width: 790px ;
  }
}
@media only screen and (max-width: 810px) {
  .col-md-4 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 4 + var(--base-unit) * 3);
  }
  .col-md-5 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 5 + var(--base-unit) * 4);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 5 + var(--base-unit) * 4);
  }
  .col-md-6 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
  }
  .col-md-7 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 7 + var(--base-unit) * 6);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 7 + var(--base-unit) * 6);
  }
  .col-md-8 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 8 + var(--base-unit) * 7);
  }
  .col-md-12 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
  }
  :root {
    --base-unit: 15px;
    --container-max-width: 620px ;
  }
}
@media only screen and (max-width: 640px) {
  .col-sm-6 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 6 + var(--base-unit) * 5);
  }
  .col-sm-12 {
    flex-basis: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
    max-width: calc((100% - var(--base-unit) * 11) / 12 * 12 + var(--base-unit) * 11);
  }
  :root {
    --container-max-width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

[type=text].form-item,
[type=email].form-item,
[type=url].form-item,
[type=password].form-item,
[type=number].form-item,
[type=search].form-item,
[type=time].form-item,
textarea.form-item,
.select.form-item,
select.form-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
  line-height: 40px;
  border-radius: var(--btn-radius);
  padding: 5px 16px;
  color: var(--secondary-dark);
  background-color: var(--light-4);
  box-shadow: inset 0 0 0 3px var(--light-4);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  box-sizing: border-box;
  font-family: sans-serif;
  display: inline-block;
  transition: filter 0.3s linear, box-shadow 0.25s linear;
  font-weight: 500;
  font-size: 16px;
}
[type=text].form-item[disabled],
[type=email].form-item[disabled],
[type=url].form-item[disabled],
[type=password].form-item[disabled],
[type=number].form-item[disabled],
[type=search].form-item[disabled],
[type=time].form-item[disabled],
textarea.form-item[disabled],
.select.form-item[disabled],
select.form-item[disabled] {
  cursor: default;
  opacity: 0.8;
  color: var(--secondary-accent-2);
  pointer-events: none;
}
[type=text].form-item:focus,
[type=email].form-item:focus,
[type=url].form-item:focus,
[type=password].form-item:focus,
[type=number].form-item:focus,
[type=search].form-item:focus,
[type=time].form-item:focus,
textarea.form-item:focus,
.select.form-item:focus,
select.form-item:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px var(--secondary-accent-2);
}
[type=text].form-item:hover,
[type=email].form-item:hover,
[type=url].form-item:hover,
[type=password].form-item:hover,
[type=number].form-item:hover,
[type=search].form-item:hover,
[type=time].form-item:hover,
textarea.form-item:hover,
.select.form-item:hover,
select.form-item:hover {
  box-shadow: inset 0 0 0 2px var(--secondary-accent-2);
}
[type=text].form-item::-webkit-inner-spin-button,
[type=email].form-item::-webkit-inner-spin-button,
[type=url].form-item::-webkit-inner-spin-button,
[type=password].form-item::-webkit-inner-spin-button,
[type=number].form-item::-webkit-inner-spin-button,
[type=search].form-item::-webkit-inner-spin-button,
[type=time].form-item::-webkit-inner-spin-button,
textarea.form-item::-webkit-inner-spin-button,
.select.form-item::-webkit-inner-spin-button,
select.form-item::-webkit-inner-spin-button {
  margin-right: 4px;
}

.form-item-in {
  position: relative;
}

.form-item-error .form-item, .form-item-error.form-item:invalid {
  box-shadow: inset 0 0 0 3px var(--secondary-red-error) !important;
}
.form-item-error .form-item-error-text {
  color: var(--secondary-red-error);
  font-size: 12px;
  margin-top: 5px;
  margin-left: 10px;
  display: flex !important;
}

.form-item-search {
  font-size: 18px;
}
.form-item-search:focus-within .btn-search {
  color: var(--grey-dark-1);
}
.form-item-search:has(.form-item:not(:-moz-placeholder-shown)) .btn-search {
  color: var(--brand-1);
}
.form-item-search:has(.form-item:not(:placeholder-shown)) .btn-search {
  color: var(--brand-1);
}

textarea.form-item {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  min-height: 3rem;
}

textarea.form-item {
  line-height: 1.33;
  scrollbar-width: thin;
}

input.form-item::-moz-placeholder, textarea.form-item::-moz-placeholder {
  color: var(--secondary-dark);
  opacity: 0.5;
}

input.form-item::placeholder,
textarea.form-item::placeholder {
  color: var(--secondary-dark);
  opacity: 0.5;
}

input[disabled].form-item::-moz-placeholder, textarea[disabled].form-item::-moz-placeholder {
  color: var(--grey-dark-1);
  -moz-user-select: none;
       user-select: none;
}

input[disabled].form-item::placeholder,
textarea[disabled].form-item::placeholder {
  color: var(--grey-dark-1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form-item.select,
select:not([multiple]).form-item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23674991'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-size: 27px 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.form-item.select::after,
select:not([multiple]).form-item::after {
  width: 20px;
  height: 20px;
}

input[type=search].form-item::-webkit-search-decoration,
input[type=search].form-item::-webkit-search-cancel-button,
input[type=search].form-item::-webkit-search-results-button,
input[type=search].form-item::-webkit-search-results-decoration {
  display: none;
}

.form-item[type=checkbox], .form-item[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: var(--check-width);
  width: var(--check-width);
  background-color: var(--brand-1);
  border: unset;
  cursor: pointer;
  border-radius: var(--checkbox-radius);
  margin: 0;
  opacity: 0.5;
  background-position: center center;
}
.form-item[type=checkbox]:focus, .form-item[type=radio]:focus {
  outline: none;
}
.form-item[type=checkbox]:focus-visible, .form-item[type=radio]:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.form-item[type=checkbox][disabled], .form-item[type=radio][disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
  box-shadow: unset;
}

.form-item[type=checkbox] {
  background-size: 0 0;
  transition: background 0.1s ease-in-out;
}
.form-item[type=checkbox]:checked {
  background-color: var(--brand-1);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FDFCFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m8.419 15.009 4.2 4.2L22.947 8.885'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
  box-shadow: unset;
  opacity: 1;
}

.form-item[type=radio] {
  border-radius: 100%;
}
.form-item[type=radio]:checked {
  position: relative;
  background-size: 100% 100%;
  background-color: var(--brand-1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='5'/%3E%3C/svg%3E");
  box-shadow: unset;
  opacity: 1;
}

.like {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.882 4.5c2.506 0 4.537 2.045 4.537 4.567 0 .793-.2 1.539-.553 2.188l-.088.18c-.427.838-1.123 1.815-2.09 2.933-1.14 1.321-3.069 2.963-5.785 4.925-2.716-1.962-4.644-3.604-5.785-4.925-.966-1.118-1.663-2.095-2.09-2.933l-.087-.18a4.57 4.57 0 0 1-.554-2.188C3.387 6.545 5.42 4.5 7.925 4.5c1.714 0 3.207.957 3.978 2.369A4.531 4.531 0 0 1 15.882 4.5z' fill='%23b0b1c2'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: var(--check-width);
  width: var(--check-width);
  border: unset;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: scale(0.8);
}
.like:not(:checked):hover {
  filter: brightness(0.85);
}
.like[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.882 4.5c2.506 0 4.537 2.045 4.537 4.567 0 .793-.2 1.539-.553 2.188l-.088.18c-.427.838-1.123 1.815-2.09 2.933-1.14 1.321-3.069 2.963-5.785 4.925-2.716-1.962-4.644-3.604-5.785-4.925-.966-1.118-1.663-2.095-2.09-2.933l-.087-.18a4.57 4.57 0 0 1-.554-2.188C3.387 6.545 5.42 4.5 7.925 4.5c1.714 0 3.207.957 3.978 2.369A4.531 4.531 0 0 1 15.882 4.5z' fill='%23ff6486'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
  box-shadow: unset;
}

input.form-item:-webkit-autofill {
  -webkit-text-fill-color: var(--grey-dark-1);
}

.btn-square {
  background-color: var(--white);
  padding: 0;
  border-radius: var(--btn-radius);
  border: unset;
  width: 50px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--brand-1);
  transition: all 0.2s ease-in-out;
  outline: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-square:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.btn-square svg {
  max-height: 28px;
  max-width: 28px;
}
.btn-square:hover {
  background-color: var(--brand-1);
  color: var(--white);
}
.btn-square.btn-dark {
  background-color: var(--brand-1);
  color: var(--white);
}
.btn-square.btn-dark:hover {
  color: var(--brand-1);
  background-color: var(--white);
}
.btn-square.size-s {
  width: 40px;
  border-radius: var(--btn-radius-s);
}
.btn-square.size-s svg {
  max-height: 20px;
  max-width: 20px;
}

.btn {
  background-color: var(--white);
  padding: 0 24px;
  border-radius: var(--btn-radius);
  border: unset;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--secondary-dark);
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 900;
  min-width: 150px;
  outline: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.btn:hover {
  background-color: var(--brand-1);
  color: var(--white);
}
.btn.size-s {
  min-width: 135px;
}
.btn.size-xs {
  min-width: 110px;
  height: 40px;
  border-radius: 12px;
}
.btn.btn-dark {
  background-color: var(--brand-1);
  color: var(--white);
}
.btn.btn-dark:hover {
  background-color: var(--white);
  color: var(--secondary-dark);
}
.btn.btn-red {
  background-color: var(--brand-2);
  color: var(--white);
}
.btn.btn-red:hover {
  background-color: var(--white);
  color: var(--secondary-dark);
}

.btn-social {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 5px;
}
.btn-social:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.btn-social img {
  width: 36px;
  aspect-ratio: 1/1;
  display: block;
}
.btn-social:hover {
  opacity: 0.8;
}

.btn-store {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 5px;
}
.btn-store:focus-visible {
  outline: 2px solid var(--brand-1);
  outline-offset: 3px;
}
.btn-store svg {
  height: 40px;
  width: 135px;
  display: block;
}
.btn-store:hover {
  opacity: 0.8;
}

.btn-icon {
  background-color: transparent;
  padding: 0;
  border-radius: var(--btn-radius);
  border: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--grey-dark-2);
  transition: all 0.2s ease-in-out;
  outline: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-icon:hover {
  color: var(--grey-dark-1);
}
.btn-icon.btn-search {
  color: var(--grey-dark-2);
}
.btn-icon.active svg {
  color: var(--brand-2);
}

.btn-pass {
  color: var(--brand-1);
}
.btn-pass svg {
  height: 24px;
  width: 24px;
}
.btn-pass svg[data-show-icon] {
  width: 22px;
  height: 22px;
}
.btn-pass:hover {
  color: var(--brand-1);
}

.btn-transparent {
  border: unset;
  outline: unset;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.btn-transparent .btn-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--btn-radius-xs);
  width: 30px;
  height: 30px;
}
.btn-transparent .btn-transparent-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--grey-dark-1);
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}
.btn-transparent:hover .btn-icon, .btn-transparent:hover .btn-transparent-title {
  color: var(--brand-2);
}
.btn-transparent.active .btn-icon {
  color: var(--brand-2);
}

.btn-semitransparent {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-8);
}

.btn-transparent-coral:hover {
  background: transparent !important;
  color: var(--brand-2);
}

.btn-payment-type {
  transition: box-shadow 0.25s linear;
}
.btn-payment-type.intellect {
  background-color: #c1edd3;
}
.btn-payment-type.intellect:hover {
  background-color: #c1edd3;
}
.btn-payment-type.corvus {
  background-color: #cdeaaa;
}
.btn-payment-type.corvus:hover {
  background-color: #cdeaaa;
}
.btn-payment-type.paypal {
  background-color: #f0c04c;
}
.btn-payment-type.paypal:hover {
  background-color: #f0c04c;
}
.btn-payment-type:hover {
  box-shadow: 0 0 0 2px var(--brand-1);
}

.wc_cloudpayments_gateway:has(.payment_method_wc_cloudpayments_gateway) {
  height: unset;
  flex-direction: column;
  padding-bottom: 10px;
}

html, body {
  position: relative;
  /* Do not set height:100% — with body { display:flex; flex-direction:column }
   * it pins the column to the viewport, collapses main to 0, and stacks footer
   * over product content on mobile (and any UA that keeps the flex trap). */
  min-height: 100%;
  min-height: 100dvh;
  scroll-behavior: smooth;
}
body:has(.header-fixed) {
  padding-top: var(--header-height);
}
@media only screen and (max-width: 1024px) {
  body header .lang-select {
    display: none;
  }
  body header .hamburger {
    display: flex;
  }
  body main .categories-wrap {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body.profile-mobile-opened {
    overflow: hidden;
  }
}

.categories-wrap {
  position: relative;
  z-index: 2;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.loader.loader-hidden {
  opacity: 0;
  transform: scale(2);
  pointer-events: none;
  visibility: hidden;
}

main {
  flex: 1;
}

#primary.site-main {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.site-main .entry-content {
  min-width: 0;
  max-width: 100%;
}

.site-main.no-top-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--base-unit);
}

.site-main.no-top-nav > .container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 641px) {
  .site-main.no-top-nav .heading-third-page {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .site-main.no-top-nav .heading-third-page .heading-logo {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
  }
  .site-main.no-top-nav .heading-third-page .heading-text {
    padding-left: 0;
    text-align: center;
    pointer-events: auto;
  }
}

.site-main.no-top-nav .gb-container.page,
.site-main.no-top-nav .wp-block-generateblocks-container.page {
  max-width: min(860px, 100%);
  margin-inline: auto;
  width: 100%;
}

header {
  height: var(--header-height);
  display: flex;
  background: var(--light-2);
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  transition: box-shadow 2s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(0);
}
header.header-hidden {
  transform: translateY(calc(-1 * var(--header-height)));
  transition: box-shadow 2s ease-in-out, transform 0.5s ease-in-out;
}
header .header-right {
  gap: 20px;
}
header .header-right svg {
  height: 24px;
  width: 24px;
  max-width: 30px;
  color: var(--brand-1);
}
header .container,
header .grid {
  height: inherit;
}
header [class*=col-] {
  height: inherit;
}
header.header-fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .header-left {
    flex: unset;
  }
}

@media only screen and (max-width: 640px) {
  .header-right {
    flex: unset;
  }
}

@media only screen and (max-width: 640px) {
  .header-center {
    flex: 1 1 0;
    justify-content: center;
  }
}

.alternate-logo {
  display: none;
}
@media only screen and (max-width: 640px) {
  .alternate-logo {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% + 0px));
    /*z-index: -1;*/
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /*pointer-events: none;*/
    /*outline: 1px solid red;*/
  }
  .alternate-logo img {
    display: block;
    height: auto !important;
    max-width: min(240px, calc(100vw - 80px)) !important;
    width: auto;
  }
}

.user-profile {
  right: 0;
  top: 55px;
  min-width: 320px;
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
}
.user-profile.profile-closing {
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear;
}
.user-profile.profile-opened {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: transform 0.5s ease-in-out, opacity 0.15s linear;
}
@media only screen and (max-width: 640px) {
  .user-profile {
    top: var(--header-height);
    position: fixed;
    border-radius: 0 !important;
    width: 100%;
    max-width: 100%;
    min-height: calc(100dvh - var(--header-height));
  }
}
.user-profile .user-profile-title {
  margin-bottom: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .user-profile .user-profile-title {
    display: flex;
    justify-content: center;
  }
}
.user-profile .profile-close {
  background-color: unset;
  position: absolute;
  top: 10px;
  right: 10px;
  border: unset;
  cursor: pointer;
  color: var(--grey-dark-2);
  transition: color 0.1s ease-in-out;
}
.user-profile .profile-close svg {
  width: 34px;
  height: 34px;
  color: var(--grey-dark-2);
}
@media only screen and (max-width: 640px) {
  .user-profile .profile-close {
    display: flex;
  }
}

.header-user.active-user-icon svg {
  color: var(--brand-2);
}

.has-notification {
  position: relative;
}
.has-notification:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--brand-2);
  border: 1px solid var(--white);
  border-radius: 50em;
  z-index: 2;
  content: "";
}

.header-basket.has-notification:before {
  right: -2px;
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  .categories-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
  }
  .categories-nav .btn {
    padding: 0 20px;
    min-width: unset;
  }
}

.heading-main-page,
.heading-second-page,
.heading-third-page {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .heading-main-page,
  .heading-second-page,
  .heading-third-page {
    margin-top: 0px;
    margin-bottom: -50px;
  }
}
.heading-main-page .heading-logo,
.heading-second-page .heading-logo,
.heading-third-page .heading-logo {
  position: absolute;
  top: -111px;
  z-index: 1;
  left: -80px;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 640px) {
  .heading-main-page .heading-logo,
  .heading-second-page .heading-logo,
  .heading-third-page .heading-logo {
    left: 0;
    width: 100%;
    justify-content: center;
    position: relative;
    top: -20px;
  }
  .heading-main-page .heading-logo img,
  .heading-second-page .heading-logo img,
  .heading-third-page .heading-logo img {
    width: 285px;
    max-width: min(285px, 100%);
    height: auto;
    aspect-ratio: 416 / 257;
    object-fit: contain;
    transform: none;
  }
}
.heading-main-page .heading-text,
.heading-second-page .heading-text,
.heading-third-page .heading-text {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-left: 365px;
  font-size: 35px;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .heading-main-page .heading-text,
  .heading-second-page .heading-text,
  .heading-third-page .heading-text {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .heading-main-page {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .heading-main-page .heading-text {
    padding-left: 0 !important;
    font-size: 16px !important;
    text-align: center !important;
    color: var(--grey-dark-1);
    font-weight: 500;
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .heading-hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .heading-third-page {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .heading-third-page .heading-logo {
    display: none;
  }
  .heading-third-page .heading-text {
    padding-left: 0 !important;
    font-size: 30px !important;
    text-align: center !important;
    display: block !important;
    margin-top: 20px;
  }
}

.product-item .container {
  width: auto;
}

/* Малая карточка: grid — футер всегда отдельной строкой (не режется overflow/aspect-ratio). */
.product-item-small {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "main"
    "footer";
  aspect-ratio: 1/1.287;
  min-height: 0;
  overflow: hidden;
}
.product-item-small .product-item-header {
  grid-area: main;
  align-self: start;
  justify-self: end;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 12px 12px 0;
  pointer-events: none;
}
.product-item-small .product-item-header > * {
  pointer-events: auto;
}
.product-item-small .product-item-content {
  grid-area: main;
  align-self: stretch;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.product-item-small .product-item-content .product-item-image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item-small .product-item-content .product-item-image img,
.product-item-small .product-item-content .product-item-image picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-item-small .product-item-content .product-item-image img {
  height: 100%;
  width: 100%;
  /* Keep top of cover art (baked-in titles) when box is wider than portrait art. */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.product-item-small .product-item-content .product-item-title {
  font-size: 20px;
  text-overflow: ellipsis;
  color: var(--secondary-dark);
  font-weight: 900;
  line-height: 1.15;
  margin: 5px 12px 0 17px;
  padding-top: 2px;
  flex: 0 0 auto;
  min-width: 0;
}
.product-item-small .product-item-content .product-item-title span {
  padding-bottom: 2px;
}
.product-item-small .product-item-content .product-item-title.long-title {
  font-size: 18px;
}
.product-item-small .product-item-footer {
  grid-area: footer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 0 12px 12px;
  min-height: 52px;
}
.product-item-small .product-item-footer .product-item-price {
  padding-left: 5px;
  color: var(--brand-1);
  font-size: 16px;
  font-weight: 900;
  min-width: 0;
}
.product-item-small .product-item-footer .product-item-add {
  flex-shrink: 0;
}
.product-item-small .product-item-footer .btn-square.size-s {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.product-item-medium {
  aspect-ratio: 1.665/1;
  padding: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  container-type: inline-size;
  container-name: product-item-medium;
}
.product-item-medium .container {
  margin: 0;
}
.product-item-medium .product-item-image-bg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.product-item-medium .product-item-image-bg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transform-origin: right bottom;
}
.product-item-medium .product-item-content {
  padding-top: 20px;
  flex-direction: column;
  gap: 20px;
  display: flex;
  flex: 1 1 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .product-item-medium .product-item-content {
    padding-top: 10px;
  }
}
.product-item-medium .product-item-content .product-item-title {
  font-size: 33px;
  color: var(--white);
  font-weight: 900;
  padding-left: 20px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .product-item-medium .product-item-content .product-item-title {
    font-size: 25px;
    padding-left: 10px;
  }
}
.product-item-medium .product-item-content .product-item-text {
  font-size: 14px;
  font-weight: 900;
  color: var(--grey-dark-3);
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-item-medium .product-item-content .product-item-text {
    padding-left: 10px;
  }
}
.product-item-medium .product-item-footer {
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.product-item-medium .product-item-footer .btn-icon {
  color: var(--white);
}
.product-item-medium.light-2-bg .product-item-footer .product-item-price {
  background: rgba(253, 252, 255, 0.9);
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--brand-1);
  font-size: 16px;
  font-weight: 900;
  border-radius: var(--radius-12);
  padding-inline: 10px;
  padding-right: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateX(20px);
  position: relative;
  z-index: -1;
}
@container product-item-medium (max-width: 450px) {
  .product-item-medium .product-item-content .product-item-title {
    font-size: 22px;
  }
}
@container product-item-medium (max-width: 330px) {
  .product-item-medium .product-item-content {
    padding-top: 0px;
  }
  .product-item-medium .product-item-content .product-item-text {
    padding-left: 0;
  }
  .product-item-medium .product-item-content .product-item-title {
    font-size: 22px;
    padding-left: 0;
  }
  .product-item-medium .product-item-footer {
    padding-left: 0;
  }
}

.product-item-medium-2 .row {
  gap: 10px;
}
.product-item-medium-2 .product-item-title {
  font-size: 31px;
}
@media only screen and (max-width: 1024px) {
  .product-item-medium-2 .product-item-title {
    font-size: 21px;
  }
}
.product-item-medium-2 .product-item-image img {
  max-width: 100%;
  height: auto;
}
.product-item-medium-2 .product-item-footer .btn-icon {
  color: var(--grey-dark-2);
}

.help-block {
  min-height: 82px;
}
@media only screen and (max-width: 1024px) {
  .help-block {
    min-height: 70px;
  }
}
.help-block .help-block-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--secondary-dark);
}
@media only screen and (max-width: 1024px) {
  .help-block .help-block-title {
    font-size: 18px;
  }
}
.help-block .help-block-text {
  font-size: 14px;
  line-height: 1.14;
  color: var(--brand-1);
}
@media only screen and (max-width: 640px) {
  .help-block .help-block-text {
    display: none;
  }
  .help-block .help-block-title {
    font-size: 21px;
  }
  .help-block .help-block-link .btn {
    min-width: unset;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: var(--radius-12);
    flex-shrink: 0;
  }
  .help-block .help-block-link span {
    display: none;
  }
  .help-block .help-block-link svg {
    display: block;
  }
}

.gift-item {
  aspect-ratio: 1.238/1;
  overflow: hidden;
}
.gift-item.gift-item-xl {
  aspect-ratio: 0.825/1;
}
@media only screen and (max-width: 640px) {
  .gift-item.gift-item-xl {
    aspect-ratio: 1/1.4625 !important;
  }
}
.gift-item.gift-item-xs {
  aspect-ratio: 2.906/1;
}
@media only screen and (max-width: 1024px) {
  .gift-item.gift-item-xs {
    aspect-ratio: 3/1;
  }
  .gift-item.gift-item-xs .gift-item-content {
    padding: 20px;
  }
}
.gift-item .gift-item-content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .gift-item .gift-item-content {
    padding: 20px;
  }
}
.gift-item .gift-item-content .gift-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 4px;
  word-break: break-word;
  transform: translateY(-18px);
}
@media only screen and (max-width: 1024px) {
  .gift-item .gift-item-content .gift-item-title {
    font-size: 24px;
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 640px) {
  .gift-item .gift-item-content .gift-item-footer {
    margin-top: 20px;
  }
}
.gift-item.gift-item-1, .gift-item.gift-item-2 {
  position: relative;
}
.gift-item.gift-item-1 .gift-item-image, .gift-item.gift-item-2 .gift-item-image {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.gift-item.gift-item-1 .gift-item-image img, .gift-item.gift-item-2 .gift-item-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transform-origin: right bottom;
  height: auto;
}
@media only screen and (max-width: 810px) {
  .gift-item.gift-item-1 .gift-item-footer {
    margin-top: auto;
  }
}
@media only screen and (max-width: 640px) {
  .gift-item.gift-item-1 .gift-item-title {
    font-size: 22px;
  }
  .gift-item.gift-item-1 .gift-item-title br {
    display: none;
  }
  .gift-item.gift-item-1 .gift-item-image img {
    transform: scale(1.5) translateX(31vw) translateY(5vh);
  }
  .gift-item.gift-item-1 .gift-item-footer {
    align-self: flex-start;
  }
}
.gift-item.gift-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  container-type: inline-size;
  container-name: gift-item-2;
}
.gift-item.gift-item-2 .gift-item-image {
  align-items: flex-start;
}
.gift-item.gift-item-2 .gift-item-content {
  margin-top: auto;
}
@media only screen and (max-width: 810px) {
  .gift-item.gift-item-2 .gift-item-footer {
    margin-top: 0;
  }
  .gift-item.gift-item-2 .gift-item-image img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .gift-item.gift-item-2 {
    aspect-ratio: 0.65/1;
  }
  .gift-item.gift-item-2 .gift-item-image img {
    max-width: unset;
    width: 100%;
  }
}
@container gift-item-2 (max-width: 430px) {
  .gift-item.gift-item-2 .gift-item-title {
    font-size: 23px;
    line-height: 1;
  }
  .gift-item.gift-item-2 .gift-item-title br {
    display: none;
  }
  .gift-item.gift-item-2 .gift-item-image picture {
    width: 100%;
  }
  .gift-item.gift-item-2 .gift-item-image img {
    max-width: unset;
    width: 100%;
    display: block;
  }
  .gift-item.gift-item-2 .gift-item-content {
    gap: 20px;
  }
  .gift-item.gift-item-2 .gift-item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .gift-item.gift-item-2 .gift-item-footer .gift-item-text {
    padding-right: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 810px) {
  .gift-item.gift-item-2 .gift-item-footer {
    gap: 10px;
  }
  .gift-item.gift-item-2 .gift-item-title {
    font-size: 20px;
  }
  .gift-item.gift-item-2 .gift-item-content {
    gap: 10px;
  }
  .product-item-medium .product-item-image-bg picture {
    display: flex;
    justify-content: flex-end;
  }
  .md_right-0 {
    right: 0 !important;
  }
  .heading-second-page {
    display: none;
  }
  .subcategories {
    display: none;
  }
  .mobile-menu .footer-content {
    margin-top: 20px;
  }
  .product-item-small-wrap .product-item-content .product-item-image {
    flex-basis: 80% !important;
  }
}
.gift-last-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  gap: 30px;
}
.gift-last-items .gift-item-xs-wrap {
  grid-row: 1/2;
  grid-column: 1/2;
}
.gift-last-items .gift-item-wrap {
  grid-row: 2/3;
  grid-column: 1/2;
}
.gift-last-items .gift-item-xl-wrap {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media only screen and (max-width: 1024px) {
  .gift-last-items {
    gap: 15px;
  }
}
@media only screen and (max-width: 810px) {
  .gift-last-items {
    gap: 15px;
  }
  .gift-last-items .gift-item.gift-item-xs {
    aspect-ratio: unset;
  }
  .gift-last-items .gift-item {
    aspect-ratio: 1/1.2188;
  }
  .gift-last-items .gift-item-xs-wrap {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gift-last-items .gift-item-wrap {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gift-last-items .gift-item-xl-wrap {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 640px) {
  .gift-last-items {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .gift-last-items .gift-item-xs-wrap {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gift-last-items .gift-item-wrap {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gift-last-items .gift-item-xl-wrap {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

.gift-slider {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 10px;
}
.gift-slider * {
  pointer-events: none;
}

.search-area {
  justify-items: center;
  align-items: center;
}
.search-area .search-bar {
  min-width: 65%;
}
.search-area .tags-area {
  min-width: 90%;
}
@media only screen and (max-width: 810px) {
  .search-area .tags-area {
    justify-content: center;
    gap: 10px;
  }
}
.search-area-wrap {
  container-type: inline-size;
  container-name: search-area-wrap;
}
@container search-area-wrap (max-width: 430px) {
  .search-area-wrap .search-area {
    gap: 20px;
  }
  .search-area-wrap .search-bar {
    width: 100%;
  }
  .search-area-wrap .tags-area {
    justify-content: flex-start;
  }
}

.apps-area {
  overflow: hidden;
}
.apps-area .apps-content .apps-text .app-icon img,
.apps-area .apps-content .apps-text .app-qr img {
  width: 50px;
  aspect-ratio: 1/1;
}

.apps-area-wrap .apps-sliders-wrap {
  overflow: hidden;
  height: 100%;
  max-height: 373px;
  pointer-events: none;
  user-select: none
}
.apps-area-wrap {
  container-type: inline-size;
  container-name: apps-area-wrap;
}
@container apps-area-wrap (max-width: 430px) {
  .apps-area-wrap .apps-area {
    flex-direction: column;
  }
  .apps-area-wrap .apps-area .apps-sliders-wrap {
    order: -1;
    overflow: hidden;
    pointer-events: none;
  }
  .apps-area-wrap .apps-area .apps-sliders-wrap * {
    pointer-events: none;
  }
  .apps-area-wrap .apps-area .apps-sliders {
    aspect-ratio: 1.2/1;
    transform: scale(1.25);
    transform-origin: 50px 0px;
  }
  .apps-area-wrap .apps-area .apps-sliders .swiper {
    height: 266px;
  }
  .apps-area-wrap .apps-area .app-icon img {
    width: 100px !important;
  }
  .apps-area-wrap .apps-area .apps-text-wrap {
    flex-direction: row;
    align-items: center;
  }
  .apps-area-wrap .apps-area .apps-links {
    flex-direction: column;
  }
  .apps-area-wrap .apps-area .app-qr,
  .apps-area-wrap .apps-area .app-text {
    display: none;
  }
}

.club-area {
  aspect-ratio: 2.55/1;
  overflow: hidden;
  position: relative;
}
.club-area .club-left-img,
.club-area .club-right-img {
  position: absolute;
  height: 300px;
  width: 200px;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .club-area .club-left-img,
  .club-area .club-right-img {
    height: 200px;
    width: 150px;
  }
}
@media only screen and (max-width: 810px) {
  .club-area .club-left-img,
  .club-area .club-right-img {
    display: none;
  }
}
.club-area .club-left-img img,
.club-area .club-right-img img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.club-area .club-left-img {
  bottom: 0;
  left: 0;
}
.club-area .club-right-img {
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .club-area .club-content-link .btn {
    min-width: 100px;
    height: 42px;
    padding: 0 18px;
  }
}
.club-area .club-content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 810px) {
  .club-area .club-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 810px) {
  .club-area .club-content .club-content-logo {
    display: none;
  }
}
@media only screen and (max-width: 810px) {
  .club-area .club-content .club-content-link {
    justify-content: flex-end;
  }
}
.club-area .club-content .club-content-tabs-area {
  max-width: 100%;
  overflow: hidden;
  margin-left: 50px;
}
@media only screen and (max-width: 810px) {
  .club-area .club-content .club-content-tabs-area {
    margin-left: 0;
  }
}
.club-area .club-content .tabs-buttons {
  max-width: 100%;
  overflow: hidden;
}
.club-area .club-content .tabs-buttons .btn:not(.btn-red) {
  background-color: transparent;
}
.club-area .club-content .tabs-buttons .btn:not(.btn-red):hover {
  color: var(--brand-2);
}
.club-area .club-content .tabs-buttons .btn {
  min-width: 80px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .club-area .club-content .tabs-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .club-area .club-content .tabs-buttons .btn {
    padding: 0 10px;
    font-size: 13px;
  }
}
.club-area .club-content .swiper-container {
  overflow: hidden;
  margin: 0 40px 0 66px;
}
@media only screen and (max-width: 1024px) {
  .club-area .club-content .swiper-container {
    margin: 0;
  }
  .club-area .club-content .swiper-container .tab-title {
    font-size: 22px;
  }
  .club-area .club-content .swiper-container .tab-content {
    margin: 10px 0;
    font-size: 16px;
  }
}
.club-area .club-content .swiper-wrapper {
  display: flex;
}
.club-area-wrap {
  container-type: inline-size;
  container-name: club-area-wrap;
}
@container club-area-wrap (max-width: 430px) {
  .club-area-wrap .club-area {
    aspect-ratio: unset;
  }
  .club-area-wrap .club-area .club-content-tabs-area {
    margin-inline: 0;
  }
  .club-area-wrap .club-area .tabs-buttons {
    flex-wrap: unset;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 10px;
  }
  .club-area-wrap .club-area .tabs-buttons::-webkit-scrollbar {
    display: none;
  }
  .club-area-wrap .club-area .tabs-buttons .btn {
    flex-shrink: 0;
    height: 40px;
    padding: 0 24px;
  }
  .club-area-wrap .club-area .tab-title {
    margin-top: 20px;
  }
  .club-area-wrap .club-area .club-content-link {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .club-area-wrap .club-area .club-content-link .btn {
    height: 50px;
    padding: 0 24px;
  }
  .club-area-wrap .club-area .club-right-img {
    display: flex;
    height: 146px;
    overflow: hidden;
    width: 80%;
    justify-content: flex-end;
  }
  .club-area-wrap .club-area .club-content-logo {
    display: block;
    height: 146px;
  }
  @media only screen and (max-width: 640px) {
    .club-area-wrap .club-area .club-content-logo {
      height: 140px;
    }
  }
  .club-area-wrap .club-area .club-content .club-content-tabs-area {
    overflow: visible;
  }
}

footer {
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  footer .lang-select {
    display: none;
  }
  footer .sub-footer-cop span {
    display: block;
  }
  footer .sub-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    order: -1;
  }
  footer .sub-footer-links a:after {
    display: none;
  }
}

.footer-nav > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Три колонки с равной шириной */
  grid-template-rows: auto auto; /* Минимальная высота ряда, но может быть больше */
  column-gap: 10px;
  row-gap: 20px;
}
@media only screen and (max-width: 640px) {
  .footer-nav > ul {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav > ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-nav > ul li span {
    flex: 1;
  }
  .footer-nav > ul li ul {
    flex-basis: 100%;
    padding-left: 20px;
  }
}
.footer-nav > ul li svg {
  display: none;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .footer-nav > ul li svg {
    display: block;
  }
}
.footer-nav > ul.show-footer-menu li svg {
  opacity: 1;
  transform: rotate(-180deg);
}
.footer-nav > ul ul {
  margin-top: 20px;
}
.footer-nav > ul ul li:has(span) {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .footer-nav ul li > ul {
    display: none;
  }
}
.footer-nav ul.show-footer-menu {
  display: flex;
}

@media only screen and (max-width: 640px) {
  .order-sm-first {
    order: -9999999;
  }
}

@media only screen and (max-width: 640px) {
  .order-sm-last {
    order: 9999999;
  }
}

@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-content {
    gap: 20px;
  }
  .footer-content-wrap .footer-content .footer-social {
    order: -1;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 810px) {
  .footer-content-wrap .footer-content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 810px) {
  .footer-content-wrap .footer-content .apps-links {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .footer-content-wrap .footer-content .apps-links {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 810px) {
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-social .social-links {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-social .btn-social img {
    width: 36px;
    height: 36px;
  }
}
.footer-social a img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 640px) {
  .chat-area {
    flex-basis: 100%;
  }
}

.sub-footer {
  border-top: solid 1px #dddce3;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 810px) {
  .sub-footer {
    flex-wrap: wrap;
  }
}
.sub-footer .sub-footer-links {
  display: flex;
  gap: 5px;
}
.sub-footer .sub-footer-links a:first-child:after {
  content: "|";
  margin-left: 5px;
}
@media only screen and (max-width: 810px) {
  .sub-footer .sub-footer-cop {
    flex-basis: 100%;
    text-align: center;
  }
}

.subscribe-area {
  aspect-ratio: 3.35/1;
}
@media only screen and (max-width: 1024px) {
  .subscribe-area {
    aspect-ratio: 3.35/1;
  }
}
@media only screen and (max-width: 810px) {
  .subscribe-area {
    aspect-ratio: unset;
  }
}
.subscribe-area-wrap {
  container-type: inline-size;
  container-name: subscribe-area-wrap;
}
@container subscribe-area-wrap (max-width: 430px) {
  .subscribe-area-wrap .subscribe-area .subscribe-form {
    flex-direction: column;
  }
}

.social-area {
  aspect-ratio: 1.62/1;
}
@media only screen and (max-width: 1024px) {
  .social-area {
    padding: 20px;
    aspect-ratio: unset;
  }
  .social-area .social-header {
    transform: translateY(-5px);
  }
  .social-area .social-links {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 810px) {
  .social-area {
    padding: 20px;
    aspect-ratio: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

@media only screen and (max-width: 640px) {
  .social-area-wrap {
    display: none;
  }
}

.lang-select {
  position: relative;
  padding: 10px 30px 10px 15px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--secondary-dark);
}
.lang-select.footer-select {
  background: unset !important;
  width: 110px;
}
.lang-select.footer-select .lang-list {
  transition: unset;
  bottom: 100%;
  top: unset;
  width: 110px;
  border-radius: 8px 8px 0 0;
}
.lang-select.lang-select-show.footer-select {
  border-radius: 0 0 8px 8px;
  background: var(--light-2) !important;
}
.lang-select.lang-select-show.footer-select .lang-list {
  transition: max-height 0.5s ease-out;
}
.lang-select .lang-list {
  position: absolute;
  border-radius: 0 0 8px 8px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.lang-select .lang-list ul {
  margin: 0;
  padding: 10px 0 10px 0;
  list-style-type: none;
}
.lang-select .lang-list ul li a,
.lang-select .lang-list ul li span{
  line-height: 28px;
  padding: 0 30px 0 15px;
  cursor: pointer;
  display: block;
}
.lang-select .lang-list ul li:hover {
  background: var(--greys-dark-4);
}
.lang-select .lang-list.show {
  max-height: 300px;
}
.lang-select .selected-lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-select .selected-lang .short-name {
  width: 20px;
  text-transform: capitalize;
  font-weight: 900;
}
.lang-select .selected-lang svg {
  width: 12px;
  height: 12px;
  transform: translateY(2px);
  color: var(--grey-dark-1);
}

.subcategories ul li a {
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .subcategories ul {
    margin-top: 42px;
    flex-wrap: wrap;
    row-gap: 7px;
  }
}
@media only screen and (max-width: 640px) {
  .subcategories {
    display: none;
  }
}
.subcategories a {
  font-size: 14px;
}

.offer-area {
  min-height: 310px;
}
@media only screen and (max-width: 1024px) {
  .offer-area {
    min-height: 20vh;
  }
}
@media only screen and (max-width: 810px) {
  .offer-area .offer-icon img {
    width: 56px;
    height: 56px;
  }
  .offer-area .offer-icon .heading-2 {
    font-size: 24px;
  }
}
.offer-area .offer-top,
.offer-area .offer-text {
  max-width: 75%;
}
@media only screen and (max-width: 810px) {
  .offer-area .offer-top,
  .offer-area .offer-text {
    max-width: 85%;
  }
}
.offer-area .offer-top .offer-icon,
.offer-area .offer-text .offer-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 640px) {
  .offer-area .offer-top {
    flex-direction: column;
    max-width: unset;
  }
  .offer-area .offer-top .offer-icon img {
    width: 78px;
    height: 78px;
  }
  .offer-area .offer-top .offer-title {
    font-size: 23px;
    text-align: center;
    text-wrap: balance;
  }
  .offer-area .offer-top .offer-title br {
    /*display: none;*/
  }
}
@media only screen and (max-width: 640px) {
  .offer-area .offer-text {
    max-width: unset;
    display: block;
  }
}
.offer-area .offer-img {
  pointer-events: none;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .offer-area .offer-img img {
    width: 40vw;
  }
}
@media only screen and (max-width: 810px) {
  .offer-area .offer-img img {
    width: 25vw;
  }
}
@media only screen and (max-width: 640px) {
  .offer-area .offer-img {
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    right: 10px;
  }
  .offer-area .offer-img img {
    width: 80vw;
  }
}
.offer-area .offer-list {
  margin: 0 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 810px) {
  .offer-area .offer-list {
    max-width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .offer-area .offer-list {
    max-width: 100%;
  }
  .offer-area .offer-list li {
    font-size: 14px;
  }
}
.offer-area .offer-list li {
  padding-top: 0;
  display: flex;
  line-height: 1;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-dark);
  margin-bottom: 5px;
  gap: 10px;
}
.offer-area .offer-list li:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjMzU4MWRmIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTguNDE5IDE1LjAwOSA0LjIgNC4yTDIyLjk0NyA4Ljg4NSIvPgogICAgPC9nPgo8L3N2Zz4K ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  content: "";
  flex-shrink: 0;
}

@media only screen and (max-width: 640px) {
  .product-item-price.product-item-price-ext {
    display: flex;
    flex-direction: row !important;
  }
  .product-item-price.product-item-price-ext a {
    flex: 1;
  }
  .product-item-price.product-item-price-ext a img {
    max-width: 100%;
    height: auto;
  }
}
.product-item-price .price-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-dark);
  opacity: 0.5;
}
.product-item-price .price-sum {
  font-size: 24px;
  font-weight: 900;
  color: var(--secondary-dark);
  min-width: 190px;
}

.categories-tabs {
  padding: 0;
}
.categories-tabs li {
  list-style: none;
}
.categories-tabs li a {
  font-weight: 900;
}
.categories-tabs li a[aria-selected=true] {
  color: var(--brand-1);
}

.categories-2-tabs-links {
  display: none;
  overflow: auto;
  width: 100%;
  list-style: none;
  position: relative;
  padding: 0;
  gap: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.categories-2-tabs-links::-webkit-scrollbar {
  display: none;
}
.categories-2-tabs-links li {
  flex-shrink: 0;
  padding: 0 10px;
}
.categories-2-tabs-links a {
  flex: 0 0 auto;
  opacity: 0.5;
  transition: all 0.3s ease;
  max-width: 60vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.categories-2-tabs-links a.active {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .categories-2-tabs-links {
    display: flex;
  }
}

.banner-merch {
  margin-top: 50px;
  height: 260px;
  border-radius: var(--radius-26);
  background-color: var(--secondary-accent-1);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .banner-merch {
    overflow: hidden;
    aspect-ratio: 1.1/1;
    height: unset;
  }
}
@media only screen and (max-width: 640px) {
  .banner-merch .banner-icon svg {
    width: 48px;
    height: 48px;
  }
}
.banner-merch .banner-content {
  max-width: 395px;
  margin: 40px;
  top: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .banner-merch .banner-content {
    margin: 0;
    padding: 20px;
    position: static;
  }
}
.banner-merch .banner-content .banner-text {
  color: var(--secondary-dark);
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .banner-merch .banner-content .banner-text {
    font-size: 16px;
  }
}
.banner-merch .banner-button {
  position: absolute;
  right: 40px;
  bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .banner-merch .banner-button {
    display: none;
  }
}
.banner-merch .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.banner-merch .banner-img picture {
  display: flex;
  justify-content: flex-end;
}
.banner-merch .banner-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .banner-merch .banner-img img {
    max-width: 64%;
  }
}
@media only screen and (max-width: 640px) {
  .banner-merch .banner-img img {
    max-width: unset;
  }
}

.product-specification {
  width: 100%;
}
.product-specification .product-specification-divider {
  flex: 1;
  height: 7px;
  border-bottom: 3px dotted var(--grey-dark-2);
  margin: 0 15px;
}

.product-item-description-text {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.product-item-description-text.init {
  max-height: 80px;
}

.price-sticky {
  position: fixed;
  bottom: 0;
  z-index: 12;
  background: var(--light-4);
  padding: 15px 0;
  border-top: 1px solid #e2e1e4;
}
.price-sticky .btn-red {
  flex: 1;
}
.price-sticky .product-item-price,
.price-sticky .product-buttons {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .cart-header {
    flex-direction: column;
    text-align: center;
  }
  .cart-header .cart-header-title-icon {
    display: none;
  }
  .cart-header .cart-header-title {
    margin-left: auto;
  }
}

.cart-items .cart-item .cart-img {
  width: 184px;
  height: 184px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-items .cart-item .cart-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 810px) {
  .cart-items .cart-item {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cart-items .cart-item .cart-check {
    align-self: flex-start;
  }
  .cart-items .cart-item .cart-right {
    flex-basis: 100%;
  }
  .cart-items .cart-item .cart-img {
    flex: 1;
    width: auto;
    align-self: center;
    aspect-ratio: unset;
    display: flex;
    justify-content: center;
  }
  .cart-items .cart-item .cart-img a {
    display: flex;
    justify-content: center;
    border-radius: var(--radius-26);
    overflow: hidden;
    aspect-ratio: 1;
    height: 170px;
    transform: translateX(-22px);
  }
}
@media only screen and (max-width: 640px) {
  .cart-items .cart-item {
    align-items: center;
  }
  .cart-items .cart-item .cart-check {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    box-shadow: 0 0 0 5px var(--light-2);
    background: var(--light-2);
    border-radius: 0 0 var(--checkbox-radius) 0;
  }
  .cart-items .cart-item .cart-item-title {
    -webkit-line-clamp: 3;
  }
  .cart-items .cart-item .cart-img {
    flex: unset;
    flex-shrink: 0;
    width: unset !important;
    flex-basis: 115px;
    border-radius: var(--radius-12) !important;
  }
  .cart-items .cart-item .cart-img a {
    transform: unset;
    align-items: center;
    height: 100%;
  }
  .cart-items .cart-item .cart-img a img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: unset;
  }
  .cart-items .cart-item .cart-item-description {
    display: none;
  }
  .cart-items .cart-item .cart-right {
    flex-basis: calc(100% - 15px - 115px);
    overflow: hidden;
    margin-left: 0 !important;
  }
}
.cart-items .cart-item .cart-item-header .cart-item-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--secondary-dark);
  font-weight: 900;
  line-height: 1;
  padding-bottom: 2px;
  text-wrap: balance;
}
.cart-items .cart-item .cart-item-header .cart-item-price {
  padding-left: 5px;
  color: var(--brand-1);
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
  white-space: nowrap;
}
.cart-items .cart-item .cart-item-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-dark-1);
  text-wrap: balance;
}

.cart-form [type=text].form-item,
.cart-form [type=email].form-item,
.cart-form [type=url].form-item,
.cart-form [type=password].form-item,
.cart-form [type=number].form-item,
.cart-form [type=search].form-item,
.cart-form [type=time].form-item,
.cart-form textarea.form-item,
.cart-form .select.form-item,
.cart-form select.form-item {
  background-color: var(--white);
}
.cart-form .cart-form-content-form {
  gap: 15px;
  margin-top: 15px;
}
.cart-form .cart-form-content-form label {
  color: var(--grey-dark-1);
  font-size: 14px;
  margin-left: 15px;
}

.help-link {
  background-color: var(--greys-dark-4);
  border-radius: 50em;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: var(--brand-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-cart {
  display: flex;
  align-items: center;
  margin-top: 110px;
  flex-direction: column;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .help-header-title-text {
    text-align: center;
  }
}

.help-screens .help-screens-wrap .help-screen {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.help-screens .help-screens-wrap .help-screen .help-screen-text {
  color: var(--white);
  font-size: 15px;
  position: absolute;
  z-index: 2;
  width: 220px;
}
.help-screens .help-screens-wrap .help-screen.help-screen-1 .help-screen-text {
  top: 82px;
  left: 50%;
  transform: translateX(calc(-50% + 25px));
  width: 180px;
}
.help-screens .help-screens-wrap .help-screen.help-screen-2 .help-screen-text {
  bottom: 111px;
  left: 50%;
  transform: translateX(calc(-50% + 25px));
  width: 200px;
}
.help-screens .help-screens-wrap .help-screen.help-screen-3 .help-screen-text {
  top: 180px;
  left: 50%;
  transform: translateX(calc(-50% + 25px));
}

.help-support {
  aspect-ratio: 3.35;
}

@media only screen and (max-width: 640px) {
  .help-support-footer {
    flex-direction: column;
    gap: 30px;
  }
}

.r-modal.tingle-modal--overflow {
  padding-top: var(--header-height) !important;
}
.r-modal.tingle-modal, .r-modal.tingle-modal--visible {
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  cursor: unset;
  background: rgba(18, 12, 26, 0.78);
}
@media only screen and (max-width: 640px) {
  .r-modal.tingle-modal, .r-modal.tingle-modal--visible {
    background: unset;
  }
}
@media only screen and (max-width: 640px) {
  .r-modal.tingle-modal:has(.confirmation-img), .r-modal.tingle-modal--visible:has(.confirmation-img) {
    background: rgba(18, 12, 26, 0.78);
    display: flex;
    align-items: flex-end;
  }
}
.r-modal .tingle-modal-box {
  background-color: var(--light-1);
  border-radius: var(--radius-26);
  width: 510px;
}
@media only screen and (max-width: 640px) {
  .r-modal .tingle-modal-box {
    width: 100vw;
    border-radius: 0;
    min-height: calc(100dvh - 60px);
    overflow-y: auto;
  }
}
@media only screen and (max-width: 640px) {
  .r-modal .tingle-modal-box:has(.confirmation-img) {
    min-height: unset;
    border-radius: var(--radius-26) var(--radius-26) 0 0;
    margin-bottom: unset;
  }
  .r-modal .tingle-modal-box:has(.confirmation-img) .tingle-modal-box__content {
    padding-inline: 30px;
    padding-bottom: 60px;
  }
}
.r-modal .tingle-modal-box__content {
  padding: 45px 80px 60px;
  min-height: 200px;
}
.r-modal .tingle-modal-box__content:has(.confirmation-img) {
  padding-inline: 65px;
}
.r-modal .tingle-modal-box__content:has(.confirmation-img) .btn {
  min-width: 280px;
}
@media only screen and (max-width: 640px) {
  .r-modal .tingle-modal-box__content {
    padding: 30px;
  }
}
.r-modal .tingle-modal__close {
  display: none;
}
.r-modal .tingle-modal-box__footer {
  background-color: unset;
  position: absolute;
  top: 10px;
  right: 5px;
  padding: 0;
  height: 40px;
}
.r-modal .r-modal-close {
  background-color: unset;
  border: unset;
  cursor: pointer;
  color: var(--grey-dark-2);
  transition: color 0.1s ease-in-out;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 15px 15px 0 0;
}
.r-modal .r-modal-close:after, .r-modal .r-modal-close:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 4px;
  border-radius: 3px;
  height: 100%;
  content: "";
  background: var(--grey-dark-2);
}
.r-modal .r-modal-close:after {
  transform: translateX(-50%) rotate(45deg);
}
.r-modal .r-modal-close:hover {
  color: var(--brand-2);
}
.r-modal .r-modal-close:hover:after, .r-modal .r-modal-close:hover:before {
  background: var(--brand-2);
}
.r-modal .login-form .login-form-item label {
  color: var(--grey-dark-1);
  font-size: 14px;
  margin-left: 15px;
}
.login-form .woocommerce-password-strength {
  flex-shrink: 0;
  margin-inline-start: 10px;
}
@media only screen and (max-width: 640px) {
  .product-description-area {
    display: flex;
    flex-direction: column;
  }
}
.product-description-area {
  container-type: inline-size;
  container-name: product-description-area;
}
@container product-description-area (max-width: 400px) {
  .product-description-area .product-item-title {
    order: -3;
    font-size: 30px !important;
  }
  .product-description-area .product-pay-info {
    order: -1;
  }
  .product-description-area .product-item-price {
    order: -2;
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  .product-description-area .product-item-price .price-sum {
    text-align: left;
    flex: 1;
  }
  .product-description-area .heading-2 {
    font-size: 21px;
  }
  .product-description-area .product-item-header {
    gap: 20px;
    flex-wrap: wrap;
  }
  .product-description-area .product-item-price:has(a + a) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-buttons .btn-red {
  min-width: 270px;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-buttons .btn-red {
    min-width: 100px;
  }
}

.related-ghost-slider {
  overflow: hidden;
}
.gift-item-xs-wrap {
  container-type: inline-size;
  container-name: gift-item-xs;
}
@container gift-item-xs (max-width: 475px) {
  .gift-item-xs-wrap .gift-item-content {
    padding: 20px;
  }
  .gift-item-xs-wrap .heading-2 {
    font-size: 28px;
  }
}
@container gift-item-xs (max-width: 430px) {
  .gift-item-xs-wrap .heading-2 {
    font-size: 22px;
    display: block;
    line-height: 1.05;
  }
}
.product-item-small-wrap {
  container-type: inline-size;
  container-name: product-item-small;
}
@container product-item-small (max-width: 225px) {
  .product-item-small-wrap .product-item-content .product-item-image {
    flex-basis: 70%;
    height: unset;
  }
  .product-item-small-wrap .product-item-content .product-item-title {
    font-size: 18px;
    flex-basis: auto;
  }
}
@container product-item-small (max-width: 210px) {
  .product-item-small-wrap .product-item-content .product-item-title {
    font-size: 16px;
  }
}
@container product-item-small (max-width: 180px) {
  .product-item-small-wrap .product-item-small {
    aspect-ratio: 1/1.689;
  }
  .product-item-small-wrap .product-item-small .product-item-image {
    align-self: center;
    flex-basis: 80% !important;
  }
  .product-item-small-wrap .product-item-small .product-item-image img {
    -o-object-position: top center !important;
       object-position: top center !important;
    transition: unset;
    max-width: 100%;
  }
  .product-item-small-wrap .product-item-small.object-right .product-item-image img {
    -o-object-position: top right !important;
       object-position: top right !important;
    max-width: 150%;
  }
}
@container product-item-small (min-width: 265px) {
  .product-item-small-wrap .product-item-content .product-item-image {
    flex-basis: 80%;
  }
}

@media screen and (min-width: 640px) and (max-width: 810px) {
  @container product-item-small (max-width: 310px) {
    .product-item-small-wrap .product-item-content .product-item-image {
      flex-basis: 60%;
      height: auto;
    }
  }
}
.footer-navs-wrap {
  container-type: inline-size;
  container-name: footer-navs;
}
.product-wrap {
  container-type: inline-size;
  container-name: product-wrap;
}
@container product-wrap (max-width: 850px) {
  .product-wrap .product-images-wrap {
    flex-direction: column;
  }
  .product-wrap .product-images-wrap .product-thumbs-slider {
    order: 2;
  }
  .product-wrap .product-images-wrap .product-thumbs-slider .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .product-wrap .product-images-wrap .product-thumbs-slider .swiper-wrapper .swiper-slide {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
  }
}
.product-images-wrap {
  container-type: inline-size;
  container-name: product-images;
}
@container product-images (max-width: 500px) {
  .product-images-wrap .product-thumbs-slider,
  .product-images-wrap .product-images-slider {
    height: unset;
  }
  .product-images-wrap .product-images-slider .swiper-slide {
    height: unset;
    min-height: 250px;
  }
  .product-images-wrap .product-images-slider .swiper-container {
    aspect-ratio: 1;
  }
}
.help-block-wrap-3 {
  container-type: inline-size;
  container-name: help-block-wrap-3;
}
@container help-block-wrap-3 (max-width: 810px) {
  .help-block-wrap-3 .help-block:has(.help-block-left + .help-block-text) {
    flex-direction: column;
    gap: 10px;
  }
}
.cart-item-wrap {
  container-type: inline-size;
  container-name: cart-item-wrap;
}
@container cart-item-wrap (max-width: 550px) {
  .cart-item-wrap .cart-item {
    padding: 15px;
  }
  .cart-item-wrap .cart-item .cart-img {
    width: 35%;
    aspect-ratio: 1/1;
    height: auto;
    align-self: flex-start;
  }
  .cart-item-wrap .cart-item .cart-img img {
    aspect-ratio: 1;
  }
  .cart-item-wrap .cart-item .cart-right {
    margin-left: 15px;
  }
  .cart-item-wrap .cart-item .cart-item-header {
    flex-direction: column;
    gap: 5px;
  }
  .cart-item-wrap .cart-item .cart-item-header .cart-item-price {
    padding-left: 0;
  }
  .cart-item-wrap .cart-item .cart-item-footer {
    gap: 20px;
    margin-top: 10px;
  }
  .cart-item-wrap .cart-item .cart-item-footer .btn-transparent {
    gap: 5px;
  }
}

.help-screens-wrap {
  flex-wrap: wrap;
  row-gap: 30px;
  container-type: inline-size;
  container-name: help-screens;
}
@container help-screens (max-width: 900px) {
  .help-screens-wrap .help-screens {
    padding: 20px 10px;
  }
  .help-screens-wrap .help-screens .help-screen {
    flex-shrink: 0;
  }
}
.help-block-wrap-2 {
  container-type: inline-size;
  container-name: help-block-2;
}
@container help-block-2 (max-width: 450px) {
  .help-block-wrap-2 .help-block-2 {
    flex-direction: column;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 480px) {
  .help-block-wrap-2 .help-block-2 {
    aspect-ratio: unset;
  }
}

@media only screen and (max-width: 640px) {
  .product-item-medium-wrap .product-item-medium {
    aspect-ratio: 1/0.81;
    padding-top: 30px;
    padding-left: 20px;
  }
  .product-item-medium-wrap .product-item-medium .product-item-content {
    gap: 20px;
  }
  .product-item-medium-wrap .product-item-medium .product-item-content .product-item-text {
    max-width: 80%;
  }
  .product-item-medium-wrap .product-item-medium .product-item-content .product-item-text br {
    display: none;
  }

  /* Карточка medium-2 («10 Кручений»): без фикс. aspect-ratio — убираем «пустоту» между текстом и футером */
  .product-item-medium-wrap .product-item-medium-2 {
    aspect-ratio: auto;
    min-height: 0;
    padding: 12px;
  }

  .product-item-medium-wrap .product-item-medium-2 > .container.flex-1 {
    flex: 0 1 auto;
  }
}

@media only screen and (max-width: 640px) {
  .product-item-medium-accent-wrap .product-item-medium {
    aspect-ratio: 1.2/1;
    padding-top: 30px;
    padding-left: 20px;
  }
  .product-item-medium-accent-wrap .product-item-medium .product-item-text {
    font-size: 15px;
  }
  .product-item-medium-accent-wrap .product-item-medium .product-item-image-bg img {
    -o-object-position: right;
       object-position: right;
    transform: translateY(7vw) translateX(5vw);
  }
}
@container product-item-medium (max-width: 500px) {
  .product-item-medium .product-item-image-bg {
    overflow: hidden;
  }
  .product-item-medium .product-item-image-bg img {
    max-height: 75%;
    width: auto;
    -o-object-position: right;
       object-position: right;
  }
}

.hamburger {
  background: 0 0;
  border: unset;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
  width: 25px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
  display: none;
  padding: 5px 4px;
  justify-content: space-between;
}
.hamburger:before {
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  top: -12px;
  left: -12px;
}
.hamburger span {
  background: var(--brand-1);
  display: block;
  border-radius: 50em;
  height: 3px;
}
.hamburger span:last-child {
  width: 60%;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  z-index: 99;
  width: calc(100% - 40px);
  max-width: 100%;
  background-color: var(--light-4);
  transform: translateX(calc(-100% - 10px));
  transition: transform 0.5s ease-in-out;
  border-radius: 0 var(--radius-26) 0 0;
}
.mobile-menu .text-large-dark {
  font-size: 18px;
}
.mobile-menu .heading-3 {
  font-size: 18px;
}
.mobile-menu .hamburger {
  display: flex;
}
.mobile-menu .hamburger span {
  display: block;
  transform: rotate(45deg);
  transform-origin: top left;
}
.mobile-menu .hamburger span:nth-child(2) {
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
.mobile-menu .hamburger span:nth-child(3) {
  display: none;
}
.mobile-menu .mobile-menu-in {
  display: flex;
  padding: 20px;
  flex-direction: column;
  flex-basis: 100%;
}
.mobile-menu .mobile-menu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  max-width: 100%;
  background: #fbfcff;
  border-radius: 0 var(--radius-26) 0 0;
  z-index: 2;
  height: var(--header-height);
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  justify-content: space-between;
}
.mobile-menu .mobile-menu-header .lang-select {
  padding: 0 10px 0 0;
}
.mobile-menu .mobile-menu-header .lang-select .lang-list {
  left: auto;
  right: 0;
}
.mobile-menu .container {
  width: 100%;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu .btn {
  min-width: 130px;
  padding: 0 15px !important;
  height: 40px;
  border-radius: var(--radius-12);
}

.mobile-menu-separator {
  height: 1px;
  background: #dddce3;
  margin: 20px -20px;
}

.m-menu-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

.m-menu-link {
  gap: 10px;
}
.m-menu-link .m-menu-link-icon {
  width: 24px;
  height: 24px;
  color: var(--secondary-dark);
}
.m-menu-link .m-menu-link-icon svg {
  width: 24px;
  height: 24px;
}
.m-menu-link .m-menu-link-arrow {
  width: 12px;
  height: 9px;
}
.m-menu-link .m-menu-link-arrow svg {
  width: 12px;
  height: 9px;
  transform: rotate(-90deg);
  transform-origin: top;
}
.m-menu-link .m-menu-link-name {
  margin-left: auto;
  overflow: hidden;
  padding-left: 10px;
  justify-content: flex-end;
  display: flex;
  font-size: 14px;
}
.m-menu-link .m-menu-link-name div {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-menu-link .m-menu-link-text {
  margin-right: auto;
  font-size: 18px;
  font-weight: 900;
  color: var(--secondary-dark);
  padding-left: 15px;
}

body:after {
  position: fixed;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 13;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu-open {
  overflow: hidden;
  height: 100dvh;
}
.mobile-menu-open .debug,
.mobile-menu-open .debug-toggle,
.mobile-menu-open #toggle-helper,
.mobile-menu-open > .dropdown {
  display: none;
}
.mobile-menu-open:after {
  opacity: 1;
}
.mobile-menu-open .mobile-menu {
  transform: unset;
}

@media only screen and (max-width: 640px) {
  .category-2-head .heading-1 {
    display: none;
  }
  .category-2-head > * {
    display: none;
  }
  .category-2-head .categories-tabs-wrap {
    display: flex;
  }
  .category-2-head .categories-tabs {
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .category-2-head .categories-tabs li {
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 640px) {
  /* One active panel in flow — inactive absolute tabs inflated scroll height (see mobile doc-scroll block). */
  .category-2-tabs {
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: static;
  }
  .category-2-tabs .category-2-tab:not(.active) {
    display: none;
  }
  .category-2-tabs .category-2-tab.active {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .category-2-tabs .category-2-tab .category-2-head {
    margin-top: 0;
  }
  .category-2-tabs .without-tab {
    position: static;
  }
}
.capcha .form-item {
  width: 140px;
}

.page {
  margin-top: 45px;
  padding: 60px;
  border-radius: var(--radius-32);
  background-color: var(--light-1);
}
@media only screen and (max-width: 810px) {
  .page {
    padding: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .page {
    padding: 30px 18px;
    margin-top: 30px;
  }
}

.about-banner {
  aspect-ratio: 2.29/1;
  display: flex !important;
  margin-top: 24px;
  overflow: hidden;
  background: var(--greys-dark-4);
  border-radius: var(--radius-32);
  position: relative;
}
@media only screen and (max-width: 810px) {
  .about-banner {
    aspect-ratio: unset;
  }
  .about-banner .heading-1 {
    font-size: 22px;
  }
  .about-banner .par-1 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .about-banner {
    aspect-ratio: 320/350;
  }
}
@media only screen and (max-width: 480px) {
  .about-banner .heading-1 {
    font-size: 18px;
  }
  .about-banner .par-1 {
    font-size: 14px;
    line-height: 1;
  }
}
.about-banner .about-banner-left {
  flex: 1;
  padding: 72px 0 10px 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 810px) {
  .about-banner .about-banner-left {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .about-banner .about-banner-left {
    padding-right: 40vw;
  }
}
.about-banner .about-banner-right {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .about-banner .about-banner-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .about-banner .about-banner-right picture {
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .about-banner .about-banner-right img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
.about-banner .about-banner-right img {
  max-width: 100%;
}

.val-area {
  background: var(--light-1);
  border-radius: var(--radius-26);
  padding: 40px 60px 40px 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  aspect-ratio: 1.9/1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 810px) {
  .val-area {
    flex-direction: column;
    padding: 40px;
    aspect-ratio: 1/1.2;
  }
}
@media only screen and (max-width: 640px) {
  .val-area {
    padding: 40px;
    aspect-ratio: unset;
  }
}
.val-area .val-icon {
  grid-row: 1/3;
  grid-column: 1/2;
}
.val-area .val-title {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.48px;
  color: var(--secondary-dark);
  grid-column: 2;
  grid-row: 1;
}
.val-area .val-desc {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: var(--grey-dark-1);
  grid-column: 2;
  grid-row: 2;
}
.val-area .val-desc ul {
  padding-left: 0;
}
.val-area .val-desc ul li {
  display: flex;
  line-height: 1;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 5px;
}
.val-area .val-desc ul li:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggc3Ryb2tlPSIjMzU4MWRmIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTguNDE5IDE1LjAwOSA0LjIgNC4yTDIyLjk0NyA4Ljg4NSIvPgogICAgPC9nPgo8L3N2Zz4K ");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  content: "";
  flex-shrink: 0;
  left: -24px;
  position: absolute;
}
@media only screen and (max-width: 810px) {
  .val-area .val-area {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .val-area .val-icon {
    grid-row: 1;
    grid-column: 1;
  }
  .val-area .val-title {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    align-items: center;
  }
  .val-area .val-desc {
    grid-row: 2;
    grid-column: 1/3;
  }
}

.val-full-area {
  background: var(--light-1);
  border-radius: var(--radius-26);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 27px;
       column-gap: 27px;
  row-gap: 10px;
}
.val-full-area .val-full-icon {
  margin-left: 40px;
  margin-top: 40px;
  grid-row: 1/3;
  grid-column: 1;
}
.val-full-area .val-full-title {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  color: var(--secondary-dark);
  display: flex;
  align-items: flex-end;
  grid-column: 2;
  grid-row: 1;
}
.val-full-area .val-full-desc {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: var(--grey-dark-1);
  grid-column: 2;
  grid-row: 2;
}
.val-full-area .val-full-img {
  margin-left: auto;
  grid-column: 3;
  grid-row: 1/3;
}
@media only screen and (max-width: 640px) {
  .val-full-area .val-full-img {
    width: 100%;
  }
  .val-full-area .val-full-img img {
    width: 100%;
  }
}
.val-full-area .val-full-img img {
  display: block;
}
@media only screen and (max-width: 810px) {
  .val-full-area .val-full-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .val-full-area .val-full-icon {
    grid-row: 1;
    grid-column: 1;
  }
  .val-full-area .val-full-title {
    grid-row: 1;
    grid-column: 2;
    align-items: flex-start;
    margin-top: 40px;
  }
  .val-full-area .val-full-desc {
    grid-row: 2;
    grid-column: 1/4;
    margin-left: 40px;
    margin-right: 40px;
  }
  .val-full-area .val-full-img {
    grid-row: 3;
    grid-column: 1/4;
  }
}

.about-offer .offer-top {
  max-width: 60%;
}
@media only screen and (max-width: 810px) {
  .about-offer .offer-top {
    max-width: 100%;
  }
}
.about-offer .offer-text {
  max-width: 58%;
}
@media only screen and (max-width: 810px) {
  .about-offer .offer-text {
    max-width: 100%;
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .about-offer .offer-text {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.about-offer .offer-img {
  right: 10px;
}
.about-offer .offer-img picture {
  display: flex;
  align-items: flex-end;
}

.part-area {
  margin-top: var(--base-unit);
  padding: 40px;
  background: var(--light-1);
  border-radius: var(--radius-26);
  aspect-ratio: 1/1.44;
}
@media only screen and (max-width: 640px) {
  .part-area {
    aspect-ratio: unset;
  }
}
.part-area .part-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.48px;
  color: var(--secondary-dark);
  margin-top: 10px;
}
.part-area .part-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.27px;
  color: var(--grey-dark-1);
  min-height: 90px;
}
.part-area .part-qr .part-qr-text {
  color: var(--grey-dark-1);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
}
.part-area .part-link {
  font-size: 14px;
  font-weight: 900;
  color: var(--brand-1);
  display: flex;
  gap: 10px;
  align-items: center;
}

.privacy-page p {
  font-weight: 700;
}

.r-modal-title {
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .r-modal-title {
    white-space: normal;
  }
}

.debug {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #182320;
  font-family: sans-serif;
  z-index: 99999998;
}
.debug ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 7px;
       column-gap: 7px;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  margin: 7px;
  font-size: 12px;
  color: #bee6db;
}
.debug ul li {
  white-space: nowrap;
  line-height: 20px;
}
.debug ul li:not(:last-child):after {
  content: "|";
  margin-left: 7px;
  color: #c6ede3;
  opacity: 0.4;
}
.debug ul .undefined {
  opacity: 0.55;
}

.debug-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #3e8686;
  border: unset;
  color: #e5e3ec;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  position: fixed;
  bottom: 4px;
  left: 5px;
  z-index: 99999999;
  opacity: 0.4;
}

body.debug-active .debug-toggle,
body.grid-active #toggle-helper {
  opacity: 1;
}

#toggle-helper {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #3e8686;
  border: unset;
  color: #e5e3ec;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  position: fixed;
  bottom: 38px;
  left: 5px;
  z-index: 99999999;
  opacity: 0.4;
}

.helper-container {
  pointer-events: none;
}

body.grid-active .col,
body.grid-active [class*=col-] {
  background: rgba(187, 83, 222, 0.05);
}

.dropdown-content {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  padding: 20px;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.dropdown-content a:last-child {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed var(--grey-dark-1);
}

.dropdown-content.show {
  display: flex;
}

.dropdown button {
  position: fixed;
  bottom: 70px;
  left: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #3e8686;
  border: unset;
  color: #e5e3ec;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  z-index: 99999999;
  opacity: 0.4;
}

.dropdown:has(.show) button {
  opacity: 1;
}

.home-slider {
  width: 100%;
  aspect-ratio: 2.29/1;
  display: flex !important;
  margin-top: 24px;
}
@media only screen and (max-width: 810px) {
  .home-slider {
    margin-top: 42px;
    aspect-ratio: 1.9/1;
  }
}
@media only screen and (max-width: 640px) {
  .home-slider {
    aspect-ratio: unset;
  }
}
.home-slider .swiper {
  margin: 0 20px;
  height: 100%;
  aspect-ratio: 2.125/1;
}
@media only screen and (max-width: 810px) {
  .home-slider .swiper {
    margin: 0;
    width: 100%;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 640px) {
  .home-slider .swiper {
    margin-inline: 0;
    padding-inline: 12px !important;
    box-sizing: border-box;
    width: 100%;
  }
}
.home-slider .swiper-slide {
  display: flex;
  overflow: hidden;
  background: var(--greys-dark-4);
  border-radius: var(--radius-32);
  background-repeat: no-repeat;
  background-size: cover;
  container-type: inline-size;
  container-name: swiper-slide;
}
.home-slider .swiper-slide .slide-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home-slider .swiper-slide .slide-bg picture,
.home-slider .swiper-slide .slide-bg img {
  width: 100%;
  height: 100%;
  /* Keep top of key-art (baked-in titles/CTAs); avoid contain pillarboxing on portrait src @ wide CSS viewport. */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.home-slider .swiper-slide .slide-text {
  margin-top: auto;
}
.home-slider .swiper-slide.slide-type-2 .slide-title .heading-1 {
  color: #fff;
}
.home-slider .swiper-slide.slide-type-2 .slide-text .par-1 {
  color: var(--light-1);
  opacity: 0.8;
}
.home-slider .swiper-slide .slide-icon {
  width: 82px;
  height: 82px;
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .home-slider .swiper-slide .slide-icon {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  .home-slider .swiper-slide .slide-icon picture,
  .home-slider .swiper-slide .slide-icon img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .home-slider .swiper-slide {
    aspect-ratio: 32/35;
  }

  .home-slider .slide-text {
    display: none;
  }

  .home-slider .slide-link .btn {
    height: 50px;
  }
}

.home-slider .swiper-slide .slide-img {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.home-slider .swiper-slide img {
  display: block;
  max-width: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.home-slider .swiper-slide .slide-left {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  padding: 72px 0 55px 80px;
}
@media only screen and (max-width: 640px) {
  .home-slider .swiper-slide .slide-left {
    position: relative;
    z-index: 2;
    max-width: 54%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px !important;
  }
  .home-slider .swiper-slide .slide-left .slide-title .heading-1 {
    font-size: 20px;
  }
  .home-slider .swiper-slide .slide-left .par-1 {
    line-height: 1.25;
  }
  .home-slider .swiper-slide .slide-left .slide-link {
    margin-top: auto;
  }
}
.home-slider .swiper-slide .slide-right {
  flex: 3.2 1 0;
}
@media only screen and (max-width: 640px) {
  .home-slider .swiper-slide .slide-right {
    flex: 1;
    position: absolute;
    transform: translateX(15%);
    max-width: 62%;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .home-slider .swiper-slide .slide-right .slide-img,
  .home-slider .swiper-slide .slide-right img {
    max-width: 100%;
    height: auto;
  }
}
@container swiper-slide (max-width: 995px) {
  .home-slider .swiper-slide .slide-left {
    padding: 30px 0 10px 30px;
  }
  .home-slider .swiper-slide .slide-title .heading-1 {
    font-size: 36px;
  }
}
@container swiper-slide (max-width: 730px) {
  .home-slider .swiper-slide .slide-left {
    padding: 20px 0 10px 20px;
  }
  .home-slider .swiper-slide .slide-title .heading-1 {
    font-size: 26px;
  }
}
@container swiper-slide (max-width: 600px) {
  .home-slider .swiper-slide .slide-title .heading-1 {
    font-size: 20px;
  }
  .home-slider .swiper-slide p.par-1 {
    font-size: 16px;
    line-height: 1;
  }
}

.swiper-arrow {
  width: 20px;
  height: calc(100% - 80px);
  margin-top: 40px;
  background: var(--white);
  border-radius: 50em;
  border: unset;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
@media only screen and (max-width: 810px) {
  .swiper-arrow {
    display: none;
  }
}
.swiper-arrow:hover {
  opacity: 0.8;
}
.swiper-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.gift-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  padding: 5px;
}
.gift-slider .swiper-slide {
  margin: 5px 10px;
  width: 127px !important;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff, 0 0 5px 5px rgba(0, 0, 0, 0.1);
  aspect-ratio: 128/153;
}
@media only screen and (max-width: 640px) {
  .gift-slider .swiper-slide {
    width: 153px !important;
  }
  .gift-slider .swiper-slide img {
    width: 100% !important;
  }
}
.gift-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

.apps-sliders {
  max-height: 373px;
  overflow: hidden;
}
.apps-sliders .swiper-wrapper {
  transition-timing-function: linear !important;
  posinter-events: none
}
.apps-sliders .swiper-wrapper * {
  posinter-events: none
}
.apps-sliders .swiper {
  height: auto;
  width: 142px;
}
.apps-sliders .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.apps-sliders .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apps-sliders .swiper.swiper-small {
  width: 104px;
}

.product-images-slider {
  position: relative;
  overflow: hidden;
  height: 495px;
  display: flex;
}
.product-images-slider:hover .swiper-button-next,
.product-images-slider:hover .swiper-button-prev {
  transform: translateX(0);
  opacity: 1 !important;
}
.product-images-slider:hover .swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.product-images-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-images-slider .swiper-button-next,
.product-images-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50em;
  background: #fff;
  border: 1px solid var(--grey-dark-3);
  font-weight: bolder;
  opacity: 0 !important;
  transform: translateX(5px);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.product-images-slider .swiper-button-next:after,
.product-images-slider .swiper-button-prev:after {
  font-size: 20px;
  transform: translateX(2px);
  color: var(--secondary-dark);
  font-weight: bolder;
}
.product-images-slider .swiper-button-prev {
  transform: translateX(-5px);
}
.product-images-slider .swiper-button-prev:after {
  transform: translateX(-2px);
}
.product-images-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  height: 495px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-images-slider .swiper-slide img {
  max-width: 100%;
}
.product-images-slider .swiper-zoom-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
}
.product-images-slider .swiper-slide-thumb.swiper-slide-active {
  transform: scale(1.3);
}
.product-images-slider .swiper-pagination {
  font-size: 14px;
  font-weight: 900;
  color: var(--brand-1);
  border-radius: var(--radius-8);
  border: 2px solid var(--greys-dark-4);
  position: absolute;
  width: auto;
  padding: 3px 18px;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  background: rgba(255, 255, 255, 0.5);
}

.product-thumbs-slider {
  height: 495px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 2px;
}
.product-thumbs-slider .swiper-wrapper {
  display: flex;
}
.product-thumbs-slider .swiper-container {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.product-thumbs-slider .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-12);
  cursor: pointer;
}
.product-thumbs-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0 0 0 2px var(--brand-2);
}

.related-products-slider-wrap .swiper-arrow {
  height: unset;
  margin-top: 35px;
  margin-bottom: 35px;
  transition: background-color 0.2s ease-in-out;
}
.related-products-slider-wrap .swiper-arrow:hover {
  background: var(--secondary-accent-2);
}

.related-products-slider {
  overflow: hidden;
}
.related-products-slider .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.related-products-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.related-products-slider .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0 0 0 2px var(--brand-2);
}

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

@media (max-width: 540px) {
  .tingle-modal {
    top: 0;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} /**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

.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;
}

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

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

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

.swiper-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

.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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .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);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: 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: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 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;
  transition: 0.3s opacity;
  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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: var(--swiper-pagination-bullet-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;
  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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  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%;
  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;
  transition: 0.2s transform, 0.2s top;
}

.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: 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;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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;
  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;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.woocommerce-orders-table__cell-order-actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.woocommerce-orders-table__cell-order-actions .cancel-button {
  border-radius: 3px;
  font-size: 100%;
  height: auto;
  line-height: 1;
  padding: .618em 1em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  vertical-align: top;
}

.woocommerce table.my_account_orders td .order-items {
  margin: 0;
  padding-left: 15px;
}

.woocommerce table.my_account_orders td .order-items a {
  color: inherit;
}

.woocommerce table.my_account_orders td .order-items a:hover,
.woocommerce table.my_account_orders td .order-items a:focus {
  color: var(--brand-2);
}

/* Mobile: document scroll + overflow + GB banners (scoped — global .gb-container max-width broke homepage grid) */
@media only screen and (max-width: 640px) {
  /*
   * Guard against any leftover height:100% (cached CSS, plugins). Body is a
   * flex column — a fixed viewport height collapses main and stacks #colophon
   * over the product block.
   */
  html,
  body {
    height: auto !important;
    min-height: 100%;
    min-height: 100dvh;
  }

  html {
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
  }

  body {
    overflow-x: clip;
    overflow-y: visible;
  }

  main {
    flex: 1 0 auto;
    min-height: 0;
  }

  #colophon.site-footer {
    position: static;
    flex-shrink: 0;
  }

  header.site-header > .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Главная: блоки GB сразу под main не попадали под .container .gb-container */
  #primary.site-main > .gb-container,
  #primary.site-main > .wp-block-generateblocks-container {
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
  }

  .container .gb-container,
  .container .wp-block-generateblocks-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .gb-button,
  a.gb-button,
  button.gb-button {
    display: inline-flex !important;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .user-profile {
    min-width: 0;
    max-width: calc(100vw - 24px);
  }

  /* Малая карточка: три строки — иконки над превью, футер с кнопкой не в overflow. */
  .product-item-small {
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "header"
      "main"
      "footer";
    aspect-ratio: auto;
    min-height: 280px;
  }

  .product-item-small .product-item-header {
    grid-area: header;
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    padding: 10px 12px 0;
  }

  .product-item-small .product-item-content {
    grid-area: main;
  }

  .product-item-small .product-item-content .product-item-image {
    flex: 1 1 auto;
    height: auto;
    min-height: 110px;
    max-height: 180px;
  }

  .product-item-small .product-item-footer {
    grid-area: footer;
  }

  /* Shop/archive: row must grow with flex children (not collapse in nested flex). */
  .woocommerce .row,
  .site-main .row:has(.product-item-small-wrap) {
    flex: 1 1 auto;
    align-content: flex-start;
    /* base-unit drops to 15px ≤640px — restore desktop-like gutters between cards */
    --shop-grid-gap: 20px;
    gap: var(--shop-grid-gap);
  }

  .woocommerce .row > .col-sm-6,
  .site-main .row:has(.product-item-small-wrap) > .col-sm-6 {
    flex-basis: calc(50% - var(--shop-grid-gap) / 2);
    max-width: calc(50% - var(--shop-grid-gap) / 2);
  }

  /* Home promos: avoid aspect-ratio reserving empty bands on narrow viewports. */
  .club-area,
  .club-area-wrap .club-area {
    aspect-ratio: unset;
    min-height: 0;
  }

  .club-area .club-content .swiper-container {
    min-height: 0;
    height: auto;
  }

  .club-area .club-content .swiper-wrapper {
    height: auto;
  }

  /* GB / block sections: do not reserve multi-viewport min-heights. */
  #primary.site-main .gb-container,
  #primary.site-main .wp-block-generateblocks-container {
    min-height: 0 !important;
    height: auto !important;
  }

  .product-item-description-text {
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .empty-cart {
    margin-top: 48px;
    margin-bottom: var(--base-unit);
  }

  .empty-cart + .categories-wrap,
  .woocommerce-cart .categories-wrap {
    margin-top: 0;
  }
}
