/*
Theme Name: One One
Theme URI: http://example.com
Author: DenysYa
Author URI: http://example.com
Description: Custom theme WordPress
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/


@import url("../hello-elementor/style.css");

/* Madefor Display Regular */
@font-face {
    font-family: 'Madefor Display';
    src: url('assets/fonts/WixMadeforDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Madefor Display Medium */
@font-face {
    font-family: 'Madefor Display';
    src: url('assets/fonts/WixMadeforDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Madefor Display SemiBold */
@font-face {
    font-family: 'Madefor Display';
    src: url('assets/fonts/WixMadeforDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Madefor Display Bold */
@font-face {
    font-family: 'Madefor Display';
    src: url('assets/fonts/WixMadeforDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Madefor Display ExtraBold */
@font-face {
    font-family: 'Madefor Display';
    src: url('assets/fonts/WixMadeforDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Andale Mono */
@font-face {
    font-family: 'AndaleMono';
    src: url('assets/fonts/AndaleMono.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}


/* Глобальні налаштування шрифтів */
body {
    font-family: 'Madefor Display', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}

body, html {
  overflow-x: hidden;
}

p {
    margin-bottom: 40px;
}


.site-container {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    width: 100%;
}

.container {
    max-width: 1820px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 1280px) {
    .site-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .site-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        padding: 0 10px;
    }
}


	.woocommerce .woocommerce-breadcrumb {
		display:none;
	}
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
		background-color: #000 !important;
}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover {
    	background-color: #fff !important;
}

	.woocommerce-Price-amount {
    	font-family: 'Andale Mono', monospace;
}

	.woocommerce-Price-currencySymbol {
    font-family: Arial, Roboto, "Andale Mono", sans-serif;
}


/* Header */

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.header-logo {
    margin-left: 0px;
}

.header-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.main-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

/* Меню */
.header-menu .main-menu li a {
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 82%;
    letter-spacing: -0.07em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #cccccc; /* Світло-сірий */
}


/* Пошук */
.header-search .search-field {
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 82%;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent;
    outline: none;
    margin: 0;
}

.header-search .search-field::placeholder {
    color: #FFFFFF;
    opacity: 0.7;
}

.header-search {
    margin-left: 20px;
    margin-right: 120px;
}

.header-search.active {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 1000;
}

.search-field {
    border: none;
    border-bottom: 1px solid #838383;
    outline: none;
    padding: 5px 0;
    font-size: 14px;
}

.mobile-search-icon {
    display: none;
}

.search-submit-button {
  display: none;
}


/* Іконки справа */
.header-icons { display: flex; align-items: center; gap: 8px; }

.icon-box {
    width: 49px; height: 49px;
    background: #343434;
    display: flex; align-items: center; justify-content: center;
    mix-blend-mode: difference;
}
.icon-box img { width: 16px; height: 16px; }

.cart-wrapper { 
	display: flex; 
	align-items: center;
}

.cart-count-box {
    width: 49px; height: 49px;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    mix-blend-mode: normal;
}

.cart-count {
    font-family: "Andale Mono", monospace;
    font-size: 18px; font-weight: 400; line-height: 1;
    letter-spacing: -0.07em; color: #000;
    position: relative; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 2px;
}

.cart-count::before { content: "["; margin-right: 2px; }
.cart-count::after  { content: "]"; margin-left: 2px; }



@media (max-width: 1024px) {
  .header-inner {
    padding: 0 20px;
  }

  /* Ховаємо десктопне меню */
  .header-menu {
    display: none;
  }

  /* Іконки справа */
  .header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto; /* штовхаємо вправо */
  }

  .mobile-burger {
    margin-left: 10px;
  }

  .main-menu {
    gap: 23px;
  }

  /* Мобільна іконка пошуку */
  .mobile-search-icon {
    display: flex;
    width: 28px;
    height: 28px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }


/* Контейнер пошуку */
.header-search {
  position: absolute;
  top: 65px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; /* padding в active додамо */
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 9999;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-15px);
  transition: all 0.3s ease;
}

/* Активний стан (виїзд) */
.header-search.active {
  padding: 12px 20px;
  max-height: 200px; /* вистачить для поля */
  opacity: 1;
  transform: translateY(0);
}

/* Форма */
.search-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0;
}

/* Поле вводу */
.search-field {
  width: 100%;
  padding: 10px 12px;
  font-size: 12px !important;
  color: #000 !important;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.search-field:focus {
  border-color: #333;
}

/* Кнопка */
.search-submit-button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-family: "Andale Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  box-sizing: border-box;
}

.search-submit-button:hover {
  background: #333;
}

  /* Зменшуємо іконки праворуч */
  .header-icons .icon-box {
    width: 40px;
    height: 40px;
  }

  .header-icons .icon-box img {
    width: 14px;
    height: 14px;
  }
}


/* Мегаменю */

/* ===============================
   Основне мега-меню
   =============================== */
.catalog-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #131313;
  color: #fff;
  padding: 50px;
  z-index: 999;
  box-sizing: border-box;
  display: none; /* ховаємо за замовчуванням */
}

.catalog-megamenu.open {
  display: block !important;
}

.catalog-megamenu__inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
}

.catalog-megamenu__categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-megamenu__categories li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  height: 26px;
  margin-left: 32px;
  cursor: pointer;
}

.catalog-megamenu__categories li .category-icon {
  position: absolute;
  left: -35px;
  top: -4px;
  width: 26px;
  height: 26px;
  display: none;
}

.catalog-megamenu__categories li.active .category-icon {
  display: block;
}

.catalog-megamenu__categories a {
  color: #fff;
  text-decoration: none;
}

.catalog-megamenu__categories:has(li.menu-link-direct:hover) li.active .category-icon {
  display: none;
}

.catalog-megamenu__categories li.menu-link-direct:hover .category-icon,
.catalog-megamenu__categories li.menu-link-direct:focus-within .category-icon {
  display: block;
}

.catalog-megamenu__categories a:hover {
  color: #cccccc;
}

.catalog-megamenu__subcategories {
  flex: 0 0 250px;
  margin-left: 30px;
}

.menu-link-direct a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.catalog-megamenu__subcategories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-megamenu__subcategories li {
  margin-bottom: 20px;
  font-family: "Andale Mono", monospace;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}

.catalog-megamenu__subcategories a {
  color: #fff;
  text-decoration: none;
}

.catalog-megamenu__subcategories a:hover {
  color: #cccccc;
}

.catalog-megamenu__subcategories .view-all {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-family: "Andale Mono", monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.mega-cat-count {
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-size: 12px;
  color: #8F8F8F;
  transform: translateY(-73%);
  white-space: nowrap;
  display: inline-block;
  margin-left: -12px;
}

.catalog-megamenu__promo {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  flex: 1;
  justify-content: space-between;
}

.catalog-megamenu__promo .promo-item {
  position: relative;
  flex: 1 1 calc((100% - 44px)/3); /* три картки у ряд */
  max-width: 224px;
  min-width: 180px;
  height: 289px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.catalog-megamenu__promo .promo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  display: block;
}

.catalog-megamenu__promo .promo-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.catalog-megamenu__promo .promo-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.catalog-megamenu__promo .promo-btn svg {
  width: 40px;
  height: 40px;
}

.catalog-megamenu__promo .promo-btn:hover svg {
  transform: scale(1.1);
}

.catalog-megamenu__promo .promo-brand {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.catalog-megamenu__promo .promo-btn .arrow-wrapper {
  transition: transform 0.6s ease;
  transform-origin: center;
}

.promo-item:hover .promo-btn .arrow-wrapper {
  transform: rotate(180deg);
}

/* Для великих екранів >1400px можна залишити трохи більший gap */
@media (min-width: 1401px) {
  .catalog-megamenu__inner {
    gap: 73px;
  }
}

/* Для середніх екранів до 1400px */
@media (max-width: 1400px) {
  .catalog-megamenu__inner {
    gap: 20px;
  }
}

/* Для менших екранів до 1024px */
@media (max-width: 1024px) {
  .catalog-megamenu__inner {
    gap: 15px;
  }
}

/* Мобільні <768px */
@media (max-width: 768px) {
  .catalog-megamenu__inner {
    flex-direction: column;
    gap: 10px;
  }
}

/* ===============================
   Адаптація під середні екрани до 1024px
   =============================== */
@media (max-width: 1024px) {
  .catalog-megamenu__inner {
    gap: 15px;
  }

  .catalog-megamenu__promo {
    gap: 15px;
    justify-content: space-between;
  }

  .catalog-megamenu__promo .promo-item {
    flex: 1 1 calc((100% - 30px)/3);
    max-width: 173px;
    height: 201px;
  }

      .subcategory-list.mobile-inserted li {
        font-family: "Andale Mono", monospace;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 4px;
        margin-left: 32px;
        text-transform: none;
        line-height: 1.2;
    }

.view-all {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-left: 32px;
  margin-top: 8px;
  color: #fff;
  font-family: "Andale Mono", monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
}



	.catalog-megamenu__subcategories .subcategory-list {
    display: none !important;
}
	.catalog-megamenu__inner {
    display: block;
}
}

/* ===============================
   Мобільні екрани <768px
   =============================== */
@media (max-width: 768px) {
  .catalog-megamenu {
        position: absolute;
        top: 144px;
        padding: 20px;
    }

  .catalog-megamenu__inner {
    flex-direction: column;
    gap: 15px;
  }

  .catalog-megamenu__promo {
    flex-direction: row !important;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-megamenu__promo::-webkit-scrollbar {
    display: none;
  }

  .catalog-megamenu__promo .promo-item {
    flex: 0 0 auto;
    width: 200px;
  }

  .catalog-megamenu__subcategories .subcategory-list {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 27px;
  }

  .catalog-megamenu__subcategories .subcategory-list.open {
    display: flex;
  }
}


/* === HERO BANNER === */

.hero-banner {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  padding-top: env(safe-area-inset-top);
}

@supports (-webkit-touch-callout: none) {
  /* iOS specific fix */
  .hero-banner {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.hero-banner .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* --- Desktop / Mobile --- */
.banner-desktop {
  display: block;
  position: relative;
}

.banner-mobile {
  display: none;
  position: relative;
}

/* === Кнопка "Переглянути всі товари" === */
.slider-view-all-btn {
  position: absolute;
  bottom: 33%;
  left: 66%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  color: #212020;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  z-index: 2;
}

.slider-view-all-btn:hover,
.slider-view-all-btn:focus {
  background: #8F8F8F;
  color: #fff;
}

.slider-view-all-btn .button-icon {
  width: 34px;
  height: 34px;
  background: url('/wp-content/themes/one-one/assets/image/arrow.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
  transition: transform 0.3s ease;
}

.slider-view-all-btn:hover .button-icon {
  transform: translateX(4px);
}

/* === Список брендів (тільки на десктопі) === */
.slider-brands {
  position: absolute;
  top: 60%;
  right: 56px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

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

.slider-brands__item {
  position: relative;
  margin: 10px 0;
  padding-left: 40px;
}

.slider-brands__link {
  text-decoration: none;
  color: #fff;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.3s ease;
}

.slider-brands__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.slider-brands__item.is-active .slider-brands__icon {
  opacity: 1;
  animation: pulseIcon 1.2s infinite ease-in-out;
}

/* ефект при hover */
.slider-brands__item:hover .slider-brands__icon {
  opacity: 1;
}

.slider-brands__item:hover .slider-brands__link {
  transform: scale(1.1);
  font-weight: 700;
}

.slider-brand-count {
  display: inline-block;
  position: relative;
  font-family: "Andale Mono", monospace;
  top: -12px;
  margin-left: 0;
  font-size: 12px;
  color: #fff;
}

/* Анімація пульсації */
@keyframes pulseIcon {
  0%   { transform: translateY(-50%) scale(1); }
  50%  { transform: translateY(-50%) scale(1.2); }
  100% { transform: translateY(-50%) scale(1); }
}

.slider-brands__item:hover ~ .slider-brands__item.is-active .slider-brands__icon {
  opacity: 0 !important;
  animation: none;
}

/* TABLET: 768–1199px */
@media (min-width: 768px) and (max-width: 1199px) {

  .slider-view-all-btn {
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    padding: 9px 14px;
    z-index: 3;
  }
  
  .slider-view-all-btn .button-icon {
    width: 30px;
    height: 30px;
  }

  .slider-brands {
    top: 56%;
    right: 24px;
    gap: 6px;
  }
  .slider-brands__link {
    font-size: 16px;
  }
  .slider-brand-count {
    font-size: 11px;
    top: -10px;
  }
  .slider-brands__icon svg {
    width: 22px;
    height: 22px;
  }
}


/* === Mobile Styles === */
@media (max-width: 768px) {
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }

  /* Сховати бренди на мобільних і планшетах */
  .slider-brands {
    display: none !important;
  }

  .banner-mobile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  .hero-banner img {
  margin-top: 0px;
  }

  .hero-banner {
    position: relative;
    top: 0;
  }
  
  .ios-instagram .hero-banner {
  padding-top: 60px;
}


.slider-view-all-btn {
    font-size: 14px;
    padding: 8px 12px;
    bottom: 37%;
    left: 31%;
    transform: translateX(-20%);
    -webkit-tap-highlight-color: transparent;
  }
  

.slider-view-all-btn:hover,
.slider-view-all-btn:focus {
  background: #fff;
  color: #212020;
}

  .slider-view-all-btn .button-icon {
    width: 28px;
    height: 28px;
  }

}

/* Breadcrumbs */
.custom-breadcrumbs {
    gap: 8px;
    margin-top: 53px;
    margin-bottom: 31px;
    margin-left: 50px;
}

.custom-breadcrumbs .breadcrumb-home a,
.custom-breadcrumbs .breadcrumb-catalog a,
.custom-breadcrumbs .breadcrumb-category a, .breadcrumb-shop a {
    color: #8F8F8F;
    text-decoration: none;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 82%;
}

.custom-breadcrumbs .breadcrumb-separator,
.custom-breadcrumbs .breadcrumb-current, .breadcrumb-shop {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 82%;
}

.custom-breadcrumbs .breadcrumb-current, .breadcrumb-shop {
    color: #1E1E1E;
    font-weight: 400;
}

/* Мобільні екрани */
@media (max-width: 768px) {

  .custom-breadcrumbs {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .custom-breadcrumbs .breadcrumb-home a,
  .custom-breadcrumbs .breadcrumb-catalog a,
  .custom-breadcrumbs .breadcrumb-category a,
  .custom-breadcrumbs .breadcrumb-separator,
  .custom-breadcrumbs .breadcrumb-current, .breadcrumb-shop, .breadcrumb-shop a {
    font-family: 'AndaleMono', monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 82%;
    letter-spacing: -7%;
    text-align: center;
  }
}

/* new arrivals section */

.new-arrivals-section {
  margin-top: 64px;
}

.new-arrivals-section .container {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.new-arrivals-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}

.new-arrivals-left,
.new-arrivals-right {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: #000000;
  line-height: 106.6px;
  letter-spacing: -9.1px;
  flex: 0.8;
  white-space: nowrap;
  margin-left: -10px;
}

.new-arrivals-subtitle {
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  line-height: 21.6px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  flex: 2;
  margin: 0;
}

	.desktop-only { 
	display: inline; 
	}
	
	.mobile-only { 
	display: none; 
	}
	
	.front-products.swiper .swiper-slide {
    box-sizing: border-box;
}

/* Інфоблок під фото */
.product-card .product-info {
  height: 84px;
  padding: 0px 25px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #000;
}

/* Назва товару */
.product-card .product-title {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 95%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #000;
  white-space: normal;
  padding: 0px 65px 0px 0px;
}

.product-card .product-title a {
    color: #000; /* чорний колір, як у заголовка */
    text-decoration: none; /* прибираємо підкреслення */

}

/* Ціна */
.product-card .product-price {
  align-items: center;
  gap: 8px;
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -7%;
  text-transform: uppercase;
  margin: 0;
}

.product-card .product-price .old-price {
  text-decoration: line-through;
  color: #7E7E7E;
  margin-right: 10px;
}

.product-card .product-price .new-price {
  color: #000;
}

/* Кнопка “+” */
.product-card .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.view-all-button {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 0;
  border: 1px solid #000000;
  background-color: transparent;
  text-align: center;
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-size: 18px;
  line-height: 93%;
  letter-spacing: -0.05em; /* -5% */
  text-transform: uppercase;
  color: #212020;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.view-all-button .button-icon {
    display: none;
}


.product-card .add-to-cart svg {
  width: 24px;
  height: 24px;
  fill: #D9D9D9;
}

/* Для всіх кнопок з усіма трьома класами одночасно */
.button.open-product-modal.tooltip {
    border: none;
    background: #000;
    color: #fff; /* щоб текст був видимий */
    cursor: pointer;
}

@media (min-width: 1800px) {

.new-arrivals-section .container {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
}


@media (max-width: 1024px) {
  .product-card .product-image {
    position: relative; /* щоб кнопка орієнтувалась на картинку */
  }

    .product-card .add-to-cart {
        position: absolute;
        bottom: 84px;
        width: 24px;
        height: 24px;
        z-index: 5;
        padding: 12px;
    }
    
    .product-card .product-info {
    height: 84px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #000;
}

	.product-card .product-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    white-space: normal;
    padding: 0 10px;
}

.product-card .product-price .old-price {
  margin-right: 0;
}

.view-all-button {
	width: auto;
    background-color: #1E1E1E;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 93%;
    letter-spacing: -5%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
  }

  .view-all-button .button-text {
    text-align: left;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;

  }
  
   .view-all-button .button-icon {
        display: inline-flex; /* або flex, якщо треба вирівняти */
        align-items: center;
        justify-content: center;
        
        }
  
   .view-all-button .button-icon svg rect {
    fill: #FFFFFF; /* фон іконки білий */
    }
}


/* Контейнер всіх товарів */
.front-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 27px;
  gap: 17px;
}

.product-card {
  position: relative;
  height: auto;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.front-products.four-cols .product-card {
    flex: 0 0 calc((100% - 60px) / 4); /* 4 картки на ряд */
}



.product-card .product-image {
    width: auto;
    height: auto; /* висота блоку картинки */
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.product-card .product-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}


@media (max-width: 1024px) {

.new-arrivals-section {
margin-top: 40px;
}

 .new-arrivals-header {
    display: block; /* переносимо все у вертикаль */
    text-align: center;
  }

 .desktop-only { display: none; }
  .mobile-only { display: contents; text-align: left; }

  .new-arrivals-title {
    font-family: 'Wix Madefor Display', sans-serif;
	font-size: 50px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -2px;
    margin-left: 0;
    text-transform: uppercase;
  }

       .new-arrivals-subtitle {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
        font-family: 'Andale Mono', monospace;
        font-weight: 400;
        text-transform: uppercase;
  }
  
 .new-arrivals-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .front-products.swiper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
  	display: flex;
  	justify-content: center;
  }

  .product-card {
    width: 100% !important;
    max-width: 400px; /* або під свій макет */
    margin: 0 auto; /* центруємо */
  }

  .front-products.swiper .swiper-wrapper {
    display: flex;
  }

.product-card {
  width: 100%; /* хай картка адаптується */
  max-width: 400px; /* обмеження по макету */
  margin: 0 auto;
}

  .product-card .product-image img {
    width: 100%;
    height: auto; /* картинка не обрізається */
    object-fit: contain;
  }
  
  .front-products {
    justify-content: center;
    gap: 10px;
  }

  .front-products .product-card,
  .front-products.four-cols .product-card {
      flex: 0 1 auto;
      max-width: 400px; /* або 100%, або під макет */
      margin: 0 auto;
  }
  }


/* =========================================
   STYLE ADAPT SECTION
========================================= */

.style-adapt-section {
  margin-top: 147px;
  overflow: hidden;
}

.style-adapt-section .container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.desktop-version {
  display: block;
}

.mobile-version {
  display: none;
}

/* =========================
   HEADING
========================= */

.style-adapt-heading {
  text-align: left;
  margin-bottom: 22px;
}

.style-adapt-heading h2 {
  margin: 0;
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-size: clamp(58px, 8.4vw, 150px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: #000;
}

.style-adapt-heading h2:nth-child(1) {
  padding-left: 32px;
}

.style-adapt-heading h2:nth-child(2) {
  text-align: right;
  padding-right: 34px;
}

.style-adapt-heading h2:nth-child(3) {
  text-align: right;
  padding-right: 18px;
}

/* =========================
   DESKTOP LAYOUT
========================= */

.style-adapt-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  column-gap: clamp(28px, 4vw, 64px);
  align-items: end;
}

.style-image-left {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.style-image-left video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.style-text-block {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(18px, 2vw, 26px);
  padding-top: 0;
}

.style-description {
  margin: 0;
  font-family: 'Andale Mono', monospace;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.style-description .bracket {
  flex: 0 0 auto;
  font-size: inherit;
  line-height: inherit;
}

.style-description .text-lines {
  display: block;
  flex: 1 1 auto;
}

.style-image-right {
  width: 100%;
  min-width: 0;
}

.style-image-right img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================
   1800+
========================= */

@media (min-width: 1800px) {
  .style-adapt-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .style-adapt-content {
    column-gap: 64px;
    justify-content: center;
  }
}

/* =========================
   1401–1799
========================= */

@media (min-width: 1401px) and (max-width: 1799px) {
  .style-adapt-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-adapt-content {
    grid-template-columns: minmax(0, 52%) minmax(0, 44%);
    column-gap: 48px;
  }
}

/* =========================
   1201–1400
========================= */

@media (min-width: 1201px) and (max-width: 1400px) {
  .style-adapt-section .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-adapt-heading {
    margin-bottom: 18px;
  }

  .style-adapt-heading h2 {
    font-size: clamp(50px, 7vw, 118px);
  }

  .style-adapt-heading h2:nth-child(1) {
    padding-left: 10px;
  }

  .style-adapt-heading h2:nth-child(2) {
    padding-right: 10px;
  }

  .style-adapt-heading h2:nth-child(3) {
    padding-right: 0;
  }

  .style-adapt-content {
    grid-template-columns: minmax(0, 52%) minmax(0, 44%);
    column-gap: 32px;
  }
}

/* =========================
   1025–1200
========================= */

@media (min-width: 1025px) and (max-width: 1200px) {
  .style-adapt-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .style-adapt-heading {
    margin-bottom: 16px;
  }

  .style-adapt-heading h2 {
    font-size: clamp(42px, 6.1vw, 92px);
    letter-spacing: -0.06em;
  }

  .style-adapt-heading h2:nth-child(1),
  .style-adapt-heading h2:nth-child(2),
  .style-adapt-heading h2:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }

  .style-adapt-content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    column-gap: 24px;
  }
}

/* =========================
   TABLET + MOBILE
========================= */

@media (max-width: 1024px) {
  .style-adapt-section {
    margin-top: 0;
    padding: 0;
  }

  .style-adapt-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-version {
    display: none;
  }

  .mobile-version {
    display: block;
  }

  .style-adapt-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 0;
  }
  
    .mobile-version .style-image-right {
    display: none;
  }

  .style-image-left {
    width: 100%;
    margin-top: 0;
  }

  .style-image-left video {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .style-image-right {
    width: 100%;
  }

  .style-image-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .style-text-block {
    width: 100%;
    min-width: 0;
    padding-top: 0;
    gap: 32px;
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-version .mobile-heading {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .mobile-version .mobile-heading h2 {
    margin: 0;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 72px;
    letter-spacing: -5px;
  }

  .mobile-version .mobile-heading span {
    display: block;
    margin-bottom: -7px;
  }

  .mobile-version .mobile-heading .line-left {
    text-align: left;
  }

  .mobile-version .mobile-heading .line-right {
    text-align: right;
  }

  .mobile-version .style-description {
    margin: 0 0 40px;
    padding: 0 10px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .mobile-version .mobile-heading {
    padding-left: 5px;
    padding-right: 20px;
    margin-top: 59px;
    margin-bottom: 47px;
  }

  .mobile-version .mobile-heading h2 {
    margin: 0;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 0.95;
    letter-spacing: -4px;
  }

  .mobile-version .mobile-heading span {
    display: block;
    margin-bottom: -7px;
  }

  .mobile-version .mobile-heading .line-left {
    text-align: left;
  }

  .mobile-version .mobile-heading .line-right {
    text-align: right;
  }

  .mobile-version .style-description {
    margin: 0 0 20px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
  }
}


/* Brands Block */

.brand-showcase .container {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;     
  gap: 40px;                     
  margin-top: 147px;
  padding-left: 50px;            
  padding-right: 50px;           
  box-sizing: border-box;
  position: relative;            
}

.brand-showcase {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

.brand-bg-line {
      position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: #1E1E1E;
    z-index: 0;
}

.brand-left img, .brand-right img {
    width: 100%;
    max-width: 337px;
    height: auto;
    object-fit: contain;
}

.brand-left,
.brand-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 30px;
}

.brand-center {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative; /* щоб смуга була відносно центру */
}

.brand-item a {
  font-size: clamp(24px, 4vw, 36px); /* масштабування на різних екранах */
}

.brand-index {
  font-family: 'Andale Mono', monospace;
  font-size: 16px;
  color: #979797;
  display: block;
  margin-bottom: 4px;
}

.brand-item a {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 127px;
    font-weight: 500;
    line-height: 117px;
    letter-spacing: -8px;
    text-decoration: underline;
    color: #000;
    display: inline-block;      /* щоб transform працював без проблем */
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); /* плавність + “акордеон” ефект */
    transform-origin: center center; /* збільшення від центру елемента */
}

.brand-item a:hover {
  transform: scale(1.15); /* збільшення на 15% */
}

.brand-item a.white-brand {
  color: #FFFFFF;
}

/* --- Смуга під третім брендом --- */
.brand-center .brand-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;               /* по центру третього бренду */
  left: 0;
  width: 100%;
  height: 174px;
  background-color: #1E1E1E;
  transform: translateY(50%); /* опускаємо під бренд */
  z-index: -1;             /* під текстом */
}

@media (min-width: 1800px) {
.brand-showcase .container {

  padding-left: 0;            
  padding-right: 0;           
           
}
}

/* Планшети */
@media (min-width: 769px) and (max-width: 1024px) {

  .brand-showcase .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand-left,
  .brand-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .brand-left img,
  .brand-right img {
    width: 150px;
    max-width: 150px;
    height: auto;
  }

  .brand-center {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
  }

  .brand-item a {
    font-size: clamp(48px, 5vw, 80px); /* менший розмір для планшета */
    line-height: 1.1;
    letter-spacing: -3px;
    text-align: center;
    display: inline-block;
  }

  .brand-item a:hover {
    transform: scale(1.10); /* трохи менший ефект масштабування */
  }

  .brand-center .brand-item:nth-child(3)::after {
    height: 120px;  /* менша смуга під третім брендом */
    top: 50%;
    transform: translateY(50%);
  }

  .brand-bg-line {
    height: 120px;
    top: 50%;
  }
}


/* Мобільні екрани */
@media (max-width: 768px) {

  /* Ховаємо ліву картинку */
  .brand-left {
    display: none;
  }

  /* Позиціонуємо праву картинку */
    .brand-right img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 169px;
        left: 82%;
        transform: translateX(-50%);
        opacity: 1;
  }

  /* Центруємо блок з брендами */
  .brand-center {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
  }

    .brand-item a {
        font-family: 'Wix Madefor Text', sans-serif;
        font-weight: 500;
        font-size: 64px;
        line-height: 52px;
        letter-spacing: -4px;
        text-align: center;
        text-transform: capitalize;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 8%;
        text-decoration-skip-ink: auto;
    }
  
   .brand-item a:hover {
    transform: scale(1.08);
  }

  /* Смуга під третім брендом можна або прибрати, або зменшити */
  .brand-center .brand-item:nth-child(3)::after {
    height: 80px;
    top: 50%;
  }

  /* Контейнер */
  .brand-showcase .container {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }

  /* Смуга на всю ширину */
  .brand-bg-line {
  	height: 100px;
  	top: 50%;
  }
}



/* About us section */

.about-section {
  position: relative;
  padding: 50px;
  background-color: #fff;
}

.about-title {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 106.6px;
  letter-spacing: -9.1px;
  margin-bottom: 35px;
}

.about-content {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  gap: 40px;
}

.about-image-left {
  width: 50%;
}

.about-image-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-right {
  width: 48%;
  position: relative;
}

.about-text {
    font-family: 'Andale Mono', monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 40px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-top: -5px;
}

/* Галерея на десктопі */
.about-gallery {
  position: relative;
  height: 363px;
  margin-bottom: 35px;
}

.about-gallery .about-img {
  position: absolute;
  object-fit: cover;
}

/* Десктопні позиції */
.about-gallery .img-1 { width: 152px; height: 183px; top: 0; left: 0; }
.about-gallery .img-2 { width: 152px; height: 183px; left: 177px; top: 179px; }
.about-gallery .img-3 { width: 281px; height: 323px; top: 40px; right: 0; }

/* Кнопка */
.about-button {
  position: relative;
  width: 243px;
  height: 57px;
  display: flex;
  font-family: 'Andale Mono', monospace;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 32px;
  background-color: #1E1E1E;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
  transition: background-color 0.3s ease;
}

.about-button:hover {
  background-color: #000;
  color: #fff;
}

.about-button .arrow-wrapper {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.about-button:hover .arrow-wrapper {
  transform: rotate(90deg);
}

/* Планшети */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-section {
    padding: 40px 30px;
  }

  .about-title {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
    margin-bottom: 25px;
  }

  .about-content {
    flex-direction: row;
    gap: 30px;
  }

  .about-image-left,
  .about-right {
    width: 50%;
  }

  .about-text {
    font-family: 'Andale Mono', monospace;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  /* Галерея планшет */
  .about-gallery {
    position: relative;
    height: 180px;
    margin-bottom: 0px;
  }

  .about-gallery .about-img {
    object-fit: cover;
  }

  .about-gallery .img-1 { width: 120px; height: 145px; top: 0; left: 0; }
  .about-gallery .img-2 { width: 120px; height: 145px; left: 140px; top: 0px; }
  .about-gallery .img-3 { display: none;}

  /* Кнопка */
  .about-button {
    width: 200px;
    height: 48px;
    padding: 0 1px 0 23px;
    font-size: 14px;
  }

  .about-button .arrow-wrapper {
    transition: transform 0.3s ease;
  }
}

@media (min-width: 1920px) {
  .about-gallery {
    height: 500px; 
  }

  .about-gallery .img-1 {
    width: 225px;
    height: 267px;
    top: 0;
    left: 0;
  }

  .about-gallery .img-2 {
    width: 225px;
    height: 278px;
    top: 200px;
    left: 240px;
  }

  .about-gallery .img-3 {
        width: 393px;
        height: 459px;
        top: 20px;
        right: 0;
}


}

/* --- Мобільна адаптація --- */
@media (max-width: 767px) {
  .about-section {
    padding: 20px 16px;
  }

  .about-title {
    font-size: 64px;
    line-height: 52px;
    letter-spacing: -3.84px;
    margin-bottom: 13px !important;
  }

  .about-content {
    flex-direction: column;
    gap: 20px;
  }

  .about-image-left,
  .about-right {
    width: 100%;
  }

  .about-text {
    font-family: 'Andale Mono', monospace;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 16px;
    letter-spacing: -0.12px;
    margin-bottom: 20px;
  }

  .about-gallery {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: auto;
  }

  .about-gallery .about-img {
    position: static;
    width: 100%;
    height: auto;
  }

  .about-gallery .img-3 {
    grid-column: span 2; /* широка картинка */
  }

  .about-button {
    margin: 0 auto;
  }
  
  .social-section {
    margin-top: 70px;
}
}





/* Footer */

.site-footer {
    background-color: #fff;
    position: relative;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-column {
    flex: 1;
    max-width: 26%;
}

.footer-subscribe {
    margin-right: 180px;
}

.footer-border.top,
.footer-border.bottom {
    width: 100%;
    height: 1px;
    background-color: #000;
}

.footer-column h4 {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

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

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    text-decoration: none;
    color: #000;
}

.footer-subscribe-form input,
.footer-subscribe-form button {
    font-family: 'Wix Madefor Display', sans-serif;
}

.footer-social a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.footer-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-banner img {
    width: 100%;
    max-width: 2145px;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 1;
}

/* Заголовки у футері */
.footer-column h4 {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em; /* -2% */
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 15px; /* щоб відділити від списку */
}

/* Списки меню */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 82%;
    letter-spacing: -0.07em;
    text-align: center;
    color: #1E1E1E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-menu li a:hover {
    color: #555;
}

.footer-copy {
    margin-top: 20px;
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #212020;
}

@media (min-width: 1800px) {
.footer-columns {

    width: 1820px;

}
}

/* Desktop показуємо завжди */
.footer-desktop { display: block; }
.footer-mobile { display: none; }

/* ===== Tablet styles ===== */
@media (max-width: 1024px) and (min-width: 769px) {

.footer-container {
	padding:10px !important;
}

  .footer-columns {
    width: 100%;
    max-width: 90%;
    flex-wrap: wrap; /* дозволяємо перенос стовпців */
    justify-content: space-between;
    gap: 40px;
  }

  .footer-column {
    flex: 1 1 45%; /* два в ряд */
    max-width: 45%;
  }

  .footer-subscribe {
    margin-right: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-subscribe-form {
    max-width: 100%;
  }

  .footer-subscribe-form input {
    font-size: 14px;
  }

  .footer-subscribe-form button svg {
    width: 40px;
    height: 40px;
  }

  .footer-column h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer-menu li a {
    font-size: 16px;
  }

  .footer-copy {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }

  .footer-banner img {
    max-width: 100%;
    margin: 15px auto;
  }
}



@media (max-width: 768px) {
  /* Приховуємо десктопний футер, показуємо мобільний */
  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
    text-align: left;
    padding: 0 23px 0px 20px;
  }

  /* Бордери зверху та знизу на всю ширину */
  .footer-border.top,
  .footer-border.bottom {
    width: 100vw;
    margin: 40px 0 0;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    height: 1px;
    background-color: #000;
  }

  /* Колонки футера в стовпчик */
  .footer-mobile .footer-column,
  .footer-mobile .footer-copy,
  .footer-mobile .footer-banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-column {
    max-width: 100%;
  }

  /* Форма підписки */
  .footer-mobile .footer-subscribe h4,
  .footer-subscribe h2,
  .footer-help h4 {
    text-align: left;
    margin-bottom: 15px;
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    line-height: 15px;
    letter-spacing: -0.01em;
  }

  .footer-mobile .footer-subscribe-form {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 0;
    gap: 0;
  }

  .footer-mobile .footer-subscribe-form input[type="email"] {
    flex: 1;
    border: none;
    height: 48px;
    padding: 0 15px;
    font-family: "Andale Mono", monospace;
    font-size: 14px;
  }

  .footer-mobile .footer-subscribe-form button {
    border: none;
    height: 50px;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: "Andale Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
  }

  /* HELP блок */
  .footer-help {
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 82%;
    letter-spacing: -0.07em;
    color: #8f8f8f;
    margin-bottom: 24px; /* від заголовка до меню */
    text-align: left;
  }

  .footer-mobile .footer-menu {
    list-style: none;
    padding: 0;
    margin-top: 34px;
    text-align: left;
  }

  .footer-menu li a {
    margin-bottom: 16px;
    text-align: left;
    color: #8F8F8F;
    font-size: 14px;
  }

  .footer-menu li:last-child {
    margin-bottom: 24px; /* до копірайту */
  }

  .footer-menu a {
    display: block;
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 82%;
    letter-spacing: -0.07em;
    color: #8f8f8f;
    text-decoration: none;
    text-align: left; /* Ліве вирівнювання гарантовано */
  }

  /* Копірайт */
  .footer-copy {
    text-align: left;
    font-family: "Andale Mono", monospace;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: #212020;
    margin-top: 0;
  }

  /* Банер */
      .footer-mobile .footer-banner {
        position: relative;
        width: 95vw;
        margin: 20px 0 0;
        left: 50%;
        margin-left: -45vw;
        overflow: hidden;
    }

  .footer-mobile .footer-banner img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
    margin-bottom: 4px;
  }

  /* Соцмережі приховані */
  .footer-social {
    display: none;
  }

  /* Риска */
  .footer-divider {
    border-top: 1px solid #000;
    margin: 20px 0;
  }
}





/*Sidebar Search*/

/* Overlay */
.sidebar-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.sidebar-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}


/* Sidebar */

.sidebar-cart {
  position: fixed;
  top: 65px;
  right: -100%;
  width: 100%;
  max-width: 672px;
  height: calc(100% - 65px);
  background: #131313;
  color: #fff;
  padding: 50px;
  box-sizing: border-box;
  overflow-y: auto;
  transition: right 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}

.sidebar-cart.active {
  right: 0;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-header .cart-title {
  margin: 0;
}

.cart-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cart-close:hover {
  color: #8F8F8F;
}

.sidebar-cart-inner h2.cart-title {
  margin: 0;
  font-size: 24px;
}

.cart-items-count {
  margin: 0 0 20px;
}

.cart-divider {
  border: 1px solid #FFFFFF80;
  margin: 20px 0;
  width: 572px;
}

/* Товар у кошику */
.cart-product {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cart-product-image img {
  width: 215px;
  height: 247px;
  object-fit: cover;
}

.cart-product-info {
  flex: 1;
}

.cart-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cart-product-title {
  margin: 0 0 5px;
  font-size: 18px;
}

.cart-product-price,
.cart-product-price span {
  white-space: nowrap;
  margin: 0 0 10px;
}

/* Ціна в сайдбарі */
.cart-product-price {
    font-family: 'Andale Mono', monospace;
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

/* Стара ціна */
.cart-product-price del {
    font-family: 'Andale Mono', monospace;
    font-size: 20px;
    color: #7E7E7E !important;
    text-decoration: line-through !important;
    opacity: 1;
}

/* Нова ціна */
.cart-product-price ins {
    font-family: 'Andale Mono', monospace;
    font-size: 20px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.cart-product-size {
  margin: 0 0 10px;
}

/* Підсумок */

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
}

.cart-btn {
    display: block;
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.cart-btn:hover {
	background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px 15px;
}

.cart-btn.continue-shopping {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 15px;
}

.cart-btn.continue-shopping:hover {
	background: #fff !important;
    color: #000 !important;
}

.cart-btn.checkout {
    background: #fff;
    color: #000;
}

.cart-footer-text {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Andale Mono', monospace;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.cart-footer-text a {
    color: #fff;
}

.cart-footer-text a:hover {
    color: #8F8F8F;
}

.remove-cart-item {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
}

.remove-cart-item svg {
  width: 32px;
  height: 32px;
}

.remove-cart-item:hover {
  color: #FF0000;
}

.cart-product-remove {
  position: absolute !important;
  bottom: 15px !important;
  right: 10px !important;
}



/* Курсор при наведенні на іконку кошика */

.cart-icon {
  cursor: pointer;
}

/* Заголовок "Кошик" */
.cart-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 95%;
    text-transform: uppercase;
    color: #fff;
}

/* Товарів: 1 і Всього */
.cart-items-count,
.cart-total span:first-child {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 20px;
    line-height: 95%;
    letter-spacing: -0.07em;
    color: #fff;
}

/* Назва товару і ціна */
.cart-product-title,
.cart-product-price {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}

/* Розмір */
.cart-product-size {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 95%;
    letter-spacing: -0.04em;
    color: #fff;
}

/* Перемикач кількості */

.cart-product-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87px;
  height: 40px;
  background: #131313;
  border: 1px solid #fff;
  padding: 0;
  gap: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.cart-product-quantity button {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cart-product-quantity input {
  width: 33%;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
}

.cart-product-quantity input::-webkit-outer-spin-button,
.cart-product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Планшети (768px — 1024px) адаптація кошика */

@media (min-width: 769px) and (max-width: 1024px) {
  .sidebar-cart {
        padding: 20px !important;
  }

  .cart-product {
    flex-direction: row;
    gap: 10px;
    height: auto;
    min-height: 176px;
  }
  
  .cart-product-image img {
    width: 129px;
    height: 176px;
    object-fit: cover;
  }

   .cart-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }


  .cart-product-title,
  .cart-product-price,
  .cart-product-size {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .cart-product-remove {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .remove-cart-item {
    width: 40px;
    height: 0;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-product-quantity {
    width: 100px;
    height: 40px;
    margin-top: auto;
    background: #131313;
    border: 1px solid #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .cart-product-quantity button {
    flex: 1;
    height: 100%;
    font-size: 16px;
  }

  .cart-product-quantity input {
    width: 40%;
    height: 100%;
    font-size: 14px;
  }
  .cart-btn {
  	font-size: 12px !important;
    font-family: 'Andale Mono', monospace !important;
    text-transform: uppercase;
  }
}



/* Мобільна адаптація кошика */
@media (max-width: 768px) {
  .sidebar-cart {
    width: 100%;
    padding: 20px;
  }

  .cart-product {
    flex-direction: row;
    gap: 10px;
    height: auto;
    min-height: 176px;
  }
  
  .cart-close {
  font-size: 24px;
}

  .cart-product-image img {
    width: 129px;
    height: 176px;
    object-fit: cover;
  }

  .cart-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .cart-product-title {
    font-size: 18px;
    text-transform: none;
  }

  .cart-product-price {
    font-size: 16px;
    margin: 0 0 10px;
  }
  
  /* Стара ціна */
.cart-product-price del {
    font-size: 13px;
}

/* Нова ціна */
.cart-product-price ins {
    font-size: 13px;
}

  .cart-product-size {
    font-size: 16px;
    margin: 0 0 5px;
  }

  /* Іконка видалення */
  .cart-product-remove {
    bottom: 30px !important;
  }

  .remove-cart-item {
    width: 40px;
    height: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Перемикач кількості */
  .cart-product-quantity {
    width: 87px;
    height: 40px;
    background: #131313;
    border: 1px solid #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .cart-product-quantity button {
    flex: 1;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .cart-product-quantity input {
    width: 33%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  
  .cart-btn {
  	font-size: 12px !important;
    font-family: 'Andale Mono', monospace !important;
    text-transform: uppercase;
  }
  
  .cart-footer-text {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Andale Mono', monospace !important;
    text-transform: uppercase;
}
	
	.cart-items-count, .cart-total span:first-child {
	font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 16px;
}
    
    .cart-size-label {
    font-size: 16px !important;
    font-family: 'Andale Mono', monospace !important;
}

.cart-size-box {
	width: 30px !important;
    height: 30px !important;

}
    }



/* Best Sellers section */

.bestsellers-section {
  margin-top: 64px;
}

.bestsellers-section .container {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.bestsellers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}

.bestsellers-left,
.bestsellers-right {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: #000000;
  line-height: 106.6px;
  letter-spacing: -9.1px;
  flex: 0.8;
  white-space: nowrap;
  margin-left: -10px;
}

.bestsellers-subtitle {
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  line-height: 21.6px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  flex: 2;
  margin: 0;
}

/* Desktop / Mobile visibility */
.bestsellers-section .desktop-only { display: inline; }
.bestsellers-section .mobile-only { display: none; }


/* Інфоблок під фото */
.bestseller-card .bestseller-info {
  height: 85px;
  padding: 0px 25px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #000;
}

/* Назва товару */
.bestseller-card .bestseller-title {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 95%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #000;
  white-space: normal;
  padding: 0px 65px 0px 0px;
}

.bestseller-title a {
    color: #000;
    text-decoration: none;
}

/* Ціна */
.bestseller-card .bestseller-price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -7%;
  text-transform: uppercase;
  margin: 0;
}

.bestseller-card .bestseller-price .old-price {
  text-decoration: line-through;
  color: #7E7E7E;
}

.bestseller-card .bestseller-price .new-price {
  color: #000;
}

/* Кнопка “+” */
.bestseller-card .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bestseller-card .add-to-cart svg {
  width: 24px;
  height: 24px;
  fill: #D9D9D9;
}


/* Контейнер всіх товарів */
.bestsellers-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
}

.bestseller-card {
  position: relative;
  width: calc((100% - 40px) / 3); /* 3 картки */
  height: auto;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bestseller-card .bestseller-image {
    width: auto;
    height: auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.bestseller-card .bestseller-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 1800px) {
.bestsellers-section .container {
    padding-left: 0;
    padding-right: 0;

}
}
/* Animation New Arrivals-section, Bestsellers section */



/* Планшети */
@media (min-width: 768px) and (max-width: 1024px) {

  .bestsellers-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bestsellers-left,
  .bestsellers-right {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
    margin-left: 0;
    white-space: normal;
  }

  .bestsellers-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }

  /* Контейнер товарів */
  .bestsellers-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .bestseller-card {
    width: calc((100% - 20px)/2); /* дві картки в ряд */
    margin-bottom: 30px;
  }

  .bestseller-card .bestseller-image img {
    height: 400px; /* зменшена висота */
    object-fit: cover;
  }

  /* Кнопка “+” */
  .bestseller-card .add-to-cart {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .bestseller-card .bestseller-title {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
  }

  .bestseller-card .bestseller-price {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
  }

  /* Кнопка “View All” */
  .view-all-button {
    font-size: 12px;
    padding: 10px 14px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {

 .hidden-mobile {
    display: none !important;
  }

  /* Хедер */
  .bestsellers-header {
    display: block;
    text-align: center;
  }

  .bestsellers-section .desktop-only { display: none; }
  .bestsellers-section .mobile-only { display: block; text-align: left; }

  .bestsellers-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -2px;
    margin-left: 0;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .split-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .split-title span {
    white-space: nowrap;
  }
  
.bestsellers-title-alt {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 500;
  font-style: medium;
  font-size: 64px;
  line-height: 52px;
  letter-spacing: -5px;
  text-align: center;
  text-transform: capitalize;
  margin-top: -20px;
}


  .bestsellers-subtitle {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    text-transform: uppercase;
  }

  .bestsellers-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Контейнер товарів */
  .bestsellers-products.swiper {
    overflow: visible; /* без гортання */
  }

  .bestsellers-products.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap; /* щоб картки йшли на новий ряд */
    justify-content: space-between;
  }

  .bestsellers-products.swiper .swiper-slide {
    width: 48% !important; /* дві картки в ряд */
    margin-bottom: 16px; /* відстань між рядами */
    flex-shrink: 0;
    display: flex;
  }

  .bestseller-card {
    width: 100% !important;
    max-width: none;
    margin: 0;
    flex-direction: column;
  }

  /* Зображення картки */
  .bestseller-card .bestseller-image {
    position: relative; /* для позиціонування кнопки */
  }

  .bestseller-card .bestseller-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* Кнопка “+” */
  .bestseller-card .add-to-cart {
    position: absolute;
    bottom: 85px;
    width: 34px;
    height: 34px;
    padding: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bestseller-card .bestseller-info {
    height: 85px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #000;
  }

  .bestseller-card .bestseller-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    white-space: normal;
    padding: 0 10px;
  }

  .bestseller-card .bestseller-price {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    padding: 0 10px;
    gap: 5px;
  }
  
  .bestseller-card .bestseller-price .old-price {
    text-decoration: line-through;
    color: #7E7E7E;
  }

  .bestseller-card .bestseller-price .new-price {
    color: #000;
  }

  /* Кнопка “View All” */
  .view-all-button {
    width: auto;
    background-color: #1E1E1E;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 93%;
    letter-spacing: -5%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
  }

  .view-all-button .button-text {
    text-align: left;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
  }

  .view-all-button .button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .view-all-button .button-icon svg rect {
    fill: #FFFFFF;
  }

}




/* Блок галереї телеграм інстаграм */

@media (max-width: 768px) {
  /* Контейнер галереї */
  #foogallery-gallery-397 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px; /* відступи від країв екрану */
    margin: 0; /* прибираємо будь-які зовнішні відступи */
  }

  /* Картки галереї */
  #foogallery-gallery-397 .fg-item {
    flex: 0 1 50%; /* дві картки в ряд */
    max-width: 50%;
    box-sizing: border-box;
    padding: 0; /* прибираємо внутрішні відступи */
  }

  /* Зображення в картках */
  #foogallery-gallery-397 .fg-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .social-row {
      display: flex;
      align-items: center;
      padding: 0 20px; /* відступи від країв екрану */
      margin-left: 0px !important;
  }
  
      .social-row-wrapper {
        display: flex;
        flex-direction: column; /* один рядок на соцплатформу */
        gap: 0 !important;
        margin-left: 0;
    }

  .social-item {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .social-item .social-circle {
      width: 18px;
      height: 18px;
      border-radius: 0;
      background: none;
      position: relative;
  }

  .social-item .social-circle::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M12.8564 2.57422L12.8594 2.57227L15.3721 5.09473L11.6797 8.77246L15.2324 11.6699V15.4277H11.6719V8.78125L5.10645 15.3232L2.59375 12.8008L9.28809 6.13086H2.57031V2.57031H12.8564V2.57422Z" fill="%231E1E1E"/></svg>') no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .new-arrivals-left,
.new-arrivals-right,
.new-arrivals-subtitle,
.bestsellers-left,
.bestsellers-right,
.bestsellers-subtitle {
  opacity: 1;
  transform: translateY(20px);
}

}


@media (min-width: 769px) {
  #foogallery-gallery-397 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 картки в ряд */
    grid-auto-rows: auto; /* висота під контент */
    gap: 0; /* між картками немає відступів */
    padding: 0 50px; /* відступи від країв екрану */
    max-width: 100%; /* займає весь контейнер */
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #foogallery-gallery-397 .fg-item {
    width: 100%;
  }

  #foogallery-gallery-397 .fg-item img {
    width: 100%;
    height: auto;
    display: block;
  }
}


/* Catalog Page */

.front-products.three-cols .product-card {
    flex: 0 0 calc((100% - 40px) / 3); /* 3 картки на ряд */
}

@media (max-width: 768px) {

.front-products.three-cols .product-card {
    flex: 0 0 calc((100% - 15px) / 2); /* 3 картки на ряд */
    margin-bottom: 12px;
}
}


/* ========================== */
/* ЧЕКАУТ - ОБ’ЄДНАНІ СТИЛІ */
/* ========================== */

/* --- Основна обгортка checkout --- */
.order-page {
    display: flex;
    flex-wrap: nowrap;
    gap: 86px;
    padding: 0 50px;
    box-sizing: border-box;
}

/* --- Ліва колонка форми --- */
.order-page-left {
    flex: 0 0 55%;
    box-sizing: border-box;
    padding-right: 0;
}

/* --- Права колонка форми (якщо є) --- */
.order-page-right {
    flex: 0 0 auto;
    max-width: 517px;
    background: #131313;
    padding: 25px;
    color: #fff;
    box-sizing: border-box;
    margin-top: -193px;
    height: 100%;
    display: block;
}

/* --- Заголовки --- */
.checkout-title {
    font-family: "Wix Madefor Display", Sans-serif;
    font-size: 170px;
    font-weight: 500;
    letter-spacing: -13.6px;
    padding: 0 44px;
}

.checkout-subtitle,
.checkout-subtitle-comments,
.order-page-subtitle-payment {
    font-family: "Wix Madefor Display", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 95%;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.checkout-subtitle-comments {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}

/* --- Wrapper для полів форми --- */
.order-page-info-area .woocommerce-billing-fields__field-wrapper,
.order-page-info-area .woocommerce-shipping-fields,
.order-page-info-area .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.order-page-info-area p.form-row {
    flex: 1 1 48%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#shipping_nova_poshta_for_woocommerce_city_field,
#shipping_nova_poshta_for_woocommerce_warehouse_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field,
.note-area p.form-row {
    flex: 1 1 100%;
}

.order-page-info-area h2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/* --- Input / Select2 / Textarea --- */
.order-page-info-area p.form-row input,
.order-page-info-area p.form-row select,
.order-page-info-area p.form-row .select2-selection--single,
.order-page-info-area p.form-row textarea {
	display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 16px;
    border: 1px solid #000;
    border-radius: 0;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #8F8F8F;
    box-sizing: border-box;
}

/* Placeholder Select2 */
.order-page-info-area p.form-row .select2-selection__placeholder {
    color: #8F8F8F;
    font-family: 'Andale Mono', monospace;
    font-size: 18px;
    line-height: 1.2;
}

/* --- Специфічні Select2 для Нової Пошти --- */
#shipping_nova_poshta_for_woocommerce_city + .select2,
#shipping_nova_poshta_for_woocommerce_warehouse + .select2 {
    width: 100% !important;
    font-family: 'Andale Mono', monospace !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 82% !important;
    letter-spacing: -7% !important;
    color: #8F8F8F !important;
}

#shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection--single,
#shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection--single {
    height: auto !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
    line-height: 1.2 !important;
    color: #8F8F8F !important;
}

#shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection__rendered,
#shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.2 !important;
    font-family: 'Andale Mono', monospace !important;
    font-size: 18px !important;
    color: #000 !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
#shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection__placeholder,
#shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection__placeholder {
    color: #8F8F8F !important;
    font-family: 'Andale Mono', monospace !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.select2-results__option {
	font-family: 'Andale Mono', monospace !important;
	color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ccc !important;
    
    }

/* --- Відступи для Form Row / Select2 Arrow --- */
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    margin-bottom: -5px !important;
}

#shipping_nova_poshta_for_woocommerce_city_field {
    margin-top: -7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}

/* --- Оплата --- */
.payment-area {
    margin-top: 30px;
}

.payment-method-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.payment-btn {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Andale Mono', monospace;
    border: 2px solid #000;
    cursor: pointer;
    transition: all 0.3s;
    color: #000;
    background: transparent;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.payment-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.payment-btn:hover:not(.active) {
    background: #000;
    color: #fff;
}

/* --- Чекбокс та кнопка оформлення --- */
.confirm-order {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-checkbox-area {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-family: 'Andale Mono', monospace;
    font-size: 14px;
}

.custom-checkbox-area input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.custom-checkbox-area input[type="checkbox"]:checked + .custom-checkbox {
    background: #fff;
    border-color: #ccc;
}

.custom-checkbox-area input[type="checkbox"]:checked + .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox-text {
    flex: 1;
    font-size: 14px;
    color: #555;
}

.submit-order {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 20px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
    line-height: 19px;
    margin-bottom: 47px;
    letter-spacing: -0.08px;
}

.submit-order:hover {
    background: transparent;
    color: #000;
    border: 1px solid #1E1E1E;
    padding: 17px;
}

/* --- Мобільні підписи над полями --- */
.mobile-label {
    display: none;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
    margin-left: 4px;
}

/* --- Додаткові старі стилі --- */
.order-page-info-area .form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-item,
.form-item-selector {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 15px;
}

.form-item input,
.form-item-selector input,
.form-item select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 82%;
    letter-spacing: -7%;
    color: #8F8F8F;
}

.shipping-note {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: -5px;
    font-family: "Andale Mono", monospace;
}

.note-area {
    margin-bottom: 30px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    color: #000;
    border-top: 0px solid #b81c23;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;
    font-family: "Andale Mono", monospace;
    background-color: #fff;
}

/* --- Мобільна адаптація --- */
@media (max-width: 768px) {

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 12px;
}

    .mobile-label {
        display: block;
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 14px;
        margin-bottom: 2px;
        color: #000000;
        margin-left: 0;
} 

    .order-page {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
    }

    .order-page-left {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .order-page-right {
        display: none;
    }

    .order-page-info-area p.form-row {
        flex: 1 1 100%;
    }

    .form-item,
    .form-item-selector {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .custom-checkbox-area {
        flex-direction: row;
        gap: 10px;
        font-size: 13px;
    }

    .custom-checkbox {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox-area input[type="checkbox"]:checked + .custom-checkbox::after {
        width: 3px;
        height: 6px;
        left: 4px;
        top: 1px;
    }

    .checkout-title {
        font-size: 56px;
        padding: 0 10px;
        letter-spacing: -3px;
        line-height: 46px;
        font-weight: 500;
    }
    
    .order-page-info-area h2 {
    margin-bottom: 18px;
}

    .checkout-subtitle,
    .order-page-subtitle-payment {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .order-page-info-area .form-item-selector input,
    .order-page-info-area .form-item-selector select,
    .order-page-info-area .form-item-selector .select2-selection--single {
        font-size: 16px !important;
        padding: 12px 16px !important;
    }
    
    .order-page-info-area p.form-row input {
    font-size: 14px !important;
    }
    
    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Wix Madefor Display', sans-serif;
    }
    
    #shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection__placeholder, #shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection__placeholder {
    color: #8F8F8F !important;
    font-family: 'Andale Mono', monospace !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

	#shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection__rendered, #shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection__rendered {
	font-size: 14px !important;	
	}
	
	#shipping_nova_poshta_for_woocommerce_city + .select2 .select2-selection--single,
#shipping_nova_poshta_for_woocommerce_warehouse + .select2 .select2-selection--single {
    padding: 15px 16px !important;
}


.select2-results__option {
    font-family: 'Andale Mono', monospace !important;
    color: #000 !important;
    font-size: 14px;
}

    .payment-method-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .payment-btn {
        font-size: 14px;
        padding: 12px;
    }
    
    
.checkout-subtitle-comments {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

       .submit-order {
        font-size: 14px;
        padding: 16px;
        margin-bottom: 30px;
        font-family: 'Andale Mono', monospace !important;
        font-weight: 400;
        letter-spacing: -0.07px;
        line-height: 16px;
    }
}


@media (min-width: 768px) {
    .woocommerce-checkout .form-row label.mobile-label {
        font-size: 0 !important;*/
        line-height: 0 !important;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout .form-row label.mobile-label {
        font-size: 14px !important;
        line-height: 2.2 !important;
        margin-bottom: 4px;
    }

    .woocommerce-checkout .form-row .required {
        color: var(--wc-red);
        font-weight: 700;
        margin-left: 2px;
    }
}

/* --- Приховання полів / додаткове --- */
.hidden { display: none !important; }

#billing_address_2_field {
    display: none !important;
}

.woocommerce-billing-fields h3 {
    display: none;
}

#billing_phone_field label .optional {
    display: none;
}

.checkout-subtitle:contains('Доставка:') {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field {
    display: none !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-radius: 0px;
	padding: 14.75px 16px;
	font-family: 'Andale Mono', monospace;
}

.delivery-method-select-wrap {
  width: 100%;
  padding: 3px;
  margin: 0 0 15px;
  box-sizing: border-box;
}

.delivery-method-select-wrap {
  position: relative;
}

#delivery_method_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 48px !important;
  background-color: #fff;
  background-image: none !important;
}

@media (max-width: 768px) {

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	padding: 12.5px 16px;
}

}

@media (max-width: 1024px) {
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        padding: 15px 16px;
        border: 1px solid #000;
    }
    
    .cart-divider {
  width: 100%;
  }
}

@media (max-width: 1200px) {
  .checkout-title {
    font-size: clamp(56px, 10vw, 80px);
    letter-spacing: -4px;
    padding: 0 10px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .order-page {
    padding: 0 10px;
  }
}



/* Сторінка Дякуємо за замовлення */


.woocommerce-order {
    font-family: 'Wix Madefor Display', sans-serif;
    line-height: 1.5;
    margin: 40px auto;
    max-width: 900px;
    padding: 0 20px;
}

/* Повідомлення про успіх */
.woocommerce-notice.woocommerce-notice--success {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    text-align: center; /* по центру */
}

/* Список деталей замовлення */
.woocommerce-order-overview {
    text-align: center; /* номер замовлення по центру */
    margin-bottom: 30px;
}

.woocommerce-order-overview li {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

/* Таблиця замовлення */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Andale Mono', monospace; /* моноширинний шрифт */
    font-weight: 400; /* не жирний */
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
}

.woocommerce-table--order-details th {
    font-weight: 600;
    background-color: #f8f8f8;
}

/* Ховаємо платіжну і доставку */
.woocommerce-customer-details,
.woocommerce-columns--addresses {
    display: none !important;
}

/* --- Адаптив для мобільних --- */
@media (max-width: 768px) {
    .woocommerce-order {
        padding: 0 20px;
        margin: 20px auto;
    }

    .woocommerce-notice.woocommerce-notice--success {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .woocommerce-order-overview li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .woocommerce-table--order-details th,
    .woocommerce-table--order-details td {
        padding: 8px 10px;
        font-size: 14px;
    }
    
        .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: flex;
        flex-direction: column; /* стовпчик */
        gap: 10px; /* відступи між рядками */
        padding: 0;
        margin: 0 auto;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        display: flex;
        justify-content: space-between; /* заголовок зліва, значення справа */
        font-size: 14px;
        padding: 8px 12px;
        border-bottom: 1px solid #e5e5e5;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
        font-weight: 400; /* звичайний шрифт */
    
    }
    
    .woocommerce ul.order_details li {
    display: flow;
    float: left;
    text-transform: uppercase;
    line-height: 1;
    margin-left: 0;
    list-style-type: none;
    border-bottom: none;
        border-right: none;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 1.5;
    margin-top: -4px;
}
.woocommerce ul.order_details li:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}
}



/* Бренд над назвою тільки на мобільних */

.product-brand-mobile {
    display: none;
}

@media (max-width: 768px) {
         .product-brand-mobile {
        display: block;
        font-family: 'Andale Mono', monospace;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 12px;
        letter-spacing: -1px;
        color: #8F8F8F;
        margin-bottom: -10px;
        margin-top: 12px;
    }
}



/* Сторінка Про нас */


.oneone-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
	gap: 35px;
	margin-bottom: -100px;
}

.oneone-left {
  flex: 0 0 69%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background: url("https://www.oneone.com.ua/wp-content/uploads/2025/08/one.png") no-repeat center center;
  background-size: 100%
}


.oneone-intro {
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #1E1E1E;
	margin: 0;
  margin-bottom: 130px;
  z-index: 1;
}

.oneone-main {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-size: 110px;
  line-height: 88%;
  letter-spacing: -7%;
  color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 1;
}

.oneone-main span {
  display: block;
}

.oneone-main .line-right {
  text-align: right;
}

.oneone-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
  background-image: url('https://www.oneone.com.ua/wp-content/uploads/2025/08/one.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

.oneone-right {
  flex: 0 0 28.5%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.oneone-right img {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  object-fit: contain;
}

@media (min-width: 769px) {
  .oneone-section-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {

  .oneone-section {
    display: none !important;
  }

  .oneone-section-mobile {
    display: block;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
  }

  .oneone-mobile-inner {
    max-width: 720px;
    margin: 0 auto;
  }

.oneone-mobile-header {
        margin-bottom: 12px;
        line-height: 1;
        font-family: "Wix Madefor Display", sans-serif;
        font-weight: 500;
        font-size: 46px;
        letter-spacing: -3px;
        line-height: 44px;
    }

  .oneone-mobile-header .m-line {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .oneone-mobile-header .m-line-left {
    text-align: left;
  }

  .oneone-mobile-header .m-line-right {
    text-align: right;
  }

  .oneone-mobile-visual {
    position: relative;
    margin: 8px 0 16px;
    display: flex;
    align-items: flex-start;
    min-height: 120px;
  }

  .oneone-mobile-visual .m-image {
        width: 55%;
        max-width: 320px;
        height: auto;
        display: block;
        z-index: 2;
        object-fit: contain;
        margin-top: -30px;
    }

    .oneone-mobile-visual .m-bg {
        position: absolute;
        right: -85px;
        top: 56px;
        width: 100%;
        height: 80px;
        background-image: url(https://www.oneone.com.ua/wp-content/uploads/2025/08/one.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        z-index: 1;
        pointer-events: none;
    }

  .oneone-mobile-intro {
		margin-top: 34px;
		font-family: 'Andale Mono', monospace;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		text-transform: uppercase;
		letter-spacing: -0.12px;
    }

}

  @media (max-width: 360px) {
    .oneone-mobile-header { 
    font-size: 36px; 
		}
		
    .oneone-mobile-visual .m-bg { 
			width: 50%; 
			height: 100px; 
			top: 6px; 
		}
		
    .oneone-mobile-visual .m-image { 
			width: 70%; 
  }
}

.about-page {
  font-family: "Wix Madefor Display", sans-serif;
  padding: 0 50px;
  box-sizing: border-box;
  margin-top: 50px;
}

.about-hero {
  position: relative;
  width: 100%;
}

.hero-img {
  width: 100%;
  display: block;
}

.hero-words {
	display: flex;
    justify-content: space-between;
    padding: 13px 0px 0;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.hero-words span {
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 769px) {
.about-page {
	padding: 0 20px;
	margin-top: 25px;
}

.hero-words {
font-size: 10px;
font-weight: 500;

}

.about-title h1 {
	display:none;
}

.about-blocks {
  margin-top: 0px;
}

}


/* Заголовок One&One */
.about-title {
  margin: 60px 0;
}

.about-title h1 {
  font-weight: 600;
  font-size: 120px;
  line-height: 82%;
  letter-spacing: -3%;
  color: #000000;
}

/* Три блоки */
.about-blocks {
  display: flex;
  gap: 40px;
  margin: 0;
  align-items: flex-start;
  margin-top: -70px;
  margin-bottom: 100px;
}

/* Лівий блок */
.left-block {
  flex: 1;
}

.left-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.center-right-wrapper {
  flex: 2;
  display: flex;
  gap: 20px;
  position: relative;
}

.center-right-wrapper::after {
  content: '';
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 98%;
  height: 198px;
  background: url(https://www.oneone.com.ua/wp-content/uploads/2025/08/2024.png) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.center-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #1E1E1E;
  position: relative;
  z-index: 1;
}

.center-text p {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.center-text .since {
    display: block;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.right-block {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.right-top-img {
  display: flex;
  justify-content: flex-end;
}

.right-top-img img {
  width: 80%;
  max-width: 300px;
  height: auto;
  display: block;
}

.right-text-bg {
margin-top: 146px;
}

.right-text-bg p {
  font-family: "Andale Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000000;
}

.about-blocks-mobile {
  display: none;
}

@media (max-width: 769px) {
  .about-blocks {
    display: none;
  }

  .about-blocks-mobile {
    display: block;
    margin: -26px 0px;
  }

  .top-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .top-row .left-img img {
    width: 154px;
    height: auto;
  }

   .right-text p {
    font-family: "Wix Madefor Display", sans-serif;
	font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0;
    }

  .middle-text {
    margin: 20px 0;
  }

	.middle-text p {
    	font-family: "Andale Mono", monospace;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

  .bottom-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  
   .about-blocks-mobile .bottom-row {
    position: relative;
  }
  
   .about-blocks-mobile .bottom-row .since {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }

  .about-blocks-mobile .bottom-row img {
    position: relative;
    z-index: 1;
  }
  
       .about-blocks-mobile .bottom-row::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 72%;
        height: 100px;
        background: url(https://www.oneone.com.ua/wp-content/uploads/2025/08/2024.png) no-repeat center bottom;
        background-size: contain;
        pointer-events: none;
        z-index: -1;
    }
    
  .bottom-row img {
    width: 100px;
    height: auto;
  }
}

.oneone-promo-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.oneone-promo-header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.oneone-header-left,
.oneone-header-right {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  line-height: 106.6px;
  letter-spacing: -9.1px;
  color: #000000;
  white-space: nowrap;
  margin: 0;
  flex: 0.8;
}

.oneone-header-text {
  font-family: 'Andale Mono', monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  line-height: 21.6px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  flex: 2;
  margin: 43px 3px 18px 10px;
}

.oneone-promo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.oneone-promo-block {
  position: relative;
  display: block;
  overflow: hidden;
}

.oneone-promo-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.oneone-promo-block:hover::after {
  opacity: 1;
}

.oneone-promo-block img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.oneone-promo-block:hover img {
  transform: scale(1.02);
}

.oneone-promo-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3; /* поверх overlay */
}

.oneone-brand-name {
  position: absolute;
  bottom: 35px;
  left: 20px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-style: medium;
  font-size: 90px;
  line-height: 82%;
  letter-spacing: -3%;
  color: #fff;
  text-align: left;
  z-index: 3;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.8;
}

.oneone-promo-block:hover .oneone-brand-name {
  transform: translateY(-10px);
  opacity: 1;
}

.mobile-only { 
  display: none; 
}

.oneone-promo-btn svg {
  transition: transform 0.3s ease;
}

.oneone-promo-block:hover .oneone-promo-btn svg {
  transform: scale(1.1);
}

.oneone-promo-btn .arrow-wrapper {
  transition: transform 0.6s ease;
  transform-origin: center;
}

.oneone-promo-block:hover .oneone-promo-btn .arrow-wrapper {
  transform: rotate(180deg);
}

/* Для екранів від 1600px */
@media (min-width: 1600px) {
  .right-top-img img {
    width: 100%;
    max-width: 388px;
  }
}

/* Для 1920px */
@media (min-width: 1920px) {
  .right-top-img img {
    max-width: 478px;
  }
}

@media (max-width: 769px) {
  .desktop-only { 
  display: none; 
  }
  
  .mobile-only { 
  display: block; 
  }

  .oneone-header-mobile.weoffer-title {
  		font-family: "Wix Madefor Display", sans-serif;
  		font-weight: 500;
  		font-size: 46px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 54px;
        margin-bottom: 20px;
  }

  .oneone-header-mobile.split-title .left,
  .oneone-header-mobile.split-title .right {
    display: block;
  }

  .oneone-header-text-mobile {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin: 4px;
  }
  
  .oneone-promo-section {
  	gap: 22px;
  }

  .oneone-promo-list {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 50px;
  }

  .oneone-promo-block {
    flex: 0 0 48%;
    aspect-ratio: 1 / 1.2;
  }
  
      .oneone-brand-name {
        font-size: 34px;
        bottom: 15px;
        left: 10px;
        line-height: 28px;
    }

  .oneone-promo-btn {
    top: 5px;
    right: 5px;
    height: 35px;
  }
  
  .oneone-promo-btn svg {
    width: 30px;
    height: 30px;
      }

  .oneone-promo-block img {
    object-fit: cover;
  }
}



@media (min-width: 769px) {
  body.page-id-73 #foogallery-gallery-397 {
    padding: 0;
  }

  body.page-id-73 .social-row {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body.page-id-73 #foogallery-gallery-397 {
    padding: 0px !important;
  }

  body.page-id-73 .social-row {
    margin-left: 0px !important;
    padding: 0px;
  }
}


/* Модальне вікно */

body.modal-open {
    overflow: hidden;
    height: 100%;
}

#product-modal {
    display: none;
    position: fixed;
    top: 0; 
		left: 0;
    width: 100%; 
		height: 100%;
    z-index: 9999;
}

/* Overlay */
#product-modal .modal-overlay {
    position: fixed;
    top:0; 
		left:0;
    width:100%;	
		height:100%;
    background:rgba(0,0,0,0.5);
}

/* Контент модалки */
#product-modal .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-height: 87vh;
    display: flex;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
    box-sizing: border-box;
}

#product-modal .modal-left {
    flex: 0 0 40%;
    display: flex;
    min-height: 0;
}

#product-modal .modal-left .woocommerce-product-gallery,
#product-modal .modal-left a,
#product-modal .modal-left img {
    display: block;
    width: 100%;
    height: 100%;
}

#product-modal .modal-left img {
    object-fit: cover;
}

/* Права частина: інформація */
#product-modal .modal-right {
    flex: 1 1 60%;
    background: #131313;
    color: #fff;
    padding: 0px 41px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: auto;
}

#product-modal .modal-right-content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-bottom: 20px;
}

/* Назва товару */
#product-modal .modal-product-title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-size: 26px;
}

/* Ціна */
#product-modal .modal-product-price {
    font-family: 'Andale Mono', monospace;
		font-size: 24px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Стара ціна */
#product-modal .modal-product-price del {
    font-family: 'Andale Mono', monospace;
    font-size: 24px;
    color: #7E7E7E !important;
    text-decoration: line-through !important;
}

/* Нова ціна */
#product-modal .modal-product-price ins {
    font-family: 'Andale Mono', monospace;
    font-size: 24px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Labels під ціною */
#product-modal .quantity-label,
#product-modal .size-label,
#product-modal .description-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase !important;
}

/* Лінії */
#product-modal hr {
    border: 1px solid #FFFFFF33;
    margin: 5px 0 20px;
}

/* Quantity */
#product-modal .modal-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 87px;
    height: 40px;
    background: #131313;
    border: 1px solid #fff;
    overflow: hidden;
		margin-bottom: 24px;
}

#product-modal .modal-quantity-wrapper input {
    width: 33%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
		margin-left: 17px;
}

#product-modal .modal-quantity-wrapper button {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-modal .modal-quantity-wrapper button:hover {
    color: #ccc;
}

/* Варіації - горизонтально */
.modal-size-options {
    display: flex;
    flex-direction: row;   /* горизонтально */
    gap: 10px;
	margin-bottom: 24px;
}

.modal-size-options .size-option {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
}

.modal-size-options .size-option:hover {
    background: #fff;
    color: #000;
}

#product-modal .size-option.active {
    background: #FFFFFF;
    color: #000;
    border-color: #FFFFFF;
}

/* Опис */
#product-modal .modal-product-description {
    font-family: 'Andale Mono', monospace;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-product-description p {
  margin: 0 0 16px !important;
  line-height: 1.6;
}

/* Кнопки */
#product-modal .modal-buttons {
position: relative;
	display: flex;
  flex-direction: column;
  gap: 13px;
  flex-shrink: 0;
  background: #131313;
  padding: 15px 0;
  position: sticky;
  bottom: 0px;
}

.modal-buttons::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #131313;
    z-index: -1;
}

	
#product-modal .modal-view-details {
    border: 1px solid #FFFFFF;
    background: #131313 !important;
    color: #fff;
    text-align: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-transform: uppercase;
    padding: 12px 0;
    cursor: pointer;
    text-decoration: none;
	border-radius: 0px;
}

