/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v13-cyrillic_latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v13-cyrillic_latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v13-cyrillic_latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v13-cyrillic_latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.filepond--credits {
  display: none;
}


.container {
  max-width: 1180px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

#content #catalog_row.row,
.catalog_row.row {
  margin-right: -3px;
  margin-left: -3px;
}

.product-layout.product-grid,
.product-layout.product-list {
  padding-right: 3px !important;
  padding-left: 3px !important;
}



html {
  font-size: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  color: #2F2F35;
  font-size: 0.9rem;
  width: 100%;
  font-style: normal;
  line-height: 1.5;
}

svg.svg__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}

/* padding class template  */
.pdn-l {
  padding-left: 0;
}

.pdn-r {
  padding-right: 0;
}

.pdn-lr {
  padding-left: 0;
  padding-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

/* default font size */
.fa {
  font-size: 0.875rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.85rem;
}

h6 {
  font-size: 0.75rem;
}



@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }
}



a {
  color: #2e4eab;
}

a:hover {
  text-decoration: none;
}


legend {
  font-size: 1.125rem;
  padding: 7px 0px
}

label {
  font-size: 0.85rem;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input {
  font-size: 0.85rem;
}

.catalog_pc {
  display: none;
}

header .search-box {
  display: none;
}

.sort_order {
  display: none;
}

.ocfilter-mobile-handle {
  display: none;
}

.hide-mob {
  display: none;
}

@media (min-width: 1200px) {
  .catalog_pc {
    display: block;
  }

  header .search-box {
    display: block;
  }

  .sort_order {
    display: block;
  }

  .button-close-filter {
    display: none;
  }

  .button-close-filter {
    display: none;
  }

  .hide-pc {
    display: none;
  }

}





/* modal
-------------------------------------------  */
.fh-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0px;
}

.fh-modal .modal-header {
  padding: 15px 60px 15px 20px;
  border-bottom: 1px solid #EAEDF7;
  height: 60px;
  position: relative;
}

.fh-modal .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.fh-modal .close-modal {
  background-image: url(../image/sprite.svg#icon-close);
  cursor: pointer !important;
  font-size: 0px;
  height: 26px;
  outline: medium none;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 26px;
  z-index: 1060;
  text-align: center;
  line-height: 25px;
  border: 1px solid #EAEDF7;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  background-color: #ffffff;
  background-size: 10px;
}

.fh-modal .modal-body {
  padding: 20px;
  font-size: 1rem;
}

.fh-modal .modal-body+.modal-footer {
  padding: 20px 20px 20px;
  align-items: flex-start;
  flex-direction: column;
}

.fh-modal .modal-footer>* {
  margin: 0rem;
}

.fh-modal .form-group {
  margin-bottom: 25px;
}

.fh-modal .modal_info {
  padding: 0 0 15px 0;
}

.nologin-info {
  margin-bottom: 15px;
}

.login-btn {
  margin-bottom: 5px;
}

.logl {
  font-size: 1rem;
}


.fh-u-name {
  font-weight: 700;
}

.hd_city.fh-u-city {
  margin-bottom: 15px;
}


.hd_cnt {
  margin-bottom: 15px;
}

.hd_cnt img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}


/* button
------------------------- */
.fh-btn {
  border: 0px;
  border-radius: 8px;
  display: inline-block;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Centralized Primary Buttons Design System */
.btn-primary,
.fh-btn-primary {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: background .15s, border-color .15s, transform .15s, box-shadow .15s, color .15s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.fh-btn-primary:hover,
.fh-btn-primary:focus,
.fh-btn-primary:active {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

.btn-primary.btn-sm,
.fh-btn-primary.btn-sm {
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 12px !important;
}

/* Centralized Secondary / Default Buttons Design System */
.btn-default,
.btn-secondary {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  border-radius: 12px !important;
  font-weight: 600;
  padding: 8px 20px;
  transition: background .15s, border-color .15s, color .15s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
  text-decoration: none;
}




.nav-tabs {
  margin-bottom: 0.938rem;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}


#logo {}

/* search */
#search {
  margin-bottom: 0 !important;
  position: relative;
}

#search .button_search,
#ds-search-button {
  z-index: 4;
  left: 5px;
  border: none;
  width: 30px;
}

#search .button_search i {
  font-size: 1.1rem;
  color: #666;
  vertical-align: middle;
}

#search .button_search:hover {
  cursor: pointer;
}

#search .btn-outline-secondary {
  color: #6c757d;
  border-color: #ced4da;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #fff;
  margin-right: -40px;
  padding: 0.36rem 0.4rem 0.36rem 0.75rem;
}

#search input {
  /*	border-left: 0;*/
  padding-left: 38px;
  border-radius: 12px !important;
}





/* header */
header {
  background-color: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  header {
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  header #logo svg {
    width: 120px;
    height: 50px;
  }
}

header .category_header {}

header .category_header a {
  color: #333;
}

header .category_header a:hover {
  text-decoration: none;
  color: #ff5463;
}



header .icon_header i {
  font-size: 1.5rem;
  color: #121212;
}

header .icon_header .align-items-center {
  display: flex;
}



/* button add product header */

#add_product_top {
  line-height: 1.2;

  display: flex;

  background: linear-gradient(90deg, #043d7f, #00ace4);
  color: #ffffff;
  border-radius: 6px;
  font-size: .8rem;
  margin-right: 15px;
  padding: 4px 10px 4px 10px;
  transition: 0.2s;
  align-items: center;
}

#add_product_top svg {
  margin-right: 6px;
}

#add_product_top:hover,
#add_product_top:focus {
  background: linear-gradient(90deg, #044693, #187fff);
}




.btn-group-1 {
  margin-top: 15px;
  display: flex;
}

.btn-group-1 a {
  background-color: #1F3B4D;
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  margin-right: 15px;
  padding: 4px 12px 4px 10px;
}

.btn-group-1 a svg {
  margin-right: 8px;
}

.btn-group-1 a:hover,
.btn-group-1 a:focus {
  background-color: #25475F;
}



/* content */
#content {
  min-height: 600px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  margin-top: 15px;
}




/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}


#breadcrumb {
  display: flex;
  background: #f9f9f9;
  border-radius: 0;
  margin: 0 0 10px 0;
  padding: 12px 0;
}

#breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#breadcrumb .breadcrumb::-webkit-scrollbar {
  display: none;
}

#breadcrumb .breadcrumb > li {
  flex-shrink: 0;
}

#breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}

#breadcrumb .breadcrumb li:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  #breadcrumb {
    font-size: 0.765rem;
  }
}




/* Subcategories Block
-------------------------------------------- */
.subcategories-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px 20px;
  margin-top: 15px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.subcategories-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px 0;
  padding: 0;
  line-height: 1.3;
}

.subcategories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.subcategory-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  min-height: 50px;
  box-sizing: border-box;
}

.subcategory-card:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
  transform: translateY(-1px);
}

.subcategory-card:active {
  background: #f1f5f9;
  border-color: #94a3b8;
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.subcategory-card:focus,
.subcategory-card:focus-visible {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.subcategory-card.is-hidden {
  display: none !important;
}

.subcategory-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 8px;
  font-size: 13px;
  flex-shrink: 0;
}

.subcategory-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.subcategory-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  transition: color 0.15s ease;
}

.subcategory-card:hover .subcategory-name {
  color: #2563eb;
}

.subcategory-total {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
  white-space: nowrap;
}

.subcategory-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 11px;
  flex-shrink: 0;
  transition: color 0.15s ease, transform 0.15s ease;
}

.subcategory-card:hover .subcategory-arrow {
  color: #2563eb;
  transform: translateX(2px);
}

.subcategories-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 20px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  width: auto;
}

.subcategories-toggle-btn:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #2563eb;
}

