/*
Theme Name: Seyed Gold
Theme URI: https://gitlab.dotline.ag/seyed-gold/theme/
Author: Dotline Agency
Author URI: https://dotline.ag
Description: An online WooCommerce store for gold, silver, and jewelry featuring a modern responsive design, product catalogs, secure checkout, and seamless shopping experience.
Version: 1.0
 */
:root {
  --White: #fff;
  --error: #EC3C2C;
  --Green-190: #020606,
  --Gold-100: #c6a246;
  --Gold-10: #f9f6ec;
  --Green-190: #020606;
  --Green-180: #030c0c;
  --Green-120: #0d2e2f;
  --Green-100: #103a3b;
  --Green-80: #406162;
  --Green-60: #708989;
  --Green-40: #9FB0B1;
  --Green-20: #cfd8d8;
  --Green-10: #E7EBEB;
  --Black-90: #171718;
  --GoldColor: #bf8f5f;
  --section-space: 64px;
  --from-left-container: calc((100% - 1400px) / 2);
  --items-right-padding: 3.33%;
  --items-gap: 1.15%;
  --item-width1: 27%;
  --item-width2: 37%;
  --item-width3: 10.714%;
  --item-width4: 16.071%;
  --item-right4: 11%;
  --item-width5: 14.7142%;
  --item-width6: 21.14285%;
  --item-width7: 26.71428%;
  --about-margin-bottom: 112px;
  --about-container-padding: 118px;
}
@media (max-width: 1459px) {
  :root {
    --from-left-container: 16px;
  }
}
@media (max-width: 1199px) {
  :root {
    --about-margin-bottom: 80px;
    --about-container-padding: 0;
  }
}
@media (max-width: 991px) {
  :root {
    --section-space: 20px;
    --about-margin-bottom: 40px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dots-pulse {
  0% {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(0.54);
  }
}
@keyframes up-button-effect {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(-5px) rotate(90deg);
  }
}
@keyframes circle-effect {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-2px) translateX(-4px);
  }
  50% {
    transform: translateY(5px) translateX(6px);
  }
  100% {
    transform: translateY(-5px) translateX(11px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes panelMove {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes shakeAndFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: currentColor;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  transition: all 0.3s;
  background: transparent;
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: "YekanBakh";
  src: url("./assets/fonts/Yekan-Bakh/YekanBakh-VF.woff") format("woff"), url("./assets/fonts/Yekan-Bakh/YekanBakh-VF.woff2") format("woff2");
}
.yekanBakh, button,
textarea,
input,
select,
option, body {
  font-family: "YekanBakh", Tahoma;
}

html {
  font-size: 14px;
}

body {
  direction: rtl;
  text-align: right;
  font-weight: 450;
  font-variation-settings: "wght" 450, "DOTS" 0;
  font-feature-settings: "ss01";
  margin: 0;
  background: #ffffff;
  color: var(--Green-180, #030c0c);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped:has(.modal.active) {
  overflow: clip;
}

html:has(.modal.active) {
  overflow: hidden;
}
html:has(.modal.active) body {
  padding-right: var(--scrollbar-width);
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.clear {
  clear: both;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.w-full {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.text-left {
  text-align: left;
  direction: ltr;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cursor, .zoom-banner-section__item, .home-categories ul li, .slideshow .slick-slide, .help-card {
  cursor: url("assets/images/svg/icons/cursor.svg") 50 50, auto;
}
.cursor a, .zoom-banner-section__item a, .home-categories ul li a, .slideshow .slick-slide a, .help-card a {
  cursor: inherit;
}
@media (max-width: 991px) {
  .cursor, .zoom-banner-section__item, .home-categories ul li, .slideshow .slick-slide, .help-card {
    cursor: default;
  }
  .cursor a, .zoom-banner-section__item a, .home-categories ul li a, .slideshow .slick-slide a, .help-card a {
    cursor: pointer;
  }
}

.site-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.85714rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-title {
    font-size: 1.14286rem;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: 16px;
  }
}

.site-subtitle {
  color: var(--Green-40, #9FB0B1);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.85714rem;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .site-subtitle {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    margin-bottom: 24px;
  }
}

.site-more {
  color: var(--Gold-100, #c6a246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
.site-more:hover {
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .site-more {
    line-height: 1.57143rem;
  }
}
.site-more-mobile {
  margin-top: 16px;
  width: 100%;
  padding: 4px 12px;
  line-height: 1.71429rem;
  font-size: 0.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  border-radius: 4px;
  border: 1px solid var(--Green-100, #103a3b);
  color: var(--Green-100, #103a3b);
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 991px) {
  .site-more-mobile {
    display: flex;
  }
}

.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-head {
    margin-bottom: 16px;
  }
  .site-head .site-more {
    display: none;
  }
}
.site-head .site-title {
  margin-bottom: 0;
}

.section-description {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.section-description .accordion-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.57143rem;
  color: var(--Gold-100, #c6a246);
  transition: all 0s;
}
.section-description .accordion-title:after {
  height: 16px;
  width: 16px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.section-description .accordion-title.active:after {
  transform: rotate(90deg);
}
.section-description .accordion-content {
  color: #fafafa;
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(72px, 0fr);
  transition: grid-template-rows 0.6s;
  width: 100%;
  line-height: 1.71429rem;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  position: relative;
}
@media (max-width: 991px) {
  .section-description .accordion-content {
    grid-template-rows: minmax(120px, 0fr);
  }
}
.section-description .accordion-content:after {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 58, 59, 0.2) 0%, #103a3b 100%);
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .section-description .accordion-content:after {
    top: unset;
    bottom: 0;
    height: 92px;
  }
}
.section-description .accordion-content.active {
  grid-template-rows: minmax(72px, 1fr);
}
@media (max-width: 991px) {
  .section-description .accordion-content.active {
    grid-template-rows: minmax(120px, 1fr);
  }
}
.section-description .accordion-content.active:after {
  opacity: 0;
}

.site-label, .single-page__gallery--label {
  padding: 8px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px;
  background: #85999a;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .site-label, .single-page__gallery--label {
    height: 24px;
    font-size: 0.85714rem;
  }
}

.sort-type {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.sort-type__item {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 4px 8px;
  min-width: 44px;
  text-align: center;
  line-height: 1.71429rem;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  transition: all 0.3s;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.sort-type__item:has(input:checked),
.sort-type__item .active {
  background: var(--Green-100, #103a3b);
  border-color: var(--Green-100, #103a3b);
  color: var(--White, #fff);
}

span[data-tooltip],
a[data-tooltip],
button[data-tooltip] {
  cursor: help;
}
span[data-tooltip]:after,
a[data-tooltip]:after,
button[data-tooltip]:after {
  content: attr(data-tooltip);
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--Green-120, #0d2e2f);
  padding: 8px;
  opacity: 0;
  transition: all 0.5s;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  text-align: center;
  position: absolute;
  transform: translateX(-50%) translateY(-100%);
  left: 50%;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 1459px) {
  span[data-tooltip]:after,
  a[data-tooltip]:after,
  button[data-tooltip]:after {
    left: -8px;
    transform: translateY(-100%);
  }
}
span[data-tooltip]:before,
a[data-tooltip]:before,
button[data-tooltip]:before {
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.3136 0.000289451L5.65674 6.19589L-0.000114174 0.000289451H11.3136Z' fill='%230D2E2F'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
span[data-tooltip]:hover:after, span[data-tooltip]:hover:before,
a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before,
button[data-tooltip]:hover:after,
button[data-tooltip]:hover:before {
  opacity: 1;
}

.more-description {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .more-description {
    gap: 0;
  }
}
.more-description .accordion-title {
  color: var(--Green-100, #103a3b);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .more-description .accordion-title {
    color: var(--Gold-100, #C6A246);
    line-height: 1.71429rem;
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.more-description .accordion-title:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33366 8.66634C3.70185 8.66634 4.00033 8.36786 4.00033 7.99967C4.00033 7.63148 3.70185 7.33301 3.33366 7.33301C2.96547 7.33301 2.66699 7.63148 2.66699 7.99967C2.66699 8.36786 2.96547 8.66634 3.33366 8.66634Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00033 8.66634C8.36851 8.66634 8.66699 8.36786 8.66699 7.99967C8.66699 7.63148 8.36851 7.33301 8.00033 7.33301C7.63214 7.33301 7.33366 7.63148 7.33366 7.99967C7.33366 8.36786 7.63214 8.66634 8.00033 8.66634Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.667 8.66634C13.0352 8.66634 13.3337 8.36786 13.3337 7.99967C13.3337 7.63148 13.0352 7.33301 12.667 7.33301C12.2988 7.33301 12.0003 7.63148 12.0003 7.99967C12.0003 8.36786 12.2988 8.66634 12.667 8.66634Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .more-description .accordion-title:after {
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.more-description .accordion-title span {
  font-size: 0;
}
.more-description .accordion-title.active {
  font-size: 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .more-description .accordion-title.active {
    margin-top: 8px;
    flex-direction: row;
  }
  .more-description .accordion-title.active:after {
    transform: rotate(180deg);
  }
}
.more-description .accordion-title.active span {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .more-description .accordion-title.active span {
    font-size: 0.85714rem;
  }
}
.more-description .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(160px, 0fr);
  transition: grid-template-rows 0.6s;
}
@media (max-width: 767px) {
  .more-description .accordion-content {
    grid-template-rows: minmax(288px, 0fr);
  }
}
.more-description .accordion-content.active {
  grid-template-rows: minmax(160px, 1fr);
}
@media (max-width: 767px) {
  .more-description .accordion-content.active {
    grid-template-rows: minmax(288px, 1fr);
  }
}
.more-description .accordion-content.active .more-description__content:after {
  opacity: 0;
}
.more-description__title {
  margin-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-size: 1.71429rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .more-description__title {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.more-description__content {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  position: relative;
}
.more-description__content:after {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  height: 98px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .more-description__content:after {
    height: 166px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFF 100%);
  }
}

.container {
  max-width: 1432px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

.inner-page .container {
  max-width: 1196px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White, #fff);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 991px) {
  .slick-prev {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
  }
}
.slick-prev:hover {
  background-color: var(--Gold-100, #c6a246);
}

.slick-next {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White, #fff);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 991px) {
  .slick-next {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
  }
}
.slick-next:hover {
  background-color: var(--Gold-100, #c6a246);
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .slick-dots {
    gap: 2px;
  }
}
.slick-dots li {
  line-height: 0;
}
.slick-dots li button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: var(--White, #fff);
  font-size: 0;
}
.slick-dots li.slick-active button {
  width: 40px;
  background: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .slick-dots li.slick-active button {
    width: 48px;
  }
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  cursor: none;
  display: none;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: "Loading...";
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

:root {
  --ss-primary-color: #406162;
  --ss-bg-color: #ffffff;
  --ss-font-color: #406162;
  --ss-placeholder-color: #cfd8d8;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #e7ebeb;
  --ss-highlight-color: #fffb8c;
  --ss-focus-color: var(--ss-primary-color);
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 40px;
  --ss-content-height: 300px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 8px;
  --ss-spacing-s: 5px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 8px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-dir-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  color: var(--ss-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: block;
  margin: auto 0px auto var(--ss-spacing-s);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: calc(100% - 20px);
  padding-right: var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--ss-bg-color);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: #c6a246;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-fixed {
  position: fixed;
}

.ss-content.ss-dir-above {
  transform-origin: center bottom;
  flex-direction: column-reverse;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-dir-below {
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open {
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--ss-border-color);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: var(--ss-search-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: none;
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: none;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  align-items: center;
  min-height: var(--ss-option-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
  gap: 8px;
}
.ss-content .ss-list .ss-option:has(img) {
  direction: ltr;
  padding-left: 18px;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
  border-left: 5px solid var(--ss-primary-color);
  transition: border-left var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
} 
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.leaflet-container {
  width: 100%;
  height: 410px;
}
@media (max-width: 1199px) {
  .leaflet-container {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .leaflet-container {
    height: 160px;
  }
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
  display: none;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
  display: none;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: center;
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 8px 20px;
  line-height: 1.4;
  font-family: GeneralSans-Variable;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(../images/leaflet/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../images/leaflet/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666;
}

/**********tooltip Animatoin**********/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip__trigger {
  cursor: pointer;
  position: relative;
}

.tooltip__trigger-text {
  display: block;
  padding: 0.85em;
  pointer-events: none;
}

.tooltip__base {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.tooltip__content {
  color: #999999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 0 1em;
  opacity: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: GeneralSans-Variable;
}

.tooltip__shape,
.tooltip__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tooltip__shape {
  fill: #141514;
}

/* Indivudual styles */
/* Cora */
.tooltip--cora .tooltip__base {
  transform-origin: 50% 100%;
}

.tooltip--cora .tooltip__content {
  margin-bottom: 1em;
}

/* Smaug */
.tooltip--smaug .tooltip__base {
  bottom: -0.5em;
  transform-origin: 50% 100%;
}

.tooltip--smaug .tooltip__content {
  padding: 0;
}

/* Dori */
.tooltip--dori .tooltip__base {
  bottom: -0.5em;
}

.tooltip--dori .tooltip__content {
  margin: 0 0 1em;
}

/* Walda */
.tooltip--walda .tooltip__base {
  left: 0;
  bottom: 0.75em;
  position: absolute;
  margin-left: 0;
  width: 250px;
  height: 100px;
  padding: 0 0 0 0.25em;
}

.tooltip--walda .tooltip__trigger-text {
  padding: 1em;
}

.tooltip--walda .tooltip__content {
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  text-align: left;
  font-size: 0.85em;
  line-height: 2;
  opacity: 1;
  justify-content: flex-start;
}

.tooltip--walda .tooltip__letters span {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

.tooltip--walda .tooltip__deco {
  width: 4px;
  height: 100%;
  background: #141514;
  transform-origin: 50% 100%;
}

/* Gram */
.tooltip--gram .tooltip__base {
  bottom: -0.5em;
}

/* Narvi */
.path-narvi {
  transform-origin: 200px 150px;
}

.tooltip--narvi .tooltip__content {
  width: 80%;
}

/* Amras */
.path-amras-1 {
  transform-origin: 115px 111px;
}

.path-amras-2 {
  transform-origin: 204px 107px;
}

.path-amras-3 {
  transform-origin: 279px 66px;
}

.path-amras-4 {
  transform-origin: 320px 99px;
}

.path-amras-5 {
  transform-origin: 137px 199px;
}

.path-amras-6 {
  transform-origin: 222px 217px;
}

.path-amras-7 {
  transform-origin: 80px 168px;
}

.path-amras-8 {
  transform-origin: 296px 211px;
}

.path-amras-9 {
  transform-origin: 310px 167px;
}

/* Hador */
.tooltip--hador .tooltip__base {
  bottom: 2.25em;
  margin-left: -115px;
}

.path-hador-1 {
  transform-origin: 148px 284px;
}

.path-hador-2 {
  transform-origin: 160px 268px;
}

.path-hador-3 {
  transform-origin: 171px 246px;
}

.path-hador-4 {
  transform-origin: 200px 120px;
}

.tooltip--hador .tooltip__content {
  width: 50%;
  margin: 0 0 2.5em;
}

/* Malva */
.tooltip--malva .tooltip__content {
  width: 50%;
}

/* Sadoc */
.tooltip--sadoc .tooltip__base {
  bottom: 2.5em;
}

.tooltip--sadoc .tooltip__shape path {
  fill: #1d1f1e;
  stroke: #5a5c5b;
  stroke-width: 3px;
}

.btn {
  display: flex;
  padding: 8px 16px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  background: var(--Green-100, #103a3b);
  color: #fff;
  gap: 4px;
  cursor: pointer;
}
.btn[disabled] {
  pointer-events: none;
  background: var(--Green-10, #E7EBEB);
  color: #fff;
}
.btn--large {
  height: 48px;
  font-size: 1.14286rem;
}
.btn:hover {
  background: var(--Gold-100, #c6a246);
}
.btn-outline {
  background: transparent;
  border: 2px solid var(--Green-100, #103a3b);
  color: var(--Green-100, #103a3b);
  padding-left: 12px;
  padding-right: 12px;
}
.btn-outline:hover {
  background-color: var(--Green-100, #103a3b);
  color: #fff;
}

.category-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.category-card__picture {
  width: 100%;
}
.category-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.category-card__count {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px;
  padding: 8px;
  background: #85999a;
  color: var(--White, #fff);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .category-card__count {
    height: 24px;
    opacity: 1;
    font-size: 0.85714rem;
  }
}
.category-card__title {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.28571rem;
  color: var(--Gold-10, #f9f6ec);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .category-card__title {
    font-size: 1.21429rem;
  }
}
@media (max-width: 991px) {
  .category-card__title {
    font-size: 1.14286rem;
    line-height: 1.71429rem;
    height: 50%;
  }
}
.category-card:hover .category-card__count {
  opacity: 1;
}

.mini-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  display: flex;
}
@media (max-width: 991px) {
  .mini-card {
    align-items: flex-start;
  }
}
.mini-card__picture {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  max-width: 100px;
}
@media (max-width: 991px) {
  .mini-card__picture {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.mini-card__details {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
@media (max-width: 991px) {
  .mini-card__details {
    padding: 8px;
  }
}
.mini-card__details--title {
  padding-left: 28px;
  margin-bottom: 2px;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-180, #030c0c);
}
@media (max-width: 991px) {
  .mini-card__details--title {
    padding-left: 34px;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.mini-card__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.mini-card__details--weight {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Green-60, #708989);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .mini-card__details--weight {
    margin-bottom: 12px;
  }
}
.mini-card__details--weight:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.mini-card__details--price {
  margin-top: auto;
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
.mini-card__label {
  padding: 8px;
  height: 24px;
  background: #85999a;
  border-radius: 0 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  color: var(--White, #fff);
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .mini-card__label {
    display: none;
  }
}
.mini-card__like {
  position: absolute;
  top: 12px;
  left: 12px;
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .mini-card__like {
    left: 8px;
    top: 8px;
  }
}
.mini-card__like svg {
  transition: all 0.3s;
}
.mini-card__like:hover, .mini-card__like.active {
  color: #ff0000;
}

.product-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card__picture {
  border-radius: 4px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}
.product-card__picture img {
  width: 100%;
}
.product-card__title {
  margin-bottom: 4px;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-180, #030c0c);
}
@media (max-width: 991px) {
  .product-card__title {
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.product-card__title:hover {
  color: var(--Gold-100, #c6a246);
}
.product-card__weight {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1rem;
  margin-bottom: 8px;
}
.product-card__weight:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.product-card__price {
  margin-top: auto;
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .product-card__price {
    line-height: 2.28571rem;
  }
}
.product-card__label {
  padding: 8px;
  height: 24px;
  background: #85999a;
  border-radius: 0 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  color: var(--White, #fff);
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .product-card__label {
    display: none;
  }
}
.product-card__like {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5001 13.5717L12.0001 20.9997L4.50006 13.5717C4.00536 13.0903 3.6157 12.5117 3.3556 11.8723C3.09551 11.2329 2.97062 10.5466 2.98879 9.85662C3.00697 9.1666 3.16782 8.48782 3.46121 7.86303C3.75461 7.23823 4.17419 6.68094 4.69354 6.22627C5.21289 5.77159 5.82076 5.42938 6.47887 5.22117C7.13697 5.01296 7.83106 4.94327 8.51743 5.01649C9.20379 5.08971 9.86756 5.30425 10.4669 5.64659C11.0663 5.98894 11.5883 6.45169 12.0001 7.00569C12.4136 6.45571 12.9362 5.99701 13.5352 5.65829C14.1341 5.31958 14.7966 5.10814 15.481 5.03721C16.1654 4.96628 16.8571 5.03739 17.5128 5.24608C18.1685 5.45477 18.7741 5.79656 19.2916 6.25005C19.8091 6.70354 20.2275 7.25897 20.5205 7.88158C20.8135 8.50419 20.9748 9.18057 20.9944 9.8684C21.0139 10.5562 20.8913 11.2407 20.6342 11.8789C20.3771 12.5172 19.991 13.0955 19.5001 13.5777' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
@media (max-width: 991px) {
  .product-card__like {
    left: 8px;
    top: 8px;
  }
}
.product-card__like:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5001 13.5717L12.0001 20.9997L4.50006 13.5717C4.00536 13.0903 3.6157 12.5117 3.3556 11.8723C3.09551 11.2329 2.97062 10.5466 2.98879 9.85662C3.00697 9.1666 3.16782 8.48782 3.46121 7.86303C3.75461 7.23823 4.17419 6.68094 4.69354 6.22627C5.21289 5.77159 5.82076 5.42938 6.47887 5.22117C7.13697 5.01296 7.83106 4.94327 8.51743 5.01649C9.20379 5.08971 9.86756 5.30425 10.4669 5.64659C11.0663 5.98894 11.5883 6.45169 12.0001 7.00569C12.4136 6.45571 12.9362 5.99701 13.5352 5.65829C14.1341 5.31958 14.7966 5.10814 15.481 5.03721C16.1654 4.96628 16.8571 5.03739 17.5128 5.24608C18.1685 5.45477 18.7741 5.79656 19.2916 6.25005C19.8091 6.70354 20.2275 7.25897 20.5205 7.88158C20.8135 8.50419 20.9748 9.18057 20.9944 9.8684C21.0139 10.5562 20.8913 11.2407 20.6342 11.8789C20.3771 12.5172 19.991 13.0955 19.5001 13.5777' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product-card__like.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.35585 11.8728C3.61594 12.5122 4.00561 13.0908 4.5003 13.5722L8.2503 17.2862L12.0003 21.0002C14.0698 18.9505 16.2776 17.0157 18.3039 14.9289C19.1483 14.0593 20.1769 13.0152 20.6344 11.8794C20.8916 11.2412 21.0142 10.5567 20.9946 9.86889C20.975 9.18106 20.8137 8.50468 20.5207 7.88207C20.2277 7.25946 19.8094 6.70403 19.2919 6.25054C18.7743 5.79705 18.1688 5.45526 17.5131 5.24657C16.8574 5.03787 16.1657 4.96677 15.4812 5.0377C14.7968 5.10863 14.1344 5.32007 13.5354 5.65878C12.9364 5.9975 12.4138 6.4562 12.0003 7.00618C11.5885 6.45218 11.0666 5.98943 10.4672 5.64708C9.8678 5.30473 9.20403 5.0902 8.51767 5.01698C7.83131 4.94376 7.13722 5.01345 6.47911 5.22166C5.82101 5.42987 5.21314 5.77208 4.69379 6.22676C4.17444 6.68143 3.75485 7.23871 3.46146 7.86351C3.16806 8.48831 3.00721 9.16709 2.98904 9.85711C2.97086 10.5471 3.09575 11.2334 3.35585 11.8728Z' fill='%23C6A246'/%3E%3C/svg%3E");
}

.help-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.help-card__picture {
  width: 100%;
  height: 100%;
  display: block;
}
.help-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.help-card__over {
  height: 111px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  color: var(--Gold-10, #f9f6ec);
  pointer-events: none;
}
@media (max-width: 991px) {
  .help-card__over {
    height: 61px;
    padding: 8px;
    gap: 2px;
  }
}
.help-card__over:after {
  pointer-events: none;
  position: absolute;
  content: "";
  transition: all 0.5s;
  opacity: 0;
  inset: 0;
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .help-card__over:after {
    display: none;
  }
}
.help-card__over:before {
  pointer-events: none;
  position: absolute;
  content: "";
  transition: all 0.5s;
  opacity: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(22, 22, 22, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.help-card__over--label {
  color: var(--White, #fff);
  font-size: 0.85714rem;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  background: var(--Gold-100, #c6a246);
  padding: 8px;
  height: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .help-card__over--label {
    height: 20px;
  }
}
.help-card__over--price {
  line-height: 2.28571rem;
  font-size: 1.71429rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .help-card__over--price {
    font-size: 1rem;
    line-height: 1.42857rem;
  }
}
.help-card:hover .help-card__over:before {
  opacity: 0;
}
@media (max-width: 991px) {
  .help-card:hover .help-card__over:before {
    opacity: 1;
  }
}
.help-card:hover .help-card__over:after {
  opacity: 1;
}

.blog-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card__picture {
  width: 100%;
}
.blog-card__picture img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.blog-card__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.blog-card__categories a {
  padding: 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #85999a;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
.blog-card__title {
  margin-bottom: 4px;
  color: var(--Black---100, var(--Black---90, #171718));
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 1.21429rem;
  }
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.blog-card__title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-card__description {
  font-size: 1rem;
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  margin-bottom: 8px;
}
.blog-card__categories {
  margin-bottom: 8px;
}
.blog-card__details {
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
}
.blog-card__details a:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-card .site-more {
  margin-top: auto;
}

.customer-comment-card {
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .customer-comment-card {
    padding: 8px;
  }
}
.customer-comment-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.customer-comment-card__head--icon {
  color: var(--Gold-100, #c6a246);
}
.customer-comment-card__head--user {
  position: relative;
  min-height: 56px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.customer-comment-card__head--user_name {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.customer-comment-card__head--user_id {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  direction: ltr;
}
.customer-comment-card__head--user_picture {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
}
.customer-comment-card__content {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  .customer-comment-card__content {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.branch-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.branch-card__picture {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .branch-card__picture {
    margin-bottom: 16px;
  }
}
.branch-card__picture img {
  border-radius: 8.895px;
  width: 100%;
}
@media (max-width: 767px) {
  .branch-card__picture img {
    border-radius: 8px;
  }
}
.branch-card__title {
  margin-bottom: 4px;
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 767px) {
  .branch-card__title {
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.branch-card__subtitle {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.branch-card__time {
  display: block;
  margin-top: 12px;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.branch-card .site-more {
  margin-top: auto;
}
@media (max-width: 767px) {
  .branch-card .site-more {
    margin-top: 16px;
    border-radius: 4px;
    border: 2px solid var(--Gold-100, #c6a246);
    padding: 8px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
}

.blog-mini-card {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-mini-card {
    gap: 8px;
  }
}
.blog-mini-card__picture {
  width: 120px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .blog-mini-card__picture {
    width: 90px;
    height: 56px;
    border-radius: 4px;
  }
}
.blog-mini-card__picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.blog-mini-card__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-mini-card__details--title {
  color: var(--Black---100, var(--Black---90, #171718));
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-mini-card__details--title {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.blog-mini-card__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-mini-card__details--info {
  color: var(--Green-60, #708989);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .blog-mini-card__details--info {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-mini-card__details--info a:hover {
  color: var(--Black---100, var(--Black---90, #171718));
}

.hidden-input, .single-page__details--size input, .single-page__details--weight input, .single-page__details--color input, .radio input, .checkbox input, .sort-type__item input {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.checkbox__icon {
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #d5d5d6;
  background: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.checkbox__icon:after {
  transition: all 0.3s;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33325 8.00033L6.66659 11.3337L13.3333 4.66699' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
}
.checkbox__title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  user-select: none;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.checkbox__extra {
  margin-right: auto;
}
.checkbox__extra--color {
  width: 20px;
  height: 20px;
  border: 1px solid var(--Gold-20, #f4ecda);
  border-radius: 50%;
}
.checkbox:has(input:checked) .checkbox__icon {
  border-color: #406162;
}
.checkbox:has(input:checked) .checkbox__icon:after {
  opacity: 1;
}
.checkbox:has(input:checked) .checkbox__icon:before {
  transform: translateX(13px);
  background-color: #406162;
}
.checkbox-toggle .checkbox__icon {
  width: 33px;
  height: 20px;
  border: 2px solid #cfd8d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 3px;
  padding-right: 3px;
}
.checkbox-toggle .checkbox__icon:after {
  display: none;
}
.checkbox-toggle .checkbox__icon:before {
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  border-radius: 12px;
  background: var(--Green-20, #cfd8d8);
  content: "";
  border-radius: 50%;
  display: block;
}

.radio {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.radio__icon {
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--Green-20, #cfd8d8);
  background: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.radio__icon:after {
  transition: all 0.3s;
  opacity: 0;
  background-color: #406162;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  content: "";
  display: block;
}
.radio__title {
  color: var(--Green-120, #0d2e2f);
  font-size: 1rem;
  line-height: 2.28571rem;
  user-select: none;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.radio:has(input:checked) .radio__icon {
  border-color: #406162;
}
.radio:has(input:checked) .radio__icon:after {
  opacity: 1;
}

.form-label {
  margin-bottom: 8px;
  transition: all 0.3s;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.28571rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-control {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  font-size: 1.14286rem;
  height: 56px;
  transition: all 0.3s;
  color: var(--Balck, #000);
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.form-control::placeholder {
  color: #cfd8d8;
  opacity: 1;
  transition: color 0.3s;
}
.form-control:-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.form-control::-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .form-control {
    height: 40px;
    padding: 8px 16px;
  }
}
.form-control:focus {
  border-color: var(--Green-100, #103a3b);
}
.form-control__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-file input {
  display: none;
}
.form-file .form-control {
  color: var(--Green-20, #cfd8d8);
  cursor: pointer;
}
.form-file .form-control__icon {
  pointer-events: none;
}
.form-file .form-control:hover {
  border-color: var(--Green-100, #103a3b);
}

.form-tel {
  position: relative;
}
.form-tel .form-control {
  padding-left: 120px;
}
.form-tel .select {
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-tel .select .ss-main {
  --ss-main-height: 56px;
  --ss-bg-color: transparent;
  --ss-spacing-s: 0;
  --ss-border-radius: 0;
  --ss-spacing-m: 0;
  flex-direction: row-reverse;
  border: none;
  border-right: 1px solid var(--Green-10, #e7ebeb);
  padding-right: 12px;
}
@media (max-width: 991px) {
  .form-tel .select .ss-main {
    --ss-main-height: 40px;
  }
}
.form-tel .select .ss-main .ss-arrow {
  width: 16px;
  height: 16px;
}
.form-tel .select .ss-main .ss-single {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  padding: 0;
}

.form-foot {
  gap: 8px;
  display: flex;
  align-items: center;
}

.form-error {
  margin-top: 8px;
  display: block;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--error);
  line-height: 1.71429rem;
}

.form-description {
  margin-top: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 0.71429rem;
  line-height: 1.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}

.form-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-groups .form-group {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}

.form-group:has(.form-label) .form-control__icon {
  top: 40px;
}
@media (max-width: 991px) {
  .form-group:has(.form-label) .form-control__icon {
    top: 32px;
  }
}
.form-group:has(.form-error) .form-control {
  border-color: var(--error);
  color: var(--error);
}
.form-group:has(.form-error) .form-label {
  color: var(--error);
}
.form-group:has(.form-control__icon) {
  position: relative;
}
.form-group:has(.form-control__icon) .form-control {
  padding-left: 48px;
}
.form-group:has(.copy-text) .form-control {
  padding-right: 48px;
  padding-left: 12px;
}
.form-group:has(.copy-text) .form-control__icon {
  left: unset;
  right: 16px;
}

.password-toggle {
  color: var(--Green-40, #9fb0b1);
}
.password-toggle:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  height: 24px;
  width: 1px;
  content: "";
  display: block;
  background: #9fb0b1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.password-toggle.active:after {
  opacity: 1;
}

.copy-text {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .copy-text {
    width: 32px;
    height: 32px;
  }
  .copy-text svg {
    width: 32px;
  }
}
.copy-text:hover {
  color: var(--Green-80, #406162);
}
.copy-text.active {
  color: var(--Green-80, #406162);
}

textarea.form-control {
  height: 91px;
  resize: none;
  min-width: 100% !important;
  max-width: 100% !important;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quantity-controls button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-controls button .icon {
  transition: all 0.3s;
  color: var(--Green-100, #103a3b);
}
.quantity-controls button .icon:hover {
  color: var(--Gold-100, #c6a246);
}
.quantity-controls button:disabled {
  cursor: not-allowed;
}
.quantity-controls button:disabled .icon {
  color: #cfd8d8;
}
.quantity-controls input {
  width: 32px;
  min-width: 32px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
  color: var(--Green-100, #103a3b);
  direction: ltr;
}

.gform_title {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .gform_title {
    padding: 0;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}

.gform-theme--foundation .gform_fields {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 16px;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-textarea-radius: 8px;
  --gf-ctrl-radius: 8px;
  --gf-ctrl-size: 56px;
  --gf-ctrl-textarea-size: 160px;
  --gf-ctrl-border-color: #E7EBEB;
  --gf-ctrl-shadow: none;
  --gf-ctrl-outline-width-focus: 0;
  --gf-ctrl-outline-color-focus: transparent;
  --gf-ctrl-outline-offset: 0;
  --gf-ctrl-transition: all 0.3s;
  --gf-ctrl-border-color-focus: #bf8f5f;
  --gf-ctrl-border-color-hover: #bf8f5f;
}
@media (max-width: 991px) {
  .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-size: 40px;
  }
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-label-font-size-primary: 1rem;
  --gf-ctrl-label-color-primary: #103A3B;
  --gf-ctrl-label-line-height-primary: 1.28571rem;
  --gf-ctrl-label-color-req: #EC3C2C;
}

body .gform-theme--foundation .gfield textarea.large {
  min-block-size: 160px;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  --gf-ctrl-select-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-hover: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-focus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-size: 24px;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
  --gf-form-footer-margin-y-start: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-btn-bg-color-primary: #103A3B;
  --gf-ctrl-btn-radius: 4px;
  --gf-ctrl-btn-font-size: 1rem;
  --gf-ctrl-btn-font-weight: 600;
  --gf-local-line-height: 1.71429rem;
  --gf-ctrl-btn-size: 40px;
  --gf-ctrl-btn-bg-color-hover-primary: #bf8f5f;
  --gf-ctrl-btn-bg-color-focus-primary: #bf8f5f;
  --gf-ctrl-btn-border-color-focus-primary: #bf8f5f;
}
@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-btn-font-weight: 450;
  }
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-desc-color-error: #EC3C2C;
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-border-color-error: #EC3C2C;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  --gf-form-validation-heading-color: #EC3C2C;
}

.gform-theme--framework .gform_validation_errors {
  --gf-form-validation-margin-y: 24px;
}

#comments {
  background: #fafafa;
  padding: var(--section-space) 0;
}
@media (max-width: 991px) {
  #comments {
    padding-top: 40px;
  }
}

.comments__head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .comments__head {
    margin-bottom: 8px;
  }
}
.comments__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  letter-spacing: -0.01286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .comments__head--title {
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
  }
}
.comments__head--count {
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .comments__head--count {
    padding-right: 8px;
    margin-right: 8px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    letter-spacing: normal;
    font-size: 1rem;
  }
}
.comments__head--count:before {
  background: #9fb0b1;
  width: 1px;
  height: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comments__head .btn {
  margin-right: auto;
}
@media (max-width: 991px) {
  .comments__head .btn {
    padding: 8px 16px;
    background: var(--White, #fff);
    height: 40px;
    font-size: 1rem;
    border: 1px solid var(--Green-100, #103a3b);
    color: var(--Green-100, #103a3b);
  }
}
.comments__more {
  margin-top: 24px;
  color: var(--Gold-100, #c6a246);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  letter-spacing: -0.01rem;
  gap: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .comments__more {
    margin-top: 16px;
    letter-spacing: normal;
  }
}
.comments__more:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.comments__empty {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .comments__empty {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.comments__empty--icon {
  margin-bottom: -32px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Gold-10, #F9F6EC);
  color: var(--Gold-100, #C6A246);
}
.comments__empty--title {
  margin-bottom: 8px;
  color: var(--Green-100, #103A3B);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 1rem;
}
.comments__empty--subtitle {
  margin-bottom: 24px;
  font-size: 0.85714rem;
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
.comments__empty .btn {
  min-width: 228px;
}
@media (max-width: 991px) {
  .comments__empty .btn {
    min-width: 120px;
  }
}

.comment {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7ebeb;
  display: flex;
  align-items: center;
  gap: 24px 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .comment {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px 4px;
  }
}
.comment__user {
  flex: 0 0 58px;
  max-width: 58px;
}
@media (max-width: 991px) {
  .comment__user {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.comment__user img {
  border-radius: 50%;
}
.comment__details {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.comment__details--date {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
.comment__details--name {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  letter-spacing: -0.01rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .comment__details--name {
    margin-bottom: 8px;
    letter-spacing: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.comment__details--content {
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  letter-spacing: -0.01rem;
}
@media (max-width: 991px) {
  .comment__details--content {
    letter-spacing: normal;
    margin-right: -44px;
  }
}
.comment .comment {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  padding-right: 72px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .comment .comment {
    padding-right: 16px;
  }
}

.comment-modal {
  width: 100%;
}
.comment-modal__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.comment-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .comment-modal__content .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comment-modal__content .form-foot .btn {
    width: 100%;
  }
}

#faq-section {
  padding: var(--section-space) 0;
}
@media (max-width: 991px) {
  #faq-section {
    padding-bottom: 0;
  }
}

.faq-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .faq-section {
    gap: 8px;
  }
}
.faq-section__item {
  padding: 16px;
  background: var(--White, #fff);
  border: 1px solid var(--Green-10, #e7ebeb);
  transition: all 0.3s;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .faq-section__item {
    padding: 12px;
  }
}
.faq-section__item .accordion-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 1.57143rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: flex;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-title {
    font-size: 1rem;
  }
}
.faq-section__item .accordion-title:before {
  transform: translateY(-1px);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='17' height='16' rx='1.5' stroke='%23103A3B'/%3E%3Cpath d='M9 5.875V11.125M6.375 8.5H11.625' stroke='%23103A3B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.faq-section__item .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.faq-section__item .accordion-content > div {
  padding-top: 12px;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.57143rem;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-content > div {
    padding-top: 8px;
  }
}
.faq-section__item .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.faq-section__item:has(.active) {
  background: #fafafa;
}
.faq-section__item:has(.active) .accordion-title {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .faq-section__item:has(.active) .accordion-title {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.faq-section__item:has(.active) .accordion-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='17' height='16' rx='1.5' stroke='%23C6A246'/%3E%3Cpath d='M6.375 8.5H11.625' stroke='%23C6A246' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.faq-section__contact {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .faq-section__contact {
    margin-top: 32px;
    gap: 16px;
    flex-direction: column;
  }
}
.faq-section__contact .btn {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .faq-section__contact .btn {
    width: 100%;
  }
}
.faq-section__contact p {
  padding-right: 10px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 1.57143rem;
  position: relative;
}
@media (max-width: 991px) {
  .faq-section__contact p {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .faq-section__contact p span {
    display: block;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.faq-section__contact p:before {
  background: var(--Green-40, #9fb0b1);
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#breadcrumb {
  border-top: 1px solid rgba(231, 235, 235, 0.5);
  padding: 12px 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  #breadcrumb {
    padding: 24px 0 0;
    border-top: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 8px;
}
.breadcrumb-item {
  color: #000;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.breadcrumb-item:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  flex-shrink: 0;
}
.breadcrumb-item a {
  color: var(--Green-60, #708989);
}
.breadcrumb-item a:hover {
  color: #000;
}
.breadcrumb-item.active:after {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .modal {
    align-items: flex-end;
  }
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background: var(--Green-100, #103a3b);
}
.modal__content {
  width: 700px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 991px) {
  .modal__content {
    padding: 16px;
  }
}
.modal__content:has(.login-modal), .modal__content:has(.share-modal), .modal__content:has(.wallet-modal) {
  width: 448px;
}
@media (max-width: 991px) {
  .modal__content:has(.login-modal), .modal__content:has(.share-modal), .modal__content:has(.wallet-modal) {
    width: 100%;
  }
}
.modal__content:has(.comment-modal) {
  width: 642px;
  background: var(--Gold-10, #F9F6EC);
}
@media (max-width: 991px) {
  .modal__content:has(.comment-modal) {
    width: 100%;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .modal__content {
    max-width: 100%;
    width: 100%;
  }
}
.modal__content--close {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: block;
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .modal__head {
    padding-bottom: 16px;
    border-bottom: 1px solid #E7EBEB;
  }
}
.modal__title {
  color: var(--Green-100, #103A3B);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .modal__title {
    letter-spacing: normal;
  }
}
.modal.active {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}

#filters-panel {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  padding: 16px;
  background: rgba(16, 58, 59, 0.6);
  opacity: 0;
  z-index: 20;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
#filters-panel.active {
  opacity: 1;
}
@media (max-width: 991px) {
  #filters-panel {
    top: 180px;
    bottom: 0;
    height: unset;
    padding: 0;
  }
}

.filters-panel {
  height: 100%;
  width: 320px;
  max-width: 100%;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  animation: panelMove 0.4s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .filters-panel {
    width: 100%;
    border-radius: 0;
  }
}
.filters-panel::-webkit-scrollbar {
  width: 8px;
}
.filters-panel::-webkit-scrollbar-track {
  background: transparent;
}
.filters-panel::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 36px;
}
.filters-panel::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
  cursor: pointer;
}
.filters-panel__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}
.filters-panel__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.filters-panel__head--reset {
  color: #ec3c2c;
  line-height: 1.57143rem;
  margin-right: auto;
}
.filters-panel__search {
  margin-bottom: 16px;
}
.filters-panel__search--form {
  position: relative;
  width: 100%;
}
.filters-panel__search--form-label {
  margin-bottom: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.filters-panel__search--form-control {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  height: 56px;
  padding: 16px 40px 16px 16px;
  letter-spacing: -0.03571rem;
  width: 100%;
  font-size: 1.14286rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: all 0.3s;
}
.filters-panel__search--form-control::placeholder {
  color: #cfd8d8;
  opacity: 1;
  transition: color 0.3s;
}
.filters-panel__search--form-control:-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.filters-panel__search--form-control::-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.filters-panel__search--form-control:focus {
  border-color: var(--Gold-100, #c6a246);
}
.filters-panel__search--form-submit {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14 14L10 10M11.3333 6.66667C11.3333 9.244 9.244 11.3333 6.66667 11.3333C4.08934 11.3333 2 9.244 2 6.66667C2 4.08934 4.08934 2 6.66667 2C9.244 2 11.3333 4.08934 11.3333 6.66667Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.filters-panel__buttons {
  position: sticky;
  bottom: 16px;
  right: 16px;
  left: 16px;
  z-index: 2;
  padding-top: 8px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .filters-panel__buttons {
    bottom: 8px;
  }
}
.filters-panel__buttons .btn {
  width: 100%;
  height: 48px;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .filters-panel__buttons .btn {
    font-size: 1rem;
    height: 40px;
  }
}
.filters-panel__accordions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filters-panel__accordion {
  border-bottom: 1px solid #cfd8d8;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filters-panel__accordion--title {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  color: var(--Green-120, #0d2e2f);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.28571rem;
}
.filters-panel__accordion--content {
  order: 2;
  max-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.filters-panel__accordion--list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filters-panel__accordion--selected {
  display: none;
  order: 1;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.filters-panel__accordion--selected:has(.filter-button) {
  margin-bottom: 16px;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected {
    gap: 16px;
  }
}
.filters-panel__accordion--selected .filter-button {
  background: var(--accent-color-anzac-10, #efead2);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: inset 0px 0px 0px 1px var(--accent-color-anzac-10, #efead2);
  color: var(--accent-color-anzac-100, #977337);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected .filter-button {
    font-weight: 400;
    gap: 4px;
    border-radius: 4px;
    padding: 2px 8px;
  }
}
.filters-panel__accordion--selected .filter-button:before {
  width: 16px;
  height: 16px;
  content: "";
  pointer-events: none;
  background: url("../images/close.svg") no-repeat center center;
}
.filters-panel__accordion--selected .filter-button:hover {
  background: var(--White, #fff);
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected .filter-button:hover {
    background: var(--accent-color-anzac-10, #efead2);
  }
}
.filters-panel__others {
  border-bottom: 1px solid #cfd8d8;
  padding-bottom: 16px;
}
.filters-panel__others ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-slider {
  width: calc(100% - 24px);
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .price-slider {
    margin-right: 12px;
    margin-left: 0;
  }
}
.price-slider .noUi-target {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.price-slider .noUi-target:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  height: 16px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/contain;
  display: block;
  background-color: var(--Gold-10, #f9f6ec);
}
.price-slider .noUi-connect {
  background: transparent;
}
.price-slider .noUi-connect:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  height: 16px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/contain;
  display: block;
  background-color: var(--Gold-100, #c6a246);
}
.price-slider .noUi-horizontal {
  height: 24px;
}
.price-slider .noUi-horizontal .noUi-handle {
  top: -1px;
  border: none;
  transform: translateX(2px);
  border-radius: 24px;
  border: 4px solid var(--White, #fff);
  background: var(--Gold-100, #c6a246);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
.price-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}
.price-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

.price-inputs {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .price-inputs {
    max-width: 280px;
  }
}
.price-inputs:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 228px);
  pointer-events: none;
  height: 1px;
  background: #e3e3e4;
  display: block;
}
.price-inputs input {
  width: 110px;
  border-radius: 4px;
  border: 0.5px solid var(--primary-colors-light-gray-light-gray-40, #e3e3e4);
  height: 24px;
  padding: 4px;
  font-size: 1rem;
  color: var(--Green-120, #0D2E2F);
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
  margin-bottom: 64px;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.pagination .prev {
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green-40, #9fb0b1);
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
}
.pagination .prev.disabled {
  pointer-events: none;
}
.pagination .prev svg {
  color: var(--Gold-120, #9e8238);
  transition: all 0.3s;
}
.pagination .prev:hover {
  color: var(--Green-140, #0a2323);
}
.pagination .prev:hover svg {
  transform: translateX(-2px);
}
.pagination .next {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green-40, #9fb0b1);
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
  flex-direction: row-reverse;
}
.pagination .next.disabled {
  pointer-events: none;
}
.pagination .next svg {
  color: var(--Gold-120, #9e8238);
  transition: all 0.3s;
}
.pagination .next:hover {
  color: var(--Green-140, #0a2323);
}
.pagination .next:hover svg {
  transform: translateX(2px);
}
.pagination .page {
  min-width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Green-40, #9fb0b1);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  background: transparent;
}
.pagination .page.active, .pagination .page:hover {
  color: var(--Green-100, #103A3B);
}
.pagination .page.active {
  pointer-events: none;
  letter-spacing: -0.03571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.pagination .pagespan {
  pointer-events: none;
}

@media (max-width: 991px) {
  .table {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.table table {
  width: 100%;
  border: none;
}
@media (max-width: 991px) {
  .table table {
    width: 1000px;
  }
}
.table table thead th {
  color: var(--Green-40, #9fb0b1);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  padding-left: 16px;
}
@media (max-width: 991px) {
  .table table thead th {
    padding-left: 9px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .table table thead th:first-child {
    position: sticky;
    right: 0;
    border-left: 1px solid #E7EBEB;
    background: #fff;
  }
  .table table thead th:nth-child(2) {
    padding-right: 32px;
  }
}
.table table thead th .table-sort {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L6 3L8 5' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11L6 13L8 11' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.table table tbody td {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  color: var(--Green-80, #406162);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-left: 16px;
}
@media (max-width: 991px) {
  .table table tbody td {
    padding-left: 9px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .table table tbody td:first-child {
    position: sticky;
    right: 0;
    border-left: 1px solid #E7EBEB;
    background: #fff;
  }
  .table table tbody td:nth-child(2) {
    padding-right: 32px;
  }
}
.table table tbody td b {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.green-color {
  color: #008000 !important;
}

.red-color {
  color: #f00 !important;
}

:root {
  --jb-calendar-color: #5b7a8d;
  --jb-input-border-color: #e7ebeb;
  --jb-input-box-shadow-focus: none;
  --jb-input-box-shadow: none;
  --jb-input-bgcolor: #ffffff;
  --jb-input-border-color-focus: #103a3b;
  --jb-input-border-width: 1px;
  --jb-input-border-bottom-width: 1px;
  --jb-input-border-radius: 8px;
  --jb-input-height: 56px;
  --jb-input-value-color: #43474e;
  --jb-input-value-font-size: 1.14286rem;
  --jb-input-input-font-weight: 400;
  --jb-input-label-color: #103A3B;
  --jb-input-label-font-size: 1rem;
  --jb-input-label-font-weight: 325;
  --jb-input-label-margin: 0 0 8px 0;
  --jb-popover-z-index: 20;
  --jb-calendar-arrow-button-bgcolor: transparent;
  --jb-calendar-arrow-fill-color: #103A3B;
  --jb-calendar-day-color-hover: #fff;
  --jb-calendar-day-bgcolor-hover: #C6A246;
  --jb-calendar-status-point-bgcolor-today: transparent;
  --jb-calendar-day-text-color-today: #C6A246;
  --jb-calendar-day-text-color: #74777f;
  --jb-calendar-day-bgcolor-selected: #103A3B;
}
@media (max-width: 991px) {
  :root {
    --jb-input-height: 40px;
  }
}

.calendar-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6A246;
  height: 100%;
}

#site-top {
  background: var(--Green-100, #103a3b);
}

.site-top {
  display: flex;
  align-items: center;
  padding: 12px 0;
  justify-content: space-between;
  color: var(--White, #fff);
}
.site-top__price {
  font-size: 1.07143rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .site-top__price {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    gap: 4px;
  }
}
.site-top__price span {
  color: var(--Gold-100, #c6a246);
}
.site-top__price:before {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  border: 3px solid var(--Gold-100, #c6a246);
}
.site-top__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}
.site-top__head--social ul {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
}
.site-top__head--social ul li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-top__head--social ul svg {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .site-top__head--tels {
    display: none;
  }
}
.site-top__head--tels ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-top__head--tels ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-top__head--tels ul li:after {
  width: 1px;
  height: 10px;
  opacity: 0.3;
  background: var(--White, #fff);
  display: block;
  content: "";
  transform: translateY(-1px);
}
.site-top__head--tels ul li a {
  color: var(--White, #fff);
}
.site-top__head--tels ul li a:hover {
  color: var(--Gold-100, #c6a246);
}
.site-top__head--tels ul li:last-child:after {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  padding: 24px 0;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--Green-20, #cfd8d8);
}
@media (max-width: 991px) {
  .header {
    border-bottom-color: #f9f6ec;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 16px 0;
    gap: 16px;
  }
  .header .logo {
    width: 114px;
  }
}

.head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.head__toggle {
  color: var(--Gold-100, #c6a246);
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .head__toggle {
    display: flex;
  }
}
.head__basket {
  position: relative;
}
.head__basket--link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gold-100, #c6a246);
}
.head__search {
  position: relative;
}
@media (max-width: 991px) {
  .head__search {
    display: none;
  }
}
.head__search--link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gold-100, #c6a246);
}

.menu ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .menu ul {
    display: none;
  }
}
.menu ul li a {
  color: var(--Green-100, #103a3b);
}
.menu ul li:hover a {
  color: var(--Gold-100, #c6a246);
}

#navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  #navigation {
    display: none;
  }
}

.navigation ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navigation ul li a {
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-80, #406162);
}
.navigation ul li:hover a {
  color: var(--Gold-100, #c6a246);
}

.header-search {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.header-search__text {
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px 16px 16px 44px;
  width: 100%;
  height: 40px;
  transition: all 0.3s;
}
.header-search__text::placeholder {
  color: var(--Green-20, #cfd8d8);
  opacity: 1;
  transition: color 0.3s;
}
.header-search__text:-ms-input-placeholder {
  color: var(--Green-20, #cfd8d8);
  transition: color 0.3s;
}
.header-search__text::-ms-input-placeholder {
  color: var(--Green-20, #cfd8d8);
  transition: color 0.3s;
}
.header-search__text:focus {
  border-color: var(--Gold-100, #c6a246);
}
.header-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  color: var(--Green-60, #708989);
  transition: all 0.3s;
}
.header-search__button:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .header-search {
    display: block;
  }
}

.site-footer {
  margin-top: 40px;
  background: var(--Green-100, #103a3b);
  padding-top: 40px;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .site-footer {
    position: relative;
    padding-top: 96px;
  }
  .site-footer .container {
    position: static;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 0;
    gap: 24px;
    flex-direction: column;
    justify-content: unset;
  }
}
.footer__menu {
  flex: 1;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .footer__menu {
    flex: unset;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.footer__menu--title {
  margin-bottom: 16px;
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .footer__menu--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer__menu--title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    content: "";
    transition: all 0.3s;
  }
  .footer__menu--title.active:after {
    transform: rotate(180deg);
  }
}
.footer__menu--list {
  flex: 0 0 220px;
  max-width: 220px;
}
@media (max-width: 1199px) {
  .footer__menu--list {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .footer__menu--list {
    flex: unset;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(207, 216, 216, 0.2);
  }
  .footer__menu--list:last-child {
    border-bottom: none;
  }
  .footer__menu--list .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(0, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .footer__menu--list .accordion-content.active {
    grid-template-rows: minmax(0, 1fr);
  }
}
.footer__menu--list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer__menu--list ul {
    padding-bottom: 16px;
  }
}
.footer__menu--list ul li {
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: all 0.3s;
  opacity: 0.5;
}
.footer__menu--list ul li:hover {
  opacity: 1;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 334px;
}
@media (max-width: 991px) {
  .footer__social {
    max-width: unset;
  }
}
.footer__social--description {
  font-size: 1rem;
  line-height: 1.57143rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .footer__social--description {
    text-align: center;
  }
}
.footer__social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .footer__social ul {
    gap: 20px;
    justify-content: center;
  }
}
.footer__social ul li {
  color: var(--Gold-100, #c6a246);
}
.footer__social ul li:hover {
  color: var(--White, #fff);
}
.footer__social ul li svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .footer__social ul li svg {
    width: 40px;
  }
}

.foot {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .foot {
    padding-top: 0;
    border-top: none;
    padding-bottom: 16px;
    border-bottom: none;
    align-items: unset;
    flex-direction: column;
    justify-content: unset;
    gap: 16px;
  }
}
.foot__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 810px;
}
@media (max-width: 991px) {
  .foot__info {
    flex: unset;
    max-width: 100%;
    gap: 0;
  }
  .foot__info--logo {
    position: absolute;
    right: 16px;
    top: 40px;
  }
}
.foot__links {
  max-width: 334px;
}
@media (max-width: 991px) {
  .foot__links {
    width: 100%;
    max-width: unset;
    padding-top: 16px;
    border-top: 1px solid rgba(207, 216, 216, 0.2);
  }
}
.foot__links ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .foot__links ul {
    justify-content: center;
    gap: 40px;
  }
}

.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .copyright {
    padding-top: 8px;
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
}
.copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .copyright p {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(207, 216, 216, 0.2);
    text-align: center;
  }
}
.copyright p a:hover {
  color: #fff;
}
.copyright .dotline {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  font-size: 0.85714rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .copyright .dotline {
    justify-content: center;
  }
}
.copyright .dotline svg {
  transform: translateY(-1px);
}
.copyright .dotline:hover {
  color: var(--White, #fff);
}

.slideshow {
  margin-bottom: var(--section-space);
}
@media (max-width: 991px) {
  .slideshow {
    padding-bottom: var(--section-space);
    margin-bottom: 0;
  }
}
.slideshow__title {
  width: 440px;
  left: var(--from-left-container);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -88px;
  background: linear-gradient(259deg, #c7a448 1.13%, #fff 78.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.85714rem;
  line-height: 4.57143rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1459px) {
  .slideshow__title {
    margin-top: -64px;
  }
}
@media (max-width: 1199px) {
  .slideshow__title {
    margin-top: -48px;
  }
}
@media (max-width: 991px) {
  .slideshow__title {
    min-height: 80px;
    font-size: 1.71429rem;
    line-height: 2.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    margin-top: 16px;
    width: 100%;
    position: static;
    transform: unset;
    background: linear-gradient(259deg, #c7a448 1.13%, #96640a 78.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.slideshow__more {
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  display: none;
  gap: 4px;
  margin-top: 8px;
  align-items: center;
  margin-right: 16px;
}
.slideshow__more:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66675 4.66699L11.3334 11.3337M4.66675 4.66699H10.6667M4.66675 4.66699V10.667' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .slideshow__more {
    display: flex;
  }
}
.slideshow .slick-slide {
  position: relative;
}
.slideshow .slick-slide img {
  width: 100%;
}
@media (max-width: 991px) {
  .slideshow .slick-slide img {
    min-height: 148px;
    object-fit: cover;
    object-position: center center;
  }
}
.slideshow .slick-dots {
  left: var(--from-left-container);
  transform: unset;
  bottom: 28%;
  width: 88px;
}
@media (max-width: 1199px) {
  .slideshow .slick-dots {
    bottom: 16px;
  }
}
@media (max-width: 991px) {
  .slideshow .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 154px;
    width: 100%;
  }
}
.slideshow .slick-prev,
.slideshow .slick-next {
  right: unset;
  left: var(--from-left-container);
  top: unset;
  transform: unset;
  bottom: 32%;
}
@media (max-width: 1199px) {
  .slideshow .slick-prev,
  .slideshow .slick-next {
    bottom: 48px;
  }
}
@media (max-width: 991px) {
  .slideshow .slick-prev,
  .slideshow .slick-next {
    left: 50%;
    transform: translateX(-38px);
    bottom: 168px;
  }
}
.slideshow .slick-prev {
  margin-left: 48px;
}

.home-categories {
  margin-top: var(--section-space);
  margin-bottom: var(--section-space);
  position: relative;
  width: 100%;
  aspect-ratio: 2.118;
}
@media (max-width: 991px) {
  .home-categories {
    aspect-ratio: unset;
  }
}
.home-categories:after {
  width: 696px;
  aspect-ratio: 1.4840085288;
  pointer-events: none;
  position: absolute;
  right: -200px;
  bottom: 0;
  content: "";
  background: url("assets/images/png/bg1.png") center center no-repeat;
  display: block;
}
@media (max-width: 991px) {
  .home-categories:after {
    display: none;
  }
}
.home-categories:before {
  width: 398px;
  aspect-ratio: 1.4850746269;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: 0;
  content: "";
  background: url("assets/images/png/bg2.png") center center no-repeat;
  display: block;
}
@media (max-width: 991px) {
  .home-categories:before {
    display: none;
  }
}
.home-categories ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home-categories ul {
    display: flex;
    justify-content: center;
    gap: 8px 24px;
  }
  .home-categories ul.slick-initialized {
    flex-wrap: wrap;
  }
  .home-categories ul .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-categories ul .slick-next {
    width: 32px;
    height: 32px;
    transform: unset;
    position: static;
    background-color: var(--Green-10, #e7ebeb);
    order: 3;
  }
  .home-categories ul .slick-prev {
    width: 32px;
    height: 32px;
    transform: unset;
    position: static;
    background-color: var(--Green-10, #e7ebeb);
    order: 2;
  }
}
.home-categories ul li {
  position: absolute;
}
@media (max-width: 991px) {
  .home-categories ul li {
    flex-shrink: 0;
    position: static;
    aspect-ratio: unset !important;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.home-categories ul li:nth-child(1) {
  top: 9%;
  right: var(--items-right-padding);
  width: var(--item-width1);
  aspect-ratio: 1.3745454545;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(1) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(2) {
  top: 0;
  right: calc(var(--item-width1) + var(--items-right-padding) + var(--items-gap));
  width: var(--item-width2);
  aspect-ratio: 1.3080808081;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(2) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(3) {
  top: 4.8%;
  right: calc(var(--item-width1) + var(--items-right-padding) + var(--items-gap) + var(--items-gap) + var(--item-width2));
  width: var(--item-width3);
  aspect-ratio: 0.6849315068;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(3) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(4) {
  bottom: 14%;
  right: calc(var(--items-right-padding) + var(--item-right4));
  width: var(--item-width4);
  aspect-ratio: 1.0227272727;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(4) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(5) {
  bottom: 0;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--item-width4));
  width: var(--item-width5);
  aspect-ratio: 0.8273092369;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(5) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(6) {
  bottom: 8.4%;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--items-gap) + var(--item-width4) + var(--item-width5));
  width: var(--item-width6);
  aspect-ratio: 1.5257731959;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(6) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(7) {
  bottom: 10.3%;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--items-gap) + var(--items-gap) + var(--item-width4) + var(--item-width5) + var(--item-width6));
  width: var(--item-width7);
  aspect-ratio: 1.1503067485;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(7) {
    width: 100%;
  }
}

.products-section {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
}

.product-mini-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
@media (max-width: 991px) {
  .product-mini-cards {
    gap: 16px;
  }
}
.product-mini-cards .mini-card {
  flex: 0 0 calc(33.33% - 10.666px);
  max-width: calc(33.33% - 10.666px);
  width: unset;
  height: unset;
}
@media (max-width: 1199px) {
  .product-mini-cards .mini-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .product-mini-cards .mini-card {
    display: none;
  }
  .product-mini-cards .mini-card:nth-child(1), .product-mini-cards .mini-card:nth-child(2), .product-mini-cards .mini-card:nth-child(3), .product-mini-cards .mini-card:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.products .product-card {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  width: unset;
  height: unset;
}
@media (max-width: 991px) {
  .products.products__slider--in-mobile {
    gap: 0px;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
  }
  .products.products__slider--in-mobile .slick-list {
    padding-right: 16px;
  }
  .products.products__slider--in-mobile .product-card {
    margin-left: 16px;
    flex: unset;
    max-width: unset;
    flex-shrink: 0;
    width: 253px;
  }
}

.home-help-section {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
}
.home-help-section ul {
  column-count: 3;
  column-gap: 16px;
}
@media (max-width: 991px) {
  .home-help-section ul {
    column-count: unset;
    column-gap: unset;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
  .home-help-section ul .slick-list {
    padding-right: 16px;
  }
  .home-help-section ul li {
    margin-left: 16px;
    flex-shrink: 0;
    width: 253px;
    height: 144px;
  }
}
.home-help-section ul li {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-help-section ul li {
    margin-bottom: 0;
  }
}
.home-help-section ul li:nth-child(2), .home-help-section ul li:nth-child(3), .home-help-section ul li:nth-child(5) {
  margin-bottom: 0;
}

.zoom-banner-section {
  display: flex;
  margin-bottom: var(--section-space);
  margin-top: var(--section-space);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zoom-banner-section {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    flex-direction: column;
  }
}
.zoom-banner-section__item {
  position: relative;
  padding: 100px;
  flex: 0 0 50%;
  max-width: 50%;
  background: var(--Gold-20, #f4ecda);
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .zoom-banner-section__item {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .zoom-banner-section__item {
    padding: 0 !important;
    flex: unset;
    max-width: unset;
  }
  .zoom-banner-section__item:last-child {
    padding: 40px 16px !important;
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over {
    pointer-events: unset;
    position: static;
    background: transparent;
    padding-top: 8px;
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over_title {
    color: var(--Green-100, #103a3b);
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over_subtitle {
    color: var(--Green-80, #406162);
  }
}
.zoom-banner-section__item--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  transition: border-radius 0.6s;
}
.zoom-banner-section__item--over {
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateY(100%);
  padding: 104px 24px 24px 351px;
  width: 100%;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .zoom-banner-section__item--over {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over {
    padding: 40px 16px 16px 122px;
    gap: 0;
    transform: translateY(0);
  }
}
.zoom-banner-section__item--over_title {
  color: var(--Gold-100, #c6a246);
  font-size: 1.71429rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over_title {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.zoom-banner-section__item--over_subtitle {
  color: var(--White, #fff);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 150;
  font-variation-settings: "wght" 150;
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over_subtitle {
    line-height: 1.42857rem;
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.zoom-banner-section__item.active {
  padding: 0;
}
.zoom-banner-section__item.active .zoom-banner-section__item--cover img {
  border-radius: 0;
}
@media (max-width: 991px) {
  .zoom-banner-section__item.active .zoom-banner-section__item--cover img {
    border-radius: 8px;
  }
}
.zoom-banner-section__item.active .zoom-banner-section__item--over {
  transition: all 0.6s;
  transition-delay: 0.4s;
  transform: translateY(0);
}

#blog-slider {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
}
@media (max-width: 991px) {
  #blog-slider {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .blog-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.blog-slider .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 991px) {
  .blog-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
  }
}
.blog-slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .blog-slider .slick-slide {
    width: 253px;
    margin-left: 16px;
    margin-right: 0;
  }
}

.slug-section {
  padding-top: var(--section-space);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 24px;
}
@media (max-width: 991px) {
  .slug-section {
    display: none;
  }
  .slug-section.slug-section--in-mobile {
    padding-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    justify-content: flex-start;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.slug-section__box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .slug-section__box {
    flex-shrink: 0;
  }
}
.slug-section__box--icon {
  margin-bottom: 16px;
  color: var(--GoldColor, #bf8f5f);
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .slug-section__box--icon {
    margin-bottom: 12px;
  }
}
.slug-section__box--icon svg,
.slug-section__box--icon img {
  position: relative;
  z-index: 1;
}
.slug-section__box--icon:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--Gold-10, #f9f6ec);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  right: -8px;
  top: -4px;
}
.slug-section__box--title {
  margin: 0;
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: normal;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .slug-section__box--title {
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.slug-section__box--description {
  color: var(--Green-Color, #184b4d);
  font-size: 0.71429rem;
  letter-spacing: -0.01429rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  line-height: normal;
}
@media (max-width: 991px) {
  .slug-section__box--description {
    letter-spacing: normal;
  }
}

.login-modal {
  width: 100%;
}
.login-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .login-modal__head img, .login-modal__head svg {
    max-height: 36px;
  }
}
.login-modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.login-modal__content--title {
  font-size: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  color: var(--Green-190, #020606);
}
.login-modal__content--timer {
  color: var(--Gold-100, #c6a246);
  margin-right: auto;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.login-modal__content--resend {
  color: var(--Gold-100, #c6a246);
  margin-right: auto;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 1.28571rem;
  font-size: 1rem;
}
.login-modal__content--resend:hover {
  color: var(--Green-100, #103A3B);
}
.login-modal__content--message {
  color: var(--Green-100, #103A3B);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
.login-modal__content--way {
  margin-bottom: -8px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
.login-modal__content--way:hover {
  color: var(--Gold-100, #C6A246);
}
.login-modal__content .form-foot .btn-outline {
  max-width: 120px;
}
.login-modal__content .btn {
  width: 100%;
}

.categories-page__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 12px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .categories-page__head {
    gap: 12;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.categories-page__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .categories-page__head--title {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.categories-page__head--count {
  color: var(--Green-80, #406162);
  padding: 4px 8px;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  border-radius: 2px;
  background: var(--Gold-10, #f9f6ec);
}
.categories-page__head--description {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.categories-page__head--description .accordion-content {
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .categories-page__head--description {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .categories-page__head--description .accordion-title {
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
    cursor: pointer;
  }
  .categories-page__head--description .accordion-title span {
    font-size: 0;
  }
  .categories-page__head--description .accordion-title:after {
    width: 16px;
    height: 16px;
    content: "";
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.99902 6L7.99902 10L11.999 6' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
  }
  .categories-page__head--description .accordion-title.active {
    font-size: 0;
  }
  .categories-page__head--description .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .categories-page__head--description .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .categories-page__head--description .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(24px, 0fr);
    transition: grid-template-rows 0.6s;
    overflow: hidden;
  }
  .categories-page__head--description .accordion-content.active {
    grid-template-rows: minmax(24px, 1fr);
  }
}
.categories-page__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .categories-page__filters {
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.categories-page__filters--options {
  margin-right: auto;
  min-width: 235px;
}
.categories-page__filters--options .select-in-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  width: 100%;
  height: 100%;
}
.categories-page__filters--options .select-in-mobile:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .categories-page__filters--options {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: unset;
    border: 1px solid var(--Green-10, #e7ebeb);
    border-right: none;
    border-radius: 8px 0 0 8px;
    margin-right: 0;
  }
  .categories-page__filters--options .select {
    display: none;
  }
  .categories-page__filters--options .select-in-mobile {
    display: flex;
  }
}
.categories-page__filters--filter {
  margin-left: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
@media (max-width: 991px) {
  .categories-page__filters--filter {
    margin-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    justify-content: center;
    margin-left: 0;
    border: 1px solid var(--Green-10, #e7ebeb);
    border-radius: 0 8px 8px 0;
  }
}
.categories-page__filters--filter svg {
  color: var(--Gold-100, #c6a246);
  flex-shrink: 0;
}
.categories-page__filters--filters {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .categories-page__filters--filters {
    padding-top: 16px;
    gap: 12px 16px;
    overflow: visible;
    flex-wrap: wrap;
    white-space: unset;
    margin-left: 0;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.categories-page__filters--filters .filter-button {
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--Gold-10, #f9f6ec);
  background: var(--Gold-10, #f9f6ec);
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .categories-page__filters--filters .filter-button {
    gap: 4px;
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.categories-page__filters--filters .filter-button:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.categories-page__filters--filters .filter-button:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 767px) {
  .categories-page__products .products {
    gap: 16px;
  }
  .categories-page__products .products .product-card {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Green-10, #e7ebeb);
    background: var(--White, #fff);
    position: relative;
    min-height: 80px;
    padding-right: 88px;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 8px;
  }
  .categories-page__products .products .product-card__picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center center;
  }
  .categories-page__products .products .product-card__like {
    display: flex;
  }
  .categories-page__products .products .product-card__price {
    line-height: 1.71429rem;
  }
  .categories-page__products .products .product-card__weight {
    font-size: 0.85714rem;
  }
}

.sort-modal {
  width: 100%;
}
.sort-modal__head {
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sort-modal ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sort-modal .btn {
  width: 100%;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-top: 16px;
}

.single-page {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .single-page {
    flex-direction: column;
  }
}
.single-page__gallery {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  position: relative;
}
@media (max-width: 991px) {
  .single-page__gallery {
    flex: unset;
    max-width: unset;
    margin-left: -16px;
    margin-right: -16px;
  }
  .single-page__gallery .magnify {
    display: block;
  }
  .single-page__gallery .magnify .magnify-lens {
    display: none !important;
  }
}
.single-page__gallery--share {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 16px;
}
.single-page__gallery--share_link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Green-100, #103a3b);
}
.single-page__gallery--label {
  position: absolute;
  right: 0;
  top: 0;
}
.single-page__details {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .single-page__details {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.single-page__details--code {
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .single-page__details--code {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.single-page__details--title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1199px) {
  .single-page__details--title {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .single-page__details--title {
    margin-bottom: 8px;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.single-page__details--collection {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Green-190, #020606);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .single-page__details--collection {
    margin-bottom: 16px;
    gap: 4px;
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.single-page__details--collection:before {
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.33333 10.0003L6.66667 8.16698L7.16667 7.33365M5 4.16699H15L17.5 8.33366L10.4167 16.2503C10.3624 16.3058 10.2975 16.3498 10.226 16.3799C10.1544 16.4099 10.0776 16.4254 10 16.4254C9.92239 16.4254 9.84557 16.4099 9.77402 16.3799C9.70247 16.3498 9.63765 16.3058 9.58333 16.2503L2.5 8.33366L5 4.16699Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .single-page__details--collection:before {
    transform: translateY(-1px);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.66667 7.99967L5.33333 6.533L5.73333 5.86633M4 3.33301H12L14 6.66634L8.33333 12.9997C8.28988 13.044 8.23802 13.0793 8.18078 13.1033C8.12355 13.1274 8.06209 13.1397 8 13.1397C7.93792 13.1397 7.87645 13.1274 7.81922 13.1033C7.76198 13.0793 7.71012 13.044 7.66667 12.9997L2 6.66634L4 3.33301Z' stroke='%23C6A246' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.single-page__details--specifications {
  border-top: 1px solid #e7ebeb;
  border-bottom: 1px solid #e7ebeb;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.single-page__details--specifications .accordion-title {
  display: none;
}
@media (max-width: 991px) {
  .single-page__details--specifications {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .single-page__details--specifications .accordion-title {
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    transition: color 0.3s;
    cursor: pointer;
  }
  .single-page__details--specifications .accordion-title span {
    font-size: 0;
  }
  .single-page__details--specifications .accordion-title.active {
    font-size: 0;
  }
  .single-page__details--specifications .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .single-page__details--specifications .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(76px, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .single-page__details--specifications .accordion-content.active {
    grid-template-rows: minmax(76px, 1fr);
  }
  .single-page__details--specifications:not(:has(ul li:nth-child(4))) .accordion-title {
    display: none;
  }
  .single-page__details--specifications:not(:has(ul li:nth-child(4))) .accordion-content {
    display: block;
  }
}
.single-page__details--specifications ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-page__details--specifications ul li {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .single-page__details--specifications ul li {
    font-size: 1rem;
    line-height: 1.42857rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-page__details--specifications ul li span {
  color: var(--Green-100, #103a3b);
  letter-spacing: -0.02286rem;
}
.single-page__details--subtitle {
  min-width: 100px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--Green-60, #708989);
  line-height: 2.28571rem;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .single-page__details--subtitle {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.single-page__details--options {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--options {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
.single-page__details--options b {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  flex: 1;
}
.single-page__details--options ul {
  margin-left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--options ul {
    flex: 0 0 calc(100% - 108px);
    max-width: calc(100% - 108px);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.single-page__details--options ul:has(.single-page__details--color) {
  gap: 12px;
}
.single-page__details--color {
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--color span {
  width: 32px;
  height: 32px;
  display: block;
}
.single-page__details--color:has(input:checked) {
  border-color: var(--Green-100, #103a3b);
  box-shadow: none;
}
.single-page__details--color_white {
  box-shadow: 0 0 0 1px #f3f3f3;
}
.single-page__details--weight {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--weight span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 60px;
  color: #103a3b;
  font-size: 0.85714rem;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-align: center;
  transition: all 0.3s;
}
.single-page__details--weight:has(input:checked) {
  border: 1px solid var(--Gold-100, #c6a246);
  background: var(--Gold-100, #c6a246);
}
.single-page__details--weight:has(input:checked) span {
  color: var(--White, #fff);
}
.single-page__details--size {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--size span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 56px;
  color: #103a3b;
  font-size: 0.85714rem;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-align: center;
  transition: all 0.3s;
}
.single-page__details--size:has(input:checked) {
  border: 1px solid var(--Gold-100, #c6a246);
  background: var(--Gold-100, #c6a246);
}
.single-page__details--size:has(input:checked) span {
  color: var(--White, #fff);
}
.single-page__details--help {
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--help {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
  }
}
.single-page__details--help:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.6667 4.66667L9.66667 3.66667M8.66667 6.66667L7.66667 5.66667M6.66667 8.66667L5.66667 7.66667M4.66667 10.6667L3.66667 9.66667M11.3333 2L14 4.66667L4.66667 14L2 11.3333L11.3333 2Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.single-page__details--snapp {
  margin-bottom: 16px;
  background: rgba(0, 142, 250, 0.03);
  border-radius: 8px;
  border: 1px solid #d4ecff;
  padding: 12px;
  gap: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .single-page__details--snapp {
    gap: 16px;
  }
}
.single-page__details--snapp svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .single-page__details--snapp svg {
    max-width: 48px;
  }
}
.single-page__details--snapp_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-page__details--snapp_info-title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.single-page__details--snapp_info-subtitle {
  color: var(--Green-80, #406162);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.single-page__details--snapp_info-subtitle span {
  color: #c0cdd0;
  font-size: 1.42857rem;
  font-weight: 150;
  font-variation-settings: "wght" 150;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .single-page__details--snapp_info-subtitle span {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.single-page__details--gift {
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-page__details--gift {
    margin-bottom: 16px;
    border-radius: 16px;
  }
}
.single-page__details--gift_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-page__details--gift_checkbox-info {
  color: var(--Gold-100, #c6a246);
}
.single-page__details--gift_price {
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.single-page__details--price {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 80px;
  gap: 8px 12px;
  align-items: center;
}
@media (max-width: 991px) {
  .single-page__details--price {
    margin-bottom: 16px;
    padding-left: 70px;
    gap: 2px 8px;
  }
}
.single-page__details--price_new {
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--Green-100, #103a3b);
  line-height: 3.42857rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 2.28571rem;
}
@media (max-width: 991px) {
  .single-page__details--price_new {
    line-height: 1.71429rem;
    font-size: 1.14286rem;
  }
}
.single-page__details--price_old {
  text-decoration-line: line-through;
  line-height: 2rem;
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .single-page__details--price_old {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.single-page__details--price_off {
  background: var(--Gold-10, #f9f6ec);
  padding: 8px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  color: var(--Green-80, #406162);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  direction: ltr;
}
.single-page__details--price_calculate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 2px;
}
.single-page__details--tools {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-page__details--tools_quantity {
  flex: 1;
  border-radius: 4px;
  border: 2px solid var(--Green-100, #103a3b);
  background: var(--White, #fff);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-page__details--tools_quantity {
    padding: 8px 16px;
  }
}
.single-page__details--tools_quantity-link {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.single-page__details--tools_quantity-link:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .single-page__details--tools_quantity-link {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.single-page__details--tools_add {
  flex: 1;
}
.single-page__description {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
@media (max-width: 991px) {
  .single-page__description {
    padding: 40px 0;
  }
}
.single-page__description--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .single-page__description--title {
    margin-bottom: 16px;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.single-page__description--content {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  text-align: justify;
}
.single-page__description--content .accordion-content {
  padding-right: 12px;
  position: relative;
}
.single-page__description--content .accordion-content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: var(--Gold-20, #f4ecda);
}
.single-page__description--content .accordion-title {
  display: none;
}
@media (max-width: 991px) {
  .single-page__description--content {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .single-page__description--content .accordion-title {
    margin-right: 12px;
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    cursor: pointer;
  }
  .single-page__description--content .accordion-title span {
    font-size: 0;
  }
  .single-page__description--content .accordion-title:after {
    width: 16px;
    height: 16px;
    content: "";
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.99902 6L7.99902 10L11.999 6' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
  }
  .single-page__description--content .accordion-title.active {
    font-size: 0;
  }
  .single-page__description--content .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .single-page__description--content .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .single-page__description--content .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(143px, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .single-page__description--content .accordion-content.active {
    grid-template-rows: minmax(143px, 1fr);
  }
}

.product-gallery {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 0;
}
.product-gallery__main {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-gallery__main {
    border-radius: 0;
  }
}
.product-gallery__main .slick-next {
  background-color: transparent;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M9 1L1 9L9 17' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .product-gallery__main .slick-next {
    width: 32px;
    height: 32px;
  }
}
.product-gallery__main .slick-prev {
  background-color: transparent;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 17L9 9L1 1' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .product-gallery__main .slick-prev {
    width: 32px;
    height: 32px;
  }
}
.product-gallery__main .slick-dots li button {
  background: var(--Gold-140, #77612a);
}
.product-gallery__main .slick-dots li.slick-active button {
  width: 28px;
  background: var(--Gold-100, #c6a246);
}
.product-gallery__main .product-main-slider .product-main-slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .product-gallery__thumbs {
    display: none;
  }
}
.product-gallery__thumbs .product-thumb-slider {
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.product-gallery__thumbs .product-thumb-slider .slick-list {
  padding: 0 !important;
}
.product-gallery__thumbs .product-thumb-slider .product-thumb {
  width: 192px;
  cursor: pointer;
  margin-left: 1px;
}
@media (max-width: 1199px) {
  .product-gallery__thumbs .product-thumb-slider .product-thumb {
    width: 154px;
  }
}
.product-gallery__thumbs .product-thumb-slider .product-thumb img {
  width: 100%;
  height: auto;
}

#single-banner {
  margin-top: var(--section-space);
  margin-bottom: calc(-1 * var(--section-space));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  #single-banner {
    display: none;
  }
}

.single-banner {
  padding-top: 230px;
  padding-bottom: 188px;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.single-banner__title {
  color: var(--Gold-100, #c6a246);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.single-banner .btn {
  padding-left: 24px;
  padding-right: 24px;
}

.share-modal {
  width: 100%;
}
.share-modal__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.share-modal__head .modal__title {
  color: var(--Balck, #000);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.share-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.share-modal__content ul {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 991px) {
  .share-modal__content ul {
    gap: 28px;
  }
}
.share-modal__content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.share-modal__content ul li:hover .share-modal__content--icon {
  color: var(--Green-10, #e7ebeb);
  background: var(--Green-80, #406162);
}
.share-modal__content ul li:hover .share-modal__content--title {
  color: var(--Gold-100, #c6a246);
}
.share-modal__content--title {
  padding-top: 4px;
  font-size: 0.85714rem;
  color: var(--Balck, #000);
}
.share-modal__content--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Green-10, #e7ebeb);
  color: var(--Green-80, #406162);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.share-modal .form-group .form-control {
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-modal .form-group .form-control__icon {
  top: 12px;
  right: 12px;
}
@media (max-width: 991px) {
  .share-modal .form-group .form-control__icon {
    top: 8px;
    right: 8px;
  }
}

.about-page-hero {
  margin-bottom: calc(var(--about-margin-bottom) - 72px);
}
@media (max-width: 991px) {
  .about-page-hero {
    margin-bottom: 24px;
  }
  .about-page-hero .about-page-description {
    text-align: center;
    line-height: 2rem;
  }
}
.about-page-hero__picture {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-page-hero__picture {
    margin-bottom: 24px;
    border-radius: 2px;
  }
}
.about-page-hero__title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  margin-bottom: 16px;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  text-align: center;
}
@media (max-width: 991px) {
  .about-page-hero__title {
    margin-bottom: 8px;
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    letter-spacing: normal;
  }
}

.about-page-description {
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-inline: var(--about-container-padding);
}
@media (max-width: 991px) {
  .about-page-description {
    font-size: 1rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 1.71429rem;
  }
}

#about-page-slider {
  margin-bottom: var(--about-margin-bottom);
}

.about-page-slider {
  margin-bottom: 80px;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .about-page-slider {
    margin-bottom: 0;
    padding-bottom: 88px;
  }
}
.about-page-slider__item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.14286rem;
}
.about-page-slider__item img {
  border-radius: 16px;
  transition: opacity 0.4s, transform 0.4s;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .about-page-slider__item img {
    opacity: 1;
    border-radius: 8px;
  }
}
.about-page-slider__item span {
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .about-page-slider__item span {
    display: none;
  }
}
.about-page-slider .slick-next,
.about-page-slider .slick-prev {
  background-color: var(--Green-100, #103a3b);
}
.about-page-slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .about-page-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.about-page-slider .slick-prev {
  right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .about-page-slider .slick-prev {
    right: 50%;
    width: 32px;
    height: 32px;
    margin-right: -44px;
    top: unset;
    transform: unset;
    bottom: 40px;
  }
}
.about-page-slider .slick-next {
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .about-page-slider .slick-next {
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -44px;
    top: unset;
    transform: unset;
    bottom: 40px;
  }
}
.about-page-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.4s;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .about-page-slider .slick-slide {
    opacity: 1;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.about-page-slider .slick-slide.slick-active {
  opacity: 1;
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item {
  z-index: 1;
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item img {
  opacity: 1;
  transform: scale(1.64);
}
@media (max-width: 991px) {
  .about-page-slider .slick-slide.slick-center .about-page-slider__item img {
    transform: unset;
  }
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item span {
  opacity: 1;
}

.about-page-why {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-why .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-why .site-subtitle {
  text-align: center;
}
.about-page-why ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}
@media (max-width: 991px) {
  .about-page-why ul {
    gap: 24px 16px;
  }
}
.about-page-why ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex: 0 0 calc(20% - 12.8px);
  max-width: calc(20% - 12.8px);
}
@media (max-width: 767px) {
  .about-page-why ul li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.about-page-why ul li svg,
.about-page-why ul li img {
  margin-bottom: 16px;
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .about-page-why ul li svg,
  .about-page-why ul li img {
    margin-bottom: 8px;
  }
}
.about-page-why ul li h6 {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .about-page-why ul li h6 {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.about-page-why ul li p {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .about-page-why ul li p {
    line-height: 1.42857rem;
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.about-page-branchs {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-branchs .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-branchs .site-subtitle {
  text-align: center;
}
.about-page-branchs ul {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .about-page-branchs ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page-branchs ul li {
  flex: 0 0 calc(33.33% - 10.666px);
  max-width: calc(33.33% - 10.666px);
}
@media (max-width: 767px) {
  .about-page-branchs ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-page-customers {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-customers .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-customers .site-subtitle {
  text-align: center;
}
.about-page-customers ul {
  column-count: 3;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .about-page-customers ul {
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-customers ul {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    column-count: unset;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    display: flex;
  }
}
.about-page-customers ul li {
  margin-bottom: 24px;
  break-inside: avoid;
}
@media (max-width: 991px) {
  .about-page-customers ul li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-customers ul li {
    margin-bottom: 0;
    break-inside: unset;
    flex: 0 0 328px;
  }
}

.contact-map {
  margin-bottom: 32px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: lightgray;
}
@media (max-width: 991px) {
  .contact-map {
    margin-bottom: 16px;
    border-radius: 2px;
  }
  .contact-map .leaflet-marker-icon {
    display: none;
  }
}
.contact-map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
@media (max-width: 991px) {
  .contact-map:after {
    display: none;
  }
}
.contact-map__mobile {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 400;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  line-height: 2.28571rem;
  font-size: 1rem;
  color: var(--Gold-100, #c6a246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .contact-map__mobile {
    display: flex;
  }
}
.contact-map__mobile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.2;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.contact-map__mobile svg {
  position: relative;
  z-index: 1;
}
.contact-map__mobile span {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.contact-map__mobile span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}

.contact-page {
  display: flex;
  gap: 40px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-page {
    padding-bottom: 0;
    flex-direction: column;
  }
}
.contact-page__routing {
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--Green-100, #103a3b);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  font-size: 1rem;
  margin-bottom: 40px;
}
.contact-page__routing:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
}
@media (max-width: 991px) {
  .contact-page__routing {
    display: flex;
  }
}
.contact-page__title {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .contact-page__title {
    padding: 0;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.contact-page__form {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact-page__form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page__form .gform-footer .button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page__info {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact-page__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page__info--details {
  margin-bottom: 24px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .contact-page__info--details {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}
.contact-page__info--details_text {
  color: var(--Green-100, #103a3b);
  line-height: 1.92857rem;
  flex: 1;
}
@media (max-width: 991px) {
  .contact-page__info--details_text {
    line-height: 1.71429rem;
  }
}
.contact-page__info--details_text svg {
  display: inline-block;
  margin-right: 8px;
  color: var(--Gold-100, #c6a246);
  vertical-align: middle;
}
@media (max-width: 991px) {
  .contact-page__info--details_text svg {
    display: none;
  }
}
.contact-page__info--details ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-page__info--details ul li {
  display: flex;
}
.contact-page__info--details ul li span {
  color: var(--Green-60, #708989);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.92857rem;
  flex: 0 0 120px;
  max-width: 120px;
}
@media (max-width: 991px) {
  .contact-page__info--details ul li span {
    line-height: 1.71429rem;
  }
}
.contact-page__info--branchs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .contact-page__info--branchs {
    margin-bottom: 4px;
    gap: 0;
  }
  .contact-page__info--branchs .contact-page__routing {
    margin-bottom: 24px;
  }
}
.contact-page__info--branchs .contact-page-branch__title {
  color: var(--Green-80, #406162);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__title {
    margin-bottom: 4px;
    line-height: 1.57143rem;
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.contact-page__info--branchs .contact-page-branch__title svg {
  display: inline-block;
  margin-right: 8px;
  color: var(--Gold-100, #c6a246);
  vertical-align: middle;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__title svg {
    display: none;
  }
}
.contact-page__info--branchs .contact-page-branch__subtitle {
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
  margin-bottom: 16px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__subtitle {
    margin-bottom: 20px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 1.71429rem;
  }
}
.contact-page__info--branchs .contact-page-branch ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-page__info--branchs .contact-page-branch ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.71429rem;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch ul li {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.contact-page__info--branchs .contact-page-branch ul li svg {
  color: var(--Gold-100, #c6a246);
  flex-shrink: 0;
  transform: translateY(2px);
}
.contact-page__info--work-time {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid var(--Green-20, #cfd8d8);
  background: rgba(231, 235, 235, 0.3);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  color: var(--Green-60, #708989);
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .contact-page__info--work-time {
    margin-bottom: 40px;
    padding: 16px 8px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.contact-page__info--work-time:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8H12.01M11 12H12V16H13M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  flex-shrink: 0;
}
.contact-page__info--social .contact-page__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-page__info--social .contact-page__title {
    margin-bottom: 16px;
  }
}
.contact-page__info--social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .contact-page__info--social ul {
    gap: 20px;
    justify-content: center;
  }
}
.contact-page__info--social ul li {
  color: var(--Gold-100, #c6a246);
}
.contact-page__info--social ul li:hover {
  color: var(--Green-100, #103a3b);
}
.contact-page__info--social ul li svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .contact-page__info--social ul li svg {
    width: 40px;
  }
}

.general-page {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .general-page {
    padding-top: 0;
  }
}
.general-page .general-slider {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .general-page .general-slider {
    margin-bottom: 16px;
  }
}
.general-page .general-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.general-page .general-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-slide img {
    border-radius: 4px;
    min-height: 247px;
    object-fit: cover;
    object-position: center center;
  }
}
.general-page .general-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.general-page .general-slider .slick-dots {
  bottom: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-dots {
    display: none !important;
  }
}
.general-page .general-slider .slick-prev {
  right: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-prev {
    display: none !important;
  }
}
.general-page .general-slider .slick-next {
  left: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-next {
    display: none !important;
  }
}
.general-page h1 {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .general-page h1 {
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    margin-bottom: 8px;
  }
}
.general-page h2 {
  margin-bottom: 16px;
  color: #000;
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .general-page h2 {
    margin-bottom: 8px;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
  }
}
.general-page p {
  margin-bottom: 32px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .general-page p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

body:has(#blog-index-hero) #breadcrumb {
  background: rgba(231, 235, 235, 0.3);
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  body:has(#blog-index-hero) #breadcrumb {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body:has(#blog-index-hero) #breadcrumb .breadcrumb {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body:has(#blog-index-hero) #breadcrumb .breadcrumb {
    margin-bottom: 0;
  }
}
body:has(#blog-single-page) #comments {
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  body:has(#blog-single-page) #comments {
    padding-bottom: 40px;
  }
}

.post {
  font-size: 1.14286rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .post {
    font-size: 1rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 2rem;
  }
}
.post p {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .post p {
    margin-bottom: 8px;
  }
}
.post h2 {
  color: #000;
  font-size: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.85714rem;
  margin-bottom: 16px;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .post h2 {
    padding-top: 8px;
    margin-bottom: 8px;
    line-height: 1.71429rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1rem;
  }
}
.post__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .post__tools {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 24px;
    padding-top: 16px;
  }
}
.post__tools--tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__tools--tags strong {
  color: var(--Green-100, #103a3b);
  font-size: 1.23077rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.46154rem;
  letter-spacing: -0.01231rem;
}
@media (max-width: 991px) {
  .post__tools--tags strong {
    letter-spacing: -0.01143rem;
    font-size: 1.14286rem;
    line-height: 2.28571rem;
  }
}
.post__tools--tags a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 8px;
  font-size: 0.92308rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  border-radius: 4px;
  background: #85999a;
  color: #fff;
  line-height: 1.23077rem;
}
@media (max-width: 991px) {
  .post__tools--tags a {
    font-size: 0.85714rem;
  }
}
.post__tools--social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__tools--social_title {
  display: none;
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  letter-spacing: -0.01143rem;
  margin-left: -8px;
}
@media (max-width: 991px) {
  .post__tools--social_title {
    display: block;
  }
}
@media (max-width: 991px) {
  .post__tools--social {
    gap: 16px;
  }
}
.post__tools--social a {
  color: var(--Green-40, #9fb0b1);
}
@media (max-width: 991px) {
  .post__tools--social a {
    color: var(--Green-100, #103a3b);
  }
}
.post__tools--social a:hover {
  color: var(--Green-100, #103a3b);
}

.wp-block-image {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .wp-block-image {
    margin-bottom: 24px;
  }
}
.wp-block-image.aligncenter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .wp-block-image.aligncenter {
    gap: 8px;
  }
}
.wp-block-image.aligncenter img {
  border-radius: 8px;
}
.wp-block-image figcaption {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

#blog-index-hero {
  background: rgba(231, 235, 235, 0.3);
  padding-bottom: var(--section-space);
}
@media (max-width: 991px) {
  #blog-index-hero {
    padding-bottom: 16px;
  }
  #blog-index-hero .blog-page {
    gap: 24px;
  }
  #blog-index-hero .blog-page__sidebar--posts .blog-title {
    margin-bottom: 16px;
  }
  #blog-index-hero .blog-page__sidebar--posts ul {
    flex-direction: column;
    gap: 24px;
    white-space: unset;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
}

#blog-page {
  padding-top: var(--section-space);
}
@media (max-width: 991px) {
  #blog-page {
    padding-top: 24px;
    border-top: 1px solid #e7ebeb;
  }
  #blog-page:has(.blog-page__sidebar--categories) {
    padding-top: 128px;
    position: relative;
  }
  #blog-page:has(.blog-page__sidebar--categories) .blog-page__content .site-title {
    display: none;
  }
  #blog-page:has(.blog-page__sidebar--categories) .container {
    position: static;
  }
}

.blog-page {
  display: flex;
  gap: 108px;
  align-items: flex-start;
}
@media (max-width: 1459px) {
  .blog-page {
    gap: 64px;
  }
}
@media (max-width: 1199px) {
  .blog-page {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .blog-page {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 40px;
  }
}
.blog-page__content {
  flex: 1;
}
@media (max-width: 991px) {
  .blog-page__content {
    flex: unset;
  }
}
.blog-page__content--more {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.blog-page__content--more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
  transition: background-image 0.3s;
  margin-right: 8px;
}
.blog-page__content--more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .blog-page__content--more {
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    justify-content: center;
    color: var(--Green-100, #103a3b);
  }
  .blog-page__content--more span {
    display: none;
  }
  .blog-page__content--more:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-right: 4px;
  }
  .blog-page__content--more:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.blog-page__content .site-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-page__content .site-title {
    margin-bottom: 24px;
  }
}
.blog-page__sidebar {
  flex: 0 0 456px;
  max-width: 456px;
}
@media (max-width: 1199px) {
  .blog-page__sidebar {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .blog-page__sidebar {
    flex: unset;
    max-width: unset;
  }
}
.blog-page__sidebar--posts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--posts ul {
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
  }
}
.blog-page__sidebar--categories {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories {
    width: calc(100% - 32px);
    margin-bottom: 0;
    position: absolute;
    right: 16px;
    top: 40px;
  }
  .blog-page__sidebar--categories .blog-title {
    line-height: 1.71429rem;
    margin-bottom: 16px;
  }
}
.blog-page__sidebar--categories ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 40px;
    flex-direction: row;
    white-space: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul li {
    position: relative;
  }
  .blog-page__sidebar--categories ul li:after {
    content: "";
    position: absolute;
    left: -24px;
    background-color: var(--Gold-100, #c6a246);
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-page__sidebar--categories ul li:last-child:after {
    display: none;
  }
}
.blog-page__sidebar--categories ul li a {
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul li a {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.blog-page__sidebar--categories ul li a:hover {
  color: var(--Black-90, #171718);
}
.blog-page__last {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .blog-page__last {
    gap: 24px;
  }
}
.blog-page__last .blog-card {
  padding-right: 320px;
  position: relative;
  min-height: 190px;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card {
    padding-right: 98px;
    min-height: 56px;
  }
}
.blog-page__last .blog-card__picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 304px;
  height: 190px;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__picture {
    width: 90px;
    height: 56px;
  }
}
.blog-page__last .blog-card__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.blog-page__last .blog-card__title {
  font-size: 1.28571rem;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__title {
    font-size: 1rem;
    line-height: 1.71429rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__categories {
    display: none;
  }
}
.blog-page__last .blog-card__details {
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__details {
    font-weight: 325;
    font-variation-settings: "wght" 325;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__description {
    display: none;
  }
}
.blog-page__last .blog-card .site-more {
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card .site-more {
    display: none;
  }
}

.blog-title {
  margin-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: var(--Balck, #000);
  }
}

.blog-index-hero__picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.blog-index-hero__picture img {
  width: 100%;
}
.blog-index-hero__date {
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .blog-index-hero__date {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-index-hero__date a:hover {
  color: var(--Black---100, var(--Black---90, #171718));
}
.blog-index-hero__title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .blog-index-hero__title {
    margin-bottom: 4px;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    letter-spacing: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.blog-index-hero__description {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .blog-index-hero__description {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}

.blog-archive-hero {
  padding-bottom: var(--section-space);
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 991px) {
  .blog-archive-hero {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7ebeb;
  }
}
.blog-archive-hero__picture {
  flex: 0 0 calc(50% - 64px);
  max-width: calc(50% - 64px);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-archive-hero__picture {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.blog-archive-hero__picture img {
  width: 100%;
}
.blog-archive-hero__details {
  flex: 1;
}
.blog-archive-hero__details--info {
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .blog-archive-hero__details--info {
    margin-bottom: 4px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-archive-hero__details--title {
  margin-bottom: 16px;
  font-size: 2.28571rem;
  line-height: 4rem;
  letter-spacing: -0.03429rem;
  color: var(--Green-100, #103a3b);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-archive-hero__details--title {
    margin-bottom: 8px;
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    letter-spacing: normal;
  }
}
.blog-archive-hero__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-archive-hero__details--description {
  margin-bottom: 16px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-60, #708989);
}
@media (max-width: 991px) {
  .blog-archive-hero__details--description {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.blog-archive-hero__details .site-more {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-archive-hero__details .site-more {
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}

.blog-single-page {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--section-space);
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .blog-single-page {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}
.blog-single-page__picture {
  margin-bottom: 32px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .blog-single-page__picture {
    margin-bottom: 16px;
  }
}
.blog-single-page__category {
  margin-bottom: 8px;
  border-radius: 4px;
  background: #85999a;
  height: 24px;
  padding: 8px;
  font-size: 0.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--White, #fff);
  line-height: 1.14286rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-single-page__title {
  margin-bottom: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-single-page__title {
    font-size: 1.14286rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: var(--Black---100, var(--Black---90, #171718));
  }
}
.blog-single-page__details {
  margin-bottom: 32px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .blog-single-page__details {
    margin-bottom: 16px;
  }
}
.blog-single-page__details a:hover {
  color: var(--Gold-100, #c6a246);
}

.basket-page {
  padding-top: 64px;
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .basket-page {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.basket-page-nav {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 991px) {
  .basket-page-nav {
    margin-bottom: 24px;
    gap: 2px;
    align-items: unset;
  }
}
.basket-page-nav__item {
  transition: color 0.3s;
  flex: 0 0 142px;
  max-width: 142px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  text-align: center;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-40, #9fb0b1);
}
@media (max-width: 991px) {
  .basket-page-nav__item {
    flex: 0 0 80px;
    max-width: 80px;
    gap: 2px;
    font-size: 0.85714rem;
    line-height: 1.42857rem;
  }
}
@media (max-width: 991px) {
  .basket-page-nav__item--title {
    margin-bottom: auto;
    margin-top: auto;
  }
}
.basket-page-nav__item--icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .basket-page-nav__item--icon {
    width: 24px;
    height: 24px;
  }
}
.basket-page-nav__item--icon1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M9.03103 15.1623C9.01622 15.0136 9.22253 14.8066 9.31591 14.6921L10.7614 13.0038L14.9345 7.86476C15.2187 7.50101 15.5032 7.11026 15.8343 6.78864C16.6286 6.0174 17.8787 6.86751 17.5684 7.85258L17.5591 7.88301C17.4608 8.1867 17.1613 8.4442 16.9522 8.67958L11.6019 14.9833C11.5655 15.035 11.5182 15.092 11.5063 15.155L9.03103 15.1623Z' fill='%23DDC790'/%3E%3Cpath d='M28.5163 15.1614C28.0073 14.4172 27.4136 13.7474 26.836 13.0602L23.2677 8.88745C22.6948 8.24176 21.8591 7.39701 22.9493 6.67614C23.9902 5.98798 24.696 7.3622 25.2453 8.03557L30.5802 14.4815C30.741 14.6781 30.9915 14.9078 31.0585 15.1601L28.5163 15.1614Z' fill='%23DDC790'/%3E%3Cpath d='M11.5064 15.1616L28.5163 15.1621L31.0585 15.1616L32.7339 15.1611C33.1038 15.1612 33.531 15.1128 33.888 15.2046C34.5617 15.3781 35.0731 15.956 35.1788 16.6406L35.1839 16.6721C35.3264 17.6232 34.5747 18.5048 33.6471 18.6399C33.3583 18.6819 33.0421 18.6625 32.7496 18.6647L7.32347 18.6633C7.02141 18.6644 6.68366 18.695 6.38584 18.6515C4.42828 18.3658 4.32916 15.6303 6.21716 15.1966C6.53191 15.1243 6.92716 15.1629 7.25097 15.1626L9.0311 15.1621L11.5064 15.1616Z' fill='%23A1772B'/%3E%3Cpath d='M7.32349 18.6696L32.7496 18.6631C32.7358 18.6754 32.7444 18.6696 32.72 18.681L32.6989 18.6907C32.7022 19.0323 32.5846 19.3994 32.5163 19.7335L32.0669 21.715L30.8489 26.57C30.4483 28.3644 30.304 30.1937 28.2068 30.8791C27.8545 30.9943 27.4502 31.0808 27.0798 31.0983L13.2895 31.1093C11.758 31.1088 10.3787 30.4132 9.7853 28.913C9.65755 28.59 9.58055 28.2528 9.49792 27.9165L7.49049 19.6175C7.41861 19.3008 7.33811 18.996 7.32349 18.6696Z' fill='%23DDC790'/%3E%3Cpath d='M19.8762 21.0992C20.5557 21.0384 21.061 21.4152 21.3305 22.0347C21.4735 22.3635 21.4197 22.7403 21.4201 23.0901L21.4127 27.2138C21.4087 27.303 21.3945 27.3844 21.3611 27.468L21.3476 27.5004C21.1458 27.9995 20.7767 28.2968 20.2392 28.3977C19.5039 28.4499 18.734 28.0714 18.6119 27.2701C18.5773 27.0428 18.6008 26.7827 18.6006 26.5516L18.5996 23.2563C18.5997 22.9372 18.572 22.586 18.6189 22.2711L18.6245 22.2367C18.7186 21.6222 19.2929 21.1989 19.8762 21.0992Z' fill='url(%23paint0_linear_5285_24150)'/%3E%3Cpath d='M13.1917 27.728L13.1264 27.608C12.9558 27.2182 13.0047 26.8027 13.005 26.388L13.0013 23.3322C13.0004 23.0065 12.9859 22.6736 13.007 22.3486C13.0965 20.9669 15.1394 20.5179 15.7519 22.0885C15.7884 22.182 15.8106 22.2824 15.8148 22.3828L15.8202 26.5865C15.8212 26.9233 15.8652 27.2377 15.7307 27.5547C15.1604 28.6132 13.6995 28.7589 13.1917 27.728Z' fill='url(%23paint1_linear_5285_24150)'/%3E%3Cpath d='M25.5468 21.0812C25.9145 21.0646 26.212 21.1431 26.4999 21.3774C27.1817 21.9322 27.0516 22.4924 27.049 23.2648L27.0489 26.6149C27.0488 26.8484 27.0738 27.1153 27.0357 27.3441C26.934 27.9535 26.3599 28.3927 25.7606 28.4263C25.1074 28.4181 24.3821 28.0257 24.2736 27.3344C24.2097 26.9272 24.233 26.501 24.2325 26.0897L24.2316 23.0079C24.2334 22.0659 24.3781 21.2659 25.5468 21.0812Z' fill='url(%23paint2_linear_5285_24150)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5285_24150' x1='19.9089' y1='21.1145' x2='20.093' y2='28.3624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5285_24150' x1='14.7215' y1='21.1018' x2='14.0906' y2='28.3874' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_5285_24150' x1='25.6888' y1='21.1105' x2='25.5685' y2='28.3796' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.basket-page-nav__item--icon2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26.4811 8.7189C27.37 8.62052 28.3171 9.05296 28.7598 9.84015C29.0018 10.2703 29.1273 10.7892 29.2944 11.2535C29.4584 11.7092 29.6557 12.1627 29.7915 12.6271L30.6094 12.7182C31.8616 12.9716 32.9088 14.0971 33.0486 15.3711C33.0792 15.6497 33.0628 15.9454 33.063 16.226L33.0618 17.5521C33.0616 17.6452 33.0364 17.8416 33.0822 17.9106C34.0283 18.251 34.3003 19.3242 34.3024 20.2223L34.3038 22.2543C34.3034 22.4808 34.317 22.7189 34.2766 22.9425C34.0788 24.0375 33.0991 24.486 33.0792 24.5431C33.0668 24.5786 33.0728 24.6626 33.0713 24.7025L33.0663 26.4717C33.0658 26.7641 33.0853 27.0755 33.0478 27.3656C32.8291 29.0575 31.4368 29.9919 29.8231 29.995L14.5377 29.9951L10.1691 29.9962C8.56269 29.9955 7.24375 29.2833 6.76994 27.6306C6.62288 27.1176 6.66194 26.5842 6.66213 26.056L6.66244 17.1191C6.66231 16.5435 6.62938 15.9445 6.687 15.3725C6.81988 14.0538 7.878 13.1048 9.10788 12.7637C9.12738 12.7248 9.12381 12.7377 9.133 12.7015C9.47719 11.3439 10.4202 11.14 11.6044 10.999L25.5624 8.86996C25.8699 8.82108 26.1709 8.75177 26.4811 8.7189Z' fill='%23CFD8D8'/%3E%3Cpath d='M26.8606 19.578C28.1051 19.3989 28.9598 20.485 28.7781 21.691L28.7735 21.7193C28.6512 22.5129 28.0417 22.9694 27.2679 23.0826C24.8343 23.2788 24.5995 19.8277 26.8606 19.578Z' fill='%23708989'/%3E%3Cpath d='M26.9499 20.6324C27.8547 20.555 28.0449 21.8027 27.1014 21.9824C26.07 21.9607 26.0633 20.7416 26.9499 20.6324Z' fill='%239FB0B1'/%3E%3Cpath d='M9.93259 14.1494L30.0362 14.1555C30.6768 14.1948 31.269 14.6901 31.4538 15.2969L31.4643 15.3325C31.5712 15.6851 31.5217 16.136 31.5212 16.5042L31.5146 18.0364C31.1269 18.0707 30.7175 18.0454 30.3278 18.0461L27.9771 18.0471C27.3763 18.047 26.7673 18.0085 26.1828 18.1726C23.797 18.8423 23.0027 21.9038 24.7419 23.6347C25.712 24.6002 26.5654 24.6581 27.8019 24.6589L29.2333 24.6588L31.5212 24.6708L31.5205 26.8185C31.5177 27.7595 30.9958 28.4086 30 28.4584L10.2949 28.4654C9.22147 28.464 8.27528 28.1892 8.19278 26.8768C8.15853 26.3323 8.18453 25.7689 8.18403 25.2226L8.18184 15.7211C8.21603 14.7545 9.03284 14.2095 9.93259 14.1494Z' fill='%239FB0B1'/%3E%3C/svg%3E");
}
.basket-page-nav__item--icon3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M12.4128 8.93392L15.9141 8.92873C16.1661 8.92898 16.4779 8.90367 16.7218 8.96573C17.2639 9.1036 17.7866 9.71792 17.61 10.301L17.6001 10.3319C17.5375 10.5346 17.4466 10.7312 17.3669 10.928L16.3588 13.6464C16.3445 13.683 16.3212 13.7072 16.2951 13.7357L13.0234 13.7452L9.12352 13.7445C8.64589 13.7424 8.22471 13.7252 7.94133 13.2747L7.92427 13.2469C7.39602 12.3939 8.28046 11.7238 8.79396 11.1614C9.69564 10.1737 10.5676 9.21417 11.9487 8.97448L12.4128 8.93392Z' fill='%23CFD8D8'/%3E%3Cpath d='M21.2407 8.9332C21.5054 8.91489 21.78 8.92902 22.0456 8.9292L24.8545 8.9317C26.8659 8.9312 27.5474 9.63214 28.9322 11.046C29.514 11.64 30.455 12.3441 29.92 13.2707L29.8771 13.3442C29.6552 13.6865 29.3089 13.7665 28.9307 13.7728L21.2862 13.7476L20.1964 10.8466C19.838 9.83177 20.1056 9.0952 21.2407 8.9332Z' fill='%23CFD8D8'/%3E%3Cpath d='M24.7606 19.2273C26.0021 18.9658 27.2202 18.9991 28.4339 19.4181C30.5041 20.1755 32.1354 21.9159 32.6673 24.0621L32.8123 24.7752C32.8689 25.0439 32.857 25.3455 32.8573 25.6199C32.8606 28.689 30.8396 31.4258 27.7504 32.0002C24.0623 32.6861 20.7547 30.4541 20.0419 26.7674L19.9959 26.4804C19.6676 23.3532 21.3069 20.3067 24.3839 19.3421C24.4979 19.3064 24.6241 19.2851 24.7335 19.2391L24.7606 19.2273ZM28.236 22.6793C27.7414 22.7776 27.5658 23.0775 27.2559 23.4357L25.5632 25.4615C25.3839 25.6701 25.1935 25.9449 24.9768 26.1135C24.5559 25.7056 24.2567 25.2716 23.6035 25.2802C22.8918 25.2895 22.2708 25.9051 22.4176 26.6405L22.4222 26.6669C22.4876 27.0257 22.8124 27.2711 23.0643 27.505L23.7376 28.1181C24.1202 28.4374 24.6458 28.9441 25.1782 28.9005L25.2868 28.8894C25.6901 28.8476 25.9932 28.5989 26.2385 28.2944L28.8491 24.9622C29.0074 24.7766 29.1972 24.5997 29.3278 24.3937C29.8022 23.6453 29.3552 22.7574 28.4863 22.6787L28.236 22.6793Z' fill='%239FB0B1'/%3E%3Cpath d='M19.9959 26.4803C19.574 26.6023 19.1196 26.546 18.6859 26.5461L14.0887 26.5465C13.4231 26.5462 12.7414 26.5862 12.0846 26.4606C11.0717 26.2669 10.1664 25.4323 9.87823 24.4436C9.76035 24.0393 9.74254 23.6506 9.72348 23.2331L9.59704 19.4934L9.29773 14.548L15.9546 14.5225C15.9594 14.6243 15.8848 14.7958 15.8519 14.8953L15.5731 15.656C15.2854 16.3763 14.7631 17.2666 15.711 17.7274L15.7373 17.74C15.8978 17.8191 16.1059 17.8714 16.2845 17.8382L16.3086 17.8335C16.9587 17.7135 17.5558 16.9357 17.9913 16.4799C18.7286 15.7083 18.8582 15.7505 19.567 16.5056L20.3747 17.3006C20.5439 17.455 20.7085 17.617 20.9166 17.7188C21.5726 18.0395 22.5295 17.4636 22.4467 16.7453C22.4132 16.4555 22.2615 16.1595 22.1501 15.892L21.8825 15.1924C21.8107 14.9911 21.7753 14.774 21.7015 14.5768L28.79 14.5378L28.778 15.6885L28.6053 18.3576C28.5967 18.5953 28.6142 18.8698 28.5654 19.1018L28.5589 19.1306C28.5416 19.2117 28.5267 19.2718 28.4805 19.3416L28.4339 19.4179C27.2202 18.999 26.0021 18.9656 24.7606 19.2271L24.7335 19.2389C24.624 19.285 24.4979 19.3063 24.3839 19.342C21.3069 20.3066 19.6675 23.353 19.9959 26.4803Z' fill='%23E7EBEB'/%3E%3Cpath d='M24.7607 19.2272L24.7609 19.1998C24.7897 19.1954 24.8079 19.1848 24.8341 19.1794L24.8912 19.1672C24.9266 19.1539 24.9719 19.1505 25.0098 19.1403L25.0657 19.1281C25.115 19.1095 25.1712 19.118 25.2247 19.1013L25.3029 19.0964L25.257 18.9739L24.7423 19.0976C24.8233 19.0378 24.9607 19.014 25.0581 18.9891C26.0824 18.7273 27.5382 18.8321 28.4806 19.3417L28.4339 19.4179C27.2202 18.999 26.0022 18.9657 24.7607 19.2272Z' fill='%23EBFEFF'/%3E%3C/svg%3E");
}
.basket-page-nav__item.active {
  color: var(--Green-100, #103a3b);
}
.basket-page-nav__item.active .basket-page-nav__item--icon2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26.4809 8.7189C27.3699 8.62052 28.3169 9.05296 28.7597 9.84015C29.0016 10.2703 29.1272 10.7892 29.2943 11.2535C29.4583 11.7092 29.6556 12.1627 29.7914 12.6271L30.6093 12.7182C31.8615 12.9716 32.9087 14.0971 33.0485 15.3711C33.0791 15.6497 33.0626 15.9454 33.0629 16.226L33.0617 17.5521C33.0615 17.6452 33.0363 17.8416 33.0821 17.9106C34.0281 18.251 34.3002 19.3242 34.3023 20.2223L34.3036 22.2543C34.3033 22.4808 34.3169 22.7189 34.2764 22.9425C34.0787 24.0375 33.099 24.486 33.0791 24.5431C33.0667 24.5786 33.0727 24.6626 33.0712 24.7025L33.0661 26.4717C33.0656 26.7641 33.0852 27.0755 33.0477 27.3656C32.8289 29.0575 31.4366 29.9919 29.8229 29.995L14.5376 29.9951L10.1689 29.9962C8.56257 29.9955 7.24363 29.2833 6.76982 27.6306C6.62275 27.1176 6.66182 26.5842 6.662 26.056L6.66232 17.1191C6.66219 16.5435 6.62925 15.9445 6.68688 15.3725C6.81975 14.0538 7.87788 13.1048 9.10775 12.7637C9.12725 12.7248 9.12369 12.7377 9.13288 12.7015C9.47707 11.3439 10.4201 11.14 11.6043 10.999L25.5623 8.86996C25.8698 8.82108 26.1708 8.75177 26.4809 8.7189Z' fill='%23D1B56B'/%3E%3Cpath d='M26.8605 19.578C28.105 19.3989 28.9596 20.485 28.778 21.691L28.7734 21.7193C28.6511 22.5129 28.0416 22.9694 27.2678 23.0826C24.8342 23.2788 24.5994 19.8277 26.8605 19.578Z' fill='%239E8238'/%3E%3Cpath d='M26.9499 20.6324C27.8547 20.555 28.0449 21.8027 27.1014 21.9824C26.07 21.9607 26.0633 20.7416 26.9499 20.6324Z' fill='%23F9F6EC'/%3E%3Cpath d='M9.93235 14.1494L30.0359 14.1555C30.6766 14.1948 31.2688 14.6901 31.4535 15.2969L31.4641 15.3325C31.571 15.6851 31.5215 16.136 31.521 16.5042L31.5143 18.0364C31.1267 18.0707 30.7173 18.0454 30.3276 18.0461L27.9768 18.0471C27.3761 18.047 26.7671 18.0085 26.1826 18.1726C23.7967 18.8423 23.0025 21.9038 24.7417 23.6347C25.7118 24.6002 26.5652 24.6581 27.8017 24.6589L29.2331 24.6588L31.521 24.6708L31.5203 26.8185C31.5174 27.7595 30.9956 28.4086 29.9998 28.4584L10.2947 28.4654C9.22122 28.464 8.27504 28.1892 8.19254 26.8768C8.15829 26.3323 8.18429 25.7689 8.18379 25.2226L8.1816 15.7211C8.21579 14.7545 9.0326 14.2095 9.93235 14.1494Z' fill='%23F9F6EC'/%3E%3C/svg%3E");
}
.basket-page-nav__sep {
  width: 17.183%;
  height: 2px;
  background-color: var(--Green-10, #e7ebeb);
  transition: background-color 0.3s;
}
@media (max-width: 991px) {
  .basket-page-nav__sep {
    height: 1px;
    transform: translateY(20px);
  }
}
.basket-page-nav__sep.active {
  background-color: var(--Gold-100, #c6a246);
}

.basket-page-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 991px) {
  .basket-page-content {
    flex-direction: column;
    gap: 40px;
    align-items: unset;
  }
}
.basket-page-content__sidebar {
  flex: 0 0 338px;
  max-width: 338px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .basket-page-content__sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 8px;
    width: 100%;
  }
}
.basket-page-content__details {
  flex: 1;
}
@media (max-width: 991px) {
  .basket-page-content__details {
    flex: unset;
    width: 100%;
  }
}

.basket-page-details {
  border-radius: 8px;
  border: 1px solid var(--primary-colors-light-gray-light-gray-20, #f1f1f1);
  background: #fafafa;
  padding: 16px;
}
.basket-page-details__title {
  color: var(--Gold-100, #c6a246);
  margin-bottom: 20px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.basket-page-details__info {
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .basket-page-details__info.active {
    border-radius: 8px;
    border: 1px solid var(--primary-colors-light-gray-light-gray-20, #f1f1f1);
    background: #fafafa;
    box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.24);
    padding: 16px;
    position: fixed;
    z-index: 5;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .basket-page-details__info.active .basket-page-details__info--hidden-mobile {
    display: none;
  }
}
.basket-page-details__info ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .basket-page-details__info ul {
    margin-bottom: 16px;
  }
}
.basket-page-details__info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.basket-page-details__info ul li span {
  color: var(--Green-100, #103a3b);
  line-height: 2.28571rem;
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.basket-page-alert {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  display: flex;
  gap: 4px;
}
.basket-page-alert:before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8H12.01M11 12H12V16H13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.basket-page-items__head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  gap: 4px;
  border-bottom: 1px solid #e7ebeb;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .basket-page-items__head {
    margin-bottom: 16px;
  }
}
.basket-page-items__head span {
  background: var(--Gold-10, #f9f6ec);
  border-radius: 2px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  color: var(--Green-80, #406162);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}

.basket-page-item {
  border-bottom: 1px solid #e7ebeb;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-item {
    position: relative;
    min-height: 80px;
    padding-top: 0;
    margin-bottom: 16px;
  }
  .basket-page-item:last-child {
    margin-bottom: 0;
  }
}
.basket-page-item__picture {
  flex: 0 0 140px;
  max-width: 140px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .basket-page-item__picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
  }
}
.basket-page-item__picture img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .basket-page-item__picture img {
    border-radius: 2.286px;
  }
}
.basket-page-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-item__details--head {
    padding-right: 88px;
    min-height: 80px;
  }
}
.basket-page-item__details--head ul {
  display: flex;
  gap: 4px;
}
.basket-page-item__details--head ul .site-label, .basket-page-item__details--head ul .single-page__gallery--label {
  height: 24px;
  border-radius: 4px;
  font-size: 0.85714rem;
}
.basket-page-item__details--title {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .basket-page-item__details--title {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.basket-page-item__details--info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--weight {
  display: flex;
  align-items: center;
  color: var(--Green-60, #708989);
  gap: 2px;
  line-height: 1.71429rem;
}
.basket-page-item__details--weight:before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.basket-page-item__details--options ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--options ul li {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.basket-page-item__details--options_color {
  width: 20px;
  height: 20px;
  border: 1px solid #2d3038;
  border-radius: 50%;
  flex-shrink: 0;
}
.basket-page-item__details--select ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--select .checkbox__icon {
  width: 24px;
  height: 24px;
}
.basket-page-item__details--select .checkbox__title strong {
  margin-right: 8px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: var(--Green-80, #406162);
}
.basket-page-item__details--foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .basket-page-item__details--foot {
    padding-top: 16px;
  }
}
.basket-page-item__details--foot .quantity-controls {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 4px 8px;
}
.basket-page-item__details--foot .quantity-controls--minus-remove .icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.33337 5.83333H16.6667M8.33337 9.16667V14.1667M11.6667 9.16667V14.1667M4.16671 5.83333L5.00004 15.8333C5.00004 16.2754 5.17564 16.6993 5.4882 17.0118C5.80076 17.3244 6.22468 17.5 6.66671 17.5H13.3334C13.7754 17.5 14.1993 17.3244 14.5119 17.0118C14.8244 16.6993 15 16.2754 15 15.8333L15.8334 5.83333M7.50004 5.83333V3.33333C7.50004 3.11232 7.58784 2.90036 7.74412 2.74408C7.9004 2.5878 8.11236 2.5 8.33337 2.5H11.6667C11.8877 2.5 12.0997 2.5878 12.256 2.74408C12.4122 2.90036 12.5 3.11232 12.5 3.33333V5.83333' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.basket-page-item__details--foot .quantity-controls--minus-remove .icon svg {
  display: none;
}
.basket-page-item__details--price {
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}

.basket-page-discount-code {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid var(--Gold-20, #f4ecda);
  background: #fafafa;
  padding: 24px;
}
@media (max-width: 991px) {
  .basket-page-discount-code {
    margin-top: 16px;
    padding: 16px;
  }
}
.basket-page-discount-code .accordion-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  pointer-events: none;
}
.basket-page-discount-code .accordion-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23708989' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: none;
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  .basket-page-discount-code .accordion-title {
    pointer-events: unset;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.71429rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .basket-page-discount-code .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .basket-page-discount-code .accordion-title:after {
    display: block;
  }
}
@media (max-width: 991px) {
  .basket-page-discount-code .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(0, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .basket-page-discount-code .accordion-content.active {
    grid-template-rows: minmax(0, 1fr);
  }
}
@media (max-width: 991px) {
  .basket-page-discount-code__content {
    padding-top: 4px;
  }
}
.basket-page-discount-code__content p {
  margin-bottom: 16px;
  line-height: 1.57143rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .basket-page-discount-code__content p {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
  }
}
.basket-page-discount-code__content--form {
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--form {
    flex-direction: column;
  }
}
.basket-page-discount-code__content--form .form-control {
  height: 40px;
}
.basket-page-discount-code__content--form .btn {
  min-width: 164px;
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--form .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body:has(.pofile-page.active) #profile-head {
    display: none;
  }
}
@media (max-width: 991px) {
  body:has(.profile-order-details-head__print) .profile-content, body:has(.profile-content__head--wallet) .profile-content, body:has(.profile-content__head--address) .profile-content {
    position: relative;
    padding-bottom: 56px;
  }
}
body:has(.profile-settings-account) .profile-links {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body:has(.profile-settings-account) .profile-links {
    margin-bottom: 24px;
  }
}
body:has(jb-date-input) .pofile-page.active .profile-content {
  transform: unset;
}

#profile-head {
  background: url("assets/images/png/bg3.jpg") center center/cover no-repeat;
}

.profile-head {
  padding-top: 64px;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .profile-head {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.profile-head__type {
  margin-bottom: 8px;
  background: var(--Green-10, #e7ebeb);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-head__type {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-head__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 4rem;
  margin-bottom: 8px;
  color: var(--White, #fff);
  letter-spacing: -0.03429rem;
}
@media (max-width: 991px) {
  .profile-head__title {
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1.71429rem;
    letter-spacing: normal;
  }
}
.profile-head__title--notification {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .profile-head__title--notification {
    width: 16px;
    height: 16px;
  }
}
.profile-head__title--notification.active {
  position: relative;
}
.profile-head__title--notification.active:after {
  position: absolute;
  content: "";
  right: 2px;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  border: 2px solid #103736;
}
@media (max-width: 991px) {
  .profile-head__title--notification.active:after {
    width: 8px;
    height: 8px;
    right: 0px;
  }
}
.profile-head__wallet {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .profile-head__wallet {
    gap: 12px;
    margin-bottom: 16px;
  }
}
.profile-head__wallet--show {
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .profile-head__wallet--show {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
  }
}
.profile-head__wallet--show:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H16C16.2652 4 16.5196 4.10536 16.7071 4.29289C16.8946 4.48043 17 4.73478 17 5V8L19 12V9C19 8.73478 18.8946 8.48043 18.7071 8.29289C18.5196 8.10536 18.2652 8 18 8H6C5.46957 8 4.96086 7.78929 4.58579 7.41421C4.21071 7.03914 4 6.53043 4 6ZM4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H18C18.2652 20 18.5196 19.8946 18.7071 19.7071C18.8946 19.5196 19 19.2652 19 19V16M20 12V16H16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12H20Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-head__wallet--add {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: var(--Gold-100, #c6a246);
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .profile-head__wallet--add {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-head__wallet--add:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00004 3.33331V12.6666M3.33337 7.99998H12.6667' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
.profile-head__info {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-head__info {
    margin-bottom: 0;
  }
}
.profile-head__info--exit {
  padding-left: 16px;
  padding-right: 16px;
  border-color: var(--Gold-100, #c6a246);
  color: var(--Gold-100, #c6a246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-head__info--exit {
    display: none;
  }
}
.profile-head__info--exit:hover {
  background-color: var(--Gold-100, #c6a246);
  color: var(--Green-100, #103a3b);
}
.profile-head__info ul li {
  color: var(--Green-40, #9fb0b1);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-head__info ul li {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.pofile-page {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pofile-page {
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
    min-height: 520px;
  }
  .pofile-page.active {
    padding-top: 24px;
  }
  .pofile-page.active .profile-nav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .pofile-page.active .profile-content {
    overflow: visible;
    transition-delay: 0.1s;
    visibility: visible;
    opacity: 1;
    height: unset;
    transform: translateX(0);
  }
}

.profile-nav {
  margin-top: -52px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .profile-nav {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    transition: opacity 0.5s;
  }
}
.profile-nav__item {
  display: flex;
  align-items: center;
  gap: 4px;
  align-items: flex-start;
  color: var(--Green-20, #cfd8d8);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
  height: 52px;
  opacity: 0.7;
  border-bottom: 4px solid transparent;
}
@media (max-width: 991px) {
  .profile-nav__item {
    height: 56px;
    border-radius: 8px;
    border: 1px solid var(--Green-10, #e7ebeb);
    background: var(--Green-10, #e7ebeb);
    padding: 8px;
    gap: 4px;
    color: var(--Green-100, #103a3b);
    opacity: 1;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    align-items: center;
  }
  .profile-nav__item:after {
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    margin-right: auto;
  }
}
.profile-nav__item.active, .profile-nav__item:hover {
  opacity: 1;
  border-bottom-color: var(--Green-20, #cfd8d8);
}
@media (max-width: 991px) {
  .profile-nav__item.active, .profile-nav__item:hover {
    border-bottom-color: var(--Green-10, #e7ebeb);
  }
}
.profile-nav__logout {
  display: none;
  color: #ec3c2c;
  border: 2px solid #ec3c2c;
  margin-top: 24px;
}
.profile-nav__logout:hover {
  background: #ec3c2c;
}
@media (max-width: 991px) {
  .profile-nav__logout {
    display: flex;
  }
}
.profile-nav ul {
  display: flex;
}
@media (max-width: 991px) {
  .profile-nav ul {
    flex-direction: column;
    gap: 16px;
  }
}
.profile-nav ul li {
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .profile-nav ul li {
    flex: unset;
  }
}

@media (max-width: 991px) {
  .profile-content {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translateX(100%);
    transition: transform 0.5s, opacity 0.5s;
  }
  .profile-content .categories-page__products {
    padding-bottom: 24px;
  }
}
.profile-content__title {
  margin-bottom: 16px;
  font-size: 1.28571rem;
  letter-spacing: -0.01286rem;
  line-height: 2.28571rem;
  color: var(--Green-190, #020606);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-content__title {
    display: none;
  }
}
.profile-content__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-content__head {
    margin-bottom: 0;
  }
}
.profile-content__head--address {
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  gap: 4px;
  display: flex;
  align-items: center;
}
.profile-content__head--address:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
.profile-content__head--address:hover {
  color: var(--Gold-100, #c6a246);
}
.profile-content__head--address:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-content__head--address {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile-content__head--address:hover {
    color: var(--Green-100, #103a3b);
  }
  .profile-content__head--address:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-content__head--wallet {
  color: var(--Gold-100, #C6A246);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  gap: 4px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
.profile-content__head--wallet:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
.profile-content__head--wallet:hover {
  color: var(--Green-100, #103a3b);
}
.profile-content__head--wallet:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-content__head--wallet {
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    color: var(--Green-100, #103A3B);
    gap: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .profile-content__head--wallet:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .profile-content__head--wallet:hover {
    color: var(--Green-100, #103a3b);
  }
  .profile-content__head--wallet:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-content__head .profile-content__title {
  margin-bottom: 0;
}

.profile-orders-state {
  padding-top: 24px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .profile-orders-state {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.profile-orders-state ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 80px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .profile-orders-state ul {
    gap: 24px 64px;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul {
    gap: 0;
  }
}
.profile-orders-state ul li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 1199px) {
  .profile-orders-state ul li {
    flex: 0 0 calc(50% - 42.66px);
    max-width: calc(50% - 42.66px);
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #e7ebeb;
    padding-bottom: 16px;
    padding-top: 8px;
    margin-bottom: 8px;
    gap: 4px;
  }
}
.profile-orders-state ul li svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .profile-orders-state ul li svg {
    width: 24px;
  }
}
.profile-orders-state ul li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  content: "";
  background: var(--Green-10, #e7ebeb);
  width: 1px;
  height: 56px;
  display: block;
}
@media (max-width: 1459px) {
  .profile-orders-state ul li:after {
    left: -32px;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
.profile-orders-state ul li:last-child:after {
  display: none;
}
.profile-orders-state ul li strong {
  flex-shrink: 0;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .profile-orders-state ul li strong {
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.42857rem;
  }
}
.profile-orders-state ul li span {
  margin-right: auto;
  color: var(--Green-190, #020606);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .profile-orders-state ul li span {
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}

.profile-related {
  border-top: 1px solid var(--Green-10, #e7ebeb);
  padding-top: 64px;
}
.profile-related .site-head {
  margin-bottom: 16px;
}
.profile-related .site-title {
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
}
@media (max-width: 991px) {
  .profile-related .site-title {
    color: var(--Green-100, #103a3b);
    font-size: 1.14286rem;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
@media (max-width: 991px) {
  .profile-related {
    border-top: none;
    padding-top: 0;
  }
}
.profile-related__no-border {
  padding-top: 48px;
  border-top: none;
}
@media (max-width: 991px) {
  .profile-related__no-border {
    padding-top: 16px;
  }
}

.return-to-profile-sidebar {
  display: none;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--Green-10, #e7ebeb);
  width: 100%;
  padding: 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
.return-to-profile-sidebar:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  content: "";
}
@media (max-width: 991px) {
  .return-to-profile-sidebar {
    display: flex;
  }
}

.profile-links {
  margin-bottom: 40px;
  gap: 8px;
  display: flex;
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
  scrollbar-width: none;
  align-items: center;
}
@media (max-width: 991px) {
  .profile-links {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.profile-links a,
.profile-links button {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  height: 32px;
}
.profile-links a span,
.profile-links button span {
  border-radius: 50%;
  background-color: var(--Green-10, #e7ebeb);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Green-100, #103a3b);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 0.85714rem;
  line-height: 1.28571rem;
  padding-top: 2px;
}
.profile-links a.active, .profile-links a:hover,
.profile-links button.active,
.profile-links button:hover {
  background: var(--Gold-100, #c6a246);
  border-color: var(--Gold-100, #c6a246);
  color: var(--White, #fff);
}
.profile-links a.active span, .profile-links a:hover span,
.profile-links button.active span,
.profile-links button:hover span {
  background-color: var(--White, #fff);
  color: var(--Gold-100, #c6a246);
}

.profile-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .profile-title {
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.71429rem;
    letter-spacing: normal;
    color: var(--Green-120, #0d2e2f);
  }
}

.profile-subtitle {
  margin-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
}
@media (max-width: 991px) {
  .profile-subtitle {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
    line-height: 1.71429rem;
  }
}

.profile-order-card {
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  flex-direction: column;
}
.profile-order-card__head {
  padding: 16px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-card__head {
    padding: 12px 8px;
    align-items: flex-end;
  }
}
.profile-order-card__head--title {
  flex: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__head--title {
    flex-wrap: wrap;
  }
}
.profile-order-card__head--title strong {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__head--title strong {
    margin-left: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
  }
}
.profile-order-card__head--title span {
  background: var(--Green-80, #406162);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  height: 32px;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-card__head--title span {
    height: 24px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.14286rem;
  }
}
.profile-order-card__head .site-more {
  display: flex;
  align-items: center;
  gap: 4px;
}
.profile-order-card__head .site-more:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.profile-order-card__head .site-more:hover:after {
  transform: translateX(-2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-order-card__head .site-more:hover:after {
    transform: unset;
  }
}
.profile-order-card__content {
  flex: 1;
  padding: 24px 16px;
}
@media (max-width: 991px) {
  .profile-order-card__content {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.profile-order-card__content--date {
  margin-bottom: 24px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-order-card__content--date {
    display: flex;
    margin-bottom: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.42857rem;
    padding: 12px 8px 0;
  }
}
.profile-order-card__content ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .profile-order-card__content ul {
    border-bottom: 1px solid var(--Green-10, #e7ebeb);
    padding: 8px;
    gap: 8px;
  }
}
.profile-order-card__content ul li {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li {
    display: none;
  }
  .profile-order-card__content ul li:nth-child(1), .profile-order-card__content ul li:nth-child(2), .profile-order-card__content ul li:nth-child(3) {
    display: block;
  }
}
.profile-order-card__content ul li span {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  line-height: 1.42857rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  direction: ltr;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li span {
    display: flex;
  }
}
.profile-order-card__content ul li img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li img {
    width: 80px;
    height: 80px;
  }
}
.profile-order-card__foot {
  border-top: 1px solid var(--Green-10, #e7ebeb);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-card__foot {
    border-top: none;
    padding: 0 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 20px;
  }
}
.profile-order-card__foot--total {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-card__foot--total {
    font-size: 1rem;
    line-height: 1.57143rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-order-card__foot--date {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-order-card__foot--date {
    display: flex;
    padding: 12px 0 0;
    margin-bottom: -16px;
  }
}
.profile-order-card__foot--print {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__foot--print {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    color: var(--Green-100, #103a3b);
    font-weight: 450;
    font-variation-settings: "wght" 450;
    font-size: 0.85714rem;
    line-height: 1.71429rem;
  }
}
.profile-order-card__foot--print:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .profile-order-card__foot--print:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.last-orders-cards {
  display: flex;
  gap: 64px 16px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .last-orders-cards {
    gap: 16px;
  }
}
.last-orders-cards .profile-order-card {
  margin-bottom: 0;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.last-orders-cards .profile-order-card__head--title span {
  background: var(--Green-40, #9fb0b1);
}
.last-orders-cards .profile-order-card__foot {
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .last-orders-cards .profile-order-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.profile-order-details-head {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-details-head {
    margin-bottom: 16px;
  }
}
.profile-order-details-head__title {
  flex: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__title {
    flex-wrap: wrap;
    gap: 16px 8px;
  }
}
.profile-order-details-head__title--back {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L13 18M19 12L13 6' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-order-details-head__title strong {
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__title strong {
    margin-left: 0;
    width: calc(100% - 32px);
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2rem;
  }
}
.profile-order-details-head__title span {
  background: var(--Green-80, #406162);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  height: 32px;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-details-head__title span {
    height: 24px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.14286rem;
  }
}
.profile-order-details-head__print {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__print {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    color: var(--Green-100, #103a3b);
    font-weight: 450;
    font-variation-settings: "wght" 450;
    font-size: 0.85714rem;
    line-height: 1.71429rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.profile-order-details-head__print:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .profile-order-details-head__print:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.profile-order-details-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 64px;
  position: relative;
}
@media (max-width: 991px) {
  .profile-order-details-content ul {
    gap: 12px;
  }
}
.profile-order-details-content ul:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 56px;
  background: var(--Green-10, #e7ebeb);
  display: block;
}
@media (max-width: 991px) {
  .profile-order-details-content ul:after {
    display: none;
  }
}
.profile-order-details-content ul li {
  flex: 0 0 calc(50% - 32px);
  max-width: calc(50% - 32px);
  line-height: 1.71429rem;
  color: var(--Green-60, #708989);
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-order-details-content ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.profile-order-details-content ul li span {
  flex-shrink: 0;
  min-width: 102px;
}

.profile-addresses {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-addresses__card {
  border-radius: 16px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px 24px 16px 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-addresses__card {
    position: relative;
    padding: 8px 8px 60px;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
  }
}
.profile-addresses__card--info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .profile-addresses__card--info {
    gap: 8px;
  }
}
.profile-addresses__card--info strong {
  color: var(--Green-120, #0d2e2f);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-addresses__card--info strong {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-addresses__card--info_location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_4771_10493)'%3E%3Cpath d='M7.99984 9.33332C9.10441 9.33332 9.99984 8.43789 9.99984 7.33332C9.99984 6.22875 9.10441 5.33332 7.99984 5.33332C6.89527 5.33332 5.99984 6.22875 5.99984 7.33332C5.99984 8.43789 6.89527 9.33332 7.99984 9.33332Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7712 11.1046L8.94251 13.9333C8.6925 14.183 8.35356 14.3233 8.00017 14.3233C7.64678 14.3233 7.30785 14.183 7.05784 13.9333L4.22851 11.1046C3.48265 10.3587 2.97473 9.40842 2.76896 8.37387C2.5632 7.33931 2.66883 6.26697 3.07251 5.29244C3.47618 4.31792 4.15977 3.48498 5.03683 2.89896C5.91388 2.31294 6.94502 2.00015 7.99984 2.00015C9.05466 2.00015 10.0858 2.31294 10.9629 2.89896C11.8399 3.48498 12.5235 4.31792 12.9272 5.29244C13.3308 6.26697 13.4365 7.33931 13.2307 8.37387C13.0249 9.40842 12.517 10.3587 11.7712 11.1046Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4771_10493'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.profile-addresses__card--info_family:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 14V12.6667C4 11.9594 4.28095 11.2811 4.78105 10.781C5.28115 10.281 5.95942 10 6.66667 10H9.33333C10.0406 10 10.7189 10.281 11.219 10.781C11.719 11.2811 12 11.9594 12 12.6667V14M10.6667 4.66667C10.6667 6.13943 9.47276 7.33333 8 7.33333C6.52724 7.33333 5.33333 6.13943 5.33333 4.66667C5.33333 3.19391 6.52724 2 8 2C9.47276 2 10.6667 3.19391 10.6667 4.66667Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.profile-addresses__card--info_tools {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools {
    opacity: 1;
    position: absolute;
    right: 8px;
    bottom: 12px;
  }
}
.profile-addresses__card--info_tools-edit {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.5 6.5L17.5 10.5M4 20.0001H8L18.5 9.50006C19.0304 8.96963 19.3284 8.2502 19.3284 7.50006C19.3284 6.74991 19.0304 6.03049 18.5 5.50006C17.9696 4.96963 17.2501 4.67163 16.5 4.67163C15.7499 4.67163 15.0304 4.96963 14.5 5.50006L4 16.0001V20.0001Z' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-edit {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.0002 8.66665L23.3335 14M5.3335 26.6667H10.6668L24.6668 12.6667C25.3741 11.9595 25.7714 11.0003 25.7714 10.0001C25.7714 8.99986 25.3741 8.04063 24.6668 7.33339C23.9596 6.62615 23.0004 6.22882 22.0002 6.22882C21 6.22882 20.0407 6.62615 19.3335 7.33339L5.3335 21.3334V26.6667Z' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-addresses__card--info_tools-edit:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-edit:hover {
    opacity: 1;
  }
}
.profile-addresses__card--info_tools-remove {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7H20M10 11V17M14 11V17M5 7L6 19C6 19.5304 6.21071 20.0391 6.58579 20.4142C6.96086 20.7893 7.46957 21 8 21H16C16.5304 21 17.0391 20.7893 17.4142 20.4142C17.7893 20.0391 18 19.5304 18 19L19 7M9 7V4C9 3.73478 9.10536 3.48043 9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3H14C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4V7' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-remove {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.3335 9.33333H26.6668M13.3335 14.6667V22.6667M18.6668 14.6667V22.6667M6.66683 9.33333L8.00016 25.3333C8.00016 26.0406 8.28111 26.7189 8.78121 27.219C9.28131 27.719 9.95959 28 10.6668 28H21.3335C22.0407 28 22.719 27.719 23.2191 27.219C23.7192 26.7189 24.0002 26.0406 24.0002 25.3333L25.3335 9.33333M12.0002 9.33333V5.33333C12.0002 4.97971 12.1406 4.64057 12.3907 4.39052C12.6407 4.14048 12.9799 4 13.3335 4H18.6668C19.0205 4 19.3596 4.14048 19.6096 4.39052C19.8597 4.64057 20.0002 4.97971 20.0002 5.33333V9.33333' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-addresses__card--info_tools-remove:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-remove:hover {
    opacity: 1;
  }
}
.profile-addresses__card--info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-addresses__card--info ul li {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  display: flex;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-addresses__card--info ul li {
    font-size: 1rem;
  }
}
.profile-addresses__card--info ul li:before {
  transform: translateY(2px);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-addresses__card--map {
  width: 256px;
  min-height: 152px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .profile-addresses__card--map {
    width: 100%;
    height: 100px;
  }
}
.profile-addresses__card--map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.profile-addresses__card--map .map {
  width: 100%;
  height: 100%;
}
.profile-addresses__card:hover .profile-addresses__card--info_tools {
  opacity: 1;
}

.profile-new-address__head {
  margin-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-new-address__head {
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2rem;
    letter-spacing: normal;
  }
}
.profile-new-address__head:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L13 18M19 12L13 6' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-new-address__area {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .profile-new-address__area {
    flex-direction: column;
    position: relative;
    padding-bottom: 56px;
  }
}
.profile-new-address__area--map {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
}
@media (max-width: 991px) {
  .profile-new-address__area--map {
    flex: 0 0 unset;
    max-width: unset;
  }
}
.profile-new-address__area--map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.profile-new-address__area--map .map {
  width: 100%;
}
@media (max-width: 991px) {
  .profile-new-address__area--map .map {
    height: 152px;
  }
}
.profile-new-address__area--form {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  padding-left: 118px;
  --ss-main-height: 56px;
}
@media (max-width: 1199px) {
  .profile-new-address__area--form {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .profile-new-address__area--form {
    flex: 0 0 unset;
    max-width: unset;
    --ss-main-height: 40px;
  }
  .profile-new-address__area--form .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.profile-new-address__area--form .btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .profile-new-address__area--form .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.wallet-modal {
  width: 100%;
}
.wallet-modal__content {
  padding-top: 16px;
}
.wallet-modal__content--values {
  border-radius: 8px;
  border: 1px solid var(--Green-10, #E7EBEB);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 32px;
}
.wallet-modal__content--values:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  background: var(--Green-10, #E7EBEB);
}
.wallet-modal__content--values:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: var(--Green-10, #E7EBEB);
}
.wallet-modal__content--values li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-modal__content--values li button, .wallet-modal__content--values li a {
  color: var(--Green-100, #103A3B);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: color 0.3s;
}
.wallet-modal__content--values li button:hover, .wallet-modal__content--values li a:hover {
  color: var(--Gold-100, #C6A246);
}
.wallet-modal__content--form .btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .wallet-modal__content--form .btn {
    height: 32px;
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    width: 100%;
  }
}

.profile-settings-account {
  max-width: 692px;
}
.profile-settings-account__description {
  margin-bottom: 16px;
  color: var(--Green-80, #406162);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-settings-account__description {
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.profile-settings-account__description ul {
  padding-right: 24px;
}
.profile-settings-account__description ul li {
  list-style: disc;
}
@media (max-width: 991px) {
  .profile-settings-account {
    max-width: 100%;
  }
}
.profile-settings-account .btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .profile-settings-account .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .profile-settings-account .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.not-found-page {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .not-found-page {
    flex-direction: column-reverse;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }
}
.not-found-page__picture {
  position: relative;
}
@media (max-width: 991px) {
  .not-found-page__picture {
    width: 100%;
  }
}
.not-found-page__picture img {
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.not-found-page__picture:before {
  content: "";
  width: 101px;
  height: 490px;
  display: block;
  border-radius: 2px;
  background: var(--Gold-20, #f4ecda);
  position: absolute;
  right: -24px;
  bottom: -24px;
  content: "";
}
@media (max-width: 991px) {
  .not-found-page__picture:before {
    right: -8px;
    bottom: -8px;
    width: 164px;
    height: 207px;
  }
}
.not-found-page__details {
  flex: 0 0 540px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .not-found-page__details {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.not-found-page__details--title {
  margin-bottom: 8px;
  color: var(--Gold-190, #141007);
  font-size: 2.85714rem;
  line-height: 4.57143rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .not-found-page__details--title {
    font-size: 1.71429rem;
    line-height: 2.85714rem;
  }
}
.not-found-page__details--description {
  margin-bottom: 24px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .not-found-page__details--description {
    margin-bottom: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
