:root {
  --color-white: #ffffff;
  --color-golden: #bf9366;
  --color-black: #000000;
  --color-hover: #c09d79;
  --color-disabled: #e2e2e2;
  --color-silver: #9d9d9d;
  --color-gray: #4B4B4B;
  --color-gray-noble: #b3b3b3;
  --color-gray-size: #f5f5f5;
  --color-gray-sand: #f6f6f6;
  --color-gray-mercury: #e2e2e2;
  --color-red: #bb0d0d;
  --color-green: #3cbc32;
  --color-filter: #dadada;
  --color-form: #fdfbfa;
  --color-border-form: #9d9d9d;
  --account-bg: rgba(191, 147, 102, 0.03);
  --color-gift:#7d7d7d; }


body .header__menu {
    left: -202px;
}

@media (max-width: 768px) {
    body .header__menu {
		left: 0;
	}
}

.single-info__inner.has-error .single-info__size {
	color: #fb0000 !important;
}

.single-info__inner.has-error .custom-checkbox__content {
	color: #fb0000 !important;
}

.single-info__inner .custom-checkbox__content {
    font-size: 18px !important;
}

.single-info__inner.has-error .custom-checkbox__content::before {
    border: 2px solid #fb0000 !important;
}



.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	flex-wrap: wrap;
}

button#ButtonSizeChartModal {
    margin-top: 20px;
}

body .alert.alert-success {
    background: var(--color-golden);
	color: #fff;
}

.single-info .accordion__item p {
    font-size: 15px !important;
    line-height: 25px !important;
    margin: 0 !important;
}

body .blog__inner .title {
    font-weight: 700;
}

.swiper-nav .swiper-btn svg {
    height: auto !important;
    transition: fill 0.3s ease-in-out;
}

.header .header-adv__close {
    top: 7px !important;
}

main.main.main-header-adv--hidden {
    margin-top: 64px !important;
}

.header .header-adv--hidden {
    overflow: hidden;
}

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

.pagination {
    overflow: hidden;
    width: 100%;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Иконка WhatsApp */
.whatsapp-icon {
    width: 40px;
    height: 40px;
    filter: grayscale(1);
    transition: filter 0.3s ease;
    background-color: #fff;
}

/* Эффект при наведении */
.whatsapp-button:hover .whatsapp-icon {
    filter: grayscale(0); /* Возвращаем цвет */
}

/* Анимация блика */
.whatsapp-glint {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 10%, transparent 54.01%);
    transform: rotate(45deg);
    animation: glint-animation 2s infinite;
    pointer-events: none; /* Чтобы блик не мешал кликать */
}

/* Ключевые кадры для анимации блика */
@keyframes glint-animation {
    0% {
        transform: rotate(45deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(45deg) translate(100%, 100%);
    }
}

.catalog {
	height: -webkit-fit-content;
}

.list-underlined__link {
    color: #C09D79 !important;
    border-bottom: initial !important;
}

li.list-underlined__item.is-active a {
    border-bottom: 1px solid currentColor !important;
}

.contact-page {
    display: flex;
    gap: 30px;
}

.contact-info {
    width: 100%;
}

.contact-page iframe {
    border: 0;
    border-radius: 10px;
}

.category-description {
    margin-bottom: 50px;
}

.contacts-page-info-row {
    margin-bottom: 10px;
}

.breadcrumb li {
    margin-right: 5px;
	display: flex;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li span {
    margin-left: 5px;
    color: #666;
}

.burger {
  display: none;
  --burger-width: 16px;
  --burger-height: 14px;
  --burger-line-height: 1px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #000;
  background-color: transparent;
  cursor: pointer; }
  .burger::before, .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  .burger::before {
    top: 0; }
  .burger::after {
    top: calc(100% - var(--burger-line-height)); }
  .burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out; }
  .burger--open::before {
    top: 50%;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  .burger--open::after {
    top: 50%;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
  .burger--open .burger__line {
    transform: scale(0);
    transition: transform 0.3s ease-in-out; }
  @media (max-width: 768px) {
	  
	 .single-product__list .product-list {
		display: grid;
		grid-template-columns: 1fr 1fr !important;
	 }
	  
	  .contact-page {
    flex-direction: column;
}
    .burger {
      order: 2;
      display: block;
      margin-left: 24px; } }
  @media (max-width: 475px) {
    .burger {
      margin-left: 10px; } }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out; }
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    max-width: 560px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    animation: menu-open 400ms ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-out; }

@keyframes menu-open {
  0% {
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; }
  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }
    @media (max-width: 1120px) {
      .header__menu {
        bottom: 10px; } }
    @media (max-width: 768px) {
      .header__menu {
        visibility: hidden;
        top: 40px;
        max-width: 320px;
        width: 100%;
        background-color: #fff;
        bottom: auto;
        display: none;
        opacity: 0;
        right: -24px;
        margin: 0;
        left: auto;
        transition: visibility 0.5s ease-in, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        transform: translateX(100%);
        padding: 24px;
        padding-top: 40px;
        height: 100vh;
        overflow: scroll;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05); } }
    @media (max-width: 768px) {
      .header__menu--open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        display: block; } }
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    position: relative;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 1120px) {
      .header__nav {
        justify-content: center;
        padding: 35px 0 50px; } }
    @media (max-width: 768px) {
      .header__nav {
        padding: 15px 0; } }
    @media (max-width: 768px) {
      .header__nav--active {
        padding-bottom: 50px; } }
    .header__nav--active .header__menu {
      visibility: hidden;
      opacity: 0; }
    .header__nav--open .header__menu {
      transform: translateY(-100%);
      visibility: hidden;
      opacity: 0;
      animation: menu-close 400ms ease-in-out; }

@keyframes menu-close {
  0% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; } }
  .header__item:not(:last-child) {
    margin-right: 32px; }
    @media (max-width: 768px) {
      .header__item:not(:last-child) {
        margin-right: 20px; } }
    @media (max-width: 576px) {
      .header__item:not(:last-child) {
        margin-right: 0;
        padding: 7px 0;
        margin-bottom: 10px; } }
  .header__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 830px;
    width: calc(100% - 32%); }
    .header__action-cart {
      position: relative; }
      .header__action-cart .cart-count {
        position: absolute;
        top: 0;
        right: -8px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        z-index: 5;
        font-family: CervoNeue, sans-serif;
        text-align: center;
        color: #FFFFFF;
        line-height: 17px;
        border-radius: 50%;
        background-color: #C09D79; }
    .header__action-link.d-none {
      display: none; }
    .header__action .logged_user {
      font-size: 14px;
      display: inline-block;
      z-index: 5;
      line-height: 23px;
      color: #fff;
      text-transform: uppercase;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #000;
      font-family: CervoNeue, sans-serif;
      text-align: center; }
  .header__action-item--search {
    width: 100%; }
    @media (max-width: 1120px) {
      .header__action-item--search {
        max-width: 80%; } }
    @media (max-width: 768px) {
      .header__action-item--search {
        max-width: 70%; } }
  .header__action-item:not(:last-child) {
    margin-right: 16px; }
    @media (max-width: 475px) {
      .header__action-item:not(:last-child) {
        margin-right: 10px; } }
  .header__action-item:hover svg {
    stroke: var(--color-hover); }
  .header__action-item:active svg {
    stroke: var(--color-hover); }
  .header .search {
    max-width: 140px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s ease-in;
    transform: translate(10px, -1px); }
    @media (max-width: 768px) {
      .header .search {
        max-width: 0; } }
    .header .search__header {
      position: relative; }
    .header .search--open {
      max-width: 100%;
      transition: all 0.5s ease-in; }
      .header .search--open .search__header {
        max-width: 450px; }
        @media (max-width: 1120px) {
          .header .search--open .search__header {
            max-width: 320px; } }
        @media (max-width: 768px) {
          .header .search--open .search__header {
            max-width: 100%; } }
      @media (max-width: 768px) {
        .header .search--open {
          transition: all 0.8s ease-in;
          position: absolute;
          width: 80%;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 20px; } }
      .header .search--open .search__close {
        visibility: visible;
        opacity: 1; }
  .header__link {
    position: relative;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4; }
    .header__link:hover {
      background-position: 0 100%; }
  .header__action-icon {
    fill: transparent;
    stroke: var(--color-black);
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    transform: translateY(4px);
    transition: stroke 0.3s ease-in-out; }
    @media (max-width: 576px) {
      .header__action-icon {
        stroke-width: 1px; } }
    @media (max-width: 475px) {
      .header__action-icon {
        width: 18px;
        height: 18px; } }
  .header .header-adv {
    background-color: var(--color-black);
    font: normal 400 14px/1.1 "CervoNeue", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    transition: height 0.2s linear, padding 0.2s linear; }
    @media (max-width: 576px) {
      .header .header-adv {
        font-size: 14px;
        padding: 30px 0; } }
    .header .header-adv__text {
      margin-bottom: 0; }
    .header .header-adv__close {
      position: absolute;
      right: 20px; }
    .header .header-adv__close-icon {
      height: 16px;
      width: 16px;
      fill: #fff; }
    .header .header-adv--hidden {
      height: 0;
      padding: 0; }
    .header .header-adv a {
      color: var(--color-golden); }
    .header .header-adv a:hover {
      color: #ffffff;
      text-decoration: underline; }
  .header .container {
    position: relative; }
  .header.out {
    transform: translateY(-100%); }
  .header__shadow {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05); }
  .header__dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 22px 134px 32px 126px;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    transition: visibility 0.3s ease, opacity 0.3s ease-in-out; }
    @media (max-width: 1120px) {
      .header__dropdown {
        padding: 22px 100px; } }
    @media (max-width: 1024px) {
      .header__dropdown {
        padding: 22px 60px; } }
    @media (max-width: 768px) {
      .header__dropdown {
        padding: 20px 0 30px; } }
    @media (max-width: 475px) {
      .header__dropdown {
        padding: 20px 0 30px; } }
    .header__dropdown.header__dropdown--show {
      visibility: visible;
      opacity: 1; }
  .header__dropdown-wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .header__dropdown-wrap {
        display: block; } }
  .header__dropdown-inner:first-child {
    margin-right: 30px; }
    @media (max-width: 768px) {
      .header__dropdown-inner:first-child {
        margin-right: 0;
        margin-bottom: 50px; } }
  .header__dropdown-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px; }
    .header__dropdown-box .header__dropdown-link {
      position: relative;
      padding-right: 32px; }
      .header__dropdown-box .header__dropdown-link::after {
        content: '';
        position: absolute;
        right: 0;
        background-color: var(--color-black);
        -webkit-mask-image: url(../img/sprite.svg#arrow-footer);
        mask-image: url(../img/sprite.svg#arrow-footer);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transform: rotate(-90deg);
        height: 8px;
        top: 4px;
        width: 14px;
        transition: background-color 0.3s ease-in-out; }
  .header__dropdown-link {
    position: relative;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    font-size: 15px; }
    .header__dropdown-link:hover {
      background-position: 0 100%; }
      .header__dropdown-link:hover::after {
        background-color: var(--color-golden); }
  .header__dropdown-list {
    -moz-column-count: 2;
    column-count: 2;
    gap: 120px; }
    @media (max-width: 1120px) {
      .header__dropdown-list {
        gap: 60px; } }
    @media (max-width: 1024px) {
      .header__dropdown-list {
        gap: 30px; } }
    @media (max-width: 768px) {
      .header__dropdown-list {
        gap: 10px; } }
  .header__dropdown-title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700; }
  .header__dropdown-item {
    margin-bottom: 14px; }
  .header__dropdown-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 576px) and (max-width: 768px) {
      .header__dropdown-image .header__dropdown-img {
        -o-object-fit: cover;
        object-fit: cover; } }
    @media (min-width: 769px) {
      .header__dropdown-image .header__dropdown-img {
        display: none; } }
    .header__dropdown-image .header__dropdown-img-bg {
      display: none;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 485px;
      padding-bottom: 52.78%; }
      @media (min-width: 769px) {
        .header__dropdown-image .header__dropdown-img-bg {
          display: block; } }
    .header__dropdown-image .overlay {
      position: relative; }
    .header__dropdown-image .overlay::before {
      content: "";
      position: absolute;
      background-color: var(--color-black);
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 0.48; }
  .header__dropdown-special {
    position: absolute;
    max-width: 124px;
    width: 100%;
    margin: 0 auto;
    font: normal 500 15px/1.4 "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 0.09em; }

.hero {
  margin-bottom: 150px; }
  @media (max-width: 1024px) {
    .hero {
      margin-bottom: 100px; } }
  @media (max-width: 768px) {
    .hero {
      margin-bottom: 60px; } }
  @media (max-width: 576px) {
    .hero {
      margin-bottom: 30px; } }
  .hero .swiper-slider {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px; }
  .hero .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-items: flex-end; }
    @media (max-width: 576px) {
      .hero .swiper-slide {
        flex-wrap: wrap-reverse; } }
    .hero .swiper-slide.swiper-slide-active {
      background-color: #ffffff; }
    .hero .swiper-slide__inner {
      max-width: 644px;
      width: 100%; }
      @media (max-width: 768px) {
        .hero .swiper-slide__inner {
          padding: 0 20px; } }
      @media (max-width: 576px) {
        .hero .swiper-slide__inner {
          max-width: 420px;
          margin: 0 auto; } }
      .hero .swiper-slide__inner:first-child {
        margin-bottom: 170px; }
        @media (max-width: 1024px) {
          .hero .swiper-slide__inner:first-child {
            margin-bottom: 80px; } }
        @media (max-width: 768px) {
          .hero .swiper-slide__inner:first-child {
            margin-bottom: 0; } }
    .hero .swiper-slide__title {
      font-family: "Adieu", sans-serif;
      font-weight: 700;
      font-size: 56px;
      line-height: 1.294;
      text-transform: capitalize;
      font-feature-settings: 'cpsp'on;
      margin-bottom: 24px; }
      @media (max-width: 1024px) {
        .hero .swiper-slide__title {
          font-size: 51px; } }
      @media (max-width: 768px) {
        .hero .swiper-slide__title {
          font-size: 26px;
          margin-bottom: 12px; } }
      @media (max-width: 475px) {
        .hero .swiper-slide__title {
          font-size: 24px; } }
    .hero .swiper-slide__text {
      margin-bottom: 24px;
      max-width: 370px;
      width: 100%;
      font-size: 16px;
      line-height: 1.4; }
      @media (max-width: 475px) {
        .hero .swiper-slide__text {
          padding-right: 20px; } }
    .hero .swiper-slide__btn {
      margin-bottom: 24px; }
      @media (max-width: 475px) {
        .hero .swiper-slide__btn {
          width: 100%;
          margin-bottom: 0; } }
  @media (max-width: 768px) {
    .hero .swiper-nav .swiper-btns {
      max-width: 80px; } }

.slider-article {
  position: relative; }
  @media (max-width: 576px) {
    .slider-article {
      margin: 0 auto;
      margin-bottom: 24px; } }
  .slider-article__img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%; }
    @media (max-width: 576px) {
      .slider-article__img {
        height: 300px; } }
    @media (max-width: 475px) {
      .slider-article__img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top; } }
  .slider-article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 322px;
    width: 100%;
    padding: 12px 108px 12px 30px;
    z-index: 2; }
    @media (max-width: 768px) {
      .slider-article__content {
        padding: 10px 17px; } }
    @media (max-width: 576px) {
      .slider-article__content {
        max-width: 100%; } }
    .slider-article__content::after {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-backdrop-filter: blur(15px);
      backdrop-filter: blur(15px);
      z-index: -1; }
    .slider-article__content:hover .slider-article__icon {
      transform: scale(-1, 1.2); }
  .slider-article__title {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4; }
    @media (max-width: 576px) {
      .slider-article__title {
        font-size: 12px; } }
  .slider-article__price {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin-bottom: 16px; }
    @media (max-width: 576px) {
      .slider-article__price {
        font-size: 12px;
        margin-bottom: 0; } }
  .slider-article__link {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font: normal 500 15px/1.4 "Montserrat", sans-serif; }
    @media (max-width: 768px) {
      .slider-article__link {
        font-size: 16px; } }
    @media (max-width: 576px) {
      .slider-article__link {
        font-size: 12px;
        margin-bottom: 0;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%); } }
    .slider-article__link .icon {
      margin-left: 20px;
      width: 28px;
      height: 16px;
      transition: transform 0.5s ease-in-out; }
      @media (max-width: 768px) {
        .slider-article__link .icon {
          width: 19px;
          height: 10px; } }
      @media (max-width: 576px) {
        .slider-article__link .icon {
          margin-left: 8px; } }

.purpose {
  margin-bottom: 215px; }
  @media (max-width: 1024px) {
    .purpose {
      margin-bottom: 100px; } }
  @media (max-width: 576px) {
    .purpose {
      margin-bottom: 60px; } }
  .purpose__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 160px);
    grid-column-gap: 90px;
    grid-row-gap: 80px; }
    @media (max-width: 1024px) {
      .purpose__list {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(7, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 30px; } }
    @media (max-width: 576px) {
      .purpose__list {
        padding-top: 60px;
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (max-width: 475px) {
      .purpose__list {
        padding-top: 170px; } }
  .purpose__item {
    position: relative;
    padding-left: 54px;
    justify-self: center;
    align-self: flex-start;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .purpose__item {
        padding-left: 30px; } }
    @media (max-width: 768px) {
      .purpose__item {
        padding-left: 20px; } }
    .purpose__item--first {
      grid-area: 1 / 1 / 3 / 2; }
      @media (max-width: 1024px) {
        .purpose__item--first {
          grid-area: 2 / 1 / 4 / 3; } }
    .purpose__item--text {
      grid-area: 1 / 2 / 2 / 3;
      padding-left: 0;
      max-width: 300px;
      margin-left: auto;
      transform: translateX(8px);
      letter-spacing: -0.01em;
      cursor: default; }
      @media (max-width: 1024px) {
        .purpose__item--text {
          grid-area: 1 / 2 / 2 / 4;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        .purpose__item--text {
          grid-area: 1 / 1 / 4 / 5;
          max-width: 70%;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        .purpose__item--text {
          transform: translateY(-15%);
          max-width: 100%; } }
      @media (max-width: 576px) {
        .purpose__item--text {
          transform: translateY(-35%); } }
      @media (max-width: 475px) {
        .purpose__item--text {
          transform: translateY(-75%); } }
    .purpose__item--second {
      grid-area: 1 / 3 / 3 / 4; }
      @media (max-width: 1024px) {
        .purpose__item--second {
          grid-area: 2 / 3 / 4 / 5; } }
    .purpose__item--third {
      grid-area: 3 / 1 / 5 / 2; }
      @media (max-width: 1024px) {
        .purpose__item--third {
          grid-area: 6 / 1 / 8 / 3; } }
    .purpose__item--fourth {
      grid-area: 2 / 2 / 4 / 3;
      transform: translateY(40px); }
      @media (max-width: 1024px) {
        .purpose__item--fourth {
          grid-area: 4 / 2 / 6 / 4;
          transform: translateY(0); } }
    .purpose__item--fifth {
      grid-area: 3 / 3 / 5 / 4; }
      @media (max-width: 1024px) {
        .purpose__item--fifth {
          grid-area: 6 / 3 / 8 / 5; } }
    .purpose__item:hover .purpose__link-text {
      background-position: 0 100%; }
    .purpose__item:hover .purpose__img {
      filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04)); }
    .purpose__item:active .purpose__link-text {
      background-position: 0 100%; }
    .purpose__item:active .purpose__img {
      filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04)); }
    .purpose__item:focus .purpose__link-text {
      background-position: 0 100%; }
    .purpose__item:focus .purpose__img {
      filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04)); }
  .purpose__text {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.75; }
  .purpose .title {
    text-align: center;
    font: normal 500 15px/1.4 "Montserrat", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: auto;
    border-top: 2px solid transparent;
    border-bottom: 2px solid var(--color-golden);
    padding: 10px 0;
    transition: all 0.35s ease-in-out;
    z-index: 1; }
    .purpose .title::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 0;
      bottom: 0;
      background-color: var(--color-hover);
      transition: all 0.35s ease-in-out;
      color: #fff;
      z-index: -1; }
    .purpose .title:hover {
      border-color: var(--color-black); }
      .purpose .title:hover::after {
        width: 100%; }
    .purpose .title:active {
      border-color: var(--color-black); }
      .purpose .title:active::after {
        width: 100%; }
    .purpose .title:focus {
      border-color: var(--color-black); }
      .purpose .title:focus::after {
        width: 100%; }
  .purpose__link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
    .purpose__link::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 10; }
  .purpose__link-text {
    writing-mode: tb-rl;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    transition: background-position 0.3s ease-in, font-weight 0.53s ease-in-out; }
    @media (max-width: 1024px) {
      .purpose__link-text {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .purpose__link-text {
        font-size: 14px; } }
  .purpose__img {
    margin-left: auto;
    max-width: 300px;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease-in-out; }

.banner {
  margin-bottom: 152px; }
  @media (max-width: 1024px) {
    .banner {
      margin-bottom: 60px; } }
  .banner__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 604px; }
    @media (max-width: 1024px) {
      .banner__img {
        height: 400px; } }
    @media (max-width: 576px) {
      .banner__img {
        height: 244px; } }