.subcategories-toggle-btn:focus,
.subcategories-toggle-btn:focus-visible {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.subcategories-toggle-icon {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.subcategories-toggle-btn[aria-expanded="true"] .subcategories-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .subcategories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .subcategories-block {
    padding: 16px;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .subcategory-card {
    padding: 9px 11px;
    min-height: 46px;
    border-radius: 10px;
  }
  .subcategory-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .subcategory-name {
    font-size: 12px;
  }
  .subcategory-total {
    font-size: 10.5px;
  }
  .subcategories-toggle-btn {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 340px) {
  .subcategories-grid {
    grid-template-columns: 1fr;
  }
}

/* Catalog
------------------------------------------ */



.nav_catelog {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 10px 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.nav-catelog-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
}

.btn-filter-mob {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  height: 36px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-filter-mob:hover,
.btn-filter-mob:active {
  border-color: #2563eb !important;
  color: #2563eb !important;
}

.btn-view-switch {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 3px;
  display: inline-flex;
  gap: 3px;
}

.btn-view-btn {
  background: transparent;
  border: none;
  color: #64748b;
  width: 34px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  outline: none !important;
}

.btn-view-btn.active,
.btn-view-btn:hover {
  background: #ffffff;
  color: #2563eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.button-update-filter {
  width: 92%;
  border: 1px solid rgb(3 63 129 / 48%);
  border-radius: 4px;
  padding: 10px;
  background: linear-gradient(90deg, #043d7f, #00ace4);
  margin: 10px;
  box-sizing: border-box;
  font-size: .935rem;
}

#ocfilter-button.hide {
  display: none;
}

#ocfilter-result {
  text-align: center;
  width: 92%;
  margin: 20px 10px 0px;
  font-size: .825rem;
}

.button-close-filter {
  width: 92%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  background: #f5f5f5;
  margin: 10px;
  box-sizing: border-box;
  font-size: .935rem;
}

.button-close-filter.hide {
  display: none;
}


.sort_order {
  text-align: right;
}

.sort_order a {
  margin-right: 15px;
  padding: 2px 6px;
  border-radius: 4px;
}

.sort_order a:last-child {
  margin-right: 0px;
}

.sort_order a.selected {
  border-radius: 4px;
  padding: 2px 6px;
  color: #555;
  background-color: #f3f3d9;
}

.sort_order a.selected:hover {
  cursor: default;
  text-decoration: none;
}

.sort_order a:hover {
  cursor: pointer;
  background-color: #f1f1b9;
}



/* product page
------------------------------------------ */

/* breadcrumbs inherit scrollable flex rules */


#main-info {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
  margin-bottom: 15px;
}


#main-info .date-add-product {
  font-size: 0.82rem;
}

#main-info h1 {
  font-size: 1.4rem;
}

/* image pc */
#image-info li.image-additional {
  margin-bottom: 10px;
}

#image-info img {
  border-radius: 6px;
}

#stock-status {
  margin-bottom: 1rem;
}

#stock-status .in__stock {
  color: #0eb10e;
}

#stock-status .out__stock {
  color: red;
}

#stock-status .in__stock .svg__icon {
  width: 0.89rem;
  height: 0.89rem;
  fill: #49bb49;
  margin-right: 0.4rem;
}

#stock-status .out__stock .svg__icon {
  width: 0.89rem;
  height: 0.89rem;
  fill: #ff7171;
  margin-right: 0.4rem;
}

#main-price {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#main-info .buy__box__row {
  margin-bottom: 1.7rem;
}

#main-info #button-cart {
  font-size: 1rem;
  padding: 0.4rem 4rem;
}


.description {
  margin-top: 20px;
  margin-bottom: 20px;
}



/* filter atribute product */
.filter__group .filter__name {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 6px;
}



/* Seller and similar products on product-page
--------------------------------------- */

.more-products-section {
  margin-bottom: 24px;
}

.similar-products-section {
  margin-bottom: 24px;
}

.product-scroll {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /* РџР»Р°РІРЅР°СЏ РїСЂРѕРєСЂСѓС‚РєР° РЅР° iOS */
  white-space: nowrap;
  padding: 10px 0;
  gap: 10px;
  /* Р Р°СЃСЃС‚РѕСЏРЅРёРµ РјРµР¶РґСѓ С‚РѕРІР°СЂР°РјРё */
}

/* РЎРєСЂС‹РІР°РµРј РїРѕР»РѕСЃСѓ РїСЂРѕРєСЂСѓС‚РєРё, РЅРѕ РѕСЃС‚Р°РІР»СЏРµРј С„СѓРЅРєС†РёРѕРЅР°Р»СЊРЅРѕСЃС‚СЊ */
.product-scroll::-webkit-scrollbar {
  display: none;
}

.product-scroll {
  -ms-overflow-style: none;
  /* Р”Р»СЏ Edge */
  scrollbar-width: none;
  /* Р”Р»СЏ Firefox */
}


/* РЎС‚РёР»Рё РґР»СЏ РєР°Р¶РґРѕРіРѕ С‚РѕРІР°СЂР° */
.product-scroll .product-item {
  flex: 0 0 45%;
  scroll-snap-align: start;
  border: 1px solid #ddd;
  padding: 0px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
  white-space: normal;
  /* РџРµСЂРµРѕРїСЂРµРґРµР»СЏРµРј РґР»СЏ РІСЃРµРіРѕ Р±Р»РѕРєР° */
  overflow-wrap: break-word;
  /* РџРµСЂРµРЅРѕСЃ СЃР»РѕРІ */
  height: auto;
  /* РџРѕР·РІРѕР»СЏРµРј Р±Р»РѕРєСѓ СЂР°СЃС‚СЏРіРёРІР°С‚СЊСЃСЏ РїРѕ РІС‹СЃРѕС‚Рµ */
  min-height: 100px;
  /* РњРёРЅРёРјР°Р»СЊРЅР°СЏ РІС‹СЃРѕС‚Р° РґР»СЏ СЂР°РІРЅРѕРјРµСЂРЅРѕСЃС‚Рё */
}

@media (min-width: 1200px) {
  .product-scroll .product-item {
    flex: 0 0 calc((100% - 50px) / 6);
    box-sizing: border-box;
  }
}


.product-scroll .caption {
  padding: 9px;
}

.product-scroll .caption h4 {
  height: 48px;
  margin-bottom: 8px;
}

.product-scroll .caption .product_name {
  height: 52px;
  margin-bottom: 10px;
}

.product-scroll .caption .product_name a {
  font-size: 0.88rem;
}

.product-scroll .product-item a {
  white-space: normal;
  display: block;
  line-height: 1.2;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 13px;
}




.product-scroll .price {
  font-weight: 500;
  font-size: 1rem;
  min-height: 23px;
}

.product-scroll .price_only span,
.product-scroll .price_new span {
  font-weight: 500;
  font-size: 1.1rem;
}


.product-scroll .bx_wishlist {
  display: none;
}


/* customer col of product page
------------------------------------------ */
#customer-info .name__user {
  font-size: 1rem;
  margin-bottom: 5px;
}

#customer-info .rating__user .posititve {
  margin-right: 15px;
  color: green;
}

#customer-info .rating__user .negative {
  color: red;
}

#customer-info .avatar img {
  width: 50px;
}

.data-info-user {
  font-size: 0.769rem;
  color: #666;
}


.pagination {
  margin: 0;
}