#product-modal .modal-view-details:hover {
    background: #FFFFFF !important;
    color: #000 !important;
}

#product-modal .modal-add-to-cart button {
	width: 100%;
    background: #FFFFFF !important;
    color: #000;
    text-align: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-transform: uppercase;
    padding: 14px 0;
    cursor: pointer;
    text-decoration: none;
	border-radius: 0px;
	border: none;
}

#product-modal .modal-add-to-cart button:hover {
    background: #131313 !important;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 13px 0;
}

/* Закриття */
#product-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 13px;
    background: none;
    border: none;
    font-size: 39px;
    cursor: pointer;
    color: #fff;
}

/* Прибрати видимий скроллбар в модальному вікні */
#product-modal .modal-close:hover {
    color: #8F8F8F;
}

.modal-mobile,
.modal-right-content {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-mobile::-webkit-scrollbar,
.modal-right-content::-webkit-scrollbar {
    display: none;
}

/* ===== Tablet styles for modal ===== */
/* Планшети */
@media (max-width: 1181px) and (min-width: 769px) {
  #product-modal .modal-content {
    width: 90% !important;
    max-height: 90vh;
    flex-direction: column; /* замість двох колонок */
    padding: 20px;
    background: #000; /* як у мобільній */
    color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }

  /* Картинка зверху */
  #product-modal .modal-left {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #product-modal .modal-left img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  /* Контент під картинкою */
  #product-modal .modal-right {
    flex: none;
    width: 100%;
    padding: 0;
    background: transparent;
    overflow: visible;
    padding: 20px 40px !important;
  }

  #product-modal .modal-product-title {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  #product-modal .modal-product-price {
    font-size: 18px !important;
    margin-bottom: 20px;
    gap: 10px;
  }

  #product-modal .modal-product-price del,
  #product-modal .modal-product-price ins {
    font-size: 18px !important;
  }

  /* Quantity + варіації в один блок */
  .modal-product-row-2 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 20px;
  }

  .modal-quantity-wrapper {
    height: 36px !important;
  }

  .modal-size-options .size-option {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  /* Опис */
  #product-modal .modal-product-description {
    font-size: 13px !important;
    margin-bottom: 20px;
  }

  /* Кнопки */
  #product-modal .modal-buttons {
    padding: 15px 0 !important;
    gap: 10px;
    background: none;
  }

  #product-modal .modal-view-details {
    font-size: 13px !important;
    padding: 10px 0;
  }

  #product-modal .modal-add-to-cart button {
    font-size: 13px !important;
    padding: 12px 0;
  }

  /* Закриття */
  #product-modal .modal-close {
    top: 10px;
    right: 10px;
    font-size: 32px;
  }
}



