@property --color-property {
  syntax: "<color>";
  inherits: true;
  initial-value: #11284f;
}
:root {
  --bs-gutter-x: 16px;
  --color-accent: #11284f;
  --color-gold: #e9c87b;
  --color-gold-dark: #e3bb5e;
  --color-gold-light: #fefedd;
  --font-base: Inter, sans-serif;
  --font-accent: Cormorant, serif;
  --large-space: 40px;
}
@media (min-width: 992px) {
  :root {
    --large-space: 60px;
  }
}
@media (min-width: 1400px) {
  :root {
    --large-space: 80px;
  }
}

body {
  color: var(--color-accent);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: var(--font-accent);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

.swiper--overflow {
  overflow: visible;
}
.swiper--overflow .swiper-slide {
  height: auto;
  display: flex;
  transition: opacity 0.2s, scale 0.2s;
  will-change: opacity, transform;
}
@media (min-width: 992px) {
  .swiper--overflow .swiper-slide {
    opacity: 0;
    scale: 0.8;
    pointer-events: none;
  }
}
.swiper--overflow .swiper-slide > * {
  width: 100%;
}
.swiper--overflow .swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
  scale: 1;
}
.swiper--destroyed .swiper-wrapper {
  flex-wrap: wrap;
  gap: 8px;
}

.swiper-slide--review {
  max-width: 775px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-dots {
  display: flex;
  gap: 8px;
}
@media (min-width: 992px) {
  .swiper-dots {
    gap: 12px;
  }
}
.swiper-dots__item {
  background-color: #e6e9ea;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.swiper-dots__item.active {
  background-color: var(--color-accent);
}

.html > * {
  margin-top: 1em;
}
.html > *:first-child {
  margin-top: 0 !important;
}
.html > *:last-child {
  margin-bottom: 0 !important;
}
.html ul {
  margin-left: 1.2em;
}

.module {
  padding-block: var(--large-space);
  width: 100%;
  overflow: hidden;
}
.module + .module {
  padding-top: 0;
}
.module--flush {
  padding-block: 0;
}
.module--has-bg, .module--has-bg + .module, .module--flush + .module {
  padding-top: var(--large-space) !important;
}
.module--pt-control {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .module--pt-control {
    padding-top: 32px;
  }
}
@media (min-width: 1400px) {
  .module--pt-control {
    padding-top: 40px;
  }
}
.module__header-text {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .module__header-text {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .module__header-text > :nth-child(2) {
    align-self: center;
    justify-self: end;
  }
}
.module__header-text + .module__header-text {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module__header-text + .module__header-text {
    margin-top: 40px;
  }
}
.module__sub-title {
  font-size: 16px;
  margin-top: 20px;
  text-wrap: balance;
}
.module__header-tab {
  display: flex;
  gap: 16px;
}
.module__header-arrows {
  display: flex;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .module__header-arrows {
    display: none;
  }
}
.module__body {
  margin-top: 40px;
}
.module__footer {
  margin-top: 40px;
}
.module__footer-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .module__footer-arrows {
    gap: 32px;
  }
}

.icon-state + .icon-state {
  display: none;
}

.open-search .icon-state--search:nth-child(1) {
  display: none;
}
.open-search .icon-state--search:nth-child(2) {
  display: block;
}
.open-search .icon-state--search:nth-child(1) {
  display: none;
}
.open-search .icon-state--search:nth-child(2) {
  display: block;
}

.button {
  display: inline-flex;
  position: relative;
  padding: 0;
  background-color: transparent;
  color: inherit;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  white-space: nowrap;
}
.button:active {
  transform: translateY(2px);
}
.button__counter {
  background-color: var(--color-gold-dark);
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: -3px;
  top: -7px;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
}
@media (min-width: 992px) {
  .button--header svg {
    width: 30px;
    height: 30px;
  }
}
.button--secondary, .button--secondary-text {
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .button--secondary, .button--secondary-text {
    padding-inline: 48px;
  }
}
.button--secondary {
  color: var(--color-accent);
  background: linear-gradient(337.34deg, #F3DBA1 2.81%, #E9C87B 84.1%);
}
.button--secondary-text {
  background-color: transparent;
  color: var(--color-gold);
}
.button--primary, .button--outline {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 52px;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
}
.button--primary {
  --color-property: var(--color-accent);
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-property) 100%);
  color: #fff;
  transition: all 0.2s, --color-property 0.2s ease;
}
.button--primary:hover {
  --color-property: #b0882d;
  color: #fff;
}
.button--outline {
  background: transparent;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: all 0.2s;
}
.button--outline:hover {
  border-color: #8B94A6;
  color: #8B94A6;
}
.button--underline {
  border-bottom: 1px solid var(--color-accent);
  padding: 16px 32px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.button--arrow svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .button--arrow svg {
    width: 48px;
    height: 48px;
  }
}
.button--tab {
  font-size: 16px;
  color: #d7d6d6;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding-inline: 16px;
  flex: 1;
}
@media (min-width: 992px) {
  .button--tab {
    font-size: 18px;
    height: 52px;
    min-width: 160px;
    padding-inline: 32px;
  }
}
.button--tab.active {
  border-bottom: 1px solid var(--color-accent);
  color: var(--color-accent);
}

.rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rating__stars {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .rating__stars {
    gap: 2px;
  }
}
.rating__star {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .rating__star {
    gap: 2px;
  }
}
.rating__star--gold {
  color: #ffd800;
}
.rating__star--gray {
  color: #acacac;
}
.rating__detail {
  color: #acacac;
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.rating__detail:before {
  content: "";
  background-color: #acacac;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}
.rating__detail a {
  color: var(--color-accent);
  text-decoration: underline;
}
.rating__detail a:hover {
  text-decoration: none;
}

.product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 992px) {
  .product-variants {
    gap: 8px;
  }
}
.product-variants > * {
  background-color: #f6f6f6;
  color: #acacac;
  border-radius: 4px;
  font-size: 12px;
  text-wrap: nowrap;
  line-height: 20px;
  padding-inline: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-variants > * {
    font-size: 14px;
    padding-inline: 12px;
    line-height: 28px;
  }
}
.product-variants > *.active, .product-variants > *:hover {
  background-color: var(--color-accent);
  color: var(--color-gold-light);
}

.product-stikers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-stikers__item {
  border-radius: 4px;
  background-color: var(--color-accent);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  padding-inline: 12px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-stikers__item {
    font-size: 14px;
    line-height: 26px;
  }
}
.product-stikers__item--sale {
  background-color: #F1B708;
}

.spoiler__title {
  background-color: transparent;
  color: var(--color-accent);
  font-family: var(--font-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  user-select: none;
}
@media (min-width: 992px) {
  .spoiler__title {
    font-size: 24px;
  }
}
.spoiler__icon--minus {
  display: none;
}
.spoiler.is-open .spoiler__icon--plus {
  display: none;
}
.spoiler.is-open .spoiler__icon--minus {
  display: block;
}
.spoiler__content {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: height 0.2s, margin-top 0.2s;
}
.spoiler.is-open .spoiler__content {
  height: auto;
  height: calc-size(max-content, size);
  margin-top: 16px;
}

.sub-categories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 180px;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .sub-categories {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
  }
}

.category-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.category-card__img {
  display: block;
  width: 100%;
}
.category-card__name {
  font-family: var(--font-accent);
  color: var(--color-gold-light);
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .category-card__name {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .category-card--sub {
    min-width: 180px;
  }
}
.category-card--sub .category-card__name {
  line-height: 1;
  bottom: 12px;
  left: 12px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .category-card--sub .category-card__name {
    font-size: 22px;
  }
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  transition: box-shadow 0.2s;
}
@media (max-width: 991.98px) {
  .product-card {
    box-shadow: 0px 2px 20px 0px rgba(17, 40, 81, 0.1);
  }
}
@media (min-width: 992px) {
  .product-card {
    border-radius: 16px;
  }
}
@media (min-width: 1400px) {
  .product-card {
    padding: 20px;
  }
}
.product-card:hover {
  box-shadow: 0px 2px 20px 0px rgba(17, 40, 81, 0.1);
}
.product-card__media {
  position: relative;
}
.product-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .product-card__info {
    margin-top: 8px;
  }
}
.product-card__stikers {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 60px;
  z-index: 10;
}
@media (min-width: 992px) {
  .product-card__stikers {
    top: 20px;
    left: 20px;
  }
}
.product-card__wishlist {
  position: absolute;
  right: 16px;
  top: 18px;
}
.product-card__wishlist svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .product-card__wishlist svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .product-card__wishlist {
    right: 20px;
    top: 20px;
  }
}
.product-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.product-card__img {
  width: 100%;
}
.product-card__img--hover {
  display: none;
}
@media (min-width: 992px) {
  .product-card__img--main {
    transition: all 0.5s;
  }
  .product-card__img--hover {
    display: block;
    opacity: 0;
    position: absolute;
    inset: 0;
    scale: 1.1;
    transition: opacity 0.3s cubic-bezier(0.33, 0, 0, 1), scale 0.3s cubic-bezier(0.33, 0, 0, 1);
  }
}
.product-card__name {
  font-family: var(--font-accent);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .product-card__name {
    font-size: 22px;
  }
}
.product-card__detail {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .product-card__detail {
    font-size: 16px;
  }
}
.product-card__price-line {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .product-card__price-line {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .product-card__price-line {
    font-size: 20px;
  }
}
.product-card__price {
  font-style: normal;
}
.product-card__price-old {
  color: #8B94A6;
  position: relative;
  text-decoration: line-through;
}
.product-card__price-sale {
  color: #F1B708;
}
.product-card__sale {
  color: #F1B708;
  font-size: 16px;
}

@media (min-width: 992px) {
  .trigger-image:hover .product-card__img--main {
    opacity: 0;
  }
  .trigger-image:hover .product-card__img--hover {
    opacity: 1;
    scale: 1;
  }
}

.review-card {
  border: 1px solid #e6e9ea;
  background-color: #fff;
  border-radius: 2px;
  padding: 16px;
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .review-card {
    padding: 20px 77px 20px 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    background-image: url(../images/review.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 20px;
  }
}
.review-card__image {
  width: 100px;
}
@media (min-width: 992px) {
  .review-card__image {
    order: -1;
    flex-shrink: 0;
    max-width: 190px;
    width: 30%;
  }
}
.review-card__img {
  border-radius: 8px;
  width: 100%;
}
.review-card__author {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .review-card__author {
    font-size: 24px;
  }
}
.review-card__text {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .review-card__text {
    margin-top: 40px;
  }
}

.post-card {
  display: grid;
  gap: 24px;
  justify-items: start;
}
.post-card__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.post-card__date {
  color: #acacac;
  font-weight: 500;
}
.post-card__title {
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  height: 2.4em;
}
@media (min-width: 1400px) {
  .post-card__title {
    font-size: 28px;
  }
}
.post-card__text {
  color: #909DA2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  height: 2.8em;
}
.post-card__more {
  color: var(--color-gold-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.post-card__more:hover {
  color: var(--color-gold-dark);
}

.welcome {
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 992px) {
  .welcome {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .welcome__inner {
    max-width: 50%;
  }
}
.welcome > .container {
  position: relative;
  z-index: 10;
}
.welcome__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome__label {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-gold);
}
.welcome__title {
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .welcome__title {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .welcome__title {
    font-size: 54px;
  }
}
.welcome__sub-title {
  margin-top: 20px;
  text-wrap: pretty;
}
@media (min-width: 992px) {
  .welcome__sub-title {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .welcome__sub-title {
    margin-top: 40px;
  }
}
.welcome__buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .welcome__buttons {
    margin-top: 40px;
    flex-direction: row;
  }
}
.welcome__button-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  margin: auto;
  color: var(--color-gold-light);
  background-color: transparent;
  width: 32px;
}

.category-wall__info {
  text-align: center;
  text-wrap: balance;
}
.category-wall__sub-title {
  font-size: 16px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .category-wall__sub-title {
    font-size: 18px;
    line-height: 1.4;
    max-width: 80%;
    margin: auto;
    margin-top: 32px;
  }
}
@media (min-width: 1400px) {
  .category-wall__sub-title {
    font-size: 20px;
  }
}
.category-wall__social-items {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.category-wall__social-item {
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none !important;
}
@media (min-width: 992px) {
  .category-wall__social-item {
    height: 78px;
    width: 78px;
  }
}
.category-wall__social-item:hover {
  background-color: var(--color-accent);
  color: var(--color-gold);
}
.category-wall__social-item svg {
  height: 32px;
  width: 32px;
}
@media (min-width: 992px) {
  .category-wall__social-item svg {
    height: 40px;
    width: 40px;
  }
}
.category-wall__items {
  display: grid;
  gap: 8px;
  margin-top: var(--large-space);
}
@media (min-width: 992px) {
  .category-wall__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .category-wall__items {
    gap: 30px;
  }
}

.promo__img {
  width: 100%;
}

.feature-about__inner {
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 992px) {
  .feature-about__inner {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media (min-width: 1400px) {
  .feature-about__inner {
    gap: 132px;
  }
}
.feature-about__text {
  display: grid;
  gap: 20px;
  justify-items: start;
}
@media (min-width: 992px) {
  .feature-about__text {
    gap: 40px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .feature-about__title {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .feature-about__sub-title {
    font-size: 18px;
  }
}
.feature-about__img {
  width: 100%;
  border-radius: 8px;
}

.subscribe {
  background: url(../images/subscribe.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: var(--color-gold-light);
}
@media (min-width: 992px) {
  .subscribe {
    background-image: url(../images/subscribe-lg.jpg);
  }
}
.subscribe__inner {
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 992px) {
  .subscribe__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .subscribe__inner {
    gap: 120px;
    text-align: left;
  }
}
.subscribe__text {
  display: grid;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .subscribe__text {
    text-align: left;
  }
}
.subscribe__title {
  text-transform: initial;
}
.subscribe__sub-title {
  text-wrap: balance;
}
.subscribe__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .subscribe__form {
    flex-direction: row;
  }
}
.subscribe__input {
  background-color: rgba(255, 255, 255, 0.1);
  height: 52px;
  border: none;
  padding-left: 24px;
  color: var(--color-gold-light);
  border-radius: 8px;
  flex-grow: 1;
}
.subscribe__input::placeholder {
  color: var(--color-gold-light);
}

.welcome-wrapper {
  background-color: var(--color-accent);
  color: var(--color-gold-light);
  display: flex;
  flex-direction: column;
}
.welcome-wrapper--home {
  min-height: 100svh;
}

.fran-header {
  position: relative;
  z-index: 10;
}
.fran-header__inner {
  padding-block: 16px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
}
@media (min-width: 992px) {
  .fran-header__inner {
    padding-block: 24px;
  }
}
.fran-header__bottom-search {
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fran-header__bottom-search {
    display: none;
  }
}
.fran-header.open-search .fran-header__bottom-search {
  height: calc-size(max-content, size);
  opacity: 1;
  padding-bottom: 12px;
}
.fran-header__inner-search {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 320px;
  opacity: 0;
  margin-right: 0;
  transition: all 0.2s;
  z-index: -100;
}
.fran-header.open-search .fran-header__inner-search {
  opacity: 1;
  margin-right: 16px;
  z-index: 20;
}
.fran-header__left {
  display: flex;
  align-items: center;
  gap: 4px 16px;
  flex-wrap: wrap;
}
.fran-header__logo {
  margin: auto;
  transition: opacity 0.2s;
}
.fran-header__logo img {
  max-width: 180px;
}
@media (min-width: 992px) {
  .fran-header__logo img {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .fran-header.open-search .fran-header__logo {
    opacity: 0;
  }
}
.fran-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  position: relative;
}
.fran-header__right a:hover,
.fran-header__right button:hover {
  color: var(--color-gold);
}
.fran-header__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fran-header__contacts {
  margin-left: 16px;
}
@media (max-width: 991.98px) {
  .fran-header__contacts {
    display: none;
  }
}
.fran-header__messanger {
  display: flex;
  justify-content: end;
  gap: 12px;
  margin-top: 4px;
}
.search-header {
  position: relative;
}
.search-header input {
  width: 100%;
  border: 1px solid var(--color-gold);
  background: transparent;
  padding: 0;
  padding-left: 85px;
  height: 60px;
  border-radius: 10px;
  color: var(--color-gold);
}
.search-header input::placeholder {
  color: #fff;
}
.search-header svg {
  position: absolute;
  left: 16px;
  top: 16px;
}

.footer {
  background-color: var(--color-accent);
  color: var(--color-gold-light);
  padding-block: 40px;
  color: #b0b0b0;
  font-size: 14px;
}
.footer__logo img {
  max-width: 150px;
  height: auto;
}
.footer__columns {
  display: grid;
  gap: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__columns {
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
  }
}
.footer__column {
  min-width: 0;
}
.footer__head {
  text-transform: uppercase;
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 20px;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.footer__link {
  color: var(--color-gold-light);
}
.footer__link:hover {
  color: var(--color-gold-light);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__bottom {
  border-top: 1px solid rgba(254, 254, 221, 0.1);
  padding-top: 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
  color: #b0b0b0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer__bottom {
    font-size: 16px;
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__payments, .footer__socials {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
@media (max-width: 991.98px) {
  .footer__payments, .footer__socials {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer__socials {
    gap: 6px;
  }
}

.product-page {
  display: grid;
  gap: 12px;
}
@media (min-width: 992px) {
  .product-page {
    display: flex;
    gap: 24px;
  }
}
.product-page__media {
  min-width: 0;
  width: 100%;
}
.product-page__media [class=swiper-pagination] {
  display: none;
}
.product-page__data {
  min-width: 0;
  width: 100%;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-info {
  border-bottom: 1px solid #8B94A6;
  padding-bottom: 20px;
  display: grid;
  gap: 8px;
}
@media (min-width: 992px) {
  .product-info {
    gap: 20px;
  }
}
.product-info__name {
  font-family: var(--font-accent);
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .product-info__name {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .product-info__name {
    font-size: 32px;
  }
}
.product-info__price-block--bg {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
@media (min-width: 992px) {
  .product-info__price-block--bg {
    padding: 16px;
    max-width: 440px;
  }
}
.product-info__price-description {
  font-size: 14px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #acacac;
}
@media (min-width: 1200px) {
  .product-info__price-description {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.product-info__price-line {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .product-info__price-line {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .product-info__price-line {
    font-size: 20px;
  }
}
.product-info__price {
  font-style: normal;
}
.product-info__price-old {
  color: #8B94A6;
  position: relative;
  text-decoration: line-through;
}
.product-info__price-sale {
  color: #F1B708;
}
.product-info__action {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (min-width: 992px) {
  .product-info__action {
    max-width: 440px;
    margin-top: 16px;
  }
}
.product-info__wishlist {
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .product-info__cart, .product-info__wishlist {
    height: 40px;
    padding: 10px;
  }
}

.product-info-title {
  font-family: var(--font-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .product-info-title {
    font-size: 24px;
  }
}

.attribute {
  margin-top: 40px;
  display: grid;
  gap: 8px;
}
.attribute__item {
  border-bottom: 1px solid #8B94A6;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .attribute__item {
    padding-bottom: 22px;
  }
}
.attribute__item-text {
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .attribute__item-text {
    font-size: 16px;
  }
}

.product-video__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.product-video__iframe {
  background-color: #f6f6f6;
  display: block;
  aspect-ratio: 9/16;
  width: 100%;
  border-radius: 8px;
}

.product-spoilers {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .product-spoilers {
    gap: 32px;
    margin-top: 32px;
  }
}
.product-spoilers__item {
  border-bottom: 1px solid #8B94A6;
  padding-bottom: 16px;
  min-width: 0;
}

.text-attribute {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.text-attribute span {
  max-width: 50%;
}
.text-attribute span:nth-child(2) {
  text-align: right;
}
.text-attribute + .text-attribute {
  border-top: 1px solid #8B94A6;
  margin-top: 16px;
  padding-top: 16px;
}

.product-conditions {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .product-conditions {
    margin-top: 32px;
  }
}
.product-conditions__item {
  border-bottom: 1px solid #8B94A6;
  padding-bottom: 16px;
}
@media (max-width: 991.98px) {
  .product-conditions__item {
    font-size: 14px;
  }
}
.product-conditions__item span:last-child {
  text-align: right;
  margin-left: auto;
}
.product-conditions__item--between {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.product-conditions__item--payment {
  display: flex;
  gap: 16px;
}
.product-conditions__item--shipping {
  display: flex;
  gap: 16px;
  align-items: center;
}
.product-conditions__item--shipping img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.product-conditions__item--shipping span:last-child {
  width: 40%;
  flex-shrink: 0;
}/*# sourceMappingURL=main.css.map */