/* Unified Product Condition Status Badge (.stan) */
.stan {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  padding: 4px 9px 4px 7px !important;
  border-radius: 8px !important;
  margin-top: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.stan i {
  width: 6px !important;
  height: 6px !important;
  display: inline-block !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  margin-right: 0 !important;
}

.stan span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 5: Новий */
.stan.stan_5 {
  background-color: #dcfce7 !important;
  border: 1px solid #bbf7d0 !important;
}
.stan.stan_5 i {
  background-color: #16a34a !important;
}
.stan.stan_5 span {
  color: #15803d !important;
}

/* 6: Як новий */
.stan.stan_6 {
  background-color: #e0f2fe !important;
  border: 1px solid #bae6fd !important;
}
.stan.stan_6 i {
  background-color: #0ea5e9 !important;
}
.stan.stan_6 span {
  color: #0284c7 !important;
}

/* 9: Вживаний */
.stan.stan_9 {
  background-color: #fef3c7 !important;
  border: 1px solid #fde68a !important;
}
.stan.stan_9 i {
  background-color: #d97706 !important;
}
.stan.stan_9 span {
  color: #b45309 !important;
}

/* 10: Зношений */
.stan.stan_10 {
  background-color: #ffedd5 !important;
  border: 1px solid #fed7aa !important;
}
.stan.stan_10 i {
  background-color: #ea580c !important;
}
.stan.stan_10 span {
  color: #c2410c !important;
}

/* 11: Не працює */
.stan.stan_11 {
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
}
.stan.stan_11 i {
  background-color: #64748b !important;
}
.stan.stan_11 span {
  color: #475569 !important;
}

/* featured
---------------------- */
#featured {
  margin-top: 20px;
  margin-bottom: 15px;
}

#featured .product-thumb {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

#featured .product_name {
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 5px;
}

#featured .image {
  width: 85px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-color: #ccc;
  justify-content: space-around;
}

#featured .image img {
  max-height: 115px;
}

#featured .status {}

/* product-item image*/
.product-item .product-thumb {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.product-item .image {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-color: #ccc;
  justify-content: space-around;
  height: 150px;
}

.product-item .image img {
  max-height: 150px;
}



/* product list
---------------------- */
.product-thumb {
  display: flex;
  position: relative;
  overflow: auto;
  border-radius: 8px;
}


.product-thumb .image {}

.product-thumb .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  flex: 1;
  padding: 10px;
  min-height: 60px;
}

#featured .caption {
  flex: 1;
  padding: 5px 10px;
  min-height: 60px;
}




.caption .product_name {
  max-height: 62px;
  overflow: hidden;
  margin-bottom: 15px;
}

.caption .product_name a {
  font-size: 0.95rem;
  line-height: 1.2;
}

.caption p {
  margin-bottom: 0;
}



.caption .status span {
  background: #f1f1f1;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.date-added {
  font-size: 0.785rem;
}


.product-thumb .price {
  color: #000;
  font-weight: 600;
  font-size: 0.965rem;
}

.product-thumb .price-new {
  font-weight: 700;
}



/* product-list */

.product-list {
  width: 100%;
}

.product-list .product-thumb {
  border: 1px solid #ddd;
  width: 100%;
}

.product-list .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 120px;
  height: 144px;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.product-list .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.3s ease-in-out;
}

.product-list .product-thumb:hover .image img {
  transform: scale(1.05);
}


.product-list .product-thumb .caption {
  padding: 7px 10px;
}

.product-list .caption .product_name {
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-list .product-thumb .dop-inf {
  /*	margin-top: 8px;*/
  display: flex;
  flex-direction: column;
}

.product-list .product-thumb .date-added {
  font-size: 12px;
  margin-top: 5px;
}

.product-list .product-thumb .bx_wishlist {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}


/*  product-row */

.catalog_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.product-grid {
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: calc(50% - 5px);
  border-radius: 8px;
}

.product-grid .product-thumb {
  flex-direction: column;
}

.product-grid .product-thumb .bx_wishlist {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}

.product-grid .product-thumb .image,
.product-item .image,
#featured .product-thumb .image {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-bottom: 6px;
}

.product-grid .product-thumb .image img,
.product-item .image img,
#featured .product-thumb .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.3s ease-in-out;
}

.product-grid .product-thumb:hover .image img,
.product-item:hover .image img,
#featured .product-thumb:hover .image img {
  transform: scale(1.05);
}


.product-grid .product-thumb .caption {
  padding: 8px;
}

.product-grid .product-thumb .date-added {
  display: none;
}


@media (min-width: 768px) {
  .catalog_row .product-grid {
    width: calc(25% - 7.5px);
    /* 4 в ряд для десктопа */
  }
}

/* VIP Module Responsive Layout: Horizontal on Mobile, Grid 6-per-row on Desktop */
.vip-homepage-module-container .product-list {
  width: 100%;
}

@media (min-width: 768px) {
  .vip-homepage-module-container .product-list {
    width: calc(25% - 7.5px);
    box-sizing: border-box;
  }
  .vip-homepage-module-container .product-list .product-thumb {
    flex-direction: column;
  }
  .vip-homepage-module-container .product-list .image {
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 6px;
  }
  .vip-homepage-module-container .product-list .caption {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .vip-homepage-module-container .product-list {
    width: calc((100% - 40px) / 5);
  }
}

@media (min-width: 1200px) {
  .vip-homepage-module-container .product-list {
    width: calc((100% - 50px) / 6);
  }
}


/* Pagination Styling in Fishub Style */
.product-total {
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Pagination Styling in Fishub Style (stan_6 Theme) */
.product-total {
  margin-top: 35px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-pagination,
.pagination-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination {
  display: inline-flex !important;
  padding-left: 0;
  margin: 0;
  border-radius: 10px;
  gap: 6px;
  list-style: none;
}

.pagination > li {
  display: inline-flex;
}

.pagination > li > a,
.pagination > li > span,
.product-pagination .pagination > li > a,
.product-pagination .pagination > li > span {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none !important;
  color: #334155;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.product-pagination .pagination > li:first-child > a,
.product-pagination .pagination > li:first-child > span,
.product-pagination .pagination > li:last-child > a,
.product-pagination .pagination > li:last-child > span {
  border-radius: 10px !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.product-pagination .pagination > li > a:hover,
.product-pagination .pagination > li > span:hover,
.product-pagination .pagination > li > a:focus,
.product-pagination .pagination > li > span:focus {
  z-index: 2;
  color: #0284c7 !important;
  background-color: #f0f9ff !important;
  border-color: #bae6fd !important;
  transform: translateY(-1px);
}

/* Active Page Button (stan_6 Style: #e0f2fe bg, #bae6fd border, #0284c7 text) */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.product-pagination .pagination > .active > a,
.product-pagination .pagination > .active > span,
.product-pagination .pagination > .active > a:hover,
.product-pagination .pagination > .active > span:hover,
.product-pagination .pagination > .active > a:focus,
.product-pagination .pagination > .active > span:focus {
  z-index: 3;
  color: #0284c7 !important;
  background-color: #e0f2fe !important;
  border-color: #bae6fd !important;
  font-weight: 700 !important;
  cursor: default;
  transform: none !important;
  box-shadow: 0 2px 6px rgba(2, 132, 199, 0.12);
}

/* Disabled items */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.product-pagination .pagination > .disabled > span,
.product-pagination .pagination > .disabled > span:hover,
.product-pagination .pagination > .disabled > span:focus,
.product-pagination .pagination > .disabled > a,
.product-pagination .pagination > .disabled > a:hover,
.product-pagination .pagination > .disabled > a:focus {
  color: #94a3b8 !important;
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  cursor: not-allowed;
  opacity: 0.6;
  transform: none !important;
}

.product-total .product-total-results {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-top: 10px;
}










/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  margin-bottom: 0;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-weight: 500;
  color: #fff;
}



/* button downlod style
----------------------------------  */
#js-file-list img {
  max-width: 100px;
  max-height: 100px;
}

/* СЃС‚РёР»РёР·Р°С†РёСЏ РєРЅРѕРїРєРё Р·Р°РіСЂСѓР·РєРё С„РѕС‚Рѕ */
.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.input__file,
.input__mainfile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  font-size: 16px;
  font-weight: 500;
}

.input__file-button {
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #1bbc9b;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}

/* wishlist
----------------------------- */
.bx_wishlist .favorite_p {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.bx_wishlist i {
  padding-top: 3px;
  color: #3e3e3e;
  transition: 0.2s;
  font-size: 18px;
  margin-right: 10px;
}

.bx_wishlist .ok_wishlist i {
  color: #ffa900;
}

.bx_wishlist .ok_wishlist i:hover,
.bx_wishlist .ok_wishlist i:focus {
  color: #ffa900;
}

.bx_wishlist #wishlist_ok #fav_pasive,
.bx_wishlist #wishlist_no #fav_active,
.bx_wishlist .ok_wishlist .fav-passive,
.bx_wishlist .ok_wishlist .fav_pasive,
.bx_wishlist .favorite_p:not(.ok_wishlist) .fav-active,
.bx_wishlist .favorite_p:not(.ok_wishlist) .fav_active {
  display: none;
}

.bx_wishlist #wishlist_ok #fav_active,
.bx_wishlist .ok_wishlist .fav-active,
.bx_wishlist .ok_wishlist .fav_active {
  display: inline-block;
}

.bx_wishlist .favorite_p:not(.ok_wishlist) .fav-passive,
.bx_wishlist .favorite_p:not(.ok_wishlist) .fav_pasive {
  display: inline-block;
}

/* modal wishlist */
#modal-wish .text_body_wish {
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.5;
}

#modal-wish .modal-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  flex-wrap: wrap;
}

#modal-wish .wishlist-modal-btn-login,
#modal-wish .wishlist-modal-btn-close {
  flex: 1 1 140px;
  height: 44px;
  min-height: 44px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-sizing: border-box;
  padding: 0 16px;
  transition: all 0.2s ease;
  line-height: 1;
}

#modal-wish .wishlist-modal-btn-login {
  background: #2563eb;
  border: 1px solid #2563eb;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

#modal-wish .wishlist-modal-btn-login:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

#modal-wish .wishlist-modal-btn-login:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

#modal-wish .wishlist-modal-btn-close {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
}