/* --- Модальне вікно мобільне --- */
@media (max-width: 768px) {
	#product-modal .modal-content {
    width: 100% !important;
}
	
.modal-mobile {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #131313;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
	color: #fff;
	max-height: 80vh;
    overflow-y: auto; 
}

/* 1 блок: картинка + назва/ціна */
.modal-product-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

.modal-product-image {
    flex: 0 0 120px;
}

.modal-product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-product-title {
   font-size: 18px !important;
   margin: 0px 50px 5px 0px;
   color: #fff;
   font-family: 'Wix Madefor Display', sans-serif !important;
   font-weight: 500 !important;
    }

.modal-product-price {
    font-size: 16px;
    color: #fff;
}
	
	#product-modal .modal-product-price del {
    font-family: 'Andale Mono', monospace;
    font-size: 13px !important;
    color: #7E7E7E !important;
    text-decoration: line-through !important;
}
	
	#product-modal .modal-product-price ins {
    font-family: 'Andale Mono', monospace;
    font-size: 13px !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
	
	#product-modal .modal-product-price {
    gap: 4px !important;
	font-size: 13px !important;
	margin-bottom: 27px;
}

/* 2 блок: кількість + варіації */
.modal-product-row-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cart-product-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 29px;
    margin-top: -2px;
}

