@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");


:root {
  --font-primary: "jost", sans-serif;
  --font-secondary: "Playfair Display", serif;
  --font-deco: "Angst", serif;
  --bg-primary: #fff;
  --c-text: #1A1A1A;
  --c-primary: #CCA422;
  --c-text-subtle: #8B8B8B;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wrapper {
  width: 100%;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "star";
  src: url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Angst";
  src: url("../fonts/19729a7989e4b4ea76975cbde8c696a6.eot");
  src: url("../fonts/19729a7989e4b4ea76975cbde8c696a6.eot?#iefix") format("embedded-opentype"), url("../fonts/19729a7989e4b4ea76975cbde8c696a6.woff2") format("woff2"), url("../fonts/19729a7989e4b4ea76975cbde8c696a6.woff") format("woff"), url("../fonts/19729a7989e4b4ea76975cbde8c696a6.ttf") format("truetype"), url("../img/19729a7989e4b4ea76975cbde8c696a6.svg#Angst 0") format("svg");
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: background 0.2s, box-shadow 0.3s;
  background: #fff;
  perspective: 1000px;
}
.header:hover {
  background: #FFF6EE;
}
.header:hover .header__nav,
.header:hover .header__wrap {
  border-color: rgba(184, 148, 31, 0.3);
}
.header__wrap {
  border-bottom: 1px solid rgba(223, 223, 223, 0.3);
}
@media screen and (max-width: 850px) {
  .header__wrap {
    border-bottom: 1px solid #ECE3C4;
  }
}
.header__top {
  min-height: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 75.0625em) {
  .header__top {
    padding-top: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .header__top {
      padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem );
    }
  }
  @supports not (padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .header__top {
      padding-top: calc(1.375rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__top {
    padding-top: 1.375rem;
  }
}
@media (min-width: 75.0625em) {
  .header__top {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .header__top {
      padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .header__top {
      padding-bottom: calc(1.375rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__top {
    padding-bottom: 1.375rem;
  }
}
.header__cart {
  position: relative;
}
.header__cart img {
  transition: filter 0.2s ease;
}
.header__cart:hover img, .header__cart:focus-visible img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(58%) saturate(790%) hue-rotate(8deg) brightness(91%) contrast(86%);
}
.header__cart-count {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #C9A227;
  width: 16px;
  height: 16px;
  position: absolute;
  color: #FFF;
  font-family: "Manrope";
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  top: -3px;
  right: -4px;
}
@media (min-width: 75.0625em) {
  .header__cart-count {
    right: -0.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (right: clamp( -0.375rem , -0.4351851852rem  +  0.2469135802vw , -0.25rem )) {
    .header__cart-count {
      right: clamp( -0.375rem , -0.4351851852rem  +  0.2469135802vw , -0.25rem );
    }
  }
  @supports not (right: clamp( -0.375rem , -0.4351851852rem  +  0.2469135802vw , -0.25rem )) {
    .header__cart-count {
      right: calc(-0.375rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__cart-count {
    right: -0.375rem;
  }
}
.header__cart-count:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__cart {
    width: 23px;
    height: 23px;
  }
  .header__cart img {
    width: 100%;
    height: auto;
  }
  .header .search-widget__btn {
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .header .search-widget__btn img {
    width: 100%;
    height: auto;
  }
}
.header__cat-btn {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #4E4E4E;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.header__cat-btn span {
  display: block;
}
@media (min-width: 75.0625em) {
  .header__cat-btn span:last-child {
    margin-top: 0.1875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 0.3125rem , 0.3726851852rem  +  -0.2469135802vw , 0.1875rem )) {
    .header__cat-btn span:last-child {
      margin-top: clamp( 0.3125rem , 0.3726851852rem  +  -0.2469135802vw , 0.1875rem );
    }
  }
  @supports not (margin-top: clamp( 0.3125rem , 0.3726851852rem  +  -0.2469135802vw , 0.1875rem )) {
    .header__cat-btn span:last-child {
      margin-top: calc(0.3125rem + -0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__cat-btn span:last-child {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .header__cat-btn span:last-child {
    margin-top: 0;
  }
}
.header__cat-btn img {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__cat-btn img {
    height: 18px;
  }
}
.header__cat-btn .header__cat-icon {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .header__cat-btn .header__cat-icon {
    width: 18px;
    height: 18px;
  }
}
.header__cat-btn .header__cat-icon-cell {
  transform-box: fill-box;
  transform-origin: center;
}
@media screen and (max-width: 850px) {
  .header__cat-btn--catalog {
    display: none;
  }
}
.header__cat-btn--catalog:hover span, .header__cat-btn--catalog[aria-expanded=true] span {
  color: #C9A227;
}
@media (hover: hover) and (pointer: fine) and (min-width: 851px) {
  .header__cat-btn--catalog .header__cat-icon-cell {
    transition: x 0.34s ease, y 0.34s ease, width 0.34s ease, height 0.34s ease, opacity 0.2s ease, transform 0.34s ease;
  }
  .header__cat-btn--catalog:hover .header__cat-icon-cell--1,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--2,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--3, .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--1,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--2,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--3 {
    x: 0;
    width: 25px;
    height: 3.2px;
    opacity: 1;
    transform: translateY(0);
  }
  .header__cat-btn--catalog:hover .header__cat-icon-cell--1, .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--1 {
    y: 1.1px;
  }
  .header__cat-btn--catalog:hover .header__cat-icon-cell--2, .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--2 {
    y: 10.88px;
  }
  .header__cat-btn--catalog:hover .header__cat-icon-cell--3, .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--3 {
    y: 20.66px;
  }
  .header__cat-btn--catalog:hover .header__cat-icon-cell--4,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--5,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--6,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--7,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--8,
  .header__cat-btn--catalog:hover .header__cat-icon-cell--9, .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--4,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--5,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--6,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--7,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--8,
  .header__cat-btn--catalog[aria-expanded=true] .header__cat-icon-cell--9 {
    opacity: 0;
    transform: scale(0.65);
  }
}
.header__cat-btn--menu {
  display: none;
}
@media screen and (max-width: 850px) {
  .header__cat-btn--menu {
    display: flex;
  }
}
@media (min-width: 75.0625em) {
  .header__logo {
    width: 12.1875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (width: clamp( 7.25rem , 4.8726851852rem  +  9.7530864198vw , 12.1875rem )) {
    .header__logo {
      width: clamp( 7.25rem , 4.8726851852rem  +  9.7530864198vw , 12.1875rem );
    }
  }
  @supports not (width: clamp( 7.25rem , 4.8726851852rem  +  9.7530864198vw , 12.1875rem )) {
    .header__logo {
      width: calc(7.25rem + 4.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__logo {
    width: 7.25rem;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__icons {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 17px;
  align-items: center;
}
@media (min-width: 75.0625em) {
  .header__icons {
    gap: 1.0625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.5625rem , 0.3217592593rem  +  0.987654321vw , 1.0625rem )) {
    .header__icons {
      gap: clamp( 0.5625rem , 0.3217592593rem  +  0.987654321vw , 1.0625rem );
    }
  }
  @supports not (gap: clamp( 0.5625rem , 0.3217592593rem  +  0.987654321vw , 1.0625rem )) {
    .header__icons {
      gap: calc(0.5625rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .header__icons {
    gap: 0.5625rem;
  }
}
.header__nav {
  position: relative;
  border-bottom: 1px solid rgba(223, 223, 223, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  transform-origin: top center;
  transform: rotateX(0deg);
  opacity: 1;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  background: #FFF6EE;
}
.header__nav .main-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.header__nav .main-menu__list a {
  color: rgba(26, 26, 26, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  transition-duration: 0.2s;
  padding: 5px;
}
.header__nav .main-menu__list a:hover {
  color: #C9A227;
}
.header__nav .accent a {
  color: #B8241F;
}
.header__nav .current-menu-item a {
  color: #C9A227;
}
.header__nav .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 0 4px;
  transition: border-color 0.2s;
}
.header__nav .menu-item-has-children:hover {
  border-color: rgba(184, 148, 31, 0.8);
}
.header__nav .menu-item-has-children > a {
  padding: 4px 2px 4px 7px;
}
.header__nav .menu-item-has-children:hover > a, .header__nav .menu-item-has-children.is-open > a {
  color: #C9A227;
}
.header__nav .main-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(26, 26, 26, 0.6);
  cursor: pointer;
  transition: color 0.2s;
}
.header__nav .main-menu__toggle svg {
  display: block;
  transition: transform 0.22s ease;
}
.header__nav .menu-item-has-children:hover .main-menu__toggle,
.header__nav .menu-item-has-children.is-open .main-menu__toggle {
  color: #C9A227;
}
.header__nav .menu-item-has-children:hover .main-menu__toggle svg,
.header__nav .menu-item-has-children.is-open .main-menu__toggle svg {
  transform: rotate(180deg);
}
.header__nav .sub-menu {
  position: absolute;
  top: 100%;
  right: 0%;
  transform: translateX(0%) translateY(4px);
  min-width: 220px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  padding: 10px 0 6px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
.header__nav .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header__nav .sub-menu a {
  display: block;
  padding: 12px 22px;
  color: rgba(26, 26, 26, 0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}
.header__nav .sub-menu a:hover {
  color: #C9A227;
  background: rgba(201, 162, 39, 0.04);
}
.header__nav .menu-item-has-children:hover .sub-menu,
.header__nav .menu-item-has-children.is-open .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0%) translateY(0);
}
@media screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
.header #menu-left {
  left: 0;
  top: 31px;
  width: 50%;
  position: absolute;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
  box-sizing: border-box;
  align-items: center;
  height: 0px;
  padding-right: 170px;
  font-size: 13px;
  text-transform: uppercase;
  transform-origin: top center;
  transform: rotateX(55deg);
  opacity: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.34, 1.08, 0.64, 1), opacity 0.3s ease;
}
.header #menu-left .accent a {
  color: #B8241F;
}
.header #menu-left a {
  transition-duration: 0.2ms;
}
.header #menu-left a:hover {
  color: #C9A227;
}
@media screen and (max-width: 768px) {
  .header #menu-left {
    display: none;
  }
}
.header #menu-right {
  text-transform: uppercase;
  right: 0;
  top: 31px;
  width: 50%;
  position: absolute;
  display: flex;
  gap: 50px;
  padding-left: 170px;
  box-sizing: border-box;
  align-items: center;
  height: 0px;
  font-size: 13px;
  transform-origin: top center;
  transform: rotateX(55deg);
  opacity: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.34, 1.08, 0.64, 1), opacity 0.3s ease;
}
.header #menu-right a {
  transition-duration: 0.2ms;
}
.header #menu-right a:hover {
  color: #C9A227;
}
@media screen and (max-width: 768px) {
  .header #menu-right {
    display: none;
  }
}
.header #menu-left > li,
.header #menu-right > li {
  position: relative;
}
.header #menu-left .menu-item-has-children,
.header #menu-right .menu-item-has-children {
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 0 4px;
  transition: border-color 0.2s;
}
.header #menu-left .menu-item-has-children:hover,
.header #menu-right .menu-item-has-children:hover {
  border-color: rgba(184, 148, 31, 0.8);
}
.header #menu-left .menu-item-has-children > a,
.header #menu-right .menu-item-has-children > a {
  padding: 4px 2px 4px 7px;
}
.header #menu-left .menu-item-has-children:hover > a, .header #menu-left .menu-item-has-children.is-open > a,
.header #menu-right .menu-item-has-children:hover > a,
.header #menu-right .menu-item-has-children.is-open > a {
  color: #C9A227;
}
.header #menu-left .main-menu__toggle,
.header #menu-right .main-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(26, 26, 26, 0.6);
  cursor: pointer;
  transition: color 0.2s;
}
.header #menu-left .main-menu__toggle svg,
.header #menu-right .main-menu__toggle svg {
  display: block;
  transition: transform 0.22s ease;
}
.header #menu-left .menu-item-has-children:hover .main-menu__toggle,
.header #menu-left .menu-item-has-children.is-open .main-menu__toggle,
.header #menu-right .menu-item-has-children:hover .main-menu__toggle,
.header #menu-right .menu-item-has-children.is-open .main-menu__toggle {
  color: #C9A227;
}
.header #menu-left .menu-item-has-children:hover .main-menu__toggle svg,
.header #menu-left .menu-item-has-children.is-open .main-menu__toggle svg,
.header #menu-right .menu-item-has-children:hover .main-menu__toggle svg,
.header #menu-right .menu-item-has-children.is-open .main-menu__toggle svg {
  transform: rotate(180deg);
}
.header #menu-left .sub-menu,
.header #menu-right .sub-menu {
  position: absolute;
  top: 100%;
  right: 0%;
  transform: translateX(0%) translateY(4px);
  min-width: 220px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  padding: 10px 0 6px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
.header #menu-left .sub-menu li:not(:last-child),
.header #menu-right .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header #menu-left .sub-menu a,
.header #menu-right .sub-menu a {
  display: block;
  padding: 12px 22px;
  color: rgba(26, 26, 26, 0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}
.header #menu-left .sub-menu a:hover,
.header #menu-right .sub-menu a:hover {
  color: #C9A227;
  background: rgba(201, 162, 39, 0.04);
}
.header #menu-left .menu-item-has-children:hover .sub-menu,
.header #menu-left .menu-item-has-children.is-open .sub-menu,
.header #menu-right .menu-item-has-children:hover .sub-menu,
.header #menu-right .menu-item-has-children.is-open .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0%) translateY(0);
}
.header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.header.is-scrolled #menu-left,
.header.is-scrolled #menu-right {
  height: 40px;
  transform: rotateX(0deg);
  opacity: 1;
}
.header.is-scrolled .header__nav {
  height: 0;
  transform: rotateX(-30deg);
  opacity: 0;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background: #F9F9F9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  box-sizing: border-box;
  padding-bottom: 40px;
  overflow-y: auto;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 850px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  box-sizing: border-box;
  background: #F9F9F9;
}
.mobile-menu__head {
  align-items: center;
  display: flex;
  align-items: center;
  gap: 22px;
  gap: 15px;
  padding: 31px 18px 27px;
  border-bottom: 1px solid #EBEBEB;
  position: sticky;
  top: 0;
  background: #F9F9F9;
}
.mobile-menu__close {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mobile-menu__close::before, .mobile-menu__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 18px;
  height: 1.5px;
  background: #1A1A1A;
  transform-origin: center;
}
.mobile-menu__close::before {
  transform: rotate(45deg);
}
.mobile-menu__close::after {
  transform: rotate(-45deg);
}
.mobile-menu__label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-transform: uppercase;
}
.mobile-menu__promo {
  margin: 18px 18px 6px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 71px;
  box-sizing: border-box;
  padding: 16px 18px;
  color: #1A1A1A;
  background: linear-gradient(90deg, #FDF8EC 0%, #FCF7E9 14.29%, #FCF6E5 28.57%, #FBF5E2 42.86%, #FBF3DE 57.14%, #FAF2DB 71.43%, #FAF1D7 85.71%, #F9F0D4 100%);
}
.mobile-menu__promo-icon {
  flex: 0 0 24px;
  display: flex;
  color: #C9A227;
}
.mobile-menu__promo-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mobile-menu__promo-title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.mobile-menu__promo-text {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  padding-right: 18px;
}
.mobile-menu__section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-menu__section.is-open {
  padding-bottom: 20px;
}
.mobile-menu__section.is-open .mobile-menu__section-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.mobile-menu__section-toggle, .mobile-menu__section-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1A1A1A;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-menu__section-toggle.is-accent, .mobile-menu__section-link.is-accent {
  color: #FF8282;
}
.mobile-menu__section-link {
  min-height: 58px;
}
.mobile-menu__section-icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #1A1A1A;
}
.mobile-menu__section-icon::before, .mobile-menu__section-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
.mobile-menu__section-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.mobile-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: -2px;
}
.mobile-menu__submenu[hidden] {
  display: none;
}
.mobile-menu__submenu-item a {
  display: inline-flex;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.mobile-menu__all-link {
  margin-top: 4px;
}
.mobile-menu__all-link a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-menu__pages {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-top: 34px;
  padding-left: 18px;
  padding-right: 18px;
}
.mobile-menu__pages a {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-menu__pages a:first-child {
  font-weight: 500;
}
.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  margin-top: auto;
  padding: 30px 18px 30px;
}
.mobile-menu__contacts .footer__payments {
  margin-bottom: 0;
}
.mobile-menu__phone {
  color: #7F7F7F;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  white-space: nowrap;
}
.mobile-menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.mobile-menu__socials a {
  display: flex;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
.mobile-menu__socials img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 374px) {
  .mobile-menu__promo {
    padding-right: 16px;
    padding-left: 16px;
  }
  .mobile-menu__phone {
    font-size: 23px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
.mega-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: var(--mega-menu-left, 20px);
  width: min(100vw - 40px, 1364px);
  min-height: 537px;
  box-sizing: border-box;
  padding: 32px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.mega-menu[hidden] {
  display: none;
}
.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mega-menu__inner {
  display: grid;
  grid-template-columns: minmax(0, 850px) 446px;
  gap: 65px;
  align-items: stretch;
  min-height: 473px;
}
@media screen and (max-width: 1300px) {
  .mega-menu__inner {
    grid-template-columns: minmax(0, 850px) 346px;
  }
}
@media screen and (max-width: 1220px) {
  .mega-menu__inner {
    grid-template-columns: minmax(0, 850px) 246px;
  }
}
@media screen and (max-width: 1110px) {
  .mega-menu__inner {
    display: block;
  }
}
.mega-menu__groups {
  display: grid;
  grid-template-columns: 199px 199px 199px 99px;
  column-gap: 24px;
  row-gap: 25px;
  align-content: start;
  padding-top: 20px;
}
@media screen and (max-width: 1110px) {
  .mega-menu__groups {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mega-menu__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100px;
}
.mega-menu__group:not(:nth-of-type(4n))::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  min-height: 172px;
  background: rgba(0, 0, 0, 0.07);
}
.mega-menu__group:nth-of-type(n + 5)::after {
  min-height: 229px;
}
.mega-menu__row-divider {
  grid-column: 1/-1;
  height: 1px;
  margin: 3px 0 -8px;
  background: rgba(0, 0, 0, 0.07);
}
.mega-menu__title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A1A1A;
  max-width: 180px;
}
.mega-menu__links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mega-menu__link-item a {
  display: inline-flex;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.2s ease;
}
.mega-menu__link-item a:hover {
  color: #C9A227;
}
.mega-menu__all-link {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
}
.mega-menu__product {
  position: relative;
  min-height: 513px;
  padding: 10px;
  box-sizing: border-box;
  background: #F9F8F8;
  border-radius: 8px;
}
@media screen and (max-width: 1110px) {
  .mega-menu__product {
    display: none;
  }
}
.mega-menu__product-track {
  position: relative;
  min-height: 459px;
}
.mega-menu__product-label {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 1;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  color: #1A1A1A;
}
.mega-menu__product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  min-height: 459px;
  padding-top: 28px;
  background: #F9F9F9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mega-menu__product-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mega-menu__product-img {
  width: 231px;
  height: 232px;
  object-fit: contain;
  margin: 10px 0 24px;
}
.mega-menu__product-brand {
  color: #C9A227;
  font-size: 12.77px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-align: center;
  text-transform: uppercase;
}
.mega-menu__product-name {
  margin-top: 7px;
  color: #1A1A1A;
  font-size: 17.41px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
}
.mega-menu__stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
}
.mega-menu__stars img {
  width: 14px;
  height: 14px;
  display: block;
}
.mega-menu__product-price {
  margin-top: 22px;
  color: #1A1A1A;
  font-size: 18.57px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.mega-menu__product-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transform: translateX(-50%);
  pointer-events: none;
}
.mega-menu__product-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: #1A1A1A;
  border-radius: 999px;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}
.mega-menu__product-dot.is-active {
  background: #C9A227;
}
.search-widget {
  display: flex;
  position: relative;
}
.search-widget__btn img {
  transition: filter 0.2s ease;
}
.search-widget:hover .search-widget__btn img, .search-widget:focus-within .search-widget__btn img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(58%) saturate(790%) hue-rotate(8deg) brightness(91%) contrast(86%);
}
.search-widget__btn {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  transform: scale(1.1);
}
.search-widget__btn.is-hidden {
  display: none;
}
.search-widget__form {
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;
  display: none;
  align-items: center;
  padding-right: 3px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
}
.search-widget__form img {
  display: block;
}
.search-widget__form button {
  background: transparent;
  border: none;
}
.search-widget__form.is-open {
  display: flex;
}
.search-widget__form--mobile {
  display: none;
}
.search-widget__form--mobile.is-open {
  display: none;
}
.search-widget__input {
  box-sizing: border-box;
  border: 0;
  padding: 3px;
  height: 100%;
}
.search-widget__input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .search-widget__btn.is-hidden {
    display: block;
  }
  .search-widget__form--desktop.is-open {
    display: none;
  }
  .search-widget__form--mobile {
    position: fixed;
    top: 91px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    max-width: 70%;
    width: auto;
    height: 44px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .search-widget__form--mobile.is-open {
    display: flex;
  }
  .search-widget__input {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 374px) {
  .search-widget__form--mobile {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 1280px) {
  #menu-left,
  #menu-right {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .header__top {
    padding-top: 20px;
  }
  .mobile-menu__head {
    gap: 15.1px;
  }
  .mobile-menu__promo {
    padding: 6px 18px;
    min-height: 52px;
  }
  .mobile-menu__promo-text {
    line-height: 17px;
    max-width: 236px;
    letter-spacing: 0.5px;
  }
  .mobile-menu__section {
    padding-left: 5px;
    padding-right: 10px;
  }
  .mobile-menu__submenu {
    gap: 4px;
    margin-top: 2px;
  }
  .mobile-menu__all-link a {
    font-weight: 600;
    font-size: 15px;
  }
}
.sub-menu {
  position: absolute;
}
:root {
  --slider-height: 681px;
}
@media screen and (max-width: 1500px) {
  :root {
    --slider-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --slider-height: 606px;
  }
}
.fp-hero {
  position: relative;
  padding-top: 46px;
  margin-bottom: 150px;
}
@media (min-width: 75.0625em) {
  .fp-hero {
    padding-top: 2.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 1.25rem , 0.4675925926rem  +  3.2098765432vw , 2.875rem )) {
    .fp-hero {
      padding-top: clamp( 1.25rem , 0.4675925926rem  +  3.2098765432vw , 2.875rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.4675925926rem  +  3.2098765432vw , 2.875rem )) {
    .fp-hero {
      padding-top: calc(1.25rem + 1.625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero {
    padding-top: 1.25rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero {
    margin-bottom: 9.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 4.625rem , 2.337962963rem  +  9.3827160494vw , 9.375rem )) {
    .fp-hero {
      margin-bottom: clamp( 4.625rem , 2.337962963rem  +  9.3827160494vw , 9.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 4.625rem , 2.337962963rem  +  9.3827160494vw , 9.375rem )) {
    .fp-hero {
      margin-bottom: calc(4.625rem + 4.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero {
    margin-bottom: 4.625rem;
  }
}
.fp-hero__slider-wrap {
  position: relative;
  box-shadow: 0 2px 3.7px 0 rgba(0, 0, 0, 0.08), 0 0 5.5px 0 rgba(25, 19, 0, 0.13);
}
.fp-hero__slider {
  width: 100%;
  overflow: hidden;
}
.fp-hero__slide {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: var(--slider-height) !important;
}
@media (min-width: 75.0625em) {
  .fp-hero__slide {
    padding: 6.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1.5625rem , -0.9953703704rem  +  10.4938271605vw , 6.875rem )) {
    .fp-hero__slide {
      padding: clamp( 1.5625rem , -0.9953703704rem  +  10.4938271605vw , 6.875rem );
    }
  }
  @supports not (padding: clamp( 1.5625rem , -0.9953703704rem  +  10.4938271605vw , 6.875rem )) {
    .fp-hero__slide {
      padding: calc(1.5625rem + 5.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__slide {
    padding: 1.5625rem;
  }
}
.fp-hero__slide {
  box-sizing: border-box;
  background: #f8f2e8;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .fp-hero__slide {
    align-items: flex-start;
    padding-top: 40px;
    display: block !important;
  }
}
.fp-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: var(--slider-height);
}
@media screen and (max-width: 500px) {
  .fp-hero__image--pc {
    display: none;
  }
}
.fp-hero__image--mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .fp-hero__image--mobile {
    display: block;
  }
}
.fp-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 75.0625em) {
  .fp-hero__content {
    gap: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.875rem , 2.1759259259rem  +  -1.2345679012vw , 1.25rem )) {
    .fp-hero__content {
      gap: clamp( 1.875rem , 2.1759259259rem  +  -1.2345679012vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 2.1759259259rem  +  -1.2345679012vw , 1.25rem )) {
    .fp-hero__content {
      gap: calc(1.875rem + -0.625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__content {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__content {
    margin: auto;
    align-items: center;
  }
}
.fp-hero__title-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.fp-hero__title {
  color: #423300;
  font-family: var(--font-secondary);
  font-size: 38.661px;
}
@media (min-width: 75.0625em) {
  .fp-hero__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.4375rem , 0.9861111111rem  +  1.8518518519vw , 2.375rem )) {
    .fp-hero__title {
      font-size: clamp( 1.4375rem , 0.9861111111rem  +  1.8518518519vw , 2.375rem );
    }
  }
  @supports not (font-size: clamp( 1.4375rem , 0.9861111111rem  +  1.8518518519vw , 2.375rem )) {
    .fp-hero__title {
      font-size: calc(1.4375rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__title {
    font-size: 1.4375rem;
  }
}
.fp-hero__title {
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.fp-hero__title h1,
.fp-hero__title .fp-hero__heading {
  margin: 0;
  font: inherit;
}
.fp-hero__title b,
.fp-hero__title span {
  font-family: var(--font-deco);
  font-weight: 400;
}
.fp-hero__title b {
  font-size: 62.83px;
}
@media (min-width: 75.0625em) {
  .fp-hero__title b {
    font-size: 3.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 2.1875rem , 1.375rem  +  3.3333333333vw , 3.875rem )) {
    .fp-hero__title b {
      font-size: clamp( 2.1875rem , 1.375rem  +  3.3333333333vw , 3.875rem );
    }
  }
  @supports not (font-size: clamp( 2.1875rem , 1.375rem  +  3.3333333333vw , 3.875rem )) {
    .fp-hero__title b {
      font-size: calc(2.1875rem + 1.6875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__title b {
    font-size: 2.1875rem;
  }
}
.fp-hero__title span {
  font-size: 47.122px;
}
@media (min-width: 75.0625em) {
  .fp-hero__title span {
    font-size: 2.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.75rem , 1.1782407407rem  +  2.3456790123vw , 2.9375rem )) {
    .fp-hero__title span {
      font-size: clamp( 1.75rem , 1.1782407407rem  +  2.3456790123vw , 2.9375rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.1782407407rem  +  2.3456790123vw , 2.9375rem )) {
    .fp-hero__title span {
      font-size: calc(1.75rem + 1.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__title span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__title {
    text-align: center;
  }
}
.fp-hero__title-accent {
  margin-top: 9px;
  color: #c9a227;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 29px;
  line-height: 107%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 75.0625em) {
  .fp-hero__title-accent {
    font-size: 1.8125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem )) {
    .fp-hero__title-accent {
      font-size: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem );
    }
  }
  @supports not (font-size: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem )) {
    .fp-hero__title-accent {
      font-size: calc(0.9375rem + 0.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__title-accent {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__title-accent {
    text-align: center;
  }
}
.fp-hero__lead {
  margin: 30px 0 0;
  color: var(--c-text-subtle);
  font-weight: 400;
  font-size: 15.2px;
  font-family: var(--font-primary);
  line-height: 127%;
  letter-spacing: 0.02em;
}
@media (min-width: 75.0625em) {
  .fp-hero__lead {
    margin-top: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 0.5625rem , -0.0694444444rem  +  2.5925925926vw , 1.875rem )) {
    .fp-hero__lead {
      margin-top: clamp( 0.5625rem , -0.0694444444rem  +  2.5925925926vw , 1.875rem );
    }
  }
  @supports not (margin-top: clamp( 0.5625rem , -0.0694444444rem  +  2.5925925926vw , 1.875rem )) {
    .fp-hero__lead {
      margin-top: calc(0.5625rem + 1.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__lead {
    margin-top: 0.5625rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero__lead {
    font-size: 0.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem )) {
    .fp-hero__lead {
      font-size: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
    }
  }
  @supports not (font-size: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem )) {
    .fp-hero__lead {
      font-size: calc(0.9375rem + 0 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__lead {
    font-size: 0.9375rem;
  }
}
.fp-hero__lead span {
  color: var(--c-text);
}
@media screen and (max-width: 768px) {
  .fp-hero__lead {
    text-align: center;
  }
}
.fp-hero__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
@media (min-width: 75.0625em) {
  .fp-hero__controls {
    gap: 1.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem )) {
    .fp-hero__controls {
      gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem );
    }
  }
  @supports not (gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem )) {
    .fp-hero__controls {
      gap: calc(0.75rem + 0.8125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__controls {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__controls {
    justify-content: center;
  }
}
.fp-hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 57px;
  padding: 0 16px;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease;
}
@media (min-width: 75.0625em) {
  .fp-hero__btn {
    gap: 0.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem )) {
    .fp-hero__btn {
      gap: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem );
    }
  }
  @supports not (gap: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem )) {
    .fp-hero__btn {
      gap: calc(0.5rem + 0.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__btn {
    gap: 0.5rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero__btn {
    height: 3.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 2.8125rem , 2.4513888889rem  +  1.4814814815vw , 3.5625rem )) {
    .fp-hero__btn {
      height: clamp( 2.8125rem , 2.4513888889rem  +  1.4814814815vw , 3.5625rem );
    }
  }
  @supports not (height: clamp( 2.8125rem , 2.4513888889rem  +  1.4814814815vw , 3.5625rem )) {
    .fp-hero__btn {
      height: calc(2.8125rem + 0.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__btn {
    height: 2.8125rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero__btn {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-hero__btn {
      font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-hero__btn {
      font-size: calc(0.875rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero__btn {
    padding-right: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-right: clamp( 0.375rem , 0.0740740741rem  +  1.2345679012vw , 1rem )) {
    .fp-hero__btn {
      padding-right: clamp( 0.375rem , 0.0740740741rem  +  1.2345679012vw , 1rem );
    }
  }
  @supports not (padding-right: clamp( 0.375rem , 0.0740740741rem  +  1.2345679012vw , 1rem )) {
    .fp-hero__btn {
      padding-right: calc(0.375rem + 0.625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__btn {
    padding-right: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .fp-hero__btn {
    padding-left: 15px;
    padding-right: 14px;
  }
}
.fp-hero__btn span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fp-hero__btn span::after {
  transition-duration: 0.2s;
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 12px;
  background-image: url(../img/arrow-btn.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fp-hero__btn span {
    gap: 8px;
  }
  .fp-hero__btn span::after {
    height: 7px;
    width: 10px;
    background-size: contain;
  }
}
.fp-hero__btn:hover {
  background: var(--c-primary);
}
.fp-hero__btn:hover span::after {
  transform: translateX(2px);
}
.fp-hero__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) and (min-width: 75.0625em) {
  .fp-hero__socials {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.8125rem , 0.7222222222rem  +  0.3703703704vw , 1rem )) {
    .fp-hero__socials {
      gap: clamp( 0.8125rem , 0.7222222222rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (gap: clamp( 0.8125rem , 0.7222222222rem  +  0.3703703704vw , 1rem )) {
    .fp-hero__socials {
      gap: calc(0.8125rem + 0.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 24.3125em) {
  .fp-hero__socials {
    gap: 0.8125rem;
  }
}
.fp-hero__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  transition: opacity 0.3s ease;
}
.fp-hero__social img,
.fp-hero__social svg {
  width: 23px;
  height: 23px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.fp-hero__social:hover {
  opacity: 0.6;
}
.fp-hero__description-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 370px;
  width: 100%;
  border-top: 0.77px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}
@media screen and (max-width: 500px) {
  .fp-hero__description-wrap {
    display: none;
  }
}
.fp-hero__description {
  color: #717171;
  font-size: 13.854px;
  line-height: 120%;
  letter-spacing: 0.15px;
}
@media (min-width: 75.0625em) {
  .fp-hero__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.875rem  +  0vw , 0.875rem )) {
    .fp-hero__description {
      font-size: clamp( 0.875rem , 0.875rem  +  0vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.875rem  +  0vw , 0.875rem )) {
    .fp-hero__description {
      font-size: calc(0.875rem + 0 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__description {
    font-size: 0.875rem;
  }
}
.fp-hero__description span {
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .fp-hero__description {
    text-align: center;
  }
}
.fp-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 75.0625em) {
  .fp-hero__arrow {
    width: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (width: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-hero__arrow {
      width: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem );
    }
  }
  @supports not (width: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-hero__arrow {
      width: calc(1.5625rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__arrow {
    width: 1.5625rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-hero__arrow {
    height: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-hero__arrow {
      height: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem );
    }
  }
  @supports not (height: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-hero__arrow {
      height: calc(1.5625rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__arrow {
    height: 1.5625rem;
  }
}
.fp-hero__arrow {
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.3s ease, opacity 0.3s ease;
}
.fp-hero__arrow span {
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .fp-hero__arrow span {
    background-size: 80%;
  }
}
.fp-hero__arrow:hover {
  background: #fff;
  opacity: 0.8;
}
@media (min-width: 75.0625em) {
  .fp-hero__arrow--prev {
    left: 1.4375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (left: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem )) {
    .fp-hero__arrow--prev {
      left: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem );
    }
  }
  @supports not (left: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem )) {
    .fp-hero__arrow--prev {
      left: calc(0.3125rem + 1.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__arrow--prev {
    left: 0.3125rem;
  }
}
.fp-hero__arrow--prev span {
  background-image: url(../img/nav-left.svg);
}
.fp-hero__arrow--next {
  right: 23px;
}
@media (min-width: 75.0625em) {
  .fp-hero__arrow--next {
    right: 1.4375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (right: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem )) {
    .fp-hero__arrow--next {
      right: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem );
    }
  }
  @supports not (right: clamp( 0.3125rem , -0.2291666667rem  +  2.2222222222vw , 1.4375rem )) {
    .fp-hero__arrow--next {
      right: calc(0.3125rem + 1.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-hero__arrow--next {
    right: 0.3125rem;
  }
}
.fp-hero__arrow--next span {
  background-image: url(../img/nav-right.svg);
}
@media (hover: hover) {
  .fp-hero__arrow {
    opacity: 0;
    pointer-events: none;
  }
  .fp-hero__slider-wrap:hover .fp-hero__arrow, .fp-hero__slider-wrap:focus-within .fp-hero__arrow {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .fp-hero__slide--content-right {
    justify-content: flex-end;
  }
}
.fp-hero__slide--white-text .fp-hero__title {
  color: #fff;
}
.fp-hero__slide--white-text .fp-hero__title-accent {
  color: #fff;
}
.fp-hero__slide--white-text .fp-hero__lead {
  color: rgba(255, 255, 255, 0.75);
}
.fp-hero__slide--white-text .fp-hero__lead span {
  color: #fff;
}
.fp-hero__slide--white-text .fp-hero__description {
  color: rgba(255, 255, 255, 0.65);
}
.fp-hero__slide--white-text .fp-hero__description span {
  color: #fff;
}
.fp-hero__slide--white-text .fp-hero__description-wrap {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.fp-hero__slide--white-text .fp-hero__social img,
.fp-hero__slide--white-text .fp-hero__social svg {
  filter: brightness(0) invert(1);
}
.fp-hero__slide--white-text .fp-hero__social:hover {
  opacity: 0.5;
}
@media screen and (max-width: 500px) {
  .fp-hero__arrow {
    display: none;
  }
}
.products-day__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .products-day__inner {
    gap: 10px;
  }
}
.products-day__label {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.products-day__top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding-top: 29px;
  display: grid;
  grid-template-columns: 74.6% 1fr;
}
@media screen and (max-width: 1190px) {
  .products-day__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .products-day__top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.products-day__featured {
  position: relative;
  background: #f9f9f9;
  min-height: 455px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition-duration: 0.2s;
  border: 1px solid #F9F9F9;
}
.products-day__featured:hover {
  border: 1px solid #c9a227;
}
@media screen and (max-width: 450px) {
  .products-day__featured {
    min-height: 380px;
  }
}
@media screen and (max-width: 420px) {
  .products-day__featured {
    min-height: 300px;
  }
}
.products-day__featured-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 75.0625em) {
  .products-day__featured-body {
    padding: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__featured-body {
      padding: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem );
    }
  }
  @supports not (padding: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__featured-body {
      padding: calc(1.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-body {
    padding: 1.25rem;
  }
}
.products-day__featured-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75.0625em) {
  .products-day__featured-text {
    gap: 0.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1rem , 1.2407407407rem  +  -0.987654321vw , 0.5rem )) {
    .products-day__featured-text {
      gap: clamp( 1rem , 1.2407407407rem  +  -0.987654321vw , 0.5rem );
    }
  }
  @supports not (gap: clamp( 1rem , 1.2407407407rem  +  -0.987654321vw , 0.5rem )) {
    .products-day__featured-text {
      gap: calc(1rem + -0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-text {
    gap: 1rem;
  }
}
.products-day__featured-text {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .products-day__featured-text {
    line-height: 120%;
  }
}
.products-day__featured-title {
  font-family: var(--font-primary);
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .products-day__featured-title {
    font-size: 1.0625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.7847222222rem  +  0.3703703704vw , 1.0625rem )) {
    .products-day__featured-title {
      font-size: clamp( 0.875rem , 0.7847222222rem  +  0.3703703704vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7847222222rem  +  0.3703703704vw , 1.0625rem )) {
    .products-day__featured-title {
      font-size: calc(0.875rem + 0.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__featured-title {
    line-height: 1.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 0.875rem , 0.5138888889rem  +  1.4814814815vw , 1.625rem )) {
    .products-day__featured-title {
      line-height: clamp( 0.875rem , 0.5138888889rem  +  1.4814814815vw , 1.625rem );
    }
  }
  @supports not (line-height: clamp( 0.875rem , 0.5138888889rem  +  1.4814814815vw , 1.625rem )) {
    .products-day__featured-title {
      line-height: calc(0.875rem + 0.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-title {
    line-height: 0.875rem;
  }
}
.products-day__featured-title {
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
.products-day__featured-desc {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 75.0625em) {
  .products-day__featured-desc {
    line-height: 1.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 0.875rem , 0.6342592593rem  +  0.987654321vw , 1.375rem )) {
    .products-day__featured-desc {
      line-height: clamp( 0.875rem , 0.6342592593rem  +  0.987654321vw , 1.375rem );
    }
  }
  @supports not (line-height: clamp( 0.875rem , 0.6342592593rem  +  0.987654321vw , 1.375rem )) {
    .products-day__featured-desc {
      line-height: calc(0.875rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-desc {
    line-height: 0.875rem;
  }
}
.products-day__featured-desc {
  color: #8b8b8b;
  max-width: 550px;
}
.products-day__featured-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 75.0625em) {
  .products-day__featured-btn .btn {
    padding: 3rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 0.8125rem , -0.2407407407rem  +  4.3209876543vw , 3rem )) {
    .products-day__featured-btn .btn {
      padding: clamp( 0.8125rem , -0.2407407407rem  +  4.3209876543vw , 3rem );
    }
  }
  @supports not (padding: clamp( 0.8125rem , -0.2407407407rem  +  4.3209876543vw , 3rem )) {
    .products-day__featured-btn .btn {
      padding: calc(0.8125rem + 2.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-btn .btn {
    padding: 0.8125rem;
  }
}
.products-day__featured-btn .btn {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 75.0625em) {
  .products-day__featured-btn .btn {
    height: 3.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem )) {
    .products-day__featured-btn .btn {
      height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem );
    }
  }
  @supports not (height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem )) {
    .products-day__featured-btn .btn {
      height: calc(2.5rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-btn .btn {
    height: 2.5rem;
  }
}
.products-day__featured-btn .btn {
  border: 1px solid #1a1a1a;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 75.0625em) {
  .products-day__featured-btn .btn {
    font-size: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.75rem , 0.5092592593rem  +  0.987654321vw , 1.25rem )) {
    .products-day__featured-btn .btn {
      font-size: clamp( 0.75rem , 0.5092592593rem  +  0.987654321vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.5092592593rem  +  0.987654321vw , 1.25rem )) {
    .products-day__featured-btn .btn {
      font-size: calc(0.75rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__featured-btn .btn {
    font-size: 0.75rem;
  }
}
.products-day__featured-btn .btn {
  line-height: 20px;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.products-day__featured-btn .btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.products-day__featured-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-day__featured-img img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .products-day__featured-img {
    width: 70%;
    margin-top: 20%;
  }
}
.products-day__spotlight {
  flex: 1;
  background: #f9f9f9;
  min-height: 455px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  transition-duration: 0.2s;
  border: 1px solid #F9F9F9;
}
@media screen and (max-width: 500px) {
  .products-day__spotlight {
    padding: 25px;
    min-height: auto;
    padding-bottom: 36px;
  }
}
.products-day__spotlight:hover {
  border: 1px solid #c9a227;
}
.products-day__spotlight-track {
  position: relative;
  min-height: 433px;
}
@media screen and (max-width: 500px) {
  .products-day__spotlight-track {
    min-height: 335px;
  }
}
.products-day__spotlight-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
@media (min-width: 75.0625em) {
  .products-day__spotlight-card {
    gap: 1.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.3125rem , -0.1990740741rem  +  2.0987654321vw , 1.375rem )) {
    .products-day__spotlight-card {
      gap: clamp( 0.3125rem , -0.1990740741rem  +  2.0987654321vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 0.3125rem , -0.1990740741rem  +  2.0987654321vw , 1.375rem )) {
    .products-day__spotlight-card {
      gap: calc(0.3125rem + 1.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__spotlight-card {
    gap: 0.3125rem;
  }
}
.products-day__spotlight-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.products-day__spotlight-img {
  height: 230px;
  mix-blend-mode: multiply;
}
.products-day__spotlight-img img {
  height: 100%;
}
@media screen and (max-width: 500px) {
  .products-day__spotlight-img {
    min-height: 150px;
    height: auto;
  }
  .products-day__spotlight-img img {
    height: 150px;
  }
}
.products-day__spotlight-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.products-day__spotlight-brand {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 12.77px;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  text-align: center;
  color: #c9a227;
  display: block;
}
.products-day__spotlight-name {
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media (min-width: 75.0625em) {
  .products-day__spotlight-name {
    font-size: 1.0625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1rem , 0.9699074074rem  +  0.1234567901vw , 1.0625rem )) {
    .products-day__spotlight-name {
      font-size: clamp( 1rem , 0.9699074074rem  +  0.1234567901vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9699074074rem  +  0.1234567901vw , 1.0625rem )) {
    .products-day__spotlight-name {
      font-size: calc(1rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__spotlight-name {
    font-size: 1rem;
  }
}
.products-day__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.products-day__stars svg {
  width: 13.93px;
  height: 13.93px;
}
.products-day__spotlight-price {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18.57px;
  line-height: 28px;
  color: #1a1a1a;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.products-day__spotlight-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transform: translateX(-50%);
  pointer-events: none;
}
.products-day__spotlight-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  border-radius: 999px;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}
.products-day__spotlight-dot.is-active {
  background: #c9a227;
}
.products-day__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .products-day__bottom {
    display: block;
  }
}
.products-day__promo {
  flex: 1;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  height: 332px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition-duration: 0.2s;
  border: 1px solid #F9F9F9;
}
.products-day__promo:hover {
  border: 1px solid #c9a227;
}
@media screen and (max-width: 768px) {
  .products-day__promo {
    margin-bottom: 10px;
    height: 310px;
  }
}
.products-day__promo-body {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media (min-width: 75.0625em) {
  .products-day__promo-body {
    left: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (left: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      left: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem );
    }
  }
  @supports not (left: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      left: calc(1.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-body {
    left: 1.25rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__promo-body {
    top: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (top: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      top: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem );
    }
  }
  @supports not (top: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      top: calc(1.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-body {
    top: 1.25rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__promo-body {
    right: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (right: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      right: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem );
    }
  }
  @supports not (right: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      right: calc(1.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-body {
    right: 1.25rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__promo-body {
    bottom: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (bottom: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      bottom: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem );
    }
  }
  @supports not (bottom: clamp( 1.25rem , 0.6481481481rem  +  2.4691358025vw , 2.5rem )) {
    .products-day__promo-body {
      bottom: calc(1.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-body {
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .products-day__promo-body {
    justify-content: space-between;
    gap: 20px;
  }
}
.products-day__promo-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products-day__promo-title {
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .products-day__promo-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.7546296296rem  +  0.4938271605vw , 1.125rem )) {
    .products-day__promo-title {
      font-size: clamp( 0.875rem , 0.7546296296rem  +  0.4938271605vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7546296296rem  +  0.4938271605vw , 1.125rem )) {
    .products-day__promo-title {
      font-size: calc(0.875rem + 0.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__promo-title {
    line-height: 1.6875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem )) {
    .products-day__promo-title {
      line-height: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem );
    }
  }
  @supports not (line-height: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem )) {
    .products-day__promo-title {
      line-height: calc(0.75rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-title {
    line-height: 0.75rem;
  }
}
.products-day__promo-desc {
  display: flex;
  flex-direction: column;
}
.products-day__promo-desc p {
  font-family: var(--font-primary);
  font-weight: 400;
  color: #8b8b8b;
}
@media (min-width: 75.0625em) {
  .products-day__promo-desc p {
    line-height: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 1.0625rem , 0.9722222222rem  +  0.3703703704vw , 1.25rem )) {
    .products-day__promo-desc p {
      line-height: clamp( 1.0625rem , 0.9722222222rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (line-height: clamp( 1.0625rem , 0.9722222222rem  +  0.3703703704vw , 1.25rem )) {
    .products-day__promo-desc p {
      line-height: calc(1.0625rem + 0.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-desc p {
    line-height: 1.0625rem;
  }
}
@media (min-width: 75.0625em) {
  .products-day__promo-desc p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.75rem , 0.7199074074rem  +  0.1234567901vw , 0.8125rem )) {
    .products-day__promo-desc p {
      font-size: clamp( 0.75rem , 0.7199074074rem  +  0.1234567901vw , 0.8125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7199074074rem  +  0.1234567901vw , 0.8125rem )) {
    .products-day__promo-desc p {
      font-size: calc(0.75rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .products-day__promo-desc p {
    font-size: 0.75rem;
  }
}
.products-day__promo-price {
  color: #1a1a1a !important;
}
.products-day__promo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 40px;
  border: 1px solid #1a1a1a;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.products-day__promo-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.products-day__promo-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
}
.products-day__promo-img img {
  max-width: 100%;
  aspect-ratio: 281/281;
  object-fit: contain;
}
@media screen and (max-width: 420px) {
  .products-day__promo-img {
    width: 60%;
  }
}
.products-day__featured, .products-day__spotlight, .products-day__promo {
  opacity: 0;
}
.products-day__featured.is-visible {
  animation: pd-from-left 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) var(--pd-delay, 0s) both;
}
.products-day__spotlight.is-visible {
  animation: pd-from-right 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) var(--pd-delay, 0s) both;
}
.products-day__promo:nth-child(1).is-visible {
  animation: pd-from-left 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) var(--pd-delay, 0s) both;
}
.products-day__promo:nth-child(2).is-visible {
  animation: pd-from-right 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) var(--pd-delay, 0s) both;
}
@media (prefers-reduced-motion: reduce) {
  .products-day__featured, .products-day__spotlight, .products-day__promo {
    opacity: 1;
    animation: none;
  }
}
@keyframes pd-from-left {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pd-from-right {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fp-collections {
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .fp-collections {
    margin-top: 30px;
  }
}
.fp-collections__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .fp-collections__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .fp-collections__inner {
    gap: 15px;
  }
}
.fp-collections__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .fp-collections__heading {
    display: grid;
    height: auto;
  }
}
.fp-collections__deco {
  flex: 1;
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
}
.fp-collections__logo {
  position: absolute;
  left: 59%;
  transform: translateX(-50%);
  width: 200px;
  height: 91px;
  top: -15px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fp-collections__logo {
    left: auto;
    right: -20px;
    width: 360px;
    height: 165px;
    top: -65px;
    transform: translateX(0);
  }
}
.fp-collections__line {
  --lottie-line-transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 60%;
  transform: var(--lottie-line-transform);
  transform-origin: right center;
  width: calc(60% - 115px);
  height: 1px;
  background: #c9a227;
  opacity: 0.8;
}
.fp-collections__line.is-lottie-controlled {
  transform: var(--lottie-line-transform) scaleX(0);
  transition: transform var(--lottie-line-duration, 1s) ease-out;
}
.fp-collections__line.is-lottie-controlled.is-animated {
  transform: var(--lottie-line-transform) scaleX(1);
}
@media screen and (max-width: 768px) {
  .fp-collections__line {
    --lottie-line-transform: translateY(0);
    right: 110px;
    width: 100%;
    left: auto;
  }
}
.fp-collections .g-title {
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .fp-collections .g-title {
    text-align: center;
    margin-bottom: 5px;
  }
}
.fp-collections__grid {
  align-items: center;
  gap: 29px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1260px) {
  .fp-collections__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .fp-collections__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.fp-collections__card {
  flex: 1;
  position: relative;
  display: block;
  background: #f9f9f9;
  text-decoration: none;
  overflow: hidden;
  transition-duration: 0.2s;
  height: 327px;
  opacity: 0;
}
.fp-collections__card.is-visible {
  animation: collections-card-in 0.6s cubic-bezier(0.34, 1.2, 0.64, 1) var(--collections-delay, 0s) both;
}
@media screen and (max-width: 600px) {
  .fp-collections__card {
    height: auto;
  }
}
.fp-collections__card span {
  transition-duration: 0.2s;
}
.fp-collections__card span {
  padding: 23px;
  padding-bottom: 20px;
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: var(--c-text);
  min-height: 47px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fp-collections__card span {
    padding: 14px;
    padding-bottom: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .fp-collections__card span {
    padding: 14px;
    padding-top: 7px;
    padding-bottom: 10px !important;
    font-size: 12px;
    min-height: 42px;
  }
}
.fp-collections__card--sale span {
  color: #ce0b0b;
}
@media screen and (max-width: 1260px) {
  .fp-collections__card--sale {
    grid-column: span 2;
  }
}
@media (hover: hover) {
  .fp-collections__card:hover {
    background: #FFF6EE;
  }
  .fp-collections__card:hover span {
    color: #C9A227;
  }
  .fp-collections__card:hover img {
    transform: scale(1.2) translateY(23px);
  }
}
@media (prefers-reduced-motion: reduce), (max-width: 767.98px) {
  .fp-collections__card {
    opacity: 1;
    animation: none;
  }
}
.fp-collections__card-img {
  margin-left: 23px;
  margin-right: 23px;
  margin-bottom: 23px;
  padding-top: 0;
  transition-duration: 0.2s;
  height: 233px;
  width: calc(100% - 46px);
}
@media screen and (max-width: 768px) {
  .fp-collections__card-img {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
    width: calc(100% - 28px);
  }
}
@media screen and (max-width: 540px) {
  .fp-collections__card-img {
    height: 140px;
    overflow: hidden;
  }
}
.fp-collections__card-img img {
  position: relative;
  transition-duration: 0.2s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 235/233;
}
@media screen and (max-width: 540px) {
  .fp-collections__card-img img {
    height: auto;
  }
}
@keyframes collections-card-in {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 550px) {
  .fp-popular {
    margin-top: 30px;
  }
}
.fp-popular__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .fp-popular__heading {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.fp-popular__heading .g-title {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .fp-popular__heading .g-title {
    text-align: center;
    padding-top: 10px;
  }
}
.fp-popular__deco {
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fp-popular__deco {
    grid-row-start: 1;
    grid-row-end: 2;
    height: 57px;
  }
}
.fp-popular__logo {
  left: 0;
  position: absolute;
  width: 200px;
  height: 91px;
  top: -15px;
  z-index: 1;
  pointer-events: none;
}
.fp-popular__logo svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .fp-popular__logo {
    left: -30px;
    width: 140px;
    height: 57px;
  }
}
.fp-popular__line {
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  transform-origin: left center;
  width: calc(100% - 115px);
  height: 1px;
  background: #c9a227;
  opacity: 0.8;
}
.fp-popular__line.is-lottie-controlled {
  transform: translateY(-50%) scaleX(0);
  transition: transform var(--lottie-line-duration, 1s) ease-out;
}
.fp-popular__line.is-lottie-controlled.is-animated {
  transform: translateY(-50%) scaleX(1);
}
@media screen and (max-width: 768px) {
  .fp-popular__line {
    top: 26%;
    width: 100%;
    right: -75px;
    opacity: 0.5;
  }
}
.fp-popular__slider-wrap {
  position: relative;
  margin-top: 42px;
}
@media (min-width: 75.0625em) {
  .fp-popular__slider-wrap {
    margin-top: 2.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 1.25rem , 0.587962963rem  +  2.7160493827vw , 2.625rem )) {
    .fp-popular__slider-wrap {
      margin-top: clamp( 1.25rem , 0.587962963rem  +  2.7160493827vw , 2.625rem );
    }
  }
  @supports not (margin-top: clamp( 1.25rem , 0.587962963rem  +  2.7160493827vw , 2.625rem )) {
    .fp-popular__slider-wrap {
      margin-top: calc(1.25rem + 1.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-popular__slider-wrap {
    margin-top: 1.25rem;
  }
}
.fp-popular__slider-wrap {
  margin-bottom: 80px;
}
.fp-popular__splide {
  flex: 1;
  min-width: 0;
}
.fp-popular__splide .splide__track {
  overflow: hidden;
}
.fp-popular__splide .splide__list {
  display: flex;
  align-items: stretch;
}
.fp-popular__splide .splide__slide {
  width: 365px;
}
.fp-popular__arrow {
  flex-shrink: 0;
  width: 10px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 206px;
}
.fp-popular__arrow span {
  display: block;
  width: 21px;
  height: 21px;
}
.fp-popular__arrow--prev {
  left: -41px;
}
.fp-popular__arrow--prev span {
  background-image: url(../img/nav-left.svg);
}
.fp-popular__arrow--next {
  right: -41px;
}
.fp-popular__arrow--next span {
  background-image: url(../img/nav-right.svg);
}
.fp-popular__arrow:hover span {
  border-color: #c9a227;
}
.fp-popular__counter {
  display: none;
}
.fp-popular__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.fp-popular__card-img {
  width: 365px;
  height: 459px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-popular__card-img img {
  width: 231px;
  height: 231px;
  object-fit: contain;
}
.fp-popular__card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 100%;
}
.fp-popular__card-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.fp-popular__card-brand {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  text-align: center;
  color: #c9a227;
  display: block;
}
.fp-popular__card-name {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a1a;
  display: block;
  min-height: 52px;
}
@media screen and (max-width: 500px) {
  .fp-popular__card-name {
    min-height: 43px;
  }
}
.fp-popular__card-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .fp-popular__card-rating {
    padding-top: 6px;
  }
}
.fp-popular__card-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.fp-popular__card-stars img {
  width: 14px;
  height: 14px;
}
.fp-popular__card-count {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #737373;
}
.fp-popular__card-price {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
  display: block;
  text-align: center;
}
.fp-popular__footer {
  display: flex;
  justify-content: center;
}
.fp-popular__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 75.0625em) {
  .fp-popular__btn {
    height: 3.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem )) {
    .fp-popular__btn {
      height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem );
    }
  }
  @supports not (height: clamp( 2.5rem , 1.8981481481rem  +  2.4691358025vw , 3.75rem )) {
    .fp-popular__btn {
      height: calc(2.5rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-popular__btn {
    height: 2.5rem;
  }
}
.fp-popular__btn {
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .fp-popular__btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.75rem , 0.6898148148rem  +  0.2469135802vw , 0.875rem )) {
    .fp-popular__btn {
      font-size: clamp( 0.75rem , 0.6898148148rem  +  0.2469135802vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6898148148rem  +  0.2469135802vw , 0.875rem )) {
    .fp-popular__btn {
      font-size: calc(0.75rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-popular__btn {
    font-size: 0.75rem;
  }
}
.fp-popular__btn {
  line-height: 22px;
}
@media (min-width: 75.0625em) {
  .fp-popular__btn {
    padding: 2.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1.5625rem , 0.9305555556rem  +  2.5925925926vw , 2.875rem )) {
    .fp-popular__btn {
      padding: clamp( 1.5625rem , 0.9305555556rem  +  2.5925925926vw , 2.875rem );
    }
  }
  @supports not (padding: clamp( 1.5625rem , 0.9305555556rem  +  2.5925925926vw , 2.875rem )) {
    .fp-popular__btn {
      padding: calc(1.5625rem + 1.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-popular__btn {
    padding: 1.5625rem;
  }
}
.fp-popular__btn {
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}
.fp-popular__btn:hover {
  background: #CCA422;
}
@media screen and (max-width: 768px) {
  .fp-popular__slider-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
  }
  .fp-popular__splide {
    order: 0;
    width: 100%;
    flex: none;
    min-width: 0;
  }
  .fp-popular__arrow {
    position: static;
    top: auto;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .fp-popular__arrow span {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .fp-popular__arrow--prev {
    order: 1;
    left: auto;
  }
  .fp-popular__arrow--next {
    order: 3;
    right: auto;
  }
  .fp-popular__counter {
    display: block;
    order: 2;
    flex: 1;
    text-align: center;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7C7C7C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.853px;
    letter-spacing: 0.813px;
    text-transform: uppercase;
  }
}
.fp-brands__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media (min-width: 75.0625em) {
  .fp-brands__inner {
    gap: 4.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.5625rem , 0.2083333333rem  +  5.5555555556vw , 4.375rem )) {
    .fp-brands__inner {
      gap: clamp( 1.5625rem , 0.2083333333rem  +  5.5555555556vw , 4.375rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 0.2083333333rem  +  5.5555555556vw , 4.375rem )) {
    .fp-brands__inner {
      gap: calc(1.5625rem + 2.8125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-brands__inner {
    gap: 1.5625rem;
  }
}
.fp-brands__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  max-width: 537px;
  text-align: center;
}
.fp-brands__title {
  font-family: var(--font-secondary);
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .fp-brands__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .fp-brands__title {
      font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .fp-brands__title {
      font-size: calc(1.5625rem + 1.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-brands__title {
    font-size: 1.5625rem;
  }
}
.fp-brands__title {
  line-height: 54px;
  color: var(--c-text);
}
.fp-brands__subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--c-text-subtle);
  letter-spacing: 0.4px;
}
@media (min-width: 75.0625em) {
  .fp-brands__subtitle {
    font-size: 0.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem )) {
    .fp-brands__subtitle {
      font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem )) {
    .fp-brands__subtitle {
      font-size: calc(0.875rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-brands__subtitle {
    font-size: 0.875rem;
  }
}
.fp-brands__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  width: 100%;
  max-width: 1520px;
}
@media screen and (max-width: 1185px) {
  .fp-brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .fp-brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 620px) {
  .fp-brands__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.fp-brands__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  max-height: 90px;
  transition-duration: 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fp-brands__card {
    padding: 8px 10px;
    max-height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .fp-brands__card {
    max-height: 80px;
    padding: 13px 10px;
  }
}
.fp-brands__card img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.fp-brands__card:hover {
  border: 1px solid #c9a227;
  transform: scale(1.05);
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .fp-brands__header {
    opacity: 0;
  }
  .fp-brands__header.is-visible {
    animation: brands-from-bottom 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  .fp-brands__card {
    opacity: 0;
  }
  .fp-brands__card.is-visible {
    animation: brands-birth 0.65s cubic-bezier(0.34, 1.3, 0.64, 1) var(--brands-delay, 0s) both;
  }
  .fp-brands__all {
    opacity: 0;
  }
  .fp-brands__all.is-visible {
    animation: brands-from-bottom 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
.fp-brands__all {
  font-family: var(--font-primary);
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .fp-brands__all {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-brands__all {
      font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-brands__all {
      font-size: calc(0.875rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-brands__all {
    font-size: 0.875rem;
  }
}
.fp-brands__all {
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.4px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.fp-brands__all span:nth-child(2) {
  transition-duration: 0.2s;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .fp-brands__all {
    margin-top: 10px;
  }
}
.fp-brands__all:hover {
  color: #C9A227;
}
.fp-brands__all:hover span:nth-child(2) {
  transform: translateX(2px);
}
@keyframes brands-from-bottom {
  from {
    opacity: 0;
    transform: translateY(80px) scale(0.93);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes brands-birth {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.88);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fp-why-us {
  position: relative;
  height: 755px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fp-why-us {
    height: auto;
  }
}
.fp-why-us__row {
  position: relative;
  box-sizing: border-box;
  display: flex;
  background-image: url(../img/1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 75.0625em) {
  .fp-why-us__row {
    padding: 3.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 0.5625rem , -0.9722222222rem  +  6.2962962963vw , 3.75rem )) {
    .fp-why-us__row {
      padding: clamp( 0.5625rem , -0.9722222222rem  +  6.2962962963vw , 3.75rem );
    }
  }
  @supports not (padding: clamp( 0.5625rem , -0.9722222222rem  +  6.2962962963vw , 3.75rem )) {
    .fp-why-us__row {
      padding: calc(0.5625rem + 3.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__row {
    padding: 0.5625rem;
  }
}
.fp-why-us__row {
  align-items: flex-end;
  justify-content: space-between;
}
.fp-why-us__row:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1060px) {
  .fp-why-us__row {
    display: block;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .fp-why-us__row {
    background-image: url(../img/3.jpg);
  }
}
@media screen and (max-width: 420px) {
  .fp-why-us__row {
    background-image: url(../img/2.png);
  }
}
.fp-why-us__logo {
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -90px;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  z-index: 10;
}
.fp-why-us__logo img {
  display: block;
  width: 180px;
}
@media screen and (max-width: 1060px) {
  .fp-why-us__logo {
    display: none;
  }
}
.fp-why-us__panel {
  position: relative;
  width: 100%;
  max-width: 555px;
  background: #ffffff;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 51px 0 0;
}
@media screen and (max-width: 1060px) {
  .fp-why-us__panel {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .fp-why-us__panel {
    padding-top: 22px;
    margin-top: 0px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 600px) {
  .fp-why-us__panel {
    margin-top: 300px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .fp-why-us__panel {
    margin-top: 210px;
    margin-bottom: 0;
  }
}
.fp-why-us__title {
  font-family: var(--font-secondary);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 75.0625em) {
  .fp-why-us__title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 0.875rem , -0.5092592593rem  +  5.6790123457vw , 3.75rem )) {
    .fp-why-us__title {
      margin-bottom: clamp( 0.875rem , -0.5092592593rem  +  5.6790123457vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , -0.5092592593rem  +  5.6790123457vw , 3.75rem )) {
    .fp-why-us__title {
      margin-bottom: calc(0.875rem + 2.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-why-us__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-why-us__title {
      font-size: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.1111111111rem  +  1.8518518519vw , 2.5rem )) {
    .fp-why-us__title {
      font-size: calc(1.5625rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-why-us__title {
    line-height: 3.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 2.125rem , 1.5231481481rem  +  2.4691358025vw , 3.375rem )) {
    .fp-why-us__title {
      line-height: clamp( 2.125rem , 1.5231481481rem  +  2.4691358025vw , 3.375rem );
    }
  }
  @supports not (line-height: clamp( 2.125rem , 1.5231481481rem  +  2.4691358025vw , 3.375rem )) {
    .fp-why-us__title {
      line-height: calc(2.125rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__title {
    line-height: 2.125rem;
  }
}
.fp-why-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 500px) {
  .fp-why-us__grid {
    overflow: hidden;
  }
}
.fp-why-us__grid::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 472px;
  height: 0;
  border-top: 1px dashed #e4e4e4;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fp-why-us__grid::after {
    max-width: 90%;
    top: 47%;
  }
}
@media screen and (max-width: 550px) {
  .fp-why-us__grid::after {
    top: 42%;
  }
}
.fp-why-us__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 75.0625em) {
  .fp-why-us__feature {
    padding: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 0.6875rem , 0.4166666667rem  +  1.1111111111vw , 1.25rem )) {
    .fp-why-us__feature {
      padding: clamp( 0.6875rem , 0.4166666667rem  +  1.1111111111vw , 1.25rem );
    }
  }
  @supports not (padding: clamp( 0.6875rem , 0.4166666667rem  +  1.1111111111vw , 1.25rem )) {
    .fp-why-us__feature {
      padding: calc(0.6875rem + 0.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__feature {
    padding: 0.6875rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-why-us__feature {
    padding-top: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem )) {
    .fp-why-us__feature {
      padding-top: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem )) {
    .fp-why-us__feature {
      padding-top: calc(0.875rem + 0.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__feature {
    padding-top: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-why-us__feature {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem )) {
    .fp-why-us__feature {
      padding-bottom: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.875rem , 0.6944444444rem  +  0.7407407407vw , 1.25rem )) {
    .fp-why-us__feature {
      padding-bottom: calc(0.875rem + 0.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__feature {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .fp-why-us__feature {
    gap: 0.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.4375rem , 0.287037037rem  +  0.6172839506vw , 0.75rem )) {
    .fp-why-us__feature {
      gap: clamp( 0.4375rem , 0.287037037rem  +  0.6172839506vw , 0.75rem );
    }
  }
  @supports not (gap: clamp( 0.4375rem , 0.287037037rem  +  0.6172839506vw , 0.75rem )) {
    .fp-why-us__feature {
      gap: calc(0.4375rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__feature {
    gap: 0.4375rem;
  }
}
.fp-why-us__feature:nth-child(1), .fp-why-us__feature:nth-child(3) {
  border-right: 1px dashed #e4e4e4;
}
.fp-why-us__feature:nth-child(1), .fp-why-us__feature:nth-child(2) {
  padding-bottom: 40px;
}
.fp-why-us__feature:nth-child(3), .fp-why-us__feature:nth-child(4) {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .fp-why-us__feature:nth-child(1) {
    padding-bottom: 20px;
  }
  .fp-why-us__feature:nth-child(2) {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .fp-why-us__feature .fp-why-us__feature-heading {
    line-height: 17px;
  }
  .fp-why-us__feature .fp-why-us__feature-text {
    line-height: 15px;
  }
  .fp-why-us__feature:nth-child(1) {
    padding-top: 0px;
    gap: 0;
  }
  .fp-why-us__feature:nth-child(1) img {
    width: 18px;
    height: 18px;
  }
  .fp-why-us__feature:nth-child(2) {
    padding-top: 0;
    gap: 0;
  }
  .fp-why-us__feature:nth-child(2) img {
    width: 15px;
    height: 15px;
  }
  .fp-why-us__feature:nth-child(2) .fp-why-us__feature-text {
    padding-top: 5px;
    max-width: 100px;
  }
  .fp-why-us__feature:nth-child(3) {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .fp-why-us__feature:nth-child(3) img {
    width: 13px;
    height: 13px;
  }
  .fp-why-us__feature:nth-child(3) .fp-why-us__feature-heading {
    max-width: 100px;
    line-height: 14px;
  }
  .fp-why-us__feature:nth-child(3) .fp-why-us__feature-text {
    max-width: 136px;
  }
  .fp-why-us__feature:nth-child(3) {
    gap: 5px;
  }
  .fp-why-us__feature:nth-child(4) {
    padding-top: 5px;
    padding-bottom: 12px;
  }
  .fp-why-us__feature:nth-child(4) img {
    width: 19px;
    height: 19px;
  }
  .fp-why-us__feature:nth-child(4) .fp-why-us__feature-heading {
    line-height: 14px;
  }
  .fp-why-us__feature:nth-child(4) .fp-why-us__feature-text {
    max-width: 120px;
  }
}
.fp-why-us__feature-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-why-us__feature-heading {
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media (min-width: 75.0625em) {
  .fp-why-us__feature-heading {
    font-size: 0.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.8125rem , 0.7824074074rem  +  0.1234567901vw , 0.875rem )) {
    .fp-why-us__feature-heading {
      font-size: clamp( 0.8125rem , 0.7824074074rem  +  0.1234567901vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.8125rem , 0.7824074074rem  +  0.1234567901vw , 0.875rem )) {
    .fp-why-us__feature-heading {
      font-size: calc(0.8125rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__feature-heading {
    font-size: 0.8125rem;
  }
}
.fp-why-us__feature-text {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #4b4b4b;
  margin: 0;
}
.fp-why-us__delivery {
  box-sizing: border-box;
  width: 100%;
  margin-top: 70px;
  height: 51px;
  background: #1a1a1a;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 75.0625em) {
  .fp-why-us__delivery {
    padding: 1.6875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem )) {
    .fp-why-us__delivery {
      padding: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem );
    }
  }
  @supports not (padding: clamp( 0.75rem , 0.2986111111rem  +  1.8518518519vw , 1.6875rem )) {
    .fp-why-us__delivery {
      padding: calc(0.75rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__delivery {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .fp-why-us__delivery {
    flex-direction: column;
    height: auto;
    gap: 0;
    margin-top: 0px;
  }
}
.fp-why-us__delivery-title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .fp-why-us__delivery-title {
    font-size: 12px;
  }
}
.fp-why-us__delivery-desc {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #dfdfdf;
  text-align: center;
}
.fp-why-us__delivery-desc span {
  color: #DFDFDF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px;
}
.fp-why-us__cta {
  box-sizing: border-box;
}
@media (min-width: 75.0625em) {
  .fp-why-us__cta {
    height: 4.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 2.8125rem , 2.0601851852rem  +  3.0864197531vw , 4.375rem )) {
    .fp-why-us__cta {
      height: clamp( 2.8125rem , 2.0601851852rem  +  3.0864197531vw , 4.375rem );
    }
  }
  @supports not (height: clamp( 2.8125rem , 2.0601851852rem  +  3.0864197531vw , 4.375rem )) {
    .fp-why-us__cta {
      height: calc(2.8125rem + 1.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__cta {
    height: 2.8125rem;
  }
}
.fp-why-us__cta {
  background: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media (min-width: 75.0625em) {
  .fp-why-us__cta {
    width: 19.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (width: clamp( 12.8125rem , 9.6527777778rem  +  12.962962963vw , 19.375rem )) {
    .fp-why-us__cta {
      width: clamp( 12.8125rem , 9.6527777778rem  +  12.962962963vw , 19.375rem );
    }
  }
  @supports not (width: clamp( 12.8125rem , 9.6527777778rem  +  12.962962963vw , 19.375rem )) {
    .fp-why-us__cta {
      width: calc(12.8125rem + 6.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__cta {
    width: 12.8125rem;
  }
}
.fp-why-us__cta {
  text-decoration: none;
  box-sizing: border-box;
  color: #1A1A1A;
}
@media (min-width: 75.0625em) {
  .fp-why-us__cta {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.625rem , 0.4444444444rem  +  0.7407407407vw , 1rem )) {
    .fp-why-us__cta {
      font-size: clamp( 0.625rem , 0.4444444444rem  +  0.7407407407vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4444444444rem  +  0.7407407407vw , 1rem )) {
    .fp-why-us__cta {
      font-size: calc(0.625rem + 0.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-why-us__cta {
    font-size: 0.625rem;
  }
}
.fp-why-us__cta {
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  position: relative;
}
.fp-why-us__cta span {
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
  background-image: url(../img/arrow.svg);
}
.fp-why-us__cta:hover {
  background: #1A1A1A;
  color: #fff;
}
.fp-why-us__cta:hover span {
  filter: brightness(100);
}
@media screen and (max-width: 1060px) {
  .fp-why-us__cta {
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .fp-why-us__cta {
    gap: 8px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .fp-why-us__cta span {
    width: 16px;
    height: 8px;
    background-size: contain;
  }
}
@media screen and (max-width: 550px) {
  .fp-why-us__delivery {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fp-why-us__delivery-desc {
    font-size: 11px;
  }
}
.about-page__content-wu {
  padding-bottom: 250px;
  padding-top: 250px;
}
@media screen and (max-width: 768px) {
  .about-page__content-wu {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
.note-picker {
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .note-picker {
    margin-top: 20px;
  }
}
.note-picker__wrap {
  position: relative;
  background: #F9F9F9;
  padding: 45px 40px 35px;
}
.note-picker__wrap:after {
  content: "";
  display: block;
  background-image: url(../img/note-picker__deco.png);
  width: 238px;
  height: 286px;
  position: absolute;
  top: 7px;
  background-repeat: no-repeat;
  right: 0;
}
.note-picker__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.note-picker__head {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 459px;
  flex-shrink: 0;
}
.note-picker__desc {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1A1A1A;
  max-width: 399px;
  letter-spacing: 0.5px;
}
.note-picker__head-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 124px;
}
.note-picker__head-deco {
  margin-bottom: 10px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  padding-left: 244px;
}
@media screen and (max-width: 1270px) {
  .note-picker__head-deco {
    padding-left: 0;
  }
}
.note-picker__logo {
  height: 95px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1270px) {
  .note-picker__logo {
    margin-left: -40px;
  }
}
.note-picker__head-line {
  display: block;
  flex: 1;
  height: 1px;
  background: #C9A227;
  opacity: 0.8;
}
@media screen and (max-width: 1270px) {
  .note-picker__head-line {
    width: calc(100% - 210px);
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .note-picker__head-line {
    width: calc(100% - 130px);
    position: absolute;
    right: 0;
  }
}
.note-picker__body {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: flex-start;
  gap: 20px;
}
.note-picker__left {
  height: 100%;
  box-shadow: inset 0 4px 17.8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.note-picker__left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat, repeat;
  background-size: 33px 48px, auto auto;
  background-position: 50% 50%, 0 0;
  background-image: url(../img/note-picker__tags-simbol.svg), url(../img/note-picker__tags.png);
  opacity: 0.4;
  pointer-events: none;
}
.note-picker__tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 7px;
  padding: 20px 13px 0;
  width: 440px;
  min-height: 125px;
  box-sizing: border-box;
}
.note-picker__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  height: 37px;
  padding: 0 15px 0 10px;
  background: #fff;
  border: 1.14px solid #E8E6E1;
  border-radius: 9999px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #4E4E4E;
  cursor: pointer;
  transition: opacity 0.2s;
}
.note-picker__tag:hover {
  opacity: 0.7;
}
.note-picker__tag-remove {
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/close-icon.svg);
}
.note-picker__tag-dot {
  flex-shrink: 0;
  width: 6.85px;
  height: 6.85px;
  border-radius: 50%;
}
.note-picker__tag-dot--top {
  background: #E0A800;
}
.note-picker__tag-dot--middle {
  background: #E0556A;
}
.note-picker__tag-dot--base {
  background: #8A5A3B;
}
.note-picker__preview-icon {
  position: absolute;
  left: 50%;
  bottom: 60px;
  translate: -50% 0;
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: #E8E8E8;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.note-picker__legend {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.note-picker__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #4E4E4E;
}
.note-picker__legend-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.note-picker__legend-dot--top {
  background: #E0A800;
}
.note-picker__legend-dot--middle {
  background: #E0556A;
}
.note-picker__legend-dot--base {
  background: #8A5A3B;
}
.note-picker__right {
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 10;
}
.note-picker__filters {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 5;
}
.note-picker__filters--mobile {
  display: none;
}
.note-picker__filter {
  height: 42px;
  padding: 0 28px;
  background: #fff;
  border: 1px solid #1A1A1A;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #1A1A1A;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.note-picker__filter--active {
  background: #1A1A1A;
  color: #fff;
  font-weight: 500;
}
.note-picker__filter:not(.note-picker__filter--active):hover {
  background: #1A1A1A;
  color: #fff;
}
.note-picker__grid {
  display: grid;
  grid-template-rows: repeat(2, 140px);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.note-picker__grid::-webkit-scrollbar {
  display: none;
}
.note-picker__card {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}
.note-picker__card--selected {
  background: #fff;
  border-color: rgba(201, 161, 32, 0.7);
}
.note-picker__card--selected .note-picker__card-star {
  background: #FFD44A;
  border: 0.76px solid #E9B920;
}
.note-picker__card:not(.note-picker__card--selected):hover {
  border-color: rgba(201, 161, 32, 0.4);
}
.note-picker__card-img-wrap {
  padding-top: 10px;
  box-sizing: border-box;
  height: 95px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.note-picker__card-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.note-picker__card-img--placeholder {
  display: block;
  width: 38px;
  height: 68px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.note-picker__card-img--placeholder[data-note-type=top] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 72' fill='none'%3E%3Crect x='15' y='0' width='14' height='5' rx='1.5' fill='%23E5C35F' fill-opacity='0.6'/%3E%3Crect x='18' y='4' width='8' height='15' fill='%23E5C35F' fill-opacity='0.1' stroke='%23E5C35F' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M18 18 L5 62 Q5 67 22 67 Q39 67 39 62 L26 18 Z' fill='%23E5C35F' fill-opacity='0.1' stroke='%23E5C35F' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M9 48 L5 62 Q5 67 22 67 Q39 67 39 62 L35 48 Z' fill='%23E5C35F' fill-opacity='0.35'/%3E%3Cline x1='9' y1='47' x2='35' y2='47' stroke='%23E5C35F' stroke-opacity='0.25' stroke-width='1.5'/%3E%3Cline x1='12' y1='22' x2='9' y2='58' stroke='white' stroke-width='1.5' stroke-opacity='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.note-picker__card-img--placeholder[data-note-type=middle] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 72' fill='none'%3E%3Crect x='15' y='0' width='14' height='5' rx='1.5' fill='%23E5929E' fill-opacity='0.6'/%3E%3Crect x='18' y='4' width='8' height='15' fill='%23E5929E' fill-opacity='0.1' stroke='%23E5929E' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M18 18 L5 62 Q5 67 22 67 Q39 67 39 62 L26 18 Z' fill='%23E5929E' fill-opacity='0.1' stroke='%23E5929E' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M9 48 L5 62 Q5 67 22 67 Q39 67 39 62 L35 48 Z' fill='%23E5929E' fill-opacity='0.35'/%3E%3Cline x1='9' y1='47' x2='35' y2='47' stroke='%23E5929E' stroke-opacity='0.25' stroke-width='1.5'/%3E%3Cline x1='12' y1='22' x2='9' y2='58' stroke='white' stroke-width='1.5' stroke-opacity='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.note-picker__card-img--placeholder[data-note-type=base] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 72' fill='none'%3E%3Crect x='15' y='0' width='14' height='5' rx='1.5' fill='%23AF9380' fill-opacity='0.6'/%3E%3Crect x='18' y='4' width='8' height='15' fill='%23AF9380' fill-opacity='0.1' stroke='%23AF9380' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M18 18 L5 62 Q5 67 22 67 Q39 67 39 62 L26 18 Z' fill='%23AF9380' fill-opacity='0.1' stroke='%23AF9380' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M9 48 L5 62 Q5 67 22 67 Q39 67 39 62 L35 48 Z' fill='%23AF9380' fill-opacity='0.35'/%3E%3Cline x1='9' y1='47' x2='35' y2='47' stroke='%23AF9380' stroke-opacity='0.25' stroke-width='1.5'/%3E%3Cline x1='12' y1='22' x2='9' y2='58' stroke='white' stroke-width='1.5' stroke-opacity='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.note-picker__card-img--placeholder[data-note-type=mixed] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 72' fill='none'%3E%3Crect x='15' y='0' width='14' height='5' rx='1.5' fill='%23D3A37F' fill-opacity='0.6'/%3E%3Crect x='18' y='4' width='8' height='15' fill='%23D3A37F' fill-opacity='0.1' stroke='%23D3A37F' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M18 18 L5 62 Q5 67 22 67 Q39 67 39 62 L26 18 Z' fill='%23D3A37F' fill-opacity='0.1' stroke='%23D3A37F' stroke-opacity='0.4' stroke-width='1.5'/%3E%3Cpath d='M9 48 L5 62 Q5 67 22 67 Q39 67 39 62 L35 48 Z' fill='%23D3A37F' fill-opacity='0.35'/%3E%3Cline x1='9' y1='47' x2='35' y2='47' stroke='%23D3A37F' stroke-opacity='0.25' stroke-width='1.5'/%3E%3Cline x1='12' y1='22' x2='9' y2='58' stroke='white' stroke-width='1.5' stroke-opacity='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.note-picker__card-star {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 15px;
  height: 15px;
  background: #D6D6D6;
  border: 0.76px solid #D6D6D6;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.note-picker__card-name {
  text-transform: capitalize;
  padding: 9px 4px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.38px;
  color: #1A1A1A;
}
.note-picker__progress {
  position: relative;
  height: 5px;
}
.note-picker__progress-track {
  position: absolute;
  inset: 0;
  background: #fff;
}
.note-picker__progress-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: #1A1A1A;
  transition: width 0.15s ease, left 0.15s ease;
  cursor: grab;
}
.note-picker__progress-fill:active {
  cursor: grabbing;
}
.note-picker__footer {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.note-picker__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 204px;
  height: 60px;
  background: #1A1A1A;
  border: none;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
}
.note-picker__cta:hover:not(:disabled) {
  background: var(--c-primary);
}
.note-picker__cta:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.note-picker__results {
  padding: 40px 0 0;
}
.note-picker__results[hidden] {
  display: none;
}
.note-picker__results-grid {
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 900px) {
  .note-picker__results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.note-picker__footer-line {
  flex: 1;
  height: 1px;
  background: rgba(184, 148, 31, 0.4);
  opacity: 0.8;
  margin-bottom: 11px;
  margin-left: 36px;
}
@media screen and (max-width: 1050px) {
  .note-picker__wrap {
    padding: 20px 0 30px;
  }
  .note-picker__wrap:after {
    width: 150px;
    height: 180px;
    background-size: contain;
    background-position: right top;
    top: 0px;
    right: 0;
  }
  .note-picker__top {
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .note-picker__head {
    width: 100%;
    flex-shrink: 1;
    gap: 8px;
    text-align: center;
  }
  .note-picker__head br {
    display: none;
  }
  .note-picker__desc {
    color: var(--c-text-subtle);
    text-align: center;
    max-width: 100%;
  }
  .note-picker__head-right {
    order: -1;
    padding-right: 0;
    gap: 16px;
  }
  .note-picker__head-deco {
    padding-left: 0;
    margin: 0;
  }
  .note-picker__filters {
    gap: 8px;
  }
  .note-picker__filters--desktop {
    display: none;
  }
  .note-picker__filters--mobile {
    display: flex;
  }
  .note-picker__filter {
    flex: 1;
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }
  .note-picker__body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .note-picker__right {
    order: 1;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .note-picker__right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: calc(100% - 17px);
    background: linear-gradient(to right, transparent, #F9F9F9);
    pointer-events: none;
    z-index: 2;
  }
  .note-picker__left {
    order: 2;
    background-color: #F5F5F5;
    min-height: 205px;
    box-shadow: none;
  }
  .note-picker__grid {
    grid-template-rows: repeat(2, 96px);
    gap: 7px;
  }
  .note-picker__card {
    width: 96px;
    height: 96px;
  }
  .note-picker__card-img-wrap {
    height: 73px;
    padding-top: 6px;
  }
  .note-picker__card-img--placeholder {
    width: 28px;
    height: 50px;
  }
  .note-picker__card-star {
    width: 10px;
    height: 10px;
    top: 4px;
    right: 4px;
  }
  .note-picker__card-name {
    font-size: 12px;
    padding: 4px;
    letter-spacing: 0.26px;
  }
  .note-picker__tags {
    width: 100%;
  }
  .note-picker__tag {
    gap: 6px;
  }
  .note-picker__legend {
    padding: 12px 0;
  }
  .note-picker__footer {
    margin-top: 20px;
    gap: 0;
    padding: 0 15px;
  }
  .note-picker__footer::before {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(184, 148, 31, 0.4);
    opacity: 0.8;
  }
  .note-picker__cta {
    width: 148px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.81px;
    text-transform: uppercase;
    flex-shrink: 0;
  }
  .note-picker__footer-line {
    flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .note-picker__logo {
    height: 61px;
  }
  .note-picker__grid {
    grid-template-rows: repeat(2, 96px);
    gap: 7px;
  }
  .note-picker__desc br {
    display: none;
  }
  .note-picker__left {
    margin-top: 24px;
  }
  .note-picker__footer {
    margin-top: 50px;
  }
  .note-picker .note-picker__wrap:after {
    width: 100px;
    height: 130px;
  }
}
@media screen and (max-width: 550px) {
  .note-picker__wrap {
    padding-top: 40px;
  }
  .note-picker__wrap .fp-deco-title__heading .g-title {
    padding-top: 30px;
  }
  .note-picker .note-picker__filters--mobile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .note-picker .note-picker__left {
    margin-left: 15px;
    margin-right: 15px;
    min-height: 174px;
    width: calc(100% - 30px);
  }
}
.fp-recommend__slider-wrap {
  margin-top: 42px;
}
@media screen and (max-width: 1023.98px) {
  .fp-recommend__slider-wrap {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .fp-recommend__slider-wrap .fp-popular__arrow {
    display: none;
  }
}
.fp-recommend .fp-recommend__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}
@media screen and (max-width: 1023.98px) {
  .fp-recommend .fp-recommend__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .fp-recommend .fp-recommend__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .fp-recommend__swiper .swiper-slide {
    margin-bottom: 32px;
  }
}
.fp-recommend .fp-popular__card,
.fp-recommend .fp-popular__card-img {
  width: 100%;
}
.fp-recommend .fp-popular__card-img {
  height: auto;
  aspect-ratio: 365/459;
}
.fp-recommend__footer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1023.98px) {
  .fp-recommend__footer {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .fp-recommend__footer {
    margin-top: 24px;
  }
}
.fp-faq__title {
  font-family: var(--font-secondary);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--c-text);
  margin-bottom: 48px;
}
@media screen and (max-width: 1023.98px) {
  .fp-faq__title {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .fp-faq__title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
.fp-faq__list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 75.0625em) {
  .fp-faq__item {
    padding: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__item {
      padding: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem );
    }
  }
  @supports not (padding: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__item {
      padding: calc(1rem + 1 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-faq__item {
    padding: 1rem;
  }
}
.fp-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.fp-faq__item:last-child {
  border-bottom: none;
}
.fp-faq__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 75.0625em) {
  .fp-faq__toggle {
    gap: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__toggle {
      gap: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__toggle {
      gap: calc(1rem + 1 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-faq__toggle {
    gap: 1rem;
  }
}
.fp-faq__toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.fp-faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}
.fp-faq__icon::before, .fp-faq__icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: #1a1a1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fp-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.fp-faq__answer {
  display: none;
}
.fp-faq__answer-inner {
  font-family: var(--font-primary);
  font-weight: 300;
}
@media (min-width: 75.0625em) {
  .fp-faq__answer-inner {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-faq__answer-inner {
      font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .fp-faq__answer-inner {
      font-size: calc(0.875rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-faq__answer-inner {
    font-size: 0.875rem;
  }
}
.fp-faq__answer-inner {
  line-height: 22px;
  color: #1a1a1a;
  max-width: 1110px;
}
@media (min-width: 75.0625em) {
  .fp-faq__answer-inner {
    padding-top: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__answer-inner {
      padding-top: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem );
    }
  }
  @supports not (padding-top: clamp( 1rem , 0.5185185185rem  +  1.975308642vw , 2rem )) {
    .fp-faq__answer-inner {
      padding-top: calc(1rem + 1 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fp-faq__answer-inner {
    padding-top: 1rem;
  }
}
.fp-faq__item.is-open .fp-faq__answer {
  display: block;
}
.fp-faq__item.is-open .fp-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.seo-text {
  position: relative;
  overflow: hidden;
}
.seo-text__decor {
  position: absolute;
  top: -21px;
  right: 186px;
  width: 33px;
  height: 21px;
  border: 25px solid rgba(184, 148, 31, 0.21);
  pointer-events: none;
}
@media (min-width: 75.0625em) {
  .seo-text__inner {
    padding: 5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 2.5rem , 1.2962962963rem  +  4.9382716049vw , 5rem )) {
    .seo-text__inner {
      padding: clamp( 2.5rem , 1.2962962963rem  +  4.9382716049vw , 5rem );
    }
  }
  @supports not (padding: clamp( 2.5rem , 1.2962962963rem  +  4.9382716049vw , 5rem )) {
    .seo-text__inner {
      padding: calc(2.5rem + 2.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .seo-text__inner {
    padding: 2.5rem;
  }
}
.seo-text__inner {
  display: flex;
  background: #f9f9f9;
  align-items: flex-start;
  gap: 24px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.seo-text__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-height: 291px;
  overflow-y: scroll;
  padding-right: 16px;
  scrollbar-width: none;
}
.seo-text__content::-webkit-scrollbar {
  display: none;
}
.seo-text__content h2 {
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #1a1a1a;
  flex-shrink: 0;
  letter-spacing: 1px;
}
@media (min-width: 75.0625em) {
  .seo-text__content h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 1.412037037rem  +  0.6172839506vw , 1.875rem )) {
    .seo-text__content h2 {
      font-size: clamp( 1.5625rem , 1.412037037rem  +  0.6172839506vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.412037037rem  +  0.6172839506vw , 1.875rem )) {
    .seo-text__content h2 {
      font-size: calc(1.5625rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .seo-text__content h2 {
    font-size: 1.5625rem;
  }
}
.seo-text__content p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #686868;
}
@media (min-width: 75.0625em) {
  .seo-text__content p {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .seo-text__content p {
      font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .seo-text__content p {
      font-size: calc(0.875rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .seo-text__content p {
    font-size: 0.875rem;
  }
}
.seo-text__content h3 {
  margin: 30px 0 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
}
.seo-text__content ul,
.seo-text__content ol {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 0;
}
.seo-text__content ul li {
  list-type: disc;
}
.seo-text__content ol li {
  list-type: decimal;
}
.seo-text__content li {
  position: relative;
  padding-left: 18px;
}
.seo-text__content blockquote {
  margin: 26px 0 34px;
  padding: 12px 22px;
  border-left: 2px solid #1a1a1a;
  background: transparent;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #1a1a1a;
}
.seo-text__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seo-text__scrollbar {
  flex-shrink: 0;
  width: 5px;
  height: 215px;
  align-self: center;
  cursor: pointer;
}
.seo-text__scrollbar-track {
  position: relative;
  width: 5px;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.seo-text__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background: #1a1a1a;
  border-radius: 2px;
  transition: top 0.1s linear;
  cursor: grab;
  user-select: none;
}
.seo-text__scrollbar-thumb:active {
  cursor: grabbing;
  transition: none;
}
@media screen and (max-width: 767.98px) {
  .seo-text > .container {
    padding: 0 28px;
  }
  .seo-text__inner {
    align-items: flex-start;
    gap: 12px;
    padding: 57px 9px 76px 28px;
  }
  .seo-text__content {
    gap: 33px;
    max-height: 500px;
    padding-right: 0;
  }
  .seo-text__content h2 {
    margin: 0 auto;
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    letter-spacing: 0.0625rem;
  }
  .seo-text__content p {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
  .seo-text__scrollbar {
    width: 5px;
    height: 250px;
    margin-top: 133px;
    align-self: flex-start;
  }
  .seo-text__scrollbar-track {
    background: transparent;
  }
  .seo-text__scrollbar-thumb {
    height: 90px;
  }
}
.about-page {
  padding-bottom: 140px;
  background: #fff;
}
.about-page__hero {
  margin-bottom: 130px;
}
.about-page__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}
.about-page__title-block h1 {
  margin: 0 0 7px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.about-page__title-block p {
  font-size: 15px;
  line-height: 24px;
  color: #8b8b8b;
}
.about-page__content .container {
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.about-page__intro {
  display: grid;
  grid-template-columns: minmax(320px, 531px) minmax(420px, 604px);
  justify-content: center;
  align-items: center;
  gap: 85px;
}
.about-page__intro.is-visible .about-page__intro-copy {
  opacity: 1;
  transform: none;
}
.about-page__intro.is-visible .about-page__intro-media {
  opacity: 1;
  transform: none;
  transition-delay: 0.12s;
}
.about-page__intro-copy {
  opacity: 0;
  transform: translateX(-72px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-page__intro-copy h2 {
  margin: 0 0 24px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.about-page__intro-copy h2 span {
  color: #c9a227;
}
.about-page__intro-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-page__intro-text p {
  font-size: 16px;
  line-height: 26px;
  color: #4e4e4e;
}
.about-page__intro-media {
  height: 604px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(72px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #f9f9f9;
}
.about-page__intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (prefers-reduced-motion: reduce) {
  .about-page__intro-copy, .about-page__intro-media, .about-page__map, .about-page__location-copy, .about-page__finder, .about-page__finder-actions, .about-page__finder-img {
    opacity: 1;
    animation: none;
    transform: none;
    transition: none;
  }
  .about-page__finder-img {
    transform: rotate(var(--finder-rotate, 0deg));
  }
}
.about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 29px;
  margin-top: -150px;
}
.about-page__stat {
  min-height: 160px;
  box-sizing: border-box;
  padding: 33px 20px 24px;
  text-align: center;
  background: #f9f9f9;
}
.about-page__stat strong {
  display: block;
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
  color: #c9a227;
}
.about-page__stat span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #989898;
}
.about-page__why {
  position: relative;
  min-height: 750px;
  display: flex;
  align-items: flex-start;
  padding: 60px 60px 60px 64px;
  box-sizing: border-box;
  overflow: hidden;
  background: #1a1a1a;
}
.about-page__why-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.64;
}
.about-page__why-card {
  position: relative;
  z-index: 1;
  width: min(100%, 554px);
  min-height: 620px;
  box-sizing: border-box;
  padding: 60px 64px 0;
  background: #fff;
}
.about-page__why-card h2 {
  margin: 0 0 70px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.about-page__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 58px;
}
.about-page__benefit {
  text-align: center;
}
.about-page__benefit h3 {
  margin: 18px 0 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
}
.about-page__benefit p {
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
}
.about-page__benefit-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #c9a227;
}
.about-page__benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-page__delivery {
  display: flex;
  align-items: center;
  gap: 52px;
  min-height: 60px;
  margin: 58px -64px 0;
  padding: 0 25px;
  background: #1a1a1a;
  color: #fff;
}
.about-page__delivery span {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-page__delivery p {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.76);
}
.about-page__why-cta {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-width: 310px;
  min-height: 70px;
  box-sizing: border-box;
  padding: 18px 38px;
  background: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #1a1a1a;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.about-page__why-cta img {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease;
}
.about-page__why-cta:hover {
  background: #1a1a1a;
  color: #fff;
}
.about-page__why-cta:hover img {
  filter: invert(1);
  transform: translateX(5px);
}
.about-page__location {
  display: grid;
  grid-template-columns: minmax(420px, 815px) minmax(320px, 565px);
  align-items: center;
  gap: 55px;
}
.about-page__location.is-visible .about-page__map {
  opacity: 1;
  transform: none;
}
.about-page__location.is-visible .about-page__location-copy {
  opacity: 1;
  transform: none;
  transition-delay: 0.12s;
}
.about-page__map {
  position: relative;
  height: 442px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-72px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #4e4e4e;
  filter: grayscale(1);
}
.about-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.about-page__map-activate {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.about-page__map-activate span {
  padding: 10px 18px;
  font-size: 13px;
  color: #1a1a1a;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.about-page__map-activate:hover {
  background: rgba(0, 0, 0, 0.1);
}
.about-page__map-activate.is-hidden {
  display: none;
}
.about-page__location-copy {
  max-width: 565px;
  opacity: 0;
  transform: translateX(72px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-page__location-copy h2 {
  margin: 8px 0 24px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.about-page__location-copy h2 span {
  color: #c9a227;
}
.about-page__location-copy p:not(.about-page__eyebrow) {
  font-size: 15px;
  line-height: 24px;
  color: #4E4E4E;
}
.about-page__location-copy p:not(.about-page__eyebrow) b {
  font-weight: bold;
}
.about-page__location-copy p:not(.about-page__eyebrow) span {
  font-size: 13px;
  color: #989898;
}
.about-page__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a227;
}
.about-page__finder {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5ede5;
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.78s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.78s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.about-page__finder.is-visible {
  opacity: 1;
  transform: none;
}
.about-page__finder.is-visible .about-page__finder-img {
  opacity: 1;
  transform: rotate(var(--finder-rotate, 0deg)) scale(1);
  transition-delay: var(--finder-img-delay, 0.12s);
}
.about-page__finder.is-visible .about-page__finder-actions {
  opacity: 1;
  transform: none;
  transition-delay: 0.34s;
}
.about-page__finder-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 60px 20px;
}
.about-page__finder-copy h2 {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.about-page__finder-copy h2 span {
  color: #c9a227;
}
.about-page__finder-copy p {
  margin-bottom: 34px;
  font-size: 15px;
  line-height: 22px;
  color: #8b8b8b;
}
.about-page__finder-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.68s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.68s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0s;
}
.about-page__finder-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 14px 22px;
  background: #1a1a1a;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.3s ease;
}
.about-page__finder-actions a span {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.about-page__finder-actions a:hover {
  background: #c9a227;
}
.about-page__finder-img {
  position: absolute;
  width: auto;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--finder-enter-x, 0), var(--finder-enter-y, 24px)) rotate(var(--finder-rotate, 0deg)) scale(0.92);
  transition: opacity 0.86s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.86s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0s;
}
.about-page__finder-img--left {
  --finder-enter-x: -46px;
  --finder-enter-y: 28px;
  --finder-img-delay: 0.18s;
  --finder-rotate: 2.21deg;
  height: 219px;
  left: -2.62%;
  top: calc(68% - 112px);
}
@media screen and (max-width: 1152px) {
  .about-page__finder-img--left {
    --finder-rotate: 34.21deg;
    height: 119px;
    left: -2.62%;
    top: calc(18% - 112px);
  }
}
@media screen and (max-width: 768px) {
  .about-page__finder-img--left {
    height: 87px;
    left: -11.62%;
    top: calc(26% - 112px);
  }
}
.about-page__finder-img--left2 {
  --finder-enter-x: -18px;
  --finder-enter-y: -38px;
  --finder-img-delay: 0.28s;
  --finder-rotate: 0.75deg;
  height: 261px;
  left: 12.28%;
  top: calc(-59% + 95px);
}
@media screen and (max-width: 1152px) {
  .about-page__finder-img--left2 {
    height: 164px;
    left: 12.28%;
    top: calc(-59% + 95px);
  }
}
@media screen and (max-width: 768px) {
  .about-page__finder-img--left2 {
    height: 151px;
    left: 18.28%;
    top: calc(-33% + 95px);
  }
}
.about-page__finder-img--right {
  --finder-enter-x: 50px;
  --finder-enter-y: -8px;
  --finder-img-delay: 0.22s;
  --finder-rotate: 2deg;
  height: 377px;
  left: 81.81%;
  top: calc(11% - 81px);
}
@media screen and (max-width: 1152px) {
  .about-page__finder-img--right {
    height: 237px;
    left: 86.81%;
    top: calc(-4% - 81px);
  }
}
@media screen and (max-width: 768px) {
  .about-page__finder-img--right {
    height: 139px;
    left: 65.81%;
    top: calc(12% - 81px);
    transform: rotate(2deg);
  }
}
@media screen and (max-width: 1023.98px) {
  .about-page {
    padding-bottom: 110px;
  }
  .about-page__hero {
    margin-bottom: 80px;
  }
  .about-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-page__content .container {
    gap: 140px;
  }
  .about-page__intro, .about-page__location {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-page__intro-media {
    height: 520px;
    order: 1;
  }
  .about-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -70px;
  }
  .about-page__why {
    min-height: 0;
    padding: 40px;
  }
  .about-page__why-card {
    min-height: 0;
  }
  .about-page__why-cta {
    right: 40px;
    bottom: 40px;
  }
  .about-page__map {
    height: 380px;
  }
}
@media screen and (max-width: 767.98px) {
  .about-page {
    padding-bottom: 80px;
  }
  .about-page__hero {
    margin-bottom: 36px;
  }
  .about-page__title-block h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .about-page__content .container {
    gap: 90px;
  }
  .about-page__title-block {
    text-align: center;
  }
  .about-page__intro-copy h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .about-page__intro-media {
    height: 360px;
  }
  .about-page__stats {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: -42px;
  }
  .about-page__stat {
    min-height: 132px;
  }
  .about-page__stat strong {
    font-size: 40px;
    line-height: 58px;
  }
  .about-page__why {
    display: block;
    padding: 24px;
  }
  .about-page__why-card {
    padding: 36px 22px 0;
  }
  .about-page__why-card h2 {
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 40px;
  }
  .about-page__benefits {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
  .about-page__delivery {
    display: block;
    margin: 38px -22px 0;
    padding: 16px 20px;
    text-align: center;
  }
  .about-page__delivery span {
    display: block;
    margin-bottom: 6px;
  }
  .about-page__why-cta {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    margin-top: 24px;
  }
  .about-page__map {
    height: 300px;
  }
  .about-page__location-copy h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .about-page__finder {
    min-height: 0;
  }
  .about-page__finder-copy {
    padding: 115px 20px 54px;
  }
  .about-page__finder-copy h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .about-page__finder-actions {
    flex-direction: column;
  }
  .about-page__finder-actions a {
    width: 100%;
    min-width: 0;
  }
}
.brands-page {
  padding-bottom: 160px;
}
.brands-page__hero {
  margin-bottom: 54px;
}
.brands-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 798px) 1fr;
  align-items: center;
  gap: 40px;
}
.brands-page__title-wrap h1 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 2px;
  color: #1a1a1a;
}
.brands-page__title-wrap p {
  font-size: 13px;
  line-height: 20px;
  color: #686868;
}
.brands-page__catalog {
  margin-bottom: 250px;
}
.brands-page__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.brands-page__alphabet {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 42px;
  overflow-x: auto;
  scrollbar-width: none;
}
.brands-page__alphabet::-webkit-scrollbar {
  display: none;
}
.brands-page__alphabet a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  padding: 8px 12px;
  background: #f3f3f3;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.brands-page__alphabet a:hover, .brands-page__alphabet a.is-active {
  background: #1a1a1a;
  color: #fff;
}
.brands-page__alphabet a.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.brands-page__groups {
  display: flex;
  flex-direction: column;
}
.brands-page__group {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 19px 0 18px;
  border-top: 1px solid #dfdfdf;
}
.brands-page__group:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.brands-page__group h3 {
  padding-top: 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #c9a227;
}
.brands-page__group ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 70px;
  row-gap: 20px;
  align-items: start;
}
.brands-page__group a {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.brands-page__group a:hover {
  color: #c9a227;
}
.brands-page__seo {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
.brands-page__seo .seo-text {
  padding: 80px;
}
.brands-page__seo .seo-text > .container {
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 1023.98px) {
  .brands-page {
    padding-bottom: 110px;
  }
  .brands-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .brands-page__catalog {
    margin-bottom: 140px;
  }
  .brands-page__group {
    grid-template-columns: 48px 1fr;
  }
  .brands-page__group ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
  }
  .brands-page__seo .seo-text {
    padding: 56px 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .brands-page {
    padding-bottom: 80px;
  }
  .brands-page__hero {
    margin-bottom: 34px;
  }
  .brands-page__title-wrap h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }
  .brands-page__alphabet {
    justify-content: flex-start;
    margin: 0 -20px 30px;
    padding: 0 20px;
  }
  .brands-page__catalog {
    margin-bottom: 90px;
  }
  .brands-page__group {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
  }
  .brands-page__group ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 16px;
  }
  .brands-page__seo .seo-text {
    padding: 36px 20px;
  }
  .brands-page__seo .seo-text__inner {
    padding: 0;
  }
}
@media screen and (max-width: 574px) {
  .brands-page__group ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 75.0625em) {
  .contacts-page {
    padding-bottom: 6.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 10rem , 11.5046296296rem  +  -6.1728395062vw , 6.875rem )) {
    .contacts-page {
      padding-bottom: clamp( 10rem , 11.5046296296rem  +  -6.1728395062vw , 6.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 10rem , 11.5046296296rem  +  -6.1728395062vw , 6.875rem )) {
    .contacts-page {
      padding-bottom: calc(10rem + -3.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page {
    padding-bottom: 10rem;
  }
}
.contacts-page {
  background: #fff;
}
@media (min-width: 75.0625em) {
  .contacts-page__hero {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.3472222222rem  +  3.7037037037vw , 3.125rem )) {
    .contacts-page__hero {
      margin-bottom: clamp( 1.25rem , 0.3472222222rem  +  3.7037037037vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.3472222222rem  +  3.7037037037vw , 3.125rem )) {
    .contacts-page__hero {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__hero {
    margin-bottom: 1.25rem;
  }
}
.contacts-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
}
@media (min-width: 75.0625em) {
  .contacts-page__heading {
    gap: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.625rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
    .contacts-page__heading {
      gap: clamp( 0.625rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
    .contacts-page__heading {
      gap: calc(0.625rem + 1.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__heading {
    gap: 0.625rem;
  }
}
.contacts-page__heading h1 {
  margin: 0;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
@media (min-width: 75.0625em) {
  .contacts-page__heading h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .contacts-page__heading h1 {
      font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .contacts-page__heading h1 {
      font-size: calc(1.5625rem + 1.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__heading h1 {
    font-size: 1.5625rem;
  }
}
.contacts-page__content .container {
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.contacts-page__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 29px;
}
@media (min-width: 75.0625em) {
  .contacts-page__cards {
    gap: 1.8125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem )) {
    .contacts-page__cards {
      gap: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.5162037037rem  +  1.7283950617vw , 1.8125rem )) {
    .contacts-page__cards {
      gap: calc(0.9375rem + 0.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__cards {
    gap: 0.9375rem;
  }
}
.contacts-page__card {
  min-height: 195px;
  box-sizing: border-box;
  padding: 25px;
  background: #f9f9f9;
}
.contacts-page__card h2 {
  margin: 9px 0 13px;
}
@media (min-width: 75.0625em) {
  .contacts-page__card h2 {
    margin-top: 0.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 1.0625rem , 1.3032407407rem  +  -0.987654321vw , 0.5625rem )) {
    .contacts-page__card h2 {
      margin-top: clamp( 1.0625rem , 1.3032407407rem  +  -0.987654321vw , 0.5625rem );
    }
  }
  @supports not (margin-top: clamp( 1.0625rem , 1.3032407407rem  +  -0.987654321vw , 0.5625rem )) {
    .contacts-page__card h2 {
      margin-top: calc(1.0625rem + -0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__card h2 {
    margin-top: 1.0625rem;
  }
}
.contacts-page__card h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.contacts-page__card-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #c9a227;
}
.contacts-page__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contacts-page__card-lines {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contacts-page__card-lines a,
.contacts-page__card-lines p {
  font-size: 13px;
  line-height: 22px;
  color: #4e4e4e;
}
.contacts-page__card-lines a {
  transition: color 0.3s ease;
}
.contacts-page__card-lines a:hover {
  color: #c9a227;
}
.contacts-page__card-note {
  margin-top: 15px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.44px;
  color: #989898;
}
.contacts-page__online {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 260px;
  box-sizing: border-box;
  margin-top: -210px;
  padding: 44px 40px;
  overflow: hidden;
  background: #f9f9f9;
}
.contacts-page__online-content {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
}
.contacts-page__online-content h2 {
  font-weight: 400;
}
@media (min-width: 75.0625em) {
  .contacts-page__online-content h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.25rem , 0.7685185185rem  +  1.975308642vw , 2.25rem )) {
    .contacts-page__online-content h2 {
      font-size: clamp( 1.25rem , 0.7685185185rem  +  1.975308642vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.7685185185rem  +  1.975308642vw , 2.25rem )) {
    .contacts-page__online-content h2 {
      font-size: calc(1.25rem + 1 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__online-content h2 {
    font-size: 1.25rem;
  }
}
.contacts-page__online-content h2 {
  line-height: 44px;
  letter-spacing: 4px;
  color: #c9a227;
}
.contacts-page__online-content p {
  max-width: 520px;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.22px;
  color: #989898;
}
.contacts-page__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contacts-page__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 45px;
  box-sizing: border-box;
  padding: 12px 20px;
  background: #1a1a1a;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.contacts-page__socials a:hover {
  background: #c9a227;
  color: #fff;
}
.contacts-page__socials svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contacts-page__online-img {
  position: absolute;
  right: -61px;
  bottom: 3px;
  width: 294px;
  height: 260px;
  object-fit: cover;
  object-position: 82% 54%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.contacts-page__location h2 {
  margin: 0 0 34px;
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 2px;
  color: #1a1a1a;
}
@media (min-width: 75.0625em) {
  .contacts-page__location h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.75rem , 1.5092592593rem  +  0.987654321vw , 2.25rem )) {
    .contacts-page__location h2 {
      font-size: clamp( 1.75rem , 1.5092592593rem  +  0.987654321vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5092592593rem  +  0.987654321vw , 2.25rem )) {
    .contacts-page__location h2 {
      font-size: calc(1.75rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .contacts-page__location h2 {
    font-size: 1.75rem;
  }
}
.contacts-page__location h2 span {
  color: #c9a227;
}
.contacts-page__map-frame {
  position: relative;
  width: 100%;
  height: 450px;
}
.contacts-page__map-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}
.contacts-page__map-activate {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contacts-page__map-activate span {
  padding: 10px 18px;
  font-size: 13px;
  color: #1a1a1a;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.contacts-page__map-activate:hover {
  background: rgba(0, 0, 0, 0.1);
}
.contacts-page__map-activate.is-hidden {
  display: none;
}
.contacts-page__map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  background: #f9f9f9;
  transition: background-color 0.3s ease;
}
.contacts-page__map:hover {
  background: #f5f5f5;
}
.contacts-page__map:hover .contacts-page__map-pin {
  transform: translateY(-4px);
}
.contacts-page__map--compact {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 14px 20px;
  gap: 12px;
  text-align: left;
}
.contacts-page__map-pin {
  display: inline-flex;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  color: #c9a227;
  transition: transform 0.3s ease;
}
.contacts-page__map-pin svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contacts-page__map--compact .contacts-page__map-pin {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.contacts-page__map-address {
  font-size: 14px;
  line-height: 21px;
  color: #4e4e4e;
}
.contacts-page__map-note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #989898;
}
@media (prefers-reduced-motion: no-preference) {
  .contacts-page__card, .contacts-page__online, .contacts-page__location {
    opacity: 0;
  }
  .contacts-page__card.is-visible, .contacts-page__online.is-visible, .contacts-page__location.is-visible {
    animation: contacts-page-rise 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) var(--contacts-reveal-delay, 0s) both;
  }
}
@keyframes contacts-page-rise {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .contacts-page__heading {
    grid-template-columns: 1fr;
  }
  .contacts-page__heading h1 {
    order: 2;
  }
  .contacts-page__content .container {
    gap: 120px;
  }
  .contacts-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contacts-page__online {
    margin-top: -80px;
    padding: 40px 32px;
  }
  .contacts-page__online-img {
    right: -100px;
    opacity: 0.55;
  }
}
@media screen and (max-width: 767.98px) {
  .contacts-page__heading h1 {
    text-align: center;
    line-height: 46px;
  }
  .contacts-page__content .container {
    gap: 80px;
  }
  .contacts-page__cards {
    grid-template-columns: 1fr;
  }
  .contacts-page__card {
    min-height: auto;
    padding: 24px 20px;
  }
  .contacts-page__online {
    display: block;
    min-height: 0;
    margin-top: -47px;
    padding: 28px 30px 30px;
  }
  .contacts-page__online-content h2 {
    line-height: 34px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .contacts-page__online-content p {
    line-height: 1.4;
    margin-bottom: 43px;
  }
  .contacts-page__socials {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contacts-page__socials a {
    min-width: 0;
  }
  .contacts-page__online-img {
    right: 3px;
    bottom: 8px;
    width: 156px;
    opacity: 0.65;
    height: 181px;
  }
  .contacts-page__location {
    padding-top: 45px;
  }
  .contacts-page__location h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 38px;
  }
  .contacts-page__map {
    min-height: 300px;
  }
}
.delivery-payment-page {
  padding-bottom: 225px;
  background: #fff;
}
.delivery-payment-page__hero {
  margin-bottom: 74px;
}
.delivery-payment-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 40px;
}
.delivery-payment-page__title-wrap h1 {
  margin: 0 0 8px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.delivery-payment-page__title-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #989898;
}
.delivery-payment-page__content .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.delivery-payment-page__section-head {
  max-width: 650px;
  margin-bottom: 45px;
}
.delivery-payment-page__section-head h2 {
  margin: 8px 0 20px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.delivery-payment-page__section-head h2 span {
  color: #c9a227;
}
.delivery-payment-page__eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a227;
}
.delivery-payment-page__intro {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #4e4e4e;
}
.delivery-payment-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.delivery-payment-page__cards--payment {
  row-gap: 80px;
}
.delivery-payment-page__card {
  position: relative;
  min-height: 205px;
  box-sizing: border-box;
  padding: 42px 42px 36px;
  background: #f9f9f9;
  border-top: 2px solid #f9f9f9;
  transition: border-top-color 0.2s ease;
}
.delivery-payment-page__card:hover {
  border-top: 2px solid #c9a227;
}
.delivery-payment-page__card h3 {
  margin: 24px 0 14px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.delivery-payment-page__card p {
  max-width: 560px;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #4e4e4e;
}
.delivery-payment-page__card:last-child p {
  color: #989898;
}
.delivery-payment-page__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.delivery-payment-page__card-content span {
  color: #C9A227;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card {
  min-height: 150px;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card--stacked {
  min-height: 276px;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card--stacked .delivery-payment-page__icon {
  margin-bottom: 20px;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card--inline {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 36px 42px 32px 35px;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card--inline .delivery-payment-page__icon {
  flex: 0 0 auto;
}
.delivery-payment-page__cards--payment .delivery-payment-page__card--inline p {
  max-width: 445px;
}
.delivery-payment-page__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #c9a227;
}
.delivery-payment-page__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.delivery-payment-page__badge {
  position: absolute;
  top: 42px;
  right: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 24px;
  box-sizing: border-box;
  padding: 4px 10px;
  background: #f1eadb;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #c9a227;
}
.delivery-payment-page__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 530px;
  margin-top: 22px;
  padding: 12px 16px;
  background: #f4f1e9;
}
.delivery-payment-page__note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #c9a227;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  color: #c9a227;
}
.delivery-payment-page__note p {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #4e4e4e;
}
@media screen and (max-width: 1023.98px) {
  .delivery-payment-page {
    padding-bottom: 140px;
  }
  .delivery-payment-page__hero {
    margin-bottom: 52px;
  }
  .delivery-payment-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .delivery-payment-page__content .container {
    gap: 70px;
  }
  .delivery-payment-page__cards {
    gap: 20px;
  }
  .delivery-payment-page__cards--payment {
    row-gap: 20px;
  }
  .delivery-payment-page__card {
    min-height: 190px;
    padding: 34px 30px 30px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--stacked {
    min-height: 250px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--inline {
    padding: 34px 30px 30px;
  }
  .delivery-payment-page__badge {
    top: 34px;
    right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .delivery-payment-page {
    padding-bottom: 75px;
  }
  .delivery-payment-page .breadcrumbs--inner-page ul {
    justify-content: center;
  }
  .delivery-payment-page__hero {
    margin-bottom: 72px;
  }
  .delivery-payment-page__heading {
    gap: 0;
  }
  .delivery-payment-page__decor.page-decor {
    order: -1;
  }
  .delivery-payment-page__title-wrap {
    width: 100%;
    text-align: center;
  }
  .delivery-payment-page__title-wrap h1 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 53px;
    letter-spacing: 0;
  }
  .delivery-payment-page__title-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #8b8b8b;
  }
  .delivery-payment-page__content .container {
    gap: 58px;
  }
  .delivery-payment-page__section-head {
    margin-bottom: 31px;
  }
  .delivery-payment-page__section-head h2 {
    margin: 8px 0 10px;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 1.5px;
  }
  .delivery-payment-page__intro {
    font-size: 14px;
    line-height: 20px;
  }
  .delivery-payment-page__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .delivery-payment-page__card {
    min-height: auto;
    padding: 32px;
  }
  .delivery-payment-page__card h3 {
    margin: 19px 0 15px;
    font-size: 18px;
    line-height: 33px;
  }
  .delivery-payment-page__card p {
    font-size: 13px;
    line-height: 20px;
  }
  .delivery-payment-page__cards--delivery .delivery-payment-page__card {
    min-height: 215px;
    border: 1px solid #e8e6e1;
  }
  .delivery-payment-page__cards--delivery .delivery-payment-page__icon {
    width: 32px;
    height: 32px;
  }
  .delivery-payment-page__cards--payment {
    gap: 16px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card {
    padding: 33px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--stacked {
    min-height: 284px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--stacked .delivery-payment-page__icon {
    margin-bottom: 20px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--inline {
    min-height: 174px;
    gap: 20px;
    padding: 32px 34px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--inline h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--inline p {
    max-width: 230px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--stacked + .delivery-payment-page__card--stacked {
    min-height: 320px;
  }
  .delivery-payment-page__cards--payment .delivery-payment-page__card--stacked + .delivery-payment-page__card--inline {
    margin-top: 40px;
  }
  .delivery-payment-page__badge {
    top: 32px;
    right: 37px;
    min-width: 60px;
    min-height: 25px;
    padding: 4px 12px;
  }
  .delivery-payment-page__note {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 12px;
  }
  .delivery-payment-page__note p {
    font-size: 11px;
    line-height: 18px;
  }
}
.guarantees-page {
  padding-bottom: 146px;
  background: #fff;
}
.guarantees-page__hero {
  margin-bottom: 70px;
}
.guarantees-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 40px;
}
.guarantees-page__title-wrap h1 {
  margin: 0 0 8px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.guarantees-page__title-wrap p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #989898;
}
.guarantees-page__content .container {
  display: flex;
  flex-direction: column;
  gap: 92px;
}
.guarantees-page__section-title {
  margin: 0 0 46px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.guarantees-page__section-title span {
  color: #c9a227;
}
.guarantees-page__quick-grid, .guarantees-page__format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.guarantees-page__quick-card {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
  min-height: 120px;
  box-sizing: border-box;
  padding: 32px 35px 28px;
  background: #f9f9f9;
  border: 1px solid transparent;
}
.guarantees-page__quick-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c9a227;
}
.guarantees-page__quick-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.guarantees-page__quick-card p {
  max-width: 520px;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #4e4e4e;
}
.guarantees-page__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #c9a227;
}
.guarantees-page__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.guarantees-page__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guarantees-page__icon--large {
  width: 34px;
  height: 34px;
}
.guarantees-page__section--formats {
  margin-top: -5px;
}
.guarantees-page__section--formats .guarantees-page__section-title {
  margin-bottom: 45px;
}
.guarantees-page__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a227;
}
.guarantees-page__eyebrow--standards {
  display: none;
}
.guarantees-page__format-card {
  min-height: 260px;
  box-sizing: border-box;
  padding: 40px 40px 34px;
  background: #f9f9f9;
  border: 1px solid #e8e6e1;
}
.guarantees-page__format-card h3 {
  margin: 31px 0 16px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.guarantees-page__format-card p {
  max-width: 540px;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 24px;
  color: #4e4e4e;
}
.guarantees-page__format-line {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(184, 148, 31, 0.4);
}
.guarantees-page__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 235px;
  box-sizing: border-box;
  padding: 54px 64px;
  overflow: hidden;
  background: #f4efe1;
}
.guarantees-page__cta::before, .guarantees-page__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(232, 221, 196, 0.45);
  pointer-events: none;
}
.guarantees-page__cta::before {
  width: 240px;
  height: 240px;
  left: -70px;
  bottom: -110px;
}
.guarantees-page__cta::after {
  width: 400px;
  height: 400px;
  right: 130px;
  top: -135px;
}
.guarantees-page__cta-content {
  position: relative;
  z-index: 1;
}
.guarantees-page__cta-content h2 {
  margin: 0 0 25px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.guarantees-page__cta-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #989898;
}
.guarantees-page__socials {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}
.guarantees-page__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 165px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 14px 22px;
  background: #1a1a1a;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.guarantees-page__socials a:hover {
  background: #c9a227;
}
.guarantees-page__socials svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (max-width: 1023.98px) {
  .guarantees-page {
    padding-bottom: 110px;
  }
  .guarantees-page__hero {
    margin-bottom: 54px;
  }
  .guarantees-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .guarantees-page__content .container {
    gap: 72px;
  }
  .guarantees-page__quick-grid, .guarantees-page__format-grid {
    gap: 20px;
  }
  .guarantees-page__quick-card {
    padding: 30px 26px 26px;
  }
  .guarantees-page__format-card {
    padding: 34px 30px 30px;
  }
  .guarantees-page__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 44px 38px;
  }
  .guarantees-page__cta::after {
    right: -60px;
  }
  .guarantees-page__socials {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .guarantees-page {
    padding-bottom: 75px;
  }
  .guarantees-page .breadcrumbs--inner-page ul {
    justify-content: center;
  }
  .guarantees-page__hero {
    margin-bottom: 42px;
  }
  .guarantees-page__heading {
    gap: 0;
  }
  .guarantees-page__decor.page-decor {
    order: -1;
    margin-bottom: 6px;
  }
  .guarantees-page__title-wrap {
    width: 100%;
    text-align: center;
  }
  .guarantees-page__title-wrap h1 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 53px;
    letter-spacing: 0;
  }
  .guarantees-page__title-wrap p {
    max-width: 312px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
  }
  .guarantees-page__content .container {
    gap: 72px;
  }
  .guarantees-page__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    color: #b8941f;
  }
  .guarantees-page__eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: currentColor;
  }
  .guarantees-page__eyebrow--standards {
    display: flex;
  }
  .guarantees-page__section-title {
    margin-bottom: 37px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.5px;
  }
  .guarantees-page__quick-grid, .guarantees-page__format-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guarantees-page__quick-card {
    min-height: auto;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 20px;
    padding: 33px 32px 31px;
    border-color: #e8e6e1;
  }
  .guarantees-page__quick-card h3 {
    margin-bottom: 12px;
  }
  .guarantees-page__quick-card p {
    font-size: 13px;
    line-height: 24px;
  }
  .guarantees-page__format-card {
    min-height: auto;
    padding: 32px;
  }
  .guarantees-page__format-card h3 {
    margin-top: 24px;
    font-size: 22px;
    line-height: 33px;
  }
  .guarantees-page__format-card p {
    font-size: 13px;
    line-height: 26px;
  }
  .guarantees-page__icon--large {
    width: 36px;
    height: 36px;
  }
  .guarantees-page__section--formats {
    margin-top: 6px;
  }
  .guarantees-page__section--formats .guarantees-page__section-title {
    margin-bottom: 37px;
  }
  .guarantees-page__cta {
    min-height: 0;
    align-items: center;
    gap: 40px;
    margin-top: -8px;
    padding: 40px;
    background: #f0ebdf;
  }
  .guarantees-page__cta::before {
    width: 250px;
    height: 250px;
    left: -80px;
    bottom: -80px;
    background: rgba(184, 148, 31, 0.03);
  }
  .guarantees-page__cta::after {
    width: 400px;
    height: 400px;
    right: -150px;
    top: -150px;
    background: rgba(184, 148, 31, 0.05);
  }
  .guarantees-page__cta-content {
    max-width: 257px;
    text-align: center;
  }
  .guarantees-page__cta-content h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px;
  }
  .guarantees-page__cta-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .guarantees-page__socials {
    width: auto;
    flex-direction: column;
    gap: 16px;
  }
  .guarantees-page__socials a {
    min-width: 167px;
    min-height: 50px;
    padding: 14px 20px;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #1a1a1a;
  }
  .guarantees-page__socials a:nth-child(2) {
    background: #b8941f;
    color: #fff;
  }
}
.fragrance-finder-page {
  background: #fff;
}
.fragrance-finder-page__hero {
  margin-bottom: 92px;
}
.fragrance-finder-page__heading {
  display: grid;
  grid-template-columns: minmax(280px, 461px) minmax(340px, 798px) 1fr;
  align-items: center;
  gap: 40px;
}
.fragrance-finder-page__title-block h1 {
  margin: 0 0 7px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.fragrance-finder-page__title-block p {
  max-width: 461px;
  font-size: 15px;
  line-height: 24px;
  color: #8b8b8b;
}
.fragrance-finder-page__builder {
  padding: 48px 20px 47px;
  background: #f9f9f9;
}
.fragrance-finder-page__builder-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fragrance-finder-page__builder-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}
.fragrance-finder-page__builder-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #1a1a1a;
}
.fragrance-finder-page__eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b8941f;
}
.fragrance-finder-page__builder-actions {
  display: flex;
  gap: 8px;
}
.fragrance-finder-page__small-btn {
  min-height: 35px;
  box-sizing: border-box;
  padding: 9px 13px;
  border: 1px solid rgba(26, 26, 26, 0.2);
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.fragrance-finder-page__small-btn span {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 7px;
}
.fragrance-finder-page__small-btn span svg {
  display: block;
}
.fragrance-finder-page__small-btn span svg [stroke] {
  stroke: currentColor;
  transition: stroke 0.3s ease;
}
.fragrance-finder-page__small-btn:hover {
  border-color: #b8941f;
  color: #b8941f;
}
.fragrance-finder-page__search {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.fragrance-finder-page__search-icon {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 16px;
  height: 16px;
}
.fragrance-finder-page__search-icon svg {
  display: block;
}
.fragrance-finder-page__search input {
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 16px 40px 16px 44px;
  border: 1px solid rgba(239, 231, 210, 0.12);
  border-radius: 8px;
  outline: 0;
  background: rgba(26, 26, 26, 0.05);
  font: inherit;
  font-size: 14px;
  line-height: 14px;
  color: #1a1a1a;
}
.fragrance-finder-page__search input::placeholder {
  color: rgba(26, 26, 26, 0.4);
}
.fragrance-finder-page__search input:focus {
  border-color: rgba(184, 148, 31, 0.4);
  background: #ededed;
}
.fragrance-finder-page__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 4px);
  max-height: 38.5rem;
  overflow-y: auto;
  padding: 1.3125rem 0 1rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
  background: #ededed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 1.375rem 2.5rem rgba(26, 26, 26, 0.08);
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 26, 26, 0.22) transparent;
}
.fragrance-finder-page__dropdown::-webkit-scrollbar {
  width: 0.375rem;
}
.fragrance-finder-page__dropdown::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
  background: rgba(26, 26, 26, 0.22);
}
.fragrance-finder-page__search.is-open .fragrance-finder-page__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fragrance-finder-page__suggestion, .fragrance-finder-page__dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  width: 100%;
  min-height: 3.3125rem;
  box-sizing: border-box;
  padding: 0 1.375rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.4375rem;
  letter-spacing: 0.0325rem;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.fragrance-finder-page__suggestion img,
.fragrance-finder-page__suggestion .fragrance-finder-page__dropdown-img, .fragrance-finder-page__dropdown-item img,
.fragrance-finder-page__dropdown-item .fragrance-finder-page__dropdown-img {
  width: 3.1875rem;
  height: 3.1875rem;
  object-fit: contain;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}
.fragrance-finder-page__suggestion:hover, .fragrance-finder-page__suggestion:focus-visible, .fragrance-finder-page__dropdown-item:hover, .fragrance-finder-page__dropdown-item:focus-visible {
  background: rgba(184, 148, 31, 0.08);
  color: #b8941f;
  outline: 0;
}
.fragrance-finder-page__suggestion.is-selected, .fragrance-finder-page__dropdown-item.is-selected {
  color: rgba(26, 26, 26, 0.42);
  cursor: default;
}
.fragrance-finder-page__dropdown-brand {
  display: none;
}
.fragrance-finder-page__dropdown-name {
  min-width: 0;
}
.fragrance-finder-page__slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fragrance-finder-page__slot {
  position: relative;
  min-height: 445px;
  box-sizing: border-box;
  padding: 54px 28px 48px;
  border: 2px dashed rgba(26, 26, 26, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  font: inherit;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.fragrance-finder-page__slot.is-active, .fragrance-finder-page__slot.is-filled {
  border-color: #b8941f;
  background: rgba(184, 148, 31, 0.05);
}
.fragrance-finder-page__slot.is-filled {
  cursor: default;
}
.fragrance-finder-page__slot.is-filled .fragrance-finder-page__slot-empty {
  display: none;
}
.fragrance-finder-page__slot-number {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #b8941f;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
}
.fragrance-finder-page__slot-empty {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(26, 26, 26, 0.6);
  transform: translate(-50%, -50%);
}
.fragrance-finder-page__plus {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.05);
}
.fragrance-finder-page__plus::before, .fragrance-finder-page__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1.7px;
  background: rgba(26, 26, 26, 0.6);
  transform: translate(-50%, -50%);
}
.fragrance-finder-page__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.fragrance-finder-page__slot-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 315px;
  gap: 30px;
}
.fragrance-finder-page__slot-product img {
  width: 231px;
  height: 231px;
  object-fit: contain;
}
.fragrance-finder-page__slot-brand {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  color: #c9a227;
}
.fragrance-finder-page__slot-name {
  margin-top: -23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.fragrance-finder-page__slot-remove {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.3);
}
.fragrance-finder-page__slot-remove::before, .fragrance-finder-page__slot-remove::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.fragrance-finder-page__slot-remove::before {
  transform: rotate(45deg);
}
.fragrance-finder-page__slot-remove::after {
  transform: rotate(-45deg);
}
.fragrance-finder-page__progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.fragrance-finder-page__progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(26, 26, 26, 0.1);
}
.fragrance-finder-page__progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b8941f 0%, #cca532 50%, #e0b743 100%);
  transition: width 0.3s ease;
}
.fragrance-finder-page__progress-count {
  font-size: 12px;
  line-height: 18px;
  color: #1a1a1a;
}
.fragrance-finder-page__progress-cta {
  padding: 4px 12px;
  border-radius: 999px;
  background: #e3e3e3;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.5);
}
.fragrance-finder-page__progress-cta.is-partial {
  background: #f3eee0;
  color: #1a1a1a;
}
.fragrance-finder-page__progress-cta.is-full {
  background: #b8941f;
  color: #fff;
}
.fragrance-finder-page__note-refine {
  box-sizing: border-box;
  padding: 2.5rem 1.25rem 4.875rem;
  border-bottom: 0.0625rem solid #e8e6e1;
  background: #faf9f6;
}
.fragrance-finder-page__note-refine[hidden] {
  display: none;
}
.fragrance-finder-page__note-refine-inner {
  max-width: 68.75rem;
  margin: 0 auto;
}
.fragrance-finder-page__note-refine-head {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.fragrance-finder-page__note-refine-head p {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #4e4e4e;
}
.fragrance-finder-page__note-refine-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .fragrance-finder-page__note-refine-title {
    font-size: 1.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.375rem , 1.2546296296rem  +  0.4938271605vw , 1.625rem )) {
    .fragrance-finder-page__note-refine-title {
      font-size: clamp( 1.375rem , 1.2546296296rem  +  0.4938271605vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 1.2546296296rem  +  0.4938271605vw , 1.625rem )) {
    .fragrance-finder-page__note-refine-title {
      font-size: calc(1.375rem + 0.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .fragrance-finder-page__note-refine-title {
    font-size: 1.375rem;
  }
}
.fragrance-finder-page__note-refine-title {
  line-height: 2.4375rem;
  color: #1a1a1a;
}
.fragrance-finder-page__note-refine-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.375rem;
  line-height: 1;
  color: #b8941f;
}
.fragrance-finder-page__note-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.375rem;
}
.fragrance-finder-page__note-tab {
  min-height: 2.25rem;
  box-sizing: border-box;
  padding: 0.5625rem 1.125rem;
  border: 0.0625rem solid #e8e6e1;
  background: #fff;
  font: inherit;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  text-align: center;
  text-transform: uppercase;
  color: #4e4e4e;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.fragrance-finder-page__note-tab.is-active {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}
.fragrance-finder-page__note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6875rem;
}
.fragrance-finder-page__note-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  min-height: 2rem;
  box-sizing: border-box;
  padding: 0.4375rem 0.75rem;
  border: 0.0625rem solid #e8e6e1;
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #4e4e4e;
  cursor: default;
  opacity: 0.7;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.fragrance-finder-page__note-chip[hidden] {
  display: none;
}
.fragrance-finder-page__note-chip.is-example-note {
  cursor: pointer;
}
.fragrance-finder-page__note-chip.is-selected {
  opacity: 1;
  border-color: #b8941f;
  background: #b8941f;
  color: #fff;
}
.fragrance-finder-page__note-check {
  position: relative;
  display: none;
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 auto;
}
.fragrance-finder-page__note-check::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.1875rem;
  width: 0.4375rem;
  height: 0.25rem;
  border-left: 0.0625rem solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  transform: rotate(-45deg);
}
.fragrance-finder-page__note-chip.is-selected .fragrance-finder-page__note-check {
  display: inline-block;
}
.fragrance-finder-page__note-name {
  white-space: nowrap;
}
.fragrance-finder-page__note-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  flex: 0 0 auto;
}
.fragrance-finder-page__note-dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background: currentColor;
}
.fragrance-finder-page__note-dot--top {
  background: #e0a800;
}
.fragrance-finder-page__note-dot--middle {
  background: #e0556a;
}
.fragrance-finder-page__note-dot--base {
  background: #8a5a3b;
}
.fragrance-finder-page__note-chip.is-selected .fragrance-finder-page__note-dot {
  background: rgba(255, 255, 255, 0.72);
}
.fragrance-finder-page__note-chip.is-selected .fragrance-finder-page__note-dot:nth-child(2) {
  background: rgba(255, 255, 255, 0.52);
}
.fragrance-finder-page__note-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.375rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #4e4e4e;
}
.fragrance-finder-page__note-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.fragrance-finder-page__note-legend .fragrance-finder-page__note-dot {
  width: 0.5rem;
  height: 0.5rem;
}
.fragrance-finder-page__note-clear {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #989898;
  cursor: pointer;
  transition: color 0.3s ease;
}
.fragrance-finder-page__note-apply {
  display: block;
  width: 17.5rem;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  border: 0;
  background: #1a1a1a;
  font: inherit;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.fragrance-finder-page__note-apply[hidden] {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .fragrance-finder-page__note-apply:hover {
    background: #333;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fragrance-finder-page__note-tab:hover {
    border-color: #1a1a1a;
  }
  .fragrance-finder-page__note-chip:hover {
    border-color: #b8941f;
    color: #b8941f;
  }
  .fragrance-finder-page__note-chip.is-selected:hover {
    color: #fff;
  }
}
.fragrance-finder-page__empty {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.fragrance-finder-page__empty[hidden] {
  display: none;
}
.fragrance-finder-page__empty {
  background: #fff;
}
.fragrance-finder-page__empty-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 480px);
}
.fragrance-finder-page__empty-copy h2 {
  margin: 24px 0 12px;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #1a1a1a;
}
.fragrance-finder-page__empty-copy p {
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e;
}
.fragrance-finder-page__spark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #faf6ea;
  font-size: 30px;
  line-height: 1;
  color: #b8941f;
}
.fragrance-finder-page__deco-bottle {
  position: absolute;
  width: 235px;
  height: 250px;
  object-fit: cover;
  pointer-events: none;
}
.fragrance-finder-page__deco-bottle--blue {
  left: 10%;
  top: 85px;
  width: 130px;
  height: 269px;
}
.fragrance-finder-page__deco-bottle--gold {
  left: 5%;
  bottom: 100px;
  height: 132px;
  width: 270px;
}
.fragrance-finder-page__deco-bottle--pink {
  right: 8%;
  top: 240px;
  width: 260px;
  height: 330px;
}
.fragrance-finder-page__results {
  padding: 112px 0 150px;
  background: #fff;
}
.fragrance-finder-page__results[hidden] {
  display: none;
}
.fragrance-finder-page__results-head {
  margin-bottom: 42px;
}
.fragrance-finder-page__results-head .g-title {
  text-align: left;
}
.fragrance-finder-page__results-head h2 {
  margin: 6px 0 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .fragrance-finder-page__results-head .g-title {
    text-align: center;
  }
}
.fragrance-finder-page__results-subtitle {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b8941f;
}
@media screen and (max-width: 768px) {
  .fragrance-finder-page__results-subtitle {
    text-align: center;
  }
}
.fragrance-finder-page__result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 20px;
}
.fragrance-finder-page__product {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.fragrance-finder-page__best-match.product-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  box-sizing: border-box;
  background: #c9a227;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}
.fragrance-finder-page__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 459px;
  margin-bottom: 13px;
  background: #f9f9f9;
}
.fragrance-finder-page__product-image img {
  width: 231px;
  height: 231px;
  object-fit: contain;
}
.fragrance-finder-page__product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.fragrance-finder-page__product-brand {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  color: #c9a227;
}
.fragrance-finder-page__product h3 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.fragrance-finder-page__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}
.fragrance-finder-page__rating img {
  width: 14px;
  height: 14px;
}
.fragrance-finder-page__rating span {
  margin-left: 2px;
  font-size: 16px;
  line-height: 18px;
  color: #737373;
}
.fragrance-finder-page__product p {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
}
.fragrance-finder-page__match-reason {
  font-size: 1.1rem;
  color: var(--color-text-muted, #888);
  margin-top: 0.4em;
  line-height: 1.4;
}
.fragrance-finder-page__result-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  text-align: left;
}
.fragrance-finder-page__result-note-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fragrance-finder-page__result-note-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a8a8a8;
}
.fragrance-finder-page__result-note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fragrance-finder-page__result-note {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f6f6f6;
  font-size: 12px;
  line-height: 1.3;
  color: #1a1a1a;
}
@media screen and (max-width: 1023.98px) {
  .fragrance-finder-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fragrance-finder-page__builder-head {
    flex-direction: column;
  }
  .fragrance-finder-page__note-refine {
    padding-inline: 1.25rem;
  }
  .fragrance-finder-page__note-tabs {
    flex-wrap: wrap;
  }
  .fragrance-finder-page__note-list {
    justify-content: center;
  }
  .fragrance-finder-page__note-clear {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fragrance-finder-page__slots, .fragrance-finder-page__result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767.98px) {
  .fragrance-finder-page__hero {
    margin-bottom: 56px;
  }
  .fragrance-finder-page__title-block h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .fragrance-finder-page__builder {
    padding-top: 36px;
  }
  .fragrance-finder-page__note-refine {
    padding-top: 2.125rem;
    padding-bottom: 3.375rem;
  }
  .fragrance-finder-page__note-refine-head {
    margin-bottom: 1.375rem;
  }
  .fragrance-finder-page__note-refine-head p {
    margin-top: 0.875rem;
  }
  .fragrance-finder-page__note-tabs {
    gap: 0.375rem;
    margin-bottom: 1.25rem;
  }
  .fragrance-finder-page__note-tab {
    flex: 1 1 calc(50% - 0.375rem);
    padding-inline: 0.75rem;
  }
  .fragrance-finder-page__note-list {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .fragrance-finder-page__note-chip {
    max-width: 100%;
  }
  .fragrance-finder-page__note-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fragrance-finder-page__note-legend {
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .fragrance-finder-page__dropdown {
    max-height: min(38.5rem, 72vh);
    padding-top: 1.3125rem;
  }
  .fragrance-finder-page__suggestion, .fragrance-finder-page__dropdown-item {
    gap: 1.5625rem;
    padding-inline: 1.9375rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .fragrance-finder-page__builder-head h2, .fragrance-finder-page__results-head h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .fragrance-finder-page__builder-actions {
    flex-wrap: wrap;
    width: 100%;
  }
  .fragrance-finder-page__small-btn {
    flex: 1 1 auto;
  }
  .fragrance-finder-page__slots, .fragrance-finder-page__result-grid {
    grid-template-columns: 1fr;
  }
  .fragrance-finder-page__slot {
    min-height: 360px;
  }
  .fragrance-finder-page__progress {
    grid-template-columns: 1fr auto;
  }
  .fragrance-finder-page__progress-cta {
    grid-column: 1/-1;
    width: 100%;
  }
  .fragrance-finder-page__empty {
    min-height: 520px;
    padding-bottom: 80px;
  }
  .fragrance-finder-page__empty-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .fragrance-finder-page__deco-bottle {
    width: 190px;
    height: 210px;
  }
  .fragrance-finder-page__deco-bottle--blue {
    left: 40%;
    width: 60px;
    height: 100px;
    bottom: 60px;
    top: auto;
  }
  .fragrance-finder-page__deco-bottle--gold {
    transform: rotate(40deg);
    width: 110px;
    height: 60px;
    bottom: 50px;
    top: auto;
  }
  .fragrance-finder-page__deco-bottle--pink {
    width: 90px;
    height: 120px;
    bottom: 30px;
    top: auto;
    transform: rotate(10deg);
  }
  .fragrance-finder-page__results {
    padding: 72px 0 100px;
  }
  .fragrance-finder-page__product-image {
    height: 360px;
  }
}
.blog-page {
  padding-bottom: 150px;
  background: #fff;
}
.blog-page__hero {
  margin-bottom: 82px;
}
.blog-page__heading {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 798px) 1fr;
  align-items: center;
  gap: 40px;
}
.blog-page__title-wrap h1 {
  margin: 0 0 7px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.blog-page__title-wrap p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #8b8b8b;
}
.blog-page__featured {
  margin-bottom: 62px;
}
.blog-page__featured .container {
  position: relative;
}
.blog-page__featured-label {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  color: #1a1a1a;
}
.blog-page__featured-card {
  display: grid;
  grid-template-columns: minmax(360px, 620px) minmax(0, 1fr);
  min-height: 473px;
  border: 1px solid #e8e6e1;
  color: #1a1a1a;
  transition: border-color 0.3s ease;
}
.blog-page__featured-card:hover {
  border-color: rgba(184, 148, 31, 0.65);
}
.blog-page__featured-card:hover .blog-page__read-more {
  color: #1a1a1a;
}
.blog-page__featured-media, .blog-page__card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
}
.blog-page__featured-media img, .blog-page__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-page__featured-card:hover .blog-page__featured-media img, .blog-page__card:hover .blog-page__card-media img {
  transform: scale(1.035);
}
.blog-page__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  background: #f9f9f9;
}
.blog-page__featured-content h2 {
  max-width: 540px;
  margin: 16px 0 18px;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.blog-page__featured-content p {
  max-width: 545px;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 26px;
  color: #4e4e4e;
}
.blog-page__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #989898;
}
.blog-page__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 12px;
  vertical-align: middle;
  border-radius: 50%;
  background: currentColor;
}
.blog-page__meta span:first-child {
  color: #b8941f;
}
.blog-page__read-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b8941f;
  transition: color 0.3s ease;
}
.blog-page__read-more::after {
  content: "";
  width: 15px;
  height: 8px;
  background: currentColor;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
}
.blog-page__listing {
  margin-bottom: 84px;
}
.blog-page__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-page__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}
.blog-page__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-page__categories a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 8px 18px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.blog-page__categories a:hover, .blog-page__categories a.is-active {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}
.blog-page__search {
  position: relative;
  flex: 0 0 280px;
}
.blog-page__search input {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding: 9px 42px 8px 16px;
  border: 1px solid #e8e6e1;
  border-radius: 0;
  background: #fff;
  font-family: var(--font-primary);
  font-size: 13px;
  color: #1a1a1a;
}
.blog-page__search input::placeholder {
  color: rgba(26, 26, 26, 0.35);
}
.blog-page__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.blog-page__search button img {
  width: 14px;
  height: 14px;
}
.blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 40px;
}
.blog-page__card {
  text-align: center;
}
.blog-page__card-media {
  aspect-ratio: 479/285;
  margin-bottom: 27px;
}
.blog-page__card-media span {
  position: absolute;
  top: 16px;
  left: 17px;
  min-width: 70px;
  box-sizing: border-box;
  padding: 5px 12px 3px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.blog-page__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-page__card-body h3 {
  max-width: 480px;
  margin: 12px 0 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #1a1a1a;
}
.blog-page__card-body h3 a {
  color: inherit;
  transition: color 0.3s ease;
}
.blog-page__card-body h3 a:hover {
  color: #b8941f;
}
.blog-page__card-body p {
  max-width: 420px;
  min-height: 44px;
  margin: 0 0 17px;
  font-size: 13px;
  line-height: 22px;
  color: #4e4e4e;
}
.blog-page__meta--center {
  justify-content: center;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
}
.blog-page__meta--center span:first-child {
  color: #989898;
}
.blog-page__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 72px 0 16px;
}
.blog-page__pagination a,
.blog-page__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.blog-page__pagination span[aria-current] {
  min-width: 36px;
  background: #1a1a1a;
  color: #fff;
}
.blog-page__pagination span:not([aria-current]) {
  color: #c9a227;
}
.blog-page__count {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #8b8b8b;
}
.blog-page__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 204px;
  min-height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 34px 16px;
  border: 1px solid #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.12px;
  color: #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-page__more:hover {
  background: #1a1a1a;
  color: #fff;
}
.blog-page__subscribe .container {
  position: relative;
}
.blog-page__subscribe-inner {
  position: relative;
  min-height: 343px;
  overflow: hidden;
  background: #f3f0ea;
}
.blog-page__subscribe-content {
  position: relative;
  z-index: 2;
  max-width: 584px;
  margin: 0 auto;
  padding: 64px 20px;
  text-align: center;
}
.blog-page__subscribe-content p {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b8941f;
}
.blog-page__subscribe-content h2 {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #1a1a1a;
}
.blog-page__subscribe-content > span {
  display: block;
  max-width: 460px;
  margin: 0 auto 28px;
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
}
.blog-page__subscribe-form {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.blog-page__subscribe-form input {
  width: 298px;
  height: 46px;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1px solid rgba(118, 118, 118, 0.15);
  border-radius: 0;
  background: #fff;
  font-family: var(--font-primary);
  font-size: 13px;
  color: #1a1a1a;
}
.blog-page__subscribe-form input::placeholder {
  color: rgba(26, 26, 26, 0.29);
}
.blog-page__subscribe-form button {
  width: 150px;
  height: 46px;
  border: 0;
  background: #b8941f;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.blog-page__subscribe-form button:hover {
  background: #1a1a1a;
}
.blog-page__subscribe-bottle {
  position: absolute;
  z-index: 1;
  width: auto;
  object-fit: contain;
  pointer-events: none;
}
.blog-page__subscribe-bottle--left {
  height: 219px;
  left: -2.62%;
  top: calc(68% - 112px);
  transform: rotate(2.21deg);
}
.blog-page__subscribe-bottle--left2 {
  height: 261px;
  left: 12.28%;
  top: calc(-59% + 95px);
  transform: rotate(0.75deg);
}
.blog-page__subscribe-bottle--right {
  height: 377px;
  left: 81.81%;
  top: calc(11% - 81px);
  transform: rotate(2deg);
}
@media screen and (max-width: 1023.98px) {
  .blog-page {
    padding-bottom: 110px;
  }
  .blog-page__hero {
    margin-bottom: 54px;
  }
  .blog-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .blog-page__featured-card {
    grid-template-columns: 1fr;
  }
  .blog-page__featured-media {
    aspect-ratio: 16/9;
  }
  .blog-page__featured-content {
    padding: 42px 36px;
  }
  .blog-page__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .blog-page__search {
    flex-basis: auto;
    width: 100%;
    max-width: 360px;
  }
  .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 28px;
  }
  .blog-page__subscribe-bottle--left {
    height: 119px;
    left: -2.62%;
    top: calc(18% - 112px);
    transform: rotate(34.21deg);
  }
  .blog-page__subscribe-bottle--left2 {
    height: 164px;
    left: 12.28%;
    top: calc(-59% + 95px);
    transform: rotate(0.75deg);
  }
  .blog-page__subscribe-bottle--right {
    height: 237px;
    left: 86.81%;
    top: calc(-4% - 81px);
    transform: rotate(2deg);
  }
}
@media screen and (max-width: 767.98px) {
  .blog-page {
    padding-bottom: 80px;
  }
  .blog-page__hero {
    margin-bottom: 42px;
  }
  .blog-page__title-wrap h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .blog-page__featured {
    margin-bottom: 48px;
  }
  .blog-page__featured-label {
    text-align: left;
    font-size: 13px;
  }
  .blog-page__featured-card {
    min-height: 0;
  }
  .blog-page__featured-content {
    padding: 30px 22px;
  }
  .blog-page__featured-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .blog-page__toolbar {
    margin-bottom: 32px;
  }
  .blog-page__categories {
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .blog-page__categories::-webkit-scrollbar {
    display: none;
  }
  .blog-page__categories a {
    flex: 0 0 auto;
  }
  .blog-page__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .blog-page__card-body h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-page__pagination {
    gap: 14px;
    margin-top: 52px;
  }
  .blog-page__subscribe-content {
    padding: 48px 20px;
  }
  .blog-page__subscribe-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .blog-page__subscribe-form {
    flex-direction: column;
  }
  .blog-page__subscribe-form input,
  .blog-page__subscribe-form button {
    width: 100%;
  }
  .blog-page__subscribe-bottle {
    display: none;
  }
}
.blog-single {
  padding-bottom: 150px;
  background: #fff;
}
.blog-single__article {
  margin-bottom: 138px;
}
.blog-single__layout {
  display: grid;
  grid-template-columns: 485px 1fr;
  justify-content: center;
  gap: 52px;
}
@media screen and (max-width: 1200px) {
  .blog-single__layout {
    grid-template-columns: 400px 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .blog-single__layout {
    display: block;
  }
}
.blog-single__sidebar {
  position: sticky;
  top: 132px;
  align-self: start;
  padding-top: 2px;
}
@media screen and (max-width: 992px) {
  .blog-single__sidebar {
    display: none;
  }
}
.blog-single__sidebar p {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.blog-single__sidebar ol {
  margin: 0;
  padding: 32px 39px 40px 50px;
  background: #f9f9f9;
  list-style: none;
  counter-reset: toc;
}
.blog-single__sidebar li {
  counter-increment: toc;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 38px;
  color: rgba(26, 26, 26, 0.7);
}
.blog-single__sidebar li::before {
  content: counter(toc) ".";
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  color: inherit;
}
.blog-single__sidebar li:last-child {
  margin-bottom: 0;
}
.blog-single__sidebar li.is-active {
  margin-left: 37px;
  color: #c9a227;
}
.blog-single__sidebar li.is-active::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background: #1a1a1a;
}
.blog-single__sidebar a {
  color: inherit;
  transition: color 0.3s ease;
}
.blog-single__sidebar a:hover {
  color: #c9a227;
}
.blog-single__content {
  min-width: 0;
  max-width: 995px;
}
.blog-single__header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e6e1;
}
.blog-single__header h1 {
  max-width: 850px;
  margin: 0 0 16px;
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .blog-single__header h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.8125rem , 1.1203703704rem  +  2.8395061728vw , 3.25rem )) {
    .blog-single__header h1 {
      font-size: clamp( 1.8125rem , 1.1203703704rem  +  2.8395061728vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 1.8125rem , 1.1203703704rem  +  2.8395061728vw , 3.25rem )) {
    .blog-single__header h1 {
      font-size: calc(1.8125rem + 1.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .blog-single__header h1 {
    font-size: 1.8125rem;
  }
}
@media (min-width: 75.0625em) {
  .blog-single__header h1 {
    line-height: 3.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 2.1875rem , 1.525462963rem  +  2.7160493827vw , 3.5625rem )) {
    .blog-single__header h1 {
      line-height: clamp( 2.1875rem , 1.525462963rem  +  2.7160493827vw , 3.5625rem );
    }
  }
  @supports not (line-height: clamp( 2.1875rem , 1.525462963rem  +  2.7160493827vw , 3.5625rem )) {
    .blog-single__header h1 {
      line-height: calc(2.1875rem + 1.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .blog-single__header h1 {
    line-height: 2.1875rem;
  }
}
.blog-single__header h1 {
  color: #1a1a1a;
}
.blog-single__header > p {
  margin-top: 25px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #4e4e4e;
}
.blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #989898;
}
.blog-single__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 12px;
  vertical-align: middle;
  border-radius: 50%;
  background: currentColor;
}
.blog-single__meta span:first-child {
  color: #b8941f;
}
.blog-single__author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.blog-single__author-mini {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 17px;
  color: #1a1a1a;
}
.blog-single__author-mini img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-single__author-mini span {
  display: grid;
  gap: 2px;
}
.blog-single__author-mini strong {
  font-weight: 500;
  color: #1a1a1a;
}
.blog-single__author-mini small {
  align-items: center;
  gap: 12px;
  display: flex;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  color: #989898;
}
.blog-single__author-mini small span {
  align-items: center;
  gap: 6px;
  display: flex;
}
.blog-single__share {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #989898;
}
.blog-single__share span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-single__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dfdfdf;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
  color: #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.blog-single__share a:hover {
  border-color: #b8941f;
  background: #b8941f;
  color: #fff;
}
.blog-single__hero-image {
  margin: 70px 0 28px;
}
.blog-single__hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 995/494;
  object-fit: cover;
  background: #f3f3f3;
}
.blog-single__body {
  font-size: 16px;
  line-height: 28px;
  color: #4e4e4e;
}
.blog-single__body h2[id] {
  scroll-margin-top: 160px;
}
@media screen and (max-width: 850px) {
  .blog-single__body h2[id] {
    scroll-margin-top: 90px;
  }
}
.blog-single__body p {
  margin: 0 0 20px;
}
.blog-single__body h2 {
  margin: 44px 0 18px;
  font-weight: 500;
}
@media (min-width: 75.0625em) {
  .blog-single__body h2 {
    font-size: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5rem , 1.2592592593rem  +  0.987654321vw , 2rem )) {
    .blog-single__body h2 {
      font-size: clamp( 1.5rem , 1.2592592593rem  +  0.987654321vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2592592593rem  +  0.987654321vw , 2rem )) {
    .blog-single__body h2 {
      font-size: calc(1.5rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .blog-single__body h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 75.0625em) {
  .blog-single__body h2 {
    line-height: 2.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 1.9375rem , 1.7268518519rem  +  0.8641975309vw , 2.375rem )) {
    .blog-single__body h2 {
      line-height: clamp( 1.9375rem , 1.7268518519rem  +  0.8641975309vw , 2.375rem );
    }
  }
  @supports not (line-height: clamp( 1.9375rem , 1.7268518519rem  +  0.8641975309vw , 2.375rem )) {
    .blog-single__body h2 {
      line-height: calc(1.9375rem + 0.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .blog-single__body h2 {
    line-height: 1.9375rem;
  }
}
.blog-single__body h2 {
  color: #1a1a1a;
}
.blog-single__body h3 {
  margin: 30px 0 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
}
.blog-single__body ul,
.blog-single__body ol {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}
.blog-single__body li {
  position: relative;
  padding-left: 18px;
}
.blog-single__body li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8941f;
}
.blog-single__body blockquote {
  margin: 26px 0 34px;
  padding: 12px 22px;
  border-left: 2px solid #b8941f;
  background: transparent;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #1a1a1a;
}
.blog-single__body img {
  max-width: 100%;
  height: auto;
}
.blog-single__footer {
  margin-top: 48px;
}
.blog-single__tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  padding-top: 38px;
  padding-left: 32px;
  border-top: 1px solid #e8e6e1;
}
.blog-single__tags::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1.4px solid #b8941f;
  border-radius: 50%;
  box-sizing: border-box;
}
.blog-single__tags::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b8941f;
  box-shadow: 4px 0 0 #b8941f, 0 4px 0 #b8941f, 4px 4px 0 #b8941f;
}
.blog-single__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 14px 5px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.blog-single__tags a:hover {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}
.blog-single__author-box {
  box-sizing: border-box;
  min-height: 133px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  background: #FCFBF9;
  padding: 24px 30px;
  border: 1px solid #e8e6e1;
}
.blog-single__author-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-single__author-box h2 {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
}
.blog-single__author-box p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #4e4e4e;
}
.blog-single__author-box span {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #B8941F;
}
.blog-single__related {
  padding-bottom: 4px;
}
.blog-single__related .container {
  position: relative;
}
.blog-single__related .fp-deco-title__heading {
  margin-bottom: 52px;
}
.blog-single__related .fp-deco-title__heading .g-title {
  opacity: 1;
  transform: none;
}
.blog-single__related-heading {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 520px) minmax(220px, 1fr);
  align-items: center;
  gap: 30px;
  margin-bottom: 42px;
}
.blog-single__related-heading h2 {
  margin: 0;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.blog-single__related-heading div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.blog-single__related-heading span {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 39, 0.8);
}
.blog-single__related-heading img {
  width: 145px;
  height: auto;
}
.blog-single__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 39px;
  margin-bottom: 30px;
}
.blog-single__all-posts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 204px;
  min-height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 34px 16px;
  border: 1px solid #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-single__all-posts:hover {
  background: #1a1a1a;
  color: #fff;
}
.blog-single-title__deco {
  margin: 0 auto 42px;
  margin-left: -20px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .blog-single-title__deco {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .blog-single {
    padding-bottom: 76px;
  }
  .blog-single__article {
    margin-bottom: 72px;
  }
  .blog-single__layout {
    gap: 32px;
  }
  .blog-single__sidebar ol {
    padding: 36px 24px 28px 46px;
  }
  .blog-single__sidebar li {
    font-size: 14px;
    line-height: 32px;
  }
  .blog-single__header {
    padding-bottom: 22px;
  }
  .blog-single__header h1 {
    font-size: 29px;
    line-height: 35px;
  }
  .blog-single__header > p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 23px;
  }
  .blog-single__author-row {
    align-items: flex-start;
    gap: 16px;
  }
  .blog-single__share {
    flex-wrap: wrap;
  }
  .blog-single__hero-image {
    margin: 34px 0 24px;
  }
  .blog-single__hero-image img {
    aspect-ratio: 335/166;
  }
  .blog-single__body {
    font-size: 14px;
    line-height: 25px;
  }
  .blog-single__body h2 {
    margin-top: 32px;
    font-size: 24px;
    line-height: 31px;
  }
  .blog-single__body blockquote {
    font-size: 16px;
    line-height: 25px;
  }
  .blog-single__tags {
    padding-top: 30px;
  }
  .blog-single__tags::before {
    top: 35px;
  }
  .blog-single__tags::after {
    top: 40px;
  }
  .blog-single__author-box {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 20px;
    text-align: center;
  }
  .blog-single__related-heading {
    margin-bottom: 30px;
  }
  .blog-single__related-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .blog-single__related-heading div {
    gap: 16px;
  }
  .blog-single__related-heading img {
    width: 126px;
  }
  .blog-single__related-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .blog-single__all-posts {
    min-width: 144px;
    min-height: 44px;
    padding: 12px 22px 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .blog-single__author-row {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
}
.akcii-page {
  background: #fff;
}
@media (min-width: 75.0625em) {
  .akcii-page {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 10rem , 9.3981481481rem  +  2.4691358025vw , 11.25rem )) {
    .akcii-page {
      padding-bottom: clamp( 10rem , 9.3981481481rem  +  2.4691358025vw , 11.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 10rem , 9.3981481481rem  +  2.4691358025vw , 11.25rem )) {
    .akcii-page {
      padding-bottom: calc(10rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .akcii-page {
    padding-bottom: 10rem;
  }
}
@media (min-width: 75.0625em) {
  .akcii-page__hero {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 2.125rem , 1.462962963rem  +  2.7160493827vw , 3.5rem )) {
    .akcii-page__hero {
      margin-bottom: clamp( 2.125rem , 1.462962963rem  +  2.7160493827vw , 3.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.125rem , 1.462962963rem  +  2.7160493827vw , 3.5rem )) {
    .akcii-page__hero {
      margin-bottom: calc(2.125rem + 1.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .akcii-page__hero {
    margin-bottom: 2.125rem;
  }
}
.akcii-page__catalog.is-reveal-ready .akcii-page__promo,
.akcii-page__catalog.is-reveal-ready .akcii-page__result-count,
.akcii-page__catalog.is-reveal-ready .akcii-page__slide,
.akcii-page__catalog.is-reveal-ready .akcii-page__pagination {
  opacity: 0;
  filter: blur(0.5rem);
  transform: translateY(2.125rem) scale(0.985);
  transition: opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1), transform 0.78s cubic-bezier(0.22, 1, 0.36, 1), filter 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--akcii-reveal-delay, 0s);
  will-change: opacity, transform, filter;
}
.akcii-page__catalog.is-reveal-ready .akcii-page__promo.is-visible,
.akcii-page__catalog.is-reveal-ready .akcii-page__result-count.is-visible,
.akcii-page__catalog.is-reveal-ready .akcii-page__slide.is-visible,
.akcii-page__catalog.is-reveal-ready .akcii-page__pagination.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.akcii-page__catalog.is-reveal-ready .akcii-page__promo {
  transform: translateY(2.625rem) scale(0.98);
}
.akcii-page__catalog.is-reveal-ready .akcii-page__result-count,
.akcii-page__catalog.is-reveal-ready .akcii-page__pagination {
  transform: translateY(1.125rem);
}
@media (hover: hover) and (pointer: fine) {
  .akcii-page__catalog.is-reveal-ready .akcii-page__promo.is-visible:hover {
    box-shadow: 0 1.375rem 3rem rgba(26, 26, 26, 0.1);
    transform: translateY(-0.25rem) scale(1);
  }
  .akcii-page__catalog.is-reveal-ready .akcii-page__slide.is-visible:hover {
    filter: drop-shadow(0 1.125rem 1.5rem rgba(26, 26, 26, 0.08));
    transform: translateY(-0.3125rem) scale(1);
  }
}
.akcii-page__groups {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75.0625em) {
  .akcii-page__groups {
    gap: 11.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 5.375rem , 2.5462962963rem  +  11.6049382716vw , 11.25rem )) {
    .akcii-page__groups {
      gap: clamp( 5.375rem , 2.5462962963rem  +  11.6049382716vw , 11.25rem );
    }
  }
  @supports not (gap: clamp( 5.375rem , 2.5462962963rem  +  11.6049382716vw , 11.25rem )) {
    .akcii-page__groups {
      gap: calc(5.375rem + 5.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .akcii-page__groups {
    gap: 5.375rem;
  }
}
.akcii-page__group {
  display: grid;
  grid-template-columns: minmax(16.25rem, 22.6875rem) minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
}
.akcii-page__promo {
  height: 100%;
  min-width: 0;
  background: linear-gradient(90deg, #fdf8ec 0%, #fcf7e9 14.29%, #fcf6e5 28.57%, #fbf5e2 42.86%, #fbf3de 57.14%, #faf2db 71.43%, #faf1d7 85.71%, #f9f0d4 100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .akcii-page__promo:hover {
    box-shadow: 0 1.375rem 3rem rgba(26, 26, 26, 0.1);
    transform: translateY(-0.25rem);
  }
}
.akcii-page__promo-media {
  position: relative;
  aspect-ratio: 363/247;
  overflow: hidden;
  background: #f9f9f9;
}
.akcii-page__promo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akcii-page__promo-badge, .akcii-page__product-badge {
  position: absolute;
  left: 0;
  top: 1.0625rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5625rem;
  min-height: 1.875rem;
  box-sizing: border-box;
  padding: 0.5rem 0.625rem 0.375rem;
  background: #c9a227;
  font-family: "Manrope", var(--font-primary);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.akcii-page__promo-badge {
  min-width: 7.875rem;
}
.akcii-page__promo-badge--dark, .akcii-page__product-badge--new {
  background: #1a1a1a;
}
.akcii-page__promo-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: calc(100% - 247px);
}
@media (min-width: 75.0625em) {
  .akcii-page__promo-body {
    gap: 2.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.375rem , 1.0138888889rem  +  1.4814814815vw , 2.125rem )) {
    .akcii-page__promo-body {
      gap: clamp( 1.375rem , 1.0138888889rem  +  1.4814814815vw , 2.125rem );
    }
  }
  @supports not (gap: clamp( 1.375rem , 1.0138888889rem  +  1.4814814815vw , 2.125rem )) {
    .akcii-page__promo-body {
      gap: calc(1.375rem + 0.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .akcii-page__promo-body {
    gap: 1.375rem;
  }
}
.akcii-page__promo-body {
  padding: 1.9375rem 1.5rem 1.5rem;
}
.akcii-page__promo-note {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.75rem;
  width: 100%;
  min-height: 4.4375rem;
  box-sizing: border-box;
  padding: 1rem 0;
  border-radius: 0.625rem;
  font-family: var(--font-primary);
}
.akcii-page__promo-note h2 {
  margin: 0 0 0.125rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1a1a1a;
}
.akcii-page__promo-note p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #666;
}
.akcii-page__promo-buttom {
  width: 100%;
}
.akcii-page__promo-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  color: #c9a227;
}
.akcii-page__promo-icon::before {
  content: "";
  position: absolute;
  inset: 0.125rem;
  border: 0.125rem solid currentColor;
  border-radius: 0.1875rem;
}
.akcii-page__promo-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transform: translateX(-50%) rotate(-45deg);
}
.akcii-page__promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.75rem;
  box-sizing: border-box;
  padding: 1.0625rem 1.5rem 0.9375rem;
  background: #1a1a1a;
  border: 0.0625rem solid #1a1a1a;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.07rem;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .akcii-page__promo-button:hover {
    background: #c9a227;
    border-color: #c9a227;
  }
}
.akcii-page__promo-timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.75rem;
  box-sizing: border-box;
  padding: 1.0625rem 0 0.9375rem;
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  color: #1a1a1a;
}
.akcii-page__products-wrap {
  position: relative;
  min-width: 0;
}
.akcii-page__result-count {
  position: absolute;
  left: 0;
  top: -1.9375rem;
  margin: 0;
  font-family: "Manrope", var(--font-primary);
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #989898;
}
.akcii-page__products {
  overflow: hidden;
}
.akcii-page__products .fp-popular__card,
.akcii-page__products .fp-popular__card-img {
  width: 100%;
}
.akcii-page__products .fp-popular__card-img {
  aspect-ratio: 365/459;
  height: auto;
}
.akcii-page__products .fp-popular__card-price {
  display: flex;
  justify-content: center;
}
.akcii-page__products .fp-popular__card-price del {
  position: relative;
  color: rgba(70, 70, 70, 0.75);
  text-decoration: none;
}
.akcii-page__products .fp-popular__card-price del::after {
  content: "";
  position: absolute;
  left: -0.25rem;
  right: -0.25rem;
  top: 43%;
  height: 0.0625rem;
  background: #1a1a1a;
  opacity: 0.8;
  transform: rotate(9deg);
}
.akcii-page__products .fp-popular__card-price ins {
  color: #c9a227;
  text-decoration: none;
}
.akcii-page__products-list {
  align-items: flex-start;
}
.akcii-page__slide {
  height: auto;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .akcii-page__slide:hover {
    filter: drop-shadow(0 1.125rem 1.5rem rgba(26, 26, 26, 0.08));
    transform: translateY(-0.3125rem);
  }
}
.akcii-page__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
  min-width: 0;
  text-align: center;
}
.akcii-page__product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 365/459;
  overflow: hidden;
  background: #f9f9f9;
}
.akcii-page__product-media img {
  display: block;
  width: min(63.3%, 14.4375rem);
  height: min(63.3%, 14.4375rem);
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .akcii-page__product-media:hover img {
    transform: scale(1.04);
  }
}
.akcii-page__product-info, .akcii-page__product-name, .akcii-page__product-rating, .akcii-page__product-price {
  display: flex;
  align-items: center;
}
.akcii-page__product-info {
  flex-direction: column;
  width: 100%;
}
.akcii-page__product-brand {
  font-family: var(--font-primary);
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: 0.0725rem;
  text-transform: uppercase;
  color: #c9a227;
}
.akcii-page__product-name {
  justify-content: center;
  min-height: 1.625rem;
  margin: 0.4375rem 0 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.45;
  letter-spacing: 0.021875rem;
  text-transform: uppercase;
  color: #1a1a1a;
}
.akcii-page__product-name a {
  color: inherit;
}
.akcii-page__product-rating {
  gap: 0.3125rem;
  margin-top: 0.4375rem;
}
.akcii-page__product-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.akcii-page__product-stars img {
  width: 0.875rem;
  height: 0.875rem;
}
.akcii-page__product-stars img.is-empty {
  opacity: 0.25;
}
.akcii-page__product-count {
  font-size: 1rem;
  line-height: 1.12;
  color: #737373;
}
.akcii-page__product-price {
  justify-content: center;
  gap: 1.375rem;
  margin: 1.375rem 0 0;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  line-height: 1.55;
}
.akcii-page__product-price del {
  position: relative;
  color: rgba(70, 70, 70, 0.75);
  text-decoration: none;
}
.akcii-page__product-price del::after {
  content: "";
  position: absolute;
  left: -0.25rem;
  right: -0.25rem;
  top: 43%;
  height: 0.0625rem;
  background: #1a1a1a;
  opacity: 0.8;
  transform: rotate(9deg);
}
.akcii-page__product-price span {
  color: #1a1a1a;
}
.akcii-page__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  margin-top: 2.8125rem;
}
.akcii-page__pagination button,
.akcii-page__pagination span {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 2.1875rem;
  padding: 0;
  font-family: "Manrope", var(--font-primary);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  cursor: pointer;
}
.akcii-page__pagination button[aria-current],
.akcii-page__pagination .is-active {
  min-width: 2.25rem;
  background: #1a1a1a;
  color: #fff;
}
.akcii-page__pagination span:not([aria-current]), .akcii-page__pagination-dots {
  color: #c9a227;
}
.akcii-page__pagination-pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
}
.akcii-page__pagination-arrow {
  font-size: 1.375rem !important;
}
.akcii-page__pagination-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  .akcii-page__catalog.is-reveal-ready .akcii-page__promo,
  .akcii-page__catalog.is-reveal-ready .akcii-page__result-count,
  .akcii-page__catalog.is-reveal-ready .akcii-page__slide,
  .akcii-page__catalog.is-reveal-ready .akcii-page__pagination {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .akcii-page__promo, .akcii-page__slide, .akcii-page__product-media img {
    transition: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .akcii-page__group {
    grid-template-columns: minmax(15rem, 18.75rem) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .akcii-page {
    padding-bottom: 5.125rem;
  }
  .akcii-page__group {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .akcii-page__promo {
    max-width: 26.25rem;
    width: 100%;
    margin: 0 auto;
  }
  .akcii-page__result-count {
    position: static;
    margin-bottom: 0.8125rem;
  }
  .akcii-page__product-name,
  .akcii-page .fp-popular__card-name {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .akcii-page__product-brand,
  .akcii-page .fp-popular__card-brand {
    font-size: 0.6875rem;
    letter-spacing: 0.04375rem;
  }
  .akcii-page__product-price,
  .akcii-page .fp-popular__card-price {
    flex-direction: column;
    gap: 0.125rem;
    margin-top: 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .akcii-page__pagination {
    gap: 0.75rem;
    margin-top: 2.125rem;
  }
  .akcii-page__pagination-pages {
    gap: 0.75rem;
  }
}
@media (min-width: 75.0625em) {
  .akciipage .fp-recommend {
    padding-bottom: 15.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 4.875rem , -0.3009259259rem  +  21.2345679012vw , 15.625rem )) {
    .akciipage .fp-recommend {
      padding-bottom: clamp( 4.875rem , -0.3009259259rem  +  21.2345679012vw , 15.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 4.875rem , -0.3009259259rem  +  21.2345679012vw , 15.625rem )) {
    .akciipage .fp-recommend {
      padding-bottom: calc(4.875rem + 10.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .akciipage .fp-recommend {
    padding-bottom: 4.875rem;
  }
}
.akciipage .seo-text {
  margin-bottom: 11.5625rem !important;
}
.returns-exchange-page {
  padding-bottom: 168px;
  background: #fff;
}
.returns-exchange-page__hero {
  margin-bottom: 74px;
}
.returns-exchange-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 40px;
}
.returns-exchange-page__title-wrap h1 {
  margin: 0 0 8px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.returns-exchange-page__title-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #989898;
}
.returns-exchange-page__content .container {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
.returns-exchange-page__conditions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.returns-exchange-page__condition-card {
  min-height: 242px;
  box-sizing: border-box;
  padding: 40px 40px 34px;
  background: #f9f9f9;
}
.returns-exchange-page__condition-card--danger {
  background: #fbebed;
}
.returns-exchange-page__condition-card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.returns-exchange-page__condition-card li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 22px;
  color: #4e4e4e;
}
.returns-exchange-page__condition-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9a227;
}
.returns-exchange-page__condition-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.returns-exchange-page__condition-title h2 {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.returns-exchange-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(184, 148, 31, 0.1);
  color: #c9a227;
}
.returns-exchange-page__icon img {
  display: block;
  width: 20px;
  height: 20px;
}
.returns-exchange-page__icon--danger {
  background: #fff;
  color: #ff8c8f;
}
.returns-exchange-page__section-head {
  margin-bottom: 54px;
}
.returns-exchange-page__section-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.returns-exchange-page__section-head h2 span {
  color: #c9a227;
}
.returns-exchange-page__eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a227;
}
.returns-exchange-page__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.returns-exchange-page__step {
  position: relative;
  min-height: 214px;
  box-sizing: border-box;
  padding: 44px 32px 34px;
  border: 1px solid #dfdfdf;
  background: #fff;
  transition-duration: 0.2s;
}
.returns-exchange-page__step:hover {
  border-color: #c9a227;
}
.returns-exchange-page__step h3 {
  margin: 43px 0 12px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.returns-exchange-page__step p {
  max-width: 360px;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #4e4e4e;
}
.returns-exchange-page__step-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #c9a227;
}
.returns-exchange-page__step-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.returns-exchange-page__step-number {
  position: absolute;
  top: 40px;
  right: 100px;
  font-size: 28px;
  line-height: 34px;
  color: #f4efe1;
}
.returns-exchange-page__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 257px;
  box-sizing: border-box;
  padding: 58px 57px;
  overflow: hidden;
  background: #f4efe1;
}
.returns-exchange-page__cta::after {
  content: "";
  position: absolute;
  right: 113px;
  top: -93px;
  width: 398px;
  height: 398px;
  border-radius: 50%;
  background: rgba(232, 221, 196, 0.45);
  pointer-events: none;
}
.returns-exchange-page__cta-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.returns-exchange-page__cta-content h2 {
  margin: 16px 0 20px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}
.returns-exchange-page__cta-content h2 span {
  color: #c9a227;
}
.returns-exchange-page__cta-content p:not(.returns-exchange-page__eyebrow) {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #989898;
}
.returns-exchange-page__eyebrow--icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.returns-exchange-page__eyebrow--icon img {
  display: block;
  width: 18px;
  height: 18px;
}
.returns-exchange-page__socials {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}
.returns-exchange-page__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 165px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 14px 22px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.returns-exchange-page__social-link img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.returns-exchange-page__social-link--dark {
  background: #1a1a1a;
}
.returns-exchange-page__social-link--dark:hover {
  background: #c9a227;
}
.returns-exchange-page__social-link--gold {
  background: #1a1a1a;
}
.returns-exchange-page__social-link--gold:hover {
  background: #c9a227;
}
@media screen and (max-width: 1023.98px) {
  .returns-exchange-page {
    padding-bottom: 120px;
  }
  .returns-exchange-page__hero {
    margin-bottom: 54px;
  }
  .returns-exchange-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .returns-exchange-page__content .container {
    gap: 68px;
  }
  .returns-exchange-page__conditions {
    grid-template-columns: 1fr;
  }
  .returns-exchange-page__condition-card {
    min-height: auto;
  }
  .returns-exchange-page__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .returns-exchange-page__step {
    padding: 36px 24px 30px;
  }
  .returns-exchange-page__step-number {
    top: 32px;
    right: 32px;
  }
  .returns-exchange-page__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 44px 38px;
  }
  .returns-exchange-page__cta::after {
    right: -70px;
  }
  .returns-exchange-page__socials {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .returns-exchange-page {
    padding-bottom: 75px;
  }
  .returns-exchange-page .breadcrumbs--inner-page ul {
    justify-content: center;
  }
  .returns-exchange-page__hero {
    margin-bottom: 36px;
  }
  .returns-exchange-page__heading {
    gap: 0;
  }
  .returns-exchange-page__decor.page-decor {
    order: -1;
    margin-bottom: 6px;
  }
  .returns-exchange-page__title-wrap {
    width: 100%;
    text-align: center;
  }
  .returns-exchange-page__title-wrap h1 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 53px;
    letter-spacing: 0;
  }
  .returns-exchange-page__title-wrap p {
    max-width: 350px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
  }
  .returns-exchange-page__content .container {
    gap: 56px;
  }
  .returns-exchange-page__condition-card {
    min-height: 248px;
    padding: 32px 32px 27px;
  }
  .returns-exchange-page__condition-card--danger {
    min-height: 271px;
  }
  .returns-exchange-page__condition-card ul {
    gap: 12px;
    margin-top: 24px;
  }
  .returns-exchange-page__condition-card li {
    padding-left: 18px;
  }
  .returns-exchange-page__condition-card--danger li::before {
    background: #989898;
  }
  .returns-exchange-page__condition-title h2 {
    letter-spacing: 0.8px;
  }
  .returns-exchange-page__section-head {
    margin-bottom: 47px;
  }
  .returns-exchange-page__section-head h2 {
    max-width: 340px;
    margin-top: 8px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.5px;
  }
  .returns-exchange-page__steps {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .returns-exchange-page__step {
    min-height: 213px;
    padding: 33px 32px 29px;
    border-color: #e8e6e1;
  }
  .returns-exchange-page__step:nth-child(2) {
    min-height: 236px;
  }
  .returns-exchange-page__step:nth-child(3) {
    border-top-width: 2px;
    border-top-color: #c9a227;
  }
  .returns-exchange-page__step h3 {
    margin: 25px 0 12px;
  }
  .returns-exchange-page__step p {
    max-width: 295px;
  }
  .returns-exchange-page__step-icon {
    width: 24px;
    height: 24px;
  }
  .returns-exchange-page__step-number {
    top: 33px;
    right: 33px;
    font-size: 32px;
    line-height: 48px;
  }
  .returns-exchange-page__cta {
    min-height: 429px;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
    background: #ede6d4;
  }
  .returns-exchange-page__cta::after {
    width: 400px;
    height: 400px;
    right: -137px;
    top: -150px;
    background: rgba(184, 148, 31, 0.05);
  }
  .returns-exchange-page__cta-content {
    max-width: 257px;
  }
  .returns-exchange-page__cta-content h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }
  .returns-exchange-page__cta-content p:not(.returns-exchange-page__eyebrow) {
    font-size: 14px;
    line-height: 26px;
  }
  .returns-exchange-page__socials {
    width: auto;
    flex-direction: column;
    gap: 16px;
  }
  .returns-exchange-page__social-link {
    min-width: 167px;
    min-height: 50px;
    flex: 0 0 auto;
    padding: 14px 20px;
  }
}
.public-offer-page {
  padding-bottom: 216px;
  background: #fff;
}
.public-offer-page__hero {
  margin-bottom: 61px;
}
.public-offer-page__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 80px;
}
.public-offer-page h1 {
  margin: 0;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.public-offer-page__content {
  max-width: 954px;
  margin: 0 auto;
}
.public-offer-page__notice {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  box-sizing: border-box;
  min-height: 116px;
  margin-bottom: 68px;
  padding: 32px 54px 30px 35px;
  background: #faf9f6;
  border-left: 3px solid #c9a227;
}
.public-offer-page__notice p {
  max-width: 729px;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #4e4e4e;
}
.public-offer-page__notice-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #c9a227;
}
.public-offer-page__notice-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.public-offer-page__text {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: #1a1a1a;
}
.public-offer-page__section {
  margin: 0;
}
.public-offer-page__section h2 {
  margin: 0;
  font-size: 16px;
  line-height: 31px;
  font-weight: 600;
  color: #1a1a1a;
}
.public-offer-page__section p {
  margin: 0;
}
@media screen and (max-width: 1023.98px) {
  .public-offer-page {
    padding-bottom: 140px;
  }
  .public-offer-page__hero {
    margin-bottom: 46px;
  }
  .public-offer-page__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .public-offer-page__notice {
    margin-bottom: 52px;
    padding: 30px 34px 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .public-offer-page {
    padding-bottom: 92px;
  }
  .public-offer-page__hero {
    margin-bottom: 36px;
  }
  .public-offer-page h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .public-offer-page__notice {
    gap: 18px;
    margin-bottom: 42px;
    padding: 24px 20px 22px;
  }
  .public-offer-page__notice p {
    font-size: 13px;
    line-height: 23px;
  }
  .public-offer-page__text, .public-offer-page__section h2 {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 574px) {
  .public-offer-page__notice {
    flex-direction: column;
  }
}
.error-404-page__hero {
  padding: 60px 0 120px;
  display: flex;
  align-items: flex-start;
}
.error-404-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error-404-page__code {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: clamp(124px, 16.04vw, 308px);
  line-height: 1;
  color: #c7c7c7;
}
.error-404-page__content {
  width: min(100%, 704px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404-page__title {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.26;
  color: var(--c-text);
}
.error-404-page__title span {
  color: #c9a227;
}
.error-404-page__text {
  max-width: 753px;
  margin: 0 0 38px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: var(--c-text);
}
.error-404-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 70px;
  background: #1a1a1a;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.error-404-page__btn:hover, .error-404-page__btn:focus-visible {
  background: #c9a227;
  color: #fff;
}
@media screen and (max-width: 1023.98px) {
  .error-404-page__hero {
    padding: 100px 0 90px;
  }
  .error-404-page__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .error-404-page__hero {
    padding: 30px 0 120px;
  }
  .error-404-page__code {
    margin-bottom: 24px;
    font-size: clamp(96px, 32vw, 160px);
  }
  .error-404-page__title {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.15;
  }
  .error-404-page__text {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .error-404-page__btn {
    box-sizing: border-box;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
.thank-you-page {
  background: #fff;
}
.thank-you {
  box-sizing: border-box;
  padding: 100px 0 200px;
}
.thank-you__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thank-you__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  margin-bottom: 36px;
  color: #C9A227;
  background: rgba(184, 148, 31, 0.1);
  border-radius: 50%;
}
.thank-you__icon svg {
  display: block;
  width: 78px;
  height: 78px;
}
.thank-you__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: min(100%, 704px);
  margin-bottom: 34px;
}
.thank-you__title {
  margin: 0;
  color: #1A1A1A;
  font-family: var(--font-primary);
  font-size: 50px;
  font-weight: 500;
  line-height: 63px;
}
.thank-you__text {
  margin: 0;
  color: #1A1A1A;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.thank-you__actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
}
.thank-you__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 70px;
  box-sizing: border-box;
  padding: 18px 24px;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.thank-you__btn--primary {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.thank-you__btn--primary:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}
.thank-you__btn--secondary {
  color: #1A1A1A;
  background: transparent;
  border: 1px solid #1A1A1A;
}
.thank-you__btn--secondary:hover {
  color: #fff;
  background: #1A1A1A;
}
@media screen and (max-width: 1023.98px) {
  .thank-you {
    padding: 60px 0 160px;
  }
  .thank-you__icon {
    width: 132px;
    height: 132px;
    margin-bottom: 32px;
  }
  .thank-you__icon svg {
    width: 66px;
    height: 66px;
  }
  .thank-you__title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767.98px) {
  .thank-you {
    padding: 40px 0 110px;
  }
  .thank-you__icon {
    width: 104px;
    height: 104px;
    margin-bottom: 28px;
  }
  .thank-you__icon svg {
    width: 52px;
    height: 52px;
  }
  .thank-you__content {
    gap: 10px;
    margin-bottom: 28px;
  }
  .thank-you__title {
    font-size: 25px;
    line-height: 25px;
  }
  .thank-you__text {
    font-size: 14px;
    line-height: 140%;
  }
  .thank-you__actions {
    width: min(100%, 320px);
    gap: 14px;
  }
  .thank-you__btn {
    padding: 0;
    height: 40px;
    font-size: 14px;
    line-height: 28px;
  }
}
.pp-product {
  position: relative;
  padding-bottom: 207px;
  padding-top: 53px;
}
@media screen and (max-width: 767.98px) {
  .pp-product {
    padding-bottom: 110px;
  }
}
.pp-product__grid {
  display: grid;
  grid-template-columns: minmax(270px, 386px) minmax(360px, 520px) minmax(310px, 386px);
  justify-content: center;
  align-items: start;
  gap: clamp(36px, 7vw, 132px);
}
.pp-product__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 44px;
}
.pp-product__brand {
  margin-bottom: 14px;
  color: #c9a227;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.pp-product__title {
  max-width: 380px;
  margin: 0 0 13px;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pp-product__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.pp-product__stars {
  display: flex;
  gap: 7px;
}
.pp-product__stars img {
  width: 21px;
  height: 21px;
}
.pp-product__star--empty {
  opacity: 0.18;
}
.pp-product__rating-count {
  font-size: 13px;
  color: var(--c-text-subtle);
}
.pp-product__badge {
  min-width: 97px;
  min-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 8px 14px;
  background: #c9a227;
  color: #fff;
  font-family: "Manrope", var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.pp-product__badge.is-hidden {
  display: none;
}
.pp-product__sale-timer {
  margin: -1px 0 14px;
  color: var(--c-text);
  font-size: 13px;
  line-height: 1.4;
}
.pp-product__sale-timer.is-hidden {
  display: none;
}
.pp-product__sale-countdown {
  font-weight: 500;
  font-feature-settings: "tnum";
}
.pp-product__timer {
  margin: 0 0 12px;
  color: var(--c-text);
  font-size: 13px;
  line-height: 18px;
}
.pp-product__timer span {
  font-weight: 500;
}
.pp-product .product-card__strength {
  padding: 0;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.pp-product__note {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 386px);
  padding: 10px 16px;
  background: linear-gradient(90deg, #fdf8ec 0%, #fcf7e9 14%, #fcf6e5 29%, #fbf5e2 43%, #fbf3de 57%, #faf2db 71%, #faf1d7 86%, #f9f0d4 100%);
  border-radius: 10px;
}
.pp-product__note-icon {
  flex: 0 0 24px;
  color: #c9a227;
  line-height: 0;
}
.pp-product__note-text {
  min-width: 0;
}
.pp-product__note-text strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.pp-product__note-text p {
  max-width: 265px;
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}
.pp-product__purchase {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 75px;
}
.pp-product__purchase del {
  text-decoration: none !important;
}
.pp-product__purchase del bdi {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  color: rgba(147, 147, 147, 0.75);
  position: relative;
}
.pp-product__purchase del bdi:after {
  content: "";
  height: 1px;
  background: #1A1A1A;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.pp-product__price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}
.pp-product__price .price {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.pp-product__price del {
  color: #999;
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
  opacity: 1;
}
.pp-product__price ins {
  text-decoration: none;
}
.pp-product__price bdi,
.pp-product__price ins bdi {
  color: #c9a227;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}
.pp-product__price-per {
  color: var(--c-text-subtle);
  font-size: 15px;
  line-height: 1;
  align-self: baseline;
}
.pp-product__price-old {
  color: #999;
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
.pp-product__price-new {
  color: #c9a227;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}
.pp-product__sizes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 5px;
}
.pp-product__size {
  min-height: 40px;
  padding: 4px 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.pp-product__size:hover, .pp-product__size:focus-visible {
  border-color: #c9a227;
  outline: none;
}
.pp-product__size.is-active {
  border-color: var(--c-text);
}
.pp-product__size--full {
  width: 100%;
  margin-bottom: 31px;
}
.pp-product__set {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 132px;
  gap: 11px;
  margin-bottom: 31px;
}
.pp-product__set-add-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  width: 132px;
  color: var(--c-text);
}
.pp-product__set-add {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: 107px;
  min-height: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.pp-product__set-add span {
  flex: 0 0 107px;
  white-space: nowrap;
}
.pp-product__set-add:hover, .pp-product__set-add:focus-visible {
  color: #c9a227;
  outline: none;
}
.pp-product__set-add.is-added {
  color: #c9a227;
}
.pp-product__set-add-icon {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.pp-product__set-add-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 16px;
  cursor: pointer;
}
.pp-product__set-add-icon-wrap:hover .pp-product__set-info-tooltip, .pp-product__set-add-icon-wrap:focus .pp-product__set-info-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.pp-product__set-info-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  z-index: 200;
  width: 280px;
  background: #1d1d1d;
  border: 1px solid #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.pp-product__set-info-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1d1d1d;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul li {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul li + li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.pp-product__set-volume {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 40px;
  padding: 3px 18px;
  border: 1.13px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.pp-product__set-volume:hover {
  border-color: var(--c-text);
}
.pp-product__set-volume.is-added {
  opacity: 0.45;
  cursor: not-allowed;
}
.pp-product__cart {
  margin: 0;
}
.pp-product__variations {
  margin-bottom: 18px;
}
.pp-product__variations form.cart {
  margin: 0;
}
.pp-product__variations .variations {
  width: 100%;
  margin-bottom: 18px;
}
.pp-product__variations .variations th,
.pp-product__variations .variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}
.pp-product__variations .variations label {
  font-size: 13px;
  line-height: 18px;
}
.pp-product__variations .variations select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: var(--font-primary);
}
.pp-product__variations .variations .variation-radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: min(100%, 385px);
}
.pp-product__variations .variations .variation-radios .pp-product__sizes {
  width: 100%;
  margin-bottom: 0;
}
.pp-product__variations .variations .variation-radio__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 30px;
  padding: 3px 18px;
  border: 1.12714px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: #fff;
  color: var(--c-text) !important;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.pp-product__variations .variations .variation-radio__label:hover, .pp-product__variations .variations .variation-radio__label:focus-visible {
  border-color: var(--c-text);
  outline: none;
}
.pp-product__variations .variations .variation-radio__label.is-active {
  border-color: var(--c-text);
  background: #fff;
  color: var(--c-text);
}
.pp-product__variations .variations .variation-radio__label:nth-child(n+7) {
  grid-column: 1/-1;
}
.pp-product__variations .variations .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.pp-product__variations .single_variation_wrap,
.pp-product__variations .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 0 12px;
}
.pp-product__variations .single_variation_wrap {
  align-items: flex-start;
  width: min(100%, 386px);
}
.pp-product__variations .woocommerce-variation {
  width: 100%;
}
.pp-product__variations .woocommerce-variation-add-to-cart {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: min(100%, 386px);
}
.pp-product__variations .quantity {
  order: 1;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  width: 123px;
  height: 50px;
  border: 1.12714px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.pp-product__variations .quantity input {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  appearance: textfield;
}
.pp-product__variations .quantity input::-webkit-inner-spin-button, .pp-product__variations .quantity input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.pp-product__variations .variation-qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 27px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color 0.3s ease;
}
.pp-product__variations .variation-qty__btn:hover, .pp-product__variations .variation-qty__btn:focus-visible {
  color: #c9a227;
  outline: none;
}
.pp-product__variations .single_add_to_cart_button {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 50px;
  min-height: 50px;
  padding: 12px 24px;
  background: var(--c-text);
  border: 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pp-product__variations .single_add_to_cart_button:hover, .pp-product__variations .single_add_to_cart_button:focus-visible {
  background: #CCA422;
  outline: none;
}
.pp-product__actions {
  display: grid;
  grid-template-columns: 1fr 127px;
  gap: 10px;
  margin-bottom: 9px;
}
.pp-product__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  background: var(--c-text);
  border: 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pp-product__buy:hover, .pp-product__buy:focus-visible {
  background: #CCA422;
  outline: none;
}
.pp-product__buy:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.pp-product__qty {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  min-height: 54px;
  border: 1px solid #e5e5e5;
}
.pp-product__qty-btn, .pp-product__qty-input {
  min-width: 0;
  border: 0;
  background: #fff;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  text-align: center;
}
.pp-product__qty-btn {
  cursor: pointer;
  transition: color 0.3s ease;
}
.pp-product__qty-btn:hover, .pp-product__qty-btn:focus-visible {
  color: #c9a227;
  outline: none;
}
.pp-product__qty-input {
  appearance: textfield;
}
.pp-product__qty-input::-webkit-inner-spin-button, .pp-product__qty-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.pp-product__set {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 132px;
  gap: 11px;
  margin-bottom: 31px;
}
.pp-product__set-add-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  width: 132px;
  color: var(--c-text);
}
.pp-product__set-add {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: 107px;
  min-height: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.pp-product__set-add span {
  flex: 0 0 107px;
  white-space: nowrap;
}
.pp-product__set-add:hover, .pp-product__set-add:focus-visible {
  color: #c9a227;
  outline: none;
}
.pp-product__set-add.is-added {
  color: #c9a227;
}
.pp-product__set-add-icon {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.pp-product__set-add-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 16px;
  cursor: pointer;
}
.pp-product__set-add-icon-wrap:hover .pp-product__set-info-tooltip, .pp-product__set-add-icon-wrap:focus .pp-product__set-info-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.pp-product__set-info-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  z-index: 200;
  width: 280px;
  background: #1d1d1d;
  border: 1px solid #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.pp-product__set-info-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1d1d1d;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul li {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
}
.pp-product__set-info-tooltip .pp-product__delivery-tooltip-body ul li + li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.pp-product__set-volume {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 40px;
  padding: 3px 18px;
  border: 1.13px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
  color: var(--c-text);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}
.pp-product__status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}
.pp-product__stock {
  color: var(--c-text-subtle);
}
.pp-product__stock--in-stock {
  color: #3d8a3d;
}
.pp-product__stock--out-of-stock {
  color: #c0392b;
}
.pp-product__sku {
  color: var(--c-text);
}
.pp-product__trust {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.pp-product__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c9a227;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}
.pp-product__trust-item--link {
  cursor: pointer;
}
.pp-product__trust-item--link:hover .pp-product__delivery-tooltip, .pp-product__trust-item--link:focus .pp-product__delivery-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.pp-product__guarantee-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  right: -12px;
  left: auto;
  z-index: 200;
  width: 425px;
  background: #1d1d1d;
  border: 1px solid #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
}
.pp-product__guarantee-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 18px;
  left: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1d1d1d;
}
.pp-product__guarantee-tooltip .pp-product__delivery-tooltip-body p {
  margin: 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
}
.pp-product__guarantee-tooltip .pp-product__delivery-tooltip-body ul {
  display: none;
}
.pp-product__trust-item--link:hover .pp-product__guarantee-tooltip, .pp-product__trust-item--link:focus .pp-product__guarantee-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.pp-product__delivery-tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: -12px;
  z-index: 200;
  width: 330px;
  background: #1d1d1d;
  border: 1px solid #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
}
.pp-product__delivery-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1d1d1d;
}
.pp-product__delivery-tooltip-body {
  display: block;
  padding: 12px 12px 14px;
  background: #1d1d1d;
}
.pp-product__delivery-tooltip-body strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
}
.pp-product__delivery-tooltip-body ul {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: disc;
}
.pp-product__delivery-tooltip-body ul li {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1180px) {
  .pp-product__grid {
    grid-template-columns: minmax(300px, 520px) minmax(280px, 386px);
    gap: 48px;
  }
  .pp-product__info {
    grid-column: 1/-1;
    order: 2;
    padding-top: 0;
  }
  .pp-product__purchase {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) {
  .pp-product__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pp-product__info, .pp-product__purchase {
    width: min(100%, 520px);
    justify-self: center;
    padding-top: 0;
  }
  .pp-product__info {
    order: 1;
  }
  .pp-product__purchase {
    order: 3;
  }
  .pp-product__title {
    max-width: none;
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .pp-product__brand {
    font-size: 15px;
  }
  .pp-product__title {
    font-size: 21px;
    line-height: 1.35;
  }
  .pp-product__rating {
    margin-bottom: 24px;
  }
  .pp-product__price {
    margin-bottom: 22px;
  }
  .pp-product__sizes, .pp-product__set-chips {
    grid-template-columns: repeat(2, 1fr);
  }
  .pp-product__variations .variation-radios .pp-product__sizes {
    grid-template-columns: repeat(3, 1fr);
  }
  .pp-product__actions {
    grid-template-columns: 1fr;
  }
  .pp-product__qty {
    grid-template-columns: 48px 1fr 48px;
    border-top: 0;
    border-left: 1px solid #e5e5e5;
  }
  .pp-product__trust {
    gap: 8px;
  }
}
.pp-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.pp-gallery__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 400px);
  height: 500px;
  overflow: hidden;
  cursor: zoom-in;
}
.pp-gallery__stage.is-zoomed {
  cursor: crosshair;
}
.pp-gallery__image {
  object-fit: contain;
  transition: transform 0.1s ease;
  transform-origin: center center;
  pointer-events: none;
  user-select: none;
  max-height: 100%;
}
.pp-gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.pp-gallery__arrow {
  width: 19px;
  height: 19px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.pp-gallery__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.pp-gallery__thumbs {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-gallery__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  padding: 0;
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.pp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pp-gallery__thumb.is-active, .pp-gallery__thumb:hover, .pp-gallery__thumb:focus-visible {
  border-color: #c9a227;
  outline: none;
}
@media screen and (max-width: 1180px) {
  .pp-gallery {
    order: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .pp-gallery {
    gap: 28px;
  }
  .pp-gallery__stage {
    height: 420px;
  }
  .pp-gallery__image {
    max-height: 360px;
  }
  .pp-gallery__nav, .pp-gallery__thumbs {
    gap: 18px;
  }
  .pp-gallery__thumb {
    width: 86px;
    height: 86px;
  }
}
@media screen and (max-width: 767.98px) {
  .pp-gallery {
    padding-top: 60px;
  }
  .pp-gallery__stage {
    height: 330px;
  }
  .pp-gallery__image {
    max-width: 230px;
    max-height: 300px;
  }
  .pp-gallery__thumb {
    width: 68px;
    height: 68px;
  }
}
.pp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pp-lightbox.is-open {
  opacity: 1;
}
.pp-lightbox[hidden] {
  display: none;
}
.pp-lightbox__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 80px);
}
.pp-lightbox__image {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  object-fit: contain;
  user-select: none;
}
.pp-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.pp-lightbox__close:hover {
  opacity: 1;
}
.pp-lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.pp-lightbox__arrow:hover {
  opacity: 1;
}
.pp-lightbox__arrow--prev {
  left: 16px;
}
.pp-lightbox__arrow--next {
  right: 16px;
}
.pp-lightbox__arrow[hidden] {
  display: none;
}
.pp-set {
  position: fixed;
  top: 438px;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.pp-set[hidden] {
  display: none;
}
.pp-set.is-open {
  transform: translateX(0);
}
.pp-set.is-open .pp-set__tab svg {
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .pp-set.is-open {
    top: auto;
    bottom: 0;
  }
}
.pp-set__tab {
  position: absolute;
  top: 0;
  right: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 20px 0;
  background: #ffefb6;
  border: 0;
  border-radius: 8px 0 0 8px;
  color: var(--c-text);
  gap: 54px;
  cursor: pointer;
}
.pp-set__tab svg {
  transform: rotate(180deg);
}
.pp-set__tab-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.375px;
  text-transform: uppercase;
}
.pp-set__body {
  display: block;
  flex-direction: column;
  gap: 12px;
  width: 320px;
  min-height: 218px;
  padding: 18px;
  background: #fdf8ec;
  border: 1px solid #c9a227;
  overflow-y: auto;
  box-sizing: border-box;
}
.pp-set__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pp-set__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}
.pp-set__title span {
  color: #c9a227;
}
.pp-set__close {
  padding: 0 4px;
  background: transparent;
  border: 0;
  color: #999;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.pp-set__close:hover, .pp-set__close:focus-visible {
  color: var(--c-text);
  outline: none;
}
.pp-set__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
}
.pp-set__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}
.pp-set__item-img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  background: #f4f4f4;
}
.pp-set__item-info {
  flex: 1 1 auto;
  min-width: 0;
}
.pp-set__item-name {
  display: block;
  color: var(--c-text);
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-set__item-meta {
  color: #999;
  font-size: 11px;
  line-height: 16px;
}
.pp-set__item-remove {
  flex: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #999;
  line-height: 1;
  cursor: pointer;
  margin-left: 5px;
}
.pp-set__item-remove svg {
  width: 100%;
  height: auto;
}
.pp-set__item-remove:hover, .pp-set__item-remove:focus-visible {
  color: #b8241f;
  outline: none;
}
.pp-set__empty {
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.pp-set__summary {
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #e5d9a8;
}
.pp-set__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
}
.pp-set__row--total {
  margin-top: 4px;
  color: var(--c-text);
  font-size: 15px;
  font-weight: 600;
}
.pp-set__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  padding: 15px 16px;
  background: #c9a227;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.pp-set__checkout svg {
  flex: 0 0 14px;
}
.pp-set__checkout:hover:not(:disabled), .pp-set__checkout:focus-visible:not(:disabled) {
  background: #b8901f;
  outline: none;
}
.pp-set__checkout:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pp-set__checkout.is-loading {
  pointer-events: none;
  opacity: 0.7;
}
.pp-set__hint {
  margin-top: 15px;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.pp-product__mobile-sticky {
  display: none;
}
@media screen and (max-width: 550px) {
  .pp-product {
    padding-top: 8px;
  }
  .pp-product__brand {
    font-size: 13px;
  }
  .pp-product__brand {
    margin-bottom: 9px;
  }
  .pp-product__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
  }
  .pp-product__stars img {
    width: 14px;
    height: 14px;
  }
  .pp-product__badge {
    min-width: 68px;
    padding: 8px 7px;
    margin-bottom: 15px;
  }
  .pp-product__sale-timer {
    margin: -1px 0 15px;
  }
  .pp-product__note {
    padding: 11px 16px;
  }
  .pp-gallery__stage {
    height: 286px;
  }
  .pp-product__variations .variations {
    width: 100%;
    margin-bottom: 6px;
  }
  .pp-product__set {
    margin-bottom: 14px;
  }
  .pp-product__trust-item {
    font-size: 15px;
  }
  .pp-product {
    padding-bottom: 119px;
  }
  .pp-product__mobile-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: var(--g-mobile-browser-bottom, 0);
    z-index: 90;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    width: 100%;
    height: calc(80px + env(safe-area-inset-bottom));
    min-height: 80px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 -3px 5.3px rgba(89, 89, 89, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .pp-product__mobile-sticky.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .pp-product__mobile-sticky-product {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: center;
    gap: 3px;
    min-width: 0;
  }
  .pp-product__mobile-sticky-img {
    display: block;
    width: 35px;
    height: 48px;
    object-fit: contain;
  }
  .pp-product__mobile-sticky-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
  }
  .pp-product__mobile-sticky-title {
    overflow: hidden;
    color: var(--c-text);
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pp-product__mobile-sticky-volume {
    color: rgba(0, 0, 0, 0.35);
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .pp-product__mobile-sticky-price-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 13px;
    isolation: isolate;
    height: 23px;
    padding: 0;
    padding-right: 17px;
    padding-left: 17px;
    min-width: 0;
    box-sizing: border-box;
  }
  .pp-product__mobile-sticky-badge {
    position: absolute;
    top: 0;
    right: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 22px;
    padding: 2px 7px;
    box-sizing: border-box;
    background: #c9a227;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .pp-product__mobile-sticky-badge.is-hidden {
    display: none;
  }
  .pp-product__mobile-sticky-price {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 13px;
    justify-content: flex-start;
    width: 100%;
    height: 23px;
    color: var(--c-text);
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    white-space: nowrap;
  }
  .pp-product__mobile-sticky-price .price {
    display: inline-flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0;
  }
  .pp-product__mobile-sticky-price del {
    order: 0;
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
  }
  .pp-product__mobile-sticky-price del .amount {
    color: inherit;
  }
  .pp-product__mobile-sticky-price ins {
    order: 1;
    color: inherit;
    text-decoration: none;
  }
  .pp-product__mobile-sticky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 33px;
    min-width: 105px;
    border: 0;
    background: var(--c-text);
    color: #fff;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .pp-tabs__panels {
    padding: 1px 18px;
  }
  .pp-reviews__rating {
    margin-bottom: 20px;
  }
  .pp-reviews__prompt {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 470px) {
  .pp-product__note,
  .pp-product__info,
  .pp-product__purchase {
    width: 100%;
  }
  .pp-product__price {
    align-items: center;
    justify-content: center;
  }
  .pp-product__purchase {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .pp-product__grid {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .pp-product__price {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .pp-gallery__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .pp-product__price .price {
    width: 100%;
    justify-content: center;
  }
}
.pp-tabs__wrap {
  display: grid;
  grid-template-columns: 437px 1fr;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .pp-tabs__wrap {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }
}
.pp-tabs__nav {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  padding-left: 25px;
}
@media screen and (max-width: 767.98px) {
  .pp-tabs__nav {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid #ececec;
    scrollbar-width: thin;
    scrollbar-color: #000 #ddd;
  }
  .pp-tabs__nav::-webkit-scrollbar {
    height: 4px;
  }
  .pp-tabs__nav::-webkit-scrollbar-track {
    background: #ddd;
  }
  .pp-tabs__nav::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2px;
  }
}
.pp-tabs__tab {
  padding: 24px 32px;
  padding-left: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ececec;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: left;
  color: var(--c-text-subtle);
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
}
.pp-tabs__tab:focus, .pp-tabs__tab:focus-visible {
  outline: none;
  box-shadow: none;
}
.pp-tabs__tab:last-child {
  border-bottom: none;
}
.pp-tabs__tab:hover {
  color: var(--c-text);
}
.pp-tabs__tab.is-active {
  color: var(--c-text);
}
.pp-tabs__panels {
  padding: 28px 32px;
  border: 1px solid #ececec;
  min-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .pp-tabs__panels {
    padding: 28px 20px;
    max-height: min(600px, 100vh);
    overflow-y: auto;
  }
}
.pp-tabs__panel {
  display: none;
  max-height: 100%;
  gap: 16px;
  box-sizing: border-box;
}
.pp-tabs__panel .pp-tabs__panels--inner {
  flex: 1;
  max-width: none;
  max-height: 100%;
  overflow-y: scroll;
  padding-right: 16px;
  scrollbar-width: none;
}
.pp-tabs__panel .pp-tabs__panels--inner::-webkit-scrollbar {
  display: none;
}
.pp-tabs__panel.is-active {
  display: flex;
}
.pp-tabs__panel p {
  max-width: 880px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 26px;
  color: var(--c-text);
}
.pp-tabs__panel p:last-child {
  margin-bottom: 0;
}
.pp-tabs__panel b {
  font-weight: 600;
}
.pp-tabs__scrollbar {
  flex-shrink: 0;
  width: 5px;
  height: 215px;
  align-self: center;
  cursor: pointer;
}
.pp-tabs__scrollbar-track {
  position: relative;
  width: 5px;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.pp-tabs__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background: #1a1a1a;
  border-radius: 2px;
  transition: top 0.1s linear;
  cursor: grab;
  user-select: none;
}
.pp-tabs__scrollbar-thumb:active {
  cursor: grabbing;
  transition: none;
}
.pp-tabs__specs {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 880px;
}
.pp-tabs__specs li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}
.pp-tabs__specs li:last-child {
  border-bottom: none;
}
.pp-tabs__specs span {
  color: var(--c-text-subtle);
}
@media screen and (max-width: 768px) {
  .pp-tabs__specs span {
    flex-shrink: 0;
    width: 100px;
  }
}
.pp-tabs__specs b {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pp-tabs__specs b {
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .pp-tabs__panel {
    max-height: none;
    gap: 0;
  }
  .pp-tabs__panel.is-active {
    display: block;
  }
  .pp-tabs__panel .pp-tabs__panels--inner {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scrollbar-width: auto;
  }
  .pp-tabs__scrollbar {
    display: none;
  }
}
.pp-reviews__wrap {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 75.0625em) {
  .pp-reviews__wrap {
    gap: 4.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.875rem , 0.6712962963rem  +  4.9382716049vw , 4.375rem )) {
    .pp-reviews__wrap {
      gap: clamp( 1.875rem , 0.6712962963rem  +  4.9382716049vw , 4.375rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 0.6712962963rem  +  4.9382716049vw , 4.375rem )) {
    .pp-reviews__wrap {
      gap: calc(1.875rem + 2.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__wrap {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .pp-reviews__wrap {
    grid-template-columns: 340px 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 992px) {
  .pp-reviews__wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.pp-reviews__summary {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fafafa;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 0;
}
@media (min-width: 75.0625em) {
  .pp-reviews__summary {
    padding: 2.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1.0625rem , 0.1597222222rem  +  3.7037037037vw , 2.9375rem )) {
    .pp-reviews__summary {
      padding: clamp( 1.0625rem , 0.1597222222rem  +  3.7037037037vw , 2.9375rem );
    }
  }
  @supports not (padding: clamp( 1.0625rem , 0.1597222222rem  +  3.7037037037vw , 2.9375rem )) {
    .pp-reviews__summary {
      padding: calc(1.0625rem + 1.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__summary {
    padding: 1.0625rem;
  }
}
@media (min-width: 75.0625em) {
  .pp-reviews__summary {
    padding-top: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .pp-reviews__summary {
      padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem );
    }
  }
  @supports not (padding-top: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .pp-reviews__summary {
      padding-top: calc(1.375rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__summary {
    padding-top: 1.375rem;
  }
}
@media (min-width: 75.0625em) {
  .pp-reviews__summary {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .pp-reviews__summary {
      padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.375rem , 1.1342592593rem  +  0.987654321vw , 1.875rem )) {
    .pp-reviews__summary {
      padding-bottom: calc(1.375rem + 0.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__summary {
    padding-bottom: 1.375rem;
  }
}
.pp-reviews__title {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 22px;
  word-break: break-word;
}
@media (min-width: 75.0625em) {
  .pp-reviews__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 1.0625rem , 0.6111111111rem  +  1.8518518519vw , 2rem )) {
    .pp-reviews__title {
      margin-bottom: clamp( 1.0625rem , 0.6111111111rem  +  1.8518518519vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.0625rem , 0.6111111111rem  +  1.8518518519vw , 2rem )) {
    .pp-reviews__title {
      margin-bottom: calc(1.0625rem + 0.9375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__title {
    margin-bottom: 1.0625rem;
  }
}
.pp-reviews__rating {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 75.0625em) {
  .pp-reviews__rating {
    margin-bottom: 2rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 1.6875rem , 1.537037037rem  +  0.6172839506vw , 2rem )) {
    .pp-reviews__rating {
      margin-bottom: clamp( 1.6875rem , 1.537037037rem  +  0.6172839506vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.6875rem , 1.537037037rem  +  0.6172839506vw , 2rem )) {
    .pp-reviews__rating {
      margin-bottom: calc(1.6875rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__rating {
    margin-bottom: 1.6875rem;
  }
}
@media screen and (max-width: 500px) {
  .pp-reviews__rating {
    gap: 16px;
  }
}
.pp-reviews__bars {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  padding-left: 8px;
}
.pp-reviews__bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pp-reviews__bar img {
  width: 12px;
  height: 12px;
}
.pp-reviews__bar-num {
  font-size: 13px;
  color: var(--c-text-subtle);
  width: 8px;
}
.pp-reviews__bar-track {
  flex: 1;
  height: 6px;
  background: #ececec;
  border-radius: 3px;
  overflow: hidden;
}
.pp-reviews__bar-track span {
  display: block;
  height: 100%;
  background: #ffd771;
}
.pp-reviews__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.pp-reviews__score-stars {
  display: flex;
  gap: 3px;
}
.pp-reviews__score-stars img {
  width: 15px;
  height: 15px;
}
.pp-reviews__count {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.pp-reviews__prompt {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--c-text);
  margin: 0 0 18px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 75.0625em) {
  .pp-reviews__prompt {
    margin-bottom: 1.1875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.1689814815rem  +  1.3580246914vw , 1.1875rem )) {
    .pp-reviews__prompt {
      margin-bottom: clamp( 0.5rem , 0.1689814815rem  +  1.3580246914vw , 1.1875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.1689814815rem  +  1.3580246914vw , 1.1875rem )) {
    .pp-reviews__prompt {
      margin-bottom: calc(0.5rem + 0.6875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-reviews__prompt {
    margin-bottom: 0.5rem;
  }
}
.pp-reviews__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 0 15px;
  height: 41px;
  background: var(--c-text);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pp-reviews__btn:hover {
  background: #CCA422;
}
@media screen and (max-width: 500px) {
  .pp-reviews__btn {
    width: 100%;
    align-self: stretch;
  }
}
.pp-reviews__terms {
  display: block;
  align-self: center;
  width: 343px;
  max-width: 100%;
  height: 35px;
  margin-top: 14px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: underline;
  color: #1A1A1A;
}
.pp-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.pp-reviews__more-wrap {
  display: none;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pp-reviews__more-wrap {
    display: flex;
  }
}
.pp-reviews__more-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 6px;
  width: 151px;
  height: 40px;
  background: #1A1A1A;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pp-reviews__more-btn:hover {
  opacity: 0.8;
}
.pp-reviews__form {
  padding: 28px 30px;
  background: #fafafa;
  border-radius: 10px;
}
.pp-reviews__form .comments-area {
  margin: 0;
}
.pp-reviews__form .comment-reply-title {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pp-reviews__form .comment-form {
  display: grid;
  gap: 14px;
}
.pp-reviews__form .comment-form-comment,
.pp-reviews__form .comment-form-author,
.pp-reviews__form .comment-form-email,
.pp-reviews__form .comment-form-rating {
  display: grid;
  gap: 7px;
  margin: 0;
}
.pp-reviews__form select,
.pp-reviews__form textarea,
.pp-reviews__form input:not([type=submit]) {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-family: var(--font-primary);
  font-size: 14px;
}
.pp-reviews__form textarea {
  min-height: 120px;
  resize: vertical;
}
.pp-reviews__form .form-submit {
  margin: 0;
}
.pp-reviews__form .submit {
  min-height: 48px;
  padding: 0 28px;
  background: var(--c-text);
  border: 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.2s;
}
.pp-reviews__form .submit:hover {
  background: #CCA422;
}
.pp-review-reply .pp-review__stars {
  display: none;
}
.pp-review {
  border-radius: 10px;
  background: #fafafa;
  background: #fff6de;
}
@media (min-width: 75.0625em) {
  .pp-review {
    padding: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1rem , 0.5787037037rem  +  1.7283950617vw , 1.875rem )) {
    .pp-review {
      padding: clamp( 1rem , 0.5787037037rem  +  1.7283950617vw , 1.875rem );
    }
  }
  @supports not (padding: clamp( 1rem , 0.5787037037rem  +  1.7283950617vw , 1.875rem )) {
    .pp-review {
      padding: calc(1rem + 0.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-review {
    padding: 1rem;
  }
}
.pp-review--positive {
  background: #fff6de;
}
.pp-review--negative {
  background: #fff2f3;
}
.pp-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.pp-review__author {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pp-review__stars {
  display: flex;
  gap: 3px;
}
.pp-review__stars img {
  width: 15px;
  height: 15px;
}
.pp-review__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--c-text-subtle);
}
.pp-review__verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pp-review__verified::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9a227;
  flex-shrink: 0;
}
.pp-review__photos {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}
.pp-review__photos img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}
.pp-review__photos-count {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 75.0625em) {
  .pp-review__text {
    font-size: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .pp-review__text {
      font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8148148148rem  +  0.2469135802vw , 1rem )) {
    .pp-review__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-review__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 75.0625em) {
  .pp-review__text {
    line-height: 1.375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (line-height: clamp( 1.25rem , 1.1898148148rem  +  0.2469135802vw , 1.375rem )) {
    .pp-review__text {
      line-height: clamp( 1.25rem , 1.1898148148rem  +  0.2469135802vw , 1.375rem );
    }
  }
  @supports not (line-height: clamp( 1.25rem , 1.1898148148rem  +  0.2469135802vw , 1.375rem )) {
    .pp-review__text {
      line-height: calc(1.25rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-review__text {
    line-height: 1.25rem;
  }
}
@media (min-width: 75.0625em) {
  .pp-review__text {
    margin-top: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 1rem , 0.8796296296rem  +  0.4938271605vw , 1.25rem )) {
    .pp-review__text {
      margin-top: clamp( 1rem , 0.8796296296rem  +  0.4938271605vw , 1.25rem );
    }
  }
  @supports not (margin-top: clamp( 1rem , 0.8796296296rem  +  0.4938271605vw , 1.25rem )) {
    .pp-review__text {
      margin-top: calc(1rem + 0.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-review__text {
    margin-top: 1rem;
  }
}
.pp-review__text {
  color: var(--c-text);
}
.pp-review__text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
.pp-review__text p {
  margin: 0 0 12px;
}
.pp-review__text p:last-child {
  margin-bottom: 0;
}
.pp-review__read-more {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-primary);
  color: #C9A227;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pp-review__read-more:hover {
  opacity: 0.7;
}
.pp-review__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.pp-review__reply {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c9a227;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.pp-review__reply:hover {
  opacity: 0.7;
}
.pp-review__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.pp-review__photo {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.review-modal[hidden] {
  display: none;
}
.review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.review-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 736px;
  max-width: 640px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 32px;
}
@media (min-width: 75.0625em) {
  .review-modal__dialog {
    padding: 3rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem )) {
    .review-modal__dialog {
      padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem );
    }
  }
  @supports not (padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem )) {
    .review-modal__dialog {
      padding: calc(1rem + 2 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__dialog {
    padding: 1rem;
  }
}
.review-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.review-modal__close:hover {
  opacity: 1;
}
.review-modal__close img {
  width: 16px;
  height: 16px;
}
.review-modal__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 6px;
  padding-right: 40px;
}
@media (min-width: 75.0625em) {
  .review-modal__title {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 2rem , 2.6018518519rem  +  -2.4691358025vw , 0.75rem )) {
    .review-modal__title {
      margin-bottom: clamp( 2rem , 2.6018518519rem  +  -2.4691358025vw , 0.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 2rem , 2.6018518519rem  +  -2.4691358025vw , 0.75rem )) {
    .review-modal__title {
      margin-bottom: calc(2rem + -1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 75.0625em) {
  .review-modal__title {
    font-size: 1.6875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem )) {
    .review-modal__title {
      font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem )) {
    .review-modal__title {
      font-size: calc(1.5625rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__title {
    font-size: 1.5625rem;
  }
}
.review-modal__subtitle {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (min-width: 75.0625em) {
  .review-modal__subtitle {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.875rem  +  0vw , 1.875rem )) {
    .review-modal__subtitle {
      margin-bottom: clamp( 1.875rem , 1.875rem  +  0vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.875rem  +  0vw , 1.875rem )) {
    .review-modal__subtitle {
      margin-bottom: calc(1.875rem + 0 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__subtitle {
    margin-bottom: 1.875rem;
  }
}
.review-modal__subtitle {
  margin-top: 20px;
}
.review-modal__step[hidden] {
  display: none;
}
.review-modal__stars {
  display: flex;
}
@media (min-width: 75.0625em) {
  .review-modal__stars {
    gap: 2.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.5rem , -0.462962963rem  +  3.950617284vw , 2.5rem )) {
    .review-modal__stars {
      gap: clamp( 0.5rem , -0.462962963rem  +  3.950617284vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 0.5rem , -0.462962963rem  +  3.950617284vw , 2.5rem )) {
    .review-modal__stars {
      gap: calc(0.5rem + 2 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__stars {
    gap: 0.5rem;
  }
}
@media (min-width: 75.0625em) {
  .review-modal__stars {
    padding: 5.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 5.625rem , 5.625rem  +  0vw , 5.625rem )) {
    .review-modal__stars {
      padding: clamp( 5.625rem , 5.625rem  +  0vw , 5.625rem );
    }
  }
  @supports not (padding: clamp( 5.625rem , 5.625rem  +  0vw , 5.625rem )) {
    .review-modal__stars {
      padding: calc(5.625rem + 0 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__stars {
    padding: 5.625rem;
  }
}
.review-modal__stars {
  padding-left: 0;
  padding-right: 0;
  max-width: 640px;
}
.review-modal__star {
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  transition: transform 0.15s;
}
.review-modal__star:hover {
  transform: scale(1.08);
}
.review-modal__star-img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  transition: opacity 0.15s;
}
.review-modal__star-img--empty {
  opacity: 0.15;
}
.review-modal__upload {
  min-height: 214px;
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.review-modal__upload.is-dragover {
  border-color: var(--c-text);
  background: #f8f8f8;
}
.review-modal__upload.has-photos .review-modal__upload-empty {
  display: none;
}
.review-modal__upload-empty {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}
.review-modal__upload-icon {
  width: 40px;
  height: 40px;
  color: #c8c8c8;
}
.review-modal__upload-hint {
  font-size: 14px;
  color: var(--c-text-subtle);
  text-align: center;
  margin: 0;
}
.review-modal__upload-btn {
  height: 40px;
  padding: 0 16px;
  border: none;
  background: #F9F8F8;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.review-modal__upload-btn:hover {
  background: var(--c-text);
  color: #fff;
}
.review-modal__photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 12px;
  align-content: start;
}
.review-modal__photos[hidden] {
  display: none;
}
.review-modal__photo-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
}
.review-modal__photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-modal__photo-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}
.review-modal__photo-remove svg {
  width: 12px;
  height: 12x;
}
.review-modal__photo-remove:hover {
  background: rgba(0, 0, 0, 0.85);
}
.review-modal__photo-add-btn {
  aspect-ratio: 1;
  border: 1.5px dashed #E5E5E5;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #E5E5E5;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.review-modal__photo-add-btn:hover {
  border-color: var(--c-text);
  color: var(--c-text);
}
.review-modal__file-input {
  display: none;
}
.review-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}
.review-modal__input, .review-modal__textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--c-text);
  outline: none;
  transition: border-color 0.3s ease;
  appearance: none;
  box-sizing: border-box;
  outline: none !important;
}
.review-modal__input::placeholder, .review-modal__textarea::placeholder {
  color: #C5C5C5;
}
.review-modal__input:active, .review-modal__input:focus, .review-modal__textarea:active, .review-modal__textarea:focus {
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.review-modal__input.is-invalid, .review-modal__textarea.is-invalid {
  border-color: #d94f4f;
}
.review-modal__textarea {
  min-height: 130px;
  resize: vertical;
}
.review-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}
.review-modal__footer--end {
  justify-content: flex-end;
}
.review-modal__footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.review-modal__rating-badge {
  display: inline-flex;
  align-items: center;
  background: #fff8e6;
  border: 1px solid #fff8e6;
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge {
    gap: 0.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.1875rem , -0.0231481481rem  +  0.8641975309vw , 0.625rem )) {
    .review-modal__rating-badge {
      gap: clamp( 0.1875rem , -0.0231481481rem  +  0.8641975309vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.1875rem , -0.0231481481rem  +  0.8641975309vw , 0.625rem )) {
    .review-modal__rating-badge {
      gap: calc(0.1875rem + 0.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge {
    gap: 0.1875rem;
  }
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge {
    height: 3.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 2.125rem , 1.6435185185rem  +  1.975308642vw , 3.125rem )) {
    .review-modal__rating-badge {
      height: clamp( 2.125rem , 1.6435185185rem  +  1.975308642vw , 3.125rem );
    }
  }
  @supports not (height: clamp( 2.125rem , 1.6435185185rem  +  1.975308642vw , 3.125rem )) {
    .review-modal__rating-badge {
      height: calc(2.125rem + 1 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge {
    height: 2.125rem;
  }
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge {
    padding: 0.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem )) {
    .review-modal__rating-badge {
      padding: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem );
    }
  }
  @supports not (padding: clamp( 0.5rem , 0.3796296296rem  +  0.4938271605vw , 0.75rem )) {
    .review-modal__rating-badge {
      padding: calc(0.5rem + 0.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge {
    padding: 0.5rem;
  }
}
.review-modal__rating-badge {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
}
.review-modal__rating-badge:hover {
  border-color: var(--c-primary);
}
.review-modal__rating-badge.is-low-rating {
  background: #ffeaea;
  border-color: #ffeaea;
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge .review-modal__badge-star {
    width: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (width: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem )) {
    .review-modal__rating-badge .review-modal__badge-star {
      width: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem );
    }
  }
  @supports not (width: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem )) {
    .review-modal__rating-badge .review-modal__badge-star {
      width: calc(0.8125rem + 0.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge .review-modal__badge-star {
    width: 0.8125rem;
  }
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge .review-modal__badge-star {
    height: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (height: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem )) {
    .review-modal__rating-badge .review-modal__badge-star {
      height: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem );
    }
  }
  @supports not (height: clamp( 0.8125rem , 0.6018518519rem  +  0.8641975309vw , 1.25rem )) {
    .review-modal__rating-badge .review-modal__badge-star {
      height: calc(0.8125rem + 0.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge .review-modal__badge-star {
    height: 0.8125rem;
  }
}
.review-modal__rating-badge .review-modal__badge-star {
  display: block;
}
@media (min-width: 75.0625em) {
  .review-modal__rating-badge span {
    font-size: 1.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.0625rem , 0.8518518519rem  +  0.8641975309vw , 1.5rem )) {
    .review-modal__rating-badge span {
      font-size: clamp( 1.0625rem , 0.8518518519rem  +  0.8641975309vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.0625rem , 0.8518518519rem  +  0.8641975309vw , 1.5rem )) {
    .review-modal__rating-badge span {
      font-size: calc(1.0625rem + 0.4375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .review-modal__rating-badge span {
    font-size: 1.0625rem;
  }
}
.review-modal__rating-badge span {
  font-weight: 600;
  line-height: 1;
}
.review-modal__add-photo-footer {
  height: 36px;
  padding: 0 12px;
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.3s ease, color 0.3s ease;
  background: #F9F8F8;
}
.review-modal__add-photo-footer:hover {
  border-color: var(--c-text);
  color: var(--c-text);
}
.review-modal__add-photo-footer[hidden] {
  display: none;
}
.review-modal__photo-thumbs {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.review-modal__photo-thumbs img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.review-modal__photo-thumbs[hidden] {
  display: none;
}
.review-modal__btn {
  height: 44px;
  padding: 0 20px;
  background: var(--c-text);
  color: #fff;
  border: none;
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.review-modal__btn:hover {
  background: var(--c-primary);
}
.review-modal__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.review-modal__success-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--c-text-subtle);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .review-modal__dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
    padding-bottom: 80px;
  }
  .review-modal__stars {
    padding-top: 0px;
    padding-bottom: 32px;
    max-width: 342px;
  }
  .review-modal__footer--step1-mobile {
    margin-top: 16px;
  }
  .review-modal__footer--step1-mobile .review-modal__btn--step1 {
    width: 100%;
    height: 52px;
  }
  .review-modal__upload-hint {
    display: none;
  }
  .review-modal__photos {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .review-modal__photo-thumb {
    width: 99px;
    height: 99px;
  }
  .review-modal__photo-add-btn {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 769px) {
  .review-modal__footer--step1-mobile {
    display: none;
  }
  .review-modal__rating-badge--mob,
  .review-modal__footer-left--mob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .review-modal__rating-badge--desk,
  .review-modal__footer-left--desk {
    display: none;
  }
  .review-modal__footer--step2 .review-modal__btn,
  .review-modal__footer--step3 .review-modal__btn {
    width: 100%;
    height: 52px;
  }
  .review-modal__footer--step2,
  .review-modal__footer--step3 {
    display: block;
  }
  .review-modal__footer-left--mob {
    margin-bottom: 20px;
  }
}
.reply-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.reply-modal[hidden] {
  display: none;
}
.reply-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.reply-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 736px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}
@media (min-width: 75.0625em) {
  .reply-modal__dialog {
    padding: 3rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem )) {
    .reply-modal__dialog {
      padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem );
    }
  }
  @supports not (padding: clamp( 1rem , 0.037037037rem  +  3.950617284vw , 3rem )) {
    .reply-modal__dialog {
      padding: calc(1rem + 2 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .reply-modal__dialog {
    padding: 1rem;
  }
}
.reply-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.reply-modal__close:hover {
  opacity: 1;
}
.reply-modal__close img {
  width: 16px;
  height: 16px;
}
.reply-modal__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 24px;
  padding-right: 40px;
}
@media (min-width: 75.0625em) {
  .reply-modal__title {
    font-size: 1.6875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem )) {
    .reply-modal__title {
      font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.5023148148rem  +  0.2469135802vw , 1.6875rem )) {
    .reply-modal__title {
      font-size: calc(1.5625rem + 0.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .reply-modal__title {
    font-size: 1.5625rem;
  }
}
.reply-modal__textarea {
  width: 100%;
  min-height: 220px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: var(--font-primary);
  font-size: 15px;
  line-height: 24px;
  color: var(--c-text);
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.reply-modal__textarea::placeholder {
  color: #C5C5C5;
}
.reply-modal__textarea:focus {
  outline: none;
}
.reply-modal__textarea.is-invalid {
  border-color: #d94f4f;
}
.reply-modal__footer {
  margin-top: 22px;
}
.reply-modal__btn {
  width: 200px;
  height: 52px;
  background: var(--c-text);
  color: #fff;
  border: none;
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}
.reply-modal__btn:hover {
  background: var(--c-primary);
}
.reply-modal__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .reply-modal__dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
    padding-bottom: 40px;
  }
  .reply-modal__btn {
    width: 100%;
  }
}
.comment-reply-link {
  margin-left: auto;
  color: #C9A227;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (min-width: 75.0625em) {
  .pp-review-reply {
    margin-left: 3.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-left: clamp( 1.25rem , 0.0462962963rem  +  4.9382716049vw , 3.75rem )) {
    .pp-review-reply {
      margin-left: clamp( 1.25rem , 0.0462962963rem  +  4.9382716049vw , 3.75rem );
    }
  }
  @supports not (margin-left: clamp( 1.25rem , 0.0462962963rem  +  4.9382716049vw , 3.75rem )) {
    .pp-review-reply {
      margin-left: calc(1.25rem + 2.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .pp-review-reply {
    margin-left: 1.25rem;
  }
}
.pp-reviews__list .pp-review__photos {
  gap: 8px;
  margin-bottom: 8px;
}
.pp-reviews__list .pp-review__photos img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}
.pp-similar .fp-popular__heading--reverse .g-title {
  margin-left: auto;
}
.pp-similar .fp-popular__deco--reverse .fp-popular__logo {
  left: auto;
  right: 32%;
  transform: translateX(50%);
}
.pp-similar .fp-popular__deco--reverse .fp-popular__line {
  right: auto;
  left: 0;
  transform-origin: right center;
}
.pp-similar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 18px;
  margin-top: 42px;
}
@media screen and (max-width: 1023.98px) {
  .pp-similar__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .pp-similar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 14px;
  }
}
@media screen and (max-width: 500px) {
  .pp-similar__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 14px;
  }
}
.pp-similar .fp-popular__card,
.pp-similar .fp-popular__card-img {
  width: 100%;
}
.pp-similar .fp-popular__card-img {
  height: auto;
  aspect-ratio: 365/459;
}
.pp-similar__footer {
  margin-top: 40px;
}
@media screen and (max-width: 1023.98px) {
  .pp-similar__footer {
    margin-top: 45px;
  }
}
.footer {
  background: #1A1A1A;
}
@media (min-width: 75.0625em) {
  .footer__inner {
    padding-top: 5.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 3.125rem , 1.9212962963rem  +  4.9382716049vw , 5.625rem )) {
    .footer__inner {
      padding-top: clamp( 3.125rem , 1.9212962963rem  +  4.9382716049vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 1.9212962963rem  +  4.9382716049vw , 5.625rem )) {
    .footer__inner {
      padding-top: calc(3.125rem + 2.5 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__inner {
    padding-top: 3.125rem;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 75.0625em) {
  .footer__top {
    gap: 1.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.5625rem , 1.5625rem  +  0vw , 1.5625rem )) {
    .footer__top {
      gap: clamp( 1.5625rem , 1.5625rem  +  0vw , 1.5625rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.5625rem  +  0vw , 1.5625rem )) {
    .footer__top {
      gap: calc(1.5625rem + 0 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__top {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 992px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__tagline {
  display: none;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__tagline {
    display: block;
  }
}
@media (min-width: 75.0625em) {
  .footer__payments {
    margin-bottom: 5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 1.25rem , -0.5555555556rem  +  7.4074074074vw , 5rem )) {
    .footer__payments {
      margin-bottom: clamp( 1.25rem , -0.5555555556rem  +  7.4074074074vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , -0.5555555556rem  +  7.4074074074vw , 5rem )) {
    .footer__payments {
      margin-bottom: calc(1.25rem + 3.75 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__payments {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__payments {
    display: flex;
    justify-content: center;
  }
}
.footer__contacts {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 75.0625em) {
  .footer__contacts {
    gap: 1rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.9375rem , 0.9074074074rem  +  0.1234567901vw , 1rem )) {
    .footer__contacts {
      gap: clamp( 0.9375rem , 0.9074074074rem  +  0.1234567901vw , 1rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.9074074074rem  +  0.1234567901vw , 1rem )) {
    .footer__contacts {
      gap: calc(0.9375rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__contacts {
    gap: 0.9375rem;
  }
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 75.0625em) {
  .footer__contacts-item {
    gap: 1.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.625rem , 0.3240740741rem  +  1.2345679012vw , 1.25rem )) {
    .footer__contacts-item {
      gap: clamp( 0.625rem , 0.3240740741rem  +  1.2345679012vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.3240740741rem  +  1.2345679012vw , 1.25rem )) {
    .footer__contacts-item {
      gap: calc(0.625rem + 0.625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__contacts-item {
    gap: 0.625rem;
  }
}
.footer__contacts-item {
  transition-duration: 0.2s;
}
.footer__contacts-item:hover {
  color: #fff;
}
.footer__contacts {
  color: #7F7F7F;
}
@media (min-width: 75.0625em) {
  .footer__contacts {
    font-size: 0.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem )) {
    .footer__contacts {
      font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8449074074rem  +  0.1234567901vw , 0.9375rem )) {
    .footer__contacts {
      font-size: calc(0.875rem + 0.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__contacts {
    font-size: 0.875rem;
  }
}
.footer__contacts a {
  color: inherit;
  font-size: inherit;
}
.footer__nav {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 75.0625em) {
  .footer__nav {
    padding-top: 0rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-top: clamp( 1.875rem , 2.7777777778rem  +  -3.7037037037vw , 0rem )) {
    .footer__nav {
      padding-top: clamp( 1.875rem , 2.7777777778rem  +  -3.7037037037vw , 0rem );
    }
  }
  @supports not (padding-top: clamp( 1.875rem , 2.7777777778rem  +  -3.7037037037vw , 0rem )) {
    .footer__nav {
      padding-top: calc(1.875rem + -1.875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__nav {
    padding-top: 1.875rem;
  }
}
@media (min-width: 75.0625em) {
  .footer__nav {
    gap: 5.9375rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 1.875rem , -0.0810185185rem  +  8.024691358vw , 5.9375rem )) {
    .footer__nav {
      gap: clamp( 1.875rem , -0.0810185185rem  +  8.024691358vw , 5.9375rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , -0.0810185185rem  +  8.024691358vw , 5.9375rem )) {
    .footer__nav {
      gap: calc(1.875rem + 4.0625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__nav {
    gap: 1.875rem;
  }
}
.footer__nav {
  display: flex;
}
@media screen and (max-width: 992px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding-left: 30px;
  }
  .footer__nav::before {
    content: "";
    display: block;
    height: 1px;
    width: 200%;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__nav-col {
  min-width: 110px;
}
.footer__nav-col li {
  margin-bottom: 15px;
}
.footer__nav-col li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__nav-col li span {
  filter: brightness(100);
}
.footer__nav-col li span img {
  display: block;
  height: 16px;
}
.footer__nav-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 16px;
}
.footer__nav a {
  color: #fff;
  opacity: 0.5;
  font-size: 13px;
  transition-duration: 0.2s;
}
.footer__nav a:hover {
  opacity: 1;
}
@media (min-width: 75.0625em) {
  .footer__watermark {
    margin-top: 11.25rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-top: clamp( 3.125rem , -0.787037037rem  +  16.049382716vw , 11.25rem )) {
    .footer__watermark {
      margin-top: clamp( 3.125rem , -0.787037037rem  +  16.049382716vw , 11.25rem );
    }
  }
  @supports not (margin-top: clamp( 3.125rem , -0.787037037rem  +  16.049382716vw , 11.25rem )) {
    .footer__watermark {
      margin-top: calc(3.125rem + 8.125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__watermark {
    margin-top: 3.125rem;
  }
}
@media (min-width: 75.0625em) {
  .footer__watermark {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-bottom: clamp( 3.125rem , 2.0717592593rem  +  4.3209876543vw , 5.3125rem )) {
    .footer__watermark {
      margin-bottom: clamp( 3.125rem , 2.0717592593rem  +  4.3209876543vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.0717592593rem  +  4.3209876543vw , 5.3125rem )) {
    .footer__watermark {
      margin-bottom: calc(3.125rem + 2.1875 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__watermark {
    margin-bottom: 3.125rem;
  }
}
.footer__watermark {
  position: relative;
}
.footer__watermark img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.footer__watermark img:nth-child(2) {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 0;
  pointer-events: none;
}
.footer__watermark img:first-child {
  position: relative;
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle at var(--wmx, -9999px) var(--wmy, -9999px), transparent 150px, black 150px);
  mask-image: radial-gradient(circle at var(--wmx, -9999px) var(--wmy, -9999px), transparent 150px, black 150px);
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
}
@media (min-width: 75.0625em) {
  .footer__bottom {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 0.9375rem , 0.6365740741rem  +  1.2345679012vw , 1.5625rem )) {
    .footer__bottom {
      padding-bottom: clamp( 0.9375rem , 0.6365740741rem  +  1.2345679012vw , 1.5625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.9375rem , 0.6365740741rem  +  1.2345679012vw , 1.5625rem )) {
    .footer__bottom {
      padding-bottom: calc(0.9375rem + 0.625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__bottom {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 75.0625em) {
  .footer__bottom {
    gap: 1.5625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem )) {
    .footer__bottom {
      gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem );
    }
  }
  @supports not (gap: clamp( 0.75rem , 0.3587962963rem  +  1.6049382716vw , 1.5625rem )) {
    .footer__bottom {
      gap: calc(0.75rem + 0.8125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .footer__bottom {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .footer__bottom {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 850px) {
  .header__icons .lang-switcher {
    display: none;
  }
}
.lang-switcher {
  padding-right: 10px;
}
.lang-switcher ul {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang-switcher ul li {
  display: flex;
  align-items: center;
}
.lang-switcher ul li a {
  font-family: var(--font-primary);
  font-weight: 300;
}
@media (min-width: 75.0625em) {
  .lang-switcher ul li a {
    font-size: 1.1875rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 0.875rem , 0.724537037rem  +  0.6172839506vw , 1.1875rem )) {
    .lang-switcher ul li a {
      font-size: clamp( 0.875rem , 0.724537037rem  +  0.6172839506vw , 1.1875rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.724537037rem  +  0.6172839506vw , 1.1875rem )) {
    .lang-switcher ul li a {
      font-size: calc(0.875rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .lang-switcher ul li a {
    font-size: 0.875rem;
  }
}
.lang-switcher ul li a {
  line-height: 125%;
  text-decoration: none;
  color: #4e4e4e;
  white-space: nowrap;
  transition-duration: 0.2s;
}
.lang-switcher ul li a:hover {
  color: var(--c-primary);
}
.lang-switcher ul li.current-lang a {
  font-weight: 400;
  color: var(--c-primary);
}
.lang-switcher ul li + li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: rgba(201, 162, 39, 0.3);
}
@media (min-width: 75.0625em) {
  .lang-switcher ul li + li::before {
    margin-right: 0.8125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-right: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem )) {
    .lang-switcher ul li + li::before {
      margin-right: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem );
    }
  }
  @supports not (margin-right: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem )) {
    .lang-switcher ul li + li::before {
      margin-right: calc(0.5rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .lang-switcher ul li + li::before {
    margin-right: 0.5rem;
  }
}
@media (min-width: 75.0625em) {
  .lang-switcher ul li + li::before {
    margin-left: 0.8125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (margin-left: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem )) {
    .lang-switcher ul li + li::before {
      margin-left: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem );
    }
  }
  @supports not (margin-left: clamp( 0.5rem , 0.349537037rem  +  0.6172839506vw , 0.8125rem )) {
    .lang-switcher ul li + li::before {
      margin-left: calc(0.5rem + 0.3125 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .lang-switcher ul li + li::before {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .lang-switcher ul li + li::before {
    width: 1px;
  }
}
.lang-switcher--mobile {
  margin-left: auto;
  font-size: 16px;
}
.lang-switcher--mobile a {
  font-size: 16px !important;
}
.breadcrumbs {
  padding: 17px 0;
  font-size: 12px;
  line-height: 18px;
  color: #4a5565;
  padding-top: 18px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-bottom: 20px;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs--center ul {
  justify-content: center;
}
.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #4a5565;
}
.breadcrumbs__item--current {
  color: var(--c-text);
}
.breadcrumbs__sep {
  color: #c3c8d0;
}
.breadcrumbs__link {
  color: #99a1af;
  transition: color 0.3s ease;
}
.breadcrumbs__link:hover {
  color: #c9a227;
}
@media screen and (max-width: 1023.98px) {
  .breadcrumbs--legal-page {
    padding: 22px 0 46px;
  }
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs--inner-page {
    padding: 22px 0 20px;
  }
  .breadcrumbs--article-page {
    padding: 22px 0 34px;
  }
  .breadcrumbs--legal-page {
    padding-bottom: 36px;
  }
  .breadcrumbs--error-page {
    padding-top: 18px;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
.page-decor {
  display: flex;
  align-items: center;
}
.page-decor::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 39, 0.8);
}
.page-decor img {
  width: 229px;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 1023.98px) {
  .page-decor {
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .page-decor {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
  }
  .page-decor img {
    width: 160px;
  }
  .page-decor::after {
    content: "";
    height: 0.6px;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.lightbox__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 120px);
  max-height: calc(100dvh - 48px);
}
@media screen and (max-width: 600px) {
  .lightbox__stage {
    max-width: calc(100vw - 24px);
  }
}
.lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  transition: opacity 0.15s ease;
}
.lightbox__img--fade {
  opacity: 0;
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.lightbox__arrow:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lightbox__arrow--prev {
  left: 16px;
}
.lightbox__arrow--next {
  right: 16px;
}
.lightbox__arrow[hidden] {
  display: none;
}
@media screen and (max-width: 600px) {
  .lightbox__arrow {
    top: auto;
    bottom: 16px;
    transform: none;
  }
  .lightbox__arrow--prev {
    left: calc(50% - 52px);
  }
  .lightbox__arrow--next {
    right: calc(50% - 52px);
  }
}
.pp-feedback-widget {
  position: fixed;
  bottom: 53px;
  right: 70px;
  z-index: 900;
  display: block;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.pp-feedback-widget:hover {
  opacity: 0.7;
}
.pp-feedback-widget--hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .pp-feedback-widget {
    display: none;
  }
}
/*
Theme Name: galleria

WooCommerce styles override
*/
.woocommerce-main {
  padding: 48px 0 120px;
}
.woocommerce-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.woocommerce-layout__content {
  min-width: 0;
}
.woocommerce-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}
.woocommerce-sidebar__widget,
.woocommerce-sidebar .widget {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}
.woocommerce-sidebar__title,
.woocommerce-sidebar .widget-title {
  margin: 0 0 18px;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-text);
}
.woocommerce-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-sidebar li + li {
  margin-top: 10px;
}
.woocommerce-sidebar a {
  color: var(--c-text);
  text-decoration: none;
  transition: color 0.3s ease;
}
.woocommerce-sidebar a:hover {
  color: #c9a227;
}
.shop-page {
  padding-bottom: 230px;
}
.shop-catalog {
  padding: 48px 0 160px;
}
.shop-catalog__head {
  margin-bottom: 12px;
}
.shop-catalog__heading {
  margin-bottom: 52px;
}
.shop-catalog__heading .g-title {
  letter-spacing: 2px;
}
.shop-catalog__heading h1 {
  margin: 0;
}
.shop-catalog__deco {
  position: relative;
  flex: 1;
  height: 61px;
  display: flex;
  align-items: center;
  min-width: 180px;
}
.shop-catalog__deco img {
  position: absolute;
  left: 32%;
  top: -15px;
  transform: translateX(-50%);
  width: 229px;
  height: 95px;
  object-fit: contain;
  z-index: 1;
}
.shop-catalog__deco span {
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  width: calc(68% - 115px);
  height: 1px;
  background: #c9a227;
  opacity: 0.8;
}
.shop-catalog__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: start;
  justify-content: space-between;
}
.shop-catalog__layout .woo-filter-sidebar {
  grid-column: 1;
  grid-row: 1/-1;
  max-height: none !important;
}
.shop-catalog__layout .waf-view-toggle--desktop,
.shop-catalog__layout .shop-catalog__content {
  grid-column: 2;
}
.shop-catalog__layout--no-sidebar {
  grid-template-columns: 1fr;
}
.shop-catalog__layout--no-sidebar .shop-catalog__content {
  grid-column: 1;
}
.shop-catalog__content {
  min-width: 0;
}
.shop-catalog__sample-banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 1.6875rem;
  padding: 1rem;
  background: linear-gradient(90deg, #FDF8EC 0%, #FCF7E9 14.29%, #FCF6E5 28.57%, #FBF5E2 42.86%, #FBF3DE 57.14%, #FAF2DB 71.43%, #FAF1D7 85.71%, #F9F0D4 100%);
}
.shop-catalog__sample-icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #c9a227;
}
.shop-catalog__sample-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.shop-catalog__sample-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  font-family: "Josefin Sans", sans-serif;
}
.shop-catalog__sample-copy strong {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}
.shop-catalog__sample-copy span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
.shop-catalog__toolbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #686868;
}
@media screen and (max-width: 768px) {
  .shop-catalog__toolbar {
    margin-bottom: 8px;
  }
}
.woocommerce-ordering.is-open .shop-ordering__trigger {
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
.woocommerce-ordering.is-open .shop-ordering__list {
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  border: 1px solid #1a1a1a;
  border-top: 0;
}
.shop-catalog__toolbar .woocommerce-result-count {
  margin: 0;
}
.shop-catalog__toolbar .woocommerce-ordering {
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: stretch;
  width: 12.375rem;
  height: 2.25rem;
  box-sizing: border-box;
  isolation: isolate;
}
.shop-ordering__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border: 1px solid #1a1a1a;
  background: #fff;
  font-family: "Manrope", var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  cursor: pointer;
  white-space: nowrap;
}
.shop-ordering__trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.shop-ordering.is-open .shop-ordering__trigger svg {
  transform: rotate(180deg);
}
.shop-ordering__list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  display: none;
  z-index: 200;
}
.shop-ordering.is-open .shop-ordering__list {
  display: block;
}
.shop-ordering__item a {
  display: block;
  padding: 0.5625rem 1.25rem;
  font-family: "Manrope", var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
}
.shop-ordering__item a:hover {
  background: #f0f0f0;
}
.shop-ordering__item.is-active a {
  background: #ebebeb;
}
.shop-catalog__toolbar .orderby::-ms-expand {
  display: none;
}
.shop-catalog__toolbar .orderby option {
  min-height: 1.1875rem;
  background: #fff;
  color: #1a1a1a;
}
.shop-catalog__toolbar .orderby option:checked {
  background: #d9d9d9;
}
.shop-page__sections {
  display: flex;
  flex-direction: column;
  gap: 180px;
}
.shop-page__sections .fp-popular__slider-wrap {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .shop-page__sections .fp-popular__slider-wrap {
    margin-bottom: 26px;
  }
}
.shop-page__sections .seo-text {
  margin-top: 20px;
}
.shop-products-section .fp-popular__card {
  color: inherit;
  text-decoration: none;
}
.shop-products-section .fp-popular__card-price {
  display: flex;
  justify-content: center;
}
.shop-products-section .fp-popular__card-price ins {
  color: #c9a227;
  text-decoration: none;
}
.shop-products-section .fp-popular__card-price del {
  position: relative;
  color: rgba(70, 70, 70, 0.75);
  text-decoration: none;
}
.shop-products-section .fp-popular__card-price del::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 43%;
  height: 1px;
  background: #1a1a1a;
  transform: rotate(9deg);
  opacity: 0.8;
}
.shop-products-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 86px 20px;
  margin-top: 42px;
  margin-bottom: 80px;
}
.shop-products-section__grid .fp-popular__card,
.shop-products-section__grid .fp-popular__card-img {
  width: 100%;
}
.shop-products-section__grid .fp-popular__card-img {
  aspect-ratio: 365/459;
  height: auto;
}
@media screen and (max-width: 1023.98px) {
  .woocommerce-layout {
    grid-template-columns: 1fr;
  }
  .woocommerce-sidebar {
    position: static;
  }
  .shop-catalog__layout {
    grid-template-columns: 1fr;
  }
  .shop-catalog__layout .woocommerce-sidebar {
    order: -1;
  }
}
@media screen and (max-width: 767.98px) {
  .woocommerce-main {
    padding: 32px 0 80px;
  }
  .shop-page {
    padding-bottom: 120px;
  }
  .shop-catalog {
    padding: 32px 0 100px;
  }
  .shop-catalog__heading {
    margin-bottom: 17px;
  }
  .shop-catalog__deco img {
    width: 140px;
    height: auto;
    left: 45%;
    top: -5px;
  }
  .shop-catalog__deco span {
    width: 42%;
  }
  .shop-catalog__sample-banner {
    align-items: flex-start;
    min-height: 0;
    margin-bottom: 1.375rem;
  }
  .shop-catalog__toolbar .orderby {
    width: 100%;
  }
  .shop-page__sections {
    gap: 110px;
  }
  .shop-products-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 550px) {
  .shop-catalog__heading {
    margin-bottom: 10px;
  }
  .shop-catalog__sample-banner {
    align-items: center;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .shop-catalog__sample-copy span {
    max-width: 270px;
    letter-spacing: 0.2px;
  }
  ul.products li.product .woocommerce-loop-product__title,
  .shop-product-card__title,
  .fp-popular__card-name {
    max-width: 350px !important;
    font-size: 17px;
  }
}
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
  gap: 60px 20px;
}
ul.products.columns-4 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: start;
  gap: 60px 20px;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin: 0;
  float: none;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
ul.products li.product .product-card__media {
  margin-bottom: 12px;
}
ul.products li.product .shop-product-card__brand + .shop-product-card__title {
  margin-top: 7px;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  color: inherit;
  text-decoration: none;
  min-height: 52px;
}
@media screen and (max-width: 500px) {
  ul.products li.product a {
    min-height: 43px;
  }
}
.product-card {
  position: relative;
  text-align: center;
}
.product-card__media,
.shop-product-card__media {
  position: relative;
  width: 100%;
  height: 459px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__gallery {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
ul.products li.product .product-card__gallery {
  display: block;
  gap: 0;
}
@media screen and (max-width: 768px) {
  ul.products li.product .product-card__gallery {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
ul.products li.product .product-card__actions {
  align-items: center;
}
ul.products li.product .product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
}
ul.products li.product .product-card__set,
ul.products li.product .product-card__choose,
ul.products li.product .product-card__add-to-cart {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-card__media .product-card__image,
.shop-product-card__media .product-card__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(63.3%, 231px);
  height: min(63.3%, 231px);
  object-fit: contain;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
@media screen and (max-width: 768px) {
  .product-card__media .product-card__image,
  .shop-product-card__media .product-card__image {
    width: min(70%, 250px) !important;
    height: min(70%, 250px) !important;
    transform: translate(-50%, -60%) scale(0.96) !important;
  }
}
.product-card__media .product-card__image.is-active,
.shop-product-card__media .product-card__image.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.product-card__badges,
.shop-product-card__badges {
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
.product-card__badge,
.shop-product-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  box-sizing: border-box;
  height: 30px;
  padding: 0 10px;
  background: #c9a227;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.product-card__badge--stock {
  display: none;
  background: #1a1a1a;
}
.product-card__badge--new,
.shop-product-card__badge--new {
  background: #1a1a1a;
  width: 57px;
}
.product-card__stock-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 34px;
  padding: 7px 18px 5px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  transform: translate(-50%, -50%);
}
.product-card.is-out-of-stock .product-card__gallery,
ul.products li.product.outofstock .product-card__gallery {
  opacity: 0.55;
}
.product-card__dots {
  position: absolute;
  left: 50%;
  bottom: 138px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.82);
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.product-card__dots span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(26, 26, 26, 0.22);
  cursor: pointer;
  transition: background 0.28s ease;
}
.product-card__dots span.is-active {
  background: #c9a227;
}
.product-card__actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.28s ease;
}
.product-card__action,
ul.products li.product .product-card__action.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px 10px;
  border: 0;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.28s ease, color 0.28s ease;
}
.product-card__action--details {
  min-width: 104px;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1a1a;
}
.product-card__action.is-disabled {
  background: #b7b7b7;
  cursor: not-allowed;
}
.product-card__strength {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 10px 14px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2;
  color: #8B8B8B;
}
.product-card__strength div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card__strength i {
  display: block;
  width: 9px;
  height: 9px;
  border: 1.5px solid #c9a227;
  border-radius: 50%;
  background: #c9a227;
}
.product-card__strength i.is-empty {
  background: #fff;
}
.product-card__set,
ul.products li.product .product-card__set.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 12px 16px 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(220, 220, 220, 0.86));
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
  color: #989898;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.28s ease, opacity 0.28s ease;
}
.product-card__actions {
  grid-template-columns: 1fr;
  align-content: end;
}
.product-card__media.is-choosing-volume .product-card__actions {
  opacity: 1;
  transform: translateY(0);
}
.product-card__set:disabled,
.product-card__set--disabled {
  color: #b8b8b8;
  cursor: not-allowed;
}
.product-card__set.is-loading {
  opacity: 0.62;
  pointer-events: none;
}
.product-card__set-mobile-icon {
  display: none;
}
.product-card__media--simple .product-card__choose {
  display: none;
}
.product-card__media--simple .product-card__set,
ul.products li.product .product-card__media--simple .product-card__set.button {
  gap: 18px;
  min-height: 50px;
  background: #1a1a1a;
  border-color: #1a1a1a;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
.added_to_cart {
  display: none !important;
}
.product-card__media--simple .product-card__set::before,
ul.products li.product .product-card__media--simple .product-card__set.button::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6072 15.6072C16.1591 15.6072 16.6884 15.8264 17.0786 16.2167C17.4689 16.6069 17.6881 17.1362 17.6881 17.6881C17.6881 18.24 17.4689 18.7693 17.0786 19.1596C16.6884 19.5498 16.1591 19.7691 15.6072 19.7691C15.0553 19.7691 14.526 19.5498 14.1357 19.1596C13.7455 18.7693 13.5262 18.24 13.5262 17.6881C13.5262 17.1362 13.7455 16.6069 14.1357 16.2167C14.526 15.8264 15.0553 15.6072 15.6072 15.6072ZM6.24287 15.6072C6.79477 15.6072 7.32407 15.8264 7.71432 16.2167C8.10458 16.6069 8.32382 17.1362 8.32382 17.6881C8.32382 18.24 8.10458 18.7693 7.71432 19.1596C7.32407 19.5498 6.79477 19.7691 6.24287 19.7691C5.69096 19.7691 5.16166 19.5498 4.77141 19.1596C4.38115 18.7693 4.16191 18.24 4.16191 17.6881C4.16191 17.1362 4.38115 16.6069 4.77141 16.2167C5.16166 15.8264 5.69096 15.6072 6.24287 15.6072ZM17.6881 3.12143H3.40236L6.05558 9.3643H14.5667C14.91 9.3643 15.2118 9.19782 15.3991 8.94811L18.5205 4.7862C18.6558 4.60932 18.7286 4.39082 18.7286 4.16191C18.7286 3.88596 18.619 3.62131 18.4239 3.42618C18.2287 3.23106 17.9641 3.12143 17.6881 3.12143ZM14.5667 10.4048H6.1076L5.30644 12.0279L5.20239 12.4857C5.20239 12.7617 5.31201 13.0263 5.50714 13.2215C5.70227 13.4166 5.96692 13.5262 6.24287 13.5262H17.6881V14.5667H6.24287C5.69096 14.5667 5.16166 14.3474 4.77141 13.9572C4.38115 13.5669 4.16191 13.0376 4.16191 12.4857C4.1616 12.1327 4.25112 11.7854 4.42203 11.4765L5.17118 9.94697L1.39424 1.04048H0V0H2.08096L2.96536 2.08096H17.6881C18.24 2.08096 18.7693 2.3002 19.1596 2.69045C19.5498 3.08071 19.7691 3.61001 19.7691 4.16191C19.7691 4.68215 19.5922 5.11915 19.3009 5.47291L16.2731 9.52037C15.8985 10.051 15.2742 10.4048 14.5667 10.4048Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
}
.product-card__media.is-choosing-volume .product-card__strength {
  display: none;
}
.product-card__media.is-choosing-volume [data-card-add-set] {
  display: none;
}
.product-card__media.is-choosing-volume.is-volume-selected [data-card-volume-toggle] {
  display: none;
}
.product-card__add-to-cart {
  display: none;
}
.product-card__media.is-choosing-volume.is-volume-selected .product-card__add-to-cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  width: 100%;
  padding: 12px 18px 10px;
  border: 0;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.product-card__add-to-cart.is-loading {
  opacity: 0.62;
  pointer-events: none;
}
.product-card__add-to-cart,
.product-card__choose,
ul.products li.product .product-card__choose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  width: 100%;
  padding: 12px 18px 10px;
  border: 0;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.product-card__choose:not([data-card-volume-toggle]) {
  display: none;
}
.product-card__cart-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: currentColor;
}
.product-card__volume-panel {
  position: absolute;
  bottom: 50px;
  height: auto;
  z-index: 6;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  padding: 56px 25px 60px;
  background: #F7F7F7;
  box-sizing: border-box;
}
.product-card__volume-panel:not([hidden]) {
  display: flex;
}
.product-card__volume-panel p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.116px;
  /* 163.224% */
  letter-spacing: 0.348px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.product-card__volume-close {
  position: absolute;
  right: 26px;
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
  color: #5E5E5E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 17.5px */
}
.product-card__volume-close span {
  position: relative;
  width: 18px;
  height: 18px;
}
.product-card__volume-close span::before,
.product-card__volume-close span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}
.product-card__volume-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-card__volume-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-card__volumes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 7px;
}
.product-card__volume {
  border: 0.963px solid rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 35px;
  background: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.411px;
}
.product-card__volume.is-active {
  border-color: #1a1a1a;
  background: transparent;
  color: #1a1a1a;
}
.product-card__volume--full {
  grid-column: 1/-1;
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  .product-card__media:hover .product-card__actions,
  .product-card__media:focus-within .product-card__actions,
  .product-card__media:hover .product-card__dots,
  .product-card__media:focus-within .product-card__dots {
    opacity: 1;
    transform: translateY(0);
  }
  .product-card__media:hover .product-card__gallery img,
  .shop-product-card__media:hover .product-card__gallery img {
    transform: translate(-50%, -60%) scale(1);
  }
  .product-card__media:hover .product-card__dots,
  .product-card__media:focus-within .product-card__dots {
    transform: translate(-50%, 0);
  }
  .product-card__action:hover {
    background: #c9a227;
    color: #fff;
  }
  .product-card__action--details:hover {
    background: #1a1a1a;
  }
}
.shop-product-card__brand {
  display: block;
  margin-top: 0;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  color: #c9a227;
}
ul.products li.product .woocommerce-loop-product__title,
.shop-product-card__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.shop-product-card__title a {
  display: inline;
  color: inherit;
  text-decoration: none;
}
.fp-popular__card {
  color: inherit;
  text-decoration: none;
}
.fp-popular__card-name {
  color: #1a1a1a;
  text-decoration: none;
}
.fp-popular__card-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-popular__card-price ins {
  color: #c9a227;
  text-decoration: none;
}
.fp-popular__card-price del {
  position: relative;
  color: rgba(70, 70, 70, 0.75);
  text-decoration: none;
}
.fp-popular__card-price del::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 43%;
  height: 1px;
  background: #1a1a1a;
  transform: rotate(9deg);
  opacity: 0.8;
}
.shop-product-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .shop-product-card__rating {
    margin-top: 7px;
  }
}
.shop-product-card__stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop-product-card__stars img {
  width: 14px;
  height: 14px;
}
.shop-product-card__star--empty {
  opacity: 0.25;
}
.shop-product-card__rating-count {
  font-size: 16px;
  line-height: 18px;
  color: #737373;
}
ul.products li.product .price,
.shop-product-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
}
.shop-product-card__price ins {
  color: #c9a227;
  text-decoration: none;
}
.shop-product-card__price del {
  position: relative;
  color: rgba(70, 70, 70, 0.75);
  text-decoration: none;
}
.shop-product-card__price del::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 43%;
  height: 1px;
  background: #1a1a1a;
  transform: rotate(9deg);
  opacity: 0.8;
}
.woocommerce-pagination {
  font-weight: bold;
  margin-top: 54px;
  font-size: 16px;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
.woocommerce-pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
}
.woocommerce-pagination .current {
  background: #1a1a1a;
  color: #fff;
}
.shop-catalog__bottom-result-count {
  margin: 18px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #686868;
}
.shop-load-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.shop-load-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  padding: 14px 32px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.shop-load-more__button:hover {
  background: #fff;
  color: #1a1a1a;
}
.shop-load-more__button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.shop-load-more__loading {
  display: none;
}
.shop-load-more__button.is-loading .shop-load-more__text {
  display: none;
}
.shop-load-more__button.is-loading .shop-load-more__loading {
  display: inline;
}
.shop-load-more__button.is-error {
  border-color: #c9a227;
}
.woocommerce-no-products-found {
  padding: 48px;
  background: #f9f9f9;
  text-align: center;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    float: left;
    width: auto;
    margin-right: 0;
  }
  ul.products li.product.first {
    clear: none;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: auto;
  }
  ul.products.columns-2 li.product {
    width: auto;
  }
  ul.products.columns-3 li.product {
    width: auto;
  }
  ul.products.columns-4 li.product {
    width: auto;
  }
  ul.products.columns-5 li.product {
    width: auto;
  }
  ul.products.columns-6 li.product {
    width: auto;
  }
}
@media screen and (max-width: 1519.98px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-product-card__media {
    width: 100%;
    aspect-ratio: 365/459;
    height: auto;
  }
  .product-card__media {
    width: 100%;
    aspect-ratio: 365/459;
    height: auto;
  }
}
@media screen and (max-width: 1199.98px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-product-card__media {
    width: 100%;
    aspect-ratio: 365/459;
    height: auto;
  }
  .product-card__media {
    width: 100%;
    aspect-ratio: 365/459;
    height: auto;
  }
  .shop-products-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1070px) {
  .shop-catalog__layout {
    grid-template-columns: 1fr;
    gap: 0;
    display: block;
  }
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .product-card__actions {
    grid-template-columns: 1fr;
    opacity: 1;
    transform: none;
  }
  ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-card__action,
  ul.products li.product .product-card__action.button,
  .product-card__set,
  .product-card__choose,
  .product-card__add-to-cart,
  ul.products li.product .product-card__set.button,
  ul.products li.product .product-card__choose {
    min-height: 42px;
    padding: 10px 8px 8px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .product-card__strength {
    padding: 0 16px 14px;
    font-size: 13px;
  }
  .product-card__strength div {
    gap: 6px;
  }
  .product-card__strength i {
    width: 10px;
    height: 10px;
  }
  .product-card__volume-panel {
    bottom: 84px;
    padding: 14px;
  }
  .product-card__dots {
    bottom: 150px;
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .product-card__stock-overlay {
    min-width: 150px;
    min-height: 30px;
    font-size: 10px;
  }
  ul.products li.product .woocommerce-loop-product__title,
  .shop-product-card__title,
  .fp-popular__card-name {
    font-size: 15px;
    line-height: 21px;
  }
  ul.products li.product .price,
  .shop-product-card__price,
  .fp-popular__card-price {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 574px) {
  ul.products {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
  .shop-products-section__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
.mini-cart-open {
  overflow: hidden;
}
.g-mini-cart {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.28s;
}
.g-mini-cart.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.g-mini-cart__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.28);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.g-mini-cart.is-open .g-mini-cart__overlay {
  opacity: 1;
}
.g-mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(100vw, 29rem);
  height: 100%;
  background: #fff;
  box-shadow: -1.125rem 0 2.5rem rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.g-mini-cart.is-open .g-mini-cart__panel {
  transform: translateX(0);
}
.g-mini-cart__content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.g-mini-cart__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  min-height: 4.75rem;
  padding: 1.1875rem 0.9375rem 1.1875rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.g-mini-cart__title {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.g-mini-cart__close {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5e5e5e;
  cursor: pointer;
}
.g-mini-cart__close::before,
.g-mini-cart__close::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 50%;
  height: 1px;
  background: currentColor;
}
.g-mini-cart__close::before {
  transform: rotate(45deg);
}
.g-mini-cart__close::after {
  transform: rotate(-45deg);
}
.g-mini-cart__list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 3.125rem 1.5rem 1.5rem;
  list-style: none;
  overflow-y: auto;
}
.g-mini-cart-item {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0.4375rem;
  padding: 1.375rem 0 1.4375rem;
  border-top: 1px solid #efefef;
}
.g-mini-cart-item:last-child {
  border-bottom: 1px solid #efefef;
}
.g-mini-cart-set {
  padding: 0.875rem 0.75rem 0.75rem;
  border-top: 1px solid #efefef;
  background: #fbfaf7;
  box-shadow: inset 0.1875rem 0 0 #c9a227;
}
.g-mini-cart-set:last-child {
  border-bottom: 1px solid #efefef;
}
.g-mini-cart-set__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
.g-mini-cart-set__label {
  display: inline-flex;
  margin-bottom: 0.1875rem;
  font-size: 0.5625rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a227;
}
.g-mini-cart-set__title {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #303030;
}
.g-mini-cart-set__side {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.g-mini-cart-set__price {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #303030;
  white-space: nowrap;
}
.g-mini-cart-set__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4375rem;
}
.g-mini-cart-set__edit,
.g-mini-cart-set__remove {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 0.625rem;
  line-height: 1.2;
  color: #808080;
  text-decoration: underline;
  cursor: pointer;
}
.g-mini-cart-set__edit {
  color: #1a1a1a;
}
.g-mini-cart-set__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.5625rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}
.g-mini-cart-set__toggle i {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.125rem) rotate(45deg);
  transition: transform 0.2s ease;
}
.g-mini-cart-set__toggle[aria-expanded=true] i {
  transform: translateY(0.125rem) rotate(-135deg);
}
.g-mini-cart-set__items {
  display: grid;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-mini-cart-set__items[hidden] {
  display: none;
}
.g-mini-cart-set__item {
  display: grid;
  grid-template-columns: 2.125rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
  padding: 0.375rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.g-mini-cart-set__thumb a,
.g-mini-cart-set__thumb img {
  display: block;
}
.g-mini-cart-set__thumb img {
  width: 2.125rem;
  height: 2.375rem;
  object-fit: contain;
}
.g-mini-cart-set__name {
  margin: 0 0 0.25rem;
  font-family: var(--font-primary);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #303030;
}
.g-mini-cart-set__name a {
  color: inherit;
  text-decoration: none;
}
.g-mini-cart-set__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5625rem;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #999;
}
.g-mini-cart-item__media a,
.g-mini-cart-item__media img {
  display: block;
}
.g-mini-cart-item__media img {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: contain;
}
.g-mini-cart-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  min-width: 0;
}
.g-mini-cart-item__top,
.g-mini-cart-item__actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.875rem;
}
.g-mini-cart-item__name {
  font-family: var(--font-primary);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.g-mini-cart-item__name a {
  line-height: 1.1;
  color: inherit;
  text-decoration: none;
}
.g-mini-cart-item__variation {
  margin-top: 9px;
  font-size: 13px !important;
  line-height: 11px !important;
  color: #999999 !important;
}
.g-mini-cart-item__qty-label {
  font-size: 13px;
  line-height: 11px;
  color: #1A1A1A;
}
.g-mini-cart-item__price span {
  display: block;
  color: #1a1a1a;
}
.g-mini-cart-item__price {
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #303030;
  text-align: right;
  white-space: nowrap;
}
.g-mini-cart-item__price .woocommerce-Price-amount {
  display: flex;
}
.g-mini-cart-item__price span {
  font-size: 1rem;
}
.g-mini-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 1.75rem;
  border: 1px solid #e9e9e9;
}
.g-mini-cart-qty__btn,
.g-mini-cart-qty__input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
}
.g-mini-cart-qty__btn {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 0.625rem;
}
.g-mini-cart-qty__btn {
  cursor: pointer;
}
.g-mini-cart-qty__input {
  font-weight: 600;
  appearance: textfield;
}
.g-mini-cart-qty__input::-webkit-inner-spin-button,
.g-mini-cart-qty__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.g-mini-cart-item__remove {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  margin-top: 10px;
  cursor: pointer;
}
.g-mini-cart-item__remove img {
  display: block;
  width: 100%;
  height: 100%;
}
.g-mini-cart__bottom {
  flex: 0 0 auto;
  padding: 0 1.25rem 1.25rem;
  background: #fff;
}
.g-mini-cart__perks {
  display: grid;
  gap: 0.875rem;
  margin-bottom: 1.875rem;
}
.g-mini-cart-perk {
  padding: 0.9375rem 0.75rem 0.8125rem;
  background: #f6f6f6;
  font-size: 14px;
}
.g-mini-cart-perk__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 0.75rem;
  letter-spacing: 0.01em;
  color: #1a1a1a;
}
.g-mini-cart-perk__track {
  position: relative;
  display: block;
  height: 0.3125rem;
  background: #e0e0e0;
  overflow: hidden;
}
.g-mini-cart-perk__track i {
  display: block;
  height: 100%;
  background: #ff7a3d;
}
.g-mini-cart-perk__track--available i {
  background: #2e9e4c;
}
.g-mini-cart-perk__track--set i {
  background: #5f5f5f;
}
.g-mini-cart-perk__track--segmented {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
  overflow: visible;
}
.g-mini-cart-perk__track--segmented i {
  flex: 1 1 0;
  height: 100%;
  background: #e0e0e0;
}
.g-mini-cart-perk__track--segmented i.is-filled {
  background: #5f5f5f;
}
.g-mini-cart__total {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 0 1.125rem;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  padding-top: 30px;
  color: #1a1a1a;
}
.g-mini-cart__total::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  right: -1.25rem;
  content: "";
  height: 1px;
  width: calc(100% + 2.5rem);
  background: #F0F0F0;
}
.g-mini-cart__total strong {
  font-weight: 400;
  white-space: nowrap;
}
.g-mini-cart__buttons {
  display: grid;
  gap: 0.5625rem;
  margin: 0;
}
.g-mini-cart__checkout,
.g-mini-cart__edit,
.g-mini-cart__empty .g-mini-cart__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.125rem;
  padding: 0.75rem 1.125rem 0.625rem;
  box-sizing: border-box;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.g-mini-cart__edit,
.g-mini-cart__empty .g-mini-cart__edit {
  background: #fff;
  color: #1a1a1a;
}
.g-mini-cart__empty {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.g-mini-cart__empty p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.35;
}
.g-mini-cart.is-loading .g-mini-cart__content {
  pointer-events: none;
  opacity: 0.62;
}
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}
p.stars a {
  position: relative;
  width: 18px;
  height: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 3px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-indent: 0;
  background: rgba(26, 26, 26, 0.2);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M6.68904 1.3352C6.71447 1.28382 6.75376 1.24057 6.80247 1.21033C6.85118 1.18009 6.90737 1.16406 6.96471 1.16406C7.02204 1.16406 7.07823 1.18009 7.12694 1.21033C7.17565 1.24057 7.21494 1.28382 7.24037 1.3352L8.58098 4.05066C8.6693 4.22939 8.79967 4.38402 8.96089 4.50128C9.12212 4.61854 9.3094 4.69492 9.50664 4.72387L12.5047 5.16262C12.5615 5.17085 12.6149 5.19481 12.6588 5.23179C12.7027 5.26878 12.7354 5.31731 12.7531 5.37189C12.7709 5.42648 12.773 5.48495 12.7593 5.54068C12.7455 5.59641 12.7165 5.64718 12.6754 5.68725L10.5072 7.79857C10.3642 7.93791 10.2572 8.10991 10.1954 8.29977C10.1337 8.48963 10.1189 8.69166 10.1526 8.88847L10.6644 11.8715C10.6745 11.9282 10.6683 11.9867 10.6467 12.0402C10.6251 12.0936 10.589 12.1399 10.5423 12.1738C10.4957 12.2077 10.4404 12.2278 10.3829 12.2318C10.3254 12.2358 10.2679 12.2236 10.217 12.1965L7.53693 10.7874C7.36034 10.6946 7.16387 10.6462 6.96442 10.6462C6.76496 10.6462 6.56849 10.6946 6.3919 10.7874L3.71242 12.1965C3.66154 12.2234 3.60413 12.2355 3.5467 12.2314C3.48928 12.2274 3.43415 12.2072 3.3876 12.1734C3.34104 12.1395 3.30492 12.0933 3.28334 12.0399C3.26177 11.9865 3.2556 11.9282 3.26555 11.8715L3.77684 8.88905C3.81061 8.69215 3.79598 8.49 3.73421 8.30002C3.67243 8.11004 3.56537 7.93794 3.42225 7.79857L1.25406 5.68783C1.21262 5.64781 1.18325 5.59695 1.1693 5.54105C1.15536 5.48515 1.15739 5.42645 1.17517 5.37165C1.19296 5.31685 1.22577 5.26815 1.26989 5.23109C1.314 5.19403 1.36763 5.1701 1.42468 5.16203L4.42219 4.72387C4.61966 4.69514 4.80719 4.61886 4.96864 4.50159C5.13009 4.38432 5.26063 4.22957 5.34901 4.05066L6.68904 1.3352Z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M6.68904 1.3352C6.71447 1.28382 6.75376 1.24057 6.80247 1.21033C6.85118 1.18009 6.90737 1.16406 6.96471 1.16406C7.02204 1.16406 7.07823 1.18009 7.12694 1.21033C7.17565 1.24057 7.21494 1.28382 7.24037 1.3352L8.58098 4.05066C8.6693 4.22939 8.79967 4.38402 8.96089 4.50128C9.12212 4.61854 9.3094 4.69492 9.50664 4.72387L12.5047 5.16262C12.5615 5.17085 12.6149 5.19481 12.6588 5.23179C12.7027 5.26878 12.7354 5.31731 12.7531 5.37189C12.7709 5.42648 12.773 5.48495 12.7593 5.54068C12.7455 5.59641 12.7165 5.64718 12.6754 5.68725L10.5072 7.79857C10.3642 7.93791 10.2572 8.10991 10.1954 8.29977C10.1337 8.48963 10.1189 8.69166 10.1526 8.88847L10.6644 11.8715C10.6745 11.9282 10.6683 11.9867 10.6467 12.0402C10.6251 12.0936 10.589 12.1399 10.5423 12.1738C10.4957 12.2077 10.4404 12.2278 10.3829 12.2318C10.3254 12.2358 10.2679 12.2236 10.217 12.1965L7.53693 10.7874C7.36034 10.6946 7.16387 10.6462 6.96442 10.6462C6.76496 10.6462 6.56849 10.6946 6.3919 10.7874L3.71242 12.1965C3.66154 12.2234 3.60413 12.2355 3.5467 12.2314C3.48928 12.2274 3.43415 12.2072 3.3876 12.1734C3.34104 12.1395 3.30492 12.0933 3.28334 12.0399C3.26177 11.9865 3.2556 11.9282 3.26555 11.8715L3.77684 8.88905C3.81061 8.69215 3.79598 8.49 3.73421 8.30002C3.67243 8.11004 3.56537 7.93794 3.42225 7.79857L1.25406 5.68783C1.21262 5.64781 1.18325 5.59695 1.1693 5.54105C1.15536 5.48515 1.15739 5.42645 1.17517 5.37165C1.19296 5.31685 1.22577 5.26815 1.26989 5.23109C1.314 5.19403 1.36763 5.1701 1.42468 5.16203L4.42219 4.72387C4.61966 4.69514 4.80719 4.61886 4.96864 4.50159C5.13009 4.38432 5.26063 4.22957 5.34901 4.05066L6.68904 1.3352Z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
}
p.stars a:hover ~ a::before {
  background: rgba(26, 26, 26, 0.2);
}
p.stars:hover a::before {
  background: #c9a227;
}
p.stars.selected a.active::before {
  background: #c9a227;
}
p.stars.selected a.active ~ a::before {
  background: rgba(26, 26, 26, 0.2);
}
p.stars.selected a:not(.active)::before {
  background: #c9a227;
}
/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}
/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.required {
  color: #f00;
}
/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  --woo-notice-accent: #c9a227;
  --woo-notice-accent-soft: rgba(201, 162, 39, 0.28);
  --woo-notice-text: var(--c-text);
  --woo-notice-icon: "i";
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 1.5rem 0;
  padding: 8px 16px 8px 48px;
  background: linear-gradient(90deg, #fdf8ec 0%, #fcf7e9 14%, #fcf6e5 29%, #fbf5e2 43%, #fbf3de 57%, #faf2db 71%, #faf1d7 86%, #f9f0d4 100%);
  clear: both;
  border: 1px solid var(--woo-notice-accent-soft);
  border-radius: 10px;
  box-shadow: inset 4px 0 0 var(--woo-notice-accent);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--woo-notice-text);
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, margin 0.35s ease, padding 0.35s ease;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  content: var(--woo-notice-icon);
  position: absolute;
  left: 16px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--woo-notice-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}
.woocommerce-message {
  --woo-notice-accent: #2f8f5b;
  --woo-notice-accent-soft: rgba(47, 143, 91, 0.25);
  --woo-notice-text: #1d5f3b;
  --woo-notice-icon: "\2713";
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  --woo-notice-accent: #c9a227;
  --woo-notice-accent-soft: rgba(201, 162, 39, 0.28);
  --woo-notice-text: var(--c-text);
  --woo-notice-icon: "i";
}
.woocommerce-error {
  --woo-notice-accent: #d94f4f;
  --woo-notice-accent-soft: rgba(217, 79, 79, 0.28);
  --woo-notice-text: #8f1d1d;
  --woo-notice-icon: "!";
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-noreviews li,
p.no-comments li {
  margin: 0;
  color: currentColor;
  font-size: 12px;
  line-height: 18px;
}
.woocommerce-message.is-hiding,
.woocommerce-info.is-hiding,
.woocommerce-error.is-hiding,
.woocommerce-noreviews.is-hiding,
p.no-comments.is-hiding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(-8px);
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
/**
 * Cart page
 */
.woocommerce-cart .site-main {
  padding: 0;
}
.woocommerce-cart article,
.woocommerce-cart .entry-content {
  margin: 0;
}
.woocommerce-cart .entry-content > .woocommerce {
  width: 100%;
}
.woocommerce-cart .header {
  border-bottom: 0.4px solid rgba(184, 148, 31, 0.3);
}
.woocommerce-cart .header__top {
  position: relative;
  min-height: 113px;
  justify-content: center;
}
.woocommerce-cart .header__cat-btn,
.woocommerce-cart .header__icons,
.woocommerce-cart .header__nav {
  display: none;
}
.header__back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  color: #4e4e4e;
}
.header__back-icon {
  width: 14px;
  height: 14px;
  border-left: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg);
}
.woocommerce-cart .header__logo img {
  width: 193px;
  height: auto;
}
.g-cart-header {
  border-bottom: 1px solid #EADFBC;
}
.g-cart-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 114px;
  padding: 0 24px;
}
.g-cart-header__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
}
.g-cart-header__back span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1.5px solid #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  transform: rotate(45deg);
}
.g-cart-header__logo {
  grid-column: 2;
  display: flex;
  justify-content: center;
}
.g-cart-header__logo img {
  height: 34px;
  width: auto;
}
.g-cart {
  padding: 52px 0 185px;
}
.g-cart__layout {
  display: grid;
  grid-template-columns: minmax(0, 755px) minmax(360px, 514px);
  justify-content: space-between;
  gap: 64px;
  margin: 0 auto;
}
.g-cart__items,
.g-cart__summary {
  min-width: 0;
}
.g-cart__summary {
  margin-top: 25px;
}
.g-cart__title {
  padding-bottom: 22px;
  font-family: var(--font-secondary);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 2px;
  color: #1a1a1a;
}
.g-cart__back {
  display: none;
}
.g-cart__list {
  border-bottom: 1px solid #dedede;
}
.g-cart-item {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 14px;
  padding: 40px 0 33px;
  border-top: 1px solid #dedede;
}
.g-cart-item:first-child {
  border-top: 0;
}
.g-cart-set {
  padding: 22px 24px 24px;
  border-top: 1px solid #dedede;
  background: #fbfaf7;
  box-shadow: inset 4px 0 0 #c9a227;
}
.g-cart-set:first-child {
  border-top: 0;
}
.g-cart-set__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.g-cart-set__label {
  display: inline-flex;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #c9a227;
}
.g-cart-set__title {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.22;
  color: #303030;
}
.g-cart-set__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.g-cart-set__price {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.22;
  color: #303030;
  white-space: nowrap;
}
.g-cart-set__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 14px;
}
.g-cart-set__edit,
.g-cart-set__remove {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  text-decoration: underline;
}
.g-cart-set__edit {
  color: #1a1a1a;
}
.g-cart-set__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}
.g-cart-set__toggle i {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.g-cart-set__toggle[aria-expanded=true] i {
  transform: translateY(2px) rotate(-135deg);
}
.g-cart-set__items {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-cart-set__items[hidden] {
  display: none;
}
.g-cart-set__item {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.g-cart-set__thumb a,
.g-cart-set__thumb img {
  display: block;
}
.g-cart-set__thumb img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.g-cart-set__name {
  margin: 0 0 6px;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
  color: #303030;
}
.g-cart-set__name a {
  color: inherit;
  text-decoration: none;
}
.g-cart-set__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 14px;
  line-height: 1.18;
  color: #999;
}
.g-cart-item__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.g-cart-item__media a,
.g-cart-item__media img {
  display: block;
}
.g-cart-item__media img {
  width: 102px;
  height: 102px;
  object-fit: contain;
}
.g-cart-item__top,
.g-cart-item__meta,
.g-cart-item__actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.g-cart-item__meta {
  padding-top: 8px;
  font-size: 14px;
}
.g-cart-item__name {
  margin: 0;
  max-width: 390px;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.22;
  color: #303030;
}
.g-cart-item__name a {
  color: inherit;
  text-decoration: none;
}
.g-cart-item__price {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1.22;
  color: #303030;
  text-align: right;
  white-space: nowrap;
}
.g-cart-item__meta {
  font-size: 14px;
  line-height: 1.18;
  color: #1a1a1a;
}
.g-cart-item__variation {
  font-size: 14px;
  line-height: 1.18;
  color: #999;
  text-align: right;
}
.g-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.g-cart-qty__btn,
.g-cart-qty__input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
}
.g-cart-qty__btn {
  cursor: pointer;
}
.g-cart-qty .quantity {
  height: 100%;
}
.g-cart-qty__input {
  width: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  appearance: textfield;
}
.g-cart-qty__input::-webkit-inner-spin-button,
.g-cart-qty__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.g-cart-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 24px;
  text-decoration: none;
}
.g-cart__update {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.g-cart__update-btn {
  border: 0;
  background: transparent;
  font-size: 14px;
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
}
.g-cart-summary {
  box-sizing: border-box;
  width: 100%;
  padding: 27px 28px 28px;
  background: rgba(235, 235, 235, 0.31);
  border-radius: 5px;
}
.g-cart-summary__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  padding-bottom: 31px;
  border-bottom: 1px solid #dedede;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.53;
  color: #303030;
}
.g-cart-summary__title span {
  font-weight: 400;
}
.g-cart-summary__rows {
  display: flex;
  flex-direction: column;
}
.g-cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 20px;
  line-height: 1.65;
  color: #303030;
}
.g-cart-summary__row + .g-cart-summary__row,
.g-cart-summary__shipping + .g-cart-summary__row,
.g-cart-summary__row + .g-cart-summary__shipping {
  margin-top: 16px;
}
.g-cart-summary__row strong {
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
.g-cart-summary__row a {
  color: #1a1a1a;
  text-decoration: underline;
}
.g-cart-summary__row--discount,
.g-cart-summary__row--discount a,
.g-cart-summary__row--discount strong,
.g-cart-summary__row--discount .amount {
  color: #c9a227;
}
.g-cart-summary__row--discount a {
  text-decoration: underline;
}
.g-cart-summary__shipping {
  font-size: 16px;
  line-height: 1.45;
}
.g-cart-summary__shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-cart-summary__shipping li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.g-cart-summary__shipping label {
  text-decoration: underline;
}
.g-cart-summary__coupon {
  margin: 39px 0 28px;
  padding: 28px 0 27px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.g-cart-summary__coupon-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.82;
  color: #808080;
  text-decoration: underline;
  cursor: pointer;
}
.g-cart-summary__coupon-btn span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.g-cart-summary__coupon-btn svg {
  display: block;
}
.g-cart-summary__coupon-form {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 16px;
}
.g-cart-summary__coupon-form.is-open {
  display: grid;
}
.g-cart-summary__coupon-form input {
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #dedede;
  background: #fff;
  font-family: var(--font-primary);
}
.g-cart-summary__coupon-form .button {
  padding: 0 18px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.g-cart-summary__row.order-total {
  font-size: 27px;
  line-height: 1.41;
}
.g-cart-summary__checkout {
  margin-top: 31px;
}
.g-cart-summary__checkout .checkout-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  background: #1a1a1a;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.g-cart-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 17px;
  font-size: 17px;
  line-height: 1.43;
  color: #303030;
}
.g-cart-secure span {
  position: relative;
  width: 15px;
  height: 17px;
  background: #303030;
  border-radius: 2px;
}
.g-cart-secure span::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: -7px;
  height: 10px;
  border: 2px solid #303030;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
}
.woocommerce-cart .footer {
  min-height: 111px;
}
.woocommerce-cart .footer__inner {
  padding-top: 0;
}
.woocommerce-cart .footer__top,
.woocommerce-cart .footer__left,
.woocommerce-cart .footer__payments,
.woocommerce-cart .footer__bottom {
  display: flex;
  align-items: center;
}
.woocommerce-cart .footer__top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 111px;
}
.woocommerce-cart .footer__payments {
  margin: 0;
  gap: 1px;
  opacity: 0.5;
}
.woocommerce-cart .footer__contacts,
.woocommerce-cart .footer__tagline,
.woocommerce-cart .footer__nav,
.woocommerce-cart .footer__watermark {
  display: none;
}
.woocommerce-cart .footer__bottom {
  min-height: 111px;
  padding-bottom: 0;
}
/**
 * Checkout steps
 */
.woocommerce-checkout .site-main {
  padding: 0;
}
.woocommerce-checkout article,
.woocommerce-checkout .entry-content {
  margin: 0;
}
.woocommerce-checkout .entry-content > .woocommerce {
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon {
  display: none;
}
.woocommerce-checkout .header {
  border-bottom: 0.4px solid rgba(184, 148, 31, 0.3);
}
.woocommerce-checkout .header__top {
  position: relative;
  min-height: 7.0625rem;
  justify-content: center;
}
.woocommerce-checkout .header__cat-btn,
.woocommerce-checkout .header__icons,
.woocommerce-checkout .header__nav {
  display: none;
}
.woocommerce-checkout .header__logo img {
  width: 12.0625rem;
  height: auto;
}
.g-checkout {
  min-height: calc(100vh - 14rem);
  padding: 4.375rem 1.25rem 11.5625rem;
  box-sizing: border-box;
}
.g-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 31.75rem) minmax(22.5rem, 30.5rem);
  justify-content: space-between;
  gap: 5rem;
  max-width: 94.9375rem;
  margin: 0 auto;
  padding: 0 0.0625rem;
}
.g-checkout__main,
.g-checkout__aside {
  min-width: 0;
}
.g-checkout-step {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #cfcfcf;
}
.g-checkout-step.is-active {
  padding-top: 40px;
}
.g-checkout-step + .g-checkout-step {
  padding-top: 2.1875rem;
}
.g-checkout-step:last-child {
  border-bottom: 0;
}
.g-checkout-step__head {
  display: grid;
  grid-template-columns: 1.875rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6875rem;
}
.g-checkout-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #646464;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.g-checkout-step.is-active .g-checkout-step__num {
  background: #1a1a1a;
}
.g-checkout-step.is-complete .g-checkout-step__num {
  background: #d4a91f;
}
.g-checkout-step__title {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}
.g-checkout-step:not(.is-active):not(.is-complete) .g-checkout-step__title {
  color: #646464;
}
.g-checkout-step__edit {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  text-decoration: underline;
  cursor: pointer;
}
.g-checkout-step:not(.is-complete) .g-checkout-step__edit {
  visibility: hidden;
  pointer-events: none;
}
.g-checkout-step__summary {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin: -1.0625rem 0 1.75rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #777;
}
.g-checkout-step__body[hidden],
.g-checkout-step__summary[hidden] {
  display: none;
}
.g-checkout-fields .col-1,
.g-checkout-fields .col-2 {
  width: 100%;
  float: none;
  margin: 0;
}
.g-checkout-fields .col-2 {
  margin-top: 1.25rem;
}
.g-checkout h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 0;
  line-height: 0;
}
.g-checkout .form-row {
  margin: 0 0 1.1875rem;
  padding: 0;
}
.g-checkout .form-row label {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #303030;
}
.g-checkout .form-row .required {
  text-decoration: none;
}
.g-checkout .form-row input.input-text,
.g-checkout .form-row textarea,
.g-checkout .form-row select,
.g-checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 2.625rem;
  padding: 0 0.875rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  background: #fff;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #1a1a1a;
  box-shadow: none;
}
.g-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}
.g-checkout .select2-container .select2-selection__rendered {
  padding: 0;
  color: #1a1a1a;
}
.g-checkout .select2-container .select2-selection__arrow {
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
.g-checkout .form-row textarea {
  min-height: 5.75rem;
  padding-top: 0.75rem;
  resize: vertical;
}
.g-checkout .form-row.woocommerce-invalid input.input-text,
.g-checkout .form-row.woocommerce-invalid textarea,
.g-checkout .form-row.woocommerce-invalid select {
  border-color: #c62828;
  box-shadow: none;
}
.g-checkout .form-row-first,
.g-checkout .form-row-last {
  width: calc(50% - 0.75rem);
}
.g-checkout .form-row-first {
  float: left;
}
.g-checkout .form-row-last {
  float: right;
}
.g-checkout .form-row-wide {
  clear: both;
}
.g-checkout-step__error {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #c62828;
}
.g-checkout__button,
.g-checkout #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1.5rem;
  border: 0;
  border-radius: 0;
  background: #303030;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.g-checkout-shipping-table,
.g-checkout-shipping-table tbody,
.g-checkout-shipping-table tr,
.g-checkout-shipping-table th,
.g-checkout-shipping-table td {
  display: block;
  width: 100%;
  border: 0;
}
.g-checkout-shipping-table th {
  margin: 0;
  font-size: 0;
}
.g-checkout-shipping-table th::before,
.g-checkout-shipping-table td::before {
  display: none;
}
.g-checkout #payment input[type=radio] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #1a1a1a;
}
.g-checkout .woocommerce-shipping-destination,
.g-checkout .woocommerce-shipping-contents,
.g-checkout-shipping-methods__empty {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #686868;
}
.g-checkout #payment {
  background: transparent;
}
.g-checkout #payment ul.payment_methods {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin: 0;
  padding: 1.25rem 1.0625rem 1.25rem;
  border: 1px solid #d4a91f;
  border-radius: 0.1875rem;
  list-style: none;
}
.g-checkout #payment ul.payment_methods > li {
  padding: 0;
}
.g-checkout #payment ul.payment_methods label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #303030;
  cursor: pointer;
}
.g-checkout #payment .payment_box {
  margin: 0.6875rem 0 0 1.75rem;
  padding: 0;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #686868;
}
.g-checkout #payment .payment_box::before {
  display: none;
}
.g-checkout #payment .form-row {
  margin-bottom: 1.125rem;
}
.g-checkout #payment .place-order {
  margin-top: 1.375rem;
}
.g-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin: 1.375rem 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #686868;
  text-align: left;
}
.g-checkout #payment .woocommerce-privacy-policy-text {
  text-align: center;
}
.g-checkout-summary {
  padding: 1.5rem 1.6875rem 1.5625rem;
  background: #f9f9f9;
  border-radius: 0.3125rem;
}
.g-checkout-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-height: 3.25rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dedede;
}
.g-checkout-summary__title {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.65;
  color: #303030;
}
.g-checkout-summary__head a {
  font-size: 1rem;
  line-height: 1.5;
  color: #303030;
  text-decoration: underline;
}
.g-checkout-summary__products {
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
  padding: 0 0 2.0625rem;
  border-bottom: 1px solid #dedede;
}
.g-checkout-summary__product {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1.4375rem 1.4375rem;
  align-items: start;
}
.g-checkout-summary__product-img img {
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.g-checkout-summary__product-body {
  min-width: 0;
  padding-top: 0.75rem;
}
.g-checkout-summary__product-body h3 {
  margin: 0 0 0.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #303030;
}
.g-checkout-summary__product-body span {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #303030;
}
.g-checkout-summary__product-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding-top: 0.5625rem;
  min-width: 4.375rem;
}
.g-checkout-summary__product-side strong {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #303030;
  text-align: right;
  white-space: nowrap;
}
.g-checkout-summary__product-side dl {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #999;
  text-align: right;
}
.g-checkout-summary__product-side dt {
  display: none;
}
.g-checkout-summary__product-side dd {
  margin: 0;
}
.g-checkout-summary-set {
  padding: 0.875rem 1rem 1rem;
  background: #fbfaf7;
  box-shadow: inset 0.1875rem 0 0 #c9a227;
  border-top: 1px solid #e8e5dc;
}
.g-checkout-summary-set:first-child {
  border-top: 0;
}
.g-checkout-summary-set__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.625rem;
}
.g-checkout-summary-set__label {
  display: inline-flex;
  margin-bottom: 0.25rem;
  font-size: 0.5625rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a227;
}
.g-checkout-summary-set__title {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #303030;
}
.g-checkout-summary-set__side {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3125rem;
}
.g-checkout-summary-set__price {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #303030;
  white-space: nowrap;
}
.g-checkout-summary-set__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4375rem;
}
.g-checkout-summary-set__edit {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: underline;
}
.g-checkout-summary-set__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.625rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}
.g-checkout-summary-set__toggle i {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.125rem) rotate(45deg);
  transition: transform 0.2s ease;
}
.g-checkout-summary-set__toggle[aria-expanded=true] i {
  transform: translateY(0.125rem) rotate(-135deg);
}
.g-checkout-summary-set__items {
  display: grid;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-checkout-summary-set__items[hidden] {
  display: none;
}
.g-checkout-summary-set__item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  padding: 0.4375rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.g-checkout-summary-set__thumb a,
.g-checkout-summary-set__thumb img {
  display: block;
}
.g-checkout-summary-set__thumb img {
  width: 2.5rem;
  height: 2.75rem;
  object-fit: contain;
}
.g-checkout-summary-set__name {
  margin: 0 0 0.25rem;
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.22;
  color: #303030;
}
.g-checkout-summary-set__name a {
  color: inherit;
  text-decoration: none;
}
.g-checkout-summary-set__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5625rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #999;
}
.g-checkout-summary__coupon {
  margin-top: 0;
  padding: 1.375rem 0 1.5625rem;
  border-bottom: 1px solid #dedede;
}
.g-checkout-summary__coupon .g-cart-summary__coupon-btn {
  min-height: 1.8125rem;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #303030;
}
.g-checkout-summary__coupon .g-cart-summary__coupon-btn span {
  width: 1.375rem;
  height: 1.375rem;
}
.g-checkout-summary__totals {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.4375rem;
}
.g-checkout-summary__totals .g-cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  color: #303030;
}
.g-checkout-summary__totals .g-cart-summary__row + .g-cart-summary__row {
  margin-top: 0;
}
.g-checkout-summary__totals .g-cart-summary__row strong {
  font-weight: 400;
  white-space: nowrap;
}
.g-checkout-summary__totals .order-total {
  margin-top: 1.375rem;
  padding-top: 1.4375rem;
  border-top: 1px solid rgba(172, 172, 172, 0.2);
  font-size: 1.6875rem;
  line-height: 1.27;
}
.g-checkout-summary .g-cart-item {
  padding-top: 27px;
  padding-bottom: 27px;
}
.g-checkout-summary .g-checkout-summary__head {
  margin-bottom: 0;
}
.g-checkout-summary .g-checkout-summary__products {
  gap: 0;
}
.g-checkout-summary .g-cart-item {
  border: 0px !important;
}
.g-checkout-summary .g-cart-item__media img {
  width: 80px;
  height: 80px;
}
.g-checkout-summary .g-cart-item__name {
  font-size: 20px;
}
.g-checkout-summary .g-cart-item__price {
  font-size: 18px;
}
.g-checkout-summary .order-total {
  font-size: 24px;
}
.g-checkout-step.is-active .g-checkout-step__head {
  padding-bottom: 40px;
}
.woocommerce-checkout .footer {
  min-height: 111px;
}
.woocommerce-checkout .footer__inner {
  padding-top: 0;
}
.woocommerce-checkout .footer__top,
.woocommerce-checkout .footer__left,
.woocommerce-checkout .footer__payments,
.woocommerce-checkout .footer__bottom {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .footer__top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 111px;
}
.woocommerce-checkout .footer__payments {
  margin: 0;
  gap: 1px;
  opacity: 0.5;
}
.woocommerce-checkout .footer__contacts,
.woocommerce-checkout .footer__tagline,
.woocommerce-checkout .footer__nav,
.woocommerce-checkout .footer__watermark {
  display: none;
}
.woocommerce-checkout .footer__bottom {
  min-height: 111px;
  padding-bottom: 0;
}
@media screen and (max-width: 1023.98px) {
  .g-cart {
    padding: 64px 0 72px;
  }
  .g-cart__layout {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 680px;
  }
  .g-checkout {
    min-height: 0;
    padding: 4rem 1.25rem 4.5rem;
  }
  .g-checkout__layout {
    grid-template-columns: 1fr;
    gap: 2.125rem;
    max-width: 42.5rem;
  }
}
.g-gart-item-wrap {
  min-height: 72px;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart .header__top {
    min-height: 81px;
  }
  .woocommerce-checkout .header__top {
    min-height: 81px;
  }
  .woocommerce-cart .header__logo img {
    width: 116px;
  }
  .woocommerce-checkout .header__logo img {
    width: 116px;
  }
  .header__back {
    display: none;
  }
  .g-cart {
    padding: 25px 0 36px;
  }
  .g-checkout {
    padding: 1.5625rem 1.25rem 2.25rem;
  }
  .g-cart__layout {
    gap: 34px;
  }
  .g-checkout__layout {
    gap: 34px;
  }
  .g-cart__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: none;
    color: #4e4e4e;
  }
  .g-cart__back span {
    width: 13px;
    height: 13px;
    border-left: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    transform: rotate(45deg);
  }
  .g-cart__title {
    margin-bottom: 26px;
    padding-bottom: 27px;
    font-size: 34px;
    line-height: 1.21;
    letter-spacing: 1.37px;
  }
  .g-cart-item {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    padding: 26px 0 35px;
  }
  .g-cart-set {
    padding: 18px 14px 18px;
  }
  .g-cart-set__head {
    flex-direction: column;
    gap: 10px;
  }
  .g-cart-set__side {
    align-items: flex-start;
  }
  .g-cart-set__actions {
    justify-content: flex-start;
  }
  .g-cart-set__title,
  .g-cart-set__price {
    font-size: 20px;
  }
  .g-cart-set__item {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 10px;
  }
  .g-cart-set__thumb img {
    width: 54px;
    height: 54px;
  }
  .g-cart-set__name {
    font-size: 16px;
  }
  .g-cart-item__media img {
    width: 70px;
    height: 70px;
  }
  .g-cart-item__top,
  .g-cart-item__meta,
  .g-cart-item__actions {
    gap: 10px;
  }
  .g-cart-item__name {
    font-size: 17px;
    line-height: 1.18;
  }
  .g-cart-item__price {
    font-size: 16px;
    line-height: 1.25;
  }
  .g-cart-item__meta {
    font-size: 13px;
    line-height: 1;
  }
  .g-cart-qty {
    width: 84px;
    height: 34px;
  }
  .g-cart-qty__btn {
    width: 28px;
    font-size: 22px;
  }
  .g-cart-qty__input {
    width: 28px;
    font-size: 13px;
  }
  .g-cart-summary {
    padding: 27px 24px 50px;
  }
  .g-checkout-summary {
    padding: 1.6875rem 1.5rem 3.125rem;
  }
  .g-cart-summary__title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 1.53;
  }
  .g-checkout-summary__head {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .g-checkout-summary__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .g-cart-summary__row {
    font-size: 17px;
    line-height: 1.92;
  }
  .g-cart-summary__row.order-total {
    font-size: 25px;
    line-height: 1.52;
  }
  .g-cart-summary__coupon-form {
    grid-template-columns: 1fr;
  }
  .g-cart-summary__checkout .checkout-button {
    min-height: 50px;
  }
  .g-cart-secure {
    margin-top: 24px;
    font-size: 14px;
  }
  .g-checkout-step {
    padding-bottom: 26px;
  }
  .g-checkout-step + .g-checkout-step {
    padding-top: 28px;
  }
  .g-checkout-step__head {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 24px;
  }
  .g-checkout-step__num {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .g-checkout-step__title {
    font-size: 18px;
  }
  .g-checkout-step__edit {
    font-size: 14px;
  }
  .g-checkout-step__summary {
    padding-left: 0;
    font-size: 14px;
  }
  .g-checkout .form-row-first,
  .g-checkout .form-row-last {
    float: none;
    width: 100%;
  }
  .g-checkout-summary {
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .g-checkout-summary__head {
    min-height: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .g-checkout-summary__title {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .g-checkout-summary__head a {
    font-size: 0.8125rem;
  }
  .g-checkout-summary__products {
    gap: 1.125rem;
    padding-bottom: 1.25rem;
    max-height: 12.5rem;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .g-checkout-summary__products::-webkit-scrollbar {
    display: none;
  }
  .g-checkout-summary__product {
    grid-template-columns: 3.625rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8125rem;
  }
  .g-checkout-summary__product-img img {
    width: 3.625rem;
    height: 3.625rem;
  }
  .g-checkout-summary__product-body {
    padding-top: 0;
  }
  .g-checkout-summary__product-body h3 {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    line-height: 1.2;
  }
  .g-checkout-summary__product-body span {
    font-size: 0.8125rem;
  }
  .g-checkout-summary__product-side {
    padding-top: 0;
    align-items: flex-end;
  }
  .g-checkout-summary__product-side strong {
    font-size: 1rem;
    line-height: 1.3;
    text-align: right;
  }
  .g-checkout-summary__product-side dl {
    font-size: 0.8125rem;
    text-align: right;
  }
  .g-checkout-summary__coupon {
    padding: 1rem 0 1.125rem;
  }
  .g-checkout-summary__coupon .g-cart-summary__coupon-btn {
    font-size: 1rem;
  }
  .g-checkout-summary__totals {
    padding-top: 1rem;
  }
  .g-checkout-summary__totals .g-cart-summary__row {
    font-size: 1rem;
    line-height: 1.8;
  }
  .g-checkout-summary__totals .order-total {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.5625rem;
  }
  .g-checkout-step__summary {
    font-size: 1rem;
    color: #646464;
    line-height: 1.5;
    gap: 0;
    margin-bottom: 0rem;
  }
  .g-checkout__button,
  .g-checkout #place_order {
    min-height: 3rem;
  }
  .woocommerce-cart .footer {
    min-height: 65px;
  }
  .woocommerce-checkout .footer {
    min-height: 65px;
  }
  .woocommerce-cart .footer__top {
    display: none;
  }
  .woocommerce-checkout .footer__top {
    display: none;
  }
  .woocommerce-cart .footer__bottom {
    justify-content: center;
    min-height: 65px;
    font-size: 14px;
  }
  .woocommerce-checkout .footer__bottom {
    justify-content: center;
    min-height: 65px;
    font-size: 14px;
  }
  .woocommerce-cart .footer__rights {
    display: none;
  }
  .woocommerce-checkout .footer__rights {
    display: none;
  }
}
.pd-set-iconAdd {
  display: none;
}
.pd-set-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-card__choose span {
    display: none;
  }
  .product-card__choose {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #F9F9F9;
    box-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 3px;
  }
  .product-card__choose svg path {
    fill: #1A1A1A;
  }
  .product-card__set span {
    display: none;
  }
  .product-card__set {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #F9F9F9;
    box-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 3px;
  }
  .product-card__set .pd-set-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card__set .pd-set-iconAdd {
    display: none;
  }
  .product-card__set.is-added {
    background: #1A1A1A;
  }
  .product-card__set.is-added .pd-set-icon {
    display: none;
  }
  .product-card__set.is-added .pd-set-iconAdd {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card__set.is-added .pd-set-iconAdd svg path {
    fill: #fff;
  }
  .product-card__set svg path {
    fill: #1A1A1A;
  }
  .product-card__strength {
    display: none;
  }
  .fp-popular__card-actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
  }
  .shop-product-card__actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 20px;
    padding-left: 20px !important;
  }
  .product_type_simple {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 3px !important;
    background-color: #F9F9F9 !important;
    box-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border-radius: 5px !important;
    min-height: 40px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .product_type_simple::before {
    display: none !important;
  }
  .product_type_simple span:not(.product-card__set-mobile-icon) {
    display: none;
  }
  .product_type_simple .product-card__set-mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_type_simple .product-card__set-mobile-icon svg path {
    fill: #1A1A1A;
  }
  .shop-product-card__actions .product-card__set,
  .shop-product-card__actions .product-card__choose,
  .shop-product-card__actions .product-card__add-to-cart {
    flex: 0 0 40px;
  }
}
.shop-filter {
  display: flex;
  flex-direction: column;
}
.shop-filter__section {
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1px;
}
.shop-filter__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: left;
}
.shop-filter__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.shop-filter__icon::before, .shop-filter__icon::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  top: 50%;
  left: 50%;
}
.shop-filter__icon::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.shop-filter__icon::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.shop-filter__toggle[aria-expanded=false] .shop-filter__icon::after {
  opacity: 1;
}
.shop-filter__body {
  padding-bottom: 16px;
}
.shop-filter__body[hidden] {
  display: none;
}
.shop-filter__price-slider {
  position: relative;
  height: 14px;
  margin-bottom: 8px;
}
.shop-filter__price-track {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  background: #e2e2e2;
  border-radius: 8px;
  pointer-events: none;
}
.shop-filter__price-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: #c9a227;
  border-radius: 8px;
}
.shop-filter__range {
  position: absolute;
  width: calc(100% + 14px);
  left: -7px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  outline: none;
}
.shop-filter__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9a227;
  border: 2px solid #fff;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.3);
}
.shop-filter__range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9a227;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.3);
}
.shop-filter__range::-webkit-slider-runnable-track {
  background: transparent;
}
.shop-filter__range::-moz-range-track {
  background: transparent;
}
@supports (-moz-appearance: none) {
  .shop-filter__range {
    pointer-events: all;
  }
}
.shop-filter__price-values {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
}
.shop-filter__price-val {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c9a227;
}
.shop-filter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-filter__tag {
  padding: 6px 12px;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #1a1a1a;
  background: #f9f8f8;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.shop-filter__tag:hover, .shop-filter__tag.is-active {
  background: #c9a227;
  border-color: #c9a227;
  color: #fff;
}
.shop-filter__search-wrap {
  position: relative;
  margin-bottom: 8px;
}
.shop-filter__search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.shop-filter__search {
  width: 100%;
  height: 32px;
  padding: 6px 8px 6px 28px;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-size: 12px;
  color: rgba(10, 10, 10, 0.7);
  background: #f9f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
}
.shop-filter__search::placeholder {
  color: rgba(10, 10, 10, 0.5);
}
.shop-filter__search:focus {
  border-color: #c9a227;
}
.shop-filter__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shop-filter__list--scroll {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}
.shop-filter__list--scroll::-webkit-scrollbar {
  width: 3px;
}
.shop-filter__list--scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.shop-filter__list--scroll::-webkit-scrollbar-thumb {
  background: #c9a227;
  border-radius: 2px;
}
.shop-filter__check-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  min-height: 24px;
}
.shop-filter__check-item[hidden] {
  display: none;
}
.shop-filter__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.shop-filter__check-box {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: #f9f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  position: relative;
  transition: border-color 0.15s, background 0.15s;
}
.shop-filter__check-box::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 7px;
  height: 5px;
  border-left: 1.5px solid #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
.shop-filter__checkbox:checked + .shop-filter__check-box {
  border-color: #c9a227;
}
.shop-filter__checkbox:checked + .shop-filter__check-box::after {
  opacity: 1;
  border-color: #c9a227;
}
.shop-filter__check-label {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.4;
}
.shop-filter__check-count {
  color: #989898;
  margin-left: 2px;
}
.shop-filter__reset {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 12px 16px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c9a227;
  background: #f9f8f8;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.shop-filter__reset:hover {
  background: #c9a227;
  color: #fff;
}
.woocommerce-layout__content {
  position: relative;
}
.woocommerce-layout__content.is-loading {
  pointer-events: none;
}
.shop-filter-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}
.shop-filter-overlay[hidden] {
  display: none;
}
.shop-filter-overlay::after {
  content: "";
  width: 36px;
  height: 36px;
  border: 3px solid #e2e2e2;
  border-top-color: #c9a227;
  border-radius: 50%;
  animation: filter-spin 0.7s linear infinite;
}
@keyframes filter-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  ul.products li.product .product-card__set {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background: #F9F9F9 !important;
    box-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 3px;
    background-image: none;
    text-indent: -9999px;
  }
  ul.products li.product .product-card__set .pd-set-icon {
    display: flex;
  }
  ul.products li.product .product-card__set .pd-set-icon svg path {
    fill: #000;
  }
  ul.products li.product .product-card__set .pd-set-iconAdd {
    display: none;
  }
  ul.products li.product .product-card__set.is-added {
    background: #1A1A1A !important;
  }
  ul.products li.product .product-card__set.is-added .pd-set-iconAdd {
    display: flex;
  }
  ul.products li.product .product-card__set.is-added .pd-set-iconAdd svg path {
    fill: #fff !important;
  }
  ul.products li.product .product-card__set.is-added .pd-set-icon {
    display: none;
  }
  ul.products li.product .product-card__choose,
  ul.products li.product .product-card__add-to-cart {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #F9F9F9;
    box-shadow: 0px 1px 3.5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 3px;
  }
  .shop-product-card-actions {
    padding-top: 20px;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 20px;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .shop-catalog__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 3px;
  }
  .woocommerce-result-count {
    width: 100%;
    flex-shrink: 0;
    order: 3;
  }
  .waf-mobile-filter-row {
    order: 1;
    max-width: 49%;
  }
  .woocommerce-ordering {
    order: 2;
    max-width: 49%;
  }
}
.fragrance-finder-page__slot-product img,
.product-card__gallery,
ul.products li.product img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .note-picker .fp-deco-title__heading {
    margin-left: 15px;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .note-picker .fp-deco-title__heading .g-title {
    margin-left: -25px;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .note-picker .fp-deco-title__heading .g-title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .shop-catalog__layout {
    display: block;
  }
}
.product-card__add-to-cart {
  display: none !important;
}
.is-volume-selected .product-card__add-to-cart {
  display: flex !important;
}
.pp-product__variations--simple form .pp-product__qty-btn {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fp-popular__splide {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 500px) {
  .waf-mobile-filter-row {
    width: calc(50% - 2px);
  }
  .waf-mobile-filter-btn {
    width: 100%;
  }
  .woocommerce-ordering {
    width: calc(50% - 2px) !important;
    max-width: calc(50% - 2px);
  }
  .shop-product-card-actions {
    padding-left: 17px !important;
    gap: 4px;
  }
  ul.products li.product .product-card__media {
    margin-bottom: 12px;
  }
  .ctrl-row {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .shop-catalog {
    padding: 32px 0 124px;
  }
  .shop-page__sections .fp-deco-title__heading .g-title {
    padding-top: 5px;
  }
}
.g-checkout-step__summary {
  display: none;
}
.page-index {
  padding: 60px 0 80px;
}
.page-index__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 32px;
}
.page-index__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-index__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  border-radius: var(--radius-md);
  background: var(--c-white);
  border: 1px solid var(--c-border);
  color: var(--c-text);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--transition);
}
.page-index__link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-accent);
  flex-shrink: 0;
  transition: background var(--transition);
}
.page-index__link:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  box-shadow: var(--shadow-glow);
}
.page-index__link:hover::before {
  background: var(--c-primary);
}
html {
  scroll-behavior: auto;
}
body {
  font-family: var(--font-primary);
  background: var(--bg-primary);
  font-size: 18px;
  color: var(--c-text);
}
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]):not([type=range]),
  textarea,
  select {
    font-size: 16px !important;
  }
}
a {
  color: var(--c-text);
}
.container-fluid {
  max-width: 1800px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: auto;
}
.wrapper {
  width: 100%;
  overflow: clip;
}
.container {
  max-width: 1560px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: auto;
}
.layout {
  display: flex;
  flex-direction: column;
  gap: 250px;
}
@media (min-width: 75.0625em) {
  .layout {
    gap: 15.625rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 11.25rem , 9.1435185185rem  +  8.6419753086vw , 15.625rem )) {
    .layout {
      gap: clamp( 11.25rem , 9.1435185185rem  +  8.6419753086vw , 15.625rem );
    }
  }
  @supports not (gap: clamp( 11.25rem , 9.1435185185rem  +  8.6419753086vw , 15.625rem )) {
    .layout {
      gap: calc(11.25rem + 4.375 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .layout {
    gap: 11.25rem;
  }
}
@media (min-width: 75.0625em) {
  .layout {
    gap: 12.5rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (gap: clamp( 11.25rem , 10.6481481481rem  +  2.4691358025vw , 12.5rem )) {
    .layout {
      gap: clamp( 11.25rem , 10.6481481481rem  +  2.4691358025vw , 12.5rem );
    }
  }
  @supports not (gap: clamp( 11.25rem , 10.6481481481rem  +  2.4691358025vw , 12.5rem )) {
    .layout {
      gap: calc(11.25rem + 1.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .layout {
    gap: 11.25rem;
  }
}
@media (min-width: 75.0625em) {
  .layout {
    padding-bottom: 13.75rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (padding-bottom: clamp( 2.5rem , -2.9166666667rem  +  22.2222222222vw , 13.75rem )) {
    .layout {
      padding-bottom: clamp( 2.5rem , -2.9166666667rem  +  22.2222222222vw , 13.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , -2.9166666667rem  +  22.2222222222vw , 13.75rem )) {
    .layout {
      padding-bottom: calc(2.5rem + 11.25 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .layout {
    padding-bottom: 2.5rem;
  }
}
.layout--product {
  gap: 333px;
  padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .layout--product {
    gap: 180px;
  }
}
.wp-singular .seo-text {
  margin-bottom: 140px;
}
.g-title {
  font-family: var(--font-secondary);
  line-height: 45px;
}
@media (min-width: 75.0625em) {
  .g-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 24.375em) and (max-width: 75em) {
  @supports (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .g-title {
      font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 0.8101851852rem  +  3.0864197531vw , 3.125rem )) {
    .g-title {
      font-size: calc(1.5625rem + 1.5625 * (100vw - 24.375rem) / 50.625);
    }
  }
}
@media (max-width: 24.3125em) {
  .g-title {
    font-size: 1.5625rem;
  }
}
.g-title span {
  color: #C9A227;
}
.fp-deco-title__heading {
  display: grid;
  grid-template-columns: minmax(220px, 4fr) 5fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.fp-deco-title__heading .g-title {
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fp-deco-title__heading .g-title.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading .g-title {
    text-align: center;
    padding-top: 10px;
  }
}
.fp-deco-title__heading--reverse {
  grid-template-columns: 5fr minmax(220px, 5fr);
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading--reverse {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.fp-deco-title__heading--reverse .g-title {
  text-align: right;
  transform: translateX(40px);
}
.fp-deco-title__heading--reverse .g-title.is-visible {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading--reverse .g-title {
    text-align: center;
    padding-top: 10px;
  }
}
.fp-deco-title__heading--reverse .fp-deco-title__logo {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading--reverse .fp-deco-title__logo {
    right: -30px;
    width: 140px;
    height: 57px;
  }
}
.fp-deco-title__heading--reverse .fp-deco-title__line {
  right: auto;
  left: 0;
  transform-origin: right center;
}
@media screen and (max-width: 768px) {
  .fp-deco-title__heading--reverse .fp-deco-title__line {
    top: 26%;
    width: calc(100% - 90px);
    left: -20px;
    opacity: 0.5;
  }
}
.fp-deco-title__deco {
  position: relative;
  height: 61px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fp-deco-title__deco {
    grid-row-start: 1;
    grid-row-end: 2;
    height: 57px;
  }
}
@media screen and (max-width: 550px) {
  .fp-deco-title__deco {
    height: 40px;
  }
}
.fp-deco-title__logo {
  left: 0;
  position: absolute;
  width: 200px;
  height: 91px;
  top: -15px;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.fp-deco-title__logo svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.fp-deco-title__logo::-webkit-media-controls, .fp-deco-title__logo::-webkit-media-controls-enclosure, .fp-deco-title__logo::-webkit-media-controls-panel {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fp-deco-title__logo {
    left: -30px;
    width: 140px;
    height: 57px;
  }
}
.fp-deco-title__line {
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  transform-origin: left center;
  width: calc(100% - 210px);
  height: 1px;
  background: #c9a227;
  opacity: 0.8;
}
.fp-deco-title__line.is-lottie-controlled {
  transform: translateY(-50%) scaleX(0);
  transition: transform var(--lottie-line-duration, 1s) ease-out;
}
.fp-deco-title__line.is-lottie-controlled.is-animated {
  transform: translateY(-50%) scaleX(1);
}
@media screen and (max-width: 768px) {
  .fp-deco-title__line {
    top: 26%;
    width: calc(100% - 90px);
    right: -20px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 550px) {
  .fp-popular__card {
    gap: 16px;
  }
  .shop-page__sections {
    gap: 100px;
  }
  .shop-page__sections .fp-popular__slider-wrap {
    margin-top: 25px;
    margin-bottom: 14px;
  }
  .shop-page__sections .fp-recommend {
    padding-top: 33px;
  }
  .shop-page__sections .fp-recommend__grid {
    margin-top: 23px;
  }
  .shop-page__sections .fp-popular__card {
    gap: 13px;
  }
  .shop-page__sections .seo-text {
    margin-top: -5px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .shop-page__sections .seo-text__inner {
    padding: 46px 11px 70px 26px;
  }
  .shop-page__sections .seo-text__content h2 {
    line-height: 29px;
  }
  .shop-page__sections .seo-text__content p {
    font-size: 0.875rem;
    line-height: 22px;
  }
  .shop-page__sections .seo-text__content {
    gap: 31px;
    max-height: 442px;
  }
  .shop-page__sections .fp-faq {
    margin-top: -15px;
  }
  .fp-deco-title__heading--reverse .fp-deco-title__line,
  .fp-deco-title__line {
    top: 39%;
  }
  .shop-page__sections .fp-recommend .fp-popular__slider-wrap {
    margin-top: 3px;
  }
  .fp-recommend__swiper .swiper-slide {
    margin-right: 0;
    margin-bottom: 19px;
  }
  .products-day__featured-body {
    padding-top: 13px;
  }
  .products-day__featured-title {
    text-transform: capitalize;
  }
  .products-day__featured-text {
    gap: 12px;
  }
  .products-day__featured-img img {
    max-height: 172px;
  }
  .products-day__featured {
    min-height: 287px;
  }
  .products-day__featured-btn .btn {
    height: 35px;
  }
  .products-day__featured-btn .btn {
    width: 93px;
    font-size: 12px;
  }
  .products-day__spotlight {
    gap: 25px;
  }
  .products-day__promo-body {
    top: 17px;
  }
  .products-day__promo-price {
    padding-top: 12px;
    font-size: 14px !important;
  }
  .products-day__promo-btn {
    width: 73px;
    height: 36px;
  }
  .products-day__promo-img img {
    max-width: 75%;
  }
  .products-day__promo-img {
    padding-bottom: 37px;
    align-items: flex-end;
  }
  .layout {
    gap: 158px;
  }
  .fp-brands__header {
    display: block;
  }
  .fp-brands__title {
    line-height: 47px;
  }
  .fp-brands__subtitle {
    max-width: 290px;
  }
  .layout .fp-popular__slider-wrap {
    margin-bottom: 13px;
  }
  .layout .seo-text {
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .layout .seo-text .seo-text__content {
    gap: 25px;
    max-height: 443px;
    padding-right: 0;
  }
  .layout .seo-text .seo-text__inner {
    gap: 12px;
    padding: 50px 9px 67px 28px;
  }
  .layout .seo-text .seo-text__content h2 {
    line-height: 30px;
  }
  .layout .seo-text .seo-text__content p {
    line-height: 22px;
  }
}
.layout .seo-text {
  margin-bottom: 0 !important;
}/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
/*$vite$:1*/