#modal-wish .wishlist-modal-btn-close:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
  color: #1e293b;
}

#modal-wish .wishlist-modal-btn-close:focus-visible {
  outline: 2px solid #64748b;
  outline-offset: 2px;
}

@media (max-width: 360px) {
  #modal-wish .wishlist-modal-btn-login,
  #modal-wish .wishlist-modal-btn-close {
    flex: 1 1 100%;
    width: 100%;
  }
}

.whl-product {
  margin-top: 20px;
}

.bx_wishlist span span {
  margin-left: 0px;
}


.mod_category_list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mod_category_list .row {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -7px;
  margin-left: -7px;
}

.mod_category_list .bbx_cols {
  padding-left: 7px;
  padding-right: 7px;
}

.mod_category_list .cat_box_mod {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;

}

.mod_category_list .cat_box_mod a {
  display: block;
  line-height: 24px;
}

.mod_category_list .cat_box_mod a.main_cat {
  font-size: 16px;
  font-weight: 500;
}



/*.mod_category_list {
	flex-direction: inherit;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mod_category_list a {
	background-color: #eceef2;
  padding: 3px 7px;
  border-radius: 7px;
  color: #3a3c40;
}*/



/* Telegram product block
------------------------------------ */
#telegram-info {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}

/* Customer
------------------------------------ */
#customer-info {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}

#customer-info .avatar_and_name {
  display: flex;
  align-items: center;
}

.name_box {
  margin-left: 10px;
}

#geoinfo {
  margin-top: 10px;
}

#customer-info button {
  color: #000;
  border-color: #2dc4ff;
  background: #e2eef3;
  border-radius: .5rem;
}

/* oc filter
---------------------------------  */
#ocfilter .noUi-horizontal {
  height: 8px !important;
}

#ocfilter .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -9px;
  border-radius: 50%;
}

#ocfilter .noUi-handle.noUi-handle-upper {
  left: -8px;
}

#ocfilter .noUi-handle:after,
#ocfilter .noUi-handle:before {
  display: none;
}

#ocfilter .noUi-handle {
  border: 2px solid #fff;
  background: #0069db;
  box-shadow: none;
}

#ocfilter .noUi-connect {
  background: #0071eb;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* СЃС‚РёР»С–Р·Р°С†С–СЏ  */

.checkbox_label .ocf-target {
  display: none;
}

/* Р—Р°РґР°РµРј РІРЅРµС€РЅРёР№ РІРёРґ РґР»СЏ РЅР°С€РµРіРѕ РєР°СЃС‚РѕРјРЅРѕРіРѕ С‡РµРєР±РѕРєСЃР°. Р’СЃРµ РѕР±СЏР·Р°С‚РµР»СЊРЅС‹Рµ СЃРІРѕР№СЃС‚РІР° РїСЂРѕРєРѕРјРјРµРЅС‚РёСЂРѕРІР°РЅС‹, РѕСЃС‚Р°Р»СЊРЅС‹Рµ Р¶Рµ СЃРІРѕР№СЃС‚РІР° РјРµРЅСЏР№С‚Рµ РїРѕ РІР°С€РµРјСѓ СѓСЃРјРѕС‚СЂРµРЅРёСЋ */
.checkbox_label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  cursor: pointer;
  padding: 6px 0 !important;
  margin-bottom: 0 !important;
}

.checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 1px;
}

.checkbox_label .label {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

.ocf-target:checked+.checkbox-custom {
  border: 0;
}

.ocf-target:checked+.checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #0cbb2b;
  border-radius: 3px;
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.ocfilter-option label a,
.ocfilter-option label {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.disabled.checkbox_label .label {
  color: #999;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}


#ocfilter .ocfilter-option .ocf-option-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#ocfilter .ocfilter-option label small {
  position: static !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #a6a5a5 !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  margin-left: 4px !important;
  padding: 0 !important;
  vertical-align: text-bottom !important;
  box-shadow: none !important;
}

#ocfilter .selected-options.ocfilter-option {
  background-color: #eee;
}

#ocfilter .list-group-item {
  padding: 0.75rem;
  display: block !important;
}

#ocfilter .selected-options .reset_filter,
#ocfilter .selected-options .reset_all_filters {
  transition: all .3s ease;
  color: #221f1f;
  border: 1px solid #858585;
  border-radius: 10px;
  padding: 3px 6px 4px;
  text-wrap: nowrap;
  line-height: 32px;
}

#ocfilter .selected-options .reset_all_filters {
  border: 1px solid #ff8989;
}

#ocfilter .selected-options .reset_filter:hover {
  color: #f71010;
  border: 1px solid #f71010;

}

#ocfilter .selected-options .reset_filter i {
  color: #e96e6e;
  font-size: 0.8rem;
}


#ocfilter .selected-options .reset_all_filters:hover {
  color: #f71010;
}

#ocfilter .noUi-marker-horizontal.noUi-marker-large {
  height: 8px;
}

/* Popover style removed to prevent global pollution */

/* END oc filter
---------------------------------  */





/* Swiper slider product
-----------------------------------  */

#image-info {
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 0.75rem;
  margin-bottom: 15px;
}

#image-info .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#image-info .main-swiper,
.main-swiper {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #image-info .main-swiper,
  .main-swiper {
    max-height: 500px;
  }
}

.product-slider {
  max-width: 720px;
  margin: 0 auto;
}

#image-info .main-swiper .swiper-slide,
.main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#image-info .main-swiper .swiper-slide.product-gallery-trigger,
.main-swiper .swiper-slide.product-gallery-trigger {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: none;
}

#image-info .main-swiper .swiper-slide.product-gallery-trigger:focus,
.main-swiper .swiper-slide.product-gallery-trigger:focus {
  outline: none;
}