.designers {
  margin-bottom: 146px; }
  @media (max-width: 1024px) {
    .designers {
      margin-bottom: 80px; } }
  @media (max-width: 576px) {
    .designers {
      margin-bottom: 60px; } }
  .designers__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1024px) {
      .designers__wrap {
        flex-wrap: wrap-reverse;
        justify-content: center; } }
    @media (max-width: 768px) {
      .designers__wrap {
        justify-content: start; } }
  .designers .tabs-content {
    margin-right: 70px;
    max-width: 786px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .designers .tabs-content {
        margin-right: 0; } }
    .designers .tabs-content__item {
      display: grid;
      grid-template-columns: calc(100% - 362px) calc(100% - 452px);
      grid-gap: 27px 30px;
      width: 100%;
      height: 0;
      top: 0;
      animation: itemtranslate 1s;
      opacity: 0;
      transition: opacity 2s; }

@keyframes itemtranslate {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
      .designers .tabs-content__item--active {
        height: 100%;
        transform: translateX(0);
        animation: item-active 1s;
        opacity: 1; }

@keyframes item-active {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
      @media (max-width: 1120px) {
        .designers .tabs-content__item {
          grid-template-columns: calc(100% - 362px) calc(100% - 400px); } }
      @media (max-width: 1024px) {
        .designers .tabs-content__item {
          grid-template-columns: 55% 45%;
          grid-template-rows: repeat(2, 1fr);
          grid-gap: 26px 15px; } }
      @media (max-width: 768px) {
        .designers .tabs-content__item {
          grid-template-columns: 50% 38%;
          grid-template-rows: 52% 48%;
          grid-gap: 27px 20px;
          justify-content: space-around; } }
      @media (max-width: 576px) {
        .designers .tabs-content__item {
          grid-template-columns: 50% 45%;
          grid-template-rows: 54% 50%;
          justify-content: space-between;
          grid-gap: 18px; } }
      @media (max-width: 475px) {
        .designers .tabs-content__item {
          grid-gap: 15px;
          grid-template-columns: 54% 41%;
          grid-template-rows: 58% 44%; }
          .designers .tabs-content__item .product-article__image {
            margin-bottom: auto; } }
      @media (max-width: 375px) {
        .designers .tabs-content__item {
          grid-gap: 10px;
          grid-template-columns: 52% 44%;
          grid-template-rows: 59% 44%; } }
    .designers .tabs-content .product:hover .product__price {
      color: var(--color-golden); }
    .designers .tabs-content .product:first-child {
      grid-row: 1 / 3;
      position: relative; }
      @media (max-width: 768px) {
        .designers .tabs-content .product:first-child .product__image {
          height: 443px; } }
      @media (max-width: 475px) {
        .designers .tabs-content .product:first-child .product__image {
          height: 290px; } }
    .designers .tabs-content .product__title {
      margin-bottom: 0; }
    .designers .tabs-content .product:hover::before {
      opacity: 1; }
    @media (max-width: 768px) {
      .designers .tabs-content .product:last-child .product__image {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover; } }
    @media (max-width: 475px) {
      .designers .tabs-content .product:last-child .product__image {
        height: 80px; } }
    @media (max-width: 475px) {
      .designers .tabs-content .product__image {
        margin-bottom: 8px; } }
    @media (max-width: 768px) {
      .designers .tabs-content .product__image {
        height: 200px; } }
    @media (max-width: 475px) {
      .designers .tabs-content .product__image {
        height: 140px; } }
    .designers .tabs-content .product__text {
      font-size: 14px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .designers .tabs-content .product__text {
          font-size: 10px; } }
      @media (max-width: 475px) {
        .designers .tabs-content .product__text {
          margin-bottom: 0;
          font-size: 9px; } }
    .designers .tabs-content .product__price {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700;
      transition: color 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .designers .tabs-content .product__price {
          font-size: 14px; } }

.additional {
  margin-bottom: 135px; }
  @media (max-width: 1024px) {
    .additional {
      margin-bottom: 80px; } }
  @media (max-width: 576px) {
    .additional {
      margin-bottom: 60px; } }
  .additional__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 12px; }
  .additional__list {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .additional__list {
        flex-wrap: wrap;
        justify-content: space-evenly; } }
  .additional__item {
    position: relative;
    max-width: 290px;
    width: 100%;
    margin-bottom: 24px;
    overflow-x: hidden;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left top; }
    @media (max-width: 1024px) {
      .additional__item {
        margin-bottom: 50px; } }
    .additional__item:not(:last-child) {
      margin-right: 10px; }
      @media (max-width: 475px) {
        .additional__item:not(:last-child) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .additional__item {
        margin: 0 10px 50px; }
        .additional__item:last-child {
          margin-bottom: 0; } }
    @media (max-width: 475px) {
      .additional__item {
        margin: 0 0 50px; } }
  .additional__inner {
    padding-left: 76px;
    border-bottom: 2px solid var(--color-golden);
    margin-bottom: 24px; }
  .additional__text {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    line-height: 1.428;
    margin-bottom: 24px; }
  .additional__link {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    font: normal 400 20px/1.2 "CervoNeue", sans-serif;
    letter-spacing: 0.175em;
    text-transform: uppercase;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    transition: transform 0.7s ease, padding-left 0.5s ease-in-out;
    position: relative; }
    @media (max-width: 768px) {
      .additional__link {
        justify-content: center; } }
    .additional__link::after, .additional__link::before {
      content: '';
      position: absolute;
      background-color: #000;
      -webkit-mask-image: url("../img/sprite.svg#arrow");
      mask-image: url("../img/sprite.svg#arrow");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transform: translateX(-4px);
      width: 25px;
      height: 15px;
      left: 60%;
      transition: transform 0.7s ease, padding-left 0.5s ease-in-out; }
      @media (max-width: 768px) {
        .additional__link::after, .additional__link::before {
          left: 80%;
          font-weight: 500; } }
    .additional__link::before {
      background-color: var(--color-golden);
      -webkit-mask-image: url("../img/sprite.svg#arrow");
      mask-image: url("../img/sprite.svg#arrow");
      left: 0;
      transform: translateX(-100%); }
    .additional__link:hover {
      background-position: 0 100%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        .additional__link:hover {
          padding-left: 0; } }
      .additional__link:hover::after {
        transform: translateX(1000%); }
      .additional__link:hover::before {
        transform: translateX(0); }
        @media (max-width: 768px) {
          .additional__link:hover::before {
            transform: translateX(160%); } }
    .additional__link:active {
      background-position: 0 100%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        .additional__link:active {
          padding-left: 0; } }
      .additional__link:active::after {
        transform: translateX(1000%); }
      .additional__link:active::before {
        transform: translateX(0); }
        @media (max-width: 768px) {
          .additional__link:active::before {
            transform: translateX(160%); } }
    .additional__link:focus {
      background-position: 0 100%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        .additional__link:focus {
          padding-left: 0; } }
      .additional__link:focus::after {
        transform: translateX(1000%); }
      .additional__link:focus::before {
        transform: translateX(0); }
        @media (max-width: 768px) {
          .additional__link:focus::before {
            transform: translateX(160%); } }

.designers__sidebar {
  transform: translate(-22px, -33px);
  max-width: 220px;
  width: 100%; }
  @media (max-width: 1024px) {
    .designers__sidebar {
      transform: translate(0, 0);
      margin-bottom: 40px;
      max-width: 50%; } }
  @media (max-width: 768px) {
    .designers__sidebar {
      max-width: 100%; } }

@media (max-width: 1024px) {
  .designers__list {
    -moz-column-count: 2;
    column-count: 2;
    gap: 20px; } }

.designers__link {
  text-transform: uppercase;
  font: normal 400 14px/1.1 "CervoNeue", sans-serif;
  color: var(--color-golden);
  display: inline-block;
  text-decoration: underline; }

.blog {
  margin-bottom: 170px; }
  @media (max-width: 1024px) {
    .blog {
      margin-bottom: 60px; } }
  .blog__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .blog__wrap {
        display: block; } }
  .blog__item {
    max-width: 300px;
    width: 100%;
    position: relative; }
    @media (max-width: 576px) {
      .blog__item {
        max-width: 190px; } }
    .blog__item:first-child {
      margin-right: 30px; }
      @media (max-width: 576px) {
        .blog__item:first-child {
          margin-right: 10px; } }
  @media (max-width: 475px) {
    .blog__inner {
      margin-bottom: 26px; } }
  .blog__inner:first-child {
    max-width: 385px;
    width: 100%; }
    @media (max-width: 1024px) {
      .blog__inner:first-child {
        margin-bottom: 50px; } }
  .blog__inner:last-child {
    display: flex; }
    @media (max-width: 1024px) {
      .blog__inner:last-child {
        justify-content: space-evenly; } }
  .blog__inner .title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    text-align: left; }
  .blog__text {
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4; }
  @media (max-width: 475px) {
    .blog__btn-shop.btn-shop {
      display: none; } }
  .blog__btn-all.btn-shop {
    display: none; }
    @media (max-width: 475px) {
      .blog__btn-all.btn-shop {
        display: block; } }
  .blog .blog-article {
    cursor: pointer; }
    .blog .blog-article__img {
      margin-bottom: 24px; }
      @media (max-width: 576px) {
        .blog .blog-article__img {
          height: 205px; } }
    .blog .blog-article__price {
      color: var(--color-golden);
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 8px; }
    .blog .blog-article__title {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.333;
      font-weight: bold;
      transition: color 0.3s ease-in-out; }
      @media (max-width: 576px) {
        .blog .blog-article__title {
          font-size: 16px; } }
    .blog .blog-article__date {
      display: block;
      font-size: 13px;
      margin-bottom: 15px; }
    .blog .blog-article__link::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      cursor: pointer; }
    .blog .blog-article:hover .blog-article__title {
      color: var(--color-hover); }

.s-products {
  padding: 40px 0 140px; }
  .s-products .title {
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px; }
    @media (max-width: 1024px) {
      .s-products .title {
        font-size: 57px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .s-products .title {
        font-size: 50px;
        margin-bottom: 20px; } }
    @media (max-width: 475px) {
      .s-products .title {
        font-size: 40px;
        margin-bottom: 20px; } }
  .s-products__slider {
    padding-right: 49px;
    padding-left: 49px; }
    @media (max-width: 1023.98px) {
      .s-products__slider {
        padding-right: 0;
        padding-left: 0; } }

.product {
  width: 100%;
  transition: filter 0.3s ease-out;
  position: relative;
  cursor: pointer; }
  .product__image {
    margin-bottom: 22px;
    max-width: 330px; }
  .product__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 15px;
    transition: color 0.3s ease-in-out; }
  .product__link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10; }
  .product__text {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    display: block; }
  .product__price {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.03em; }
    .product__price--old {
      text-decoration: line-through;
      text-decoration-thickness: 2px; }
  .product .btn-shop {
    display: block;
    padding: 13px 15px;
    margin-top: 20px;
    max-width: 246px; }
  .product:hover {
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04)); }
    .product:hover .product__title {
      color: var(--color-golden); }

@media (max-width: 425px) {
  .catalog .product__image {
    margin-bottom: 22px;
    max-width: 100%;
    height: auto; } }

.accordion__name {
  padding-bottom: 24px;
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.333;
  position: relative;
  display: block;
  cursor: pointer;
  transition: padding-bottom 0.3s ease-in;
  color: var(--color-black);
  overflow: hidden;
  background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.3s ease;
  text-decoration: none;
  text-transform: capitalize; }
  .accordion__name::before {
    content: '';
    position: absolute;
    right: 7px;
    top: 10px;
    transform: translateY(-50%) rotate(0);
    background-color: var(--color-black);
    -webkit-mask-image: url("../img/sprite.svg#arrow-footer");
    mask-image: url("../img/sprite.svg#arrow-footer");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 8px;
    width: 14px;
    transition: background-color 0.5s ease-in-out, transform 0.4s ease-in; }
  .accordion__name::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    background-color: var(--color-filter); }
  .accordion__name:hover, .accordion__name:focus, .accordion__name:active {
    background-position: 0 100%; }
    .accordion__name:hover::before, .accordion__name:focus::before, .accordion__name:active::before {
      transform: translateY(-50%) rotate(90deg); }

.accordion__item {
  transition: all 0.5s ease-in;
  position: relative; }
  .accordion__item:not(:last-child) {
    margin-bottom: 36px; }

.accordion__filter {
  overflow: hidden;
  opacity: 0;
  will-change: max-height;
  max-height: 0;
  transition: all 0.3s ease-in;
  box-sizing: content-box; }
  .accordion__filter .custom-checkbox {
    position: relative;
    text-transform: none; }
    .accordion__filter .custom-checkbox__field {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: absolute; }
      .accordion__filter .custom-checkbox__field:focus + .custom-checkbox__content::before {
        outline: 2px solid #f00;
        outline-offset: 2px; }
      .accordion__filter .custom-checkbox__field:disabled + .custom-checkbox__content {
        pointer-events: none;
        color: var(--color-disabled); }
        .accordion__filter .custom-checkbox__field:disabled + .custom-checkbox__content::before {
          border-color: var(--color-disabled); }
    .accordion__filter .custom-checkbox__content {
      padding-left: 25px;
      cursor: pointer; }
      .accordion__filter .custom-checkbox__content::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid transparent;
        border-color: #000;
        width: 15px;
        height: 15px;
        box-sizing: border-box; }
      .accordion__filter .custom-checkbox__content::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.73675 0.41916L4.00009 2.68249L6.26342 0.41916C6.49092 0.19166 6.85842 0.19166 7.08592 0.41916C7.31342 0.64666 7.31342 1.01416 7.08592 1.24166L4.40842 3.91916C4.18092 4.14666 3.81342 4.14666 3.58592 3.91916L0.908418 1.24166C0.680918 1.01416 0.680918 0.64666 0.908418 0.41916C1.13592 0.197493 1.50925 0.19166 1.73675 0.41916Z' fill='black'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: 8px 5px;
        background-repeat: no-repeat;
        opacity: 0;
        transition: opacity 0.3s ease-in-out; }
    .accordion__filter .custom-checkbox__content {
      padding-left: 32px; }
      .accordion__filter .custom-checkbox__content::before {
        border-color: var(--color-silver);
        top: 2px; }
      .accordion__filter .custom-checkbox__content::after {
        top: 2px; }
      .accordion__filter .custom-checkbox__content:checked {
        outline: transparent; }
    .accordion__filter .custom-checkbox__field:checked + .custom-checkbox__content::before {
      border-color: var(--color-golden);
      outline: transparent; }
    .accordion__filter .custom-checkbox__field:focus + .custom-checkbox__content::before {
      outline: transparent; }
  .accordion__filter.filter-colors {
    max-height: 100%;
    text-transform: none; }
    .accordion__filter.filter-colors .accordion__filter-checkboxes {
      max-height: 100%; }
    .accordion__filter.filter-colors .custom-checkbox {
      text-transform: none; }

.accordion__checkboxes {
  max-height: 234px;
  overflow-y: scroll;
  scrollbar-color: var(--color-golden); }
  .accordion__checkboxes::-webkit-scrollbar {
    width: 7px; }
  .accordion__checkboxes::-webkit-scrollbar-thumb {
    border-radius: 7px;
    height: 42px;
    background-color: var(--color-golden); }

.accordion__checkbox {
  font-size: 15px;
  line-height: 1.4; }
  .accordion__checkbox:not(:last-child) {
    margin-bottom: 24px; }
  .accordion__checkbox__content {
    padding-left: 25px;
    cursor: pointer; }
    .accordion__checkbox__content::after {
      top: 2px; }

.accordion__filter-search {
  padding-left: 25px;
  margin-bottom: 24px;
  position: relative; }
  .accordion__filter-search::before {
    content: '';
    position: absolute;
    -webkit-mask-image: url("../img/sprite.svg#search-acc");
    mask-image: url("../img/sprite.svg#search-acc");
    background-color: var(--color-black);
    width: 30px;
    left: -6px;
    bottom: 0;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .accordion__filter-search .search__icon {
    display: none; }

.accordion-secondary__content a {
  text-underline-offset: 2px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }
  .accordion-secondary__content a:hover {
    color: var(--color-golden); }

.accordion-active.accordion__name {
  padding-bottom: 8px; }

.accordion-active + .accordion__filter {
  opacity: 1;
  padding-top: 24px;
  overflow: visible;
  transition: all 0.2s ease-in; }
  .accordion-active + .accordion__filter--open {
    transition: all 0.2s ease-in;
    max-height: 100%; }

.accordion-active.accordion__name::before {
  transform: translateY(-50%) rotate(180deg); }

.main-title {
  font-family: "Adieu", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.294;
  text-transform: capitalize;
  font-feature-settings: 'cpsp'on;
  text-align: center;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .main-title {
      font-size: 42px; } }
  @media (max-width: 576px) {
    .main-title {
      font-size: 36px; } }
  @media (max-width: 475px) {
    .main-title {
      font-size: 26px; } }
  .main-title__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin-bottom: 35px; }
  .main-title--gift {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 40px; }

.title {
  text-align: left;
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.333;
  text-transform: capitalize;
  font-feature-settings: 'cpsp'on;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .title {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .title {
      font-size: 28px; } }

.title-quick {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.333;
  font-feature-settings: 'cpsp'on; }

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: inherit; }
  @media (max-width: 1024px) {
    .error-page {
      background-size: cover; } }
  .error-page .main-title {
    margin-bottom: 24px; }
  .error-page .title {
    text-align: center;
    font-size: 20px; }
  .error-page .btn-shop {
    margin-top: 24px; }

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer; }

.btn-shop {
  color: #fff;
  text-align: center;
  font: normal 400 20px/1.2 "CervoNeue", sans-serif;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  background-color: var(--color-black);
  padding: 13px 70px;
  display: inline-block;
  position: relative;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  border: none; }
  .btn-shop::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background-color: var(--color-hover);
    transition: all 0.35s ease-in-out;
    color: #fff;
    z-index: -1; }
  .btn-shop:hover:after {
    width: 100%; }
  .btn-shop:active {
    background-color: var(--color-hover); }
  .btn-shop:disabled, .btn-shop[disabled] {
    background-color: var(--color-disabled);
    pointer-events: none !important; }
  .btn-shop.disabled {
    background-color: var(--color-disabled);
    pointer-events: none !important; }
    .btn-shop.disabled:hover:after {
      width: 0;
      pointer-events: none !important; }
    .btn-shop.disabled:active {
      background-color: var(--color-disabled);
      pointer-events: all !important; }

.btn-favorite {
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  transition: all 0.35s ease-in-out;
  background-color: transparent;
  z-index: 1;
  border: none;
  line-height: 1;
  fill: transparent;
  stroke: var(--color-black);
  stroke-width: 2px; }
  .btn-favorite.active {
    fill: var(--color-gray-mercury);
    stroke: var(--color-gray-mercury);
    stroke-width: 2px;
    pointer-events: none; }
  .btn-favorite:hover {
    stroke: var(--color-hover); }
  .btn-favorite:active {
    stroke: var(--color-hover); }
  .btn-favorite:disabled, .btn-favorite[disabled] {
    background-color: var(--color-disabled); }

.btn-delete {
  position: relative;
  height: 14px;
  width: 14px;
  margin: 4px 36px 0 4px; }
  .btn-delete::before {
    content: '';
    position: absolute;
    height: 14px;
    left: -5px;
    top: 0;
    width: 23px;
    -webkit-mask-image: url(../img/sprite.svg#close);
    mask-image: url(../img/sprite.svg#close);
    background-color: var(--color-black);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  @media (max-width: 1024px) {
    .btn-delete {
      margin: 4px 10px 0 0; } }

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: visibility 0.3s linear, opacity 0.3s linear; }
  .popup::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px); }