.cart-product-quantity input {
	font-size: 12px !important;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.cart-product-quantity button {
    padding: 5px 7px;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}


/* Варіації */
.modal-size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* відступ між кнопками */
}

.modal-size-options .size-option {
	font-size: 12px !important;
	width: 30px;
	height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}


.modal-size-options .size-option.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* 3 блок: опис */
.modal-product-description {
    font-size: 12px !important;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* 4 блок: кнопки */
.modal-product-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-product-buttons .button {
    padding: 10px;
    border: none;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

#product-modal .modal-buttons {
	padding: 20px 0 !important;
	background: none;
}

#product-modal .modal-view-details {
    background: #eee;
    color: #fff;
	font-size: 12px !important;
	font-family: 'Andale Mono', monospace !important;
	padding: 7px 0;
}

.modal-product-buttons .modal-view-details:hover {
    background: #ddd;
}

#product-modal .modal-add-to-cart button {
    width: 100%;
    background: #FFFFFF !important;
    color: #000;
    font-size: 12px !important;
	font-family: 'Andale Mono', monospace !important;
	padding: 15px 0;
}

.modal-product-buttons .add_to_cart_button:hover {
    background: #555;
}
	
	
#product-modal .quantity-label, #product-modal .size-label, #product-modal .description-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}
}