#image-info .main-swiper .swiper-slide.product-gallery-trigger:focus-visible,
.main-swiper .swiper-slide.product-gallery-trigger:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
}

#image-info .main-swiper .swiper-slide img,
.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 100%;
  object-fit: contain;
  cursor: pointer;
}

@media (max-width: 768px) {
  #image-info .main-swiper .swiper-slide img,
  .main-swiper .swiper-slide img {
    max-height: 500px;
  }
}

#image-info .thumbnail-swiper {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

#image-info .thumbnail-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}

#image-info .thumbnail-swiper .swiper-slide {
  width: 60px !important;
  height: 60px !important;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #image-info .thumbnail-swiper .swiper-slide {
    width: 50px !important;
    height: 50px !important;
  }
}

#image-info .thumbnail-swiper .swiper-slide img {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.2s;
  padding: 3px;
  cursor: pointer;
}

#image-info .thumbnail-swiper .swiper-slide-thumb-active img {
  border: 2px solid #2563eb;
}

#image-info .swiper-button-next,
#image-info .swiper-button-prev {
  color: #444;
}

/* Fullscreen Product Gallery Modal
-----------------------------------  */
.product-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(10, 15, 29, 0.96);
  display: flex;
  flex-direction: column;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.gallery-modal-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 100002;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  pointer-events: auto;
}

.gallery-modal-counter {
  color: #f1f5f9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.gallery-modal-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gallery-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  padding: 0;
}

.gallery-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transform: scale(1.05);
}

.gallery-btn:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.gallery-btn-close {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.5);
  color: #fee2e2;
}

.gallery-btn-close:hover {
  background: #ef4444;
  color: #ffffff;
}

.gallery-btn-close:focus-visible {
  outline: 2px solid #ef4444;
  outline-offset: 2px;
}

.fullscreen-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fullscreen-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
}

.fullscreen-swiper .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fullscreen-swiper .swiper-zoom-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.fullscreen-swiper .gallery-prev,
.fullscreen-swiper .gallery-next {
  color: #ffffff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 100001;
}

.fullscreen-swiper .gallery-prev:hover,
.fullscreen-swiper .gallery-next:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #38bdf8;
}

.fullscreen-swiper .gallery-prev:focus-visible,
.fullscreen-swiper .gallery-next:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.fullscreen-swiper .gallery-prev::after,
.fullscreen-swiper .gallery-next::after {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .gallery-modal-topbar {
    height: 54px;
    padding: 0 16px;
  }
  .gallery-btn {
    width: 38px;
    height: 38px;
  }
  .gallery-btn-zoom-in,
  .gallery-btn-zoom-out {
    display: none;
  }
  .fullscreen-swiper .gallery-prev,
  .fullscreen-swiper .gallery-next {
    display: none;
  }
  .fullscreen-swiper .swiper-slide {
    padding: 10px;
  }
}


/*  footer-menu
--------------------------------  */

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
  padding: 15px;
  visibility: hidden;
}

.mobile-menu.active {
  transform: translateY(0);
  visibility: visible;
}

.menu-btn {
  cursor: pointer;
  z-index: 1001;
}

/* .close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
} */

body.menu-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  body.menu-open {
    overflow: visible;
  }
}


/* Category list slide new25  */

#category-menu .category-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /*    padding: 10px;*/
}

#category-menu .category-box a {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  box-sizing: border-box;
}

#category-menu .category-box a img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: cover;
}

#category-menu .category-box a span {
  font-size: 12px;
  color: #111;
  word-break: break-word;
}

.popup-heading {
  font-size: 18px;
  color: #444;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

button.popup-heading {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
}

.popup-heading::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.popup-heading::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M15 18l-6-6 6-6"/></svg>');

}



#footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 2px 0;
  z-index: 1009;
  box-shadow: 0px -2px 7px 0px rgb(0 0 0 / 10%);
}

@media (min-width: 992px) {
  #footer-menu {
    display: none;
  }

  footer {
    margin-bottom: 0;
  }
}


#footer-menu .menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  color: #333;
  text-decoration: none !important;
}

#footer-menu .menu-btn:hover {
  text-decoration: none !important;
  color: #0f172a;
}

#footer-menu .menu-btn.active {
  color: #2563eb;
}

#footer-menu .menu-btn.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}

#footer-menu .menu-btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}

#footer-menu #home-menu-btn::before {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23334155" stroke-width="2" stroke-linecap="round"><path d="M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><polyline points="9 21 9 12 15 12 15 21"/></svg>') no-repeat center center;
}

#footer-menu #category-menu-btn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/></svg>');
}

#footer-menu #add-menu-btn.btn-add::before {
    content: '';
    background: #2563eb url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 22 22" fill="none" stroke="%23ffffff" stroke-width="2.5" stroke-linecap="round"><line x1="11" y1="3" x2="11" y2="19"/><line x1="3" y1="11" x2="19" y2="11"/></svg>') no-repeat center center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37,99,235,0.35);
}

#footer-menu #search-menu-btn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>');
}

#footer-menu #cabinet-menu-btn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="8" r="4"/><path d="M6 21v-2a6 6 0 0 1 12 0v2"/></svg>');
}

/* Live Search
-------------------------------- */
.ds-livesearch {
  top: 46px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12300;
  background: #f8fbfd;
  gap: .5rem;
  -webkit-box-shadow: 0 2px 24px 0 rgba(37, 38, 39, .08);
  box-shadow: 0 2px 24px 0 rgba(37, 38, 39, .08);
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  max-height: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ds-livesearch {
    z-index: 13300;
  }
}

@media (max-width: 768px) {
  .ds-livesearch {
    top: 105px;
    margin-bottom: 62px;
  }
}

.ds-livesearch.expanded {
  max-height: unset;
}

.founded_categories,
.founded_products {
  margin-bottom: 5px;
}

.ds-livesearch .ds-livesearch-categories-item {
  color: blue;
  margin-bottom: 6px;
}

.ds-livesearch .ds-livesearch-categories-item img {
  max-width: 100%;
  height: auto
}

.ds-livesearch-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
  padding: .5rem;
}

.ds-livesearch-inner .ds-subcategories-title {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .ds-last-reviews-item {
    width: 50%
  }

  .ds-livesearch {
    top: calc(100% + .325rem);
    max-height: 0;
    right: 0;
    border-radius: 7px;
    position: absolute;
    bottom: auto;
  }

  .ds-livesearch.expanded {
    max-height: calc(100vh - 5rem)
  }

  .ds-livesearch .ds-livesearch-categories-item {
    /*flex: 1 0 25%;
        max-width: 25%*/
  }
}

.ds-livesearch-item {
  background: #fff;
  gap: .5rem;
  padding: .5rem !important;
}

.ds-livesearch-item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 60px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(242, 242, 242);
}

.ds-livesearch-item-img img {}


.ds-livesearch-item-sticker.red-bg {
  background: #333
}

.ds-livesearch-item-title {
  line-height: 1
}

.ds-livesearch-item-title:hover {
  color: blue
}

.ds-livesearch-item .ds-price-new {
  line-height: 1
}

/* --- HEADER CSS --- */

:root {
  --black: #111;
  --white: #fff;
  --gray-100: #f5f5f5;
  --gray-200: #e8e8e8;
  --gray-400: #aaa;
  --gray-600: #666;
  --accent: #1a8a4a;
  --tg: #2aabee;
  --header-h: 64px;
}