@-moz-document url-prefix() {
  .popup .popup {
    background: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-attachment: fixed;
    filter: blur(25px); }
    .popup .popup::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); } }
  .popup__box {
    max-width: 490px;
    width: 100%;
    height: 410px;
    border: 1px solid var(--color-golden);
    z-index: 13;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    background-color: #fff;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .popup__box {
        height: 320px;
        max-width: 320px; } }
    @media (max-width: 475px) {
      .popup__box {
        height: 270px;
        max-width: 290px; } }
  .popup .subscribe {
    max-width: 363px;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
    margin: 0 auto; }
    @media (max-width: 425px) {
      .popup .subscribe {
        padding: 10px 20px 0; } }
    .popup .subscribe p {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700; }
    .popup .subscribe__btn {
      background-image: url("../img/sprite.svg#arrow"); }
      @media (max-width: 576px) {
        .popup .subscribe__btn {
          right: 20px; } }
    .popup .subscribe__close {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #fff;
      width: 40px;
      height: 40px;
      padding: 12px;
      cursor: pointer; }
      @media (max-width: 576px) {
        .popup .subscribe__close {
          top: 10px;
          right: 10px;
          width: 30px;
          height: 30px;
          padding: 8px; } }
  .popup--active {
    visibility: visible;
    opacity: 1; }

.custom_popup.is-visible {
  visibility: visible;
  opacity: 1; }

@media (max-width: 712px) {
  .custom_popup.form_popup .popup__box {
    margin-top: 20px; } }

.custom_popup .popup__box {
  height: auto;
  margin-top: 136px;
  top: 0;
  transform: none; }
  @media (max-width: 576px) {
    .custom_popup .popup__box {
      max-width: 400px; } }
  @media (max-width: 425px) {
    .custom_popup .popup__box {
      max-width: 320px; } }
  .custom_popup .popup__box .btn-shop {
    display: block;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 28px; }
  @media (max-width: 1120px) {
    .custom_popup .popup__box {
      margin-top: 160px; } }
  @media (max-width: 1024px) {
    .custom_popup .popup__box {
      margin-top: 150px; } }
  @media (max-width: 576px) {
    .custom_popup .popup__box {
      margin-top: 140px; } }

.custom_popup .popup__title {
  max-width: 363px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 10px;
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700; }
  @media (max-width: 425px) {
    .custom_popup .popup__title {
      padding: 10px 20px 0; } }

.custom_popup .popup__text {
  max-width: 363px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  line-height: 20px; }
  @media (max-width: 425px) {
    .custom_popup .popup__text {
      padding: 10px 20px 0; } }
  .custom_popup .popup__text .popup__title__inline {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700; }

.custom_popup .subscribe {
  padding-top: 0; }

.custom_popup input {
  color: var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom_popup .subscribe__error {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-red);
  display: none; }

.custom_popup .subscribe__text.has-error .subscribe__field {
  border-color: var(--color-red); }

.custom_popup .subscribe__text.has-error .subscribe__error {
  display: block; }

.custom_popup .custom-checkbox-sec .custom-checkbox-sec-label {
  padding-left: 30px; }
  .custom_popup .custom-checkbox-sec .custom-checkbox-sec-label.has-error {
    color: vaR(--color-red); }

.custom_popup .custom-checkbox-sec .custom-checkbox-sec-label__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  line-height: 20px;
  color: var(--color-black); }
  .custom_popup .custom-checkbox-sec .custom-checkbox-sec-label__text a:hover {
    text-decoration: underline; }

.custom_popup .custom-checkbox-sec .custom-checkbox-sec__label::before {
  width: 16px;
  height: 16px; }

.custom_popup .custom-checkbox-sec .custom-checkbox-sec__label::after {
  width: 8px;
  height: 8px; }

.pagination {
  font: normal 500 15px/1.4 "Montserrat", sans-serif;
  margin-bottom: 100px; }
  .pagination__list {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .pagination__item {
    position: relative;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer; }
    .pagination__item:first-child {
      width: 65px; }
    .pagination__item:last-child .pagination__link {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-transform: uppercase; }
    .pagination__item:first-child, .pagination__item:last-child {
      background-color: var(--color-black);
      height: 50px;
      color: #fff; }
      .pagination__item:first-child:hover, .pagination__item:last-child:hover {
        background-color: var(--color-golden);
        color: #fff; }
    .pagination__item:first-child {
      transform: scale(-1, 1);
      margin-right: 10px; }
    .pagination__item:last-child {
      margin-left: 10px; }
    .pagination__item:hover {
      color: var(--color-golden); }
    .pagination__item.active {
      color: var(--color-silver);
      cursor: auto; }
    @media (max-width: 576px) {
      .pagination__item--mobile {
        display: none; } }
    .pagination__item.disabled_link {
      cursor: not-allowed;
      background-color: var(--color-silver);
      pointer-events: none; }
      .pagination__item.disabled_link:hover {
        color: var(--color-silver); }
  .pagination__link {
    padding: 11px 25px;
    display: block;
    font: normal 400 20px/1.2 "CervoNeue", sans-serif;
    letter-spacing: 0.175em;
    font-weight: 500; }
    @media (max-width: 576px) {
      .pagination__link {
        padding: 11px 12px; } }
    .pagination__link > span {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.25;
      text-transform: none;
      letter-spacing: normal;
      padding-right: 1em; }
  .pagination__link-icon {
    height: 28px;
    width: 22px;
    fill: #fff;
    transform: translate(-4px, 0px); }

.pagination-ext {
  display: flex;
  align-items: start;
  justify-content: space-between; }
  .pagination-ext .product-per-page {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .pagination-ext .product-per-page .description {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.25;
      padding-right: 1rem; }

body[class^=account] h1, body[class^=checkout-success] h1 {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.333;
  text-transform: capitalize;
  font-feature-settings: 'cpsp'on;
  font-weight: 400; }

body[class^=account] .wishlist-content, body[class^=checkout-success] .wishlist-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px; }
  body[class^=account] .wishlist-content .left-data, body[class^=checkout-success] .wishlist-content .left-data {
    margin-bottom: 40px; }
  body[class^=account] .wishlist-content .orders__items, body[class^=checkout-success] .wishlist-content .orders__items {
    display: flex;
    flex-direction: column; }
  body[class^=account] .wishlist-content .product, body[class^=checkout-success] .wishlist-content .product {
    display: flex;
    align-items: flex-start; }
    body[class^=account] .wishlist-content .product-image, body[class^=checkout-success] .wishlist-content .product-image {
      max-width: 120px;
      height: auto; }
      body[class^=account] .wishlist-content .product-image img, body[class^=checkout-success] .wishlist-content .product-image img {
        width: 100%;
        height: auto; }
    body[class^=account] .wishlist-content .product__box, body[class^=checkout-success] .wishlist-content .product__box {
      display: flex;
      justify-content: space-between;
      padding: 0 24px;
      width: 100%; }
      body[class^=account] .wishlist-content .product__box .left-data-box .status-item, body[class^=checkout-success] .wishlist-content .product__box .left-data-box .status-item {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        margin: 8px 0; }
        body[class^=account] .wishlist-content .product__box .left-data-box .status-item.in_stock, body[class^=checkout-success] .wishlist-content .product__box .left-data-box .status-item.in_stock {
          color: var(--color-hover); }
        body[class^=account] .wishlist-content .product__box .left-data-box .status-item.out_stock, body[class^=checkout-success] .wishlist-content .product__box .left-data-box .status-item.out_stock {
          color: var(red); }
      body[class^=account] .wishlist-content .product__box .right-data-box button, body[class^=checkout-success] .wishlist-content .product__box .right-data-box button {
        margin-top: 0;
        width: 242px;
        margin-bottom: 24px; }
      body[class^=account] .wishlist-content .product__box .right-data-box a.button, body[class^=checkout-success] .wishlist-content .product__box .right-data-box a.button {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3.5px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: var(--color-silver); }
        body[class^=account] .wishlist-content .product__box .right-data-box a.button:hover, body[class^=checkout-success] .wishlist-content .product__box .right-data-box a.button:hover {
          color: var(--color-hover); }
    body[class^=account] .wishlist-content .product__title, body[class^=checkout-success] .wishlist-content .product__title {
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      margin: 8px 0px; }
    body[class^=account] .wishlist-content .product__text, body[class^=checkout-success] .wishlist-content .product__text {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      margin: 12px 0px;
      color: var(--color-black); }
    @media (max-width: 712px) {
      body[class^=account] .wishlist-content .product, body[class^=checkout-success] .wishlist-content .product {
        flex-direction: column; } }
  @media (max-width: 1024px) {
    body[class^=account] .wishlist-content, body[class^=checkout-success] .wishlist-content {
      flex-direction: column-reverse;
      justify-content: flex-start; }
      body[class^=account] .wishlist-content .dashboard__section, body[class^=checkout-success] .wishlist-content .dashboard__section {
        max-width: 100%; } }
  @media (max-width: 712px) {
    body[class^=account] .wishlist-content .product, body[class^=checkout-success] .wishlist-content .product {
      flex-direction: row; }
      body[class^=account] .wishlist-content .product .product-image, body[class^=checkout-success] .wishlist-content .product .product-image {
        max-width: 250px; }
      body[class^=account] .wishlist-content .product .product__box, body[class^=checkout-success] .wishlist-content .product .product__box {
        flex-direction: column;
        justify-content: flex-start; } }
  @media (max-width: 576px) {
    body[class^=account] .wishlist-content .product, body[class^=checkout-success] .wishlist-content .product {
      flex-direction: column; }
      body[class^=account] .wishlist-content .product .product-image, body[class^=checkout-success] .wishlist-content .product .product-image {
        margin: 0 auto; }
      body[class^=account] .wishlist-content .product .product__box .right-data-box button, body[class^=checkout-success] .wishlist-content .product .product__box .right-data-box button {
        margin-top: 24px; }
    body[class^=account] .wishlist-content .dashboard__links .tabs__item .tabs__btn, body[class^=checkout-success] .wishlist-content .dashboard__links .tabs__item .tabs__btn {
      font-size: 14px;
      line-height: 1.1; } }

body[class^=account] section.s-checkout, body[class^=checkout-success] section.s-checkout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    body[class^=account] section.s-checkout, body[class^=checkout-success] section.s-checkout {
      flex-direction: column-reverse; }
      body[class^=account] section.s-checkout #column-right, body[class^=checkout-success] section.s-checkout #column-right {
        width: 100%; } }
  body[class^=account] section.s-checkout.container, body[class^=checkout-success] section.s-checkout.container {
    padding: 0; }
  body[class^=account] section.s-checkout #content, body[class^=checkout-success] section.s-checkout #content {
    margin-right: 112px; }
    @media (max-width: 1024px) {
      body[class^=account] section.s-checkout #content, body[class^=checkout-success] section.s-checkout #content {
        margin-right: 0; } }
    body[class^=account] section.s-checkout #content label, body[class^=checkout-success] section.s-checkout #content label {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: var(--color-black);
      margin: 4px 0px; }
    body[class^=account] section.s-checkout #content input, body[class^=checkout-success] section.s-checkout #content input {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: var(--color-black);
      margin: 0; }
      body[class^=account] section.s-checkout #content input:focus-visible, body[class^=checkout-success] section.s-checkout #content input:focus-visible {
        outline: none;
        border: 1px solid var(--color-hover); }
    body[class^=account] section.s-checkout #content a.button, body[class^=checkout-success] section.s-checkout #content a.button {
      width: 242px;
      padding: 13px; }
    body[class^=account] section.s-checkout #content .choices__inner, body[class^=checkout-success] section.s-checkout #content .choices__inner {
      height: 42px; }

body[class^=account] .content-wrapper, body[class^=checkout-success] .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px; }
  body[class^=account] .content-wrapper form, body[class^=checkout-success] .content-wrapper form {
    width: 100%; }
    body[class^=account] .content-wrapper form legend, body[class^=checkout-success] .content-wrapper form legend {
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      mix-blend-mode: exclusion;
      margin: 24px 0px; }
    body[class^=account] .content-wrapper form label, body[class^=checkout-success] .content-wrapper form label {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      margin: 4px 0px; }
    body[class^=account] .content-wrapper form input, body[class^=checkout-success] .content-wrapper form input {
      font-weight: normal;
      font-size: 14px;
      line-height: 24px;
      color: var(--color-black);
      margin: 0; }
      body[class^=account] .content-wrapper form input:focus-visible, body[class^=checkout-success] .content-wrapper form input:focus-visible {
        outline: none;
        border: 1px solid var(--color-hover); }
    body[class^=account] .content-wrapper form span.authorization-form__message--error, body[class^=checkout-success] .content-wrapper form span.authorization-form__message--error {
      position: unset; }
    body[class^=account] .content-wrapper form .form-primary__col:last-child, body[class^=checkout-success] .content-wrapper form .form-primary__col:last-child {
      margin-bottom: 0; }
    body[class^=account] .content-wrapper form .form-primary__col--half, body[class^=checkout-success] .content-wrapper form .form-primary__col--half {
      max-width: 514px;
      width: 100%; }
    body[class^=account] .content-wrapper form button, body[class^=checkout-success] .content-wrapper form button {
      width: 242px;
      margin-top: 40px; }
    body[class^=account] .content-wrapper form .form-primary__inputgroup svg, body[class^=checkout-success] .content-wrapper form .form-primary__inputgroup svg {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      width: 24px;
      height: 24px;
      cursor: pointer; }
      body[class^=account] .content-wrapper form .form-primary__inputgroup svg#open, body[class^=checkout-success] .content-wrapper form .form-primary__inputgroup svg#open {
        display: block; }
      body[class^=account] .content-wrapper form .form-primary__inputgroup svg#close, body[class^=checkout-success] .content-wrapper form .form-primary__inputgroup svg#close {
        display: none; }
  @media (max-width: 1024px) {
    body[class^=account] .content-wrapper, body[class^=checkout-success] .content-wrapper {
      flex-direction: column-reverse; }
      body[class^=account] .content-wrapper #column-right, body[class^=checkout-success] .content-wrapper #column-right {
        width: 100%; } }

@media (max-width: 1200px) {
  body[class^=account] .dashboard__links, body[class^=checkout-success] .dashboard__links {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 30px; }
    body[class^=account] .dashboard__links .tabs__item:not(:last-child), body[class^=checkout-success] .dashboard__links .tabs__item:not(:last-child) {
      margin-right: 10px; } }

body[class^=account] .orders-wrapper, body[class^=checkout-success] .orders-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    body[class^=account] .orders-wrapper, body[class^=checkout-success] .orders-wrapper {
      flex-direction: column-reverse; } }
  body[class^=account] .orders-wrapper .orders-list_wrapper, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper {
    width: 100%; }
    body[class^=account] .orders-wrapper .orders-list_wrapper .table-responsive, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .table-responsive {
      margin-bottom: 24px;
      width: 100%; }
      @media (max-width: 768px) {
        body[class^=account] .orders-wrapper .orders-list_wrapper .table-responsive, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .table-responsive {
          overflow-x: scroll; } }
    body[class^=account] .orders-wrapper .orders-list_wrapper table, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table {
      width: 100%;
      padding-right: 100px; }
      @media (max-width: 1250px) {
        body[class^=account] .orders-wrapper .orders-list_wrapper table, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table {
          padding-right: 50px; } }
      @media (max-width: 1024px) {
        body[class^=account] .orders-wrapper .orders-list_wrapper table, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table {
          padding-right: 0;
          overflow-x: scroll; } }
      @media (max-width: 768px) {
        body[class^=account] .orders-wrapper .orders-list_wrapper table, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table {
          width: auto;
          overflow-x: scroll; } }
      body[class^=account] .orders-wrapper .orders-list_wrapper table tr, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid var(--color-disabled); }
        body[class^=account] .orders-wrapper .orders-list_wrapper table tr:first-child td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr:first-child td {
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          color: var(--color-silver);
          letter-spacing: 3.5px;
          text-transform: uppercase; }
          @media (max-width: 1024px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr:first-child td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr:first-child td {
              font-size: 12px;
              letter-spacing: 2.5px; } }
          @media (max-width: 768px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr:first-child td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr:first-child td {
              font-size: 12px;
              line-height: 1.2;
              letter-spacing: 3px; } }
        body[class^=account] .orders-wrapper .orders-list_wrapper table tr td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td {
          width: calc((100% / 6) + 18px);
          padding: 27px 0;
          padding-left: 12px;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          text-transform: capitalize;
          font-feature-settings: 'cpsp' on;
          color: var(--color-black);
          white-space: nowrap; }
          @media (max-width: 768px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td:first-child, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td:first-child {
              min-width: 110px; } }
          body[class^=account] .orders-wrapper .orders-list_wrapper table tr td:nth-child(3), body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td:nth-child(3) {
            max-width: 70px;
            padding-left: 0;
            margin-right: 6px; }
          body[class^=account] .orders-wrapper .orders-list_wrapper table tr td:nth-child(2), body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td:nth-child(2) {
            min-width: 172px; }
          @media (max-width: 768px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td:nth-child(3), body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td:nth-child(3) {
              min-width: 70px; } }
          @media (max-width: 768px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td:nth-child(5), body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td:nth-child(5) {
              min-width: 170px;
              text-align: center; } }
          @media (max-width: 768px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td {
              font-size: 12px;
              line-height: 1.2;
              padding: 15px 0;
              padding-left: 8px; } }
          @media (max-width: 576px) {
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td {
              width: auto;
              padding: 8px 0;
              padding-left: 6px; } }
          body[class^=account] .orders-wrapper .orders-list_wrapper table tr td .orders__link, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td .orders__link {
            color: var(--color-hover); }
            body[class^=account] .orders-wrapper .orders-list_wrapper table tr td .orders__link:after, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper table tr td .orders__link:after {
              content: ''; }
    body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child {
      background: transparent;
      border: 2px solid var(--color-black);
      transition: border-color 0.3s ease-in-out; }
      body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child a, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child span, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child a, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child span, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child a, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child span, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child a, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child span {
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child span, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child span, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child span, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child span {
        cursor: not-allowed; }
      body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child svg, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child svg, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child svg, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child svg {
        fill: var(--color-black);
        transform: none;
        transition: all 0.3s ease-in-out; }
      body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child:hover, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child:hover, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child:hover, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child:hover {
        border-color: var(--color-hover); }
        body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:first-child:hover svg, body[class^=account] .orders-wrapper .orders-list_wrapper .pagination__item:last-child:hover svg, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:first-child:hover svg, body[class^=checkout-success] .orders-wrapper .orders-list_wrapper .pagination__item:last-child:hover svg {
          fill: var(--color-hover); }

body[class^=account] .order-wrapper, body[class^=checkout-success] .order-wrapper {
  display: flex; }
  @media (max-width: 1024px) {
    body[class^=account] .order-wrapper, body[class^=checkout-success] .order-wrapper {
      flex-direction: column-reverse; } }
  body[class^=account] .order-wrapper .dashboard__section, body[class^=checkout-success] .order-wrapper .dashboard__section {
    padding-bottom: 100px; }
    body[class^=account] .order-wrapper .dashboard__section .status-item, body[class^=checkout-success] .order-wrapper .dashboard__section .status-item {
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: var(--color-black);
      margin: 60px 0px; }
    body[class^=account] .order-wrapper .dashboard__section .top-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px; }
      @media (max-width: 512px) {
        body[class^=account] .order-wrapper .dashboard__section .top-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data {
          flex-direction: column;
          align-items: flex-start; } }
      body[class^=account] .order-wrapper .dashboard__section .top-data .left-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data .left-data {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        color: var(--color-black); }
        @media (max-width: 512px) {
          body[class^=account] .order-wrapper .dashboard__section .top-data .left-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data .left-data {
            font-size: 12px;
            line-height: 1.3; } }
        body[class^=account] .order-wrapper .dashboard__section .top-data .left-data .semi-visible-item, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data .left-data .semi-visible-item {
          color: var(--color-border-form); }
      body[class^=account] .order-wrapper .dashboard__section .top-data .right-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data .right-data {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        text-align: right;
        color: var(--color-black); }
        @media (max-width: 512px) {
          body[class^=account] .order-wrapper .dashboard__section .top-data .right-data, body[class^=checkout-success] .order-wrapper .dashboard__section .top-data .right-data {
            margin-top: 16px;
            font-size: 12px;
            line-height: 1.3; } }
    @media (max-width: 576px) {
      body[class^=account] .order-wrapper .dashboard__section .orders__item, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item {
        max-width: 100%;
        margin: 0 auto; }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product {
          display: flex;
          justify-content: center; } }
    @media (max-width: 576px) and (max-width: 375px) {
      body[class^=account] .order-wrapper .dashboard__section .orders__item .product, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product {
        flex-direction: column;
        align-items: center; }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product .product-image, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product .product-image {
          margin: 0 auto; }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product .product__box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product .product__box {
          padding-left: 0; } }
    body[class^=account] .order-wrapper .dashboard__section .orders__item .product, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product {
      width: 100%;
      align-items: flex-start; }
      body[class^=account] .order-wrapper .dashboard__section .orders__item .product-image, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product-image {
        max-width: 120px;
        height: auto; }
        @media (max-width: 712px) {
          body[class^=account] .order-wrapper .dashboard__section .orders__item .product-image, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product-image {
            max-width: 200px; } }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product-image img, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product-image img {
          width: 100%;
          height: auto; }
      body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box {
        padding-left: 24px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%; }
        @media (max-width: 712px) {
          body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box {
            flex-direction: column; } }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box {
          width: 60%; }
          @media (max-width: 712px) {
            body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box {
              width: 100%; } }
          body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box .additional-information-item, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box .additional-information-item {
            display: flex;
            justify-content: flex-start; }
            body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box .additional-information-item span:not(:last-child), body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .left-data-box .additional-information-item span:not(:last-child) {
              margin-right: 40px;
              display: inline-block; }
        body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box {
          width: 240px; }
          @media (max-width: 712px) {
            body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box {
              margin-top: 15px; } }
          body[class^=account] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box .product__text, body[class^=checkout-success] .order-wrapper .dashboard__section .orders__item .product__box .right-data-box .product__text {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 300;
            font-size: 12px;
            line-height: 14px;
            color: var(--color-black);
            margin-bottom: 16px; }
    body[class^=account] .order-wrapper .dashboard__section .detail-item, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 576px) {
        body[class^=account] .order-wrapper .dashboard__section .detail-item, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item {
          flex-direction: column;
          align-items: flex-start; } }
      body[class^=account] .order-wrapper .dashboard__section .detail-item .detail-text, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .detail-text {
        width: 60%; }
        @media (max-width: 576px) {
          body[class^=account] .order-wrapper .dashboard__section .detail-item .detail-text, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .detail-text {
            width: 100%; } }
        body[class^=account] .order-wrapper .dashboard__section .detail-item .detail-text .product_text,
        body[class^=account] .order-wrapper .dashboard__section .detail-item .detail-text .product__comment, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .detail-text .product_text,
        body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .detail-text .product__comment {
          font-weight: 300;
          font-size: 12px;
          line-height: 14px; }
      body[class^=account] .order-wrapper .dashboard__section .detail-item .total-box, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .total-box {
        width: 240px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: space-between; }
        @media (max-width: 576px) {
          body[class^=account] .order-wrapper .dashboard__section .detail-item .total-box, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .total-box {
            width: 100%;
            margin-top: 25px; } }
        body[class^=account] .order-wrapper .dashboard__section .detail-item .total-box .product__text, body[class^=checkout-success] .order-wrapper .dashboard__section .detail-item .total-box .product__text {
          display: flex;
          justify-content: space-between; }
    @media (max-width: 576px) {
      body[class^=account] .order-wrapper .dashboard__section .btn-orders, body[class^=checkout-success] .order-wrapper .dashboard__section .btn-orders {
        margin: 0 auto;
        display: block;
        width: 242px; } }

