@charset "UTF-8";
html,
body {
  min-width: 310px;
  max-width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #1d2023;
}

a {
  text-decoration: none;
  color: #1d2023;
}

a:hover {
  transition: all 0.3s;
  color: #C3C7CE;
}

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

hr.border {
  color: #C3C7CE;
}

#top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #1d2023;
  background-color: transparent;
  border: none;
  font-size: 45px;
  transition: all 0.3s;
  opacity: 30%;
  display: none;
}

#top:hover {
  color: #F60017;
  font-size: 46px;
  opacity: 100%;
}

.btn {
  transition: all 0.3s;
}

.btn:focus {
  box-shadow: none;
}

.btn-check:focus + .btn {
  box-shadow: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

main.main {
  flex: 1 1 auto;
}

.header {
  background-color: #1d2023;
}

.header-top {
  height: 45px;
  width: 100%;
}

.row-header {
  max-width: 1560px;
  margin: 0 auto;
  height: 45px;
  display: flex;
  justify-content: space-between;
}

.top-header-content {
  display: flex;
  align-items: center;
  height: inherit;
}

.header-top-phone {
  color: #C3C7CE;
}

.header-top-phone a {
  color: #C3C7CE;
  text-decoration: none;
  transition: all 0.3s;
}

.header-top-phone a:hover {
  color: #fff;
}

.header-top-phone:hover {
  color: #fff;
}

ul.social-icons {
  list-style: none;
  display: flex;
  align-items: end;
  padding: 0;
  margin: 0;
}

ul.social-icons-footer {
  list-style: none;
  display: flex;
  align-items: end;
  padding: 0;
  margin: 0;
}

ul.social-icons a {
  transition: all 0.3s;
  color: #C3C7CE;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

ul.social-icons a:hover {
  color: #fff;
}

ul.social-icons-footer a {
  transition: all 0.3s;
  color: #1d2023;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

ul.social-icons-footer a:hover {
  color: #C3C7CE;
}

.header-middle {
  background-color: #900009;
  min-height: 100px;
  box-shadow: 0em 0em 25px rgba(26, 23, 23, 0.2);
}

.header-middle-logo {
  top: -15px;
}

.header-logo {
  width: 162px;
}

.header-logo:hover {
  width: 168px;
  transition: all 0.3s;
}

.aws-search-form .aws-container {
  height: 38px;
  border-width: 0;
  min-height: 46px;
}

.aws-container .aws-search-field {
  border-radius: 23px 0 0 23px !important;
  padding: 4px 4px 4px 30px;
}

.aws-container .aws-search-field:focus {
  border-color: none;
}

.aws-container .aws-search-field::-moz-placeholder {
  font-size: 1rem;
  color: #C3C7CE;
}

.aws-container .aws-search-field::placeholder {
  font-size: 1rem;
  color: #C3C7CE;
}

.aws-container .aws-search-form .aws-form-btn {
  min-width: 50px;
  background: #1d2023;
  border-radius: 0 23px 23px 0 !important;
  border-color: #1d2023;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: #000;
}

.aws-container .aws-search-form .aws-form-btn:hover > span {
  color: #fff;
  text-align: center;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}

.form-control {
  border-radius: 23px;
  border-width: 0;
  width: 606px;
  min-height: 46px;
  padding: 4px 4px 4px 30px;
}

.form-control:focus {
  border-width: 0;
  border-color: transparent;
}

.form-control::-moz-placeholder {
  color: #C3C7CE;
}

.form-control::placeholder {
  color: #C3C7CE;
}

.btn.btn-secondary {
  width: 63px;
  border-radius: 23px;
  border-width: 0;
  background-color: #1d2023;
}

.btn.btn-secondary:hover {
  background-color: black;
  transition: all 0.3s;
}

.btn.d-flex.flex-column.align-items-center img {
  height: 18px;
  margin-bottom: 5px;
}

.btn.d-flex.flex-column {
  font-size: 9px;
  font-weight: 700;
  color: #1d2023;
}

.btn.d-flex.flex-column:hover {
  font-weight: 900;
  transition: all 0.3s;
}

.header-bottom {
  background-color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  min-height: 75px;
}

.all-categories-link {
  width: 100%;
}
.all-categories-link button {
  font-weight: 700;
  text-align: left;
  padding: 5px 35px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  width: 100%;
  color: #3b3e46;
}

.all-categories-link button:hover {
  color: #1d2023;
}

.category-menu {
  border-radius: 5px;
  background-color: #3b3e46;
  transition: all 0.2s;
  padding: 0;
  min-width: 180px;
}

.category-menu:hover {
  background-color: #1d2023;
  border: none;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn.button-category-toggle {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.btn.button-category:focus,
.btn.button-category:hover {
  box-shadow: none;
  font-weight: 900;
}

.btn.button-category.dropdown-toggle {
  padding-left: 30px;
}

.button-category.dropdown-toggle::after {
  display: none;
}

.btn.button-category.dropdown-toggle span {
  margin-left: 10px;
  position: relative;
  color: #fff;
}

.btn.button-category.dropdown-toggle span:before {
  content: url("../img/catalog-solid.svg");
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateX(-180%);
}

.btn.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.dropdown-toggle:hover {
  color: #fff !important;
  transition: all 0.3s;
}

.dropdown-menu.dropdown-menu-start {
  transform: translate(-50px, 100px);
}

a.nav-link.dropdown-toggle::after {
  display: none;
}

/* Робимо посилання з іконкою гнучким */
.menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important; /* Відступ між іконкою та текстом */
  text-decoration: none;
}

/* Налаштовуємо розмір іконки */
.menu-link img {
  /*width: 20px;*/
  /*height: 20px;*/
  -o-object-fit: contain;
     object-fit: contain;
}

/* Приховуємо іконки у підменю (якщо потрібно), 
   бо у вас в коді є умова if ($depth === 0) */
.sub-item .menu-link img {
  display: none;
}

.mega-menu {
  width: 100% !important;
  max-width: 1564px;
  display: none;
  top: 20% !important;
  left: -35px !important;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: none !important;
}

/* Показати при натисканні (Bootstrap додає клас show) */
.dropdown-category.show .mega-menu {
  display: block;
}

/* Базовий контейнер мега-меню */
.mega-menu {
  position: relative;
}

/* Приховуємо підменю за замовчуванням */
.mega-menu .children {
  display: none;
  position: absolute;
  left: 100%; /* Позиція справа */
  top: 0;
  width: 250px; /* Ширина підменю */
  background: #fff;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Показуємо при наведенні */
.mega-menu li:hover > .children {
  display: block;
}

/* Оформлення пунктів */
.mega-menu .menu-link {
  display: flex;
  align-items: center;
  /*padding: 5px;*/
  margin-bottom:3px;
  text-decoration: none;
  color: #1d2023;
}

/* Робимо ліву частину з фіксованою шириною */
.category-list {
  border-right: 1px solid #C3C7CE;
}

/* Приховуємо блоки праворуч за замовчуванням */
.sub-category-block {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}


/* Створюємо клас, який примусово показує блок */
.sub-category-block.active {
  display: grid !important; /* Або block, залежно від вашої верстки */
}

/* Візуально виділяємо активну категорію в лівому меню */
.category-list .menu-link.active-link {
  /*background-color: #f4f5f7;*/
  font-weight: bold;
}

.empty-subcategory-img {
  margin: 0 auto;
  align-content: center;
}

.empty-img {
  content: url("../img/empty-box-3d-icon.png");
}

.navbar-toggler {
  color: #1d2023;
}

li.nav-item a.nav-link {
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #1d2023;
}

li.nav-item a.nav-link:hover {
  color: #F60017;
  transition: all 0.3s;
}

li.nav-item a.nav-link.active {
  color: #F60017;
}

.btn.dropdown-toggle {
  font-size: 16px;
  font-weight: 700;
  color: #1d2023;
  padding-top: 6px;
}

.btn.dropdown-toggle:hover {
  color: #F60017;
  transition: all 0.3s;
}

.navbar-nav.offcanvas-menu li.nav-item a.nav-link {
  color: #1d2023;
}

.navbar-nav.offcanvas-menu li.nav-item a.nav-link:hover {
  color: #F60017;
  transition: all 0.3s;
}

.navbar-nav.offcanvas-menu li.nav-item a.nav-link.active {
  color: #F60017;
}

.offcanvas.offcanvas-top {
  height: -moz-fit-content;
  height: fit-content;
}

.offcanvas.offcanvas-end {
  min-width: 35%;
}

.offcanvascart-table a {
  display: block;
}

td.product-img-td {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 60px;
}

.td-price {
  font-weight: 900;
  min-width: 70px;
}

.td-sum-price {
  font-weight: 900;
  min-width: 80px;
  font-size: 16px;
}

.product-name-td {
  font-weight: 700;
}

.btn.btn-delete-prod {
  background-color: transparent;
  border: none;
  color: #C3C7CE;
  font-size: 20px;
}

.btn.btn-delete-prod:hover {
  color: #F60017;
}

.offcanvas-body a.btn.btn-outline {
  border: solid #1d2023 1px;
  border-radius: 8px;
  margin-right: 10px;
}

.offcanvas-body a.btn.btn-primary {
  background-color: #55A752;
  border-radius: 8px;
  border: none;
}

.offcanvas-body a.btn.btn-outline:hover {
  border: none;
  background-color: #1d2023;
  color: #fff;
}

.offcanvas-body a.btn.btn-primary:hover {
  background-color: #198915;
}

.header-bottom-mobile {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f5f7;
  box-shadow: -1px -3px 7px rgba(0, 0, 0, 0.2);
  color: #3b3e46;
  min-height: 75px;
  z-index: 9999 !important;
  padding: 10px 30px;
}

.btn.btn-bottom.d-flex.flex-column {
  color: #3b3e46;
}
.btn.btn-bottom.d-flex.flex-column img {
  max-width: none;
}

.navbar-nav .dropdown-toggle::after {
  display: none !important;
}

.navbar-nav .dropdown-menu .nav-link,
.navbar-nav .dropdown-menu a.nav-link.sub-menu {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16px;
  padding: 5px 10px;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

section {
  margin: 0 auto;
}

.main-hero {
  background-color: #F2F3F5;
  min-width: 315px;
}

.row-main-hero {
  background-color: #fff;
  max-width: 1560px;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin: 0 auto;
}

.carousel.slide {
  height: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.carousel-item a {
  pointer-events: auto;
}

.carousel-item a img {
  height: 425px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}

.side-columns a img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 133px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.row-main {
  max-width: 1560px;
  margin: 0 auto;
}

h2 span {
  font-size: 32px;
  font-weight: 900;
  color: #3b3e46;
}

h2 span::before {
  content: url("../img/h2-circle.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

hr {
  color: #C3C7CE;
}

.hero-category-item {
  margin-bottom: 12px;
}

.hero-category-item img {
  margin-right: 8px;
}

.cart-inside-text span {
  font-size: 18px;
  font-weight: 700;
}

.col-xl-2.col-lg-3.col-md-4.col-sm-6 {
  padding: 5px;
}

.product-card {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
}

.product-card:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.product-card-offer {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-card-offer div {
  margin-bottom: 3px;
  position: static;
}

.offer-hit {
  width: 28px;
  height: 28px;
  background: url("../img/hit-icon.svg") no-repeat center center;
  background-size: contain;
}

.offer-new {
  width: 28px;
  height: 28px;
  background: url("../img/new-product-icon.svg") no-repeat center center;
  background-size: contain;
}

.inline-edit-col-right .inline-edit-col {
  width: 100%;
  box-sizing: border-box;
}

.inline-edit-col-right label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-card-buttons {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.product-card-buttons a {
  transition: all 0.3s;
}

.btn.add-cart-like-btn,
.btn.add-cart-compare-btn {
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}

.btn.add-cart-like-btn {
  background-image: url("../img/heart.svg");
}

.btn.add-cart-like-btn:hover {
  background-image: url("../img/heart-solid.svg");
}

.btn.add-cart-compare-btn {
  background-image: url("../img/compare.svg");
}

.btn.add-cart-compare-btn:hover {
  background-image: url("../img/compare-solid.svg");
}

.product-details h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  min-height: 38px;
  overflow: hidden;
  line-clamp: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-details h4 a {
  text-decoration: none;
}

.product-details h4 a:hover {
  color: #F60017;
}

.product-thumb {
  max-width: 250px;
  height: 250px;
  text-align: center;
  display: flex;
  position: relative;
  margin-bottom: 4px;
}
.product-thumb a {
  width: 100%;
  height: 80%;
  background-position: center;
  align-content: center;
}
.product-thumb img {
  border-radius: 5px;
  min-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-testim {
  max-height: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.rating-count-icon {
  content: url("../img/comment-dots-regular-full.svg");
  width: 18px;
  margin-right: 2px;
  margin-left: 8px;
  font-weight: 500;
}

.rating-count {
  color: #C3C7CE;
  display: flex;
  align-items: center;
}

.product-sku {
  font-size: 10px;
  color: #C3C7CE;
  margin-bottom: 10px;
  font-weight: 500;
  overflow: hidden;
  line-clamp: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-bottom-details {
  min-height: 30px;
}

.product-bottom-details > div {
  display: flex;
  justify-content: space-between;
  align-items: bottom;
}

span.price {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  display: inline-block;
}

.price ins {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}

span.price del {
  position: absolute;
  padding: 1px 4px;
  margin-left: 5px;
  background-color: #F60017;
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  border-radius: 5px;
  left: 100%;
  min-width: 50px;
  text-align: center;
}

.product-bottom-details a {
  background-color: #55A752;
  border-radius: 8px;
  border-width: 0;
  padding: 5px;
  display: inline-block;
}

a.added_to_cart {
  display: none;
}

.btn.btn-primary.add-to-cart.added {
  background-color: #F60017;
}

.btn.btn-primary.add-to-cart {
  background-color: #55A752;
  border-radius: 8px;
  border-width: 0;
  width: 36px;
  height: 30px;
}

.btn.btn-primary.add-to-cart i {
  color: #fff;
}

.btn.btn-primary.add-to-cart:hover {
  transition: all 0.3s;
  background-color: #198915;
}

.owl-carousel .owl-nav {
  display: block !important;
  max-width: 1560px;
}

.owl-carousel-full {
  max-width: 1520px;
  margin: 0 auto;
}

.carousel-control-prev {
  padding: 10px;
}

.carousel-control-prev-icon {
  background-image: url("../img/arrow-prev.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/arrow-next.svg");
}

.owl-prev,
.owl-next {
  width: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  opacity: 10%;
  transition: opacity 0.3s;
  padding: 10px;
}

.owl-prev {
  left: -45px;
}

.owl-next {
  right: -45px;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 1);
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 100%;
  background: none !important;
  outline: none !important;
  transition: all 0.5s;
}

.product-card-carousel {
  margin: 10px auto;
}

.owl-carousel-category {
  max-width: 1560px;
  margin: 0 auto;
}

h5.product-category-name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-category {
  text-align: center;
}
.product-category img {
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

span.hit-products-icon::before {
  content: url("../img/hit-icon.svg");
  display: inline-block;
  margin-right: 10px;
}

.product-minicard {
  position: relative;
  display: flex;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #F60017;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}
.product-minicard:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.product-minithumb {
  width: 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-minithumb a {
  display: block;
  padding: 5px;
  width: 100%;
}

.product-minithumb a img {
  min-width: 100px;
  min-height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.product-minidetails {
  flex-grow: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.minidetails-text h4 {
  font-size: 16px;
  margin-top: 7px;
  line-height: 1.2;
  height: 38.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.product-testim .product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-testim .rating-count {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product-bottom-details {
  margin-top: auto;
  height: 30px;
}

.product-minicard-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  z-index: 10;
}

.product-minicard-buttons .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-main-action {
  max-width: 980px;
  margin: 0 auto;
}

.product-of-day {
  background: center/cover no-repeat url(../img/different-kinds-light-bulbs-space-photo.jpg);
  padding: 50px;
}

h4.day-info-date {
  color: #fff;
  font-size: 24px;
}

h4.day-info-date span {
  font-weight: 700;
  font-size: 45px;
}

p.day-info-details {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.product-of-day-timer {
  background-color: #EBD423;
  border-radius: 8px;
  max-width: 175px;
  max-height: 80px;
}

.product-of-day-timer h6 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 7px;
  color: #1d2023;
}

.timebox {
  font-size: 32px;
  font-weight: 700;
}

.timebox ul {
  text-decoration: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.timebox ul {
  list-style-type: none;
}

.product-of-day-card {
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  transition: all 0.3s;
  position: relative;
}

.product-of-day-card:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.product-of-day-details h4 {
  font-weight: 500;
}

.product-of-day-price {
  font-size: 32px;
  font-weight: 900;
}

.product-of-day-price small {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #C3C7CE;
  display: block;
}

.product-of-day-price span.badge {
  padding: 1px 4px;
  margin-left: 5px;
  background-color: #F60017;
  top: 0;
  position: absolute;
}

.btn.btn-primary.add-to-cart-text {
  background-color: #55A752;
  border-radius: 8px;
  border-width: 0;
  height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn.btn-primary.add-to-cart-text span {
  margin-left: 10px;
}

.btn.btn-primary.add-to-cart-text i {
  color: #fff;
}

.btn.btn-primary.add-to-cart-text:hover {
  transition: all 0.3s;
  background-color: #198915;
}

a.additional-info {
  text-decoration: underline;
  color: #C3C7CE;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
  transition: all 0.3s;
}

a.additional-info:hover {
  text-decoration: none;
  font-weight: 700;
}

.product-of-day-card-buttons {
  max-width: 50px;
  align-items: center;
}

.product-of-day-card-buttons a {
  margin-bottom: 8px;
}

.product-of-day-thumb {
  padding: 10px;
  min-width: 110px;
  min-height: 180px;
  margin: 0 auto;
}

.product-of-day-thumb a img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-of-day-card-buttons {
  position: absolute;
  right: 0;
}

.product-of-day-links {
  flex-wrap: wrap;
}

.brands {
  background-color: #f4f5f7;
  padding: 30px 0;
  margin-bottom: 0;
}

.logos {
  max-width: 1560px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.logo-item {
  background-color: #fff;
  margin: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: all 0.3s;
  display: flex;
  max-height: 60px;
}

.logo-item:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.logo-item a img {
  max-height: 45px;
}

/*============================= Star Rating ============================*/
.product-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 10px;
}

@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
.products .product .star-rating {
  font-size: 0.857em;
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFD333;
}

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-product-rating::after {
  clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.woocommerce .products .star-rating {
  display: block;
  float: none;
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

/*============================= Star Rating ============================*/
h6 {
  color: #C3C7CE;
  margin-right: 10px;
}

.shop-main-title {
  font-weight: 900;
  font-size: 24px;
  color: #C3C7CE;
}

.breadcrumps {
  margin-top: 30px;
}

.breadcrumps ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.breadcrumps ul li {
  margin-right: 0.3rem;
}

.breadcrumps a::after {
  content: ">";
  margin-left: 0.3rem;
  color: #1d2023;
}

.wpc-filter-header {
  font-size: 24px;
  font-weight: 900;
  color: #3b3e46;
}

.wpc-term-item-content-wrapper {
  font-size: 14px;
  color: #3b3e46;
  font-weight: 400;
}

.sidebar {
  background-color: #f4f5f7;
  padding: 15px;
  border-radius: 10px;
}

.filter-block:not(:last-child) {
  margin-bottom: 20px;
}

.form-check {
  display: flex;
}

.form-check span {
  background-color: #C3C7CE;
  border-radius: 10px;
  margin-left: 5px;
  height: 20px;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #55A752;
  border-width: 0;
}

.section-title {
  font-size: 32px;
  font-weight: 900;
  color: #3b3e46;
}

.sorting-products {
  padding: 0 10px 10px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

.sorting-products form label {
  font-weight: 600;
  font-size: 16px;
}

.sorting-products form label:hover {
  font-weight: 800;
}

.btn-check:focus {
  box-shadow: none;
}

.page-link {
  color: #1d2023;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 0 10px;
}

.page-link:hover {
  font-weight: 800;
  color: #1d2023;
  background-color: #fff;
}

.page-item.active .page-link {
  z-index: 3;
  color: #1d2023;
  background-color: #fff;
  font-weight: 900;
}

.btn.btn-filter {
  font-size: 16px;
  font-weight: 900;
  color: #3b3e46;
  width: 100%;
  text-align: center;
}

.btn.btn-filter i {
  margin-right: 5px;
}

.btn.btn-filter:hover {
  color: black;
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #1d2023;
  font-weight: 700;
  background: #f4f5f7;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 10px;
}
.woocommerce-message a {
  align-items: end;
  padding: 5px 20px;
  background-color: #55A752;
  color: #fff;
  display: flexbox;
  border-radius: 8px;
}

.woocommerce-message:focus-visible {
  outline: none;
}

.wooebox-ordering p {
  margin-bottom: 0;
}

.main-product-page {
  background-color: #f4f5f7;
}

.row-main-product {
  box-shadow: 0em 0em 7px rgba(146, 145, 145, 0.1);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.single-product-carousel {
  padding: 20px;
}
.single-product-carousel .carousel-control-prev {
  transform: translate(-50%);
}
.single-product-carousel .carousel-control-next {
  transform: translate(50%);
}

.product-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d2023;
}

ul.nav.nav-tabs.nav-tabs-product li a {
  color: #C3C7CE;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
}

ul.nav.nav-tabs.nav-tabs-product li a:hover,
ul.nav.nav-tabs.nav-tabs-product li a:focus-visible {
  border: none;
}

ul.nav.nav-tabs.nav-tabs-product li a.active {
  color: #1d2023;
  font-weight: 700;
  font-size: 18px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: solid 2px #900009;
}

.single-product-content {
  padding: 20px;
}

.single-product-sku {
  font-size: 14px;
  font-weight: 500;
  background-color: #f4f5f7;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 10px;
}

.single-product-details .product-price {
  font-weight: 900;
  font-size: 28px;
  margin: 20px 0;
}
.single-product-details .product-price small {
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
}

.single-product-links {
  min-width: 300px;
}

.single-product-links a {
  align-content: center;
}

.single-product-small-buttons {
  margin-left: 20px;
  transform: translate(-50%, 0);
}

.single-product-small-buttons a {
  margin-left: 10px;
}

a.btn.btn-primary.single-add-to-cart,
button.btn.btn-primary.single-add-to-cart {
  border-top-left-radius: 10;
  border-bottom-left-radius: 10;
  background-color: #55A752;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}

a.btn.btn-primary.single-add-to-cart:hover,
button.btn.btn-primary.single-add-to-cart:hover {
  background-color: #198915;
}

.input-group {
  width: 10%;
  margin-right: 10px;
}

.form-control.numbers-form {
  border-radius: 10px;
  border-width: 1px;
  border-color: #C3C7CE;
}

.form-control.numbers-form:focus,
.input-group.form-control.numbers-form:focus {
  box-shadow: none;
  border-radius: 10px;
  border-width: 1px;
  border-color: #C3C7CE;
}

.delivery-block {
  max-width: 400px;
  font-size: 14px;
}

.delivery-block select {
  cursor: pointer;
}

.delivery-block li:last-child {
  border-bottom: none !important;
}

.single-add-cart-like-btn,
.single-add-cart-compare-btn {
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #f4f5f7;
  border-width: 2px;
}

.single-add-cart-like-btn {
  background-image: url("../img/heart-regular.svg");
}

.single-add-cart-compare-btn {
  background-image: url("../img/compare-regular.svg");
}

.single-add-cart-like-btn:hover {
  background-image: url("../img/heart-solid.svg");
  border: solid 2px #F60017;
  background-color: transparent;
}

.single-add-cart-compare-btn:hover {
  background-image: url("../img/compare-solid.svg");
  border: solid 2px #EBD423;
  background-color: transparent;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding: 20px;
  display: flex;
  -o-object-position: center;
     object-position: center;
  align-items: center;
}

.swiper-slide {
  max-height: 450px;
}
.swiper-slide img {
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
}

.row-swiper {
  max-height: 100%;
  box-sizing: border-box;
}

.row-swiper .swiper-slide {
  max-height: 100px;
  max-width: 100px;
  opacity: 0.4;
}

.row-swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.row-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-color: $dr;
}

.delivery-block {
  max-width: 420px;
}

.delivery-block ul li:last-child {
  border-bottom: none !important;
}

.delivery-block .fw-semibold {
  font-weight: 600;
}

.ajax-loader {
  position: absolute;
  background: rgba(29, 32, 35, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  display: none;
}
.ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-fluid.container-banner {
  background-image: url("../img/exchange-banner-1.png");
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-headline {
  margin-left: 150px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-headline h2 {
  font-weight: 900;
  font-size: 64px;
  margin-top: 0 !important;
}
.banner-headline p {
  font-size: 10px;
}

.row-block {
  max-width: 1560px;
  padding: 90px 170px;
  margin: 0 auto;
}

.simple-info-block h4 {
  font-weight: 900;
  font-size: 36px;
}

.simple-info-block span {
  color: #F60017;
}

.info-block-list {
  font-size: 18px;
}
.info-block-list li {
  padding: 5px;
}
.info-block-list li::marker {
  color: #F60017;
  font-size: 24px;
}

.invert-block {
  background-color: #1d2023;
  color: #fff;
}

.pic-block {
  background-image: url("../img/exchange-banner-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pic-block li::marker {
  color: #55A752;
  font-size: 24px;
}
.pic-block span {
  color: #55A752;
}

.accordion {
  margin-top: 20px;
}
.accordion .accordion-header button {
  font-weight: 700;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  color: #900009;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/chevron-up.svg");
  transform: none;
}

.massenger-block {
  background-image: url("../img/exchange-banner-5.png");
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.buttons-chat {
  display: flex;
  align-items: center;
}

.buttons-chat .btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 150px;
}

.btn-telegram {
  background-color: #2AABEE;
}

.btn-telegram:hover {
  background-color: #229ED9;
}

.btn-telegram:before {
  content: url("../img/telegram-icon-w.svg");
  margin-right: 10px;
  transform: translateY(2px);
}

.btn-viber {
  background-color: #6F3FAA;
  margin-left: 10px;
}

.btn-viber:hover {
  background-color: #5a2d92;
}

.btn-viber:before {
  content: url("../img/viber-icon-w.svg");
  margin-right: 10px;
  transform: translateY(2px);
}

.payment-main-banner {
  background-image: url("../img/payment-banner-1.png");
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.currency-banner {
  background: #ff9437;
  text-align: center;
  padding: 10px 0 5px;
  color: #1d2023;
  background-image: url("../img/payment-banner-2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.currency-banner h3 {
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

.info-block-card {
  background-color: #fff;
  min-height: 200px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0em 0em 25px rgba(26, 23, 23, 0.2);
}
.info-block-card img {
  margin-bottom: 20px;
  height: 120px;
}
.info-block-card h5 {
  font-weight: 700;
  font-size: 24px;
}
.info-block-card span {
  color: #3b3e46;
  font-weight: 700;
}
.info-block-card span:before {
  content: url("../img/alert.svg");
  padding-right: 5px;
}

.delivery-main-banner {
  background-image: url("../img/delivery-banner-1.png");
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.info-block-card a h6:hover {
  transition: all 0.3s;
  color: #C3C7CE;
}
.info-block-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: #1d2023;
  line-height: 28px;
}

.info-block-card img {
  width: auto !important;
}

.delivery-img {
  display: flexbox;
  align-items: baseline;
}
.delivery-img img {
  max-height: 35px;
}

.delivery-img img:nth-child(2) {
  margin-left: 40px;
}

.delivery-img img:nth-child(3) {
  margin-left: 40px;
}

.self-delivery-block {
  background-image: url("../img/delivery-banner-2.png");
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.info-number-list ol {
  font-size: 16px;
}
.info-number-list li::marker {
  font-size: 18px;
  font-weight: 900;
  color: #F60017;
}

ol span {
  font-weight: 900;
}

.simple-block-gbg {
  background-color: #f4f5f7;
}

.delivery-add {
  padding-top: 10px;
  background-color: #6282dc;
}
.delivery-add .delivery-add-info {
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.delivery-add a {
  color: #fff;
}
.delivery-add a:hover {
  color: #3b3e46;
}

.warranty-main-banner {
  background-image: url("../img/warranty-banner-1.png");
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-headline p.secondary-headline {
  font-size: 26px;
  font-weight: 700;
}

.small-pic {
  background-image: url("../img/daily-task-folder-3d-illustration.png");
  min-height: 100px;
  min-width: 200px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.info-block-card img {
  width: 80px;
  height: 80px;
}
.info-block-card h4 {
  min-height: 100px;
  font-size: 20px;
}

span.warranty-span {
  color: #F60017;
}

span.warranty-span::before {
  content: none;
}

.col-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #C3C7CE;
}

.parent-cat-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  position: relative;
}

.parent-cat-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.parent-cat-img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}

.parent-cat-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3b3e46;
}

/* Ліміт висоти списку */
.child-cats {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.child-cats.expanded {
  max-height: 2000px;
}

/* Підкатегорії */
.subcategory-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.subcategory-list li {
  margin-bottom: 10px;
}

.subcategory-list li a {
  display: flex;
  align-items: left;
  text-align: left;
  gap: 5px;
  text-decoration: none;
  color: #3b3e46;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.subcat-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.subcat-item.level-2 {
  margin-bottom: 5px;
}
.subcat-item.level-2 a.subcat-link {
  font-size: 0.8rem;
}

.subcategory-list li a:hover {
  color: #1d2023;
  font-weight: 700;
}

/* Кнопка */
.toggle-subcats {
  background: none;
  border: none;
  color: #C3C7CE;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  padding: 0;
}

/* Фейд-градієнт знизу */
.child-cats-wrapper {
  position: relative;
}

.child-cats-fade {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* При розгортанні приховуємо фейд */
.child-cats.expanded + .child-cats-fade {
  opacity: 0;
}

.all-categories {
  -moz-column-count: 4;
  column-count: 4;
  /* 4 колонки на десктопі */
  -moz-column-gap: 20px;
  column-gap: 20px;
  /* відстань між колонками */
}

.parent-cat-card {
  display: inline-block;
  /* важливо для masonry */
  width: 100%;
  margin-bottom: 20px;
  /* вертикальний відступ між блоками */
}

/* 2 рівень */
.subcat-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.subcat-toggle a {
  flex-grow: 1;
}

/* Стрілка */
.subcat-arrow {
  background: none;
  border: none;
  font-size: 16px;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
  cursor: pointer;
}

.subcat-arrow.active {
  transform: rotate(180deg);
}

/* 3 рівень */
.subcat-children {
  display: none;
  padding-left: 38px;
  margin-top: 8px;
}

.level-2 .subcategory-list li a {
  font-size: 0.9rem;
  padding: 3px 0;
}

.level-2 .subcat-icon {
  display: none;
  /* третій рівень БЕЗ іконок */
}

/* 3-й рівень підкатегорій усередині .child-cats */
.child-cats .subcat-children {
  display: none;
  /* JS відкриватиме через slideToggle */
  padding-left: 38px;
  margin-top: 8px;
}

/* Приховуємо overflow тільки для 2-го рівня, а 3-й рівень може бути видимий */
.child-cats.expanded {
  max-height: 2000px;
  /* кнопка "показати все" */
  overflow: visible;
}

/* Адаптивно */
@media (max-width: 1200px) {
  .all-categories {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .all-categories {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .all-categories {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.modern-pagination ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.modern-pagination ul li a,
.modern-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #C3C7CE;
  background: #fff;
  color: #C3C7CE;
  text-decoration: none;
  transition: all 0.25s ease;
}

.modern-pagination ul li a:hover {
  background: #fff;
  border-color: #3b3e46;
  color: #3b3e46;
}

.modern-pagination ul li span.current {
  background: #3b3e46;
  border-color: #3b3e46;
  color: #fff;
  cursor: default;
}

/* Кнопки вперед/назад */
.modern-pagination ul li .prev,
.modern-pagination ul li .next {
  font-size: 20px;
}

/* Адаптив */
@media (max-width: 480px) {
  .modern-pagination ul li a,
  .modern-pagination ul li span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.load-more-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  background: #3b3e46;
  border: none;
  color: #fff;
  transition: 0.25s ease;
}

.load-more-btn:hover {
  background: #900009;
  color: #fff;
}

.list-footer-menu {
  text-decoration: none;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
}

.list-footer {
  text-decoration: none;
  list-style: none;
}

.list-footer-contacts {
  text-decoration: none;
  list-style: none;
}

.list-footer-contacts ul.social-icons li a i:hover {
  color: #3b3e46;
}

.list-footer-img img {
  max-width: 250px;
}

.footer-headline {
  color: #C3C7CE;
}

@media (max-width: 1180px) {
  h2.banner-headline {
    min-height: 250px;
    font-size: 48px;
    margin-left: 70px;
  }
  p.small-text {
    font-size: 10px;
    margin-left: 70px;
  }
  .row-block {
    padding: 40px 70px;
    margin: 0 auto;
  }
  .simple-info-block h4 {
    font-size: 28px;
  }
  .info-block-list {
    font-size: 14px;
  }
  .info-block-list li {
    padding: 3px;
  }
  .info-block-list li::marker {
    font-size: 18px;
  }
  .massenger-block {
    min-height: 200px;
  }
}
@media (max-width: 780px) {
  .product-thumb {
    max-width: 450px;
  }
  #top {
    bottom: 85px;
  }
  h2.banner-headline {
    min-height: 200px;
    font-size: 36px;
    margin-left: 20px;
  }
  p.small-text {
    margin-left: 20px;
  }
  .row-block {
    padding: 40px 10px;
  }
  .simple-info-block h4 {
    font-size: 24px;
  }
  .info-block-list {
    font-size: 14px;
  }
  .info-block-list li {
    padding: 3px;
  }
  .info-block-list li::marker {
    font-size: 18px;
  }
  .massenger-block {
    min-height: 200px;
    padding-left: 20px;
  }
}
@media (max-width: 630px) {
  .owl-carousel-full {
    max-width: 100%;
  }
  .owl-carousel .owl-nav,
  .owl-prev,
  .owl-next {
    display: none !important;
  }
  .pic-block {
    background-position: 0 0;
  }
  .massenger-block {
    background-position: 40% 0;
  }
}
@media (max-width: 520px) {
  h2 span {
    font-size: 24px;
  }
  h2 span::before {
    content: url("../img/h2-circle-mob.svg");
    margin-right: 5px;
  }
  h5.product-category-name {
    font-size: 12px;
  }
  .product-category img {
    width: 130px;
    height: 130px;
  }
  span.price {
    font-size: 18px;
  }
  .product-thumb {
    max-width: 150px;
    max-height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 4px;
  }
  .product-thumb a {
    width: 100%;
    height: 80%;
    background-position: center;
    align-content: center;
  }
  .product-thumb img {
    min-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar .btn.btn-filter {
    display: none;
  }
  .sidebar .collapse-filters {
    display: block;
  }
}
@media (max-width: 768px) {
  .wpc-open-close-filters-button {
    display: block;
    margin-bottom: 0px !important;
  }
}
.hero-category {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 440px;
  gap: 3px;
  align-self: center;
}

.hero-category-item {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.hero-category-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.hero-category-item img {
  width: 25px;
  /* підбирай під свій дизайн — здається у тебе ~small icon */
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}

.hero-category-item span {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hero-category-item {
    flex: 0 0 48%;
  }
  /* дві колонки у моб/таблицях — налаштуй під себе */
}
@media (min-width: 1200px) {
  .hero-category-item {
    flex: 0 0 100%;
  }
  /* на великому екранi — один елемент на рядок, як у твоєму макеті */
}
/* === Підменю категорій (сумісне з твоїм дизайном) === */
.hero-category-item {
  position: relative;
}

.hero-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  min-width: 200px;
}

.hero-submenu li {
  list-style: none;
}

.hero-submenu a {
  display: block;
  padding: 6px 14px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  transition: background 0.2s;
}

.hero-submenu a:hover {
  background: #f8f8f8;
  color: #000;
}

/* Показуємо підменю при наведенні */
.hero-category-item:hover > .hero-submenu {
  display: block;
}/*# sourceMappingURL=main.css.map */