/* в•ђв•ђв•ђ TOP BAR в•ђв•ђв•ђ */
.top-bar {
  background: var(--black);
  height: 34px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-bar-left a,
.top-bar-right a {
  font-size: 11.5px;
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s;
}

.top-bar-left a:hover,
.top-bar-right a:hover {
  color: #aaa;
  text-decoration: none;
}

.top-bar-tg {
  color: var(--tg) !important;
  font-weight: 600;
}

/* в•ђв•ђв•ђ MAIN HEADER в•ђв•ђв•ђ */
header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo */
.header-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.header-logo:hover {
  text-decoration: none;
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: var(--black);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text {
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  letter-spacing: -0.5px;
  line-height: 1;
}

.logo-text em {
  font-style: normal;
  color: var(--accent);
}

/* Catalog btn */
.catalog-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 7px;
  padding: 0 15px;
  height: 38px;
  font-size: 13.5px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  flex-shrink: 0;
}

.catalog-btn:hover {
  background: #333;
}

.catalog-chevron {
  transition: transform 0.2s;
  opacity: 0.5;
}

.catalog-btn.open .catalog-chevron {
  transform: rotate(180deg);
}

/* Search */
.header-search {
  flex: 1;
  position: relative;
  max-width: 520px;
}

.header-search input {
  width: 100%;
  height: 38px;
  background: var(--gray-100);
  border: 1.5px solid var(--gray-200);
  border-radius: 8px;
  padding: 0 42px 0 14px;
  font-size: 13.5px;
  font-family: inherit;
  color: var(--black);
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}

.header-search input::placeholder {
  color: var(--gray-400);
}

.header-search input:focus {
  border-color: #bbb;
  background: var(--white);
}

.search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  padding: 4px;
  transition: color 0.15s;
}

.search-submit:hover {
  color: var(--black);
}

/* Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}

.header-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--gray-600);
  transition: background 0.15s, color 0.15s;
}

.header-icon-btn:hover {
  background: var(--gray-100);
  color: var(--black);
}

.badge {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #e53935;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-add-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--accent);
  color: var(--white);
  border-radius: 7px;
  padding: 0 15px;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 6px;
  transition: background 0.15s, transform 0.1s;
}

.header-add-btn:hover {
  background: #157a3e;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

/* в•ђв•ђв•ђ CATALOG DROPDOWN в•ђв•ђв•ђ */
.catalog-dropdown {
  position: absolute;
  top: calc(var(--header-h) + 1px);
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  animation: dropIn 0.15s ease;
}

.catalog-dropdown.open {
  display: block;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-dropdown .container {
  display: flex;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cat-list {
  width: 240px;
  flex-shrink: 0;
  border-right: 1px solid var(--gray-200);
  padding: 8px 0;
}

.cat-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 0.1s;
  text-decoration: none;
  color: var(--black);
  font-size: 13.5px;
}

.cat-list-item:hover,
.cat-list-item.active {
  background: var(--gray-100);
  text-decoration: none;
  color: var(--black);
}

.cat-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.cat-list-item.active .cat-icon {
  background: var(--black);
}

.cat-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-count {
  font-size: 11px;
  color: var(--gray-400);
  background: var(--gray-100);
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.cat-list-item.active .cat-count {
  background: #e8f5ee;
  color: var(--accent);
}

.cat-sub {
  flex: 1;
  padding: 20px 28px;
  display: none;
}

.cat-sub.active {
  display: block;
}

.cat-sub-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--gray-400);
  margin-bottom: 14px;
}

.cat-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 20px;
}

.cat-sub-grid a {
  font-size: 13.5px;
  color: #444;
  text-decoration: none;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color 0.15s;
}

.cat-sub-grid a:hover {
  color: var(--black);
  text-decoration: none;
}

.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gray-200);
  flex-shrink: 0;
}

/* в•ђв•ђв•ђ MOBILE HEADER в•ђв•ђв•ђ */
.mobile-header {
  display: none;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.mobile-header-top {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

.mobile-search-row {
  padding: 0 12px 10px;
}

.mobile-search-row .header-search {
  max-width: 100%;
}

.mobile-search-row input {
  height: 40px;
}

/* в•ђв•ђв•ђ BOTTOM NAV в•ђв•ђв•ђ */
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  height: 58px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.bottom-nav-inner {
  height: 100%;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.bnav-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 10px;
  font-weight: 500;
  color: var(--gray-600);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s;
  position: relative;
}

.bnav-btn:hover,
.bnav-btn.active {
  color: var(--black);
  text-decoration: none;
}

.bnav-add-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnav-add {
  width: 48px;
  height: 48px;
  background: var(--black);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.15s;
  text-decoration: none;
}

.bnav-add:hover {
  transform: scale(1.06);
}

.bnav-badge {
  position: absolute;
  top: 5px;
  right: calc(50% - 18px);
  min-width: 15px;
  height: 15px;
  background: #e53935;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}

/* в•ђв•ђв•ђ SLIDE PANEL в•ђв•ђв•ђ */
.slide-panel {
  display: none;
  position: fixed;
  bottom: 58px;
  left: 0;
  right: 0;
  top: 0;
  background: var(--white);
  z-index: 998;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.slide-panel.visible {
  display: block;
}

.slide-panel.open {
  transform: translateY(0);
}

.panel-header {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 2;
}

.panel-header h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}

.panel-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--gray-100);
  border: none;
  cursor: pointer;
  color: var(--gray-600);
}

.mcat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-100);
  text-decoration: none;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.mcat-item:active {
  background: var(--gray-100);
  text-decoration: none;
}

.mcat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.mcat-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mcat-count {
  font-size: 11px;
  color: var(--gray-400);
  font-weight: 600;
}

@media (max-width: 991px) {

  header,
  .top-bar {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .bottom-nav {
    display: flex;
  }

  body {
    padding-bottom: 58px;
  }
}

header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* --- FOOTER CSS --- */

/* ===== FOOTER ===== */
footer {
  background-color: #111;
  color: #aaa;
  padding-top: 0;
}

/* CTA РїРѕР»РѕСЃР° */
.footer-cta {
  background: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  padding: 28px 0;
}

.footer-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-cta-text {
  font-size: 15px;
  color: #ccc;
  line-height: 1.5;
}

.footer-cta-text strong {
  color: #fff;
  font-size: 17px;
  display: block;
  margin-bottom: 3px;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
}

.footer-cta-btn:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
  color: #ffffff !important;
}

.footer-cta-btn svg {
  flex-shrink: 0;
}

/* Основная часть */
.footer-main {
  padding: 48px 0 36px;
  border-bottom: 1px solid #222;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Колонка с брендом */
.footer-brand .footer-logo {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 14px;
}

.footer-brand .footer-logo .logo-dot {
  color: #2563eb;
}

.footer-brand .footer-logo:hover {
  color: #ffffff;
}

.footer-brand p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #71717a;
  max-width: 240px;
  margin-bottom: 20px;
}

/* Telegram блок */
.footer-tg {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 14px;
  padding: 10px 16px;
  text-decoration: none !important;
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.footer-tg:hover {
  background: #202024;
  border-color: #0088cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 136, 204, 0.25);
}

.footer-tg-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}

.footer-tg-icon i {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.footer-tg-info {
  display: flex;
  flex-direction: column;
}

.footer-tg-title {
  font-size: 13px;
  font-weight: 700;
  color: #f4f4f5;
}

.footer-tg-sub {
  font-size: 11px;
  color: #a1a1aa;
}

/* Р—Р°РіРѕР»РѕРІРєРё РєРѕР»РѕРЅРѕРє */
.footer-col h5 {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}

/* РЎСЃС‹Р»РєРё */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-col ul li a {
  color: #888;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-col ul li a:hover {
  color: #ddd;
  text-decoration: none;
}

.footer-col ul li a .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
  flex-shrink: 0;
  transition: background 0.15s;
}

.footer-col ul li a:hover .dot {
  background: #888;
}

/* Нижняя полоса */
.footer-bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  font-size: 13px;
  color: #a1a1aa;
  line-height: 1.5;
}

