*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::after:not(.default),
::before:not(.default),
:not(.default) {
  margin: 0;
  padding: 0;
}
ol:not(.default),
ul:not(.default) {
  padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol:not(.default),
p,
ul:not(.default) {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ol[class]:not(.default),
ul[class]:not(.default) {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
button,
input,
select,
textarea {
  font: inherit;
}
/*.h1,
.h2,
.h4,
.h5,
h1,
h2,
h4,
h5 {
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.h1,
h1 {
  font-size: 72px;
  text-transform: uppercase;
}
.h2,
h2 {
  font-size: 42px;
}
.h3,
h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 18px;
}*/
.h6,
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.h7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.content h1,
.h1 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
}
.content h2,
.h2 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}
.content h3,
.h3 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
.content h4,
.h4 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.content h5,
.h5 {
  margin-bottom: 10px;
  font-family: Manrope;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.content p,
.p {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin: 10px 0 15px;
}
.content ul {
  margin: 10px 0 15px 20px;
}
.content li {
  margin: 5px 0;
}
.subhead {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.descr {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.link-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.subtitle {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}
.navlink {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.bold {
  font-weight: 700 !important;
}
.semibold {
  font-weight: 600 !important;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.accent {
  color: #000 !important;
}
.grey {
  color: rgba(0, 0, 0, 0.5) !important;
}
.grey.important {
  color: rgba(0, 0, 0, 0.5) !important;
}
.price-old {
  text-decoration: line-through !important;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.post-content h1 {
  margin-bottom: 32px !important;
}
.post-content h2 {
  margin: 16px 0 !important;
}
.post-content p {
  margin: 16px 0 !important;
}
.centered-heading {
  text-align: center;
  max-width: 665px;
  margin: 0 auto 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.m-title {
  margin-bottom: 24px;
}
.obj-t {
  -o-object-position: top !important;
  object-position: top !important;
}
.obj-r {
  -o-object-position: right !important;
  object-position: right !important;
}
.obj-b {
  -o-object-position: bottom !important;
  object-position: bottom !important;
}
.obj-l {
  -o-object-position: left !important;
  object-position: left !important;
}
.obj-c {
  -o-object-position: center !important;
  object-position: center !important;
}
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-24 {
  gap: 24px;
}
.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-100vh {
  height: 100vh;
}
.x-center {
  margin: 0 auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mt-16 {
  margin-top: 16px;
}
.mtb-16 {
  margin: 16px 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-64-mob {
  margin-bottom: 64px;
}
.mb-64-32 {
  margin-bottom: 64px !important;
}
.m-0 {
  margin: 0 !important;
}
.my-32 {
  margin: 32px 0;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-32-16 {
  margin-bottom: 32px !important;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-4 {
  margin-bottom: 4px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pl-12 {
  padding-left: 12px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ptb-8 {
  padding: 8px 0;
}
.py-24 {
  padding: 24px 0;
}
.pt-24 {
  padding-top: 24px;
}
.p-0 {
  padding: 0 !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-5 {
  padding-bottom: 5px;
}
.ptb-24 {
  padding: 24px 0;
}
.col-12 {
  -webkit-column-gap: 12px !important;
  -moz-column-gap: 12px !important;
  column-gap: 12px !important;
}
.col-16 {
  -webkit-column-gap: 16px !important;
  -moz-column-gap: 16px !important;
  column-gap: 16px !important;
}
.col-24 {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.gap-10 {
  gap: 10px;
}
.gap-4 {
  gap: 4px;
}
.gap-16 {
  gap: 16px;
}
.gap-12 {
  gap: 12px;
}
.gap-32 {
  gap: 32px !important;
}
.gap-32-12 {
  gap: 32px !important;
}
.gap-20 {
  gap: 20px;
}
.gap-8 {
  gap: 8px;
}
.gap-6 {
  gap: 6px;
}
.gap-24 {
  gap: 24px;
}
.gap-24-16 {
  gap: 24px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-12 {
  row-gap: 12px;
}
.row-16 {
  row-gap: 16px;
}
.row-24 {
  row-gap: 24px;
}
.w-full {
  width: 100% !important;
}
.max-w-full {
  max-width: 100%;
}
.section-title {
  margin-bottom: 48px;
}
.grid {
  display: grid;
  gap: 24px;
}
.grid-3-1 {
  grid-template-columns: 3fr 1fr;
}
.grid-2 {
  gap: 32px !important;
  grid-template-columns: 1fr 1fr;
}
.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid-2-1 {
  grid-template-columns: 2fr 1fr;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 32px;
}
.grid-list-item {
  grid-template-columns: 384px minmax(auto, 800px);
}
.ttu {
  text-transform: uppercase;
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.hide {
  display: none;
}
.ovh-scroll-y {
  overflow-y: scroll !important;
}
.ovh-scroll-y::-webkit-scrollbar {
  display: none !important;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.white-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  background: #fff;
  z-index: 20;
  padding: 119px 24px 24px 290px;
  min-height: 100vh;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.ta-center {
  text-align: center;
}
.bor-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-b-none {
  border-bottom: none !important;
}
.big-padding {
  padding: 96px 0;
}
.anim-show {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anim-show.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.icons-wrapper {
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icons-wrapper i {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 11px;
  position: absolute;
}
.icons-wrapper.long-arrow i {
  font-size: 12.5px;
}
.icons-wrapper.long-arrow i:last-child {
  left: -85%;
  bottom: -90%;
}
.icons-wrapper.short-arrow i:last-child {
  left: -92%;
  bottom: -145%;
}
.btn:not(:disabled):hover .icons-wrapper i,
.circle-btn:not(:disabled):hover .icons-wrapper i {
  -webkit-transform: translate(16px, -16px);
  -ms-transform: translate(16px, -16px);
  transform: translate(16px, -16px);
}
.anim_item._active_anim .anim_text_item {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.anim_text_hidden {
  overflow: hidden;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.anim_text_hidden .anim_text_item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  display: block;
}
.opacity-translate.anim_item {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.opacity-translate.anim_item._active_anim {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
body::-webkit-scrollbar {
  width: 9px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #000;
}
body::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
article h3 {
  margin-bottom: 16px !important;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
article p {
  margin: 9px 0;
  color: var(--gray-true-600, #525252);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.columns {
  display: grid;
  grid-template-columns: 488px auto;
  gap: 32px;
}
li::marker {
  background: #000;
}
.modal-body,
.modal-body font,
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body li::marker,
.modal-body p,
.modal-body span {
  color: #000 !important;
}
.section-columns {
  display: grid;
  grid-template-columns: auto 576px;
  gap: 32px;
}
.section-columns.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-columns__img {
  height: 470px;
  overflow: hidden;
}
.section-columns__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-columns__content {
  padding-top: 32px !important;
}
.section-columns__content.black {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 64px;
  gap: 16px;
  color: #fff;
}
.section-columns__content.black h2 {
  color: #fff;
}
.section-columns__content.black,
.section-columns__content.black font,
.section-columns__content.black h1,
.section-columns__content.black h2,
.section-columns__content.black h3,
.section-columns__content.black h4,
.section-columns__content.black h5,
.section-columns__content.black h6,
.section-columns__content.black p,
.section-columns__content.black span {
  color: #cecece !important;
}
.section-columns.equal {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-columns.equal > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-columns.equal .section-columns__img {
  aspect-ratio: 39/32;
  height: 100%;
}
.media-wrapper {
  width: 100%;
  overflow: hidden;
}
.media-wrapper img,
.media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.show-for-mob-flex {
  display: none !important;
}
.show-for-mob {
  display: none !important;
}
.m-heading {
  margin-bottom: 24px;
}
.dark-overlay {
  position: relative;
  z-index: 1;
}
.dark-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
}
.dark-overlay-full.sm:after {
  opacity: 0.4;
}
.dark-overlay-full:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: #141414;
  z-index: -1;
}
.magnet {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-columns__content * {
  margin-left: 0 !important;
}
.full-screen-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-screen-image.object-bottom {
  background-position: bottom;
}
.element-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.element-heading a,
.element-heading button {
  text-transform: uppercase;
}
.icon-w-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.icon-w-text i {
  font-size: 12px;
  font-weight: 700;
}
.under-header {
  margin-top: -98px;
  position: relative;
}
.screen-overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  gap: 24px;
}
.info-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.info-row .btn {
  width: 233px !important;
}
.info-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
[data-aos="fade-right"] {
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
@font-face {
  font-family: amica;
  src: url(../fonts/icons/amica.eot?7j7ehw);
  src: url(../fonts/icons/amica.eot?7j7ehw#iefix) format("embedded-opentype"),
    url(../fonts/icons/amica.ttf?7j7ehw) format("truetype"),
    url(../fonts/icons/amica.woff?7j7ehw) format("woff"),
    url(../fonts/icons/amica.svg?7j7ehw#amica) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" i-"],
[class^="i-"] {
  font-family: amica !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-heart-filled:before {
  content: "\e901";
}
.i-grid:before {
  content: "\e900";
}
.i-heart-stoked:before {
  content: "\e902";
}
.i-search:before {
  content: "\e903";
}
.i-cart:before {
  content: "\e905";
}
.i-simple-arrow-right:before {
  content: "\e906";
}
.i-simple-arrow-up:before {
  content: "\e907";
}
.i-simple-arrow-left:before {
  content: "\e908";
}
.i-simple-arrow-down:before {
  content: "\e909";
}
.i-close:before {
  content: "\e90a";
}
.i-globus:before {
  content: "\e90b";
}
.i-info:before {
  content: "\e90c";
}
.i-instagram:before {
  content: "\e90d";
}
.i-login:before {
  content: "\e90e";
}
.i-geo:before {
  content: "\e90f";
}
.i-shopping-cart:before {
  content: "\e910";
}
.i-user:before {
  content: "\e911";
}
.text-danger {
  font-size: 12px;
  color: #ff001b;
  line-height: 145%;
}
.tooltip {
  z-index: 4 !important;
}
.alert {
  position: fixed;
  top: 188px;
  background: #000;
  right: 20px;
  z-index: 99;
  color: #fff;
  font-size: 14px;
  padding: 11px 14px;
  border: none !important;
}
.alert a {
  pointer-events: none;
}
.alert button.close {
  margin: 0 0 0 4px;
  position: relative;
  top: 1px;
  background: 0 0;
  color: #fff;
  border: none;
}
.alert:not(:empty) {
  z-index: 55;
  -webkit-animation: appearing 5s ease alternate;
  animation: appearing 5s ease alternate;
  opacity: 0;
}
@-webkit-keyframes appearing {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  15% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes appearing {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  15% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
fieldset {
  border: none !important;
  padding: 0;
}
.login-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page__row > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.cart-products {
  width: 100%;
}
.cart-products-item {
  width: 100%;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-products-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.cart-products-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.cart-products-content__info .actions {
  height: 60px;
}
.cart-products-content__info .actions-btns {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cart-products-content__info input[type="text"] {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.cart-products-content__img {
  width: auto;
  height: 200px;
}
.cart-products-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart-form {
  margin-bottom: 64px;
}
.panel-body {
  padding: 25px 0;
}
.panel-body:after,
.panel-body:before {
  content: none !important;
}
.panel-body #input-coupon {
  height: 100% !important;
}
.cart-total-table {
  max-width: 408px;
  margin-left: auto;
  padding-right: 16px;
  margin-bottom: 36px;
}
body:not(:has(.under-header)) .header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body:not(:has(.under-header)) .header a:not(.btn),
body:not(:has(.under-header)) .header button:not(.btn),
body:not(:has(.under-header)) .header span:not(.btn) {
  color: #000 !important;
}
body:not(:has(.under-header)) .header .logo {
  -webkit-filter: invert(0);
  filter: invert(0);
}
body:not(:has(.under-header)) .header .cart-quantity {
  color: #fff !important;
  background: #000;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  background: 0 0;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.2s ease !important;
}
.header a:not(.logo),
.header button {
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.header a:not(.logo):active,
.header button:active {
  opacity: 0.5 !important;
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  gap: 84px;
}
.header__menu a,
.header__menu button,
.header__menu span {
  color: #fff;
}
.header__menu .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.header .logo {
  height: 50px;
  width: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header .logo img,
.header .logo svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-action i {
  font-size: 16px;
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links li .dropdown-arrow {
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.nav-links li.active .dropdown-arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.nav-links li.active .nav-links__submenu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.nav-links__submenu {
  position: absolute;
  left: -63px;
  min-width: 577px;
  top: calc(100% + 40px);
  background: #fff;
  -webkit-box-shadow: 5px 15px 19px -10px rgba(16, 24, 40, 0.2);
  box-shadow: 5px 15px 19px -10px rgba(16, 24, 40, 0.2);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.nav-links__submenu .submenu-lists {
  padding: 32px 64px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.nav-links__submenu .submenu-lists > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav-links__submenu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.nav-links__submenu ul li.nav-list-title a {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5) !important;
}
.nav-links__submenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  color: #000;
}
.text-white {
  color: #fff !important;
}
.submenu-footer {
  background: #000;
  padding: 18px;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
:root {
  --marquee-speed: 14s;
  --marquee-hover-offset: 0px;
  --marquee-hover-transition-speed: 0.7s;
  --marquee-fade-edges: 0;
}
.marquee {
  overflow: hidden;
  background: var(--gray-50, rgba(96, 96, 96, 0.5));
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  padding: 18px 0;
}
.marquee span {
  padding: 0 12px;
  border-right: 1px solid #fff;
  color: #fff;
}
.marquee,
.marquee > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.marquee > div {
  -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
  animation: animate-marquee var(--marquee-speed) infinite linear;
  -webkit-transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  will-change: transform, margin-left;
}
.marquee:hover > div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  margin-left: var(--marquee-hover-offset);
}
@-webkit-keyframes animate-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes animate-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}
.page-heading {
  margin: 32px 0;
}
.page-heading__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.breadcrumbs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumbs-body span {
  color: rgba(0, 0, 0, 0.5);
}
.footer {
  background: #fff;
  padding: 32px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  gap: 24px;
}
.body-footer {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  padding-bottom: 32px;
  gap: 24px;
}
.body-footer ul li:not(:last-child) {
  margin-bottom: 24px;
}
.body-footer__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.body-footer__first i {
  font-size: 24px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 32px;
}
.pagination.mobile {
  display: none;
}
.pagination__btn {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: none;
}
.pagination__btn i {
  display: none;
}
.body-pagination {
  position: static;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body-pagination a,
.body-pagination button {
  font-weight: 600;
}
.body-pagination a.body-pagination__number:hover,
.body-pagination button.body-pagination__number:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
.body-pagination__number {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: 0 0;
  border: none;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.body-pagination__number.active,
.body-pagination__number.swiper-pagination-bullet-active {
  background: #000;
  color: #fff;
}
.btn,
button.btn {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 15px 32px;
  border: none;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  background: 0 0;
  color: inherit;
  outline: 0 !important;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px;
}
.btn i,
button.btn i {
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 1px;
}
.btn.md,
button.btn.md {
  padding: 17px 32px;
}
.btn.sm,
button.btn.sm {
  padding: 14px;
  text-transform: none !important;
}
.btn.x-sm,
button.btn.x-sm {
  padding: 12px 24px;
}
.btn.transparent,
button.btn.transparent {
  background: 0 0;
  border: none;
  outline: 0;
  color: #000;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.btn.transparent:hover,
button.btn.transparent:hover {
  background: #fafafa;
}
.btn .btn-primary,
.btn.primary,
button.btn .btn-primary,
button.btn.primary {
  background-color: #000;
  color: #fff;
}
.btn.secondary,
button.btn.secondary {
  background-color: transparent;
  border: 1.5px solid #000;
}
.btn.secondary:not(:disabled):active,
button.btn.secondary:not(:disabled):active {
  opacity: 1;
  border: 1.5px solid #000;
}
.btn.flex-1,
button.btn.flex-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn:not(:disabled):active,
button.btn:not(:disabled):active {
  opacity: 0.85;
}
.btn:disabled,
button.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button {
  cursor: pointer;
}
button.null {
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-btn {
  padding: 10px;
  background: 0 0;
  outline: 0;
  border: none;
}
.icon-btn i {
  font-size: 10px;
}
.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.link {
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: underline !important;
  font-weight: 600;
}
.td-none {
  text-decoration: none !important;
}
.underlined-btn {
  padding: 10px;
  background: 0 0;
  outline: 0;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.5);
}
.checkbox-container {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px !important;
}
.checkbox-container:has(.invalid) .checkmark {
  border: 1.5px solid #ff001b;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  border: 1.5px solid #000;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox-container:hover input ~ .checkmark {
  background: rgba(0, 0, 0, 0.2);
}
.checkbox-container input:checked ~ .checkmark {
  background: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.checkbox-container .checkmark:after {
  left: 7.4px;
  top: 1px;
  width: 6px;
  height: 14px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-select-wrapper,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
select.select,
textarea {
  width: 100%;
  position: relative;
  outline: 0;
  resize: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: inherit;
  background: #fff;
  border: none;
  border-bottom: 1.5px solid #000;
  border-radius: 0;
  padding: 13px 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.form-select-wrapper.sm,
input[type="date"].sm,
input[type="email"].sm,
input[type="number"].sm,
input[type="password"].sm,
input[type="search"].sm,
input[type="tel"].sm,
input[type="text"].sm,
input[type="time"].sm,
select.select.sm,
textarea.sm {
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
}
.form-select-wrapper:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
select.select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 1.5px #000;
  box-shadow: inset 0 0 0 1.5px #000;
}
.form-select-wrapper::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
select.select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #737373;
}
.form-select-wrapper::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
select.select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #737373;
}
.form-select-wrapper:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
select.select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #737373;
}
.form-select-wrapper::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
select.select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #737373;
}
.form-select-wrapper::placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
select.select::placeholder,
textarea::placeholder {
  color: #737373;
}
.form-select-wrapper.with-icon,
input[type="date"].with-icon,
input[type="email"].with-icon,
input[type="number"].with-icon,
input[type="password"].with-icon,
input[type="search"].with-icon,
input[type="tel"].with-icon,
input[type="text"].with-icon,
input[type="time"].with-icon,
select.select.with-icon,
textarea.with-icon {
  padding-left: 42px;
}
.form-select-wrapper.invalid,
input[type="date"].invalid,
input[type="email"].invalid,
input[type="number"].invalid,
input[type="password"].invalid,
input[type="search"].invalid,
input[type="tel"].invalid,
input[type="text"].invalid,
input[type="time"].invalid,
select.select.invalid,
textarea.invalid {
  border-bottom: 1.5px solid transparent;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.5);
}
textarea {
  border: 1.5px solid #000;
}
label:has(.with-icon) {
  position: relative;
}
label:has(.with-icon) .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1 !important;
  color: #737373;
  left: 13px;
  font-size: 16.8px;
}
.iti {
  width: 100%;
}
textarea {
  height: 130px;
}
.form-body {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.form-field label {
  color: #424242;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.filled-input-label {
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.filled-input-label .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #667085;
}
select {
  color: rgba(0, 0, 0, 0.5);
}
select:has(option:checked:not(:disabled)) {
  color: #000;
}
.select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.select-container select {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 100%;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.5) !important;
}
.select-container i {
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 600;
}
select.nulled {
  cursor: pointer;
  border: none;
  outline: 0;
  background: 0 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blurred-overlay {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 115;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none !important;
  opacity: 0;
}
.blurred-overlay.white {
  -webkit-transition: none !important;
  transition: none !important;
}
.blurred-overlay.active {
  pointer-events: all !important;
  opacity: 1;
}
.blurred-overlay.active.white {
  background: #fff !important;
  opacity: 1 !important;
}
.blurred-overlay::-webkit-scrollbar {
  display: none !important;
}
.blurred-overlay:has(.modal-form-body) {
  padding: 0 20px;
}
.modal .modal-wrapper {
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal .modal-wrapper .modal-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 64px 64px;
}
.modal .modal-wrapper .modal-body__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.modal .modal-wrapper .modal-body__form .form-field {
  margin-bottom: 24px;
}
.modal.auth-modal .modal-wrapper,
.modal.subscribe-modal .modal-wrapper {
  width: calc(100vw - 20px);
  max-width: 450px;
}
.modal.auth-modal .modal__img,
.modal.subscribe-modal .modal__img {
  height: 100%;
  width: 100%;
}
.modal.auth-modal .modal__img img,
.modal.subscribe-modal .modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal.auth-modal .modal-body,
.modal.subscribe-modal .modal-body {
  padding: 42px 45px 25px;
}
.modal.subscribe-modal .modal-body .logo {
  margin-bottom: 35px;
  height: 42px;
}
.modal.auth-modal .modal-body .logo {
  margin-bottom: 10px;
  height: 42px;
}
.modal.auth-modal .modal-body .logo img,
.modal.subscribe-modal .modal-body .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal.auth-modal .modal-body .text,
.modal.subscribe-modal .modal-body .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.modal.auth-modal .modal-body .text span,
.modal.subscribe-modal .modal-body .text span {
  color: rgba(0, 0, 0, 0.5);
}
.modal.auth-modal .modal-body .disclaimer,
.modal.subscribe-modal .modal-body .disclaimer {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  max-width: 450px;
  width: 100%;
  margin: 32px auto 0;
}
.modal.main-modal .modal-body {
  gap: 20px !important;
}
.modal.main-modal .modal-body .cart-item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
  padding-left: 0;
}
.modal.main-modal .modal-body .cart-item__img {
  height: 188px;
}
.open-modal {
  cursor: pointer;
}
i.close-btn {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 24px;
  top: 24px !important;
  color: #737373;
  font-size: 14px;
}
i.close-btn:hover {
  color: #d6d6d6;
}
.radio-button-container {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.radio-button-container .checkmark {
  position: relative;
  min-height: 24px;
  min-width: 24px;
  max-height: 24px;
  max-width: 24px;
  border-radius: 50%;
  border: 1.5px solid #000;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.radio-button-container:hover input ~ .checkmark {
  border-color: #000;
}
.radio-button-container input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #000;
}
.radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-button-container .checkmark:after {
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
}
.radio-button-container img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
.main-slider,
.mobile-slider {
  position: relative;
  padding-bottom: 90px;
}
.main-slider .swiper-slide > div {
  height: 400px;
}
.slider-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.slider-controls {
  position: absolute;
  width: 100%;
  z-index: 44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}
.slider-controls:not(.products-slider-controls) {
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-controls.products-slider-controls {
  top: 127px;
}
.slider-controls.right {
  right: 0;
  bottom: 0;
  top: unset;
  left: unset;
}
.slider-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-focus: none;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: none;
}
.slider-btn.product-slider-btn {
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #d6d6d6;
}
.slider-btn i {
  font-size: 12px;
}
.slider-btn:not(:disabled):active {
  background: rgba(255, 255, 255, 0.9);
}
.mobile-slider .slider-controls {
  left: 50% !important;
  right: 50% !important;
  -webkit-transform: translate(-50%) !important;
  -ms-transform: translate(-50%) !important;
  transform: translate(-50%) !important;
}
.list-content-accordion.lg .list-content-accordion__trigger {
  padding: 32px 0;
}
.list-content-accordion.lg .body-accordion__content {
  padding-bottom: 32px;
}
.list-content-accordion__item {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.list-content-accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-content-accordion__trigger.active {
  color: rgba(0, 0, 0, 0.5);
}
.list-content-accordion__trigger i {
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-content-accordion__trigger i.expanded-btn {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  color: rgba(0, 0, 0, 0.5);
}
.body-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.body-accordion__content {
  padding-bottom: 18px;
  padding-top: 0;
}
.body-accordion__content h3,
.body-accordion__content h4 {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.body-accordion__content ul {
  list-style-position: inside;
  margin-left: 28px;
}
.body-accordion__content ul li {
  line-height: 24px;
}
.rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-wrapper span {
  color: var(--gray-true-600, #525252);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 2px;
}
.products-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.product-card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  font-size: 25px;
  border: none;
  outline: 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.product-card-action i {
  color: #fff;
  font-size: 16px;
}
.product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 20;
}
.product-badges.sm {
  top: 12px;
  left: 12px;
}
.product-badges.sm .product-badge {
  font-size: 10px;
  padding: 5px 10px;
}
.product-badge {
  padding: 10px 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #FF8C9E;
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
}
.product-card {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.product-card__actions {
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
}
.product-card__img {
  position: relative;
  height: calc(100vh - 200px);
  max-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  display: block;
}
.product-card__img:hover img:first-child {
  display: none;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-card__img img:first-child {
  z-index: 2;
}
.content-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.product-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.product-variations.lg {
  gap: 20px;
  position: relative;
  left: 5px;
}
.product-variations.lg label.variation-circle {
  width: 24px;
  height: 24px;
}
.product-variations.lg label.variation-circle:after {
  width: 36px;
  height: 36px;
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-variations label.variation-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #141414;
  cursor: pointer;
  position: relative;
}
.product-variations label.variation-circle:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -51%);
  -ms-transform: translate(-50%, -51%);
  transform: translate(-50%, -51%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: 0 0;
  border: 1.8px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-variations label.variation-circle.active:after {
  border: 1.8px solid #000;
}
.product-variations label input {
  display: none;
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  color: #424242;
  border-radius: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.tag.outer-tag {
  padding: 2px 10px 2px 3px;
}
.tag.outer-tag span {
  color: var(--gray-true-700, #424242);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.tag.inner-tag {
  background: #fff;
}
.tag.white {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}
.tag.blue {
  background: #f0f9ff;
  border: 1px solid #b9e6fe;
  color: #026aa2;
}
.tag.red {
  background: #fef3f2;
  border: 1px solid #fecdca;
  color: #b42318;
}
.tag.green {
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: #067647;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  width: 100%;
  position: relative;
  z-index: 99;
}
.tabs.gallery-tabs {
  max-width: 400px;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs__item {
  white-space: nowrap;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer !important;
  text-align: center;
  border-radius: 6px;
}
.tabs__item:hover {
  color: #9da4ae;
}
.tabs__item.active {
  background: #000;
  border-bottom: 2px solid #000;
  color: #141414;
}
[data-content] {
  display: none;
}
[data-content].active {
  display: block;
}
.top-banner {
  padding: 18px;
  background: #ff8c9e;
  position: relative;
  z-index: 100;
}
.top-banner__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  gap: 12px;
}
.top-banner__container .subtitle {
  text-transform: unset !important;
}
.top-banner__container a:hover {
  text-decoration: underline !important;
}
.catalog-sidebar {
  width: 176px;
}
.catalog-sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.catalog-sidebar .back-btn {
  display: none;
}
.catalog-sidebar__body {
  height: 100%;
  overflow-y: auto;
}
.catalog-sidebar__body::-webkit-scrollbar {
  display: none;
}
.catalog-sidebar__current {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.catalog-sidebar__others {
  padding-top: 24px;
}
.catalog-sidebar .filters {
  display: none;
}
.load-more-box {
  width: 345px;
  margin: 32px auto 0;
  text-align: center;
}
.load-more-box .title {
  color: #141414;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-bottom: 6px;
}
.load-more-box .count {
  color: #424242;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 12px;
}
.load-more-box .count span {
  font-weight: 600;
}
.load-more-box .progress-scale {
  width: 100%;
  height: 4px;
  background: #e5e5e5;
  position: relative;
  margin-bottom: 24px;
}
.load-more-box .progress-scale .progress {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #000;
}
.load-more-box .btn {
  width: 100%;
}
.load-more-box .see-all-products {
  margin-top: 10px;
}
.quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
.quantity-btn {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  border: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.quantity-btn:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.quantity-btn:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.quantity-input {
  min-width: 63px;
  max-width: 63px;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  font-weight: 600 !important;
  -moz-appearance: textfield;
}
.quantity-input.bordered {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.quantity-input.sm {
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
  min-width: 43px;
  max-width: 43px;
  min-height: 24px;
  max-height: 24px;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-quantity {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: #000 !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 9px;
  position: absolute;
  right: -7px;
  top: -5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700 !important;
}
.header-action {
  position: relative;
}
.cart-modal.active .cart-popup {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.cart-popup {
  height: 100%;
  background: #fff;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  max-width: 425px;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cart-body {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 274px);
}
.cart-body::-webkit-scrollbar {
  width: 8px;
}
.cart-body::-webkit-scrollbar-track {
  background: 0 0;
}
.cart-body::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 8px;
}
.cart-body::-webkit-scrollbar-thumb:hover {
  background: #d6d6d6;
}
.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  position: relative;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-item .remove-product-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-item__img {
  width: 100%;
  height: 166px;
  overflow: hidden;
}
.cart-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.cart-item-body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cart-total-discount,
.cart-item-body__price-discount {
  text-decoration: line-through;
  font-size: smaller;
  margin-right: 5px;
  color: red;
}
.cart-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-footer__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}
.cart-footer__row:first-of-type {
  padding-top: 0;
}
.cart-footer__total {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  color: #fff;
}
.free-delivery {
  width: 100%;
}
.free-delivery > span {
  margin-bottom: 6px;
  display: block;
}
.free-delivery__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.free-delivery__progress span {
  white-space: nowrap;
}
.language-switcher li {
  position: relative;
}
.language-switcher li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.language-switcher li .sub-menu li a,
.language-switcher li .sub-menu li button {
  padding: 10px 5px;
  background: 0 0;
  border: none;
  outline: 0;
  color: #000;
}
.language-switcher li .sub-menu li a:not(:last-of-type),
.language-switcher li .sub-menu li button:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.language-switcher li:has(.sub-menu) {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-switcher li:has(.sub-menu):hover .sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.language-switcher.mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-lang span {
  gap: 8px;
}
.search-modal {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 333;
}
.search-modal .input-group {
  max-width: 60vw;
}
.search-modal .input-group input {
  font-size: 26px;
}
.search-modal .input-group .btn {
  height: 100%;
  outline: 0;
}
.search-modal .input-group .btn i {
  font-size: 20px;
}
.subscribe-form {
  padding: 32px 0;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.subscribe-form__body {
  gap: 24px;
}
.subscribe-form form {
  width: 100%;
  position: relative;
}
.subscribe-form label {
  width: 100%;
}
table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  position: relative;
}
table td,
table th {
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
}
.progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e5e5e5;
}
.progress-bar-fill {
  height: 100%;
  width: 60%;
  background: #141414;
  border-radius: 4px;
}
.review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-left: 22px;
  margin-top: 48px;
  margin-bottom: 48px;
  border-left: 2px solid #000;
}
.review-item h3 {
  font-style: italic;
}
.user-review-item__img {
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.user-review-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.error__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.error__content {
  max-width: 390px;
}
.error svg {
  -o-object-fit: contain;
  object-fit: contain;
}
.error svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hero {
  width: 100%;
  height: calc(100vh - 49px);
  overflow: hidden;
  position: relative;
  margin-bottom: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__body {
  z-index: 2;
  width: 100%;
}
.hero__content {
  text-align: center;
  margin-bottom: 56px;
  color: #fff;
  padding: 0 20px;
}
.swift-up-text span {
  display: inline-block;
  overflow: hidden;
  -webkit-animation: 0.5s swift-up ease-in-out forwards;
  animation: 0.5s swift-up ease-in-out forwards;
}
.swift-up-text i {
  font-style: normal;
  position: relative;
  top: 91px;
  -webkit-animation: 0.9s swift-up ease-in-out forwards;
  animation: 0.9s swift-up ease-in-out forwards;
}
@-webkit-keyframes swift-up {
  to {
    top: 0;
  }
}
@keyframes swift-up {
  to {
    top: 0;
  }
}
.cats-tiles__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.cats-tiles.three-cats .item-cats-tiles {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 350px;
  flex: 1 1 350px;
}
.cats-tiles.two-cats .item-cats-tiles {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
}
.item-cats-tiles {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 200px);
}
.item-cats-tiles img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-cats-tiles h3 {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #fff;
}
.open-filters-btn i {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.open-filters-btn.active i {
  -webkit-transform: scale(-1) !important;
  -ms-transform: scale(-1) !important;
  transform: scale(-1) !important;
}
.catalog-filters__footer #button-filter {
  margin-top: 24px;
}
.catalog-filters {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 100%;
  max-height: 0;
}
.body-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.body-filters__col {
  padding: 0 40px;
}
.body-filters__col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.body-filters__col:first-child {
  padding-left: 0;
}
.body-filters__col:last-child {
  padding-right: 0;
}
.body-filters__col.colors {
  width: 100%;
}
.body-filters__col.colors .body-filters__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  justify-items: stretch;
  gap: 24px 64px;
  width: 100%;
}
.body-filters__col.colors .body-filters__list li {
  margin: 0;
}
.body-filters__col.colors .body-filters__list li:first-child {
  grid-column: 1/-1;
  margin-bottom: 8px;
}
.body-filters__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  white-space: nowrap;
}
.body-filters__list li.filter-item input {
  display: none;
}
.body-filters__list li.filter-item,
.body-filters__list li.filter-item .remove-filter-btn,
.body-filters__list li.filter-item label {
  cursor: pointer;
}
.body-filters__list li.filter-item .remove-filter-btn {
  display: none;
  background: 0 0;
  border: none;
  padding: 0;
  position: absolute;
  right: calc(100% + 12px);
}
.body-filters__list li.filter-item .remove-filter-btn i {
  font-size: 10px;
  font-weight: 700;
}
.body-filters__list li.filter-item:has(.filter-input:checked) {
  position: relative;
}
.body-filters__list li.filter-item:has(.filter-input:checked) .filter-badge {
  background: #000;
  color: #fff;
}
.body-filters__list
  li.filter-item:has(.filter-input:checked)
  .remove-filter-btn {
  display: block;
}
.body-filters__list li a {
  -webkit-transition: opacity 0.2s ease !important;
  transition: opacity 0.2s ease !important;
}
.body-filters__list li a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.body-filters__list li:not(:last-child) {
  margin-bottom: 24px;
}
.body-filters__list li:first-child {
  margin-bottom: 32px;
}
.filter-badge {
  padding: 2px 12px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.filter-color-circle {
  width: 17px;
  height: 17px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #d9bda8;
}
.selected-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.catalog:has(li.active) .catalog__categories {
  display: none !important;
}
.catalog__categories {
  padding: 32px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.body-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.body-categories::-webkit-scrollbar {
  display: none;
}
.item-body-categories {
  height: auto;
}
.item-body-categories__img {
  width: 274px;
  height: 100%;
  overflow: hidden;
  max-height: 340px;
  margin-bottom: 16px;
  display: block;
}
.item-body-categories__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.product-nav .back-to-catalog,
.product-nav .product-nav-btn {
  cursor: pointer;
}
.product-nav .back-to-catalog > a,
.product-nav .product-nav-btn > a {
  width: 20px;
  height: 20px;
  z-index: 3;
  display: block;
  position: absolute;
}
.product-nav .back-to-catalog i,
.product-nav .product-nav-btn i {
  font-size: 14px;
}
.product-nav .back-to-catalog i.i-grid,
.product-nav .product-nav-btn i.i-grid {
  line-height: 28px;
  font-size: 24px;
}
.prev-product:hover .prev-product-wrapper {
  opacity: 1 !important;
  pointer-events: all;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.next-product:hover .next-product-wrapper {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.nav-product-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  -webkit-box-shadow: 1px 6px 10px -3px rgba(0, 0, 0, 0.01);
  box-shadow: 1px 6px 10px -3px rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(5px);
  -ms-transform: translateX(-50%) translateY(5px);
  transform: translateX(-50%) translateY(5px);
}
.nav-product-wrapper__img {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: block;
}
.nav-product-wrapper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-product-wrapper__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
.product-content .out-of-stock {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.product-content table {
  border-collapse: collapse;
  width: 100%;
}
.product-content table td,
.product-content table th {
  padding: 10px;
  text-align: left;
}
.product-content table td {
  opacity: 0.8;
}
.product-content table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-content-row {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.product-content-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.product-content__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
.product-content__heading h1 {
  font-weight: 700 !important;
}
.product-content__heading .add-to-favorites i {
  font-size: 24px;
}
.product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-gallery__img {
  width: 100%;
  height: 637px;
  overflow: hidden;
}
.product-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-info {
  padding-bottom: 16px;
}
.product-info__row {
  position: relative;
  display: grid;
  grid-template-columns: auto 532px;
  gap: 24px;
}
.product-info__slider {
  position: relative;
  display: none;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 37/56;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 32px;
}
.product-info__slider .media-wrapper {
  width: 100%;
  height: 100% !important;
}
.product-info__slider .product-slider-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-info__slider .product-slider-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 6px !important;
  border-radius: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout {
  margin-bottom: 60px;
}
.checkout-row {
  display: grid;
  grid-template-columns: auto 560px;
  gap: 63px;
}
.checkout-cart {
  padding: 42px;
  background: #f8f8f8;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.checkout-cart__title {
  margin-bottom: 24px;
}
.checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-wrapper {
  background: #fff;
  padding: 0 0 24px 0;
}
.cart-wrapper:has(.cart-body__list:empty) .cart-footer,
.cart-wrapper:has(.empty-cart-text) .cart-footer {
  display: none !important;
}
.cart-wrapper__title {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-row.done .checkout-field-heading__rect .number {
  opacity: 0;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
  -ms-transform: scale(0.4) translate(-50%, -50%);
  transform: scale(0.4) translate(-50%, -50%);
}
.form-row.done .checkout-field-heading__rect .check {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.checkout-field-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-field-heading .required {
  color: #ff001b;
}
.checkout-field-heading__rect {
  width: 50px;
  height: 36px;
  color: #fff;
  position: relative;
  background: #000;
}
.checkout-field-heading__rect .rect-content {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}
.checkout-field-heading__rect span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.checkout-field-heading__rect .number {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-field-heading__rect .check {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
  -ms-transform: scale(0.4) translate(-50%, -50%);
  transform: scale(0.4) translate(-50%, -50%);
}
.form-row .form-tabs-item {
  background-color: transparent;
  border: 1.5px solid #000;
}
.form-row .form-tabs-item:has(input:checked) {
  background-color: #000;
  color: #fff;
}
.form-row .form-tabs-item:has(input:checked) .dash {
  background: #fff;
}
.form-row .form-tabs-item .dash {
  width: 16px;
  height: 1.5px;
  background: #000;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.form-row .form-tabs-item:not(:disabled):active {
  opacity: 1;
  border: 1.5px solid #000;
}
.form-row__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.form-row__inputs .two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.form-row__inputs .two-cols > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-row__inputs .form-field {
  position: relative;
}
.rect-radio {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  position: relative;
}
.rect-radio div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rect-radio__title {
  color: var(--gray-true-900, #141414);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.rect-radio__subtitle {
  color: var(--gray-true-600, #525252);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.rect-radio input {
  display: none;
}
.rect-radio:has(input:checked) {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 1.4px #141414;
  box-shadow: 0 0 0 1.4px #141414;
}
.rect-radio:has(input:checked):before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #141414;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.rect-radio:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: 0 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: absolute;
  top: 16px;
  right: 16px;
}
.rect-radio:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1.3px solid #fff;
  border-bottom: 1.3px solid #fff;
  top: 19px;
  right: 22px;
}
.account-sidebar {
  width: 100%;
  max-width: 400px;
  padding: 0 32px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.account-sidebar__heading {
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--gray-true-50, #fafafa);
}
.account-sidebar__heading:hover {
  background: #f5f5f5;
}
.account-sidebar__heading .user-circle {
  border-radius: 50%;
  border: 0.75px solid #a3a3a3;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-sidebar__menu {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.account-sidebar .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--gray-true-700, #424242);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.account-sidebar .btn i {
  font-size: 24px;
  color: #737373;
}
.account-sidebar-menu__list {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.account-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-x: scroll;
  z-index: 34;
}
.account-tabs::-webkit-scrollbar {
  display: none;
}
.account-tabs__item {
  color: #737373;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.account-tabs__item.active {
  background: #f5f5f5;
}
.account {
  width: 100%;
}
.account-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.account-content {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.account-sidebar .body-accordion ul {
  padding-bottom: 16px;
  display: block;
}
.account-sidebar .body-accordion ul li a {
  padding: 9px 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.account__container .breadcrumbs-body {
  font-size: 12px;
}
.account.user .account-content {
  padding-top: 32px;
}
.account.user .list-content-accordion {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.account.user .list-content-accordion__item {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.account.user .list-content-accordion__trigger.order-item-body {
  position: relative;
}
.account.user .list-content-accordion__trigger.order-item-body .hide-for-exp {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.account.user
  .list-content-accordion__trigger.order-item-body.active
  .hide-for-exp {
  opacity: 0;
}
.account.user .list-content-accordion__trigger.order-item-body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.account.user .list-content-accordion__trigger.order-item-body div:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.account.user .list-content-accordion__trigger.order-item-body i {
  font-size: 12px;
  color: #424242;
}
.account.user .list-content-accordion__trigger.order-item-body .img {
  width: 40px;
  height: 53px;
}
.account.user .list-content-accordion__trigger.order-item-body .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.account.user .list-content-accordion__body.order-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.account.user .list-content-accordion__body.order-item-body .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 340px;
}
.account.user .list-content-accordion__body.order-item-body .details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.account.user .list-content-accordion__body.order-item-body .details-row .gray {
  margin-bottom: 8px;
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item
  .bbb:not(.img-and-text) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  min-width: 63px;
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item
  .img-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item__img {
  width: 40px;
  height: 53px;
}
.account.user
  .list-content-accordion__body.order-item-body
  .products-list-item__img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__form {
  width: 100%;
  max-width: 512px;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.contacts__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-sidebar {
  width: 100%;
}
.contacts-sidebar__heading h1 {
  color: var(--gray-true-900, #141414);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.contacts-sidebar__heading p {
  color: var(--gray-true-600, #525252);
}
.contacts-sidebar__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.contacts-sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.contacts-sidebar__item h4 {
  color: var(--gray-true-900, #141414);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.contacts-sidebar__item p {
  margin-bottom: 12px;
}
.contacts-sidebar__item a {
  color: var(--gray-true-600, #525252);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.contacts-sidebar__item i {
  font-size: 24px;
}
.contacts-sidebar__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
[data-target="one-click-purchase"] {
  display: none !important;
}
a {
  -webkit-transition: color 0.2s ease !important;
  transition: color 0.2s ease !important;
}
body {
  position: relative;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  background: #fff;
  color: #000;
}
body a.underlined {
  color: #000 !important;
  text-decoration: underline !important;
}
body a.underlined:hover {
  text-decoration: none !important;
}
body.lock {
  overflow: hidden;
}
.wrapper {
  position: relative;
  height: 100%;
}
main {
  min-height: 72vh;
  position: relative;
}
section {
  margin-bottom: 96px;
}
section:has(.swiper-slide) {
  overflow: hidden;
}
[class*="__container"] {
  max-width: 1330px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
[class*="__container-md"] {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
[class*="__container-lg"] {
  max-width: 1616px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

.loyalty__container-sm {
  color: #222222;
}
.loyalty-header {
  height: 580px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.loyalty-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.loyalty-header-title {
  color: white;
  white-space: pre;
  width: 800px;
}
.loyalty-header-subtitle {
  color: white;
  width: 800px;
  padding-bottom: 60px;
}
.loyalty-content {
  max-width: 1000px;
}
.loyalty-levels-title {
  margin-bottom: 65px;
  text-align: center;
}
.loyalty-level-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.loyalty-level {
  padding: 0 25px 0 25px;
  background-color: #F9F9F9;
}
.loyalty-level-number {
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 30px;
  color: white;
  background-color: #FF8C9E;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
}
.loyalty-level-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.loyalty-level-point {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.loyalty-level-point-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.loyalty-how-h2 {
  text-align: center;
  margin-bottom: 50px;
}
.loyalty-how-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 50px;
}
.loyalty-how-item {
  background-color: #F9F9F9;
  padding: 0 20px 20px 20px;
}
.loyalty-how-item-number {
  background-color: black;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -15px;
}
.loyalty-how-item-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.loyalty-join {
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
}
.loyalty-join-text {
  width: calc(100% - 680px);
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.loyalty-join-bg {
  width: 680px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .loyalty-join-text {
    width: auto;
  }
  .loyalty-join-bg {
    width: 400px;
  }
}
@media (max-width: 990px) {
  .loyalty-header-title {
    width: 100%;
    white-space: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
  .loyalty-header-subtitle {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .loyalty-level-items {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  .loyalty-how-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .loyalty-join-bg {
    display: none;
  }
  .loyalty-join-text {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .loyalty-level-items {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .loyalty-how-items {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
  .loyalty-how-item {
    padding: 0 15px 15px 15px;
  }
  .loyalty-join-text {
    padding: 15px;
    gap: 5px;
  }
  .loyalty-join-title {
    font-size: 22px !important;
    line-height: 28px;
  }
  .loyalty-levels-title {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768.98px) {
  .form-row__inputs {
    padding-left: 66px;
  }
}
@media (min-width: 990.98px) {
  .h-screen {
    height: 100vh;
  }
  .login-page__row > div:first-of-type {
    padding-right: 90px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .login-page__row > div:last-of-type {
    padding-left: 90px;
  }
  .header.scrolled,
  .header:has(.active) {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header.scrolled a:not(.btn),
  .header.scrolled button:not(.btn),
  .header.scrolled span:not(.btn),
  .header:has(.active) a:not(.btn),
  .header:has(.active) button:not(.btn),
  .header:has(.active) span:not(.btn) {
    color: #000 !important;
  }
  .header.scrolled .logo,
  .header:has(.active) .logo {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  .header.scrolled .cart-quantity,
  .header:has(.active) .cart-quantity {
    color: #fff !important;
    background: #000;
  }
  .header a:not(.logo):hover,
  .header button:hover {
    opacity: 0.7;
  }
  .header__menu .header-links {
    width: 100%;
  }
  .header .logo {
    min-width: 153px;
  }
  .breadcrumbs-body a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .footer .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pagination__btn {
    color: rgba(0, 0, 0, 0.5) !important;
    text-decoration: underline !important;
  }
  .pagination__btn:hover {
    text-decoration: none !important;
  }
  .btn:not(.primary):hover,
  button.btn:not(.primary):hover {
    color: #737373;
  }
  .btn.secondary:not(:disabled):hover,
  button.btn.secondary:not(:disabled):hover {
    border: 1.5px solid rgba(0, 0, 0, 0.5);
  }
  .btn:not(:disabled):hover,
  button.btn:not(:disabled):hover {
    opacity: 0.75;
  }
  .link:hover {
    text-decoration: none !important;
  }
  .slider-btn:not(:disabled):hover {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .product-card-action:hover {
    background: #292929 !important;
  }
  .product-card__img {
    min-width: 100%;
  }
  .quantity-btn:hover {
    background: #f5f5f5;
  }
  .quantity-input:hover {
    background: #f5f5f5;
  }
  .subscribe-form__title {
    max-width: 325px;
  }
  .subscribe-form form {
    max-width: 483px;
  }
  .cats-tiles__body {
    padding: 12px;
  }
  .item-cats-tiles:has(a):hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .item-cats-tiles:has(a):hover h3 {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .item-cats-tiles h3,
  .item-cats-tiles img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .body-filters__list li a:hover {
    opacity: 0.5;
  }
  .catalog__selected {
    margin: 32px 0;
  }
  .item-body-categories__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .form-row .form-tabs-item:not(:disabled):hover {
    border: 1.5px solid rgba(0, 0, 0, 0.5);
  }
  .form-row:not(:last-child) {
    padding-bottom: 24px;
  }
  .form-row__inputs .inside-input {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
  }
  .form-row__inputs .disclaimer {
    margin-top: -10px;
  }
  .account-sidebar .body-accordion ul li a:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .contacts {
    padding-bottom: 96px;
  }
  .contacts__content {
    padding-top: 50px;
  }
  .contacts-sidebar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 786px;
    max-width: 342px;
    padding: 48px 48px 48px 0;
  }
  .contacts-sidebar:after {
    content: "";
    background: #fafafa;
    width: 1400px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .contacts-sidebar__heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 1329px) {
  .body-filters__col.colors .body-filters__list {
    grid-template-columns: 1fr 1fr;
  }
  .product-info__row {
    grid-template-columns: auto 440px;
  }
}
@media (max-width: 1329.98px) {
  [class*="__container-md"] {
    max-width: 1199.98px;
  }
}
@media (max-width: 1220px) {
  .checkout-row {
    grid-template-columns: auto 460px;
  }
}
@media (max-width: 1199.98px) {
  .columns {
    grid-template-columns: 378px auto;
  }
  .section-columns__content.black {
    padding: 56px 16px;
  }
  .section-columns {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .section-columns .section-columns__img {
    aspect-ratio: 1/1;
    height: 100%;
  }
  .header__menu {
    gap: 10px;
  }
  .logo {
    height: 25px;
  }
  .header__actions {
    gap: 18px;
  }
  .nav-links {
    gap: 18px;
  }
  .nav-links li a {
    padding: 0;
    border: none;
  }
  .modal .modal-wrapper .modal-body {
    padding: 64px 32px;
  }
  .body-filters__col.colors .body-filters__list {
    grid-template-columns: 1fr;
  }
  .product-info__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .product-info__slider {
    display: block;
  }
  .product-info__gallery {
    display: none;
  }
  .checkout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkout-cart {
    max-width: 550px;
  }
  .checkout-cart .cart-item-body {
    width: 100%;
  }
  [class*="__container"] {
    max-width: 970px;
  }
  [class*="__container-md"] {
    max-width: 992px;
  }
  [class*="__container-lg"] {
    max-width: 1199.98px;
  }
}
@media (max-width: 990.98px) {
  .content h1,
  .h1,
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .content h2,
  .h2,
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .content h3,
  .h3,
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .content h4,
  .h4,
  h4 {
    font-size: 18px;
  }
  .content h5,
  .h5,
  h5 {
    font-size: 16px;
  }
  .h6,
  h6 {
    font-size: 14px;
  }
  .subhead {
    font-size: 14px;
  }
  .descr {
    font-size: 12px;
    line-height: 13px;
  }
  .link-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-decoration-line: underline;
  }
  .navlink {
    font-size: 12px;
    line-height: 15px;
  }
  .post-content h1 {
    margin-bottom: 16px !important;
  }
  .centered-heading {
    margin-bottom: 32px;
    gap: 18px;
  }
  .m-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .mb-64-mob {
    margin-bottom: 48px;
  }
  .mb-64-32 {
    margin-bottom: 32px !important;
  }
  .mb-32-16 {
    margin-bottom: 16px !important;
  }
  .gap-24-16 {
    gap: 16px;
  }
  .section-title {
    margin-bottom: 32px;
  }
  .grid {
    gap: 20px;
  }
  .grid-1-2 {
    grid-template-columns: 1fr;
  }
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-list-item {
    grid-template-columns: 1fr;
  }
  .white-overlay {
    padding: 96px 20px 20px 235px;
  }
  .big-padding {
    padding: 64px 0;
  }
  .columns {
    grid-template-columns: 1fr;
  }
  .section-columns.equal .section-columns__img {
    aspect-ratio: 1/1;
  }
  .section-columns.equal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .hide-for-mob {
    display: none !important;
  }
  .show-for-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .show-for-mob {
    display: block !important;
  }
  .m-heading {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-heading:not(:has(.slider-pagination)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .info-row__content {
    gap: 3px;
  }
  .info-row {
    padding: 32px 0;
  }
  .alert {
    right: 8px;
  }
  .login-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .login-page__row > div:first-of-type {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .login-page__row > div:last-of-type {
    padding-top: 24px;
  }
  .cart-products-content__info {
    gap: 12px;
  }
  .cart-form {
    margin-bottom: 32px;
  }
  .cart-total-table {
    width: 100%;
    margin: 0;
  }
  #collapse-coupon .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #collapse-coupon .panel-body label {
    width: 100%;
    padding: 0 !important;
  }
  .header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header a:not(.btn),
  .header button:not(.btn),
  .header span:not(.btn) {
    color: #000 !important;
  }
  .header .logo {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  .header .cart-quantity {
    color: #fff !important;
    background: #000;
  }
  .active-header .submenu-footer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .submenu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
  }
  .header .hamburger-container {
    position: relative;
    top: 2px;
  }
  .header .hamburger {
    padding: 2.5px 0;
    width: 17px;
    height: 17px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .header .hamburger div {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background: #141414;
    height: 1.4px;
    width: 100%;
    -webkit-transform-origin: 1px;
    -ms-transform-origin: 1px;
    transform-origin: 1px;
  }
  .header .logo {
    height: 24px;
  }
  .header__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0;
  }
  .header__mobile-search {
    margin-bottom: 18px;
  }
  .header__mobile-menu {
    overflow-y: scroll;
    will-change: right;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    position: absolute;
    right: 120%;
    top: calc(100% + 1px);
    pointer-events: none;
    background: #fff;
    border: none;
    width: 100%;
    height: 100vh;
    padding: 20px 20px 190px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__mobile-menu::-webkit-scrollbar {
    display: none;
  }
  .header__mobile-menu:has(.active) .back-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__mobile-menu .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
  .header__mobile-menu .nav-links li {
    width: 100%;
  }
  .header__mobile-menu .nav-links li:not(:has(.list-content-accordion)) {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__mobile-menu
    .nav-links
    li:not(:has(.list-content-accordion)):first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__mobile-menu .nav-links li:not(:has(.list-content-accordion)) a {
    width: 100%;
    height: 100%;
  }
  .header__mobile-menu .nav-links li.has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header__mobile-menu .nav-links li.has-children i {
    font-size: 12px;
  }
  .header__mobile-menu .nav-links li.has-children .mobile-submenu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
    background: #fff;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__mobile-menu .nav-links li.has-children.active > .mobile-submenu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
  }
  .header__mobile-menu .nav-links li.has-children.active > .mobile-submenu ul {
    position: relative;
    z-index: 55;
  }
  .header.active-header .header__mobile-menu {
    pointer-events: all;
    right: 0;
  }
  .header.active-header .hamburger .line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.active-header .hamburger .line2 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .header.active-header .hamburger .line3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
  }
  .page-heading {
    margin: 24px 0;
  }
  .footer {
    padding: 24px 0 0 0;
  }
  .footer__bottom {
    display: block;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
  }
  .body-footer {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 0;
  }
  .body-footer ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .body-footer__first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .body-footer__first:after {
    content: "";
    width: 120%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .body-footer__first .logo {
    height: 42px;
    width: auto;
  }
  .body-footer__first .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .pagination__btn {
    padding: 8.5px;
  }
  .pagination__btn span {
    display: none;
  }
  .pagination__btn i {
    display: block;
    font-size: 13px;
  }
  .btn,
  button.btn {
    font-size: 14px;
    font-weight: 600;
  }
  .btn.x-sm,
  button.btn.x-sm {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .form-select-wrapper,
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  select.select,
  textarea {
    font-size: 14px;
  }
  .list-content-accordion__trigger {
    padding: 18px 0;
  }
  .products-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px 9px;
  }
  .product-card-action {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .product-card__actions {
    top: 12px;
    right: 12px;
  }
  .product-card__img {
    aspect-ratio: 17/21;
    height: 100%;
  }
  .content-product-card__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 8px;
  }
  .content-product-card .product-variations {
    display: none !important;
  }
  .subscribe-form {
    padding: 24px 0;
  }
  .subscribe-form__title {
    text-align: center;
  }
  .subscribe-form__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-form form .icon-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .subscribe-form label input {
    padding-right: 40px;
  }
  .review-item {
    gap: 24px;
  }
  .hero {
    height: calc(100vh - 10px);
  }
  .hero__content {
    max-width: 285px;
    margin: 0 auto 56px;
  }
  .cats-tiles.two-cats .item-cats-tiles {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
  }
  .catalog-filters__footer #button-filter {
    margin: 0;
    width: 100% !important;
  }
  .catalog-filters {
    position: fixed;
    background: #fff;
    width: 100vw;
    height: 100%;
    max-height: unset;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: auto;
  }
  .catalog-filters.active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .catalog-filters__footer,
  .catalog-filters__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 20px;
  }
  .body-filters {
    padding: 0;
  }
  .body-filters__list li:first-child {
    margin-bottom: 24px;
  }
  .body-filters__list li:not(:last-child) {
    margin-bottom: 18px;
  }
  .body-filters__list li.active .remove-filter-btn {
    position: static;
  }
  .body-filters__col {
    padding: 24px 35px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .body-filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .selected-filters {
    gap: 8px;
  }
  .catalog__categories {
    padding-top: 0;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
  .catalog__selected {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
  }
  .body-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .item-body-categories__img {
    margin-bottom: 8px;
    max-width: 163px;
    aspect-ratio: 8/11;
    max-height: 220px !important;
  }
  .checkout-cart {
    padding: 0;
    background: 0 0;
  }
  .checkout__form {
    gap: 32px;
  }
  #checkout-checkout .cart-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .checkout-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cart-modal .cart-wrapper {
    margin-top: 0 !important;
  }
  .form-row__inputs .two-cols.delivery-method {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 0;
  }
  .form-row__inputs .two-cols.delivery-method .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-row__inputs .inside-input {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    border-bottom: 1.5px solid #000;
  }
  .account {
    padding-top: 24px;
    padding-bottom: 64px;
  }
  .account-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .account.user .list-content-accordion__trigger.order-item-body i {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .account.user .list-content-accordion__trigger.order-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
  }
  .account.user
    .list-content-accordion__trigger.order-item-body.active
    .hide-for-exp {
    height: 0;
  }
  .account.user .list-content-accordion__trigger.order-item-body .hide-for-exp {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .account.user .list-content-accordion__trigger.order-item-body .abba {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .account.user .list-content-accordion__trigger.order-item-body .flex-1 {
    width: 100%;
  }
  .account.user .list-content-accordion__body.order-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .account.user
    .list-content-accordion__body.order-item-body
    .products-list-item {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-sidebar__heading {
    max-width: 452px;
    margin: 0 auto;
  }
  .contacts-sidebar__list {
    display: none;
  }
  .contacts-sidebar__socials {
    display: none;
  }
  body {
    font-size: 14px;
    line-height: 19.6px;
  }
  section {
    margin-bottom: 56px;
  }
  [class*="__container"] {
    max-width: 750px;
  }
  [class*="__container-md"] {
    max-width: none;
  }
  [class*="__container-lg"] {
    max-width: none;
  }
  .products-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 9px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768.98px) {
  .mb-48 {
    margin-bottom: 40px;
  }
  .wrap-on-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-3-1 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4.sm {
    grid-template-columns: 1fr 1fr !important;
  }
  .white-overlay {
    padding: 96px 20px 20px 20px;
  }
  .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .info-row:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  label:has(.input-group-btn) {
    width: 100% !important;
  }
  .pagination.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .modal .modal-wrapper .modal-body__form .form-field {
    margin-bottom: 18px;
  }
  .modal .modal-wrapper .modal-body {
    padding: 24px;
  }
  .modal.auth-modal .modal__img,
  .modal.subscribe-modal .modal__img {
    display: none;
  }
  .modal.auth-modal .modal-body .logo,
  .modal.subscribe-modal .modal-body .logo {
    margin-bottom: 32px;
  }
  .modal.auth-modal .modal-body .text,
  .modal.subscribe-modal .modal-body .text {
    gap: 10px;
    margin-bottom: 24px;
  }
  .product-badges {
    top: 12px;
    left: 12px;
  }
  .product-badge {
    font-size: 10px;
    padding: 3px 10px;
  }
  .catalog-sidebar {
    pointer-events: none;
    position: fixed;
    top: 120px;
    left: 0;
    background: #fff;
    z-index: 89;
    width: 100%;
    height: 100%;
    padding: 24px;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .catalog-sidebar .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
  }
  .catalog-sidebar .back-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .catalog-sidebar__body {
    padding-bottom: 190px;
    padding-top: 10px;
  }
  .catalog-sidebar.active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cart-popup {
    max-width: 100%;
  }
  .error__body {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .error__content {
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .error svg {
    display: none;
  }
  .cats-tiles.two-cats .item-cats-tiles {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    aspect-ratio: 1.2/1;
    height: auto;
  }
  .checkout-cart {
    max-width: 100%;
    width: 100%;
  }
  .checkout-cart__title {
    display: none;
  }
  .cart-wrapper {
    padding: 0;
    margin-top: 24px;
  }
  .checkout-field-heading {
    padding-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
  }
  .checkout-field-heading__rect {
    width: 44px;
    height: 30px;
  }
  .checkout-field-heading__rect svg {
    width: 20px !important;
    height: 20px !important;
  }
  .form-row__inputs {
    gap: 16px;
  }
  .form-row__inputs .two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [class*="__container"] {
    max-width: none;
  }
}
@media (max-width: 768.98px) and (max-width: 990.98px) {
  label:has(.input-group-btn) .btn {
    padding: 10px !important;
  }
}
@media (max-width: 479.98px) {
  .my-32 {
    margin: 16px 0;
  }
  .gap-32-12 {
    gap: 12px;
  }
  .white-overlay {
    padding: 100px 20px 20px 20px;
  }
  .buttons.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .buttons.clearfix a,
  .buttons.clearfix button {
    width: 100%;
  }
  .buttons.clearfix .pull-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .products-line .slider-pagination {
    display: none !important;
  }
  .tabs {
    width: 100%;
  }
  .tabs__item {
    width: 100%;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 450px) {
  .product-card {
    height: auto;
  }

  .product-card__img {
    height: auto;
    width: 100%;
  }

  .products-row {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%;
    box-sizing: border-box;
  }

  .products-row .product-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

.section__product__status {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section__product__status.v-nayavnosti,
.in-stock {
  color: green;
}
.section__product__status.pid-zamovlennya,
.pre-order {
  color: orange;
}
.section__product__status.pid-zamovlennya,
.out-of-stock,
.nema-v-nayavnosti {
  color: #b11617;
}

.section__product__status.running-out {
  color: #FF8C9E;
}

@media (max-width: 600px) {
  .product-card__img:hover img:first-child {
    display: block;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

#loader.active {
  opacity: 1;
  pointer-events: auto;
}

.subscribe-modal-success {
  color: green;
  text-align: center;
  font-weight: bold;
}

.header .mobile-menu__list > li:nth-child(2) > a,
.header .header-links > li:nth-child(2) > a {
  color: red !important;
  font-weight: bold;
}

/* /catalog/view/theme/amica/template/product/product.twig
.bonuses {

}

.bonus-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.bonus-subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 37px;
}

.bonus-levels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.bonus-level {
  padding: 0px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #F9F9F9;
  border-radius: 16px;
}

.bonus-level-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  background-color: black;
  color: white;
  margin-top: -16px;
  width: fit-content;
  border-radius: 30px;
  padding: 6px 12px;
  align-self: center;
}

.bonus-level-line-ico {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.bonus-level-line {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  display: flex;
  gap: 4px;
}

.bonus-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.bonus-description > a {
  text-decoration: underline;
}

.bonus-link-about {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline !important;
}

@media (max-width: 1329px) {
  .bonus-level {
    padding: 0px 13px 16px;
  }
}

@media (max-width: 475px) {
  .bonus-levels {
    justify-content: flex-start;
    gap: 30px 15px;
  }
}
*/

.product-loyalty {
  background-color: #FFF5FE;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 15px;
}

.product-loyalty-title {
  font-weight: bold;
}

.product-loyalty-register {
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}

.product-loyalty-bonus {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.birthday-coupon-btn {
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  color: black;
}

.cart-cross-sale {
  padding: 24px;
}

#checkout-checkout .cart-cross-sale {
  padding: 24px 12px 24px 0;
}

.cart-cross-sale__title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.cart-cross-sale__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cart-cross-sale__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.cart-cross-sale__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2 / 2;
  overflow: hidden;
  border-radius: 6px;
  background: #fafafa;
}

.cart-cross-sale__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-cross-sale__name {
  font-size: 12px;
  line-height: 1.35;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-cross-sale__price-wrap {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: auto;
  flex-direction: column;
}

.cart-cross-sale__price-old {
  color: #8f8f8f;
  text-decoration: line-through;
  font-size: 12px;
}

.cart-cross-sale__price {
  color: #111;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}

.cart-cross-sale__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cart-cross-sale__grid {
    grid-template-columns: 1fr;
  }

  .cart-cross-sale__thumb {
    aspect-ratio: 2 / 1;
  }
}