@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

html {
  min-width: 320px;
}
html * {
  font-family: "Montserrat" !important;
  -webkit-tap-highlight-color: transparent;
  
}
a {
  font-family: "Montserrat" !important;
}
.body {
  background: #ffffff;
}
img {
  font-size: 10px;
}
pre{
  border: 0;
  color: inherit;
  font: inherit;
  white-space: break-spaces;
  padding: 0;
}
@-webkit-keyframes menu-active {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes menu-active {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@-webkit-keyframes menu-deactivate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes menu-deactivate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* uikit */
.uk-notification-message{
  position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ededed;
}

/* uikit */

.mob-header {
  background-color: #ffcc00;
}
.mob-header__body {
  height: 55px;
}
.mob-header__menu-btn {
  width: 25px;
  color: #000000;
}
.mob-header__menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.mob-menu-custom-link {
  display: block;
  padding: 6px 0;
}
/* Офканвас меню ренериться поза .mob-header — фон як у жовтого хедера */
.mob-nav-offcanvas-bar {
  background: #ffcc00;
  min-width: 280px;
  max-width: min(100vw, 360px);
  box-sizing: border-box;
  /* Картки темніші за фон; розкриті підменю — світліші (більше білого в змішуванні) */
  --mob-nav-card-radius: 3px;
  --mob-nav-surface: #ffdf80;
  --mob-nav-surface-inner: #fff9e9;
}
@supports (color: color-mix(in srgb, red, blue)) {
  .mob-nav-offcanvas-bar {
    --mob-nav-surface: color-mix(in srgb, #ffcc00 56%, #ffffff);
    --mob-nav-surface-inner: color-mix(in srgb, #ffcc00 22%, #ffffff);
  }
}
.mob-nav-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  min-height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mob-nav-offcanvas-header__title-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mob-nav-offcanvas-header__burger {
  width: 25px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.mob-nav-offcanvas-header__title {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.mob-nav-offcanvas-header .uk-offcanvas-close {
  position: static;
  top: auto;
  right: auto;
  flex-shrink: 0;
  opacity: 1;
  color: #333333;
}
.mob-nav-offcanvas-scroll {
  padding: 12px;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  box-sizing: border-box;
}
/* Панель каталогу — кольори як у десктопного випадаючого каталогу */
.mob-nav-catalog-panel {
  background: #3d464d;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 14px;
}
.mob-nav-catalog-panel__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.mob-nav-catalog-panel--open .mob-nav-catalog-panel__toggle {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.mob-nav-catalog-panel__toggle:hover,
.mob-nav-catalog-panel__toggle:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}
.mob-nav-catalog-panel__toggle-chevron {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ffffff;
  transition: transform 0.2s ease;
}
.mob-nav-catalog-panel--open .mob-nav-catalog-panel__toggle-chevron {
  transform: rotate(180deg);
}
.mob-nav-catalog-panel__body {
  padding: 0;
}
.mob-nav-catalog-panel__loading {
  padding: 16px 15px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
.mob-nav-catalog-panel__list {
  list-style: none;
  margin: 0;
  padding: 8px 0 12px;
}
.mob-nav-catalog-panel__list > li {
  margin: 0;
}
.mob-nav-catalog-panel__link {
  display: block;
  padding: 10px 15px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}
.mob-nav-catalog-panel__link--leaf:hover,
.mob-nav-catalog-panel__link--leaf:focus-visible {
  background: #525a61;
  text-decoration: none;
}
.mob-nav-catalog-panel__parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}
.mob-nav-catalog-panel__parent:hover,
.mob-nav-catalog-panel__parent:focus-visible {
  background: #525a61;
}
.mob-nav-catalog-panel__parent-label {
  flex: 1;
  min-width: 0;
  padding-right: 10px;
}
.mob-nav-catalog-panel__chevron {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffffff;
  transition: transform 0.2s ease;
}
.mob-nav-catalog-open > .mob-nav-catalog-panel__parent .mob-nav-catalog-panel__chevron {
  transform: rotate(180deg);
}
.mob-nav-catalog-panel__sub {
  list-style: none;
  margin: 0;
  padding: 0 0 4px;
  background: rgba(0, 0, 0, 0.15);
}
.mob-nav-catalog-panel__sub .mob-nav-catalog-panel__link,
.mob-nav-catalog-panel__sub .mob-nav-catalog-panel__parent {
  padding-left: 22px;
  font-size: 13px;
}
.mob-nav-catalog-panel__sub .mob-nav-catalog-panel__sub .mob-nav-catalog-panel__link,
.mob-nav-catalog-panel__sub .mob-nav-catalog-panel__sub .mob-nav-catalog-panel__parent {
  padding-left: 28px;
}
/* Мобільний офканвас: обліковий запис */
.mob-nav-profile-wrap {
  margin-bottom: 12px;
  border-radius: var(--mob-nav-card-radius, 3px);
  overflow: hidden;
  background: var(--mob-nav-surface, #ffdf80);
}
.mob-nav-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  margin: 0;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}
.mob-nav-profile-wrap--open .mob-nav-profile-head {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.mob-nav-profile-head:hover,
.mob-nav-profile-head:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}
.mob-nav-profile-head__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mob-nav-profile-head__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.mob-nav-profile-chevron {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333333;
  transition: transform 0.2s ease;
}
.mob-nav-profile-wrap--open .mob-nav-profile-chevron {
  transform: rotate(180deg);
}
.mob-nav-profile-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--mob-nav-surface-inner, #fff9e9);
}
.mob-nav-profile-sub > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mob-nav-profile-sub > li:last-child {
  border-bottom: none;
}
.mob-nav-profile-sub__link {
  display: block;
  padding: 12px 14px;
  color: #000000 !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mob-nav-profile-sub__link:hover,
.mob-nav-profile-sub__link:focus-visible {
  text-decoration: underline;
}
/* Жовтий блок: профіль, головна, бренди, решта меню Joomla */
.mob-nav-inset-block {
  margin-bottom: 12px;
}
.mob-nav-inset-block .mob-nav-joomla-root {
  margin-bottom: 0;
}
.mob-nav-yellow-links {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-radius: var(--mob-nav-card-radius, 3px);
  overflow: hidden;
  background: var(--mob-nav-surface, #ffdf80);
}
.mob-nav-yellow-links > li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mob-nav-yellow-links > li:last-child {
  border-bottom: none;
}
.mob-nav-yellow-links__home {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 6px;
  color: #000000 !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.mob-nav-yellow-links__home:hover,
.mob-nav-yellow-links__home:focus-visible {
  text-decoration: underline;
}
.mob-nav-home-icon {
  flex-shrink: 0;
  color: #000000;
}
.mob-nav-yellow-links__custom {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 6px;
  color: #000000 !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.mob-nav-brand-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}
.mob-nav-yellow-links__custom-label {
  min-width: 0;
}
.mob-nav-yellow-links__custom:hover,
.mob-nav-yellow-links__custom:focus-visible {
  text-decoration: underline;
}
.mob-nav-joomla-root {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-radius: var(--mob-nav-card-radius, 3px);
  overflow: hidden;
  background: var(--mob-nav-surface, #ffdf80);
}
.mob-nav-joomla-root > li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mob-nav-joomla-root > li:last-child {
  border-bottom: none;
}
.mob-nav-joomla-link {
  display: block;
  padding: 12px 6px;
  color: #000000 !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.mob-nav-joomla-link:hover,
.mob-nav-joomla-link:focus-visible {
  text-decoration: underline;
}
.mob-nav-joomla-parent-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 6px;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}
.mob-nav-joomla-chevron {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333333;
  transition: transform 0.2s ease;
}
.mob-nav-joomla-li-parent--open > .mob-nav-joomla-parent-btn .mob-nav-joomla-chevron {
  transform: rotate(180deg);
}
.mob-nav-joomla-nested {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--mob-nav-surface-inner, #fff9e9);
}
.mob-nav-joomla-nested > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mob-nav-joomla-nested > li:last-child {
  border-bottom: none;
}
.mob-nav-joomla-nested .mob-nav-joomla-link {
  font-weight: 600;
  font-size: 14px;
  padding-left: 14px;
}
.mob-nav-joomla-nested .mob-nav-joomla-parent-btn {
  font-size: 14px;
  padding-left: 14px;
}
.mob-nav-joomla-nested .mob-nav-joomla-nested .mob-nav-joomla-link,
.mob-nav-joomla-nested .mob-nav-joomla-nested .mob-nav-joomla-parent-btn {
  padding-left: 22px;
}
.mob-nav-shop-footer {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mob-nav-shop-footer__link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #000000 !important;
  text-decoration: underline;
}
.mob-filters-offcanvas-bar {
  background: #ffffff;
  min-width: 280px;
  max-width: min(100vw, 360px);
  box-sizing: border-box;
}
.filters-offcanvas-inner {
  max-height: calc(100vh - 52px);
  overflow-y: auto;
}
/* Мобільна кнопка відкриття фільтрів: білий блок, іконка, відступ від жовтого хедера */
.products-filters-mobile-bar-wrap {
  margin-top: 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.products-filters-open {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  background: #ffffff;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.products-filters-open:hover {
  border-color: #cfd4dc;
  background: #fafafa;
}
.products-filters-open:focus-visible {
  outline: 2px solid #3d464d;
  outline-offset: 2px;
}
.products-filters-open__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.products-filters-open__icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}
.products-filters-open__label {
  flex: 1;
}
.mob-header__logo {
  width: 125px;
}
.header-top-nav {
  min-width: 100px;
}
.header-top-nav__loader-img {
  width: 25px;
}
.header__cart-btn,
.header__fav-btn,
.header__compare-btn,
.header__login-btn {
  width: 24px;
  color: #000000;
}
.header__cart-count,
.header__fav-count,
.header__compare-count {
  display: flex;
  position: absolute;
  top: -16px;
  right: -10px;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  line-height: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.header-user-bar--loading {
  opacity: 0.65;
  pointer-events: none;
}

.header__login-link {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.header__login-link .logout-icon{
  display: block !important;
}
.lang-switcher{
  display: flex;
  align-items: center;
}

.header-lang {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.header-lang.active {
  width: 28px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5d5d5;
  border-radius: 50%;
}
.header-lang img {
  width: 18px;
}
.mob-header__search-btn {
  width: 25px;
  color: #000000;
}
.mob-header .uk-offcanvas-bar {
  background: #ffffff;
  padding: 10px 0;
  min-width: 310px;
}
.mob-header .uk-offcanvas-bar .uk-close {
  color: #666666;
  right: 10px;
}
.mob-header .uk-offcanvas-bar .mob-header__menu-sub-nav{
  padding: 0;
}
.mob-header .uk-offcanvas-bar .mob-header__menu-sub-nav li{
 position: relative;
}
.mob-header .uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a::after{
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: menu-deactivate 0.6s;
          animation: menu-deactivate 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
}
.mob-header .uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after{
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: menu-active 0.6s;
          animation: menu-active 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mob-header .uk-offcanvas-bar  .mob-header__menu-sub-nav-link + ul,
.mob-header .uk-offcanvas-bar  .mob-header__menu-sub-nav-link + div {
  padding-left: 0 !important;
}
.mob-header-offcanvas__title {
  color: #666666;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
.mob-header .uk-offcanvas-bar .uk-nav>li{
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
}
.mob-header .uk-offcanvas-bar a {
  color: #666666 !important;
  padding: 10px;
}
.mob-header .link-separator{
  color: #666666 !important;
}
.mob-header-offcanvas__lang{
  padding: 10px 5px;
}
.mob-header .mob-header__catalog-link {
  display: flex;
  justify-content: space-between;
}
.mob-header__catalog-link-active {
  -webkit-animation: menu-active 0.6s;
          animation: menu-active 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mob-header__catalog-link-deactivate {
  -webkit-animation: menu-deactivate 0.6s;
          animation: menu-deactivate 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* .header-nav-mb__nav-list--item {
  border-bottom: 1px solid #e5e5e5;
} */
.mob-header__menu-sub-nav {
 
  background-color: #f3f3f3;
}
.mob-subnav::after{
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: menu-deactivate 0.6s;
          animation: menu-deactivate 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mob-subnav-active::after{
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: menu-active 0.6s;
          animation: menu-active 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mob-header .mob-header__menu-sub-nav li {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
}

.mob-header__menu-sub-nav a {
  color: #666666 !important;
  font-size: 14px;
}
.mob-header__menu-sub-nav .mob-menu-sub-nav__link{
  font-size: 14px;
  font-weight: 400;
}
.mob-header__menu-sub-nav-link {
  border-bottom: 1px solid #e5e5e5;
}
.mob-header__menu-sub-nav>li>a{
  font-weight: 700;
}
.mob-header__menu-sub-nav li:last-child{
  border-bottom: 0;
}
.catalog-menu__sub-list li {
  margin-top: 0 !important;
}
.mob-header-offcanvas__account {
  color: #666666;
  padding: 10px;
}
.mob-header-offcanvas__account::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: menu-deactivate 0.6s;
          animation: menu-deactivate 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.login-logout-profile__separator{
  color: #666666 !important;
}
.mob-header__account-menu {
  display: none;
  background: #f3f3f3;
  margin: 0;
  list-style: none;
}
.mob-header__account-menu li:nth-child(n + 2) a {
  border-top: 1px solid #e5e5e5;
}
.mob-header__account-menu a {
  display: block;
  font-size: 14px;
}
#modal-search .header__search-btn{
  position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#modal-search  .mob-header__modal-close{
  position: absolute;
  top: 50%;
    right: 15px;
    transform: translatey(-50%);
  width: 40px;
  height: 40px;
  color: #666;
  border-left: 1px solid #e5e5e5;

}
#modal-search .uk-margin-left{
  margin-left: 0!important;
}
.header__search-input {
  border-radius: 5px;
  color: #525a61;
  font-size: 13px;
}
.header__search-form{
  position: absolute;
  top: 1px;
  right: 40px;
  height: calc(100% - 2px) !important;
  font-size: 12px;
  color: #000;
  max-width: 135px;
  border-top: 0;
  border-bottom: 0;
}
.header__search-form:focus,
.header__search-form:active{
  border-color: #e5e5e5 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.header__search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #3d464d;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}
.header__search-btn-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.menu-loader {
  width: 100px;
}
.menu-loader .loader-img {
  width: 30px;
}
.account-active::after {
  background-image: url("../images/menu-arrow.svg");
  -webkit-animation: menu-active 0.6s;
          animation: menu-active 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border: 1px solid #ffcc00;
}
.breadcrumbs {
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
}
.breadcrumbs > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 5px;
  color: #3d464d;
}
.breadcrumbs > :last-child > * {
  color: #999;
}
.breadcrumbs__link {
  color: #3d464d;
  font-size: 14px;
}
.loader-img {
  width: 75px;
}
.sort-item span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/sort-icon-sprites.png);
  background-size: cover;
}

.sort-item .inactive {
  display: none;
}
.sort-view-select {
  min-width: 50px;
  max-width: 60px;
}
.sort-item {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.sort-item:hover {
  color: #3d464d;
}
.sort-name {
  color: #3d464d;
  font-size: 14px;
  font-weight: 700;
}
.sort-item .price-active-asc {
  background-position: -40px;
}

.sort-item .price-active-desc {
  background-position: -60px;
}

.sort-item .name-active-asc {
  background-position: 0;
}

.sort-item .name-active-desc {
  background-position: -20px;
}
.sort-view-select {
  margin-left: 10px;
}
.sort-view-select.sort-view-select--rounded {
  border-radius: 10px;
  border: 1px solid #d7dbdf;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  min-height: 2.1rem;
  line-height: 1.2;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  appearance: auto;
}
.sort-view-select.sort-view-select--rounded:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.25);
  outline: none;
}
.category-card{
  border: 1px solid #ededed;
  border-radius: 2px;
}
.category-card__image{
  object-fit: contain;
}
.category-card__name {
  display: block;

  margin-bottom: 15px;
}
.category-card__name:hover {
  text-decoration: none;
}
.category-card__name:hover h3 {
  color: #000000;
}
.category-card__name h3 {
  font-size: 16px;
  font-weight: 700;
  color: #3d464d;
}
.category-panel-list{
  padding: 0px 10px 10px;
  margin-bottom: 0;
  margin-top: 0;
  
}

.category-panel-child-list{
  padding-left: 10px !important;
}
.category-panel-parent{
  color: #3d464d !important;
  font-size: 13px;
  font-weight: 700;
}
.category-panel-parent:hover{
  color: #000;
  text-decoration: none;
}
.category-panel-child{
  color: #3d464d !important;
  font-size: 13px;
}
.category-panel-child:hover{
  color: #000;
  text-decoration: none;
}
.mob-header-offcanvas__title--category{
  margin-bottom: 15px;
}
/* Категорія: фільтри + товари. Grid, не flex — інакше при 1–3 товарах рядок стискається до min-content. */
/* Селектор під main.uk-container + !important, щоб не перекрив інший CSS/порядок завантаження. */
.products-main-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.products-main-row--full {
  display: block;
}
@media (min-width: 960px) {
  .products-layout-main .goodel-catrow,
  main.uk-container .products-main-row:not(.products-main-row--full) {
    display: grid !important;
    /* Колонка фільтрів = ширина кнопки «Каталог» у хедері (260px). */
    grid-template-columns: 260px minmax(300px, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    column-gap: 0.625rem;
    align-items: start;
    justify-content: start;
    justify-items: stretch;
  }
  .products-layout-main .goodel-catrow .goodel-catrow__sidebar,
  main.uk-container .products-main-row:not(.products-main-row--full) .filters-sidebar,
  main.uk-container .products-main-row:not(.products-main-row--full) .products-view {
    width: 100% !important;
    max-width: none !important;
  }
  /* Мін. ширина зони карток: не 0 (у парі з minmax(300px,1fr) у сітці). */
  .products-layout-main .goodel-catrow .goodel-catrow__products,
  main.uk-container .products-main-row:not(.products-main-row--full) .products-view--with-sidebar {
    min-width: min(100%, 320px) !important;
    box-sizing: border-box;
  }
  .products-layout-main .goodel-catrow .goodel-catrow__sidebar,
  main.uk-container .products-main-row:not(.products-main-row--full) .filters-sidebar {
    min-width: 0;
    flex: unset;
    justify-self: start;
    width: 100%;
  }
  /* Сітка UIkit на списку карток не вужча за колонку контенту. */
  .products-layout-main .goodel-catrow .products-list-grid,
  .products-view--with-sidebar .products-list-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box;
  }
}
/* Зовнішня обгортка під uk-container: гарантуємо рядок на всю ширину main. */
main.uk-container > .uk-width-1-1 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  /* uk-slider-container-offset / slider arrows can widen page scrollWidth on product routes. */
  .products-layout-main,
  .product-detail-route {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  body:has(.product-detail-route) {
    overflow-x: hidden;
  }
}
.products-view {
  min-height: 90vh;
  min-width: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.products-view .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.products-view .uk-grid-small > * {
  padding-left: 0px;
}
.products-view .uk-grid-small {
  margin-left: 0px;
}
.products-view .uk-grid-small > .uk-grid-margin {
  margin-top: 0px;
}
.product-card {
  border: 1px solid #ededed;
  border-radius: 2px;
  cursor: pointer;
}
.product-card__stock-label{
  border-radius: 3px;
  color: #00ad06;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.product-card__image{
  object-fit: contain;
}
.product-card__name {
  display: block;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-card__name:hover {
  text-decoration: none;
}
.product-card__name:hover h3 {
  color: #000000;
}
.product-card__name h3 {
  font-size: 14px;
  color: #3d464d;
}
.product-card__price {
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
  color: #000000;
}
.product-card__price-discount {
  font-size: 13px;
  color: #666666;
  text-decoration: line-through;
}

.price-personal__saving {
  color: #4a148c;
}
.product-card__addtocart-btn {
  background-color: #ffcc00;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.product-card__addtocart-btn:active {
  background-color: #3d464d;
  color: #ffffff;
  text-decoration: none;
}
.product-card__addtocart-disable{
  opacity: 0.5;
}
/* .product-card__addtocart-btn:focus {
  background-color: #ffcc00;
  color: #000000;
  text-decoration: none;
} */
.product-card__footer-btn_img {
  width: 20px;
  color: #ccc;
  cursor: pointer;
}
.product-card__footer-btn_img:hover {
  color: #3d464d;
}
/* Ряд «Купити» + обране + порівняння в одному рядку (кнопка розтягується, іконки одразу праворуч) */
.product-card__footer-actions {
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
}
.product-card__footer-actions .product-card__footer-actions__buy {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  /* Центрування підпису «Купити» при flex-розтягуванні рядка (десктоп і мобільна картка) */
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-card__footer-icons {
  flex-shrink: 0;
  column-gap: 12px;
}
.product-card-filters{
  display: none;
  position: absolute;
  background: #fff;
  width: calc(100% - 20px);
  left: -1;
  padding: 15px 10px;
  border: 1px solid #ebebeb;
  border-top:none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 5px 5px #b5b5b5;
  z-index: 9;
}
/* Сітка списку товарів: фіксована кількість колонок (як колишні uk-child-width-1-2 / -1-3@m / -1-4@l).
   repeat(auto-fit, minmax(max(px,%))) дав хибну ширину контейнера → 2 колонки і «сплющені» картки. */
.products-list-grid {
  display: grid !important;
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 960px) {
  .products-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .products-list-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.products-list-grid > * {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  min-width: 0;
  max-width: none !important;
  box-sizing: border-box;
}
.products-view .products-list-grid,
.products-view .products-list-grid > * {
  overflow: visible;
}

/* Обгортка клітинки гріда */
.products-list-grid > .product-card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
/* Картка — на всю ширину власної клітинки (100% батька) */
.products-list-grid .product-card,
.products-list-grid .product-card.uk-card {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.product-card-wrap:hover,
.product-card-wrap:focus-within {
  z-index: 30;
}
.product-card-wrap:hover .product-card,
.product-card-wrap:focus-within .product-card {
  box-shadow: 0px 0px 5px #b5b5b5;
}

/* Характеристики: абсолютно під карткою, не розтягують ряд uk-grid; перекривають товари нижче
   (лише left+right — без width:100% разом, щоб не було наїзду/розходження border-box) */
.product-card__hover-specs {
  display: none;
  position: absolute;
  left: 15px;
  right: 0;
  top: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 0;
  margin-top: -1px;
  padding: 6px 10px 10px 10px;
  border: 1px solid #ededed;
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
  color: #3d464d;
  background: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
  z-index: 5;
  max-height: 15rem;
  overflow-y: auto;
}
.product-card__hover-specs .uk-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-card__hover-specs .uk-list > li {
  margin-top: 4px;
  word-break: break-word;
}
.product-card__hover-specs__name {
  color: #000;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .product-card-wrap:hover .product-card__hover-specs,
  .product-card-wrap:focus-within .product-card__hover-specs {
    display: block;
  }
}
/* Тач-екран: показ після focus у кнопок/посилань картки (focus-within), без розтягування ряду */
@media (hover: none) {
  .product-card-wrap:focus-within .product-card__hover-specs {
    display: block;
  }
}

.product-card-filters ul li{
  font-size: 13px;
}
.product-card-filters .uk-list>li:nth-child(n+2){
  margin-top: 5px;
}
.product-card-filters__name{
  color: #000;
  font-weight: 700;
}
.product-prop__image {
  width: 30px;
}
.added-to-wishlist,
.added-to-compare {
  color: #3d464d;
}
.uk-pagination > * {
  padding-left: 0;
}
.uk-pagination a {
  color: #3d464d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 9px 12px;
  margin: 0 3px;
}
.uk-pagination .disabled a {
  color: #b3b3b3;
}
.uk-pagination .active a {
  background: #ffd333;
  border-radius: 2px;
}
/* Пагінація списку товарів: ellipsis окремим li; один ряд без «переносу» номера під … */
.uk-pagination.products-list-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.uk-pagination.products-list-pagination > li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.uk-pagination.products-list-pagination li.uk-disabled span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 10px;
  margin: 0 3px;
}
.uk-pagination.products-list-pagination li.uk-active > span {
  display: inline-block;
  color: #3d464d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 9px 12px;
  margin: 0 3px;
  background: #ffd333;
  border-radius: 2px;
}
.offcanvas-filter-bar {
  background: #ffffff;
  padding: 10px 0;
}
.mob-header-offcanvas__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
.mob-header-offcanvas__title--filter {
  /* border-top: 1px solid #e5e5e5; */
  border-top: 0;
}
.offcanvas-filter-bar .uk-close {
  color: #666666;
  top: 10px;
  right: 10px;
}
.page-title {
  font-size: 30px;
  color: #3d464d;
}
.product-stock-label{
  color: #00ad06;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
  z-index: 99;
}
.product-image {
  position: relative;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
}
.product-detail-layout__media .product-image,
.product-detail-layout__media .product-gallery-slider-clip {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.product-detail-layout__media .product-gallery-slider-clip {
  margin-top: -8px;
}
.product-gallery-slider-clip .uk-slider-items {
  align-items: stretch;
}
.product-gallery-slider-clip .uk-slider-items > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-images__main {
  max-height: 200px;
}
.product-lightbox__item {
  width: 75px;
  height: 75px;
  padding: 10px;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
}
.product-lightbox__image {
  max-height: 75px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-name {
  font-size: 24px;
  color: #3d464d;
}
.product-block {
  color: #3d464d;
  font-size: 14px;
}
.product__price--value {
  font-size: 20px;
}
.loader-wrap__small {
  width: 25px;
}
.product-addtocart {
  background: #ffd333;
  border: 1px solid #ffd333;
  color: #3d464d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  text-transform: capitalize;
}
.product-addtocart:active {
  background: #3d464d;
  border: 1px solid #3d464d;
  color: #ffffff;
}
.product-addtocart--disable{
  opacity: 0.5;
}
.product-block__control-icon {
  color: #ccc;
  width: 25px;
  cursor: pointer;
}
.product-block__control-icon:hover {
  color: #3d464d;
}
.product-wish-btn__inactive .product-block__control-icon {
  color: #3d464d;
}
.product-compare-btn__inactive .product-block__control-icon {
  color: #3d464d;
}
.product-block__qty {
  min-width: 85px;
  width: 100px;
}
.product-block__qty-inp {
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
}
.product-block__qty-control {
  display: block;
  padding: 0 10px;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
}
.product-accordion li:not(:last-child) {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
}
.product-accordion > :nth-child(n + 2) {
  margin-top: 10px;
}
.product-accordion .uk-accordion-title {
  font-size: 1rem;
  color: #3d464d;
}
.product-accordion__prop-item {
  font-size: 14px;
  color: #3d464d;
}
.product-accordion__prop-item td:first-child {
  font-weight: 700;
}
/* Сторінка товару: дві колони без uk-grid (UIkit дає від’ємний margin → горизонтальний скрол). */
.product-detail-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.product-detail-layout__media,
.product-detail-layout__info {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.product-detail-page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.product-detail-layout__info .product-name {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
@media (min-width: 960px) {
  .product-detail-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .product-detail-layout__media {
    flex: 1 1 0;
    max-width: 50%;
  }
  .product-detail-layout__info {
    flex: 1 1 0;
    max-width: 50%;
  }
}
/* Сторінка товару (mobile): слайдери, flex, таблиці */
@media (max-width: 959px) {
  .product-item-root {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .product-detail-page {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  /* uk-slider-container-offset дає від’ємні margin — прибираємо на сторінці товару */
  .product-detail-page .product-history-slider-outer.uk-slider-container-offset {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .product-detail-page .product-history-slider-inner {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
  }
  .product-detail-page .product-related-slider-clip {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
  }
  .product-detail-page .product-related-slider-clip ul.uk-slider-items.uk-grid,
  .product-detail-page .product-history-slider-inner ul.uk-slider-items.uk-grid {
    margin-left: 0 !important;
  }
  .product-detail-page .uk-section {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  /* Стрілки uk-slidenav позиціонуються за межами ширини — свайп достатній на touch */
  .product-detail-page .uk-slidenav {
    display: none !important;
  }
  .product-detail-html-body {
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
  }
  .product-detail-html-body img,
  .product-detail-html-body table,
  .product-detail-html-body iframe {
    max-width: 100%;
    height: auto !important;
  }
  .product-detail-page .breadcrumbs {
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    white-space: normal;
    overflow-x: hidden;
    row-gap: 6px;
  }
  .product-detail-page .breadcrumbs > span {
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
  }
  .product-detail-page .product,
  .product-detail-layout__media,
  .product-detail-layout__info {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .product-gallery-slider-clip {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
  }
  .product-gallery-slider-clip .uk-slider-items.uk-grid {
    margin-left: 0 !important;
  }
  .product-detail-page .product-detail-layout__media {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .product-detail-page .product-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
  }
  .product-detail-page .product-images__main-link {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: min(42vw, 220px);
  }
  .product-detail-page .product-images__main {
    width: auto;
    max-width: 100%;
    max-height: min(72vw, 340px);
    min-width: 0 !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    display: block;
  }
  .product-detail-page .product-name {
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .product-detail-page .product-block.uk-flex-between {
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-start;
  }
  .product-detail-page .product-block .uk-flex.uk-flex-middle.uk-width-medium {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    gap: 12px;
  }
  .product-detail-page .product-block .uk-flex.uk-flex-middle.uk-width-medium > .product-addtocart {
    flex: 0 0 auto;
    min-width: 118px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-detail-page .product-block .uk-flex.uk-flex-middle.uk-width-medium > .uk-flex-around {
    width: auto !important;
    max-width: none;
    flex: 0 0 auto;
    flex-shrink: 0;
    justify-content: flex-start !important;
    gap: 14px;
  }
  .product-detail-page .product-block .uk-flex.uk-flex-middle.uk-width-medium .product-block__control-icon {
    width: 23px;
  }
  /* uk-width-medium задає велику мінімальну ширину — на телефоні тягне сторінку */
  .product-detail-page .uk-width-medium {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
    box-sizing: border-box;
  }
  .product-detail-page .product-accordion .uk-table {
    display: table;
    width: 100% !important;
    max-width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
  }
  .product-detail-page .product-accordion .product-accordion__prop-item td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
  }
}
.product-relative__title {
  color: #3d464d;
}
.products-viewed-title{
  font-size: 1.8rem;
  color: #3d464d;
}
.product-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: rgba(0, 0, 0, 0.82);
}
.product-gallery-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
}
.product-gallery-lightbox__close,
.product-gallery-lightbox__nav {
  position: absolute;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.product-gallery-lightbox__close {
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}
.product-gallery-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 58px;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 1;
}
.product-gallery-lightbox__nav--prev {
  left: 18px;
}
.product-gallery-lightbox__nav--next {
  right: 18px;
}
.product-history-slider-outer {
  margin-top: 18px;
}
.product-history-slider-inner {
  min-width: 0;
}
.product-history-slider-items {
  align-items: stretch;
}
.product-history-slider-items > .product-history-slider-item {
  display: flex;
  min-width: 0;
}
.product-history-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  background: #fff;
  transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
}
.product-history-card:hover,
.product-history-card:focus-within {
  border-color: #e0e0e0;
  box-shadow: 0 4px 16px rgba(61, 70, 77, 0.14);
  transform: translateY(-1px);
}
.product-history-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 14px 12px 8px;
}
.product-history-card__media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-history-card__media .product-card__image {
  width: 100%;
  max-width: 100%;
  max-height: 132px;
}
.product-history-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 14px 10px;
}
.product-history-card .product-card__name {
  margin-bottom: 12px;
}
.product-history-card .product-card__price {
  margin-top: auto;
  min-height: 24px;
  align-items: baseline;
  gap: 8px;
}
.product-history-card .product-card__stock-label {
  min-height: 22px;
  padding: 0 12px 8px;
}
.product-history-card .uk-card-footer {
  padding: 12px 14px 14px;
  border-top: 1px solid #f0f0f0;
}
.product-history-card .product-card__footer-actions {
  column-gap: 10px;
}
.product-history-card .product-card__footer-icons {
  column-gap: 12px;
}
.product-history-card .product-card__addtocart-btn {
  min-height: 30px;
}
@media (max-width: 639px) {
  .product-history-card__media {
    min-height: 130px;
    padding: 12px 10px 6px;
  }
  .product-history-card__media .product-card__image {
    max-height: 112px;
  }
  .product-history-card__body {
    padding: 10px 10px 8px;
  }
  .product-history-card .uk-card-footer {
    padding: 10px;
  }
}
.uk-light .uk-slidenav {
  color: #ffcc00;
}
.filters-sidebar {
  min-width: 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .main-container .filters-sidebar,
  .products-main-row .filters-sidebar {
    /* ширина колонки з фільтрами — з grid; не обмежувати max-width:20% (раніше зжимало ряд) */
    max-width: none;
    margin-top: 2.75rem;
  }
}
.filters-sidebar-card {
  background: #fff;
  border: 1px solid #e4e6e9;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(45, 55, 72, 0.06);
  padding: 14px 12px 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.filters-sidebar-card .mob-header-offcanvas__title--filter {
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceef1;
}
.filter {
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  margin-top: 65px;
  /* line-height: 29px; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.filter-list--offcanvas > li {
  border-bottom: 2px solid #e5e5e5;
  padding: 0 2px 10px 5px;
}
.filter-list--offcanvas > li:last-child {
  border-bottom: 0;
}
.filter-list--offcanvas li * {
  color: #3d464d !important;
  font-size: 13px;
}
.filter-list--offcanvas li .uk-text-muted{
  color: #3d464d !important;
  font-size: 13px;
}
.filter-list__title {
  color: #3d464d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.selected-filters .filters-controls__btn-reset:first-child{
  margin-bottom: 0;
}
.selected-filters .filters-controls__btn-reset{
  position: relative;
  margin: 5px;
  border: 1px solid #ccc;
}
.filter-no-active{
  pointer-events: none;
  opacity: 0.5;
}
.selected-filters .filters-controls__btn-reset .filters-controls__btn--icon{
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
 }
.filter-list {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-list__border-bottom {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.filter-list li {
  display: flex;
  align-items: center;
}
.filter-list .uk-form-label {
  line-height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.filter-list::-webkit-scrollbar {
  width: 4px;
}

.filter-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-list::-webkit-scrollbar-thumb {
  background-color: #3d464d;
}
.filter-list--offcanvas .uk-checkbox {
  min-width: 16px;
  border-color: #d9ddd9 !important;
  background-color: #ffffff;
  border-radius: 2px;
}
.filter-list--offcanvas .uk-checkbox:checked {
  background-color: #ffcc00 !important;
}

.filters-controls {
  display: flex;
  justify-content: center;
}
.filters-controls__btn-success {
  background: #ffd333;
  color: #3d464d;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
}
.filters-controls__btn-success:hover {
  background: #3d464d;
  color: #ffffff;
}
.filters-controls__btn--icon {
  color: #ed4200;
}
.filters-controls__btn-reset {
  background: #f0f0f0;
  color: #3d464d;
  font-size: 12px;
  line-height: 14px;
  border-radius: 2px;
  padding: 5px 10px;
  cursor: pointer;
}
.filters-category-arrow{
  width: 25px;
 
}
.filters-hidden-val{
  transform: rotate(-180deg);
}
.filter-list--offcanvas .uk-accordion-title::before{
  background-image: url("../images/menu-arrow.svg");
  width: 25px;
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}
.filter-list--offcanvas .uk-open>.uk-accordion-title::before{
  background-image: url("../images/menu-arrow.svg");
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

/* .filters-controls__btn-reset:hover {
  background: #3d464d;
  color: #ffffff;
} */
.cart-list {
  position: relative;
}
.cart-list .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.cart-table{
  width: 100%;
}
.cart-table thead {
  display: none;
}
.cart-table tbody {
  display: flex;
  flex-wrap: wrap;
}
.cart-table tr {
  width: 100%;
}
.cart-table td {
  display: block;
}

.cart-product {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.cart-product:nth-child(n + 2) {
  margin-top: 15px;
}
.cart-product__image {
  height: 150px;
}
.cart-product__name {
  display: block;
  color: #3d464d;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px 15px 15px;
}
.cart-product .cart-product__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}
.cart-product .cart-product__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}
.cart-product .cart-product__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}
.cart-product__mob-text {
  display: block;
  width: 50%;
  text-align: right;
  color: #3d464d;
  font-weight: 700;
}
.cart-product__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-product__addtocart {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-checkout-block {
  text-align: center;
}
.cart-checkout-block__total {
  color: #3d464d;
}
.cart-checkout-block__total--text {
  font-size: 18px;
}
.cart-checkout-block__total--sum {
  font-size: 18px;
}
.cart-checkout-btn {
  background: #ffcc00;
  color: #3d464d;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  text-transform: capitalize;
}
.cart-checkout-btn:hover {
  background: #3d464d;
  color: #ffffff;
}
.checkout-card {
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}
.checkout-card__title {
  font-size: 26px;
  font-weight: 700;
}
.checkout-table {
  border-collapse: collapse;
}
.checkout-table__head th {
  border-bottom: 1px solid #ebebeb;
  color: #3d464d;
  font-size: 15px;
  padding-bottom: 10px;
}
.checkout-table__body {
  color: #3d464d;
  font-size: 14px;
}
.checkout-table__body tr:first-child td {
  padding-top: 10px;
}
.checkout-table__body tr:nth-child(n + 2) td {
  padding-top: 10px;
}
.checkout-table__body tr:last-child td {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.checkout-table__total {
  color: #3d464d;
  font-size: 24px;
}
.checkout-table__total td {
  padding-top: 20px;
}
.checkout__payment-btn {
  background: #ffcc00;
  color: #3d464d;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  border-radius: 2px;
}
.checkout__payment-btn:hover {
  background: #3d464d;
  color: #ffffff;
}
.category-card {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  text-align: center;
}
.category-card__img {
  height: 150px;
  object-fit: contain;
}
.category-card__title {
  color: #3d464d;
}
.category-card__title:hover {
  color: #525a61;
  text-decoration: none;
}
.compare-table {
  min-width: 960px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #3d464d;
  font-size: 15px;
  text-align: left;
}
.compare-table tr{
  border: 1px solid #ebebeb;
}
.compare-table tr.active{
  background-color: #EEEDE7;
}
.compare-table tr.active th{
  background-color: #EEEDE7;
}
.compare-table tr.active b{
  font-size: 1.15em;
}

.compare-table th {
  width: 20%;
  background-color: #f7f7f7;
  padding: 10px 15px;
}
.compare-table td{
  width: 200px;
  text-align: center;
  padding: 10px 15px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.compare-table .product-addtocart{
  width: 110px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}
.compare-list__remove-btn{
  width: 110px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #3d464d;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  line-height: 24px;
  padding: 0 20px;
  text-transform: inherit;
}
.compare-list__remove-btn:hover{
  background: #3d464d;
  border: 1px solid #3d464d;
  color: #ffffff;
}
footer h4 {
  font-size: 22px;
  font-weight: 700;
}
footer ul li {
  color: #000000;
  font-size: 14px;
  padding: 0;
}
footer .footer-contacts .uk-list > li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 2px 0;
}
footer ul li a {
  color: #000000;
}
footer ul li a:hover {
  color: #000000;
}
footer .uk-list > li:nth-child(n + 2) {
  margin-top: 0;
}
.footer-contacts__icon {
  flex-shrink: 0;
  width: 20px;
  height: auto;
  margin-top: 2px;
}
.footer-social ul li {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-social ul li img {
  width: 35px;
}

.search-categories-sidebar__group {
  padding: 10px 0 6px;
}
.search-categories-sidebar__group:first-child {
  padding-top: 4px;
}
.search-categories-sidebar__parent {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.35;
}
.search-categories-sidebar__children > li {
  padding: 3px 0 3px 10px;
}
.search-categories-sidebar__link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
}
.search-categories-sidebar__link--standalone {
  font-weight: 400;
}
.search-categories-sidebar__link:hover {
  color: #000000;
  text-decoration: underline;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 1040;
  pointer-events: none;
}
.to-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcc00;
  cursor: pointer;
  pointer-events: auto;
  box-sizing: border-box;
}
.to-top__btn:focus-visible {
  outline: 2px solid #3d464d;
  outline-offset: 2px;
}
.to-top__icon {
  width: 25px;
  color: #000000;
}

.uk-button.cabinet-button-accent {
  background-color: #fc0;
  color: #3d464d;
  font-weight: 700;
  border: 1px solid transparent;
}

.uk-button.cabinet-button-accent:hover:not(:disabled),
.uk-button.cabinet-button-accent:focus:not(:disabled) {
  background-color: #3d464d;
  color: #fff;
}

.uk-button.cabinet-button-accent:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.uk-modal .uk-button-primary{
  height: 35px;
  background: #3d464d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  border-radius: 2px;
}
.uk-modal .uk-button-default{
  height: 35px;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  border-radius: 2px;
}
.uk-accordion-title::before{
  background-image: url("../images/plus-icon.png");
  background-size: 100%;
}
.uk-open>.uk-accordion-title::before{
  background-image: url("../images/minus-icon.png");
  background-size: 100%;
}
@media(min-width: 375px){
  .mob-header__logo {
    width: 140px;
  }
}
@media (min-width: 640px) {
  .products-view .uk-grid-small > * {
    padding-left: 15px;
  }
  .products-view .uk-grid-small {
    margin-left: -15px;
  }
  .products-view .uk-grid-small > .uk-grid-margin {
    margin-top: 15px;
  }
  .main-sort__first-item {
    margin-right: 20px;
  }
  .sort-name {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header-top-bar {
    padding: 8px 0;
  }
  .header-top-bar .menu>li:nth-child(2){
    display: none;
  }
  .header-top-bar .menu a {
    min-height: auto;
    text-transform: inherit;
    color: #737373;
  }
  .header-top-bar .lang-switcher{
    padding: 0px 5px;
  }
  .header-middle-block {
    padding: 20px 0;
  }
  .header__search-input{
    font-size: 14px;
  }
  .header__search-form{
    min-width: 180px;
    font-size: 14px;
  }
  /* .header__search-btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 40px;
    color: #666;
  } */
  .header-nav {
    background: #ffcc00;
    overflow: visible;
    position: relative;
  }
  /* Жовта смуга 60px; кнопка «Каталог» лишається 50px по висоті й вирівнюється по центру. */
  .header-nav .header-nav__toolbar {
    min-height: 60px;
    box-sizing: border-box;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Не даємо меню «вилазити» на блок іконок: grid + minmax(0,1fr) і окрема колонка під дії */
  @media (min-width: 960px) {
    .header-nav__toolbar {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      column-gap: 18px;
    }
    .header-nav__toolbar .header-nav__menu {
      width: auto !important;
      max-width: 100%;
      min-width: 0;
    }
    .header-nav__toolbar .header-nav__menu .uk-navbar-nav {
      flex-wrap: nowrap;
      align-items: center;
      column-gap: 6px;
    }
    .header-nav__toolbar .header-nav__menu .uk-navbar-nav > li {
      position: relative;
    }
    /* Не розтягувати комірку «Каталог» на всю ширину рядка (було при wrap / flex). */
    .header-nav__toolbar .header-nav__menu .uk-navbar-nav > li:first-child {
      flex: 0 0 auto;
    }
    .header-nav__toolbar .header-nav__actions {
      width: auto !important;
      flex-shrink: 0;
      justify-self: end;
    }
  }
  .header-nav .header__catalog-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 260px;
    max-width: 260px;
    flex: 0 0 auto;
    min-height: 50px;
    height: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    background: #3d464d;
    border-radius: 3px;
    color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }

  .header-catalog-list .uk-parent > a::after {
    content: "";
    display: block;

    width: 12px;
    height: 7px;
    background-image: url("../images/chevron_down_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: menu-deactivate 0.6s;
            animation: menu-deactivate 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header-catalog-list .uk-parent:hover > a::after {
    -webkit-animation: menu-active 0.6s;
            animation: menu-active 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header-nav .header-catalog-list .uk-dropdown {
    padding: 15px;
    left: 260px !important;
    box-shadow: 0 1px 15px rgb(0 0 0 / 25%) !important;
  }
  .header-nav .header__catalog-arrow {
    width: 12px;
    transform: rotate(0deg);
  }
  .header-nav .header-catalog-list {
    position: absolute !important;
    width: 260px;
    max-width: 260px;
    top: 50px;
    left: 0;
    background: #3d464d;
    padding: 15px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  
    z-index: 999;
  }
  .header-nav .header-catalog-list .catalog-menu-loading {
    min-height: 120px;
    list-style: none;
    margin: 0;
    padding: 15px;
    color: rgb(255 255 255 / 65%);
    font-size: 14px;
  }
  .header-catalog-list .parent-link a {
  
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
  }
  .header-catalog-list .parent-link__name{
    display: block;
    width: 90%;
  }
  .header-nav .header-catalog-list .uk-dropdown a {
    color: #000;
    font-weight: 700;
  }
  .header-catalog-list > li:nth-child(n + 2) {
    margin-top: 0;
  }
  .header-catalog-list .parent-link:hover > a,
  .header-catalog-list .parent-link:active > a,
  .header-catalog-list .parent-link:focus > a {
    text-decoration: none;
    background: #525a61;
  }

  .header-nav .header-catalog-list li {
    position: relative;
}
  .header-nav .header-catalog-list .submenu-arrow{
    position: absolute;
    top: 50%;
    right: -5px;
    width: 15px;
    transform: translateY(-50%) rotate(90deg);
  }
  .header-nav .header-catalog-list .sub-dropdown {
    padding: 15px;
    left: calc(100% + 5px) !important;
    box-shadow: 0 1px 15px rgb(0 0 0 / 25%) !important;
    max-height: 530px;
    overflow: auto;
}
.header-nav .header-catalog-list .sub-dropdown ul a {
  padding-left: 0;
}

/* Homepage landing blocks: loaded globally to avoid route CSS FOUC in prod/dev. */
/* Головна: секції «Рекомендуємо», «Комплексні рішення», «Послуги» */

/**
 * Лише нові блоки головної: більший відступ зліва (під розкритий каталог ~260px),
 * вужча колонка контенту. Ширину самого «Каталог» не змінюємо (як на інших сторінках).
 */
@media (min-width: 960px) {
  .home-landing-shell {
    padding-left: 300px;
    padding-right: 24px;
    max-width: 1120px;
    margin-left: 0;
    margin-right: auto;
    box-sizing: border-box;
  }
}

@media (max-width: 959px) {
  .home-landing-shell {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.home-landing-section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.home-landing-section__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.home-landing-hero {
  padding: 10px 0;
}

.home-landing-hero__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.home-landing-hero__delivery {
  max-width: 100%;
  gap: 12px;
  overflow: hidden;
}

.home-landing-hero__delivery img {
  height: 25px !important;
  width: auto !important;
  max-width: 45% !important;
  object-fit: contain;
  margin-right: 0 !important;
}

.home-landing-hero__delivery img:last-child {
  margin-right: 0;
}

.home-landing-subtitle {
  font-size: 1rem !important;
  line-height: 1.35 !important;
  margin: 0.35rem 0 0 !important;
  color: #444 !important;
}

.home-landing-solutions__subtitle {
  font-style: italic;
  color: #555;
  margin: 0.25rem 0 1rem;
  font-size: 0.95rem;
}

.home-landing-solutions__grid,
.home-landing-services__grid {
  margin-top: 0.5rem;
}

/* Не покладаємось на UIkit JS, який у prod може ініціалізувати `uk-grid` пізніше за перший рендер. */
.home-landing-product-grid,
.home-landing-solutions__grid,
.home-landing-services__grid {
  display: grid !important;
  gap: 15px;
  margin-left: 0 !important;
  align-items: stretch;
}

.home-landing-product-grid > *,
.home-landing-solutions__grid > *,
.home-landing-services__grid > * {
  min-width: 0;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
}

.home-landing-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-landing-solutions__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-landing-services__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .home-landing-product-grid,
  .home-landing-solutions__grid,
  .home-landing-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .home-landing-shell {
    max-width: 1120px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 300px;
    padding-right: 24px;
  }

  .home-landing-product-grid,
  .home-landing-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-landing-solutions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .home-landing-hero__title {
    font-size: 20px !important;
  }

  .home-landing-subtitle {
    font-size: 0.95rem !important;
  }

  .home-landing-hero__delivery {
    gap: 8px;
  }

  .home-landing-hero__delivery img {
    height: 22px !important;
  }
}

.home-landing-solutions__card,
.home-landing-services__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s ease;
}

.home-landing-solutions__card:hover,
.home-landing-services__card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}

.home-landing-solutions__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f5f5f5;
}

.home-landing-solutions__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-landing-solutions__body {
  padding: 1rem 1rem 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 0;
}

.home-landing-solutions__body h3 {
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

/* Як «Купити» у картці товару (.product-card__addtocart-btn) */
.home-landing-detail-btn {
  display: inline-block;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 0.35rem 1.1rem;
  background-color: #ffcc00 !important;
  color: #000000 !important;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
}

.home-landing-detail-btn:hover,
.home-landing-detail-btn:focus-visible {
  background-color: #e6b800 !important;
  color: #000000 !important;
}

.home-landing-detail-btn:active {
  background-color: #3d464d !important;
  color: #ffffff !important;
}

.home-landing-services__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 1rem;
  background: #fafafa;
}

.home-landing-services__icon img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-landing-services__body {
  padding: 0.75rem 1rem 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 0;
}

.home-landing-services__body h3 {
  flex: 1 1 auto;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.home-landing-product-cell {
  display: flex;
  flex-direction: column;
}

/* Як у `.products-list-grid > .product-card-wrap`: якір для `.product-card__hover-specs` (absolute). Інакше блок їде відносно main і розтягується. */
.home-landing-product-grid .product-card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.home-landing-product-grid .product-card-wrap:hover,
.home-landing-product-grid .product-card-wrap:focus-within {
  z-index: 30;
}

.home-landing-product-grid {
  overflow: visible;
}

.home-landing-category-link-wrap {
  margin-top: 0.35rem;
}

  .header-nav__link {
    color: #000000 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 60px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-weight: 700;
  }
  /* Топ-пункти не стискаємо по ширині — інакше текст переноситься всередині посилання. */
  .header-nav .nav-catalog .uk-navbar-nav > li:not(:first-child) {
    flex-shrink: 0;
  }
  /* Жовта смуга: пункти flex-row мають ширину лише під текст — padding розширює hover і клік */
  .header-nav .nav-catalog .uk-navbar-nav > li:not(:first-child) > a.header-nav__link {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .nav-catalog li:not(:first-child):hover {
    background: rgb(255 255 255 / 50%);
  }
  .menu-dropdown{
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 320px;
    max-width: min(420px, 90vw);
    background: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .header-nav .uk-parent:hover > .menu-dropdown,
  .header-nav .uk-parent:focus-within > .menu-dropdown,
  .header-nav .menu-dropdown.uk-open {
    display: block !important;
  }
  .menu-dropdown .header-nav__link{
    min-height: auto !important;
    margin: 0;
    font-size: 0.875rem !important;
    text-transform: inherit !important;
    white-space: normal;
  }
  .mob-header-offcanvas__title {
    color: #3d464d;
    font-weight: 700;
  }
  
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  
  .products-view .uk-grid-small {
    margin-left: 0;
  }
  .product {
    align-content: baseline;
  }
  .product-image {
    height: 500px;
  }
  .product-images__main-link {
    height: 100%;
  }
  .product-images__main {
    min-width: 200px;
    max-height: 100%;
    object-fit: contain;
  }
  .product-card__name {
    height: 60px;
  }
  .product-card__addtocart-btn {
    margin-bottom: 0;
  }
  .product-card:hover .product-card-filters{
    display: block;
  }
 
  .cart-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .cart-table tbody {
    display: table-row-group;
  }
  .cart-table td,
  .cart-table .cart-product__price,
  .cart-table .cart-product__qty,
  .cart-table .cart-product__total {
    display: table-cell;
  }
  .cart-table thead {
    display: table-header-group;
  }
  .cart-table tr {
    border: 1px solid #ebebeb;
  }
  .cart-table th {
   
    background-color: #f7f7f7;
    color: #3d464d;
    font-size: 15px;
    text-align: left;
    padding: 5px 15px;
  }
  .cart-product__image {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .cart-product__name {
    border-bottom: 0;
    text-align: left;
  }
  .cart-product__remove-btn {
    position: static;
    text-align: center;
    cursor: pointer;
  }
  .cart-checkout-block {
    text-align: right;
  }
  .cart-checkout-block__total {
    justify-content: right;
  }
  .cart-checkout-block__total--text {
    margin-right: 30px;
  }
  .compare-table th{
    width: 25%;
  }
}

/* ——— Cabinet (Next): відступ від хедера, сітка, сайдбар ——— */
.cabinet-main {
  padding-top: 2rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Як для products: оболонка кабінету на всю ширину main (навіть без uk-width-1-1). */
main.uk-container.cabinet-main > .cabinet-shell {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Сітка кабінету на всю ширину контейнера (збіг з лівим/правим краєм шапки). */
.cabinet-shell__grid {
  display: grid;
  align-items: start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  column-gap: 1.75rem;
  row-gap: 1.25rem;
}

.cabinet-shell__main {
  min-width: 0;
}

@media (min-width: 960px) {
  .cabinet-shell__grid {
    grid-template-columns: minmax(0, 280px) minmax(280px, 1fr);
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 959px) {
  .cabinet-shell__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.cabinet-main__inner {
  max-width: 100%;
  box-sizing: border-box;
}

/* Сайдбар: стиль під жовту/графітну шапку, без зайвого скролу картки. */
.cabinet-sidebar {
  box-sizing: border-box;
  margin: 0;
  padding: 0.35rem 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 14px rgb(0 0 0 / 6%);
}

.cabinet-sidebar__nav {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}

.cabinet-sidebar__item {
  margin: 0;
  padding: 0 0.5rem;
}

.cabinet-sidebar__divider-row {
  list-style: none;
  margin: 0.5rem 0.75rem;
  padding: 0;
}

.cabinet-sidebar__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #dedede 15%, #dedede 85%, transparent);
  box-sizing: border-box;
}

.cabinet-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.45rem 0.75rem 0.45rem 0.65rem;
  margin: 2px 0;
  border-radius: 6px;
  box-sizing: border-box;
  color: #3d464d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.cabinet-sidebar__label {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.cabinet-sidebar__iconWrap {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6px;
  background: rgb(61 70 77 / 8%);
  color: #3d464d;
}

.cabinet-sidebar__svg {
  width: 20px;
  height: 20px;
  display: block;
}

.cabinet-sidebar__link:hover {
  background: rgb(255 204 0 / 22%);
  color: #2a3136;
}

.cabinet-sidebar__link:hover .cabinet-sidebar__iconWrap {
  background: rgb(61 70 77 / 12%);
  color: #2a3136;
}

.cabinet-sidebar__item--active .cabinet-sidebar__link,
.cabinet-sidebar__item--active .cabinet-sidebar__link:hover {
  background: rgb(255 204 0 / 35%);
  color: #3d464d;
  font-weight: 700;
  box-shadow: inset 3px 0 0 #fc0;
}

.cabinet-sidebar__item--active .cabinet-sidebar__iconWrap {
  background: rgb(61 70 77 / 14%);
  color: #3d464d;
}

.cabinet-sidebar__link--logout {
  color: #5a6268;
}

.cabinet-sidebar__link--logout:hover {
  background: rgb(220 53 69 / 10%);
  color: #c92334;
}

.cabinet-sidebar__link--logout:hover .cabinet-sidebar__iconWrap {
  background: rgb(220 53 69 / 12%);
  color: #c92334;
}

/* Кабінет: список замовлень — тулбар справа над таблицею, заокруглення. */
.cabinet-orders__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.75rem;
}

.cabinet-orders__per-label {
  margin: 0;
  color: #3d464d;
  font-size: 14px;
}

.cabinet-orders__per-select {
  border-radius: 8px;
  border: 1px solid #dedede;
  padding: 0.4rem 2rem 0.4rem 0.75rem;
  min-height: 40px;
  background-color: #fff;
  color: #3d464d;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.cabinet-orders__per-select:hover {
  border-color: #c8c8c8;
}

.cabinet-orders__per-select:focus {
  outline: none;
  border-color: #3d464d;
  box-shadow: 0 0 0 2px rgb(255 204 0 / 45%);
}

.cabinet-orders__tableWrap {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgb(0 0 0 / 6%);
  background: #fff;
}

/* Таблиці кабінету (список + деталь замовлення): табличний вигляд на всіх ширинах. */
.cabinet-orders__table.cart-table,
.cabinet-order-detail__table.cart-table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.cabinet-orders__table.cart-table thead,
.cabinet-order-detail__table.cart-table thead {
  display: table-header-group;
}

.cabinet-orders__table.cart-table tbody,
.cabinet-order-detail__table.cart-table tbody {
  display: table-row-group;
}

.cabinet-orders__table.cart-table tr,
.cabinet-order-detail__table.cart-table tr {
  width: auto;
  border: none;
}

.cabinet-orders__table.cart-table tbody tr,
.cabinet-order-detail__table.cart-table tbody tr {
  border-bottom: 1px solid #ededed;
}

.cabinet-orders__table.cart-table tbody tr:last-child,
.cabinet-order-detail__table.cart-table tbody tr:last-child {
  border-bottom: none;
}

.cabinet-orders__table.cart-table td,
.cabinet-order-detail__table.cart-table td {
  display: table-cell;
}

.cabinet-orders__table.cart-table th,
.cabinet-order-detail__table.cart-table th {
  background-color: #f4f5f6;
  color: #3d464d;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  vertical-align: middle;
}

.cabinet-orders__table.cart-table td,
.cabinet-order-detail__table.cart-table td {
  padding: 11px 14px;
  vertical-align: middle;
  font-size: 14px;
}

.cabinet-order-detail__table.cart-table tfoot td {
  background-color: #fafafa;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cabinet-order-detail__metaGrid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 960px) {
  .cabinet-order-detail__metaGrid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
  }
}

.cabinet-order-detail__metaCard {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1rem 1.15rem;
  background: #fff;
  box-shadow: 0 2px 12px rgb(0 0 0 / 6%);
  box-sizing: border-box;
}

.cabinet-order-detail__metaList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cabinet-order-detail__metaList > li {
  margin-bottom: 0.65rem;
  font-size: 14px;
  color: #3d464d;
}

.cabinet-order-detail__metaList > li:last-child {
  margin-bottom: 0;
}

.cabinet-order-detail__metaKey {
  font-weight: 700;
  margin-right: 0.35rem;
}

.cabinet-order-detail__thImg {
  width: 72px;
  padding-left: 8px;
  padding-right: 8px;
}

.cabinet-order-detail__tdImg {
  width: 72px;
}

.cabinet-order-detail__productImg {
  width: 56px;
  height: 56px;
  object-fit: contain;
  vertical-align: middle;
}

.cabinet-order-detail__tdName {
  max-width: 280px;
}

.cabinet-order-detail__footComment {
  vertical-align: top;
}

.cabinet-order-detail__footTotal {
  vertical-align: middle;
}

.cabinet-order-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.cabinet-order-detail__tableOuter {
  margin-top: 0.25rem;
}

.cabinet-order-detail__table.cart-table tbody tr:last-child {
  border-bottom: 1px solid #ededed;
}

/* ——— Офлайн checkout: екран успіху ——— */
.offline-success__icon-wrap {
  display: flex;
  justify-content: center;
}

.offline-success__check {
  color: #22a035;
}

.offline-success__order-id {
  color: #22a035;
}

.offline-success__dl dt {
  font-weight: 600;
  color: #666;
}

/* Homepage mobile/global card overrides.
   Keep this outside desktop header media rules: mobile must get real cards, not only the grid skeleton. */
.home-landing-shell {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.home-landing-section,
.home-landing-hero {
  max-width: 100%;
  box-sizing: border-box;
}

body:has(.home-landing-shell) {
  overflow-x: clip;
}

.home-landing-section--recommended,
.home-landing-section--recommended .home-landing-product-grid,
.home-landing-section--recommended .home-landing-product-cell {
  overflow: visible !important;
}

.home-landing-product-grid,
.home-landing-solutions__grid,
.home-landing-services__grid {
  display: grid !important;
  gap: 15px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  box-sizing: border-box;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-landing-product-grid > *,
.home-landing-solutions__grid > *,
.home-landing-services__grid > * {
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}

.home-landing-solutions__card,
.home-landing-services__card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

.home-landing-solutions__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f5f5;
}

.home-landing-solutions__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-landing-services__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 0.75rem;
  background: #fafafa;
  box-sizing: border-box;
}

.home-landing-services__icon img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-landing-solutions__body,
.home-landing-services__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0.75rem 0.5rem 0;
  text-align: center;
  box-sizing: border-box;
}

.home-landing-solutions__body h3,
.home-landing-services__body h3 {
  flex: 1 1 auto;
  margin: 0 0 0.75rem;
  color: #3d464d;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

.home-landing-detail-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: calc(100% - 12px);
  margin-top: auto;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border: none;
  border-radius: 3px;
  background-color: #ffcc00 !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
}

@media (min-width: 640px) {
  .home-landing-product-grid,
  .home-landing-solutions__grid,
  .home-landing-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .home-landing-product-grid,
  .home-landing-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-landing-solutions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-landing-services__icon {
    min-height: 120px;
    padding: 1rem;
  }

  .home-landing-services__icon img {
    max-height: 100px;
  }

  .home-landing-solutions__body,
  .home-landing-services__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-landing-solutions__body h3 {
    font-size: 1rem !important;
  }

  .home-landing-services__body h3 {
    font-size: 0.95rem !important;
  }

  .home-landing-detail-btn {
    max-width: none;
    margin-bottom: 1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-size: 14px !important;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .home-landing-section--recommended .uk-card-footer {
    padding: 8px 5px;
  }

  .home-landing-section--recommended .product-card__footer-actions {
    column-gap: 4px;
  }

  .home-landing-section--recommended .product-card__footer-actions .product-card__footer-actions__buy {
    min-height: 30px;
    padding: 3px 6px !important;
    font-size: 13.5px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .home-landing-section--recommended .product-card__footer-icons {
    column-gap: 5px;
  }

  .home-landing-section--recommended .product-card__footer-btn_img.product-block__control-icon {
    width: 18px;
  }
}

@media (max-width: 480px) {
  .products-list-grid .uk-card-footer {
    padding: 8px 6px;
  }

  .products-list-grid .product-card__footer-actions {
    column-gap: 5px;
  }

  .products-list-grid .product-card__footer-actions .product-card__footer-actions__buy {
    min-height: 31px;
    padding: 4px 7px !important;
    font-size: 14px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .products-list-grid .product-card__footer-icons {
    column-gap: 6px;
  }

  .products-list-grid .product-card__footer-btn_img.product-block__control-icon {
    width: 20px;
  }
}