.account-forgotten h1.title {
  font-size: 58px; }
  @media (max-width: 576px) {
    .account-forgotten h1.title {
      font-size: 36px; } }

.accordion .accordion__item #SizeChartModal .modal__content {
  padding: 32px;
  max-width: 880px; }
  @media (max-width: 576px) {
    .accordion .accordion__item #SizeChartModal .modal__content {
      padding: 20px; } }
  @media (max-width: 475px) {
    .accordion .accordion__item #SizeChartModal .modal__content {
      padding: 12px; } }
  @media (max-width: 375px) {
    .accordion .accordion__item #SizeChartModal .modal__content {
      padding: 8px; } }
  .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner {
    position: relative; }
    .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal__close {
      position: absolute;
      top: 0;
      right: 0; }
    .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal__desc {
      text-align: left; }
    .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification {
      align-items: flex-start; }
      .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification h3 {
        margin-bottom: 16px; }
      .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart {
        min-width: 100%;
        margin-bottom: 40px;
        background-color: var(--color-gray-size); }
        @media (max-width: 576px) {
          .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart {
            font-size: 12px; } }
        @media (max-width: 475px) {
          .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart {
            font-size: 10px; } }
        .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart table {
          width: 100%;
          text-align: center; }
          .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart table tr:nth-child(odd) > *:first-child {
            background-color: var(--color-disabled); }
          .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart table tr th {
            font-weight: normal; }
          .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart table tr > * {
            padding: 10px 0; }
            @media (max-width: 375px) {
              .accordion .accordion__item #SizeChartModal .modal__content .modal-content__inner .modal-notification .table-size-chart table tr > * {
                padding: 6px 0; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.dropdown-item:hover .dropdown-choose {
  visibility: visible;
  opacity: 1;
  z-index: 2; }

.dropdown-choose {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(-100%);
  background-color: #fff;
  color: var(--color-black);
  right: 0;
  top: 0;
  left: 0;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05); }
  .dropdown-choose__item {
    padding: 12px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
    .dropdown-choose__item:hover {
      background-color: var(--color-golden);
      color: #fff; }

.subscribe {
  margin-bottom: 30px;
  position: relative; }
  .subscribe__text {
    display: block;
    margin-bottom: 20px;
    font-size: 16px; }
  .subscribe__field {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--color-golden);
    padding-bottom: 7px;
    width: 100%;
    color: var(--color-white);
    outline: transparent; }
    .subscribe__field::-moz-placeholder {
      font-size: 12px;
      line-height: 1.2; }
    .subscribe__field::placeholder {
      font-size: 12px;
      line-height: 1.2; }
  .subscribe__label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    line-height: 20px;
    color: var(--color-silver); }
  .subscribe__field--popup {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid var(--color-border-form);
    height: 40px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    outline-color: var(--color-golden); }
    .subscribe__field--popup:hover {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
    .subscribe__field--popup:active {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
    .subscribe__field--popup:focus {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
  .subscribe__btn {
    position: absolute;
    bottom: 12px;
    right: 0;
    background-color: transparent;
    border: none;
    background-color: #fff;
    -webkit-mask-image: url("../img/sprite.svg#arrow");
    mask-image: url("../img/sprite.svg#arrow");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    transition: background-color 0.3s ease-in-out; }
    .subscribe__btn:hover {
      background-color: var(--color-hover); }
    .subscribe__btn:active {
      background-color: var(--color-hover); }
  .subscribe__subscribe-icon {
    width: 25px;
    height: 10px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer; }
  .subscribe__icon {
    height: 14px;
    width: 16px;
    fill: #fff;
    transition: fill 0.3s ease-in-out; }

.product-list__container {
  display: flex; }
  .product-list__container .product-list__filter {
    display: none; }
    @media (min-width: 769px) {
      .product-list__container .product-list__filter {
        display: block;
        width: 25%;
        padding-right: 25px; } }
  .product-list__container .product-list__products {
    width: 100%; }
    @media (min-width: 769px) {
      .product-list__container .product-list__products {
        padding-left: 5px;
        width: 75%; } }

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 56px;
  margin-bottom: 92px; }
  @media (max-width: 1024px) {
    .product-list {
      row-gap: 30px; } }
  @media (max-width: 768px) {
    .product-list {
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
      row-gap: 20px; } }
  .product-list .product {
    max-width: 332px;
    width: 100%; }
    .product-list .product__image {
      margin-bottom: 24px;
      -o-object-fit: contain;
      object-fit: contain; }
    .product-list .product__title {
      font-size: 18px; }
    .product-list .product__price {
      font-size: 17px; }
  .product-list.swiper-wrapper {
    display: flex;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0; }
    .product-list.swiper-wrapper .product,
    .product-list.swiper-wrapper .product__image {
      max-width: 100%; }
    .product-list.swiper-wrapper ~ .swiper-pagination .swiper-pagination-bullet {
      width: 5px;
      height: 5px;
      background-color: #C09D79;
      opacity: 0.4;
      transition: all 0.3s linear; }
      .product-list.swiper-wrapper ~ .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        transform: scale(1.5); }
    @media (max-width: 1023.98px) {
      .product-list.swiper-wrapper ~ .swiper-btns {
        display: none; } }
    .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 42px;
      height: 42px;
      border: 2px solid var(--color-black); }
      .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn.swiper-button-prev, .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn.swiper-button-next {
        top: 30%; }
      .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn.swiper-button-prev {
        left: 0; }
        .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn.swiper-button-prev svg {
          transform: rotate(180deg); }
      .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn.swiper-button-next {
        right: 0; }
      .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn__icon {
        width: 22px; }
      .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn:hover {
        border-color: var(--color-hover); }
        .product-list.swiper-wrapper ~ .swiper-btns .swiper-btn:hover .swiper-btn__icon {
          fill: var(--color-hover); }
    .product-list.swiper-wrapper ~ .swiper-btns .swiper-button-prev::after, .product-list.swiper-wrapper ~ .swiper-btns .swiper-button-next::after {
      content: none; }

.swiper-nav .swiper-btns {
  position: relative;
  max-width: 124px;
  width: 100%;
  height: 50px;
  left: 0; }
  @media (max-width: 768px) {
    .swiper-nav .swiper-btns {
      width: 30%;
      height: 30px; } }
  @media (max-width: 576px) {
    .swiper-nav .swiper-btns {
      display: none; } }

.swiper-nav .swiper-btn {
  border: 2px solid var(--color-black);
  padding: 2px 10px;
  transition: border-color 0.3s ease-in-out;
  height: 50px;
  width: 50px; }
  @media (max-width: 768px) {
    .swiper-nav .swiper-btn {
      width: 30px;
      height: 30px;
      padding: 4px; } }
  .swiper-nav .swiper-btn svg {
    height: 50px;
    transition: fill 0.3s ease-in-out; }
  .swiper-nav .swiper-btn.swiper-button-next {
    right: 0; }
  .swiper-nav .swiper-btn.swiper-button-prev {
    left: 0; }
    .swiper-nav .swiper-btn.swiper-button-prev svg {
      transform: rotate(180deg); }
  .swiper-nav .swiper-btn:hover {
    border-color: var(--color-hover); }
    .swiper-nav .swiper-btn:hover svg {
      fill: var(--color-hover); }

.swiper-nav .swiper-button-prev:after,
.swiper-nav .swiper-container-rtl .swiper-button-next:after,
.swiper-nav .swiper-button-next:after,
.swiper-nav .swiper-container-rtl .swiper-button-prev:after {
  display: none; }

.search {
  position: relative; }
  .search__close {
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    z-index: 10; }
    .search__close::after {
      content: '';
      position: absolute;
      background-color: #000;
      -webkit-mask-image: url("../img/sprite.svg#close");
      mask-image: url("../img/sprite.svg#close");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: bottom;
      mask-position: bottom;
      -webkit-mask-size: contain;
      mask-size: contain;
      width: 24px;
      height: 14px;
      top: 0;
      left: 0;
      transform: translateY(6px); }
  .search__icon {
    width: 24px;
    height: 24px;
    stroke-width: 2px; }
    @media (max-width: 576px) {
      .search__icon {
        stroke-width: 1px;
        width: 18px; } }
    .search__icon--search {
      position: absolute;
      left: -34px;
      top: 3px; }
  .search__field {
    border: none;
    border-bottom: 2px solid var(--color-golden);
    outline: transparent;
    padding: 0;
    max-width: 105px;
    width: 95%;
    transition: all 0.5s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search__field::-moz-placeholder {
      color: #9d9d9d;
      font-size: 10px;
      line-height: 1.1; }
    .search__field::placeholder {
      color: #9d9d9d;
      font-size: 10px;
      line-height: 1.1; }

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  width: 0;
  height: 0; }

.searchresult {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s all linear; }
  .searchresult__inner {
    padding: 24px; }
  .searchresult__list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    .searchresult__list > * {
      margin-bottom: 14px; }
      .searchresult__list > *:last-child {
        margin-bottom: 0; }
  .searchresult__link {
    transition: 0.1s all linear; }
    .searchresult__link:hover {
      color: #C09D79; }
  .searchresult.is-active {
    transform: scaleY(1); }

@media (max-width: 1024px) {
  .tabs {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 120px;
    column-gap: 120px; } }

@media (max-width: 576px) {
  .tabs {
    -moz-column-gap: 20px;
    column-gap: 20px; } }

.tabs__item {
  margin-bottom: 25px; }

.tabs__btn {
  position: relative;
  cursor: pointer;
  color: var(--color-black);
  overflow: hidden;
  background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.3s ease;
  text-decoration: none;
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.333;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out; }
  @media (max-width: 576px) {
    .tabs__btn {
      font-size: 14px; } }
  .tabs__btn:hover {
    background-position: 0 100%; }
  .tabs__btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--color-golden);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease-in-out; }
  .tabs__btn--active {
    background-position: 0 100%;
    padding-left: 48px; }
    .tabs__btn--active::before {
      width: 40px; }

.choices {
  position: relative; }
  .choices:hover .choices__inner {
    border-color: var(--color-golden);
    color: var(--color-golden); }
  .choices:hover[data-type*=select-one]:after {
    background-color: var(--color-golden); }
  .choices.is-open .choices__inner {
    border-color: var(--color-golden);
    color: var(--color-golden); }
  .choices.is-open[data-type*=select-one]:after {
    background-color: var(--color-golden); }
  .choices__inner {
    border: none;
    background-color: transparent;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
    z-index: 1; }

.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
  border-radius: 0; }

.choices[data-type*=select-one]:after {
  border: none;
  content: '';
  position: absolute;
  right: 5px;
  background-color: #000;
  top: 23px;
  -webkit-mask-image: url("../img/sprite.svg#arrow-footer");
  mask-image: url("../img/sprite.svg#arrow-footer");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 8px;
  width: 14px;
  transition: background-color 0.5s ease-in-out, transform 0.4s ease-in; }

.choices__list--dropdown {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border: none;
  color: var(--color-black);
  border-radius: 0; }
  .choices__list--dropdown .choices__list {
    max-height: initial; }
  .choices__list--dropdown .choices__item--selectable {
    padding: 12px 0;
    text-align: center; }
  .choices__list--dropdown__choose-item {
    padding: 14px 10px 14px 5px;
    max-width: 75px;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer; }
    .choices__list--dropdown__choose-item:hover {
      color: var(--color-golden); }
      .choices__list--dropdown__choose-item:hover::after {
        background-color: var(--color-golden); }
    .choices__list--dropdown__choose-item:active {
      color: var(--color-golden); }
      .choices__list--dropdown__choose-item:active::after {
        background-color: var(--color-golden); }
    .choices__list--dropdown__choose-item:focus {
      color: var(--color-golden); }
      .choices__list--dropdown__choose-item:focus::after {
        background-color: var(--color-golden); }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--color-golden);
  color: #fff; }

.choices[data-type*=select-one].is-open:after {
  margin-top: -2px;
  transform: rotate(180deg); }

.block-info {
  padding: 40px 27px;
  text-align: center;
  background: rgba(191, 147, 102, 0.03);
  border: 1px solid var(--color-golden); }
  .block-info__content {
    margin-bottom: 26px; }
    .block-info__content > * {
      margin-bottom: 15px; }
      .block-info__content > *:last-child {
        margin-bottom: 0; }
  .block-info__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700;
    font-weight: 400; }

.list-common__item {
  margin-bottom: 40px; }
  .list-common__item:last-child {
    margin-bottom: 0; }
  .list-common__item > * {
    margin-bottom: 20px; }
    .list-common__item > *:last-child {
      margin-bottom: 0; }

.list-common__title {
  font-size: 24px;
  line-height: 1.2; }

.list-common p > b {
  font-size: 16px; }

.list-decorated__item {
  position: relative;
  padding-left: 56px;
  margin-bottom: 16px; }
  .list-decorated__item:last-child {
    margin-bottom: 0; }
  .list-decorated__item::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: var(--color-golden); }
  .list-decorated__item a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

.buty-list li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 16px; }
  .buty-list li:last-child {
    margin-bottom: 0; }
  .buty-list li::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: var(--color-golden); }
  .buty-list li a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

.list-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5.5px; }
  .list-logos__item {
    display: flex;
    margin-bottom: 10px;
    padding: 0 5.5px; }
  .list-logos__img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    min-height: 46px;
    padding: 10px;
    border: 1px solid var(--color-disabled); }
    @media (max-width: 475px) {
      .list-logos__img {
        min-width: 60px;
        padding: 6px; } }
    .list-logos__img img {
      width: auto;
      max-width: 100%;
      height: auto; }

.list-underlined {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .list-underlined > * {
    padding: 0 12px; }
  .list-underlined__item {
    margin-bottom: 15px; }
    .list-underlined__item.is-active .list-underlined__link {
      color: #C09D79; }
  .list-underlined__link {
    color: #ece2d7;
    border-bottom: 1px solid currentColor;
    padding-bottom: 9px;
    transition: color 0.3s linear; }
    .list-underlined__link:hover {
      color: #C09D79; }

.list-definitions__item {
  display: flex;
  margin: 0 -5px 15px; }
  .list-definitions__item > * {
    flex: 1 1 50%;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 5px; }
  .list-definitions__item dd {
    text-align: right; }
  .list-definitions__item--emphasized > * {
    font-size: 16px;
    font-weight: bold; }

.card-commoninfo {
  border: 1px solid #000;
  padding: 20px; }
  .card-commoninfo__ico {
    margin-bottom: 16px; }
  .card-commoninfo__titlegroup {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8px;
    margin: 0 -10px 16px; }
    .card-commoninfo__titlegroup::before {
      position: absolute;
      bottom: 0;
      left: 10px;
      width: calc(100% - 20px);
      height: 2px;
      background-color: var(--color-golden);
      content: " "; }
    .card-commoninfo__titlegroup > * {
      padding: 0 10px; }
  .card-commoninfo__title, .card-commoninfo__price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px; }
  .card-commoninfo__price {
    display: flex;
    flex-wrap: nowrap; }
  .card-commoninfo__content > * {
    margin-bottom: 10px; }
    .card-commoninfo__content > *:last-child {
      margin-bottom: 0; }

.accordion-secondary__item {
  transition: all 0.3s ease;
  border-bottom: 2px solid var(--color-golden); }
  .accordion-secondary__item:last-child {
    margin-bottom: 0; }
  .accordion-secondary__item.is-active .accordion-secondary__token {
    transform: rotate(180deg); }

.accordion-secondary__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 40px 40px 20px 0;
  text-align: left; }
  .accordion-secondary__header:hover {
    color: currentColor; }

.accordion-secondary__title {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0; }

.accordion-secondary__token {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: translateY(-50%); }

.accordion-secondary__body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease; }

.accordion-secondary__content {
  padding: 10px 40px 24px 0; }
  .accordion-secondary__content > * {
    margin-bottom: 15px; }
    .accordion-secondary__content > *:last-child {
      margin-bottom: 0; }
  .accordion-secondary__content h1,
  .accordion-secondary__content h2,
  .accordion-secondary__content h3,
  .accordion-secondary__content h4,
  .accordion-secondary__content h5,
  .accordion-secondary__content h6 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25; }

.list-creds__item {
  margin-bottom: 15px; }
  .list-creds__item:last-child {
    margin-bottom: 0; }

.list-creds__link {
  text-transform: capitalize; }
  .list-creds__link span {
    color: var(--color-golden);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }

.form-primary {
  --gap: 15px; }
  .form-primary > * {
    margin-bottom: 24px; }
    .form-primary > *:last-child {
      margin-bottom: 0; }
  .form-primary__heading > * {
    margin-bottom: 15px; }
    .form-primary__heading > *:last-child {
      margin-bottom: 0; }
  .form-primary__titlegroup {
    display: flex;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px; }
    .form-primary__titlegroup > * {
      padding-right: 10px;
      padding-left: 10px; }
  .form-primary form {
    margin: 0;
    padding: 0; }
    .form-primary form > *:last-child {
      margin-bottom: 0; }
  .form-primary__wrapper {
    margin-bottom: 14px; }
  .form-primary__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--gap) * -1);
    margin-left: calc(var(--gap) * -1); }
    .form-primary__row > * {
      padding-right: var(--gap);
      padding-left: var(--gap); }
  .form-primary__col {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 24px; }
    .form-primary__col > .btn-shop {
      margin-top: auto; }
    .form-primary__col--half {
      flex-basis: 50%;
      width: 50%; }
      @media (max-width: 576px) {
        .form-primary__col--half {
          flex-basis: 100%;
          width: 100%; } }
  .form-primary .form-labelgroup {
    display: flex;
    align-items: center; }
    .form-primary .form-labelgroup > * {
      margin-bottom: 4px;
      margin-right: 5px; }
      .form-primary .form-labelgroup > *:last-child {
        margin-right: 0; }
  .form-primary__inputgroup {
    position: relative; }
    .form-primary__inputgroup > * {
      width: 100%; }
  .form-primary__options {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px; }
    .form-primary__options > * {
      padding: 0 15px; }
  .form-primary .form-options__col {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 20px; }
    .form-primary .form-options__col--half {
      flex-basis: 50%;
      width: 50%; }
      @media (max-width: 576px) {
        .form-primary .form-options__col--half {
          flex-basis: 100%;
          width: 100%; } }
  .form-primary .form-options__titlegroup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .form-primary .form-options__titlegroup > * {
      margin-right: 15px;
      margin-bottom: 5px; }
  .form-primary .form-options__list > * {
    margin-bottom: 16px; }
    .form-primary .form-options__list > *:last-child {
      margin-bottom: 0; }
  .form-primary__showpassbtn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
    z-index: 10;
    transform: translateY(-50%); }
  @media (max-width: 576px) {
    .form-primary .form-interaction .btn-shop {
      width: 100%; } }

.form-wizard {
  counter-reset: wizard-progress; }
  .form-wizard__progress {
    margin-bottom: 9px; }
  .form-wizard .wizard-progress__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 1200px) {
      .form-wizard .wizard-progress__list {
        margin: 0 -8px; } }
    .form-wizard .wizard-progress__list > * {
      padding: 0 15px; }
      @media (max-width: 1200px) {
        .form-wizard .wizard-progress__list > * {
          padding: 0 8px; } }
  .form-wizard .wizard-progress__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px; }
    @media (max-width: 1200px) {
      .form-wizard .wizard-progress__item {
        font-size: 13px; } }
    .form-wizard .wizard-progress__item.is-active {
      color: var(--color-black); }
      .form-wizard .wizard-progress__item.is-active::before {
        background-color: var(--color-gray-mercury); }
    .form-wizard .wizard-progress__item::marker {
      content: none; }
    .form-wizard .wizard-progress__item::before {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: var(--color-gray-sand);
      counter-increment: wizard-progress;
      content: counter(wizard-progress);
      padding: 5px;
      margin-right: 16px; }
      @media (max-width: 1200px) {
        .form-wizard .wizard-progress__item::before {
          width: 28px;
          height: 28px;
          font-size: 12px;
          margin-right: 7px; } }
  .form-wizard__backlink {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .form-wizard__backlink > * {
      margin-right: 8px; }
      .form-wizard__backlink > *:last-child {
        margin-right: 0; }
  .form-wizard .wizard-backlink__ico {
    flex-shrink: 0; }
  .form-wizard form {
    margin: 0;
    padding: 0; }
  .form-wizard-pane {
    border: none;
    padding: 0;
    margin: 0; }
    .form-wizard-pane > * {
      margin-bottom: 24px; }
      .form-wizard-pane > *:last-child {
        margin-bottom: 0; }
  .form-wizard-pane__links a {
    text-decoration: underline; }

.simplecheckout .form-wizard .tooltip-help {
  margin-top: 15px;
  margin-bottom: 5px;
  align-self: center; }

.simplecheckout .form-wizard .wizard-progress__item {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 5px; }
  .simplecheckout .form-wizard .wizard-progress__item::before {
    background-color: var(--color-disabled); }

.simplecheckout .form-wizard .row-shipping_address_packaging_options .form-labelgroup__label {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 400;
  margin-bottom: 1em; }

.input-primary, .select-custom .choices__inner {
  width: 100%;
  border: 1px solid var(--color-silver);
  padding: 8px 10px; }
  .input-primary::-moz-placeholder, .select-custom .choices__inner::-moz-placeholder {
    color: var(--color-black); }
  .input-primary::placeholder, .select-custom .choices__inner::placeholder {
    color: var(--color-black); }

.tooltip-help {
  position: relative;
  display: inline-flex;
  flex-shrink: 0; }
  .tooltip-help:hover .tooltip-help__content {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .tooltip-help__ico, .tooltip-help__title {
    cursor: pointer; }
  .tooltip-help__ico {
    display: flex;
    align-items: center;
    flex-shrink: 0; }
  .tooltip-help__title {
    color: var(--color-silver);
    text-decoration: underline; }
  .tooltip-help__content {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 25;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: all 0.3s linear; }
  .tooltip-help__info {
    position: relative;
    width: 241px;
    font-size: 12px;
    background: #fff;
    color: var(--color-black);
    border: 1px solid var(--color-silver);
    padding: 7px 12px; }
    .tooltip-help__info::before, .tooltip-help__info::after {
      position: absolute;
      bottom: 100%;
      left: 50%;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      content: " ";
      transform: translateX(-50%); }
    .tooltip-help__info::before {
      border-bottom: 5px solid var(--color-silver);
      margin-bottom: 1.5px; }
    .tooltip-help__info::after {
      border-bottom: 5px solid #fff;
      margin-bottom: 0.5px;
      z-index: 10; }

.summary-primary__header, .summary-primary__footer {
  position: relative; }
  .summary-primary__header::before, .summary-primary__footer::before {
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 1px;
    background-color: var(--color-gray-mercury);
    content: " "; }

.summary-primary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin: 0 -5px 24px; }
  .summary-primary__header::before {
    bottom: 0; }
  .summary-primary__header > * {
    padding: 0 5px;
    margin-bottom: 10px; }

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

.summary-primary-header__link {
  text-decoration: underline; }

.summary-primary__body {
  margin-bottom: 24px; }

.summary-primary__footer {
  padding-top: 24px; }
  .summary-primary__footer::before {
    top: 0;
    left: 0;
    width: 100%; }

.summary-primary--bordered-left {
  border-left: 1px solid var(--color-gray-mercury);
  padding-left: 44px; }
  @media (max-width: 475px) {
    .summary-primary--bordered-left {
      padding-left: 15px; } }

.products-list__item {
  margin-bottom: 32px; }
  .products-list__item:last-child {
    margin-bottom: 0; }

.card-product-sm {
  display: flex; }
  .card-product-sm__img {
    flex: 0 0 91px;
    margin-right: 24px; }
    @media (max-width: 475px) {
      .card-product-sm__img {
        flex-basis: 80px;
        margin-right: 15px; } }
    .card-product-sm__img img {
      width: 100%;
      height: 100%;
      max-height: 140px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 475px) {
        .card-product-sm__img img {
          height: auto; } }
  .card-product-sm__info {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0; }
    .card-product-sm__info > * {
      margin-bottom: 12px; }
      .card-product-sm__info > *:last-child {
        margin-bottom: 0; }
  .card-product-sm__price,
  .card-product-sm .product-params__param {
    font-size: 16px;
    font-weight: bold; }
  .card-product-sm__price {
    margin-bottom: 8px; }
  .card-product-sm__desc {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .card-product-sm .product-params > * {
    margin-bottom: 10px; }
    .card-product-sm .product-params > *:last-child {
      margin-bottom: 0; }
  .card-product-sm .product-params__item {
    display: flex;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px; }
    .card-product-sm .product-params__item > * {
      padding: 0 10px;
      margin-bottom: 5px; }
  .card-product-sm__interaction {
    display: flex;
    align-items: center; }
  .card-product-sm .qnt-picker {
    margin-right: 20px; }
    @media (max-width: 375px) {
      .card-product-sm .qnt-picker {
        margin-right: 10px; } }
  .card-product-sm__remove {
    flex-shrink: 0; }
    .card-product-sm__remove svg {
      fill: var(--color-silver); }

.qnt-picker {
  --size: 34px;
  display: inline-flex;
  align-items: center; }
  .qnt-picker__btn {
    display: flex;
    flex: 0 0 var(--size);
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    padding: 5px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid var(--color-silver);
    transition: all 3s linear; }
    .qnt-picker__btn:hover {
      color: var(--color-white);
      background: var(--bg-color-secondary); }
    .qnt-picker__btn svg {
      fill: var(--color-silver); }
  .qnt-picker__input[type="number"] {
    width: 65px;
    height: 100%;
    padding: 4px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 0;
    -moz-appearance: textfield; }
    @media (max-width: 375px) {
      .qnt-picker__input[type="number"] {
        font-size: 12px;
        width: 45px; } }
    .qnt-picker__input[type="number"]::-webkit-outer-spin-button, .qnt-picker__input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.js-custom-scrollbar {
  padding-right: 24px; }

.simplebar-track.simplebar-horizontal {
  display: none; }

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

.simplebar-scrollbar::before {
  background-color: var(--color-golden); }

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }

.password-toggler.is-visible .password-toggler__line {
  opacity: 0; }

.select-custom .choices__inner {
  min-height: initial;
  text-align: left;
  padding-right: 35px; }

.select-custom .choices[data-type*=select-one]::after {
  top: 20px;
  right: 12px;
  width: 12px;
  height: 7px;
  background-color: var(--color-black);
  mask-image: url("../img/sprite.svg#arrow-footer");
  -webkit-mask-image: url("../img/sprite.svg#arrow-footer");
  border: none;
  transition: transform 0.3s linear; }

.select-custom .choices.is-open .choices__inner {
  color: var(--color-black);
  border-color: currentColor; }

.select-custom .choices.is-open[data-type*='select-one']::after {
  transform: rotate(180deg); }

.select-custom .choices__list--single {
  padding: 0; }

.select-custom .choices__list--dropdown {
  border: 1px solid var(--color-silver);
  z-index: 20; }
  .select-custom .choices__list--dropdown .choices__list {
    max-height: 269px; }
  .select-custom .choices__list--dropdown .choices__item {
    padding: 10px 40px 10px 8px;
    background-color: transparent;
    text-align: left !important; }
  .select-custom .choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: var(--color-golden) !important; }

.select-custom .choices__item {
  font-weight: 500;
  color: var(--color-black);
  opacity: 1; }

.custom-checkbox-sec__itself:checked + .custom-checkbox-sec__label::before {
  border-color: var(--color-golden); }

.custom-checkbox-sec__itself:checked + .custom-checkbox-sec__label::after {
  opacity: 1; }

.custom-checkbox-sec__label {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .custom-checkbox-sec__label::before, .custom-checkbox-sec__label::after {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    content: " ";
    transform: translateY(-50%); }
  .custom-checkbox-sec__label::before {
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-silver); }
  .custom-checkbox-sec__label::after {
    left: 4px;
    z-index: 11;
    width: 16px;
    height: 16px;
    background-color: var(--color-golden);
    opacity: 0; }

.custom-checkbox-sec-label__title {
  font-weight: 700; }

.custom-checkbox-sec--bordered .custom-checkbox-sec__itself:checked + .custom-checkbox-sec__label {
  border-color: var(--color-black); }

.custom-checkbox-sec--bordered .custom-checkbox-sec__label {
  width: 100%;
  padding: 10px 10px 10px 50px;
  border: 1px solid var(--color-silver); }
  .custom-checkbox-sec--bordered .custom-checkbox-sec__label::before {
    left: 10px; }
  .custom-checkbox-sec--bordered .custom-checkbox-sec__label::after {
    left: 14px; }

.payment-block > * {
  margin-bottom: 24px; }
  .payment-block > *:last-child {
    margin-bottom: 0; }

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

.payment-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5.5px; }
  .payment-block__list > * {
    padding: 0 5.5px; }

.payment-block__item {
  margin-bottom: 11px; }
  .payment-block__item > * {
    height: 100%; }

.payment-block .checkbox-payment__label {
  height: 100%; }

.checkbox-payment__itself:checked + .checkbox-payment__label {
  border-color: var(--color-golden); }
  .checkbox-payment__itself:checked + .checkbox-payment__label .checkbox-payment__sign {
    opacity: 1; }

.checkbox-payment__label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  min-height: 46px;
  padding: 10px;
  border: 1px solid var(--color-disabled);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .checkbox-payment__label img {
    width: auto;
    max-width: 100%;
    height: auto; }

.checkbox-payment__sign {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--color-golden);
  transform: translate(-50%, 50%); }

.checkbox-payment__ico {
  fill: #fff; }

.block-info-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .block-info-sec > * {
    padding: 0 15px; }
  .block-info-sec__col {
    margin-right: 80px;
    margin-bottom: 24px; }
    .block-info-sec__col:last-child {
      margin-right: 0; }
  .block-info-sec__list > * {
    margin-bottom: 24px; }
    .block-info-sec__list > *:last-child {
      margin-bottom: 0; }
  .block-info-sec__item {
    display: flex;
    flex-direction: column; }
    .block-info-sec__item > * {
      margin-bottom: 8px; }
      .block-info-sec__item > *:last-child {
        margin-bottom: 0; }
  .block-info-sec__title {
    font-size: 16px;
    font-weight: bold; }

.filters-chosen__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .filters-chosen__list > * {
    padding: 0 8px;
    margin-bottom: 16px; }

.filters-chosen__filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #9d9d9d; }
  @media (max-width: 768px) {
    .filters-chosen__filter {
      padding: 8px; } }
  .filters-chosen__filter > * {
    margin-right: 5px; }
    .filters-chosen__filter > *:last-child {
      margin-right: 0; }

.filters-chosen__text {
  font-size: 15px; }
  @media (max-width: 768px) {
    .filters-chosen__text {
      font-size: 12px; } }

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

.filters-chosen__icon {
  fill: #9D9D9D; }
  @media (max-width: 768px) {
    .filters-chosen__icon {
      width: 10px; } }

.btn-grayish {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #9D9D9D;
  margin: 0 -4px; }
  .btn-grayish > * {
    padding: 0 4px; }
  .btn-grayish__icon {
    flex-shrink: 0; }
    .btn-grayish__icon svg {
      fill: currentColor; }

.filters {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .filters {
      margin-bottom: 24px; } }
  .filters__btn {
    padding: 13px 50px; }
    @media (max-width: 576px) {
      .filters__btn {
        padding: 13px 15px; } }
    @media (max-width: 475px) {
      .filters__btn {
        min-width: 150px;
        padding: 11px 15px;
        text-transform: none;
        border: none;
        background-color: transparent;
        border-top: 2px solid var(--color-black);
        border-bottom: 2px solid var(--color-black);
        cursor: pointer;
        border-radius: 0;
        transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
        color: var(--color-black);
        font-family: 'Adieu';
        font-weight: 200;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal; } }
  .filters__selectors {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 75px;
    margin: 0; }
    @media (max-width: 576px) {
      .filters__selectors {
        flex-wrap: nowrap; } }
    .filters__selectors > * {
      /*padding: 0 10px;*/
      margin-top: 5px !important;
      margin-bottom: 5px !important; }
    @media (max-width: 576px) {
      .filters__selectors {
        justify-content: flex-end; } }
    @media (max-width: 475px) {
      .filters__selectors {
        max-width: 100%;
        justify-content: initial; } }
    .filters__selectors .choices {
      position: relative;
      width: initial;
      text-align: center; }
      .filters__selectors .choices:hover .choices__inner {
        border-color: var(--color-golden);
        color: var(--color-golden); }
      .filters__selectors .choices:hover[data-type*=select-one]:after {
        background-color: var(--color-golden); }
      .filters__selectors .choices.is-open .choices__inner {
        border-color: var(--color-golden);
        color: var(--color-golden); }
      .filters__selectors .choices.is-open[data-type*=select-one]:after {
        background-color: var(--color-golden); }
      .filters__selectors .choices__inner {
        border: none;
        background-color: transparent;
        border-top: 2px solid var(--color-black);
        border-bottom: 2px solid var(--color-black);
        cursor: pointer;
        border-radius: 0;
        transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out; }
      .filters__selectors .choices:first-child {
        margin-right: 24px;
        width: 100%;
        text-align: center; }
      .filters__selectors .choices:last-child {
        min-width: 220px; }
        @media (max-width: 576px) {
          .filters__selectors .choices:last-child {
            min-width: 150px; } }
    .filters__selectors .choices[data-type*=select-one]:after {
      border: none;
      content: '';
      position: absolute;
      right: 15px;
      top: 25px;
      background-color: var(--color-black);
      -webkit-mask-image: url("../img/sprite.svg#arrow-footer");
      mask-image: url("../img/sprite.svg#arrow-footer");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: 8px;
      width: 14px;
      transition: background-color 0.5s ease-in-out, transform 0.4s ease-in; }
    .filters__selectors .choices__list--single {
      padding: 4px 30px 4px 4px;
      color: var(--color-black);
      /* Default */
      font-family: 'Adieu';
      font-weight: 200;
      font-size: 16px;
      line-height: 20px; }
    .filters__selectors .choices__list--dropdown {
      right: 0;
      box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
      border: none;
      z-index: 15; }
      .filters__selectors .choices__list--dropdown .choices__item--selectable {
        padding: 12px 10px;
        text-align: left;
        word-break: keep-all; }
    .filters__selectors .choices__list--dropdown .choices__item--selectable.is-highlighted {
      background-color: var(--color-golden);
      color: #fff; }
    .filters__selectors .choices[data-type*=select-one].is-open:after {
      margin-top: -2px;
      transform: rotate(180deg); }
  .filters .product_total {
    display: none; }
    @media (min-width: 769px) {
      .filters .product_total {
        display: flex;
        align-self: center;
        color: var(--color-silver);
        font-family: "Adieu", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.2; } }

.catalog-list .filters__btn {
  display: block; }
  @media (min-width: 769px) {
    .catalog-list .filters__btn {
      display: none; } }

.filter-price {
  letter-spacing: 0.035em;
  font: normal 400 14px/1.1 "CervoNeue", sans-serif; }
  .filter-price__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 53px; }
  .filter-price__text {
    font-size: 12px;
    line-height: 14px;
    margin-right: 8px;
    color: var(--color-silver); }
  .filter-price__num {
    font-size: 15px;
    line-height: 18px;
    max-width: 80px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--color-silver);
    text-align: center; }
    .filter-price__num::-webkit-outer-spin-button, .filter-price__num::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .filter-price__num[type=number] {
      -moz-appearance: textfield; }
  .filter-price__box:last-child .filter-price__num {
    max-width: 100px; }
  .filter-price__slider {
    position: relative; }
  .filter-price__slider-num {
    position: absolute;
    bottom: 16px;
    font: normal 400 14px/1.1 "CervoNeue", sans-serif;
    font-size: 12px;
    color: var(--color-silver); }
    .filter-price__slider-num:first-of-type {
      left: 0; }
    .filter-price__slider-num:last-of-type {
      right: 0; }
  .filter-price .noUi-target {
    box-shadow: none;
    background-color: var(--color-silver);
    border: none;
    border-radius: 0;
    height: 2px; }
  .filter-price .noUi-connect {
    background-color: var(--color-golden); }
  .filter-price .noUi-touch-area,
  .filter-price .noUi-handle {
    border: none;
    border-radius: 50%; }
  .filter-price .noUi-handle {
    height: 14px;
    width: 14px;
    background-color: var(--color-golden);
    box-shadow: none; }
    .filter-price .noUi-handle::after, .filter-price .noUi-handle::before {
      display: none; }
  .filter-price .noUi-handle-lower {
    transform: translateX(100%);
    right: 0; }
  .filter-price .noUi-handle-upper {
    transform: translateX(100%);
    left: 0; }

.filter-designers .search {
  padding-left: 30px;
  margin-bottom: 24px; }
  .filter-designers .search__icon {
    left: -2px;
    top: 8px;
    width: 20px;
    height: 20px; }
  .filter-designers .search__field {
    max-width: 95%;
    background-color: var(--color-white); }
  .filter-designers .search .search__close {
    display: none; }

.filter-size__list {
  display: grid;
  grid-template-columns: repeat(5, 43px);
  grid-gap: 16px; }
  @media (max-width: 475px) {
    .filter-size__list {
      grid-template-columns: repeat(4, 43px); } }

.filter-size__item {
  text-align: center;
  font-family: "CervoNeue", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer; }
  .filter-size__item .custom-checkbox {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px; }
  .filter-size__item .custom-checkbox__content {
    padding-left: 0; }
    .filter-size__item .custom-checkbox__content::before {
      width: 100%;
      height: 100%; }
    .filter-size__item .custom-checkbox__content::after {
      background-image: none; }

.custom-checkbox {
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-in; }
  .custom-checkbox__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute; }
    .custom-checkbox__field:focus + .custom-checkbox__content::before {
      outline: 2px solid #f00;
      outline-offset: 2px; }
    .custom-checkbox__field:disabled + .custom-checkbox__content {
      pointer-events: none;
      color: var(--color-disabled); }
      .custom-checkbox__field:disabled + .custom-checkbox__content::before {
        border-color: var(--color-disabled); }
  .custom-checkbox__content {
    padding-left: 25px;
    cursor: pointer; }
    .custom-checkbox__content::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid transparent;
      border-color: #000;
      width: 15px;
      height: 15px;
      box-sizing: border-box; }
    .custom-checkbox__content::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.73675 0.41916L4.00009 2.68249L6.26342 0.41916C6.49092 0.19166 6.85842 0.19166 7.08592 0.41916C7.31342 0.64666 7.31342 1.01416 7.08592 1.24166L4.40842 3.91916C4.18092 4.14666 3.81342 4.14666 3.58592 3.91916L0.908418 1.24166C0.680918 1.01416 0.680918 0.64666 0.908418 0.41916C1.13592 0.197493 1.50925 0.19166 1.73675 0.41916Z' fill='black'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: 8px 5px;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
  .custom-checkbox__content {
    padding-left: 32px; }
    .custom-checkbox__content::before {
      border-color: var(--color-silver);
      transition: all 0.4s ease-in; }
    .custom-checkbox__content:checked {
      outline: transparent; }
  .custom-checkbox__field:checked + .custom-checkbox__content {
    color: #fff; }
    .custom-checkbox__field:checked + .custom-checkbox__content::before {
      background-color: var(--color-hover);
      z-index: -1; }
  .custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: transparent; }
  .custom-checkbox:hover .custom-checkbox__content {
    color: #fff; }
    .custom-checkbox:hover .custom-checkbox__content::before {
      background-color: var(--color-hover);
      z-index: -1; }
  .custom-checkbox__field:disabled + .custom-checkbox__content {
    color: var(--color-disabled) !important; }
    .custom-checkbox__field:disabled + .custom-checkbox__content::before {
      background-color: transparent !important;
      border: 2px solid var(--color-disabled) !important; }

.accordion__checkbox.mfilter-option .custom-checkbox:hover .custom-checkbox__content {
  color: var(--color-hover); }

.accordion__checkbox.mfilter-option .custom-checkbox__field:checked + .custom-checkbox__content {
  color: var(--color-black); }
  .accordion__checkbox.mfilter-option .custom-checkbox__field:checked + .custom-checkbox__content::before {
    background-color: transparent; }
  .accordion__checkbox.mfilter-option .custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1; }

