@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  background: rgb(243, 243, 243);
  padding-top: 0;
}
body.is-header-fixed {
  padding-top: 60px;
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 1190px) {
  body {
    padding-top: 46px;
  }
  body.is-header-fixed {
    padding-top: 136px;
  }
}

.app {
  flex: 1;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

i[class^=ip-],
i[class*=" ip-"] {
  display: flex;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.btn {
  display: inline-block;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.265em;
  text-indent: 0.265em;
  text-transform: uppercase;
  padding: 17px 30px 17px 30px;
  color: #fff;
  border: solid 1px #000;
  text-decoration: none !important;
  background-color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.btn-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btn-reverse {
  background: transparent;
  border: 1pxs solid #000;
  color: #000;
}
.btn-reverse:hover {
  background: #000;
  color: #fff;
}

button {
  cursor: pointer;
}

.title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 3.92px;
}
@media (min-width: 1190px) {
  .title {
    font-size: 36px;
  }
}

.section-margin {
  margin-top: 80px;
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  height: auto;
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  padding-left: 0;
}

.select2-results__option {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 40px;
  font-weight: 400;
  transition: all 0.5s ease;
  padding: 0 29px 0 18px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.78px;
}

.select2-dropdown {
  border-radius: 0;
  /* рамка + тень: без тени выпадающая часть сливается с фоном страницы */
  box-shadow: 0 0 0 1px rgb(222, 222, 222), 0 8px 20px rgba(0, 0, 0, 0.30);
  border: 0;
}
.select2-dropdown--above {
  box-shadow: 0 0 0 1px rgb(222, 222, 222), 0 -8px 20px rgba(0, 0, 0, 0.30);
}

/* Дропдаун відділень НП (checkout.js, dropdownCssClass): довгі назви
   переносяться, а не обрізаються nowrap'ом базового .select2-results__option */
.select2-dropdown-np .select2-results__option {
  white-space: normal;
  height: auto;
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.4;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
}

/* Товар знято з продажу (архів, прихований, без ціни). Сторінка товара
   лишається (на адресу ведуть пошук і листи), але замість ціни й кнопки —
   пояснення і вихід у розділ. У кошику така позиція видна, проте приглушена
   й у підсумок не входить: у замовлення її не перенесе checkout. */
.s-product__unavailable {
  border-left: 3px solid #c0392b;
  background: #f7f3f2;
  padding: 14px 18px;
  margin-bottom: 20px;
}
.s-product__unavailable p {
  margin: 0;
  line-height: 1.5;
}
.s-product__unavailable p + p {
  margin-top: 6px;
}
.s-product__unavailable a {
  text-decoration: underline;
}
.s-product__unavailable-action {
  margin-bottom: 20px;
}
.cart__unavailable {
  margin: 6px 0 0;
  color: #c0392b;
  font-size: 12px;
  line-height: 1.4;
}
.cart__product--off .cart__image-img,
.cart__product--off .cart__title,
.cart__product--off .cart__price,
.cart__product--off .cart__count,
.cart__product--off .cart__total {
  opacity: 0.45;
}

.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  background: #f3f3f3;
  height: 1px;
}

.ui-slider .ui-slider-range {
  background: #000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  border-radius: 50%;
  background: #000;
  width: 12px;
  height: 12px;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 9.38px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 1190px) {
  .heading {
    font-size: 17px;
    letter-spacing: 13.6px;
  }
}
.heading i {
  margin: 8px auto 6px;
  width: max-content;
  font-size: 6px;
}
@media (min-width: 1190px) {
  .heading i {
    margin: 10px auto 6px;
  }
}
.heading span {
  font-size: 28px;
  letter-spacing: 3.92px;
}
@media (min-width: 1190px) {
  .heading span {
    font-size: 36px;
    letter-spacing: 5.04px;
  }
}

.text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 30px;
  color: rgb(97, 97, 97);
}
.text p:not(:last-child) {
  margin-bottom: 30px;
}