/* КАТАЛОГ */

.catalog-title {
  font-family: 'Wix Madefor Display', sans-serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 106.6px;
  letter-spacing: -9.1px;
  color: #000000;
  margin: 0 0 61px 41px;
}

.catalog-products .container {
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
}

.catalog-products .front-products .product-card .product-image img {
  height: auto;
  object-fit: cover;
}

.full-width-button {
  display: block;
  width: 100vw;
  max-width: 100%;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
}

.open-product-modal {
	
	  background: #000;
    border: none;
		cursor: pointer;
}

/* ФІЛЬТР-ПАНЕЛЬ (лівий сайдбар) */
.filters-container {
  position: relative;
  display: inline-block;
}

.filters-panel {
  position: absolute;
  left: 50px;
  width: 300px;
  background: #000;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  padding: 20px;
  overflow-y: auto;
  display: none;
  z-index: 999;
  flex-direction: column;
  gap: 10px;
  font-family: 'Andale Mono', monospace;
  font-size: 12px;
}

.filters-panel.active {
  display: flex;
  margin-top: 79px;
}

.filter-header,
.filter-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-header h4,
.filter-section h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Wix Madefor Display', sans-serif;
  text-transform: uppercase;
}

.filter-group h4,
.filter-brands h4,
.filter-sizes h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Wix Madefor Display', sans-serif;
  text-transform: uppercase;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 8px 20px;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