.has-error .custom-checkbox__content::before {
  border: 2px solid var(--color-red); }

.s-filter-chosen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px 24px; }
  .s-filter-chosen > * {
    padding-right: 10px;
    padding-left: 10px; }
  .s-filter-chosen__clear {
    flex-shrink: 0;
    margin-bottom: 16px; }

.catalog {
  margin: 20px 0 5px; }
  .catalog__slider {
    margin-bottom: 40px; }
  .catalog__swiper {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; }
    @media (min-width: 769px) {
      .catalog__swiper {
        width: calc(100% - 174px); } }
  .catalog .swiper-nav .swiper-btns {
    z-index: 12;
    position: initial; }
    @media (max-width: 768px) {
      .catalog .swiper-nav .swiper-btns {
        max-width: 74px; } }
    @media (max-width: 576px) {
      .catalog .swiper-nav .swiper-btns {
        display: none; } }
    .catalog .swiper-nav .swiper-btns .swiper-btn {
      top: 30%; }
  .catalog .swiper-container .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .catalog .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    width: 32px;
    height: 2px;
    background-color: #000; }
    @media (max-width: 475px) {
      .catalog .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        border-radius: 50%; } }
  .catalog .swiper-pagination-fraction,
  .catalog .swiper-pagination-custom,
  .catalog .swiper-container .swiper-pagination-bullets {
    transform: translateY(-50%); }
    @media (max-width: 475px) {
      .catalog .swiper-pagination-fraction,
      .catalog .swiper-pagination-custom,
      .catalog .swiper-container .swiper-pagination-bullets {
        transform: translateY(0); } }
    .catalog .swiper-pagination-fraction .swiper-pagination-bullet,
    .catalog .swiper-pagination-custom .swiper-pagination-bullet,
    .catalog .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
      margin-left: 0; }
      .catalog .swiper-pagination-fraction .swiper-pagination-bullet:not(:last-child),
      .catalog .swiper-pagination-custom .swiper-pagination-bullet:not(:last-child),
      .catalog .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 475px) {
          .catalog .swiper-pagination-fraction .swiper-pagination-bullet:not(:last-child),
          .catalog .swiper-pagination-custom .swiper-pagination-bullet:not(:last-child),
          .catalog .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
            margin-right: 9px; } }
  .catalog .product__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 6px;
    text-align: center; }
  .catalog .product__image {
    margin-bottom: 10px; }
  .catalog .product-list .product__text {
    font-size: 16px;
    margin-bottom: 6px; }
  .catalog .product-list .product__image {
    margin-bottom: 100px; }

.catalog-list .title {
  text-transform: none;
  margin-bottom: 50px; }

.sidebar {
  width: 100%;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20; }
  .sidebar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: -1; }
  .sidebar__content {
    max-width: 402px;
    width: 100%;
    z-index: 11;
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
    transform: translateX(-100%);
    padding: 60px;
    overflow-y: scroll; }
    .sidebar__content::-webkit-scrollbar {
      width: 7px; }
    .sidebar__content::-webkit-scrollbar-thumb {
      border-radius: 7px;
      height: 42px;
      background-color: var(--color-golden); }
    @media (max-width: 475px) {
      .sidebar__content {
        max-width: 290px;
        padding: 60px 20px; } }
  .sidebar.sidebar-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
    .sidebar.sidebar-active .sidebar__content {
      transform: translateX(0); }
  .sidebar__close {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none; }
    .sidebar__close:hover {
      background-position: 0 100%; }
      .sidebar__close:hover svg {
        fill: var(--color-golden); }
  .sidebar__icon {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin-left: 15px; }

.single-product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 100px; }
  .single-product .swiper-wrapper .slick-list {
    max-width: 100%; }
  @media (max-width: 1024px) {
    .single-product {
      display: block; } }
  .single-product__gallery {
    width: 65%;
    display: flex;
    position: relative;
    margin-right: 30px; }
    @media (max-width: 1024px) {
      .single-product__gallery {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; } }
  .single-product .gallery-style {
    position: relative; }
    .single-product .gallery-style .slick-dots {
      position: absolute;
      bottom: 12%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 75px;
      height: 18px;
      padding-top: 5px; }
      .single-product .gallery-style .slick-dots li {
        margin: 0 4px;
        width: 5px;
        height: 5px;
        display: inline-block;
        border-radius: 50%;
        background: var(--color-black);
        opacity: 0.2;
        cursor: pointer; }
        .single-product .gallery-style .slick-dots li button {
          font-size: 0;
          background: transparent; }
        .single-product .gallery-style .slick-dots li.slick-active {
          width: 10px;
          height: 10px;
          opacity: 1; }
    .single-product .gallery-style .slick-arrow {
      position: absolute;
      bottom: 12%;
      z-index: 2;
      font-size: 18px;
      line-height: 18px;
      cursor: pointer; }
      .single-product .gallery-style .slick-arrow:hover {
        color: var(--color-golden); }
    .single-product .gallery-style .prev-btn {
      left: 38%; }
    .single-product .gallery-style .next-btn {
      right: 38%; }
  .single-product .gallery__thumbs {
    width: 19%;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .single-product .gallery__thumbs {
        width: 25%; } }
    .single-product .gallery__thumbs .swiper-slide {
      cursor: pointer;
      -o-object-fit: cover;
      object-fit: cover;
      position: relative;
      max-height: 182px;
      margin-bottom: 20px;
      overflow: hidden; }
      @media (max-width: 712px) {
        .single-product .gallery__thumbs .swiper-slide {
          max-height: 140px; } }
      @media (max-width: 512px) {
        .single-product .gallery__thumbs .swiper-slide {
          max-height: 120px; } }
      @media (max-width: 475px) {
        .single-product .gallery__thumbs .swiper-slide {
          max-height: 80px; } }
      .single-product .gallery__thumbs .swiper-slide::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: background-color 0.3s ease-out; }
      .single-product .gallery__thumbs .swiper-slide:hover::before {
        background-color: transparent; }
      .single-product .gallery__thumbs .swiper-slide img {
        height: 100%; }
    .single-product .gallery__thumbs .slick-current.swiper-slide {
      border: 1px solid var(--color-golden); }
      .single-product .gallery__thumbs .slick-current.swiper-slide::before {
        background-color: transparent; }
  .single-product .gallery__thumbs.more .swiper-slide {
    border: 1px solid var(--color-golden); }
    .single-product .gallery__thumbs.more .swiper-slide::before {
      background-color: transparent; }
  .single-product .gallery__preview {
    position: relative;
    width: calc(100% - 150px);
    max-height: 816px; }
    @media (max-width: 1024px) {
      .single-product .gallery__preview {
        width: 100%; } }
    .single-product .gallery__preview img {
      height: 100%; }

.single-info {
  max-width: 365px;
  width: 100%; }
  @media (max-width: 1024px) {
    .single-info {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .single-info__wrapper {
      display: flex; } }
  @media (max-width: 576px) {
    .single-info__wrapper {
      display: block; } }
  @media (max-width: 1024px) {
    .single-info__inner:not(:last-child) {
      margin-right: 50px; } }
  .single-info__inner .filter-size__list {
    grid-template-columns: repeat(5, 43px); }
  .single-info__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    text-transform: capitalize;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 8px; }
    @media (max-width: 576px) {
      .single-info__title {
        font-size: 26px; } }
  .single-info__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media (max-width: 576px) {
      .single-info__text {
        margin-bottom: 10px; } }
    .single-info__text + .single-info__price {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.333;
      font-feature-settings: 'cpsp'on;
      font-weight: 700;
      margin-bottom: 43px;
      display: inline-block; }
      @media (max-width: 576px) {
        .single-info__text + .single-info__price {
          font-size: 18px;
          margin-bottom: 20px; } }
    .single-info__text__price {
      display: block; }
  .single-info__icon {
    width: 28px;
    height: 28px; }
  .single-info .has-error {
    color: var(--color-red);
    border-color: var(--color-red); }
  .single-info .filter-size {
    margin-bottom: 36px; }
  .single-info__thumb {
    display: flex;
    margin-bottom: 34px; }
    @media (max-width: 576px) {
      .single-info__thumb {
        margin-bottom: 15px; } }
    .single-info__thumb .custom-checkbox:not(:last-child) {
      margin-right: 15px; }
    .single-info__thumb .custom-checkbox__field:checked + .custom-checkbox__content::after {
      opacity: 0; }
    .single-info__thumb .custom-checkbox__content {
      padding: 0; }
      .single-info__thumb .custom-checkbox__content::after {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 1;
        background-image: none; }
    .single-info__thumb .custom-checkbox__content::before {
      width: 50px;
      height: 50px; }
  .single-info__color .single-info__btn:not(.custom-checkbox__content) {
    margin-bottom: 26px;
    display: inline-block; }
  .single-info__size {
    margin-bottom: 24px;
    display: block; }
    @media (max-width: 576px) {
      .single-info__size {
        margin-bottom: 15px; } }
  .single-info__thumb-img {
    width: 50px;
    height: 50px; }
    .single-info__thumb-img--active {
      border: 1px solid var(--color-golden); }
  .single-info__btns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    max-width: 352px;
    width: 100%; }
    @media (max-width: 768px) {
      .single-info__btns .btn-shop {
        padding: 13px 40px; } }
  .single-info .accordion {
    max-width: 345px;
    width: 100%; }
    @media (max-width: 1024px) {
      .single-info .accordion {
        max-width: 100%; } }
    .single-info .accordion__name {
      padding-bottom: 10px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.4; }
      .single-info .accordion__name::after {
        background-color: var(--color-golden);
        height: 2px; }
    .single-info .accordion__content {
      overflow: hidden;
      opacity: 0;
      will-change: max-height;
      max-height: 0;
      transition: all 0.3s ease-in;
      box-sizing: content-box; }
      .single-info .accordion__content p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        line-height: 1.43;
        margin-bottom: 1em; }
    .single-info .accordion__item:not(:last-child) {
      margin-bottom: 25px; }

.accordion-active + .accordion__content {
  max-height: 100%;
  opacity: 1;
  padding-top: 24px;
  overflow: visible; }

.single-product__list {
  margin-bottom: 100px; }
  .single-product__list .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 330px));
    justify-content: center; }
    @media (max-width: 475px) {
      .single-product__list .product-list {
        flex-wrap: wrap;
        justify-content: center; } }
  .single-product__list .product {
    max-width: 332px; }
    .single-product__list .product h2 {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 36px;
      line-height: 1.333;
      text-transform: capitalize;
      font-feature-settings: 'cpsp'on;
      margin-bottom: 40px; }
    @media (max-width: 475px) {
      .single-product__list .product__image {
        max-width: 220px;
        width: 100%; } }
    .single-product__list .product__item:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 768px) {
        .single-product__list .product__item:not(:last-child) {
          margin-right: 0; } }

.designers-page {
  margin-bottom: 100px; }
  .designers-page .search {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 475px) {
      .designers-page .search {
        width: 90%; } }
    .designers-page .search__icon {
      left: -35px; }
      @media (max-width: 475px) {
        .designers-page .search__icon {
          left: -25px; } }
    .designers-page .search__designers {
      max-width: 100%; }
  .designers-page__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll;
    scrollbar-color: var(--color-golden);
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .designers-page__list {
        margin-bottom: 60px; } }
    .designers-page__list::-webkit-scrollbar {
      height: 4px; }
    .designers-page__list::-webkit-scrollbar-thumb {
      border-radius: 7px;
      width: 5px;
      background-color: var(--color-golden); }
  .designers-page__item:not(:last-child) {
    margin-right: 15px; }
    @media (max-width: 768px) {
      .designers-page__item:not(:last-child) {
        margin-right: 22px; } }
  .designers-page__btn {
    text-transform: uppercase;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
    padding: 5px;
    cursor: pointer;
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333; }
    .designers-page__btn:hover {
      color: var(--color-golden); }
    @media (max-width: 475px) {
      .designers-page__btn {
        font-size: 14px;
        font-weight: 700; } }
  .designers-page__inner .title {
    text-align: left;
    margin-bottom: 34px; }
  .designers-page__items {
    -moz-column-count: 4;
    column-count: 4;
    display: block; }
    @media (max-width: 1120px) {
      .designers-page__items {
        -moz-column-count: 3;
        column-count: 3; } }
    @media (max-width: 768px) {
      .designers-page__items {
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 475px) {
      .designers-page__items {
        -moz-column-count: 1;
        column-count: 1; } }
    .designers-page__items:not(:last-child) {
      margin-bottom: 60px; }
    .designers-page__items .designers-page__item {
      margin-bottom: 24px; }
      .designers-page__items .designers-page__item--hidden {
        display: none; }
  .designers-page__promo {
    background-color: var(--color-golden);
    font: normal 400 14px/1.1 "CervoNeue", sans-serif;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0.3em;
    text-transform: capitalize;
    color: #fff;
    margin-right: 10px;
    padding: 4px 5px 4px 10px; }
  .designers-page__link {
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    font-size: 14px; }
    .designers-page__link:hover {
      background-position: 0 100%; }

.designer .main-title {
  text-align: left; }
  @media (max-width: 576px) {
    .designer .main-title {
      text-align: center; } }

.designer__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 150px; }
  @media (max-width: 576px) {
    .designer__hero {
      display: block;
      margin-bottom: 80px; } }

.designer__hero-text {
  margin-right: 30px;
  width: 100%;
  max-width: 473px; }
  @media (max-width: 576px) {
    .designer__hero-text {
      margin-right: 0;
      margin-bottom: 30px; } }

.designer__hero-img {
  width: 100%;
  max-width: 644px; }
  .designer__hero-img img {
    height: auto; }

.designers .designer-content.designer-preloader {
  opacity: .5;
  pointer-events: none; }