.footer-copy a {
  color: #d4d4d8;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out;
}

.footer-copy a:hover {
  color: #ffffff;
}

.footer-disclaimer {
  display: block;
  font-size: 11px;
  color: #52525b;
  margin-top: 3px;
}

.footer-dev {
  display: flex;
  align-items: center;
}

.footer-dev-logo {
  height: 28px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.footer-dev-logo:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-fish span {
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* --- NEW MOBILE HEADER CSS --- */
@media (max-width: 991px) {}

/* ═══════════════════════════════════════════════
   ЗМІННІ
═══════════════════════════════════════════════ */
:root {
  --black: #111;
  --white: #fff;
  --g100: #f5f5f5;
  --g200: #e8e8e8;
  --g400: #aaa;
  --g600: #666;
  --accent: #1a8a4a;
  --tg: #2aabee;
  --nav-h: 58px;
  --hdr-h: 64px;
}

/* ═══════════════════════════════════════════════
   SHARED: ЛОГО
═══════════════════════════════════════════════ */
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: var(--black);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text {
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  letter-spacing: -0.5px;
  line-height: 1;
}

.logo-text em {
  font-style: normal;
  color: var(--accent);
}

/* ═══════════════════════════════════════════════
   SHARED: ПОШУК
═══════════════════════════════════════════════ */
.search-box {
  flex: 1;
  position: relative;
}

.search-box input {
  width: 100%;
  height: 40px;
  background: var(--g100);
  border: 1.5px solid var(--g200);
  border-radius: 8px;
  padding: 0 42px 0 14px;
  font-size: 13.5px;
  font-family: inherit;
  color: var(--black);
  outline: none;
  transition: border-color .15s, background .15s;
}

.search-box input::placeholder {
  color: var(--g400);
}

.search-box input:focus {
  border-color: #bbb;
  background: var(--white);
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--g600);
  display: flex;
  align-items: center;
  padding: 4px;
  transition: color .15s;
}

.search-btn:hover {
  color: var(--black);
}

/* ═══════════════════════════════════════════════
   SHARED: ICON BUTTON
═══════════════════════════════════════════════ */
.icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--g600);
  background: none;
  border: none;
  cursor: pointer;
  transition: background .15s, color .15s;
}

.icon-btn:hover {
  background: var(--g100);
  color: var(--black);
}

.icon-btn svg {
  width: 22px;
  height: 22px;
}

.icon-btn svg[viewBox="0 0 24 22"] {
  width: 22px;
  height: 20px;
}

.icon-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #e53935;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ═══════════════════════════════════════════════
   DESKTOP: TOP BAR
═══════════════════════════════════════════════ */
.top-bar {
  background: #0f172a;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1e293b;
}

.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.top-bar-l,
.top-bar-r {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tb-item {
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-bar-l a,
.top-bar-r a {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s ease-in-out;
}

.top-bar-l a:hover,
.top-bar-r a:hover {
  color: #ffffff;
}

.tb-fishcoin-badge {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  color: #eab308 !important;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 7px;
  border-radius: 10px;
}

.tb-tg {
  color: #38bdf8 !important;
  font-weight: 600;
  background: rgba(56, 189, 248, 0.1);
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  transition: all 0.15s ease-in-out !important;
}

.tb-tg:hover {
  background: #0284c7 !important;
  color: #ffffff !important;
  border-color: #0284c7 !important;
}

/* ═══════════════════════════════════════════════
   DESKTOP: MAIN HEADER
═══════════════════════════════════════════════ */
.d-header {
  background: var(--white);
  border-bottom: 1px solid var(--g200);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.d-header-inner {
  height: var(--hdr-h);
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Catalog button */
.cat-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 12px;
  padding: 0 15px;
  height: 38px;
  font-size: 13.5px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s;
}

.cat-btn:hover {
  background: #333;
}

.cat-btn .chev {
  transition: transform .2s;
  opacity: .5;
}

.cat-btn.open .chev {
  transform: rotate(180deg);
}

/* Add button */
.add-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #2563eb;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 0 15px;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 6px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: background .15s, transform .15s, box-shadow .15s, color .15s;
}

.add-btn:hover,
.add-btn:focus,
.add-btn:active {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

/* ═══════════════════════════════════════════════
   DESKTOP: CATALOG DROPDOWN
═══════════════════════════════════════════════ */
.cat-drop {
  position: absolute;
  top: calc(var(--hdr-h) + 1px);
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--g200);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .10);
  z-index: 999;
  display: none;
  animation: dropIn .15s ease;
}

.cat-drop.open {
  display: block;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cat-drop .wrap {
  display: flex;
  padding: 0;
}

/* Left: category list */
.cat-list {
  width: 240px;
  flex-shrink: 0;
  border-right: 1px solid var(--g200);
  padding: 8px 0;
}

.cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  cursor: pointer;
  text-decoration: none;
  color: var(--black);
  font-size: 13.5px;
  transition: background .1s;
}

.cat-item:hover,
.cat-item.active {
  background: var(--g100);
}

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

.cat-ico {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--g100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.cat-item.active .cat-ico {
  background: var(--black);
}

.cat-item-r {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-cnt {
  font-size: 11px;
  color: var(--g400);
  background: var(--g100);
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.cat-item.active .cat-cnt {
  background: #e8f5ee;
  color: var(--accent);
}

/* Right: subcategories */
.cat-sub {
  flex: 1;
  padding: 20px 28px;
  display: none;
}

.cat-sub.active {
  display: block;
}

.cat-sub-ttl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--g400);
  margin-bottom: 14px;
}

.cat-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 20px;
}

.cat-sub-grid a {
  font-size: 13.5px;
  color: #444;
  text-decoration: none;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color .15s;
}

.cat-sub-grid a:hover {
  color: var(--black);
}

.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--g200);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   MOBILE: HEADER
═══════════════════════════════════════════════ */
.m-header {
  display: none;
  background: var(--white);
  border-bottom: 1px solid var(--g200);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
}

.m-header-container {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: var(--white);
}

/* Кнопка каталога (оригинальная черная плашка) в мобильном */
.m-header .m-cat-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0 12px;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s;
  z-index: 10; /* поверх других элементов */
}

/* Ховер-эффекты */
.m-header .m-cat-btn:hover,
.m-header .m-cat-btn:active {
  background: #333 !important;
  color: var(--white) !important;
}

/* Идеально позиционированный логотип */
.m-header .logo {
  position: relative;
  left: 0;
  transform: none;
  z-index: 5;
  gap: 0;
  display: flex;
  align-items: center;
}

/* Блок иконок справа */
.m-header .m-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

/* Стилизация бейджа Фишкоинов в мобильной шапке */
.m-fishcoin-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.m-fishcoin-badge:hover {
  text-decoration: none;
  background: #f1f5f9;
  color: #0f172a;
}

/* Скрываем старые двухрядные классы */
.m-row1, .m-row2 {
  display: none !important;
}

.m-cat-btn:hover {
  background: #333;
}

.m-cat-chev {
  transition: transform .2s;
  opacity: .6;
}

.m-cat-btn.open .m-cat-chev {
  transform: rotate(180deg);
}

/* ═══════════════════════════════════════════════
   CATEGORY ICONS & FISHCOIN INDICATOR
═══════════════════════════════════════════════ */
.cat-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.m-cat-row-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}

.fishcoin-due-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ef4444;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   MOBILE: CATALOG PANEL
═══════════════════════════════════════════════ */
.m-cat-panel {
  display: none;
  position: fixed;
  bottom: var(--nav-h);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: var(--white);
  z-index: 999999;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(0.32, 0.72, 0, 1);
}

.m-cat-panel.visible {
  display: block;
}

.m-cat-panel.open {
  transform: translateY(0);
}

.m-panel-head {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--g200);
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 2;
}