label {
  display: flex;
  align-items: center;
	gap: 6px;
}

.filter-group input[type="checkbox"],
.brands-grid input[type="checkbox"],
.sizes-grid input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: #000;
  position: relative;
}

.filter-group input[type="checkbox"]:hover,
.brands-grid input[type="checkbox"]:hover,
.sizes-grid input[type="checkbox"]:hover {
  border-color: #8F8F8F;
}

.filter-group input[type="checkbox"]:checked::after,
.brands-grid input[type="checkbox"]:checked::after,
.sizes-grid input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: #fff;
}

/* Дії */
.filter-actions {
  margin-top: 20px;
  text-align: center;
}

.reset-filter {
  padding: 8px 14px;
  background: transparent;
  color: #8F8F8F;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #8F8F8F;
  transition: 0.3s;
}

.reset-filter:hover {
  color: #fff;
  border-color: #fff;
}

.apply-filter {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 13px 50px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: 'Andale Mono', monospace;
  cursor: pointer;
  letter-spacing: -1.4px;
  transition: background 0.3s, color 0.3s;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.apply-filter:hover {
  background: transparent;
  color: #fff;
}

.apply-filter.loading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 3px;
  background: #000;
  opacity: 1;
  z-index: 50;
  animation: applyFilterLoadingBar 1s linear infinite;
  will-change: transform;
}