.designers .designer-search_wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .designers .designer-search_wrapper .designer-search {
    display: flex;
    align-items: center;
    margin-bottom: 96px; }
    .designers .designer-search_wrapper .designer-search_icon {
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    .designers .designer-search_wrapper .designer-search_field {
      border: none;
      outline: none;
      width: 385px;
      border-bottom: 2px solid var(--color-golden); }
      @media (max-width: 475px) {
        .designers .designer-search_wrapper .designer-search_field {
          width: 200px; } }
    .designers .designer-search_wrapper .designer-search ul.dropdown-menu {
      position: absolute;
      top: 285.594px;
      left: 477px;
      width: 385px;
      display: none;
      z-index: 1;
      background-color: var(--color-white);
      box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
      transition: all .2s ease-in-out; }
      @media (max-width: 475px) {
        .designers .designer-search_wrapper .designer-search ul.dropdown-menu {
          width: 200px; } }
      .designers .designer-search_wrapper .designer-search ul.dropdown-menu li:hover {
        background-color: var(--color-golden);
        color: var(--color-white); }
      .designers .designer-search_wrapper .designer-search ul.dropdown-menu li a {
        display: block;
        padding: 12px 10px;
        cursor: pointer;
        width: 100%;
        height: 100%; }

.designers .designer-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px; }
  @media (max-width: 1024px) {
    .designers .designer-content {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 712px) {
    .designers .designer-content {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 475px) {
    .designers .designer-content {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 25px 18px; } }
  .designers .designer-content .designer-item {
    background-color: #eeeeee; }
    .designers .designer-content .designer-item .designer-link {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: flex-start;
      padding-top: 20px;
      cursor: pointer; }
    .designers .designer-content .designer-item .designer-label {
      position: absolute;
      top: 2px;
      right: 2px;
      padding: 0 6px;
      background: var(--color-golden);
      font-weight: normal;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 3.5px;
      color: var(--color-white);
      font: normal 400 14px/1.1 "CervoNeue", sans-serif;
      font-size: 16px;
      line-height: 1.6; }
      @media (max-width: 1024px) {
        .designers .designer-content .designer-item .designer-label {
          font-size: 14px; } }
    .designers .designer-content .designer-item .designer-title {
      line-height: 1.4;
      color: var(--color-gray);
      padding: 6px 0; }

.search-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px; }
  .search-page .title {
    margin-bottom: 24px;
    text-align: center; }

.cart {
  margin-bottom: 100px;
  padding-top: 40px; }
  .cart .main-title {
    margin-bottom: 24px; }
  .cart__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .cart__inner {
        flex-wrap: wrap; } }
  .cart .choices[data-type*=select-one]:after {
    background-color: var(--color-black); }
  .cart__list {
    border-right: 1px solid var(--color-disabled);
    max-width: 940px;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .cart__list {
        border-right: none;
        margin-right: 0;
        border-bottom: 1px solid var(--color-disabled);
        margin-bottom: 50px; } }
  .cart .cart-product .cart-product-wrapper {
    display: flex;
    position: relative;
    margin-right: 63px; }
  @media (max-width: 1024px) {
    .cart .cart-product {
      margin-right: 20px; } }
  @media (max-width: 768px) {
    .cart .cart-product {
      margin-right: 0;
      margin-bottom: 100px; } }
  @media (max-width: 475px) {
    .cart .cart-product {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    .cart .cart-product:last-child {
      margin-bottom: 50px; } }
  @media (max-width: 475px) {
    .cart .cart-product:last-child {
      margin-bottom: 20px; } }
  .cart .cart-product:not(:last-child) .cart-product-wrapper {
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      .cart .cart-product:not(:last-child) .cart-product-wrapper {
        margin-bottom: 80px; } }
    @media (max-width: 475px) {
      .cart .cart-product:not(:last-child) .cart-product-wrapper {
        margin-bottom: 40px; } }
    .cart .cart-product:not(:last-child) .cart-product-wrapper::after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: -60px;
      background-color: var(--color-disabled); }
      @media (max-width: 768px) {
        .cart .cart-product:not(:last-child) .cart-product-wrapper::after {
          bottom: -30px; } }
      @media (max-width: 475px) {
        .cart .cart-product:not(:last-child) .cart-product-wrapper::after {
          bottom: -10px; } }
  .cart .cart-product__inner {
    width: 100%;
    margin-right: 86px; }
    @media (max-width: 1120px) {
      .cart .cart-product__inner {
        margin-right: 0; } }
  .cart .cart-product__icon {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0; }
  .cart .cart-product__action {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .cart .cart-product__action {
        display: block; } }
  .cart .cart-product__choosen div:not(:last-child) {
    margin-bottom: 10px; }
  .cart .cart-product__choosen span {
    text-transform: capitalize;
    display: inline-block; }
  .cart .cart-product__box {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 260px;
    width: 100%; }
    .cart .cart-product__box input::-webkit-outer-spin-button,
    .cart .cart-product__box input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart .cart-product__box input[type=number] {
      -moz-appearance: textfield; }
    .cart .cart-product__box:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 1024px) {
        .cart .cart-product__box:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; } }
  .cart .cart-product__label {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .cart .cart-product__label span {
        display: inline-block;
        min-width: 91px; } }
  .cart .cart-product__size {
    max-width: 150px;
    width: 100%; }
    @media (max-width: 1024px) {
      .cart .cart-product__size {
        max-width: 245px; } }
    .cart .cart-product__size label {
      width: 100%; }
    .cart .cart-product__size .choices {
      width: 100%;
      max-width: 153px; }
  .cart .cart-product__image {
    max-width: 190px;
    width: 100%;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .cart .cart-product__image {
        margin-bottom: 30px; } }
    @media (max-width: 576px) {
      .cart .cart-product__image {
        margin-right: 10px; } }
  .cart .cart-product__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: baseline; }
  .cart .cart-product__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 12px;
    transition: color 0.3s ease-in-out;
    margin-right: 10px; }
    @media (max-width: 1024px) {
      .cart .cart-product__title {
        font-size: 22px; } }
  .cart .cart-product__text {
    margin-bottom: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3; }
  .cart .cart-product__price {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.03em; }
  .cart .cart-product .choices {
    margin-left: 16px; }
    @media (max-width: 1024px) {
      .cart .cart-product .choices {
        margin-left: auto; } }
    .cart .cart-product .choices__inner {
      height: 56px; }
      @media (max-width: 1024px) {
        .cart .cart-product .choices__inner {
          height: 44px; } }
    .cart .cart-product .choices[data-type*=select-one]:after {
      right: 27px; }
      @media (max-width: 1024px) {
        .cart .cart-product .choices[data-type*=select-one]:after {
          top: 20px; } }
    @media (max-width: 1024px) {
      .cart .cart-product .choices__list--single {
        padding: 0; } }
    .cart .cart-product .choices__list--single .choices__item {
      font: normal 500 15px/1.4 "Montserrat", sans-serif;
      padding-right: 17px; }
    .cart .cart-product .choices:hover .choices__inner {
      border-color: var(--color-golden);
      color: var(--color-golden); }
    .cart .cart-product .choices:hover[data-type*=select-one]:after {
      background-color: var(--color-golden); }
    .cart .cart-product .choices.is-open .choices__inner {
      border-color: var(--color-golden);
      color: var(--color-golden); }
    .cart .cart-product .choices.is-open[data-type*=select-one]:after {
      background-color: var(--color-golden); }
    .cart .cart-product .choices.is-focused .choices__inner {
      border-color: var(--color-golden);
      color: var(--color-golden); }
    .cart .cart-product .choices.is-focused[data-type*=select-one]:after {
      background-color: var(--color-golden); }
  .cart .cart-product__number {
    max-width: 154px;
    min-width: 95px;
    width: 100%;
    outline: transparent;
    padding: 0 40px;
    font-size: 20px;
    margin-left: 21px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .cart .cart-product__number {
        margin-left: 0; } }
    .cart .cart-product__number .choices__item {
      font-size: 50px; }
  .cart .cart-product__btn {
    position: absolute;
    width: 40px;
    padding: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 2; }
    .cart .cart-product__btn.plus {
      right: 3px; }
    .cart .cart-product__btn.minus {
      right: 110px; }
      @media (max-width: 1120px) {
        .cart .cart-product__btn.minus {
          transform: translateX(-50%); } }
    .cart .cart-product__btn::before {
      content: '';
      position: absolute;
      height: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 23px;
      -webkit-mask-image: url(../img/sprite.svg#minus);
      mask-image: url(../img/sprite.svg#minus);
      background-color: var(--color-black);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .cart .cart-product__btn.plus::before {
      -webkit-mask-image: url(../img/sprite.svg#plus);
      mask-image: url(../img/sprite.svg#plus); }
    .cart .cart-product__btn:hover::before {
      background-color: var(--color-golden); }
  .cart__choose {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: inherit; }
    @media (max-width: 1024px) {
      .cart__empty {
        background-size: cover; } }
    .cart__empty .title {
      margin-bottom: 24px; }
      @media (max-width: 475px) {
        .cart__empty .title {
          font-size: 30px; } }

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

.cart__summary {
  max-width: 240px;
  margin-right: 7px;
  width: 100%; }
  @media (max-width: 768px) {
    .cart__summary {
      max-width: 100%; } }
  .cart__summary.btn-shop {
    padding: 13px; }

.cart__summary-box {
  margin-bottom: 10px; }

.cart__summary-coupon {
  background: transparent;
  color: var(--color-white);
  border: none;
  cursor: pointer;
  font: normal 300 14px/1.7 "Adieu", sans-serif; }

.cart .btn-coupon {
  width: 100%;
  padding: 13px; }

.cart__coupon-input {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black);
  margin: 10px 0; }
  .cart__coupon-input:focus-visible {
    outline: none;
    border: 1px solid var(--color-hover); }

.cart__summary-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 26px; }

.cart__summary-count {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cart__summary-count:not(:last-child) {
    margin-bottom: 15px; }
  .cart__summary-count + .cart__summary-count {
    margin-bottom: 24px; }

.cart__summary-total {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px; }

.cart__summary-item {
  margin-right: 4px; }

.cart__summary-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3; }

.cart__summary-price {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700; }

.simplecheckout-cart-total .inputs {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 24px 0px; }

.simplecheckout-cart-total .inputs > input {
  border: none;
  border-bottom: 2px solid var(--color-golden);
  outline: transparent;
  background: transparent;
  margin-top: 24px;
  padding: 3px 0;
  width: 100%;
  transition: all 0.5s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .simplecheckout-cart-total .inputs > input:focus-visible {
    outline: none; }

aside.cart__summary > div:last-child {
  display: none; }

.privacy-policy {
  padding: 30px 0 90px; }
  .privacy-policy h1 {
    margin-bottom: 24px; }
    .privacy-policy h1 + span {
      margin-bottom: 24px; }
  .privacy-policy__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 576px) {
      .privacy-policy__inner {
        flex-wrap: wrap-reverse; } }
  .privacy-policy__content {
    margin-right: 74px;
    width: calc(100% - 375px); }
    @media (max-width: 1024px) {
      .privacy-policy__content {
        width: calc(100% - 250px); } }
    @media (max-width: 768px) {
      .privacy-policy__content {
        width: 100%;
        margin-right: 30px; } }
    @media (max-width: 576px) {
      .privacy-policy__content {
        margin-right: 0; } }
    .privacy-policy__content .title-quick {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.333;
      margin-bottom: 34px;
      position: relative;
      display: inline-block;
      padding-top: 20px; }
      .privacy-policy__content .title-quick::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -8px;
        height: 2px;
        background-color: var(--color-golden); }
  .privacy-policy h3 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 24px;
    padding-bottom: 8px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid var(--color-golden); }
  .privacy-policy p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 24px; }
  .privacy-policy__quick {
    max-width: 305px;
    width: 100%;
    background-color: #fff;
    position: sticky;
    transition: all 0.2s ease-in-out;
    top: 50px; }
    @media (max-width: 1024px) {
      .privacy-policy__quick {
        max-width: 250px; } }
    @media (max-width: 768px) {
      .privacy-policy__quick {
        max-width: 230px; } }
    @media (max-width: 576px) {
      .privacy-policy__quick {
        max-width: 100%;
        top: 0;
        padding-top: 30px; } }
    .privacy-policy__quick--down {
      padding-top: 150px; }
  .privacy-policy .title-quick {
    margin-bottom: 24px; }
  .privacy-policy__link {
    display: block;
    margin-bottom: 30px;
    background-position: 0 100%;
    position: relative;
    transition: padding-left 0.3s ease;
    text-align: left;
    cursor: pointer;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none;
    transition: background 0.3s ease-in-out, padding 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .privacy-policy__link {
        font-size: 12px;
        margin-bottom: 15px; } }
    .privacy-policy__link:hover {
      background-position: 0 100%; }
    .privacy-policy__link:active {
      background-position: 0 100%; }
    .privacy-policy__link:focus {
      background-position: 0 100%; }
    .privacy-policy__link::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: var(--color-golden);
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: width 0.3s ease-in-out; }
    .privacy-policy__link--active {
      padding-left: 53px;
      background-position: 0 100%; }
      @media (max-width: 768px) {
        .privacy-policy__link--active {
          padding-left: 30px; } }
      .privacy-policy__link--active::before {
        width: 40px; }
        @media (max-width: 768px) {
          .privacy-policy__link--active::before {
            width: 20px; } }

#account-login #content {
  width: 100%;
  max-width: 465px; }

.account-simpleregister legend {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 0.5em; }

.account-simpleregister .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
  flex-direction: column;
  flex-wrap: wrap; }

.account-simpleregister .main > .main-title {
  display: none !important; }

.account-simpleregister #content {
  margin-right: 0 !important; }

.account-simpleregister .simple-content {
  width: 100%;
  max-width: 465px;
  margin: 0 auto; }

.account-simpleregister section.s-checkout #content a.button {
  width: 100% !important;
  padding: initial; }

.account-simpleregister .form-primary__col--half {
  width: 100%; }

.authorization {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .authorization {
      padding-top: 60px;
      margin-bottom: 60px; } }
  @media (max-width: 475px) {
    .authorization {
      margin-bottom: 40px;
      padding: 40px 20px 0; } }

.authorization-form {
  padding: 40px;
  border: 1px solid var(--color-golden);
  background-color: var(--color-form);
  width: 100%; }
  @media (max-width: 768px) {
    .authorization-form {
      padding: 20px; } }
  .authorization-form .title {
    text-align: center;
    text-transform: capitalize; }
  .authorization-form__name {
    position: relative;
    display: block;
    width: 100%; }
  .authorization-form__area {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid var(--color-border-form);
    height: 40px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    outline-color: var(--color-golden); }
    .authorization-form__area:hover {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
    .authorization-form__area:active {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
    .authorization-form__area:focus {
      border-color: var(--color-golden);
      outline-style: solid;
      outline-width: 1px; }
  .authorization-form__link {
    display: block;
    margin-bottom: 24px;
    color: var(--color-golden); }
  .authorization-form__btn {
    margin-bottom: 24px;
    width: 100%; }
  .authorization-form__text {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4; }
    @media (max-width: 475px) {
      .authorization-form__text {
        font-size: 12px; } }
    .authorization-form__text .authorization-form__link {
      display: inline; }
  .authorization-form__message {
    position: relative;
    bottom: 25px; }
    .authorization-form__message--error {
      color: var(--color-red); }

.dashboard {
  margin-bottom: 100px;
  padding-top: 40px; }
  .dashboard__section {
    max-width: 875px;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .dashboard__section {
        margin-right: 0; } }
  .dashboard__links {
    max-width: 270px;
    width: 100%;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0; }
    @media (max-width: 1024px) {
      .dashboard__links {
        display: flex;
        justify-content: flex-start;
        overflow-x: scroll;
        max-width: 100%;
        margin-bottom: 30px; } }
    .dashboard__links .tabs__btn {
      white-space: nowrap; }
    @media (max-width: 1024px) {
      .dashboard__links .tabs__item:not(:last-child) {
        margin-right: 30px; } }
  .dashboard__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .dashboard__wrapper {
        display: block; } }
    .dashboard__wrapper .dashboard__details:first-child {
      margin-right: 30px; }
    .dashboard__wrapper--top .dashboard__data {
      height: 365px; }
      @media (max-width: 475px) {
        .dashboard__wrapper--top .dashboard__data {
          height: auto; } }
    .dashboard__wrapper--bottom .dashboard__data {
      padding: 0; }
    .dashboard__wrapper--bottom .dashboard__details {
      margin-bottom: 0; }
      @media (max-width: 576px) {
        .dashboard__wrapper--bottom .dashboard__details {
          margin-bottom: 30px; } }
  .dashboard__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .dashboard__inner {
        flex-wrap: wrap-reverse; } }
  .dashboard__details {
    width: 100%;
    margin-bottom: 40px; }
  .dashboard__data {
    border: 1px solid var(--color-golden);
    background-color: var(--account-bg);
    padding: 40px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 576px) {
      .dashboard__data {
        padding: 20px; } }
    .dashboard__data--orders {
      padding: 0; }
  .dashboard__details-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
  .dashboard__data-top {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 475px) {
      .dashboard__data-top {
        display: block; } }
  .dashboard__img {
    width: auto;
    margin-right: 20px; }
  .dashboard__address {
    display: flex;
    font-style: normal; }
  .dashboard__table {
    display: table;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3; }
    .dashboard__table td:first-child {
      font-family: "Adieu", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 400; }
  .dashboard__table-item {
    vertical-align: top; }
    .dashboard__table-item:not(:last-child) td {
      padding: 0 30px 25px 0; }
      @media (max-width: 475px) {
        .dashboard__table-item:not(:last-child) td {
          padding: 0 15px 10px 0; } }
  .dashboard__mobile {
    font: normal 400 14px/1.1 "CervoNeue", sans-serif;
    font-weight: 400; }
  .dashboard__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%); }
  .dashboard__list {
    width: 100%; }
  .dashboard__item {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-disabled);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none; }
    .dashboard__item:hover {
      background-position: 0 100%; }
    .dashboard__item span {
      font: normal 400 14px/1.1 "CervoNeue", sans-serif; }
    .dashboard__item a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .dashboard__wish-list {
    display: flex; }
    @media (max-width: 576px) {
      .dashboard__wish-list {
        display: block; } }
  .dashboard__wish-item {
    max-width: 320px;
    width: 100%; }
    @media (max-width: 576px) {
      .dashboard__wish-item {
        margin: 0 auto 30px; } }
    .dashboard__wish-item:nth-child(odd) {
      margin-right: 30px; }
      @media (max-width: 576px) {
        .dashboard__wish-item:nth-child(odd) {
          margin: 0 auto 30px; } }
  .dashboard .btn-delete {
    margin-bottom: 20px; }
  .dashboard__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer; }
  .dashboard__checkbox {
    background-color: var(--color-silver);
    border-radius: 20px;
    color: #e3e4e8;
    width: 40px;
    height: 20px;
    transition: background-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0;
    cursor: pointer; }
    .dashboard__checkbox:before {
      border-radius: 50%;
      content: "";
      display: block;
      background-color: #fff;
      position: absolute;
      top: 50%;
      transform: translate(3px, -50%);
      width: 15px;
      height: 15px;
      transition: transform 0.25s ease-in-out; }
    .dashboard__checkbox:checked {
      background-color: var(--color-golden); }
      .dashboard__checkbox:checked:before {
        transform: translate(22px, -50%); }
  .dashboard__input {
    display: block;
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, var(--color-black) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none; }
    .dashboard__input:hover {
      background-position: 0 100%;
      border-color: var(--color-golden); }
      .dashboard__input:hover .dashboard__icon {
        stroke: var(--color-golden); }
  .dashboard__icon {
    margin-left: 12px;
    width: 25px;
    height: 25px;
    stroke: var(--color-black);
    stroke-width: 2px;
    transition: stroke 0.3s linear; }
  @media (max-width: 768px) {
    .dashboard .product__image {
      height: auto; } }

.dashboard-title {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700; }

.account {
  display: flex;
  justify-content: flex-start;
  max-width: 100%; }
  @media (max-width: 576px) {
    .account {
      display: block; } }
  .account__change {
    max-width: 240px;
    width: 100%;
    margin-right: 30px; }
    @media (max-width: 1024px) {
      .account__change {
        max-width: 180px; } }
    @media (max-width: 576px) {
      .account__change {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        max-width: 100%;
        flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .account img {
      height: auto; } }
  .account__img {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .account__img {
        height: 150px;
        width: 150px; } }
  .account__form {
    max-width: 670px;
    width: 100%; }
  .account__form-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .account__form-box {
        flex-wrap: wrap; } }
  .account__label {
    max-width: 320px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    position: relative; }
    @media (max-width: 768px) {
      .account__label {
        max-width: 100%; } }
    .account__label:nth-child(odd):not(.account__label--textarea) {
      margin-right: 30px; }
      @media (max-width: 768px) {
        .account__label:nth-child(odd):not(.account__label--textarea) {
          margin-right: 0; } }
    .account__label--textarea {
      max-width: 100%; }
  .account__label-country {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(40%);
    left: 10px; }
  .account__area {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid var(--color-silver); }
    .account__area::-moz-placeholder {
      color: var(--color-black); }
    .account__area::placeholder {
      color: var(--color-black); }
    .account__area--country {
      padding-left: 30px; }
  .account__textarea {
    min-height: 115px;
    resize: none; }
  .account__btn {
    margin-right: auto; }

.gift__box {
  margin-bottom: 40px; }

.gift .dashboard-title {
  margin-bottom: 15px; }

.gift__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-golden);
  background-color: var(--account-bg);
  padding: 20px 40px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .gift__item {
      padding: 10px 15px;
      flex-wrap: wrap; } }

.gift__discount {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.333;
  font-feature-settings: 'cpsp'on;
  font-weight: 700;
  max-width: 70px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-right: 25px; }
  @media (max-width: 375px) {
    .gift__discount {
      margin-right: 10px;
      margin-bottom: 10px; } }

.gift__info {
  margin-right: auto; }
  @media (max-width: 768px) {
    .gift__info {
      margin-bottom: 10px; } }

.gift__item-title {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.333;
  text-transform: uppercase;
  margin-bottom: 10px; }

.gift__end {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-gift);
  text-transform: capitalize; }

.gift__promo {
  border: 1px solid var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto; }
  @media (max-width: 712px) {
    .gift__promo {
      width: 100%; } }
  @media (max-width: 475px) {
    .gift__promo {
      flex-wrap: wrap; } }

.gift__promocode {
  text-transform: uppercase;
  background-color: var(--color-white);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 35px; }
  @media (max-width: 712px) {
    .gift__promocode {
      width: 50%;
      text-align: center; } }
  @media (max-width: 475px) {
    .gift__promocode {
      width: 100%; } }

.gift__form {
  max-width: 315px;
  width: 100%; }
  .gift__form .gift__text {
    margin-bottom: 25px; }

.gift__enter {
  margin-bottom: 25px; }

.gift__area {
  width: 100%;
  border: 2px solid transparent;
  outline: var(--color-golden);
  border-bottom-color: var(--color-golden);
  margin-bottom: 25px; }
  .gift__area::-moz-placeholder {
    font-size: 10px;
    color: var(--color-border-form); }
  .gift__area::placeholder {
    font-size: 10px;
    color: var(--color-border-form); }

.gift__btn {
  max-width: 230px;
  width: 100%; }
  @media (max-width: 712px) {
    .gift__btn {
      width: 50%;
      max-width: initial; } }
  @media (max-width: 475px) {
    .gift__btn {
      width: 100%; } }

.gift__result {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4; }

.gift .title {
  margin-bottom: 40px; }

.gift__img {
  width: 80px;
  height: 80px; }

@media (max-width: 1024px) {
  .gift.dashboard__section {
    max-width: 100%; } }

.wish__items {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .wish__items {
      justify-content: center; } }

.wish__item {
  max-width: 330px;
  width: 100%; }
  @media (max-width: 768px) {
    .wish__item {
      max-width: 250px; } }
  @media (max-width: 576px) {
    .wish__item {
      max-width: 350px;
      margin-bottom: 50px; } }
  .wish__item:nth-child(odd) {
    margin-right: 8em; }
    @media (max-width: 768px) {
      .wish__item:nth-child(odd) {
        margin-right: 2em; } }
    @media (max-width: 576px) {
      .wish__item:nth-child(odd) {
        margin-right: 0; } }
  .wish__item:not(:nth-child(n+2)) {
    margin-bottom: 30px; }
  .wish__item--unavailable {
    position: relative;
    color: var(--color-silver);
    z-index: 0; }
    .wish__item--unavailable:before {
      content: "";
      position: absolute;
      top: 30px;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #fff;
      opacity: 0.4;
      z-index: 20; }
    .wish__item--unavailable .btn-shop {
      color: var(--color-silver);
      background-color: var(--color-disabled); }
    .wish__item--unavailable .choices__inner {
      border-color: var(--color-silver); }
    .wish__item--unavailable .choices[data-type*=select-one]:after {
      opacity: 0.6; }