.form input:not([type=submit]),
.form textarea {
  width: 100%;
  height: 50px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #000;
  border: solid 1px #f3f3f3;
  padding: 0 25px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.form input:not([type=submit])::placeholder,
.form textarea::placeholder {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.form textarea {
  height: 122px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.form .btn {
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select2-dropdown-shop {
  width: max-content !important;
}

.select2-dropdown-filter {
  box-sizing: border-box;
}
.select2-dropdown-filter .select2-results__option {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  height: auto;
  min-height: 40px;
  padding: 10px 18px;
  white-space: normal;
  align-items: flex-start;
}
.select2-dropdown-filter .select2-results > .select2-results__options {
  max-height: min(50vh, 280px);
}

.contact-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #E4C1B1;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  display: none;
  z-index: 1001;
  letter-spacing: 0.05em;
}
@media (min-width: 1190px) {
  .contact-header {
    display: flex;
  }
}
.contact-header__socials {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact-header__socials li a {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}
.contact-header__socials li a:hover {
  color: #000;
}
.contact-header__contacts {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 100%;
}
.contact-header__contacts a,
.contact-header__contacts p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgb(87, 73, 67);
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.contact-header__contacts a i,
.contact-header__contacts p i {
  font-size: 11px;
}
.contact-header__contacts a:hover {
  color: #000;
}
.contact-header__lang {
  position: relative;
  height: 100%;
}
.contact-header__lang-current {
  cursor: pointer;
  height: 100%;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  background: transparent;
  border: 0;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.contact-header__lang-current:after {
  content: "\f14b";
  display: inline-block;
  vertical-align: middle;
  font-family: "theme-icons";
  font-size: 3px;
  margin-inline-start: 5px;
  position: relative;
  top: -1px;
}
.contact-header__lang-list {
  position: absolute;
  top: 100%;
  right: -25px;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 15px 0;
  background: #E4C1B1;
  list-style: none;
}
.contact-header__lang-list li a {
  padding: 10px 25px;
}
.contact-header__lang-list li a:hover {
  color: #fff;
}
.contact-header__lang:hover .contact-header__lang-list {
  opacity: 1;
  visibility: visible;
}
.contact-header__lang:hover .contact-header__lang-current {
  color: #fff;
}

.header {
  position: relative;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
  z-index: 1000;
}
.header--fixed {
  position: fixed;
  top: 0;
  z-index: 1002;
}
@media (min-width: 1190px) {
  .header {
    height: 90px;
    padding: 0 50px;
    gap: 22px;
  }
}
.header__open-menu {
  width: 98px;
  height: 100%;
  font-size: 18px;
  background: transparent;
  border: 0;
  color: #000; /* явно: без цвета iOS красит кнопки системным синим */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1190px) {
  .header__open-menu {
    display: none;
  }
}
.header__logo {
  display: flex;
}
.header__logo img {
  height: 60px;
}
@media (min-width: 1190px) {
  .header__logo img {
    height: 90px;
  }
}
.header__menu {
  list-style: none;
  display: none;
}
@media (min-width: 1190px) {
  .header__menu {
    display: flex;
    align-items: center;
    gap: 44px;
  }
  .header__menu > li {
    position: relative;
  }
  .header__menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header__menu > li > a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    position: relative;
  }
  .header__menu > li > a:before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
  }
  .header__menu > li > a:hover:before {
    opacity: 1;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  /* мобилка: иконки прижаты к гамбургеру (шапка — space-between) */
  margin-left: auto;
}
@media (min-width: 1190px) {
  .header__nav {
    margin-left: 0;
  }
}
.header__nav > li > a {
  display: flex;
  padding: 9px;   /* мобилка: компактнее — 4 иконки + гамбургер должны влезть */
  text-decoration: none;
  font-size: 19px;
  color: #000;
  position: relative;
}
@media (min-width: 1190px) {
  .header__nav > li > a {
    padding: 15px;
  }
}
.header__nav > li > a i {
  transition: transform 0.3s ease;
}
.header__nav > li > a:hover i {
  transform: scale(1.3);
}
.header__cart-count {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  background: #000;
  right: 9px;
  top: 7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.header__cart-open:hover .cart-dropdown {
  opacity: 1;
  visibility: visible;
}
.header__cart-open.is-bump i.ip-cart {
  animation: cart-bump 0.5s ease;
}
@keyframes cart-bump {
  0% {
    transform: scale(1) rotate(0);
  }
  30% {
    transform: scale(1.3) rotate(-10deg);
  }
  55% {
    transform: scale(0.95) rotate(6deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.header__cart-open.is-bump .header__cart-count {
  animation: cart-count-flash 0.5s ease;
}
@keyframes cart-count-flash {
  0%,
  100% {
    background: #000;
    transform: scale(1);
  }
  40% {
    background: #ed1c24;
    transform: scale(1.4);
  }
}

.sub-menu {
  width: 100%;
  list-style: none;
  display: none;
}
.sub-menu li a {
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  color: #fff;
}
@media (min-width: 1190px) {
  .sub-menu {
    list-style: none;
    position: absolute;
    list-style: none;
    padding: 30px 0;
    width: 290px;
    margin: 15px 0 0 0;
    left: -40px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s linear, opacity 0.15s linear;
    text-transform: none;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sub-menu li a {
    display: block;
    padding: 10px 50px 10px 40px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000;
    transition: color 0.3s ease;
  }
  .sub-menu li a:hover {
    color: #ed1c24;
  }
}

/* Мобілка (<767px) — карусель: Swiper вмикається/вимикається по matchMedia
   (main.js), розмітка .swiper/.swiper-wrapper/.swiper-slide спільна.
   З 767px Swiper знищено (cleanStyles) і трек стає сіткою у 2 колонки —
   правило на .hero .swiper-wrapper (0,2,0) перекриває swiper-івський
   .swiper-wrapper{display:flex} (0,1,0) незалежно від порядку підключення. */
@media (min-width: 767px) {
  .hero .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* слайд — лише «конверт» для Swiper; вміст із фоном (.hero__item) заповнює
   його цілком в обох режимах (у гріді слайд розтягується по висоті рядка) */
.hero .swiper-slide {
  display: flex;
  /* на мобілці висота слайда йде від контенту (~227px) і банер виглядає
     присадкуватим — тримаємо мінімум на рівні банерів нижче (.js-banners, 230) */
  min-height: 230px;
}
.hero .swiper-slide > .hero__item {
  flex: 1 1 auto;
  min-width: 0;
}
.hero__item {
  background-position: center center;
  background-size: cover;
  padding: 35px 35px 44px 35px;
  position: relative;
}
@media (min-width: 767px) {
  /* .hero__btn тепер absolute (top:66.66%), поза потоком — коробка вже не
     росте під нього сама, а з 767px тут же й підскакує розмір заголовка
     (45px), тож базового padding замало: текст і кнопка накладались. */
  .hero__item {
    min-height: 360px;
  }
}
@media (min-width: 1190px) {
  .hero__item {
    padding: 130px 80px 130px 80px;
    min-height: 470px;
  }
}
.hero__subtitle {
  margin: 8px 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.67em;
  font-weight: 300;
}
@media (min-width: 767px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1190px) {
  .hero__subtitle {
    margin: 10px 0;
    font-size: 17px;
    line-height: 20px;
  }
}
.hero__title {
  font-size: 28px;
  letter-spacing: 8.8px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .hero__title {
    font-size: 45px;
  }
}
@media (min-width: 1190px) {
  .hero__title {
    font-size: 58px;
    margin-bottom: 50px;
  }
}
.hero__btn {
  position: absolute;
  top: 66.66%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* тло банера — фото, контраст в різних точках непередбачуваний;
     повністю прозора кнопка (чорний текст/бордер) губилась на строкатих
     ділянках; суцільний #fff був надто «наклейкою» — 0.9 лишає легку
     прозорість, фото трохи проглядає, але контраст все одно достатній */
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.hero__btn:hover {
  background: #000;
  color: #fff;
}
.hero__rotating-text {
  position: absolute;
  top: 30px;
  right: 18.6vw;
  display: none;
}
@media (min-width: 1190px) {
  .hero__rotating-text {
    display: block;
  }
}
.hero__rotating-text svg {
  animation-duration: 25s;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5294117647);
  animation: text-rotation 10s linear infinite;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.hero__rotating-text-title {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@keyframes text-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1turn);
  }
}
/* Без Swiper (JS видалено): звичайний flex-рядок, що САМ пропорційно
   стискає всі 11 елементів під ширину екрана (flex:1 1 0 + max-width —
   стандартна фізика flex-shrink, без підбору «точки зламу» вручну).
   На дуже широких екранах впирається в max-width (100px) і центрується —
   так само, як робив Swiper з centeredSlides. Нижче 767px (де навіть
   стиснутий рядок фізично не влазить у 11 колонок) — окремий режим
   «змійкою» у 2 рядки, він нижче і лишається фіксованих розмірів. */
.fragrance-map .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1190px) {
  .fragrance-map .swiper-wrapper {
    gap: 20px;
  }
}
.fragrance-map .swiper-slide {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100px;
}
.fragrance-map__item {
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.fragrance-map__item:hover {
  color: #ed1c24;
}
.fragrance-map__item img {
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto 15px;
  object-fit: cover;
  display: flex;
}
.fragrance-map__item span {
  display: block;
  font-size: clamp(9px, 1.6vw, 12px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1.5px;
  /* назви — одне слово без пробілів («Тютюновий»), при стисканні рядка
     мають переноситись усередині слова, а не вилазити за межі колонки */
  overflow-wrap: anywhere;
}
/* Мобілка (<767px, той самий поріг, що й .hero-карусель): рядок фізично
   не вміщує 11 елементів навіть стиснутими — фіксована «змійка» у 2 рядки
   (6+5) замість подальшого стискання. flex:0 0 auto скасовує fluid-flex
   з правила вище (інакше flex-basis:0 переміг би явний width:54px —
   такий пріоритет задає сама специфікація flexbox, не специфічність).
   ВАЖЛИВО: блок ПІСЛЯ безумовних .fragrance-map__item* правил вище — при
   однаковій специфічності пізніше оголошення в файлі виграє незалежно
   від media query (сюди вже раз в'їхав баг через порушення порядку). */
@media (max-width: 766px) {
  .fragrance-map .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 8px;
  }
  .fragrance-map .swiper-slide {
    flex: 0 0 auto;
    width: 54px;
  }
  .fragrance-map__item img {
    width: 42px;
    height: 42px;
    margin-bottom: 6px;
  }
  .fragrance-map__item span {
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 1px;
  }
}
.top-prods__nav .swiper-slide {
  width: max-content;
}
.top-prods__nav .swiper-slide a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.78px;
  color: #979797;
  text-decoration: none;
  position: relative;
  padding-bottom: 25px;
  display: block;
  transition: color 0.3s ease;
}
@media (min-width: 1190px) {
  .top-prods__nav .swiper-slide a {
    padding-bottom: 29px;
    font-size: 16px;
  }
}
.top-prods__nav .swiper-slide a:hover {
  color: #000;
}
.top-prods__nav .swiper-slide a.active {
  color: #000;
}
.top-prods__nav .swiper-slide a.active:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 0;
}
.top-prods__slider {
  position: relative;
  max-width: calc(100% - 90px);
  margin: 0 auto 45px;
  width: max-content;
}
.top-prods__slider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.top-prods__slider:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-prods__prev, .top-prods__next {
  font-size: 18px;
  color: #000;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 12.5px);
  transform: translateY(-50%);
  z-index: 1;
}
.top-prods__prev.swiper-button-disabled, .top-prods__next.swiper-button-disabled {
  opacity: 0.2;
}
.top-prods__prev {
  left: -30px;
}
.top-prods__prev i {
  transform: rotate(180deg);
}
.top-prods__next {
  right: -30px;
}
.top-prods__wrap {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.top-prods__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ── Топ товари: панелі-свайпери (головна) ────────────────────────────────
   Було інлайновим <style> у template/site/home.html. */
/* Бокові гутери секції — той самий прийом, що й .discounts{padding:0 30px}:
   без них картці нема куди «вилізти» кнопкам поза межі — на широких екранах
   .top-prods__wrap тягнеться в 100% ширини секції, і винесені зовні кнопки
   (calc(100%+8px)) обрізає viewport/оточення. */
.top-prods {
  padding: 0 30px;
}
@media (min-width: 1190px) {
  .top-prods {
    padding: 0 55px;
  }
}
/* Панелі преднавантажені всі одразу; видима лише .active.
   .top-prods__panel — НЕ swiper (без overflow:hidden, який ставить сам Swiper
   на .swiper): це обгортка-«рамка» для swiper + його nav-кнопок як сиблінгів,
   точнісінько як .discounts__slider для .js-discounts + .discounts__next/prev.
   Якщо кнопки покласти ВСЕРЕДИНУ .swiper-елемента — overflow:hidden їх обріже.
   position:relative — якір для ВЛАСНОЇ пари nav-кнопок цієї панелі (в кожної —
   своя, а не спільна на всі 3: інакше спільні DOM-кнопки й спільні click-
   листенери від різних swiper-інстансів, той самий фікс, що й у .js-discounts).
   Мобільна ширина — прийом .discounts__slider: контейнер обмежений max-width
   під одну картку (slidesPerView:1 у JS), фіксована ширина слайда — лише з
   620px (JS-брейкпоінт slidesPerView:'auto' там-таки), інакше трек ширший за
   контейнер і видно шматок другої картки. */
.top-prods__panel {
  display: none;
  position: relative;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.top-prods__panel.active {
  display: block;
}
/* .top-prods__wrap{padding:0 30px} з базової (не-swiper) верстки — тут заважає
   (з'їдає ширину слайда при slidesPerView:1), знімаємо */
.top-prods__wrap.swiper {
  padding: 0;
}
.top-prods__wrap.swiper .swiper-wrapper {
  display: flex;
}
.top-prods__wrap.swiper .swiper-slide {
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 620px) {
  /* margin:0 auto (не 0): якщо карток мало — width:max-content менша за
     контейнер, блок центрується під заголовком (як задумано). Якщо карток
     багато — max-width:100% все одно притисне блок на всю ширину і auto
     перетвориться на 0, тут нема регресії. */
  .top-prods__panel {
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
  }
  .top-prods__wrap.swiper .swiper-slide {
    width: 280px;
  }
}
/* ряд повністю влазить (isBeginning&&isEnd, клас додає JS) — центруємо */
.top-prods__wrap.swiper--fits .swiper-wrapper {
  justify-content: center;
}
/* видима кругла кнопка (іконний гліф ip-right у цьому оточенні не рендериться —
   ":before{content}" порожній навіть у штатних .top-prods__prev/next; тому не
   покладаємось лише на шрифт-іконку — коло з фоном лишається видимим у будь-
   якому разі). prev — розворот на 180deg. Позиція — calc(100% + Npx) від
   контейнера (не негативний inset): кнопка ЦІЛКОМ за межами картки, як
   .discounts__next/prev, а не напівперекриває край. */
.top-prods__pprev,
.top-prods__pnext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #e2ddd6;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
}
.top-prods__pprev {
  right: calc(100% + 8px);
}
.top-prods__pprev i {
  transform: rotate(180deg);
}
.top-prods__pnext {
  left: calc(100% + 8px);
}
.top-prods__pprev.swiper-button-disabled,
.top-prods__pnext.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.prod {
  max-width: 260px;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
@media (min-width: 1190px) {
  .prod {
    padding-bottom: 0;
  }
}
.prod__image {
  width: 100%;
  display: flex;
  height: 230px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.prod__image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}
.prod__badges {
  position: absolute;
  top: -3px;
  left: 0;
  display: flex;
  gap: 5px;
}
.prod__featured {
  position: absolute;
  right: 0;
  top: -3px;
  height: 25px;
  background: #e4c1b1;
  display: flex;
  align-items: center;
  padding: 0 7px;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.prod__badge {
  height: 25px;
  background: #000;
  display: flex;
  align-items: center;
  padding: 0 7px;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.prod__favorite {
  width: 50px;
  height: 35px;
  background: transparent;
  bottom: 7px;
  right: 0;
  position: absolute;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #000; /* явно: без цвета iOS красит кнопки системным синим */
}
@media (min-width: 1190px) {
  .prod__favorite {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.prod__favorite .ip-heart_hover {
  display: none;
}
.prod__favorite:hover .ip-heart_hover {
  display: block;
}
.prod__favorite:hover .ip-heart {
  display: none;
}
.prod__favorite.active {
  color: #ed1c24;
}
.prod__favorite.active .ip-heart_hover {
  display: block !important;
}
.prod__favorite.active .ip-heart {
  display: none;
}
.prod__info {
  padding: 26px 30px 30px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media (min-width: 1190px) {
  .prod__info {
    border-bottom: 0;
  }
}
.prod__title {
  line-height: 25px;
  letter-spacing: 0.21em;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #000;
  text-decoration: none;
  margin-bottom: 14px;
  display: block;
  /* назви приходять з учітки як є — трапляються довгі без пробілів
     («CAPTIVE 303 WOMAN_Лес,Прогулка»); без переносу вони вилазять за картку */
  overflow-wrap: anywhere;
}
@media (min-width: 1190px) {
  .prod__title {
    font-size: 20px;
    min-height: 75px;
  }
}
.prod__title {
  transition: color 0.3s ease;
}
.prod__title:hover {
  color: #ed1c24;
}
.prod__short-desc {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.35px;
  opacity: 0.62;
  line-height: 20px;
}
.prod__aromas {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.prod__aromas img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.prod__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  gap: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.prod__star.is-filled {
  color: #f2c94c;
}
.prod__price {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #000;
}
.prod__price-old {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.25);
  padding-right: 5px;
}
.prod__btn {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 3.12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.prod__btn i {
  font-size: 9px;
}
@media (min-width: 1190px) {
  .prod__btn {
    top: 169px;
    border: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #fff;
  }
  .prod__btn:hover {
    background: #000;
    color: #fff;
  }
}
.prod:hover .prod__btn,
.prod:hover .prod__favorite {
  opacity: 1;
  visibility: visible;
}

.banners__item {
  height: 230px;
  display: flex;
  flex-direction: column;
  background-position: center center;
  background-size: cover;
  padding: 36px 30px 44px;
  text-decoration: none;
}
@media (min-width: 1190px) {
  .banners__item {
    height: 296px;
    padding: 70px 55px;
  }
}
.banners__black {
  color: #000;
}
.banners__white {
  color: #fff;
}
.banners__white .banners__btn {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.banners__white .banners__btn:hover {
  color: #000;
  background: #fff;
}
.banners__subtitle {
  font-size: 13px;
  letter-spacing: 0.555em;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.125;
}
@media (min-width: 1190px) {
  .banners__subtitle {
    font-size: 16px;
    letter-spacing: 0.725em;
    line-height: 1.125;
    margin-bottom: 11px;
  }
}
.banners__title {
  font-size: 27.9984px;
  letter-spacing: 5.32px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 1190px) {
  .banners__title {
    font-size: 38px;
    letter-spacing: 5.32px;
  }
}
.banners__btn {
  width: max-content;
  margin-top: 32px;
}

.presentation {
  background: url("../images/presentation-mobile.webp") center center/cover;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .presentation {
    height: 430px;
    background: url("../images/presentation-tablet.webp") center center/cover;
  }
}
.presentation__title {
  max-width: 486px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .presentation__title {
    font-size: 34px;
    line-height: 44px;
  }
}
.presentation__btn {
  display: flex;
  width: 66px;
  height: 66px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.presentation__btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 1;
  transition: all 0.3s ease;
  border: solid 8px transparent;
  border-left: solid 13px white;
  margin-left: -5px;
  margin-top: -7px;
}
/* банер без відео з посиланням: клікабельний заголовок, без підкреслення */
.presentation__link {
  text-decoration: none;
  color: inherit;
}

.discounts {
  margin-bottom: 80px;
  padding: 0 30px;
}
@media (min-width: 1190px) {
  .discounts {
    padding: 0 55px;
  }
}
@media (min-width: 1190px) {
  .discounts__wrap {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1190px) {
  .discounts__info {
    width: 360px;
    padding-right: 25px;
  }
}
.discounts__title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 9.38px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 1190px) {
  .discounts__title {
    text-align: left;
    font-size: 17px;
    letter-spacing: 13.6px;
  }
}
.discounts__title i {
  margin: 8px auto 6px;
  width: max-content;
  font-size: 6px;
}
@media (min-width: 1190px) {
  .discounts__title i {
    margin: 10px 0 6px;
  }
}
.discounts__title span {
  font-size: 28px;
}
@media (min-width: 1190px) {
  .discounts__title span {
    font-size: 36px;
  }
}
.discounts__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 25px;
}
@media (min-width: 1190px) {
  .discounts__countdown {
    justify-content: flex-start;
  }
}
.discounts__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.discounts__countdown-item i {
  font-size: 6px;
  height: 6px;
  margin-bottom: 4px;
}
.discounts__countdown-digits {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 46px;
}
.discounts__countdown-title {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-transform: uppercase;
}
.discounts__desc {
  max-width: 366px;
  margin: 0 auto;
  text-align: center;
  color: rgb(97, 97, 97);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1190px) {
  .discounts__desc {
    text-align: left;
  }
}
.discounts__btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 1190px) {
  .discounts__btn {
    justify-content: flex-start;
  }
}
.discounts__slider {
  max-width: 260px;
  margin: 35px auto 0;
  width: 100%;
  position: relative;
}
@media (min-width: 620px) {
  .discounts__slider {
    max-width: 100%;
    width: max-content;
  }
  .discounts__slider .swiper-slide {
    width: 260px;
  }
}
@media (min-width: 1190px) {
  .discounts__slider {
    width: calc(100% - 360px);
    margin-top: 0;
  }
}
.discounts__next, .discounts__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
  font-size: 18px;
  z-index: 2;
}
.discounts__next.swiper-button-disabled, .discounts__prev.swiper-button-disabled {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .discounts__next, .discounts__prev {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(97, 97, 97);
    border-radius: 50%;
    color: #fff;
  }
}
.discounts__next {
  left: calc(100% + 20px);
}
@media (min-width: 620px) {
  .discounts__next {
    left: calc(100% + 15px);
  }
}
@media (min-width: 768px) {
  .discounts__next {
    left: auto;
    right: -20px;
  }
}
.discounts__prev {
  right: calc(100% + 20px);
}
@media (min-width: 620px) {
  .discounts__prev {
    right: calc(100% + 15px);
  }
}
@media (min-width: 768px) {
  .discounts__prev {
    right: auto;
    left: -20px;
  }
}
.discounts__prev i {
  transform: rotate(180deg);
}

.shop {
  padding: 45px 30px 70px;
}
.shop__head {
  margin-bottom: 45px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .shop__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1190px) {
  .shop__wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    align-items: flex-start;
  }
}
@media (min-width: 1190px) {
  .shop__products-wrap {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1190px) {
  .shop__content .top-prods__wrap {
    padding: 0;
    display: grid;
    /* minmax(0, 1fr), а не 1fr: 1fr = minmax(auto, 1fr), тобто трек не може стати
       вужчим за свій min-content. Довга назва без пробілів («CAPTIVE 303
       WOMAN_Лес,Прогулка» з вивантаження) роздувала min-content і забирала ширину
       в сусідніх колонок — сітка ставала 379/200/217 замість рівних. З 0 колонки
       завжди рівні; перенос самої назви — .prod__title{overflow-wrap} */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
  .shop__content .top-prods__wrap .prod {
    width: 100%;
    max-width: 100%;
  }
}
.shop__result-count {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.62;
}
@media (min-width: 768px) {
  .shop__result-count {
    margin-bottom: 0;
  }
}
.shop__sort-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .shop__sort-wrap {
    gap: 25px;
  }
}
.shop__filter-mobile {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  height: 26px;
  background: transparent;
  color: #000; /* явно: без цвета iOS красит кнопки системным синим */
  gap: 9px;
}
@media (min-width: 1190px) {
  .shop__filter-mobile {
    display: none;
  }
}
.shop__filter-mobile i {
  font-size: 10px;
}
.shop__filter {
  display: none;
}
@media (min-width: 1190px) {
  .shop__filter {
    display: block;
    background: #fff;
    width: 260px;
    margin-right: 40px;
    position: sticky;
    top: 136px;
  }
}
.shop__loading {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.shop__loading img {
  width: 35px;
}

@media (min-width: 1190px) {
  .s-product__content {
    max-width: 1160px;
    width: 100%;
    margin: 70px auto 0;
  }
}
.s-product__wrap {
  margin-bottom: 50px;
}
@media (min-width: 1190px) {
  .s-product__wrap {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 45px 100px;
  }
}
.s-product__info {
  padding: 0 30px;
}
@media (min-width: 1190px) {
  .s-product__info {
    padding: 0;
    position: sticky;
    top: 136px;
  }
}
.s-product__title {
  font-size: 22px;
  letter-spacing: 0.36em;
  font-weight: normal;
  line-height: 1.27;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  margin-bottom: 15px;
}
@media (min-width: 1190px) {
  .s-product__title {
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 0.5em;
  }
}
.s-product__desc {
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.015em;
  color: rgb(97, 97, 97);
  margin-bottom: 40px;
}
@media (min-width: 1190px) {
  .s-product__desc {
    font-size: 16px;
    line-height: 30px;
  }
}
.s-product__price {
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
}
@media (min-width: 1190px) {
  .s-product__price {
    font-size: 21px;
    line-height: 20px;
  }
}
.s-product__price-old {
  text-decoration: line-through;
  opacity: 0.3;
}
.s-product__add-to-cart {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  margin-bottom: 30px;
}
@media (min-width: 1190px) {
  .s-product__add-to-cart {
    width: max-content;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
    max-width: 395px;
  }
}
.s-product__add-to-cart button {
  transition: all 0.3s ease;
}
.s-product__add-to-cart button:hover {
  opacity: 0.6;
}
.s-product__quantity-wrap {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  margin-bottom: 20px;
}
@media (min-width: 1190px) {
  .s-product__quantity-wrap {
    grid-template-columns: repeat(3, 50px);
    margin: 0;
  }
}
.s-product__minus, .s-product__plus {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: 12px;
  transition: all 0.3s ease;
}
.s-product__minus:hover, .s-product__plus:hover {
  background: #000;
  color: #fff;
}
.s-product__quantity {
  height: 50px;
  border: 0;
  text-align: center;
  padding: 0 5px;
  line-height: 50px;
  background: #f3f3f3;
  font-family: "Inter", sans-serif;
  appearance: textfield;
}
.s-product__quantity::-webkit-outer-spin-button, .s-product__quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 1190px) {
  .s-product__quantity {
    width: 50px;
  }
}
.s-product__wishlist {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 11px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.155em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
}
.s-product__wishlist i {
  font-size: 14px;
}
.s-product__wishlist i.ip-heart_hover {
  display: none;
}
.s-product__wishlist:hover i.ip-heart {
  display: none;
}
.s-product__wishlist:hover.ip-heart_hover {
  display: block !important;
}
.s-product__wishlist.active i.ip-heart {
  display: none;
}
.s-product__wishlist.active i.ip-heart_hover {
  display: block !important;
}
.s-product__wishlist.active i {
  color: #ed1c24 !important;
}
.s-product__category {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: rgb(97, 97, 97);
}
/* Таких блоків у картці кілька (артикул, категорія): відступ 30px — лише під
   останнім, між собою вони стоять рядками. Один блок = :last-child, тобто
   поведінка та сама, що й була. */
.s-product__category:not(:last-child) {
  margin-bottom: 8px;
}
/* Значення в такому рядку темніше за підпис. У категорії це дає посилання
   нижче; там, де значення не клікається (артикул), — цей клас. */
.s-product__category-val {
  color: #000;
}
.s-product__category a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.s-product__category a:hover {
  color: #ed1c24;
}
.s-product__share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.s-product__share span {
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.155em;
  text-transform: uppercase;
}
.s-product__share-list {
  list-style: none;
  display: flex;
  align-items: center;
}
.s-product__share-list li a {
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(97, 97, 97);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.s-product__share-list li a:hover {
  color: #000;
}
.s-product__tabs {
  padding: 45px 30px 0;
}
.s-product__tabs .top-prods__slider {
  margin-bottom: 35px;
  max-width: 100%;
  width: 100%;
}
.s-product__tabs .top-prods__nav .swiper-slide a {
  font-size: 13px;
}
.s-product__tab:not(.active) {
  display: none;
}
.s-product__desctiption {
  color: rgb(97, 97, 97);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.225px;
  line-height: 30px;
}
.s-product__desctiption p:not(:last-child) {
  margin-bottom: 15px;
}
.s-product__table {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.s-product__table th {
  font-weight: 300;
  text-transform: uppercase;
  color: var(--text-color-light);
  text-align: left;
  padding-right: 25px;
}

.sp-slider {
  max-width: 760px;
  margin: 0 auto 35px;
}
@media (min-width: 1190px) {
  .sp-slider {
    max-width: 100%;
    margin: 0;
  }
}
.sp-slider__slider-top {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1190px) {
  .sp-slider__slider-top {
    margin-bottom: 20px;
  }
}
.sp-slider__slider-top .swiper-slide a {
  display: flex;
  height: 100vw;
  max-height: 760px;
  cursor: zoom-in;
}
.sp-slider__slider-top .swiper-slide a:hover {
  cursor: zoom-in;
}
@media (min-width: 1190px) {
  .sp-slider__slider-top .swiper-slide a {
    max-height: 405px;
    height: 405px;
  }
}
.sp-slider__slider-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  cursor: zoom-in;
}
.sp-slider__next, .sp-slider__prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 28px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sp-slider__next.swiper-button-disabled, .sp-slider__prev.swiper-button-disabled {
  opacity: 0.2;
}
.sp-slider__next {
  right: 0;
}
.sp-slider__prev {
  left: 0;
}
.sp-slider__prev i {
  transform: rotate(180deg);
}
.sp-slider__slider-thumbs .swiper-slide {
  width: 94px;
  height: 83px;
  position: relative;
}
@media (min-width: 1190px) {
  .sp-slider__slider-thumbs .swiper-slide {
    width: 115px;
    height: 101px;
  }
}
.sp-slider__slider-thumbs .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.sp-slider__slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  display: flex;
}
.sp-slider__slider-thumbs .swiper-slide.swiper-slide-thumb-active:before {
  border-color: #000;
}

.page-hero {
  background: url("../images/header-bg.webp") center repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 25px;
  height: auto;
  text-align: center;
}
@media (min-width: 1190px) {
  .page-hero {
    padding: 50px 15px 25px;
  }
}
.page-hero__title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1190px) {
  .page-hero__title {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 30px;
}
@media (min-width: 1190px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}
.breadcrumbs li,
.breadcrumbs a {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.breadcrumbs li:not(:last-child):after {
  font-family: theme-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f103";
  font-size: 6px;
  margin: 0 8px;
}

.recently-viewed {
  margin-bottom: 80px;
  padding: 0 30px;
}
.recently-viewed__wrap {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .recently-viewed__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1190px) {
  .recently-viewed__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recently-viewed__item {
  background: #fff;
  display: grid;
  grid-template-columns: 135px 1fr;
  align-items: flex-start;
  position: relative;
}
.recently-viewed__image {
  height: 145px;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.recently-viewed__image img {
  width: 100%;
  height: 100%;
}
.recently-viewed__info {
  padding: 20px 25px 13px 25px;
}
.recently-viewed__title {
  line-height: 20px;
  margin-bottom: 7px;
  font-size: 15px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.recently-viewed__title:hover {
  color: #ed1c24;
}
.recently-viewed__desc {
  opacity: 0.62;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
.recently-viewed__price {
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: 500;
  padding-top: 5px;
}
.recently-viewed__price-old {
  text-decoration: line-through;
  opacity: 0.3;
  padding-right: 5px;
}
.recently-viewed__out-in-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  background: #000;
}

.related-products {
  margin-bottom: 80px;
}
.related-products__wrap {
  padding: 0 30px;
}
.related-products__wrap .discounts__slider {
  width: 100%;
}

.cart {
  padding: 45px 30px 70px;
  display: grid;
  gap: 70px;
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
  align-items: start;
}
@media (min-width: 768px) {
  .cart {
    grid-template-columns: 1fr 340px;
    gap: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1190px) {
  .cart {
    grid-template-columns: 1fr 400px;
    gap: 60px;
    max-width: 1220px;
  }
}
.cart__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px solid rgb(222, 222, 222);
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
  letter-spacing: 0.78px;
}
@media (min-width: 1190px) {
  .cart__head {
    display: grid;
    grid-template-columns: 1fr 120px 80px;
  }
}
.cart__head span:nth-child(2) {
  display: none;
}
@media (min-width: 1190px) {
  .cart__head span:nth-child(2) {
    display: block;
  }
}
.cart__product {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 20px;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(222, 222, 222);
}
@media (min-width: 1190px) {
  .cart__product {
    grid-template-columns: 66px 1fr 80px;
    align-items: center;
  }
}
.cart__product:hover .cart__remove {
  opacity: 1;
}
.cart__image {
  position: relative;
}
.cart__image-link {
  display: flex;
  width: 100%;
  height: 50px;
}
.cart__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart__remove {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: rgb(97, 97, 97);
  text-decoration: none;
  margin: 10px auto 0;
}
@media (min-width: 1190px) {
  .cart__remove {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.cart__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1190px) {
  .cart__info {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 20px;
    align-items: center;
  }
}
.cart__heading {
  flex: 1;
}
.cart__title {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cart__title:hover {
  color: #ed1c24;
}
.cart__price {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
}
.cart__price-old {
  text-decoration: line-through;
  opacity: 0.3;
}
.cart__total {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .cart__total {
    text-align: right;
  }
}
.cart__count-form {
  width: 120px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
}
.cart__count-input {
  text-align: center;
  height: 40px;
  min-width: 0;
  background: #fff;
  border: 0;
  font-size: 14px;
  appearance: textfield;
  -moz-appearance: textfield;
}
.cart__count-input::-webkit-outer-spin-button, .cart__count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__count-minus, .cart__count-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background: transparent;
  color: #000; /* явно: без цвета iOS красит кнопки системным синим */
  font-size: 12px;
  transition: all 0.3s ease;
}
.cart__count-minus:hover, .cart__count-plus:hover {
  background: #000;
  color: #fff;
}
.cart__summary {
  background: #fff;
  padding: 30px;
}
.cart__summary-col {
  padding: 20px 0;
}
.cart__summary-col:first-child {
  padding-top: 0;
}
.cart__summary-col:last-child {
  padding-bottom: 30px;
}
.cart__summary-col:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart__col-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.cart__col-total span:nth-child(1) {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.06em;
}
.cart__col-total span:nth-child(2) {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000;
}
.cart__summary-btn .btn {
  width: 100%;
  transition: opacity 0.3s ease;
}
.cart__summary-btn .btn:hover {
  opacity: 0.6;
}
.cart__coupon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__coupon-head h4 {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 300;
}
.cart__coupon-head i {
  font-size: 6px;
  transition: transform 250ms ease;
  transform: rotate(0deg);
}
.cart__coupon-wrap.is-open .cart__coupon-head i {
  transform: rotate(180deg);
}
.cart__coupon-form {
  padding-top: 25px;
  display: flex;
  align-items: center;
  display: none;
}
.cart__coupon-form input[type=text] {
  height: 50px;
  max-width: 220px;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #000;
  border: 0;
  background-color: #f3f3f3;
  padding: 0 25px;
}
.cart__coupon-form input[type=text]::placeholder {
  font-weight: 300;
}

.about {
  padding: 45px 30px 40px;
}
@media (min-width: 767px) {
  .about {
    padding-top: 65px;
  }
}

.our-mission {
  margin-bottom: 70px;
}
@media (min-width: 1190px) {
  .our-mission {
    max-width: 980px;
    margin: 0 auto 70px;
  }
}
.our-mission__text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 30px;
  color: rgb(97, 97, 97);
}
@media (min-width: 767px) {
  .our-mission__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
}
.our-mission__text p:not(:last-child) {
  margin-bottom: 30px;
}

.about-intro {
  background: #fff;
  margin: 0 -30px 75px;
}
@media (min-width: 767px) {
  .about-intro {
    margin: 0 auto 75px;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1190px) {
  .about-intro {
    max-width: 1160px;
  }
}
.about-intro__img {
  display: flex;
  width: calc(100% - 20px);
  transform: translateY(-20px);
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .about-intro__img {
    width: 100%;
    margin-bottom: 0;
    transform: translateY(40px);
  }
}
@media (min-width: 767px) {
  .about-intro__info {
    background: #fff;
    padding: 60px;
  }
}
.about-intro__text {
  padding: 0 30px 45px;
}
@media (min-width: 767px) {
  .about-intro__text {
    padding: 0;
  }
}

.benefits {
  margin: 0 -30px;
  background: #fff;
  padding: 45px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 1190px) {
  .benefits {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
}
.benefits__item {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
@media (min-width: 1190px) {
  .benefits__item {
    margin: 0;
  }
}
.benefits__item .c-ip-icon-list-1__icon {
  color: #E4C1B1;
  font-size: 40px;
  margin: 0 auto 35px;
  width: max-content;
  display: flex;
}
.benefits__item .ip-romb {
  font-size: 6px;
  margin: 16px auto 0;
  display: flex;
  width: max-content;
}
.benefits__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 30px;
  margin-bottom: 15px;
}
.benefits__desc {
  text-align: center;
}

.contact {
  padding: 45px 30px 75px;
}
.contact__wrap {
  display: grid;
  gap: 40px;
}
.contact__col {
  background: #fff;
  padding: 30px;
}
@media (min-width: 767px) {
  .contact__col {
    padding: 50px 60px;
  }
  .contact__col:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
  }
}
@media (min-width: 1190px) {
  .contact__col:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    align-items: center;
  }
}
.contact__img {
  display: none;
}
@media (min-width: 1190px) {
  .contact__img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact__item:not(:last-child) {
  margin-bottom: 55px;
}
@media (min-width: 767px) {
  .contact__item:not(:last-child) {
    margin: 0;
  }
}
.contact__heading {
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.165px;
  color: rgb(97, 97, 97);
}
.contact__address {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 30px;
  color: #000;
}
.contact__list {
  list-style: none;
}
.contact__list li {
  line-height: 30px;
}
.contact__list li a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.contact__socials {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.contact__socials li a {
  width: 36px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 1190px) {
  .contact .form {
    padding: 50px 60px;
  }
}
.contact__ttl {
  margin-bottom: 40px;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.login {
  background: #fff;
  padding: 60px 30px 70px;
  height: 100%;
}
@media (min-width: 768px) {
  .login {
    padding: 0;
  }
}
@media (min-width: 1190px) {
  .login {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media (min-width: 500px) {
  .login__wrap {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 90px 45px 90px;
  }
}
@media (min-width: 1190px) {
  .login__wrap {
    background: #fff;
  }
}
.login__title {
  text-align: center;
  font-weight: normal;
  font-size: 29px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.login__form input[type=text],
.login__form input[type=password],
.login__form input[type=email],
.login__form input[type=tel] {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  font-weight: 300;
  font-size: 13px;
  padding: 0 25px;
  color: #000;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
}
.login__password {
  position: relative;
}
.login__show-password {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.login__show-password:before {
  content: "\f116";
  font-family: "theme-icons";
  font-size: 12px;
}
.login__show-password.is-password-visible {
  opacity: 0.2;
}
.login__remember {
  display: flex;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 20px;
  gap: 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  color: rgb(97, 97, 97);
  cursor: pointer;
}
.login__remember input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 0;
}
.login__btn {
  margin-bottom: 35px;
}
.login__btn .btn {
  width: 100%;
}
.login__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.login__forgot {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
  text-decoration: none;
  transition: color 0.3s ease;
}
.login__forgot:hover {
  color: #ed1c24;
}
.login__register {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.login__register:hover {
  color: #ed1c24;
}
.login__register i {
  font-size: 75%;
}
.login__lost-password {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.login__btn-lost-password .btn {
  width: max-content;
}
.login__registration-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
  margin-bottom: 15px;
}
.login__registration-text p:not(:last-child) {
  margin-bottom: 10px;
}
.login__registration-text a {
  color: rgb(97, 97, 97);
}
.login__registration-text a:hover {
  text-decoration: none;
}

.faq {
  padding: 60px 30px 70px;
}
@media (min-width: 1190px) {
  .faq {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
  }
}
.faq__wrap {
  display: grid;
  gap: 10px;
}
.faq__item {
  background: #fff;
  cursor: pointer;
}
.faq__head {
  padding: 20px 0 20px 25px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.36;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .faq__head {
    padding: 40px 0 40px 50px;
    font-size: 22px;
  }
}
.faq__arrow {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .faq__arrow {
    width: 100px;
  }
}
.faq__arrow i {
  transform: rotate(90deg);
  transition: transform 220ms ease;
  font-size: 15px;
}
.faq__item.is-open .faq__arrow i {
  transform: rotate(-90deg);
}
.faq__answer {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 30px;
  color: rgb(97, 97, 97);
  padding: 25px 20px;
  display: none;
}
@media (min-width: 768px) {
  .faq__answer {
    padding: 0 50px 40px;
  }
}
.faq__answer p:not(:last-child) {
  margin-bottom: 10px;
}

.wishlist {
  padding: 60px 30px 70px;
}
@media (min-width: 767px) {
  .wishlist {
    max-width: 1220px;
    margin: 0 auto;
  }
}
.wishlist__wrap {
  display: grid;
  gap: 40px;
}
@media (min-width: 767px) {
  .wishlist__wrap {
    gap: 30px;
  }
}
.wishlist__head {
  display: none;
}
@media (min-width: 767px) {
  .wishlist__head {
    display: grid;
    grid-template-columns: 66px 1fr 134px 120px 185px;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgb(222, 222, 222);
  }
  .wishlist__head div {
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(97, 97, 97);
  }
  .wishlist__head div:not(:first-child) {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .wishlist__item {
    display: grid;
    grid-template-columns: 66px 1fr 134px 120px 185px;
    align-items: center;
  }
}
@media (min-width: 1190px) {
  .wishlist__item:hover .wishlist__remove {
    opacity: 1;
  }
}
.wishlist__image {
  position: relative;
  width: 66px;
  height: 50px;
  margin: 0 auto 10px;
}
@media (min-width: 767px) {
  .wishlist__image {
    margin: 0;
  }
}
.wishlist__image-link {
  display: flex;
  width: 100%;
  height: 100%;
}
.wishlist__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wishlist__remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(97, 97, 97);
  font-size: 8px;
}
@media (min-width: 1190px) {
  .wishlist__remove {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.wishlist__title {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
@media (min-width: 767px) {
  .wishlist__title {
    text-align: left;
    margin: 0;
    padding-left: 15px;
  }
}
.wishlist__price {
  text-align: center;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .wishlist__price {
    margin: 0;
  }
}
.wishlist__price-old {
  text-decoration: line-through;
  opacity: 0.3;
  padding-right: 5px;
}
.wishlist__add-to-cart {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #000;
  color: #000;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
  gap: 9px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.wishlist__add-to-cart:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 767px) {
  .wishlist__add-to-cart {
    margin-left: auto;
    width: 100%;
    padding: 0;
  }
}
.wishlist__add-to-cart i {
  font-size: 9px;
}
.wishlist__stock {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
}
@media (min-width: 767px) {
  .wishlist__stock {
    margin: 0;
  }
}
.wishlist__bottom {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px rgb(222, 222, 222);
}
@media (min-width: 767px) {
  .wishlist__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.wishlist__share-link {
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 767px) {
  .wishlist__share-link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }
}
.wishlist__share-link span {
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .wishlist__share-link span {
    margin: 0;
  }
}
.wishlist__share-link a {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
  text-decoration: none;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}
.wishlist__share-link a:hover {
  color: #ed1c24;
}
.wishlist__share {
  text-align: center;
}
@media (min-width: 767px) {
  .wishlist__share {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
  }
}
.wishlist__share span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .wishlist__share span {
    margin: 0;
  }
}
.wishlist__share ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wishlist__share ul li a {
  text-decoration: none;
  font-size: 16px;
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
}
.wishlist__share ul li a:hover {
  color: #ed1c24;
}

.brands {
  padding: 60px 30px 70px;
  max-width: 1220px;
  margin: 0 auto;
}
.brands__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
}
.brands__item {
  width: 160px;
  margin: 0 auto;
  color: rgb(97, 97, 97);
  text-decoration: none;
}
.brands__item:hover img {
  transform: scale(1.05);
}
.brands__item img {
  width: 136px;
  height: 76px;
  object-fit: contain;
  margin: 0 auto;
  display: flex;
  transition: transform 0.3s ease;
}
.brands__name {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
  display: block;
}

.not-found {
  background: #fff;
  height: 100%;
  padding: 60px 30px 70px;
}
@media (min-width: 1190px) {
  .not-found {
    background: transparent;
  }
}
.not-found__icon {
  font-size: 90px;
  margin: 0 auto;
  width: max-content;
  color: rgb(97, 97, 97);
  margin-bottom: 45px;
}
@media (min-width: 767px) {
  .not-found__wrap {
    padding: 90px 60px;
  }
}
@media (min-width: 1190px) {
  .not-found__wrap {
    background: #fff;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.not-found__title {
  text-align: center;
  font-family: "Marcellus", serif;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.not-found__desc {
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.325px;
  line-height: 24px;
}
.not-found .search-form {
  max-width: 400px;
  margin: 0 auto;
}
.not-found .search-form input[type=search] {
  background: rgb(243, 243, 243);
}

.team {
  padding: 60px 30px 70px;
}
.team__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1190px) {
  .team__wrap {
    max-width: 1160px;
    margin: 0 auto;
    gap: 40px 80px;
  }
}
.team__item {
  max-width: 360px;
  width: 100%;
}
@media (min-width: 1190px) {
  .team__item {
    max-width: 500px;
  }
}
.team__photo {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: flex;
}
@media (min-width: 1190px) {
  .team__photo {
    height: 470px;
  }
}
.team__info {
  padding: 45px 49px 39px;
  background: #fff;
  text-align: center;
}
.team__name {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.6;
  margin-top: 7px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team__name i {
  width: max-content;
  margin: 8px auto 8px;
  font-size: 6px;
}
.team__name span {
  opacity: 1;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.7em;
  line-height: 1.36;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
}
.team__name p {
  opacity: 0.5;
}
.team__desc {
  margin-bottom: 35px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 24px;
  opacity: 0.6;
}
.team__socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 40px;
}
.team__socials li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: color 0.3s ease;
}
.team__socials li a:hover {
  color: #ed1c24;
}
.team__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1190px) {
  .team__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.team__phone, .team__email {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.team__phone:hover, .team__email:hover {
  opacity: 1;
}

.checkout {
  padding: 60px 30px 70px;
  background: #fff;
}
@media (min-width: 768px) {
  .checkout {
    background: transparent;
  }
}
.checkout__wrap {
  display: grid;
  /* minmax(0,1fr), не auto: без цього неявна колонка на мобільній ширині
     набуває min-width за вмістом (nowrap-текст вибраного відділення НП) і
     розпирає сітку та всю сторінку по горизонталі, попри max-width тут */
  grid-template-columns: minmax(0, 1fr);
  gap: 100px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .checkout__wrap {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1190px) {
  .checkout__wrap {
    max-width: 1160px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 60px;
  }
}
@media (min-width: 1190px) {
  .checkout__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .checkout__details {
    background: #fff;
    padding: 40px 50px;
  }
}
.checkout__title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #000;
}
.checkout__item {
  width: 100%;
  margin-bottom: 10px;
}
.checkout__item label {
  display: flex;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.checkout__item label span {
  padding-left: 5px;
  color: darkred;
}
.checkout__item input,
.checkout__item textarea {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  font-family: "Inter", sans-serif;
}
.checkout__item input:placeholder,
.checkout__item textarea:placeholder {
  font-family: "Inter", sans-serif;
}
.checkout__item input.error,
.checkout__item textarea.error {
  border-color: lightcoral;
}
.checkout__item textarea {
  padding-top: 13px;
  height: 74px;
}
.checkout__item .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.checkout__item .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: none;
  /* flex-дитина без min-width:0 не стискається — text-overflow:ellipsis не
     спрацьовує, довгий текст (напр. назва відділення) розсуває бокс і всю
     сторінку на мобільній ширині */
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkout__item .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout__different-label {
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}
.checkout__different-label input {
  width: 18px;
  height: 18px;
}
.checkout__different-content {
  display: none;
  padding-bottom: 30px;
}
.checkout__information .cart__summary {
  padding: 0;
}
@media (min-width: 768px) {
  .checkout__information .cart__summary {
    padding: 25px 40px 40px 40px;
  }
}
.checkout__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout__order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgb(236, 236, 236);
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
}
.checkout__order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  gap: 15px;
}
.checkout__order-item span:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* letter-spacing: 0.2em; */
  /* text-transform: uppercase; */
  /* font-family: "Marcellus", serif; */
  flex: 1;
  min-width: 0;
}
.checkout__order-item span:last-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
}
.checkout__order-item:first-child {
  padding-top: 0;
}
.checkout__order-item:last-child {
  padding-bottom: 0;
}
.checkout__payment-wrap {
  margin-bottom: 40px;
}
.checkout__payment-item:not(:last-child) {
  margin-bottom: 20px;
}
.checkout__payment-item label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.checkout__payment-item label input {
  display: none;
}
.checkout__payment-item label input + span {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  outline: 1px solid #000;
  border: 3px solid #fff;
}
.checkout__payment-item label input:checked + span {
  background: #000;
}
.checkout__text {
  padding-left: 32px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  color: rgb(97, 97, 97);
  display: none;
}
.checkout__text a {
  color: rgb(97, 97, 97);
  text-decoration: underline;
}
.checkout__text a:hover {
  text-decoration: none;
}
.checkout__bottom-text {
  margin-bottom: 27px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.checkout__bottom-text a {
  color: rgb(97, 97, 97);
  text-decoration: underline;
}
.checkout__bottom-text a:hover {
  text-decoration: none;
}
.checkout__terms {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
  cursor: pointer;
}
.checkout__terms input {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.checkout__terms a {
  color: rgb(97, 97, 97);
  text-decoration: underline;
}
.checkout__terms a:hover {
  text-decoration: none;
}

/* ── Поле «місто» з автодоповненням (Нова пошта) ──────────────────────────
   Було інлайновим <style> у parts/np-city-field.html. */
.np-city-wrap {
  position: relative;
}
.np-city-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  max-height: 240px;
  overflow-y: auto;
  display: none;
}
.np-city-list.is-open {
  display: block;
}
.np-city-opt {
  padding: 9px 14px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.np-city-opt:hover {
  background: #f5f5f5;
}

.info-page {
  padding: 60px 30px 70px;
  background: #fff;
}
@media (min-width: 1190px) {
  .info-page {
    background: transparent;
  }
}
@media (min-width: 500px) {
  .info-page__wrap {
    padding: 90px 60px;
  }
}
@media (min-width: 1190px) {
  .info-page__wrap {
    background: #fff;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.info-page__icon {
  font-size: 90px;
  margin: 0 auto 48px;
  width: max-content;
}
.info-page__title {
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Marcellus", serif;
}
.info-page__button {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.orders {
  padding: 60px 0 70px;
  background: #fff;
}
@media (min-width: 768px) {
  .orders {
    padding: 0;
  }
}
@media (min-width: 1190px) {
  .orders {
    background: transparent;
    padding: 60px 0 70px;
  }
}
@media (min-width: 768px) {
  .orders__wrap {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
}
@media (min-width: 1190px) {
  .orders__wrap {
    background: #fff;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.orders__menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 30px 40px;
}
@media (min-width: 768px) {
  .orders__menu {
    padding: 45px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }
}
.orders__photo {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .orders__photo {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    align-items: center;
  }
}
.orders__photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
}
@media (min-width: 768px) {
  .orders__photo img {
    margin: 0;
  }
}
.orders__user-info {
  color: rgb(97, 97, 97);
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .orders__user-info {
    text-align: left;
  }
}
.orders__user-info span {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .orders__user-info span {
    display: block;
  }
}
.orders__nav {
  list-style: none;
  text-align: center;
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .orders__nav {
    text-align: left;
  }
}
.orders__nav li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.orders__nav li a.active {
  color: #ed1c24;
}
.orders__table-wrap {
  padding: 40px 60px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .orders__table-wrap {
    padding: 40px 30px 0;
  }
}
.orders__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.orders__table thead th {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(97, 97, 97);
  text-align: left;
  padding: 0 12px 10px 0;
  border-bottom: 1px solid rgb(222, 222, 222);
  white-space: nowrap;
}
.orders__table thead th:last-child {
  text-align: right;
  padding-right: 0;
}
.orders__table tbody td {
  padding: 14px 12px 14px 0;
  border-bottom: 1px solid rgb(222, 222, 222);
  vertical-align: middle;
}
.orders__table tbody td:last-child {
  text-align: right;
  padding-right: 0;
}
.orders__table a {
  color: rgb(97, 97, 97);
  text-decoration: none;
  transition: color 0.3s ease;
}
.orders__table a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .orders__table thead {
    display: none;
  }
  .orders__table tbody {
    display: block;
  }
  .orders__table tbody tr {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(222, 222, 222);
  }
  .orders__table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 0;
    text-align: right;
  }
  .orders__table tbody td::before {
    content: attr(data-label);
    flex-shrink: 0;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgb(97, 97, 97);
  }
  .orders__table tbody td:last-child {
    text-align: right;
  }
}
.orders__history {
  padding: 40px 60px;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  max-width: 510px;
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
@media (min-width: 768px) {
  .orders__history {
    padding: 40px 30px;
    max-width: 100%;
  }
}
.orders__history a {
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
}
.orders__history a:hover {
  color: #000;
}

.edit-account {
  padding: 40px 60px 50px;
}
@media (min-width: 768px) {
  .edit-account {
    padding: 40px 30px 50px;
  }
}
.edit-account__form {
  max-width: 510px;
}
@media (min-width: 768px) {
  .edit-account__form {
    max-width: 100%;
  }
}
.edit-account .checkout__item label .edit-account__label-note {
  padding-left: 4px;
  font-weight: 300;
  color: rgb(97, 97, 97);
}
.edit-account__hint {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.edit-account__password-title {
  margin-top: 28px;
}

.blog {
  padding: 60px 30px 70px;
}
@media (min-width: 1190px) {
  .blog__wrap {
    max-width: 1160px;
    grid-template-columns: 1fr 260px;
    gap: 40px;
    display: grid;
    align-items: start;
    margin: 0 auto;
    position: relative;
  }
}
.blog__articles {
  margin-bottom: 75px;
}
@media (min-width: 1190px) {
  .blog__articles {
    margin: 0;
  }
}

.blog-sidebar {
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1190px) {
  .blog-sidebar {
    position: sticky;
    top: 100px;
  }
}
.blog-sidebar__item {
  padding: 30px;
}
.blog-sidebar__item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.blog-sidebar__heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-sidebar__categories {
  list-style: none;
}
.blog-sidebar__categories li {
  line-height: 24px;
}
.blog-sidebar__categories li:not(:last-child) {
  margin-bottom: 15px;
}
.blog-sidebar__categories li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.015em;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.blog-sidebar__categories li a:hover {
  color: #ed1c24;
}
.blog-sidebar__categories li a:before {
  content: "\f128";
  font-family: "theme-icons";
  font-size: 8px;
}
.blog-sidebar__search {
  margin: 0 !important;
}
.blog-sidebar__search input[type=search],
.blog-sidebar__search input[type=text] {
  background: #f3f3f3 !important;
}
.blog-sidebar__search button {
  background: #f3f3f3 !important;
  color: #000 !important;
}
.blog-sidebar__latest-posts {
  display: grid;
  gap: 35px;
}
.blog-sidebar__post {
  display: grid;
  align-items: start;
  grid-template-columns: 60px 1fr;
  gap: 15px;
}
.blog-sidebar__post-image {
  display: flex;
  height: 60px;
}
.blog-sidebar__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sidebar__post-title {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-sidebar__post-title:hover {
  color: #ed1c24;
}
.blog-sidebar__post-date {
  font-weight: 300;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
  display: block;
}
.blog-sidebar__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar__tags li {
  display: flex;
  align-items: center;
}
.blog-sidebar__tags li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-sidebar__tags li a {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  opacity: 0.62;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.blog-sidebar__tags li a:hover {
  opacity: 1;
}

.article {
  background: #fff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article {
    max-width: 860px;
    display: grid;
    grid-template-columns: 315px 1fr;
  }
}
.article:not(:last-child) {
  margin-bottom: 25px;
}
.article__image {
  display: flex;
  height: 202px;
  position: relative;
}
@media (min-width: 768px) {
  .article__image {
    height: 100%;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__date {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 0 22px;
  max-width: 98%;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 768px) {
  .article__date {
    left: auto;
    right: -15px;
    top: 37px;
    transform: translate(0, 0);
  }
}
.article__info {
  padding: 50px 30px 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .article__info {
    padding: 40px 50px;
    text-align: left;
  }
}
.article__title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  display: block;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.14em;
    margin-bottom: 30px;
  }
}
.article__title:hover {
  color: #ed1c24;
}
.article__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.015em;
  color: rgb(97, 97, 97);
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .article__desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
  }
}
.article__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .article__categories {
    justify-content: flex-start;
  }
}
.article__categories li {
  display: flex;
  align-items: center;
}
.article__categories li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.article__categories li a {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
  text-decoration: none;
}
.article__categories li a:hover {
  color: #000;
}
.article__slider {
  position: relative;
}
@media (min-width: 768px) {
  .article__slider .swiper,
  .article__slider .swiper-wrapper,
  .article__slider .swiper-slide {
    height: 100% !important;
  }
}
.article__slider .swiper-slide img {
  width: 100%;
  height: 202px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .article__slider .swiper-slide img {
    height: 100%;
  }
}
.article__prev, .article__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
}
.article__prev.swiper-button-disabled, .article__next.swiper-button-disabled {
  opacity: 0.2;
}
.article__prev {
  left: 0;
}
.article__prev i {
  transform: rotate(180deg);
}
.article__next {
  right: 0;
}
.article__video {
  height: 202px;
  position: relative;
}
@media (min-width: 768px) {
  .article__video {
    height: 100%;
  }
}
.article__video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .single-article {
    padding: 60px 30px 70px;
  }
}
.single-article .blog__articles {
  max-width: 500px;
  margin: 0 auto 75px;
}
@media (min-width: 768px) {
  .single-article .blog__articles {
    max-width: 100%;
    margin: 0;
  }
}
.single-article__image {
  display: flex;
  width: 100%;
  height: 166px;
  object-fit: cover;
}
@media (min-width: 1190px) {
  .single-article__image {
    height: 380px;
  }
}
.single-article__content {
  background: #fff;
  padding: 40px 30px;
}
.single-article__info {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.single-article__info > li {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgb(97, 97, 97);
}
.single-article__info > li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.single-article__info a {
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgb(97, 97, 97);
  text-decoration: none;
}
.single-article__categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-article__categories li:not(:last-child):after {
  content: ", ";
}
.single-article__description {
  color: rgb(97, 97, 97);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.015em;
  line-height: 1.875;
}
.single-article__description p {
  margin-bottom: 10px;
}
.single-article__description blockquote {
  font-size: 18px;
  line-height: 36px;
  margin: 35px 0;
  padding-left: 50px;
  position: relative;
  letter-spacing: 0.01em;
  color: #000;
  font-weight: 400;
}
.single-article__description blockquote:before {
  color: #E4C1B1;
  content: "\f130";
  display: block;
  position: absolute;
  inset-inline-start: 0;
  top: 10px;
  font-family: "theme-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  speak: none;
}
.single-article__description blockquote cite {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: rgb(97, 97, 97);
  display: block;
}
.single-article__description blockquote cite:before {
  content: "--- ";
}
.single-article__description h2 {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000;
}
.single-article__description h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .single-article__description h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.23em;
    margin-bottom: 30px;
  }
}
.single-article__description h2 {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .single-article__description h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.21em;
    margin-bottom: 36px;
  }
}
.single-article__description h4 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .single-article__description h4 {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.18em;
    margin-bottom: 22px;
  }
}
.single-article__description h5 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .single-article__description h5 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
  }
}
.single-article__description h6 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1190px) {
  .single-article__description h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
  }
}
.single-article__description h4 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
}
.single-article__description h5 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000;
}
.single-article__description h6 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #000;
}
.single-article__description ul,
.single-article__description ol {
  padding-left: 25px;
  margin-bottom: 10px;
}
.single-article__description a {
  text-decoration: underline;
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
}
.single-article__description a:hover {
  color: #ed1c24;
}
.single-article__bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-article__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.single-article__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-article__tags {
    margin-bottom: 0;
  }
}
.single-article__tags li {
  display: flex;
  align-items: center;
}
.single-article__tags li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.single-article__tags li a {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-article__tags li a:hover {
  color: #000;
}
.single-article__share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-article__share span {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
}
.single-article__share ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-article__share ul li a {
  text-decoration: none;
  font-size: 16px;
  color: rgb(97, 97, 97);
  transition: color 0.3s ease;
}
.single-article__share ul li a:hover {
  color: #000;
}
.single-article__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border: solid 1px white;
  padding: 35px 20px;
  gap: 30px;
}
@media (min-width: 768px) {
  .single-article__pagination {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .single-article__pagination {
    margin-bottom: 0;
  }
}
.single-article__pagination-prev, .single-article__pagination-next {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-article__pagination-prev:hover, .single-article__pagination-next:hover {
  color: #ed1c24;
}
.single-article__pagination-prev i, .single-article__pagination-next i {
  font-size: 18px;
}
.single-article__pagination-prev span, .single-article__pagination-next span {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.155em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-article__pagination-prev span, .single-article__pagination-next span {
    font-size: 13px;
  }
}
.single-article__pagination-prev i {
  transform: rotate(180deg);
}

.modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 32, 30, 0.95);
  z-index: 1500;
  color: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-search.opened {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1190px) {
  .modal-search {
    background: rgba(255, 255, 255, 0.95);
  }
}
.modal-search__top {
  padding: 60px 30px 30px;
  max-width: 630px;
  margin: auto;
  width: 100%;
}
@media (min-width: 1190px) {
  .modal-search__top {
    padding: 85px 0 75px 0;
    max-width: 670px;
  }
}
.modal-search__close {
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  width: 38px;
  height: 38px;
  top: 11px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1190px) {
  .modal-search__close {
    color: #000;
    right: 49px;
    top: 37px;
    width: 19px;
    height: 19px;
    font-size: 19px;
  }
}
.modal-search__title {
  font-family: "Marcellus", serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media (min-width: 1190px) {
  .modal-search__title {
    font-size: 21px;
    line-height: 28px;
    color: #000;
  }
}
.modal-search__results {
  flex: 1;
  min-height: 1px;
  overflow: auto;
  padding: 0 30px;
  max-width: 475px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1190px) {
  .modal-search__results {
    max-width: 670px;
    padding: 0;
  }
}
.modal-search__wrap {
  display: grid;
  gap: 20px;
}
@media (min-width: 1190px) {
  .modal-search__wrap {
    gap: 25px;
  }
}
.modal-search__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1190px) {
  .modal-search__item {
    grid-template-columns: 100px 1fr;
    gap: 40px;
  }
}
@media (min-width: 1190px) {
  .modal-search__item:hover .modal-search__heading {
    color: #ed1c24;
  }
}
.modal-search__image {
  width: 100%;
  height: 60px;
  display: flex;
}
@media (min-width: 1190px) {
  .modal-search__image {
    height: 100px;
  }
}
.modal-search__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-search__input-block {
  position: relative;
}
.modal-search__clear {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  gap: 5px;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1190px) {
  .modal-search__clear {
    color: #000;
  }
}
.modal-search__clear.visible {
  opacity: 0.7;
  visibility: visible;
}
.modal-search__clear i {
  font-size: 10px;
}
.modal-search__form input {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 70px 10px 0;
  border: none;
  border-bottom: solid 1px #D0D4DA;
  background: transparent;
  display: block;
  width: 100%;
  appearance: none;
  font-family: "Inter", sans-serif;
  outline: none;
}
@media (min-width: 1190px) {
  .modal-search__form input {
    color: #000;
  }
}
.modal-search__form input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}
.modal-search__heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1190px) {
  .modal-search__heading {
    color: #000;
  }
}
.modal-search__desc {
  line-height: 22px;
  font-weight: 300;
  font-size: 13px;
  opacity: 0.62;
  color: #fff;
}
@media (min-width: 1190px) {
  .modal-search__desc {
    color: #000;
  }
}
.modal-search__price {
  line-height: 22px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1190px) {
  .modal-search__price {
    color: #000;
  }
}
.modal-search__btn {
  margin: 35px 0;
  text-align: center;
}
@media (min-width: 1190px) {
  .modal-search__btn .btn-white {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
/* Було інлайновим <style> у parts/search-modal.html */
.modal-search__empty {
  padding: 30px 0;
  text-align: center;
  color: #a9a29a;
}
/* Було інлайновим <style> у parts/search-results.html */
.modal-search__group-title {
  margin: 25px 0 15px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a9a29a;
}
.modal-search__group:first-child .modal-search__group-title {
  margin-top: 0;
}
/* Сторінка пошуку (template/site/search.html): вона світла, а мобільні кольори
   .modal-search__* — під темну модалку, тому перекриваємо їх у межах .search-page */
.search-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.search-page .modal-search__heading,
.search-page .modal-search__desc,
.search-page .modal-search__price {
  color: #000;
}
.search-page__count {
  margin-bottom: 25px;
  color: #a9a29a;
}

.mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 415px;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(37, 32, 30, 0.95);
  z-index: 1500;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 50px 50px;
  overflow: auto;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.opened {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1190px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__close {
  width: 38px;
  height: 38px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border: 0;
  position: fixed;
  right: 30px;
  top: 10px;
}
.mobile-menu__top {
  flex: 1;
}
.mobile-menu__nav {
  list-style: none;
  margin-bottom: 27px;
}
.mobile-menu__nav > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-menu__nav > li button {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
}
.mobile-menu__nav > li button img {
  width: 10px;
  transition: transform 0.2s ease;
}
.mobile-menu__nav > li > a {
  padding-bottom: 18px;
  padding-top: 18px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  text-decoration: none;
}
.mobile-menu__nav > li .sub-menu {
  display: none;
  flex-basis: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
}
.mobile-menu__nav > li .sub-menu a {
  display: block;
  padding: 10px 0 10px 12px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(200, 200, 200);
  text-decoration: none;
}
.mobile-menu__nav > li.is-open .mobile-menu__sub-toggle img {
  transform: rotate(90deg);
}
.mobile-menu__contacts {
  display: grid;
  gap: 10px;
  margin-bottom: 35px;
}
.mobile-menu__contacts a,
.mobile-menu__contacts p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgb(161, 161, 161);
  gap: 5px;
  letter-spacing: 0.05em;
  line-height: 15px;
  text-decoration: none;
}
.mobile-menu__contacts a i,
.mobile-menu__contacts p i {
  font-size: 9px;
  color: #fff;
}
.mobile-menu__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 22px;
}
.mobile-menu__socials li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.mobile-menu__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.mobile-menu__bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.mobile-menu__overlay {
  position: fixed;
  z-index: 1499;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mobile-menu__overlay.opened {
  display: block;
}
.mobile-menu__cart-count {
  width: 16px;
  height: 16px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  right: -6px;
  top: -4px;
  text-decoration: none;
  font-size: 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 1;
}

.cart-dropdown {
  /* мобилка: дропдаун открывается только по :hover — на тапе он бы перехватил
     первое касание вместо перехода в корзину. Там иконка = прямая ссылка на /cart */
  display: none;
  position: absolute;
  right: -5px;
  width: 315px;
  z-index: 5;
  transition: visibility 0.15s linear, opacity 0.15s linear;
  padding: 30px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  color: #000;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-dropdown.opened {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1190px) {
  .cart-dropdown {
    display: block;
  }
}
.cart-dropdown__list {
  display: grid;
  gap: 35px;
}
.cart-dropdown__remove {
  font-size: 8px;
  background: transparent;
  border: 0;
  position: absolute;
  color: rgb(97, 97, 97);
  left: -10px;
  top: 17px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-dropdown__item {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 20px;
  position: relative;
}
.cart-dropdown__item a {
  display: flex;
}
.cart-dropdown__item:hover .cart-dropdown__remove {
  opacity: 1;
  visibility: visible;
}
.cart-dropdown__title {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 400;
  margin-bottom: 7px;
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}
.cart-dropdown__title:hover {
  color: #ed1c24;
}
.cart-dropdown__price {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}
.cart-dropdown__subtotal {
  margin-top: 28px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(97, 97, 97);
  gap: 15px;
}
.cart-dropdown__subtotal span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #000;
}
.cart-dropdown__btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.cart-dropdown__btns .btn {
  width: calc(50% - 5px);
  padding: 0;
  font-size: 9px;
  line-height: 11px;
  padding: 13.5px 11px;
  background: #fff;
  border-color: #000;
  color: #000;
  transition: all 0.5s ease;
}
.cart-dropdown__btns .btn:hover {
  background: #000;
  color: #fff;
}

.footer {
  background-image: url("../images/footer-bg.webp");
  background-position: center center;
  background-repeat: repeat;
  background-size: 290px auto;
  padding: 45px 30px;
}
.footer__menu {
  list-style: none;
}
.footer__menu li {
  position: relative;
  text-align: center;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .footer__menu li {
    text-align: right;
  }
  .footer__menu li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__menu li a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.footer__menu li a:hover {
  color: #ed1c24;
}
.footer__col-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .footer__col-menu {
    align-self: stretch;
    justify-content: space-between;
  }
}
.footer__powered {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .footer__powered {
    text-align: right;
    margin-top: 0;
  }
}
.footer__powered a {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #848484;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.footer__powered a:hover {
  color: #ed1c24;
}
.footer__wrap {
  display: grid;
  gap: 50px;
  max-width: 1160px;
  margin: 0 auto 60px;
}
@media (min-width: 767px) {
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0 auto;
  }
}
.footer__contacts {
  width: max-content;
  margin: 0 auto;
  white-space: nowrap;
  display: grid;
  gap: 16px;
}
@media (min-width: 767px) {
  .footer__contacts {
    width: auto;
    white-space: normal;
    margin: 0;
  }
}
.footer__contacts a,
.footer__contacts p {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-size: 12px;
  color: rgb(134, 134, 134);
  letter-spacing: 0.4px;
  line-height: 14px;
}
.footer__contacts a i,
.footer__contacts p i {
  font-size: 11px;
  color: #000;
}
.footer__contacts a {
  transition: color 0.3s ease;
}
.footer__contacts a:hover {
  color: #ed1c24;
}
.footer__logo {
  display: flex;
  justify-content: center;
}
.footer__logo img {
  height: 150px;
}
.footer__col {
  margin-top: 0;
}
@media (min-width: 767px) {
  .footer__col {
    margin-top: -30px;
  }
}
.footer__socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.footer__socials li a {
  display: flex;
  width: 45px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #E4C1B1;
  transition: color 0.3s ease;
  font-size: 18px;
}
.footer__socials li a:hover {
  color: #606060;
}
.footer__desc {
  max-width: 265px;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  color: #868686;
  letter-spacing: 0.4px;
  line-height: 19px;
  text-align: center;
}
@media (min-width: 767px) {
  .footer__desc {
    text-align: right;
    margin: 0 0 0 auto;
  }
}
.footer__more {
  margin-top: 14px;
}
.footer__more a {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2.5px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__more a:hover {
  color: #ed1c24;
}
.footer__copyright {
  margin-top: 60px;
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .footer__copyright {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__copyright p {
  color: #848484;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.275px;
}
.footer__nav {
  list-style: none;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 767px) {
  .footer__nav {
    margin-top: 0;
  }
}
.footer__nav li a {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #848484;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.footer__nav li a:hover {
  color: #ed1c24;
}

.filter-mobile {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: -5px 0 90px rgba(0, 0, 0, 0.15);
  z-index: 1500;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.filter-mobile.active {
  opacity: 1;
  visibility: visible;
}
.filter-mobile__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  z-index: 1499;
}
.filter-mobile__overlay.active {
  display: block;
}
.filter-mobile__close {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  z-index: 1;
  position: sticky;
  top: 0;
}
.filter-mobile__close-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: transparent;
  color: #000; /* явно: без цвета iOS красит кнопки системным синим */
  border: 0;
}

.filter__item {
  padding: 30px;
}
.filter__item:not(:last-child) {
  border-bottom: 1px solid rgb(243, 243, 243);
}
.filter__reset {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.9em;
  color: #ed1c24;
}
.filter__heading {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.17em;
}
.filter__categories {
  list-style: none;
}
.filter__categories li:not(:last-child) {
  margin-bottom: 20px;
}
.filter__categories li a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.filter__select-wrap {
  width: 100%;
  min-width: 0;
}
.filter__select {
  width: 100%;
}
.filter .select2-container {
  width: 100% !important;
  max-width: 100%;
}
.filter .select2-container--default .select2-selection--multiple {
  position: relative;
  box-sizing: border-box;
  border: solid 1px #f3f3f3;
  border-radius: 0;
  background-color: #f3f3f3;
  min-height: 50px;
  padding: 8px 44px 8px 14px;
}
.filter .select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter .select2-container--default.select2-container--open .select2-selection--multiple::after {
  transform: translateY(-50%) rotate(180deg);
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  z-index: 1;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
  color: #ed1c24;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin: 3px 5px 3px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.25;
  max-width: calc(100% - 5px);
  box-sizing: border-box;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: #000;
  font-weight: 400;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ed1c24;
}
.filter .select2-container--default .select2-selection--multiple .select2-search--inline {
  float: left;
  margin: 3px 0;
}
.filter .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  margin-top: 0;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.025em;
  color: #000;
}
.filter .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: rgb(97, 97, 97);
}
.filter .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dedede;
}
.filter .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #dedede;
}
.filter__volumes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}
.filter__volumes li input[type=checkbox] {
  display: none;
}
.filter__volumes li input[type=checkbox] + label {
  height: 32px;
  padding: 0 5px;
  border: 1px solid rgb(222, 222, 222);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.filter__volumes li input[type=checkbox] + label:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}
.filter__volumes li input[type=checkbox]:checked + label {
  color: #000 !important;
  border-color: #000 !important;
}
.filter__slider-result {
  padding-top: 19px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgb(97, 97, 97);
}

/* ── Фільтр каталогу (сторінка category) ──────────────────────────────────
   Було інлайновим <style> у template/site/catalog.html.
   ВАЖЛИВО: блок має лишатися ПІСЛЯ @media(min-width:1190px){.shop__filter{top:136px}}
   вище по файлу — .shop__filter нижче свідомо перекриває той top на 10px
   (як і робив інлайновий блок, що йшов після всієї таблиці стилів). */
.shop__filter {
  position: sticky;
  top: 10px;
  align-self: flex-start;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  /* .shop__filter — flex-елемент з min-width:auto, тобто не вужчий за свій
     min-content. Довге значення без пробілів (напр. бренд «WOMAN_Лес,Прогулка»
     з вивантаження учітки) робить min-content ширшим за 260px — колонку розпирає,
     а текст лізе поверх сітки товарів. 0 знімає цю прив'язку; перенос самого
     значення — нижче, .filter__checks .label-text{overflow-wrap} */
  min-width: 0;
}
.filter__item--drop > summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 20px;
}
.filter__item--drop > summary::-webkit-details-marker {
  display: none;
}
.filter__item--drop > summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
}
.filter__item--drop[open] > summary::after {
  content: "–";
}
.filter__checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter__checks .form-check {
  padding: 5px 0;
}
.filter__checks label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.filter__checks input {
  flex: 0 0 auto;
}
.filter__checks .label-text {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 8px;
  text-transform: none;
  /* значення довідників приходять з учітки як є — трапляються довгі без пробілів
     («WOMAN_Лес,Прогулка»). anywhere (а не break-word) переносить усередині слова
     І враховується при обчисленні min-content, тому колонка лишається 260px */
  overflow-wrap: anywhere;
  min-width: 0;
}
.filter__checks .badge {
  color: #a9a29a;
  font-size: 0.85em;
}
.filter__checks .form-check.empty {
  opacity: 0.4;
}
.filter__price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter__price input {
  width: 70px;
  padding: 6px 8px;
  border: 1px solid #e2ddd6;
}
.filter__buttons {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.filter__buttons .btn {
  flex: 1 1 0;
  text-align: center;
}
/* активна категорія — акцентний колір теми (як .orders__nav li a.active) */
.filter__categories li.active > a {
  color: #ed1c24;
  font-weight: 500;
}
.filter__categories--sub {
  margin-top: 8px;
}
/* заголовок-посилання на корінь (1-й рівень): без стандартного вигляду <a> */
.filter__item > h4.filter__heading a {
  color: inherit;
  text-decoration: none;
}
.filter__item > h4.filter__heading.active a {
  color: #ed1c24;
}
/* обрані фільтри — чіпи «✕ Назва», кожен знімає одне значення */
.filter__selected-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.filter__selected-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 1px solid #e2ddd6;
  border-radius: 20px;
  font-size: 0.82em;
  color: #000;
  text-decoration: none;
  text-transform: none;
}
.filter__selected-item:hover {
  border-color: #ed1c24;
  color: #ed1c24;
}

.search-form {
  width: 100%;
  position: relative;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
}
@media (min-width: 1190px) {
  .search-form {
    margin-top: 40px;
  }
}
.search-form input[type=search] {
  width: 100%;
  height: 50px;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.025em;
  padding: 0 25px;
  border: 1px solid #f3f3f3;
  color: #000;
  background: #fff;
}
.search-form button {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  transition: background 0.3s ease;
}
.search-form button:hover {
  background: rgb(97, 97, 97);
}

@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons.eotx") format("embedded-opentype"), url("../fonts/theme-icons.woff2") format("woff2"), url("../fonts/theme-icons.woff") format("woff");
  font-display: swap;
}
i[class^=ip-]:before,
i[class*=" ip-"]:before {
  font-family: theme-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ip-404:before {
  content: "\f101";
}

.ip-arrow_right_banners:before {
  content: "\f102";
}

.ip-breadcrumb:before {
  content: "\f103";
}

.ip-button-more:before {
  content: "\f104";
}

.ip-calendar:before {
  content: "\f105";
}

.ip-cart-failed:before {
  content: "\f106";
}

.ip-cart-normal:before {
  content: "\f107";
}

.ip-cart-success:before {
  content: "\f108";
}

.ip-cart:before {
  content: "\f109";
}

.ip-check:before {
  content: "\f10a";
}

.ip-close-middle:before {
  content: "\f10b";
}

.ip-close-round:before {
  content: "\f10c";
}

.ip-close-small:before {
  content: "\f10d";
}

.ip-close:before {
  content: "\f10e";
}

.ip-compare_icon:before {
  content: "\f10f";
}

.ip-discord:before {
  content: "\f110";
}

.ip-dot:before {
  content: "\f111";
}

.ip-down_arrow:before {
  content: "\f112";
}

.ip-edit:before {
  content: "\f113";
}

.ip-email:before {
  content: "\f114";
}

.ip-eye-back:before {
  content: "\f115";
}

.ip-eye:before {
  content: "\f116";
}

.ip-eye_hover:before {
  content: "\f117";
}

.ip-facebook:before {
  content: "\f118";
}

.ip-filter:before {
  content: "\f119";
}

.ip-flickr:before {
  content: "\f11a";
}

.ip-github:before {
  content: "\f11b";
}

.ip-hamburger_menu:before {
  content: "\f11c";
}

.ip-heart:before {
  content: "\f11d";
}

.ip-heart_hover:before {
  content: "\f11e";
}

.ip-heart_sm-1:before {
  content: "\f11f";
}

.ip-heart_sm:before {
  content: "\f120";
}

.ip-icon-list:before {
  content: "\f121";
}

.ip-inline-menu:before {
  content: "\f122";
}

.ip-instagram:before {
  content: "\f123";
}

.ip-letter_icon:before {
  content: "\f124";
}

.ip-line:before {
  content: "\f125";
}

.ip-linkedin:before {
  content: "\f126";
}

.ip-menu-left:before {
  content: "\f127";
}

.ip-menu-right:before {
  content: "\f128";
}

.ip-minus:before {
  content: "\f129";
}

.ip-ok:before {
  content: "\f12a";
}

.ip-page-header:before {
  content: "\f12b";
}

.ip-pinterest:before {
  content: "\f12c";
}

.ip-plus:before {
  content: "\f12d";
}

.ip-plus_big:before {
  content: "\f12e";
}

.ip-pr-carousel:before {
  content: "\f12f";
}

.ip-quote:before {
  content: "\f130";
}

.ip-reply:before {
  content: "\f131";
}

.ip-right:before {
  content: "\f132";
}

.ip-right_big:before {
  content: "\f133";
}

.ip-romb:before {
  content: "\f134";
}

.ip-scroll-down:before {
  content: "\f135";
}

.ip-search:before {
  content: "\f136";
}

.ip-snapchat:before {
  content: "\f137";
}

.ip-star:before {
  content: "\f138";
}

.ip-sticky:before {
  content: "\f139";
}

.ip-telegram:before {
  content: "\f13a";
}

.ip-tiktok:before {
  content: "\f13b";
}

.ip-tumblr:before {
  content: "\f13c";
}

.ip-twitter:before {
  content: "\f13d";
}

.ip-user:before {
  content: "\f13e";
}

.ip-viber:before {
  content: "\f13f";
}

.ip-video:before {
  content: "\f140";
}

.ip-vimeo:before {
  content: "\f141";
}

.ip-vk:before {
  content: "\f142";
}

.ip-warning:before {
  content: "\f143";
}

.ip-wc-error:before {
  content: "\f144";
}

.ip-wc-notice:before {
  content: "\f145";
}

.ip-wc-success:before {
  content: "\f146";
}

.ip-wechat:before {
  content: "\f147";
}

.ip-whatsapp:before {
  content: "\f148";
}

.ip-wishlist-empty:before {
  content: "\f149";
}

.ip-wishlist:before {
  content: "\f14a";
}

.ip-y-down:before {
  content: "\f14b";
}

.ip-youtube:before {
  content: "\f14c";
}

.ip-z-before-after:before {
  content: "\f14d";
}

.ip-z-depth:before {
  content: "\f14e";
}

.ip-z-image-box:before {
  content: "\f14f";
}

.ip-z-insta:before {
  content: "\f150";
}

.ip-z-map-pin:before {
  content: "\f151";
}

.ip-z-phone:before {
  content: "\f152";
}

.ip-z-search-bold:before {
  content: "\f153";
}

.ip-z-time:before {
  content: "\f154";
}

.ip-zoom:before {
  content: "\f155";
}

.ip-zoom_cursor:before {
  content: "\f156";
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot") format("embedded-opentype"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i[class^=fi-bd21], [class*=" fi-bd21"] {
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  speak: none;
}

i[class^=icon-]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-24_7:before {
  content: "\f101";
}

.icon-cashback:before {
  content: "\f102";
}

.icon-catalog:before {
  content: "\f103";
}

.icon-crown:before {
  content: "\f104";
}

.icon-hamburger:before {
  content: "\f105";
}

.icon-map-pin:before {
  content: "\f106";
}

.icon-money_back:before {
  content: "\f107";
}

.icon-natural:before {
  content: "\f108";
}

.icon-paper-plane:before {
  content: "\f109";
}

.icon-phone:before {
  content: "\f10a";
}

.icon-ship:before {
  content: "\f10b";
}

.icon-subscribe:before {
  content: "\f10c";
}

.icon-time:before {
  content: "\f10d";
}

.fi-bd21-24_7:before {
  content: "\f101";
}

.fi-bd21-cashback:before {
  content: "\f102";
}

.fi-bd21-catalog:before {
  content: "\f103";
}

.fi-bd21-crown:before {
  content: "\f104";
}

.fi-bd21-hamburger:before {
  content: "\f105";
}

.fi-bd21-map-pin:before {
  content: "\f106";
}

.fi-bd21-money_back:before {
  content: "\f107";
}

.fi-bd21-natural:before {
  content: "\f108";
}

.fi-bd21-paper-plane:before {
  content: "\f109";
}

.fi-bd21-phone:before {
  content: "\f10a";
}

.fi-bd21-ship:before {
  content: "\f10b";
}

.fi-bd21-subscribe:before {
  content: "\f10c";
}

.fi-bd21-time:before {
  content: "\f10d";
}