@keyframes applyFilterLoadingBar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(300%);
  }
}

.apply-filter .apply-filter-count {
  position: absolute;
  top: 5px;
  font-size: 12px;
  color: #8F8F8F;
}


/* Зміщення каталогу при відкритих фільтрах */
.catalog-products.with-filters {
  margin-left: 357px;
}

/* ФІЛЬТРИ КАТЕГОРІЙ (ALL, CATEGORY) */
.catalog-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 26px 30px 50px;
}

.filters-label {
  padding: 7px 14px;
  font-family: 'Andale Mono', monospace;
  font-size: 20px;
  color: #1E1E1E;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.filters-list {
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-link {
  display: inline-flex;
  align-items: flex-start;
  padding: 13px 3px 15px 3px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 11px;
	line-height: 13px;
  text-transform: uppercase;
  color: #1E1E1E;
  text-decoration: none;
}

.filter-link.active {
  background: #1E1E1E;
  color: #fff;
}

.filter-link .cat-count {
  font-family: 'Andale Mono', monospace;
  font-size: 9px;
  color: #8F8F8F;
  transform: translateY(-73%);
}

.filters-list .cat-item.child .filter-link {
  padding-left: 20px;
}

.mobile-filters-btn {
	display: none;
}

.filter-close {
		display: none;
}


/* Адаптація фільтрів під мобільні */

@media (max-width: 1024px) {
.filters-container {
    position: relative;
    width: 100%;
  }

.filters-panel {
    flex-direction: column;
	padding-bottom: 225px !important;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
	width: 100%;
    height: 100vh !important;
    background: #000;
    overflow-y: auto;
    border: none;
    z-index: 9999;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
  }

  .filters-panel.active {
    display: flex;
    flex-direction: column;
		margin-top: 0;
  }
	
	.filter-close {
		display: block;
		position: absolute;
    top: 10px;
    right: 14px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #fff;
	}
	
	    .reset-filter {
        padding: 0px 14px;
        background: transparent;
        color: #8F8F8F;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-bottom: 1px solid #8F8F8F;
        transition: 0.3s;
        margin-top: -13px;
    }

.filter-header {
  margin-top: 30px;
}
	
  .catalog-products.with-filters {
    margin-left: 0;
  }
	
  .apply-filter {
    z-index: 1;
    padding: 12px 45px;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: -0.6px;
    max-width: 420px;
    text-transform: uppercase;
  }

  .apply-filter:hover,
  .apply-filter:active,
  .apply-filter:focus {
    background: #fff;
    color: #000;
    outline: none;
  }

  .apply-filter::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'><path d='M12.2891 0.714844L15.0811 3.37695L10.9775 7.26074L14.9248 10.3184V14.2852H10.9688V7.26953L3.6748 14.1738L0.882812 11.5117L8.31934 4.47266H0.859375V0.714844H12.2891Z' fill='%231E1E1E'/></svg>");
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  	
	.catalog-products .container {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
	
  .catalog-title {
    font-size: 56px;
    line-height: 46px;
    letter-spacing: -4px;
    margin: 20px 17px 30px 17px;
  }

  /* Контейнер фільтрів */
  .catalog-filters {
    position: relative;
    margin: 0 10px 10px;
    gap: 15px;
    align-items: flex-start;
  }

  /* Кнопка Category */
    .mobile-filters-btn {
    display: block;
    background: #000;
    color: #fff;
    padding: 14px 15px;
    border: none;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
  }

  /* Кнопка завжди праворуч по центру контейнера */
  .catalog-filters .mobile-filters-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
	
	.mobile-filters-btn .arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
		margin-left: 14px;
}

.mobile-filters-btn.active .arrow-icon {
  transform: rotate(180deg);
}
	
	.mobile-filters-btn .filter-counter {
    position: absolute;
    top: 5px;
		font-family: 'Andale Mono', monospace;
    font-size: 8px;
    color: #8F8F8F;
		margin-left: -5px;
}

  /* Список категорій */
    .filters-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0.3px;
        right: 0.2px;
        background: #fff;
        border: 1px solid #000;
        z-index: 999;
        padding: 19px 0px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 10px;
    }

  .filters-list.open {
    display: block;
  }

  /* Ховаємо скролбар */
  .filters-list::-webkit-scrollbar {
    display: none;
  }

  /* Елементи списку */
  .filters-list li {
    display: inline-block;
    margin: 0 6px;
  }

  .filters-list li a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
  }
	
	 .filters-list li a .cat-count {
    font-size: 11px;
    color: #666;
    margin: 0 0 2px 0;
    transform: none !important;
  }

  .filters-list li a.active {
    background: #000;
    color: #fff;
  }

  /* Ховаємо дочірні категорії */
  .filters-list li.child {
    display: none;
  }

  /* Кнопки WooCommerce */
  .woocommerce a.button {
    padding: 10px !important;
  }

  /* Ціни */
  .product-card .product-price {
    display: flex;
    gap: 7px;
    font-family: 'Andale Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px;
  }

  /* Кнопка "Apply" */

	.filters-icon {
    width: 14px;
    height: 14px;
}
	
	.filters-label {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
	
    .filter-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* чорна підложка під кнопкою */
.filter-actions::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: #000;
  z-index: -1;
}

  .filter-brands-sizes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .filter-brands, .filter-sizes {
    display: flex;
    flex-direction: column;
  }

  .filter-brands h4, .filter-sizes h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Wix Madefor Display', sans-serif;
    text-transform: uppercase;
  }

  .brands-grid, .sizes-grid {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }

  .brands-grid label, .sizes-grid label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #fff;
    font-family: 'Andale Mono', monospace;
  }

  .brands-grid input[type="checkbox"], .sizes-grid input[type="checkbox"] {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: #000;
    position: relative;
    cursor: pointer;
  }

  .brands-grid input[type="checkbox"]:hover,
  .sizes-grid input[type="checkbox"]:hover {
    border-color: #8F8F8F;
  }

  .brands-grid input[type="checkbox"]:checked::after,
  .sizes-grid input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background: #fff;
  }
}