.m-panel-head h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
}

.m-panel-close {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--g100);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g600);
  transition: background .15s;
}

.m-panel-close:hover {
  background: var(--g200);
}

/* Category rows in panel */
.m-cat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--g100);
  text-decoration: none;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  transition: background .1s;
}

.m-cat-row:active {
  background: var(--g100);
}

.m-cat-row-ico {
  width: 40px;
  height: 40px;
  background: var(--g100);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.m-cat-row-info {
  flex: 1;
}

.m-cat-row-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}

.m-cat-row-cnt {
  font-size: 11px;
  color: var(--g400);
  margin-top: 1px;
}

.m-cat-row-arr {
  color: var(--g200);
  flex-shrink: 0;
}

/* Two-screen drill-in (L1 / L2) inside .m-cat-panel */
.m-cat-screen {
  display: none;
}

.m-cat-screen.active {
  display: block;
}

.m-panel-back {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--g100);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g600);
  transition: background .15s;
  flex-shrink: 0;
}

.m-panel-back:hover {
  background: var(--g200);
}

/* L2 head layout: back | title | close */
.m-cat-screen-l2 .m-panel-head {
  gap: 10px;
}

.m-cat-screen-l2 .m-panel-head h3 {
  flex: 1;
  text-align: left;
}

.m-cat-row-all .m-cat-row-name {
  font-weight: 700;
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 998;
  backdrop-filter: blur(2px);
}

.overlay.active {
  display: block;
}

/* ═══════════════════════════════════════════════
   CONTAINER
═══════════════════════════════════════════════ */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE BREAKPOINT
═══════════════════════════════════════════════ */
@media (min-width: 992px) {

  .m-header,
  .m-cat-panel,
  .overlay,
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 991px) {

  .top-bar,
  .d-header {
    display: none !important;
  }

  .m-header {
    display: block;
  }

  body {
    padding-bottom: var(--nav-h);
  }
}

/* ═══════════════════════════════════════════════
   FISHUB HOMEPAGE & SKELETON MODERN STYLES
═══════════════════════════════════════════════ */

/* Reusable Skeleton Shimmer Effect */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton-loading {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

/* Home Hero Header */
.home-hero-header {
  margin: 10px 0 20px 0;
}
.home-main-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.3;
}
.home-main-subtitle {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .home-hero-header {
    margin: 8px 0 16px 0;
  }
  .home-main-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .home-main-subtitle {
    font-size: 13px;
  }
}

/* Quick Categories Grid */
.home-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 35px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.home-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #3b82f6;
  border-radius: 2px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px 15px;
  text-decoration: none !important;
  color: #334155;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: #3b82f6;
  color: #3b82f6;
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1), 0 4px 6px -4px rgba(59, 130, 246, 0.1);
}

.category-card svg {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  fill: #64748b;
  transition: fill 0.3s ease;
}

.category-card:hover svg {
  fill: #3b82f6;
}

/* Brands Grid */
.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.brand-card {
  flex: 1 1 calc(14% - 12px);
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 10px;
  text-decoration: none !important;
  color: #475569;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

@media (max-width: 768px) {
  .brand-card {
    flex: 1 1 calc(33% - 12px);
    font-size: 13px;
    padding: 10px 8px;
  }
}

.brand-card:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: #eff6ff;
  transform: scale(1.03);
}

/* Better Card Condition Badges */
.product-item .stan {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-item .stan_5 { /* Новий */
  background-color: #dcfce7 !important;
  color: #166534 !important;
}

.product-item .stan_6 { /* Як новий */
  background-color: #dbeafe !important;
  color: #1e40af !important;
}

.product-item .stan_9 { /* Вживаний */
  background-color: #f1f5f9 !important;
  color: #475569 !important;
}

.product-item .stan_10 { /* Зношений */
  background-color: #fef3c7 !important;
  color: #92400e !important;
}

.product-item .stan_11 { /* Не працює */
  background-color: #fee2e2 !important;
  color: #991b1b !important;
}

/* Autocomplete live search skeleton loader */
.search-skeleton-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.search-skeleton-image {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
  flex-shrink: 0;
}

.search-skeleton-info {
  flex-grow: 1;
}

.search-skeleton-title {
  height: 12px;
  width: 70%;
  border-radius: 4px;
  margin-bottom: 8px;
}

.search-skeleton-price {
  height: 10px;
  width: 30%;
  border-radius: 4px;
}

.description_text {
  font-size: 1.1rem;
}

.tile__page {
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   ACCOUNT PRODUCT LIST: FILTER PILLS
═══════════════════════════════════════════════ */
.account-filter-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  text-decoration: none !important;
  transition: all .15s ease-in-out;
}

.filter-pill:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

.filter-pill.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.filter-pill-success.active {
  background: #dcfce7 !important;
  border-color: #86efac !important;
  color: #166534 !important;
  box-shadow: 0 2px 8px rgba(22, 101, 52, 0.12);
}

.filter-pill-danger.active {
  background: #fee2e2 !important;
  border-color: #fca5a5 !important;
  color: #991b1b !important;
  box-shadow: 0 2px 8px rgba(153, 27, 27, 0.12);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.dot-success {
  background-color: #22c55e;
}

.dot-danger {
  background-color: #ef4444;
}

@media (max-width: 576px) {
  .account-filter-pills {
    gap: 4px;
    flex-wrap: nowrap;
  }

  .filter-pill {
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 8px;
    gap: 4px;
    white-space: nowrap;
  }

  .status-dot {
    width: 6px;
    height: 6px;
  }
}

/* ═══════════════════════════════════════════════
   404 ERROR PAGE REDESIGN
═══════════════════════════════════════════════ */
.error-404-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.error-404-badge {
    margin-bottom: 15px;
}

.error-404-badge .error-code {
    font-size: 86px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-icon-box {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.15);
}

.error-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
}

.error-desc {
    font-size: 15px;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.error-search-box {
    max-width: 460px;
    margin: 0 auto 30px;
}

.error-search-box .input-group {
    display: flex;
    gap: 8px;
}

.error-search-box #input-search-404 {
    height: 46px;
    border-radius: 12px !important;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    transition: all 0.15s ease-in-out;
}

.error-search-box #input-search-404:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.error-search-box #button-search-404 {
    height: 46px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    background: #2563eb;
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    flex-shrink: 0;
}

.error-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.error-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #2563eb !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    height: 46px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25) !important;
    transition: all 0.15s ease-in-out !important;
}

.error-btn-primary:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35) !important;
}

.error-btn-default {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
    border-radius: 12px !important;
    height: 46px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out !important;
}

.error-btn-default:hover {
    background: #f8fafc !important;
    border-color: #2563eb !important;
    color: #2563eb !important;
}

@media (max-width: 576px) {
    .error-404-card {
        padding: 35px 20px;
    }
    .error-404-badge .error-code {
        font-size: 68px;
    }
    .error-actions {
        flex-direction: column;
        width: 100%;
    }
    .error-btn-primary,
    .error-btn-default {
        width: 100%;
    }
}

/* Product Archive Card */
.product-archive-card {
  background: #fffcf0 !important;
  border: 1px solid #f5e7af !important;
  border-radius: 0.75rem !important;
  padding: 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-top: 6px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .product-archive-card {
    padding: 18px;
    border-radius: 18px;
    margin-top: 4px;
    margin-bottom: 18px;
  }
}

.archive-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.archive-icon-badge {
  width: 44px;
  height: 44px;
  background: #fef3c7;
  color: #d97706;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.archive-header-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.archive-card-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 14px 0;
}

.archive-card-text:last-child {
  margin-bottom: 0;
}

.archive-telegram-action {
}

.archive-telegram-intro {
  font-size: 13px;
  color: #334155;
  line-height: 1.4;
  margin: 0 0 12px 0;
}