.wish .choices {
  max-width: 150px;
  width: 100%;
  margin-bottom: 40px; }
  .wish .choices[data-type*=select-one]:after {
    background-color: var(--color-black); }
  .wish .choices:hover[data-type*=select-one]:after {
    background-color: var(--color-golden); }

.wish .product {
  margin-bottom: 15px; }

.wish .product-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 500 15px/1.4 "Montserrat", sans-serif;
  margin-bottom: 15px; }
  .wish .product-label span {
    margin-right: 15px; }
  .wish .product-label .choices {
    max-width: 100%;
    margin-bottom: 0;
    font: normal 500 15px/1.4 "Montserrat", sans-serif;
    z-index: 10; }
  .wish .product-label .choices__item {
    font-size: 20px; }

.wish .btn-shop {
  width: 100%; }

.wish .title {
  margin-bottom: 40px; }

.orders .product {
  display: flex;
  align-items: center; }
  @media (max-width: 576px) {
    .orders .product {
      display: block;
      margin: 0 auto; } }
  .orders .product__image {
    margin-right: 30px; }

.orders__items {
  margin-bottom: 40px; }

@media (max-width: 576px) {
  .orders__item {
    max-width: 330px;
    margin: 0 auto 30px; } }

.orders .dashboard-title {
  margin-bottom: 25px;
  position: relative; }
  .orders .dashboard-title::after {
    content: attr(data-text);
    position: relative;
    display: inline-block;
    background-color: var(--color-golden);
    color: #fff;
    font: normal 400 14px/1.1 "CervoNeue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 5px;
    text-transform: capitalize;
    margin-left: 20px;
    letter-spacing: 0.3em; }

.settings {
  display: flex; }
  @media (max-width: 768px) {
    .settings {
      display: block; } }
  .settings .dashboard-title {
    margin-bottom: 25px; }
  .settings__wrapper {
    max-width: 515px;
    width: 100%;
    margin-right: 40px; }
    @media (max-width: 768px) {
      .settings__wrapper {
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .settings__wrapper:not(:last-child) {
        margin-bottom: 30px; } }
    .settings__wrapper:last-child {
      max-width: 270px; }
      @media (max-width: 768px) {
        .settings__wrapper:last-child {
          max-width: 515px; } }
  .settings__password {
    width: 100%; }
  .settings__label {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
  .settings__area {
    display: block;
    width: 100%;
    margin-top: 5px; }
  .settings .dashboard__list {
    margin-bottom: 40px; }
  .settings .dashboard__item {
    border: none;
    padding: 0;
    margin-bottom: 15px; }
  .settings .language {
    display: flex; }
    .settings .language__choose {
      display: block; }
    .settings .language .choices[data-type*=select-one]:after {
      background-color: var(--color-black); }
  .settings__icon {
    height: 24px;
    width: 24px; }
  .settings__payment {
    margin-bottom: 50px;
    display: flex; }
  .settings__card {
    margin-right: 40px; }
    .settings__card span {
      display: block; }
      .settings__card span:not(:last-child) {
        margin-bottom: 15px; }
      .settings__card span:last-child {
        font: normal 400 14px/1.1 "CervoNeue", sans-serif; }
  .settings .dashboard__input {
    max-width: 140px;
    padding: 15px 0; }

.s-blog {
  padding: 40px 0 60px; }
  @media (max-width: 576px) {
    .s-blog {
      padding: 30px 0; } }
  .s-blog .main-title {
    margin-bottom: 24px; }
  .s-blog__title {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    text-transform: capitalize;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 40px; }
  .s-blog__featured {
    margin-bottom: 40px; }
  .s-blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .s-blog-items__col {
    display: flex;
    flex: 0 1 33.3333%;
    padding: 0 15px;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .s-blog-items__col {
        flex-basis: 50%; } }
    @media (max-width: 576px) {
      .s-blog-items__col {
        flex-basis: 100%; } }
  .s-blog-items__item {
    height: 100%; }
  .s-blog--additional {
    padding: 40px 0 60px; }

.card-post {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .card-post__img {
    display: flex;
    position: relative; }
    .card-post__img::before {
      display: block;
      padding-top: 117%;
      content: " ";
      width: 100%; }
    .card-post__img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-post__header {
    margin-bottom: 24px; }
  .card-post__body > *, .card-post__content > * {
    margin-bottom: 10px; }
    .card-post__body > *:last-child, .card-post__content > *:last-child {
      margin-bottom: 0; }
  .card-post__date {
    display: block;
    font-size: 13px; }
  .card-post__title {
    font-size: 24px;
    line-height: 1.2; }
    .card-post__title a {
      display: inline-block; }
    @media (max-width: 1024px) {
      .card-post__title br {
        display: none; } }
  @media (max-width: 1024px) {
    .card-post__content p br {
      display: none; } }
  .card-post--featured .card-post__img::before {
    padding-top: 36.6%; }
    @media (max-width: 576px) {
      .card-post--featured .card-post__img::before {
        padding-top: 60%; } }
  .card-post--featured .card-post__header {
    margin-bottom: 30px; }
  .card-post--featured .card-post__body > *,
  .card-post--featured .card-post__content > * {
    margin-bottom: 17px; }
    .card-post--featured .card-post__body > *:last-child,
    .card-post--featured .card-post__content > *:last-child {
      margin-bottom: 0; }

.single-post__featuredimg {
  position: relative;
  display: block; }
  .single-post__featuredimg::before {
    display: block;
    width: 100%;
    content: " ";
    padding-top: 46%; }
    @media (max-width: 768px) {
      .single-post__featuredimg::before {
        padding-top: 70%; } }
  .single-post__featuredimg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.single-post__content {
  padding: 40px 0 50px; }

.single-post__heading {
  text-align: center;
  margin-bottom: 24px; }
  .single-post__heading > * {
    margin-bottom: 18px; }
    .single-post__heading > *:last-child {
      margin-bottom: 0; }
  .single-post__heading h1 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    text-transform: capitalize;
    font-feature-settings: 'cpsp'on;
    text-transform: initial; }
    @media (max-width: 768px) {
      .single-post__heading h1 br {
        display: none; } }

.single-post__date {
  display: block;
  font-weight: 400; }

.single-post__body {
  display: flex;
  flex-direction: column; }
  .single-post__body > *:last-child {
    margin-bottom: 0; }
  .single-post__body p {
    margin-bottom: 25px; }
    .single-post__body p img {
      display: block;
      margin: 10px 0; }
  .single-post__body h1,
  .single-post__body h2,
  .single-post__body h3,
  .single-post__body h4,
  .single-post__body h5,
  .single-post__body h6 {
    text-underline-offset: 4px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: var(--color-golden);
    text-decoration-color: var(--color-golden);
    font: normal 500 15px/1.4 "Montserrat", sans-serif !important;
    font-weight: 400 !important; }
  .single-post__body h1 {
    font-family: "Adieu", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.294;
    text-transform: capitalize;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 10px; }
  .single-post__body h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    text-transform: capitalize;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 12px; }
  .single-post__body h3 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    margin-bottom: 14px; }
  .single-post__body h4 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px; }
  .single-post__body h5,
  .single-post__body h6 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 18px; }
  .single-post__body ul {
    list-style-type: disc;
    margin-bottom: 25px; }
  .single-post__body ol {
    list-style-type: decimal;
    margin-bottom: 25px; }
  .single-post__body li {
    margin-left: 20px;
    padding-left: 5px; }
    .single-post__body li::marker {
      color: var(--color-golden); }
  .single-post__body a {
    text-underline-offset: 2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }
    .single-post__body a:hover {
      color: var(--color-golden); }
  .single-post__body hr {
    display: block;
    width: 100%;
    margin: 15px 0 40px 0;
    border: none;
    border-width: 2px;
    border: 1px solid var(--color-golden); }

.partnership h2 {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.333;
  font-feature-settings: 'cpsp'on;
  font-weight: 700; }

.partnership__featuredimg {
  position: relative; }
  .partnership__featuredimg::before {
    display: block;
    width: 100%;
    padding-top: 44%;
    content: " "; }
  .partnership__featuredimg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.partnership__body {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .partnership__body {
      padding: 70px 0; } }

.partnership-body__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px; }
  @media (max-width: 768px) {
    .partnership-body__inner {
      flex-direction: column; } }
  .partnership-body__inner > * {
    padding: 0 15px; }
    @media (max-width: 768px) {
      .partnership-body__inner > * {
        margin-bottom: 60px; }
        .partnership-body__inner > *:last-child {
          margin-bottom: 0; } }

.partnership-body__content, .partnership-body__additional {
  width: 100%; }

.partnership-body__content {
  max-width: 512px; }
  @media (max-width: 768px) {
    .partnership-body__content {
      max-width: 100%; } }

.partnership-body__additional {
  max-width: 424px; }
  @media (max-width: 768px) {
    .partnership-body__additional {
      max-width: 100%; } }

.s-returns {
  padding: 40px 0 100px; }
  .s-returns h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700; }

.s-payment {
  padding: 30px 0 90px; }
  .s-payment h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700; }
  .s-payment .list-common {
    margin-bottom: 40px; }
  .s-payment .list-logos {
    justify-content: center; }

.s-delivery {
  padding: 30px 0 100px; }
  .s-delivery h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700; }
  .s-delivery__destinations {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 10px; }
    .s-delivery__destinations > * {
      padding: 0 15px; }
  .s-delivery .destination-list__col {
    display: flex;
    flex: 0 1 50%;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .s-delivery .destination-list__col {
        flex-basis: 100%; } }
  .s-delivery .destination-list__item {
    display: inline; }

.s-faq {
  padding: 30px 0 100px; }
  .s-faq h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700; }

.s-about {
  padding: 20px 0 100px; }
  .s-about h2 {
    font-family: "Adieu", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333;
    font-feature-settings: 'cpsp'on;
    font-weight: 700; }
  .s-about__featuredimg {
    position: relative; }
    .s-about__featuredimg::before {
      display: block;
      width: 100%;
      padding-top: 45%;
      content: " "; }
    .s-about__featuredimg img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .s-about-content__list > * {
    border-bottom: 2px solid var(--color-golden); }
    .s-about-content__list > *:last-child {
      border-bottom: none; }
  .s-about-content__item {
    padding: 40px 0; }
    .s-about-content__item > * {
      margin-bottom: 20px; }
      .s-about-content__item > *:last-child {
        margin-bottom: 0; }
  .s-about-content__text > * {
    margin-bottom: 20px; }
    .s-about-content__text > *:last-child {
      margin-bottom: 0; }
  .s-about-content__tiles {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px; }
    .s-about-content__tiles > * {
      padding: 0 16px; }
  .s-about-content__tile {
    flex: 1 1 50%; }
    @media (max-width: 768px) {
      .s-about-content__tile {
        flex-basis: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .s-about-content__tile:last-child {
        margin-bottom: 0; } }
    .s-about-content__tile > * {
      margin-bottom: 20px; }
      .s-about-content__tile > *:last-child {
        margin-bottom: 0; }
  @media (max-width: 475px) {
    .s-about-content__interaction .btn-shop {
      width: 100%; } }

.s-checkout h2 {
  font-family: "Adieu", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.333;
  font-feature-settings: 'cpsp'on;
  font-weight: 700; }

.s-checkout__tiles {
  display: flex;
  align-items: flex-start;
  padding-bottom: 140px;
  margin: 0 -20px; }
  @media (max-width: 1023.98px) {
    .s-checkout__tiles {
      flex-wrap: wrap-reverse; } }
  .s-checkout__tiles > * {
    padding: 0 20px; }
    @media (max-width: 1023.98px) {
      .s-checkout__tiles > * {
        margin-bottom: 50px; }
        .s-checkout__tiles > *:last-child {
          margin-bottom: 0; } }

.s-checkout__tile {
  flex: 1 1; }
  @media (max-width: 1024px) {
    .s-checkout__tile--lg {
      flex-basis: 100%; } }
  .s-checkout__tile--lg > * {
    margin-bottom: 15px; }
    .s-checkout__tile--lg > *:last-child {
      margin-bottom: 0; }
  .s-checkout__tile--sm {
    flex: 0 1 454px; }
    @media (max-width: 1024px) {
      .s-checkout__tile--sm {
        flex-basis: 100%; } }

.s-checkout .list-underlined {
  margin-bottom: 25px; }

.s-checkout__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 528px; }
  .s-checkout__headline > * {
    margin-bottom: 15px; }
    .s-checkout__headline > *:last-child {
      margin-bottom: 0; }

.s-checkout .checkout-interaction-list > * {
  margin-bottom: 15px; }
  .s-checkout .checkout-interaction-list > *:last-child {
    margin-bottom: 0; }

.s-checkout .checkout-interaction-list__link {
  text-decoration: underline; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  min-height: 100vh;
  transition: all 0.1s linear;
  z-index: 10; }
  .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: inherit;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px); }
  .modal__content {
    width: 100%;
    max-width: 606px;
    max-height: 70vh;
    overflow: hidden auto;
    background: var(--color-form);
    border: 1px solid var(--color-golden);
    padding: 40px; }
    @media (max-width: 576px) {
      .modal__content {
        padding: 30px 25px; } }
  .modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: 24px; }
  .modal__desc--textcenter {
    text-align: center; }
  @media (max-width: 576px) {
    .modal__desc br {
      display: none; } }
  .modal-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .modal-notification > *:last-child {
      margin-top: 28px;
      margin-bottom: 0; }
  .modal-notification__icon {
    margin-bottom: 16px; }
  .modal-notification__title {
    margin-bottom: 12px; }
  .modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .modal--success .modal__desc {
    padding-top: 50px;
    padding-bottom: 50px; }
  .modal--error .modal-notification__title {
    color: var(--color-red); }
  .modal--width-sm .modal__content {
    max-width: 489px; }

.language__choose {
  font-size: 16px;
  display: flex;
  justify-content: space-between; }
  .language__choose:first-child {
    margin-bottom: 33px; }
  @media (max-width: 475px) {
    .language__choose {
      justify-content: space-between; } }

.language__choose-name {
  margin-top: 10px;
  margin-right: 40px; }

.language__choose-item {
  padding: 14px 10px 14px 5px;
  max-width: 75px;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer; }
  .language__choose-item:hover {
    color: var(--color-golden); }
    .language__choose-item:hover::after {
      background-color: var(--color-golden); }
  .language__choose-item:active {
    color: var(--color-golden); }
    .language__choose-item:active::after {
      background-color: var(--color-golden); }
  .language__choose-item:focus {
    color: var(--color-golden); }
    .language__choose-item:focus::after {
      background-color: var(--color-golden); }

.language .choices {
  position: relative; }
  .language .choices:first-child {
    margin-right: 24px;
    height: 50px;
    max-width: 77px;
    width: 100%;
    text-align: center; }
    @media (max-width: 712px) {
      .language .choices:first-child {
        margin-right: 0; } }
  .language .choices:last-child {
    width: 75px;
    margin-top: 6px; }
  .language .choices__inner {
    border-color: var(--color-golden); }

.footer {
  background-color: var(--color-black); }
  .footer__main {
    padding: 48px 0 20px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.2); }
  .footer__secondary {
    padding: 40px 0; }
  .footer .logo {
    display: inline-block;
    margin-bottom: 20px; }
  .footer__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .footer__wrap {
        flex-wrap: wrap; } }
    @media (max-width: 576px) {
      .footer__wrap {
        justify-content: start; } }
    @media (max-width: 475px) {
      .footer__wrap {
        margin-bottom: 0; } }
  .footer__inner {
    color: #fff; }
    @media (max-width: 1024px) {
      .footer__inner {
        margin-right: 30px; } }
    .footer__inner:first-child {
      max-width: 350px;
      width: 100%; }
      @media (max-width: 1024px) {
        .footer__inner:first-child {
          max-width: 210px; } }
      @media (max-width: 768px) {
        .footer__inner:first-child {
          max-width: 300px;
          margin-right: 50px; } }
      @media (max-width: 633px) {
        .footer__inner:first-child {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 24px;
          order: 2; } }
    .footer__inner:nth-child(2) {
      max-width: 210px;
      width: 100%;
      transform: translateX(-10px); }
      @media (max-width: 1024px) {
        .footer__inner:nth-child(2) {
          transform: translateX(0); } }
      @media (max-width: 633px) {
        .footer__inner:nth-child(2) {
          margin-bottom: 24px;
          max-width: 100%;
          margin-right: 0;
          order: 1; } }
    .footer__inner:nth-child(3) {
      margin-right: 40px; }
      @media (max-width: 768px) {
        .footer__inner:nth-child(3) {
          width: 65%;
          margin-right: 0; } }
      @media (max-width: 633px) {
        .footer__inner:nth-child(3) {
          order: 3; } }
    .footer__inner:last-child {
      margin-right: 30px; }
      @media (max-width: 768px) {
        .footer__inner:last-child {
          width: 35%;
          margin-right: 0; } }
      @media (max-width: 633px) {
        .footer__inner:last-child {
          order: 4; } }
  .footer__inner-text {
    margin-bottom: 12px;
    font-size: 18px; }
  .footer__link {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-black);
    overflow: hidden;
    background: linear-gradient(to right, var(--color-golden), var(--color-golden) 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.3s ease;
    text-decoration: none; }
    .footer__link:hover {
      background-position: 0 100%; }
      .footer__link:hover svg {
        fill: var(--color-golden); }
  .footer__icon {
    height: 25px;
    width: 25px;
    fill: #fff;
    transition: fill 0.3s ease-in-out; }
  .footer__socials {
    display: flex;
    justify-content: flex-start; }
    .footer__socials .footer__link:first-child {
      margin-right: 22px; }
  .footer-secondary__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 -10px; }
    @media (max-width: 475px) {
      .footer-secondary__inner {
        justify-content: center;
        flex-direction: column; } }
    .footer-secondary__inner > * {
      padding: 0 10px; }
  .footer__terms {
    display: flex;
    justify-content: flex-start;
    color: #fff; }
    @media (max-width: 475px) {
      .footer__terms {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px; } }
    @media (max-width: 475px) {
      .footer__terms .footer__item {
        margin-bottom: 16px; } }
    .footer__terms .footer__link:first-child {
      margin-right: 43px; }
      @media (max-width: 576px) {
        .footer__terms .footer__link:first-child {
          margin-right: 20px; } }
      @media (max-width: 475px) {
        .footer__terms .footer__link:first-child {
          margin-right: 0; } }
  .footer .list-creds {
    text-align: right; }
    @media (max-width: 475px) {
      .footer .list-creds {
        text-align: center; } }
  .footer .list-creds__link {
    color: #fff; }
  .footer .custom-checkbox {
    display: none;
    text-transform: none;
    font-size: 12px;
    margin-bottom: 24px; }
    @media (max-width: 475px) {
      .footer .custom-checkbox {
        display: block; } }
    .footer .custom-checkbox__link {
      color: var(--color-golden); }
    .footer .custom-checkbox__content::before {
      top: 2px; }
    .footer .custom-checkbox__content::after {
      background-color: var(--color-golden);
      -webkit-mask-image: url("../img/sprite.svg#arrow-footer");
      mask-image: url("../img/sprite.svg#arrow-footer");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: 6px;
      width: 11px;
      background-image: none;
      transform: translate(2px, 7px); }
    .footer .custom-checkbox:hover {
      color: var(--color-white); }
  @media (max-width: 475px) {
    .footer .subscribe__btn {
      -webkit-mask-image: url("../img/sprite.svg#check");
      mask-image: url("../img/sprite.svg#check");
      background-color: var(--color-golden); } }
  .footer .subscribe__field {
    margin-top: 16px; }
  .footer .choices__list--dropdown .choices__list {
    overflow: unset; }

[dir=rtl] .choices__list--dropdown .choices__item--selectable {
  padding-left: 0; }

.information a {
  color: var(--color-golden); }

.information p, .information ul {
  margin-bottom: 1em; }

.information h2 {
  margin-bottom: 0.8em; }

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