/* 404 Page */

    .error-404 {
    text-align: center;
    padding: 100px 50px;
}

    .error-404 h1 {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 56px;
    line-height: 82%;
    letter-spacing: -0.07em;
    margin: 0 0 50px;
}

    .error-404 h2 {
    font-family: 'Andale Mono', monospace;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 0 50px;
}

    .error-404 p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin: 0 0 30px;
}

@media (max-width: 768px) {

.error-404 {
    text-align: center;
    padding: 50px 10px;
}

.error-404 h1 {
	font-size: 36px;
	}
	
.error-404 h2 {	
	font-size: 26px;
}
}


/* Кнопка Додати в кошик в картці товару */

.add-to-cart-custom.loading::after {
    display: none !important;
    content: none !important;
}

.add-to-cart-custom {
    position: relative;
    overflow: hidden;
}

.add-to-cart-custom::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: currentColor;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.2s ease;
}

.add-to-cart-custom.loading::before {
    opacity: 1;
    animation: buttonLoadingBar 1s ease-in-out infinite;
}

@keyframes buttonLoadingBar {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 70%;
        left: 15%;
    }

    100% {
        width: 0%;
        left: 100%;
    }
}

.add-to-cart-custom.loading {
    pointer-events: none;
    opacity: 1;
}

.add-to-cart-custom.added::before {
    opacity: 0;
    animation: none;
}

.add-to-cart-error {
    font-family: 'Andale Mono', monospace;
    font-size: 14px;
    font-weight: 400;
		line-height: 15px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000;
	 margin-bottom: 12px;
}

@media (max-width: 768px) {
.add-to-cart-error {
  font-size: 10px;
}
}

/* Кнопка Додати в кошик у модальному вікні */

.modal-add-to-cart .add_to_cart_button.loading::after {
    display: none !important;
    content: none !important;
}

.modal-add-to-cart .add_to_cart_button {
    position: relative;
    overflow: hidden;
}

.modal-add-to-cart .add_to_cart_button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: currentColor;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.2s ease;
}

.modal-add-to-cart .add_to_cart_button.loading::before {
    opacity: 1;
    animation: buttonLoadingBar 1s ease-in-out infinite;
}

.modal-add-to-cart .add_to_cart_button.loading {
    pointer-events: none;
    opacity: 1;
}

.modal-add-to-cart .add_to_cart_button.added::before {
    opacity: 0;
    animation: none;
}

.modal-add-to-cart .add-to-cart-error {
	font-size: 12px;
    color: #fff;
}


@media (max-width: 768px) {
    .modal-add-to-cart .add-to-cart-error {
        font-size: 10px;
    }
}



/* PopUp Cart */

.cart-notification {
  position: fixed;
  top: 65px;
  right: 48px;
  width: 400px;
  height: 300px;
  background: #131313;
  color: #fff;
  border: 1px solid #fff;
  padding: 22px;
  box-sizing: border-box;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: 0.3s ease;

  display: flex;
  flex-direction: column;
}

.cart-notification.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-notification-close {
  position: absolute;
  top: 19px;
  right: 18px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cart-notification-title {
  font-family: 'Andale Mono', monospace;
  font-size: 16px;
  line-height: 1;
  margin: 0 40px 38px 0;
  text-transform: uppercase;
}

.cart-notification-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
  min-height: 115px;
}

.cart-notification-image {
  flex: 0 0 90px;
  width: 90px;
  height: 115px;
  object-fit: cover;
}

.cart-notification-info {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}

.cart-notification-name,
.cart-notification-price,
.cart-notification-size {
  font-family: 'Andale Mono', monospace;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.cart-notification-name {
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-notification-size {
  margin: 0 0 15px;
}

.cart-notification-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cart-notification-price del {
  color: #7E7E7E !important;
  text-decoration: line-through !important;
}

.cart-notification-price ins {
  color: #fff !important;
  text-decoration: none !important;
}

.cart-notification-view {
  width: 100%;
  margin-top: auto;
  padding: 13px 14px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Andale Mono', monospace;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-notification-view:hover {
  background: #fff;
  color: #131313;
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .cart-notification {
    top: 65px;
    right: 24px;
    width: 360px;
    height: 280px;
    padding: 20px;
  }

  .cart-notification-title,
  .cart-notification-name,
  .cart-notification-price,
  .cart-notification-size,
  .cart-notification-view {
    font-size: 14px;
  }

  .cart-notification-image {
    flex-basis: 82px;
    width: 82px;
    height: 105px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cart-notification {
    top: 65px;
    left: 17px;
    right: 17px;
    width: auto;
    height: auto;
    min-height: 230px;
    padding: 16px;
  }

  .cart-notification-close {
    top: 14px;
    right: 14px;
    font-size: 22px;
  }

  .cart-notification-title {
    font-size: 13px;
    margin: 0 34px 14px 0;
  }

  .cart-notification-content {
    gap: 12px;
    margin-bottom: 16px;
    min-height: 92px;
  }

  .cart-notification-image {
    flex: 0 0 72px;
    width: 72px;
    height: 92px;
  }

  .cart-notification-name,
  .cart-notification-price,
  .cart-notification-size {
    font-size: 12px;
    line-height: 1.25;
  }

  .cart-notification-name {
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }

  .cart-notification-size {
    margin-bottom: 15px;
  }

  .cart-notification-price {
    gap: 6px;
  }

  .cart-notification-view {
    font-size: 12px;
    padding: 12px;
  }
}


/* === Morkva delivery checkout styling === */

.delivery-area {
  margin-top: 30px;
}

.delivery-area .form-fields-wrapper {
  display: block !important;
}

.delivery-area #shipping_method {
  display: none !important;
}

.checkout-shipping-methods-wrapper {
  font-size: 0;
  margin-top: -25px;
}

/* Select способу доставки */
.delivery-method-select-wrap {
  width: 100%;
  margin: 0 0 24px;
  padding: 3px;
  box-sizing: border-box;
  font-size: initial;
}

.delivery-method-select-wrap label {
  display: block;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 6px !important;
}

/* Select2 для способу доставки */
.delivery-method-select-wrap .select2-container {
  width: 100% !important;
}

.delivery-method-select-wrap .select2-selection--single {
  min-height: 52px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.delivery-method-select-wrap .select2-selection__rendered {
  padding: 0 !important;
  line-height: 28px !important;
  font-family: 'Andale Mono', monospace !important;
  font-size: 18px !important;
  color: #000 !important;
}

.delivery-method-select-wrap .select2-selection__arrow {
  height: 52px !important;
}

/* Приховуємо стандартні shipping address поля Woo */
.delivery-area .woocommerce-shipping-fields {
  display: none !important;
}

/* Поля Моркви */
.delivery-area .woocommerce-additional-fields,
.delivery-area .mrkv_ua_shipping_checkout_fields {
  width: 100%;
}

.delivery-area .mrkv_ua_shipping_checkout_fields > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.delivery-area .mrkv_ua_shipping_checkout_fields p.form-row {
  flex: 1 1 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.delivery-area .mrkv_ua_shipping_checkout_fields label {
  display: block;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 6px !important;
}

.delivery-area .mrkv_ua_shipping_checkout_fields input,
.delivery-area .mrkv_ua_shipping_checkout_fields select,
.delivery-area .mrkv_ua_shipping_checkout_fields .select2-selection--single {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  font-family: 'Andale Mono', monospace !important;
  font-size: 18px !important;
  color: #8F8F8F !important;
  background: #fff !important;
  box-sizing: border-box;
}

.delivery-area .mrkv_ua_shipping_checkout_fields .select2-container {
  width: 100% !important;
}

.delivery-area .mrkv_ua_shipping_checkout_fields .select2-selection__rendered {
  padding: 0 !important;
  line-height: 28px !important;
  font-family: 'Andale Mono', monospace !important;
  font-size: 18px !important;
  color: #000 !important;
}

.delivery-area .select2-selection__placeholder {
  color: #8F8F8F !important;
}

.delivery-area .select2-selection__arrow {
  height: 52px !important;
}

/* Приховуємо hidden-поля Моркви */
.delivery-area input[type="hidden"],
.delivery-area p[id*="_ref_field"],
.delivery-area p[id*="_label_field"],
.delivery-area p[id*="_area_name_field"],
.delivery-area p[id*="_number_field"],
.delivery-area p[id*="_enabled_field"] {
  display: none !important;
}

/* Адресна доставка: будинок + квартира в 2 колонки */
#mrkv_ua_shipping_nova-poshta_address_building_field,
#mrkv_ua_shipping_nova-poshta_address_flat_field,
#mrkv_ua_shipping_nova-poshta_address_house_field,
#mrkv_ua_shipping_nova-poshta_address_apartment_field {
  flex: 1 1 calc(50% - 5px) !important;
}

@media (max-width: 768px) {
  .delivery-method-select-wrap .select2-selection__rendered,
  .delivery-area .mrkv_ua_shipping_checkout_fields input,
  .delivery-area .mrkv_ua_shipping_checkout_fields select,
  .delivery-area .mrkv_ua_shipping_checkout_fields .select2-selection--single,
  .delivery-area .select2-selection__rendered {
    font-size: 14px !important;
  }

  #mrkv_ua_shipping_nova-poshta_address_building_field,
  #mrkv_ua_shipping_nova-poshta_address_flat_field,
  #mrkv_ua_shipping_nova-poshta_address_house_field,
  #mrkv_ua_shipping_nova-poshta_address_apartment_field {
    flex: 1 1 100% !important;
  }
  
  .delivery-method-select-wrap label {
    font-size: 14px;
    margin-bottom: -4px !important;
}

.order-page-info-area p.form-row .select2-selection__placeholder {
    font-size: 14px;
}
}
