body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 20px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* --- CUSTOM TOP NAV --- */
.oc-topnav {
  background: #222;
  border-bottom: 2px solid #f47920;
  margin-bottom: 0;
}
.oc-topnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oc-topnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.oc-topnav-list li a {
  display: block;
  color: #ccc;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 11px 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.oc-topnav-list li:first-child a {
  color: #f47920;
  font-weight: 700;
}
.oc-topnav-list li a:hover {
  color: #fff;
  background: rgba(244,121,32,0.12);
}
.oc-topnav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding-left: 12px;
}
/* язык в topnav */
.oc-topnav-lang .dropdown-toggle,
.oc-topnav-lang a {
  color: #ccc !important;
  font-size: 0.85rem;
  padding: 6px 10px;
  text-decoration: none;
}
.oc-topnav-lang .dropdown-toggle:hover,
.oc-topnav-lang a:hover { color: #fff !important; }
.oc-topnav-lang .dropdown-menu { min-width: 100px; }
/* корзина в topnav */
.oc-topnav-cart > div,
.oc-topnav-cart button,
.oc-topnav-cart .btn {
  background: #f47920 !important;
  border-color: #f47920 !important;
  color: #fff !important;
  font-size: 0.82rem !important;
  padding: 5px 14px !important;
  border-radius: 3px !important;
  white-space: nowrap;
}
.oc-topnav-cart .btn:hover {
  background: #d9641a !important;
  border-color: #d9641a !important;
}
/* Mobile cart icon button */
.oc-mob-cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 6px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.18s;
}
.oc-mob-cart-icon:hover,
.oc-mob-cart-icon:active { background: rgba(255,255,255,0.15); color: #fff; }
/* Badge with item count */
.oc-mob-cart-count {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 17px;
  height: 17px;
  background: #f47920;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  border-radius: 9px;
  line-height: 17px;
  text-align: center;
  padding: 0 4px;
}
.oc-mob-cart-count.has-items { display: block; }
/* скрыть старый #top и корзину из header */
nav#top { display: none !important; }
header .col-md-3#cart,
header #cart { display: none !important; }
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* =============================================
   GRILLSHOP-STYLE CUSTOMIZATION
   ============================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* --- Base --- */
body {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

/* --- TOP BAR --- */
#top {
  background-color: #fff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 0 !important;
  padding: 4px 0;
}
#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  color: #555 !important;
  font-size: 0.8rem;
  line-height: 36px;
  padding: 6px 0;
}
#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: #f47920 !important;
}
#top .dropdown-menu {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
#top .dropdown-menu .dropdown-item {
  color: #333;
  font-size: 0.8rem;
}
#top .dropdown-menu .dropdown-item:hover {
  background: #fff8f3;
  color: #f47920;
}

/* --- HEADER --- */
header {
  background-color: #fff;
  border-bottom: none;
  padding: 14px 0;
  margin-bottom: 0;
}
.oc-logo-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.oc-logo-text span { color: #f47920; }
.oc-logo-text:hover { text-decoration: none; color: #222; }
.oc-logo-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(244,121,32,0.35));
}
#logo {
  margin: 0 !important;
}
#logo h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
  margin: 0;
}
#logo h1 a, #logo a {
  color: #222;
  text-decoration: none;
}
#logo h1 a span, #logo a span {
  color: #f47920;
}
#logo img {
  max-height: 64px;
  width: auto;
}
#search .form-control-lg {
  border: 2px solid #e5e5e5;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background: #fff;
  font-size: 0.9rem;
  height: 44px;
  padding: 0 14px;
}
#search .form-control-lg:focus {
  border-color: #f47920;
  box-shadow: none;
}
#search .btn-lg {
  border-radius: 0 3px 3px 0;
  background-color: #f47920;
  color: #fff;
  border: 2px solid #f47920;
  padding: 0 24px;
  height: 44px;
  font-size: 15px;
}
#search .btn-lg:hover {
  background-color: #d9641a;
  border-color: #d9641a;
}
#cart .btn-lg {
  border-radius: 3px;
  background-color: #f47920;
  color: #fff;
  border: 2px solid #f47920;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 10px 20px;
}
#cart .btn-lg:hover {
  background-color: #d9641a;
  border-color: #d9641a;
}
#cart .dropdown-menu {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --- NAVIGATION MENU --- */
#menu {
  background: #333 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 44px;
  margin-bottom: 0 !important;
}
#menu .navbar-nav > li > a {
  color: #fff !important;
  text-shadow: none !important;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 12px 16px !important;
  border-bottom: 3px solid transparent;
}
#menu .navbar-nav > li > a:hover {
  color: #f47920 !important;
  background-color: rgba(0,0,0,0.15) !important;
  border-bottom-color: #f47920;
}
#menu .navbar-nav > li.active > a {
  color: #f47920 !important;
  border-bottom-color: #f47920;
  background-color: rgba(0,0,0,0.2) !important;
}
#menu .dropdown-menu {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  background: #fff;
  margin-top: 0;
}
#menu .dropdown-menu a {
  color: #333;
  font-size: 0.85rem;
  font-family: 'Roboto', sans-serif;
  padding: 9px 20px;
}
#menu .dropdown-menu a:hover {
  color: #f47920;
  background: #fff8f3;
}
#menu .navbar-toggler i {
  color: #fff !important;
}

/* --- BREADCRUMB --- */
.breadcrumb {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px !important;
  padding: 8px 14px !important;
  margin: 0 0 14px 0 !important;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 16px;
}
.breadcrumb > li.breadcrumb-item > a {
  color: #555;
  font-size: 0.82rem;
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: #f47920;
}
.breadcrumb > li.breadcrumb-item:after {
  border: none !important;
  width: auto;
  height: auto;
  transform: none;
  content: "/";
  display: inline;
  position: static;
  background: none;
  color: #aaa;
  padding: 0 6px;
}
.breadcrumb > li.breadcrumb-item.active {
  color: #333;
  font-size: 0.82rem;
}

/* --- PRODUCT CARD (GRILLSHOP STYLE) --- */
.product-thumb {
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  position: relative;
  height: 100%;
  border-radius: 3px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}
.product-thumb:hover {
  border-color: #f47920 !important;
  box-shadow: 0 2px 12px rgba(244,121,32,0.12);
}
.product-thumb .image {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 210px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  text-align: center;
}
.product-thumb .image > a {
  display: block;
  height: 100%;
}
.product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.3s ease;
}
.product-thumb:hover .image img {
  transform: scale(1.04);
}
/* Form with icon buttons — absolutely positioned, no layout space */
.product-thumb .image > form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.product-thumb .image > form input[type="hidden"] {
  display: none;
}
.product-thumb .image > form .button-overlay button {
  pointer-events: auto;
}
/* Icon buttons (wishlist/compare) as small overlay top-right */
.product-thumb .image .button-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-thumb:hover .image .button-overlay {
  opacity: 1;
}
.product-thumb .image .button-overlay button {
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #666;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.product-thumb .image .button-overlay button:hover {
  background: #f47920;
  border-color: #f47920;
  color: #fff;
}
/* Hide old button strip */
.product-thumb .button {
  display: none !important;
}
/* Product info */
.product-thumb .content {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-thumb .description {
  padding: 10px 12px 6px !important;
  margin-bottom: 0 !important;
  flex: 1;
}
.product-thumb .description h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
}
.product-thumb .description h3 a {
  color: inherit;
  text-decoration: none;
}
.product-thumb .description h3 a:hover {
  color: #f47920;
}
.product-thumb .description p {
  display: none;
}
/* Rating stars */
.product-thumb .product-rating {
  padding: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.product-thumb .product-rating .fa-star {
  font-size: 0.72rem;
  color: #ffa500;
}
.product-thumb .product-rating .fa-regular.fa-star {
  color: #ddd;
}
.product-thumb .product-rating .review-count {
  font-size: 0.75rem;
  color: #999;
  margin-left: 3px;
}
/* Price */
.product-thumb .price {
  font-family: 'Roboto', sans-serif;
  padding: 0 0 4px;
  display: flex;
  flex-direction: column;
}
.price-old {
  font-size: 0.78rem;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 1px;
  order: -1;
}
.price-new {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1c1c;
}
/* When there's a sale (price-old present), make price-new orange */
.price:has(.price-old) .price-new {
  color: #f47920;
}
/* Always-visible "РљСѓРїРёС‚Рё" button */
.product-thumb .btn-cart {
  display: block;
  width: calc(100% - 24px);
  margin: 8px 12px 12px;
  background-color: #f47920;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 9px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}
.product-thumb .btn-cart:hover {
  background-color: #d9641a;
  color: #fff;
}

/* --- CATEGORY PAGE --- */
#product-category h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: 16px 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#product-category .row.row-cols-1 {
  row-gap: 0;
}
/* Toolbar */
#product-category .input-group-text {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 0.8rem;
  color: #666;
}
#product-category .form-select {
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 0.82rem;
  color: #333;
}
#product-category .form-select:focus {
  box-shadow: none;
  border-color: #f47920;
}
#product-category #button-list,
#product-category #button-grid {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  background: #fff;
}
#product-category #button-list:hover,
#product-category #button-grid:hover,
#product-category #button-list.active,
#product-category #button-grid.active {
  background: #f47920;
  color: #fff;
  border-color: #f47920;
}
/* Compare button */
#product-category .btn-primary {
  background: #f47920;
  border: 1px solid #f47920;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 500;
}
#product-category .btn-primary:hover {
  background: #d9641a;
  border-color: #d9641a;
}

/* --- LEFT COLUMN / FILTER --- */
#column-left {
  padding-top: 4px;
}
#column-left .card,
#column-left .module {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 16px;
}
#column-left .card-header,
#column-left h3 {
  background: #f47920;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 3px 3px 0 0;
  margin: 0;
  border: none;
}
#column-left .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  color: #333;
  padding: 9px 14px;
  background: transparent;
}
#column-left .list-group-item:last-child {
  border-bottom: none;
}
#column-left .list-group-item:hover {
  background: #fff8f3;
  color: #f47920;
}
#column-left .list-group-item.active {
  background: #fff8f3;
  color: #f47920;
  font-weight: 500;
}
#column-left a {
  color: #333;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
}
#column-left a:hover {
  color: #f47920;
}

/* --- PRODUCT DETAIL PAGE --- */
#product-product h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
#product-product .price {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin: 16px 0;
}
#product-product .btn-primary,
#product-product #button-cart {
  background-color: #f47920;
  border-color: #f47920;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 40px;
  transition: background-color 0.2s ease;
}
#product-product .btn-primary:hover,
#product-product #button-cart:hover {
  background-color: #d9641a;
  border-color: #d9641a;
}

/* --- PAGINATION --- */
.pagination .page-link {
  border: 1px solid #e5e5e5;
  border-radius: 2px !important;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  padding: 7px 13px;
}
.pagination .page-item.active .page-link {
  background: #f47920;
  border-color: #f47920;
  color: #fff;
}
.pagination .page-link:hover {
  background: #fff8f3;
  color: #f47920;
  border-color: #f47920;
}

/* --- FOOTER --- */
footer {
  background-color: #222 !important;
  border-top: 3px solid #f47920 !important;
  margin-top: 40px;
  padding-top: 40px !important;
}
footer h5 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 14px !important;
}
footer a {
  color: #aaa !important;
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
  transition: color 0.2s;
}
footer a:hover {
  color: #f47920 !important;
}
footer p, footer li {
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
  color: #aaa;
}
footer hr {
  border-bottom: 1px solid #444 !important;
}

/* --- BUTTONS GLOBAL --- */
.btn-primary {
  background-color: #f47920;
  border-color: #f47920;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.btn-primary:hover {
  background-color: #d9641a;
  border-color: #d9641a;
}
.btn-light {
  border-radius: 3px;
}

/* --- SPACING --- */
main > .menu {
  margin-bottom: 20px;
}

/* =============================================
   HOMEPAGE SECTIONS
   ============================================= */

/* --- HERO --- */
.oc-hero {
  background-color: #fff;
  position: relative;
  padding: 0;
  margin: 0;
}
.oc-hero::before {
  content: none;
}
.oc-hero-split {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 50px 0 40px;
}
.oc-hero-left {
  flex: 0 0 38%;
}
.oc-hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.2;
}
.oc-hero-title span { color: #f47920; }
.oc-hero-desc {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 400px;
}
.oc-hero-photos {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 10px;
}
.oc-hp-big {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.oc-hp-sm {
  grid-column: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.oc-btn-primary {
  display: inline-block;
  background: #f47920;
  color: #fff;
  border: 2px solid #f47920;
  padding: 12px 28px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}
.oc-btn-primary:hover {
  background: #d9641a;
  border-color: #d9641a;
  color: #fff;
}
.oc-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  padding: 12px 28px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}
.oc-btn-secondary:hover {
  background: #fff;
  color: #333;
}
.oc-hero-img { flex-shrink: 0; }

/* === HERO ACCORDION (right side) === */
.oc-hero-accordion {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
}
.oc-hero-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  min-height: 0;
}
.oc-hero-accordion:hover .oc-hero-panel {
  flex: 0.4;
}
.oc-hero-panel:hover {
  flex: 7 !important;
}
.oc-hero-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
  transform: scale(1.07);
}
.oc-hero-panel:hover .oc-hero-panel-bg {
  transform: scale(1.0);
}
.oc-hero-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.05) 100%);
  transition: background 0.4s;
}
.oc-hero-panel:hover .oc-hero-panel-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.1) 100%);
}
.oc-hero-panel-content {
  position: relative;
  z-index: 2;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  overflow: hidden;
}
.oc-hero-panel-num {
  font-size: 0.68rem;
  color: #f47920;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.oc-hero-panel:hover .oc-hero-panel-num {
  opacity: 1;
  transform: translateY(0);
}
.oc-hero-panel-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 0.3s ease, white-space 0.1s;
}
.oc-hero-panel:hover .oc-hero-panel-name {
  font-size: 1.35rem;
  white-space: normal;
}
.oc-hero-panel-cta {
  display: inline-block;
  color: #f47920;
  font-weight: 600;
  font-size: 0.85rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease 0.18s, transform 0.3s ease 0.18s;
}
.oc-hero-panel:hover .oc-hero-panel-cta {
  opacity: 1;
  transform: translateY(0);
}

@keyframes oc-scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.oc-hero-strip {
  position: relative;
  overflow: hidden;
  padding: 18px 0 10px;
}
.oc-hero-strip::before,
.oc-hero-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 2;
  pointer-events: none;
}
.oc-hero-strip::before {
  left: 0;
  background: linear-gradient(to right, #1a1a1a 0%, transparent 100%);
}
.oc-hero-strip::after {
  right: 0;
  background: linear-gradient(to left, #1a1a1a 0%, transparent 100%);
}
.oc-hero-scroll-track {
  display: flex;
  flex-direction: row;
  gap: 12px;
  animation: oc-scroll-left 38s linear infinite;
  width: max-content;
  will-change: transform;
}
.oc-hero-strip:hover .oc-hero-scroll-track {
  animation-play-state: paused;
}
.oc-hero-prod-card {
  width: 158px;
  flex-shrink: 0;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.oc-hero-prod-card:hover {
  transform: translateY(-8px);
  border-color: #f47920;
  box-shadow: 0 14px 32px rgba(244,121,32,0.45);
}
.oc-hero-prod-img-wrap {
  width: 100%;
  height: 118px;
  overflow: hidden;
}
.oc-hero-prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.45s ease;
}
.oc-hero-prod-card:hover .oc-hero-prod-img-wrap img {
  transform: scale(1.0) translateY(5px);
}
.oc-hero-prod-info {
  padding: 8px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oc-hero-prod-name {
  font-size: 0.74rem;
  color: #ddd;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.oc-hero-prod-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: #f47920;
  white-space: nowrap;
}
.oc-hero-icon {
  font-size: 7rem;
  opacity: 0.75;
  line-height: 1;
}

/* --- ADVANTAGES STRIP --- */
.oc-advantages {
  background: #fff;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.oc-adv-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  border-right: 1px solid #f0f0f0;
}
.oc-adv-item:last-child { border-right: none; }
.oc-adv-item i {
  font-size: 1.8rem;
  color: #f47920;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
}
.oc-adv-item strong {
  display: block;
  font-size: 0.88rem;
  color: #222;
  font-weight: 600;
  line-height: 1.3;
}
.oc-adv-item span {
  font-size: 0.78rem;
  color: #999;
}

/* --- SECTION TITLES --- */
.oc-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
  padding-bottom: 8px;
  border-bottom: 3px solid #f47920;
  display: inline-block;
}
.oc-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}
.oc-section-header .oc-section-title { margin-bottom: 0; }
.oc-all-link {
  color: #f47920;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.oc-all-link:hover { color: #d9641a; text-decoration: underline; }

/* --- CATEGORY TILES SECTION --- */
.oc-categories {
  background: #f4f4f4;
  padding: 32px 0 24px;
  margin-top: 0;
}
.oc-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 22px 12px;
  min-height: 115px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.oc-cat-tile:hover {
  border-color: #f47920;
  box-shadow: 0 3px 12px rgba(244,121,32,0.18);
  transform: translateY(-2px);
}
.oc-cat-icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1;
}
.oc-cat-name {
  font-size: 0.82rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}
.oc-cat-tile:hover .oc-cat-name { color: #f47920; }
/* Image tiles */
.oc-cat-tile-img {
  padding: 0 0 10px;
  align-items: stretch;
}
.oc-cat-img-wrap {
  width: 100%;
  height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}
.oc-cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}
.oc-cat-tile-img:hover .oc-cat-img-wrap img { transform: scale(1.06); }
.oc-cat-tile-img .oc-cat-name { padding: 8px 10px 2px; align-self: center; }

/* --- FEATURED PRODUCTS SECTION --- */
#common-home {
  padding-top: 32px;
  padding-bottom: 28px;
}

/* =============================================
   LEFT SIDEBAR FILTER
   ============================================= */
.oc-filter-box {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.oc-filter-header {
  background: #f47920;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 14px;
}
.oc-filter-header i { margin-right: 6px; }
.oc-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oc-filter-item a {
  display: block;
  padding: 9px 14px;
  font-size: 0.85rem;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.15s;
}
.oc-filter-item a:hover {
  color: #f47920;
  background: #fff8f3;
  padding-left: 18px;
}
.oc-filter-item.active > a {
  color: #f47920;
  font-weight: 600;
  background: #fff8f3;
  border-left: 3px solid #f47920;
  padding-left: 11px;
}
.oc-filter-item.child > a {
  padding-left: 26px;
  font-size: 0.82rem;
  color: #666;
}
.oc-filter-item.child > a:hover { padding-left: 30px; color: #f47920; }
.oc-filter-item.child.active > a {
  padding-left: 23px;
  border-left: 3px solid #f47920;
  color: #f47920;
  font-weight: 600;
}
.oc-filter-item:last-child > a { border-bottom: none; }

/* =============================================
   FAQ SECTION
   ============================================= */
.oc-faq {
  background: #fff;
  padding: 48px 0 56px;
}
.oc-faq .oc-section-title {
  margin-bottom: 28px;
}
.oc-faq-list {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.oc-faq-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.oc-faq-item:last-child {
  border-bottom: none;
}
.oc-faq-q {
  font-size: 0.97rem;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  padding: 18px 24px;
  box-shadow: none !important;
}
.oc-faq-q:not(.collapsed) {
  color: #f47920;
  background: #fff8f3;
}
.oc-faq-q::after {
  filter: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f47920' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.oc-faq-q:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f47920' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.oc-faq-q:hover {
  background: #fff8f3;
}
.oc-faq-a {
  font-size: 0.93rem;
  color: #555;
  line-height: 1.65;
  background: #fff;
  padding: 4px 24px 18px;
}

/* =============================================
   MOBILE NAVIGATION — DRAWER PATTERN
   ============================================= */

/* Hamburger button (hidden on desktop) */
.oc-mob-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  transition: background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.oc-mob-toggle:hover,
.oc-mob-toggle:active { background: rgba(255,255,255,0.15); }
.oc-mob-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease;
}
.oc-mob-toggle--open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.oc-mob-toggle--open span:nth-child(2) { opacity: 0; width: 0; }
.oc-mob-toggle--open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* Logo inside topnav bar (mobile only — hidden on desktop) */
.oc-topnav-logo {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  flex: 1;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 0 8px;
}
.oc-topnav-logo span { color: #f47920; }
.oc-topnav-logo:hover { color: #fff; text-decoration: none; }

/* Drawer close row (inside drawer, hidden on desktop) */
.oc-nav-close-row {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
  background: #111;
}
.oc-nav-close-row span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.oc-nav-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #aaa;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
  line-height: 1;
}
.oc-nav-close:hover { background: rgba(244,121,32,0.25); border-color: #f47920; color: #fff; }

/* Overlay backdrop */
.oc-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.oc-nav-overlay.oc-nav-open { display: block; }

/* Body scroll lock — managed entirely via JS inline styles */
body.oc-body-lock { overflow: hidden; }

/* =============================================
   TABLET + MOBILE (≤991px) — Drawer activates
   ============================================= */
@media (max-width: 991px) {

  /* Hide top utility bar (currency/phone) — redundant on mobile */
  nav#top { display: none !important; }

  /* Hide desktop header (big logo block) */
  header { display: none !important; }

  /* Show hamburger + mobile logo */
  .oc-mob-toggle   { display: flex; }
  .oc-topnav-logo  { display: block; }

  /* FIXED nav — always at top.
     z-index: 9999 makes the nav's stacking context > overlay (z-index:9998),
     so the navbar AND drawer are always clickable on top of the overlay.
     position:fixed alone creates a stacking context even without z-index,
     so z-index MUST be explicit and higher than the overlay. */
  .oc-topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.5);
  }

  /* Push page content below the fixed 56px bar */
  #container > main {
    padding-top: 56px;
  }

  /* Topnav inner: [☰] [Logo] [Lang+Cart] */
  .oc-topnav-inner {
    display: flex;
    align-items: center;
    height: 56px;
    gap: 0;
    padding: 0;
    flex-wrap: nowrap;
  }

  /* Right side stays compact */
  .oc-topnav-right {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 0;
    padding-right: 4px;
    flex-shrink: 0;
  }

  /* ---- DRAWER ----
     z-index: 9999 > overlay z-index: 9998
     Works at root stacking context (no z-index on parent nav) */
  .oc-topnav-list {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    width: 290px;
    max-width: 88vw;
    height: 100dvh;
    height: 100vh;
    background: #1e1e1e;
    z-index: 9999;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 6px 0 28px rgba(0,0,0,0.55);
  }
  .oc-topnav-list.oc-nav-open {
    transform: translateX(0);
  }

  /* Show close row inside drawer */
  .oc-nav-close-row { display: flex; }

  /* Drawer header row — bigger, clearer */
  .oc-nav-close-row {
    padding: 16px 16px 16px 20px;
    background: #111;
    border-bottom: 2px solid #f47920;
  }
  .oc-nav-close-row span {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }
  .oc-nav-close {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  /* Drawer links — bigger tap targets, high contrast */
  .oc-topnav-list li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #eee;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    white-space: normal;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    -webkit-tap-highlight-color: rgba(244,121,32,0.2);
  }
  .oc-topnav-list li a i {
    width: 20px;
    text-align: center;
    color: #f47920;
    font-size: 1rem;
    flex-shrink: 0;
  }
  .oc-topnav-list li a:hover,
  .oc-topnav-list li a:active {
    background: rgba(244,121,32,0.15);
    color: #fff;
  }
  .oc-topnav-list li:last-child a { border-bottom: none; }
}

/* =============================================
   MOBILE (≤768px)
   ============================================= */
@media (max-width: 768px) {

  /* Topnav logo size */
  .oc-topnav-logo { font-size: 1.1rem; }

  /* Hamburger bigger on small screens */
  .oc-mob-toggle { width: 48px; height: 48px; }

  /* Hero */
  .oc-hero-split {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0 12px;
    text-align: center;
  }
  .oc-hero-left { flex: none; }
  .oc-hero-title { font-size: 1.65rem; line-height: 1.2; }
  .oc-hero-desc  { font-size: 0.95rem; max-width: 100%; }
  .oc-hero-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 140px;
    width: 100%;
  }
  .oc-hero-strip { display: none; }
  .oc-btn-primary, .oc-btn-secondary {
    display: block;
    text-align: center;
    padding: 11px 20px;
    font-size: 0.87rem;
    margin-bottom: 10px;
  }

  /* Advantages 2×2 grid on mobile */
  .oc-adv-item {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 12px;
  }
  .oc-adv-item:last-child { border-bottom: none; }
  .oc-adv-item i { font-size: 1.4rem; width: 26px; }
  .oc-adv-item strong { font-size: 0.83rem; }
  .oc-adv-item span   { font-size: 0.75rem; }

  /* Category tiles */
  .oc-categories { padding: 20px 0 14px; }
  .oc-cat-img-wrap { height: 110px; }

  /* Product cards */
  .product-thumb .image { height: 160px; }
  .product-thumb .description h4 { font-size: 0.83rem; min-height: 2.3em; }
  .price-new { font-size: 1rem; }

  /* Product detail page */
  #product-product h1   { font-size: 1.2rem; }
  #product-product .price { font-size: 1.3rem; }
  #product-product .btn-primary,
  #product-product #button-cart {
    padding: 13px 20px;
    font-size: 0.88rem;
    width: 100%;
  }

  /* Breadcrumb — scrollable on small screens */
  .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb > li.breadcrumb-item { padding: 0 8px; font-size: 0.78rem; }

  /* Category heading */
  #product-category h1 { font-size: 1.2rem; }

  /* Section title */
  .oc-section-title { font-size: 1.05rem; }

  /* FAQ */
  .oc-faq { padding: 28px 0 30px; }
  .oc-faq-q  { padding: 13px 16px; font-size: 0.9rem; }
  .oc-faq-a  { padding: 0 16px 12px; }

  /* Footer columns stack vertically */
  footer { padding-top: 24px !important; margin-top: 24px; }
  footer .col-sm-3 { margin-bottom: 18px; }
}

/* =============================================
   SMALL MOBILE (≤480px)
   ============================================= */
@media (max-width: 480px) {
  .oc-hero-photos { grid-template-rows: 115px 115px; }
  .oc-hero-title  { font-size: 1.45rem; }
  .product-thumb .image { height: 140px; }
  .oc-topnav-logo { font-size: 0.95rem; }
  .oc-topnav-list { width: 270px; }
}

/* =============================================
   CART — MOBILE CARD LAYOUT (≤767px)
   ============================================= */
@media (max-width: 767px) {

  /* Disable horizontal scroll, rebuild as cards */
  #output-cart.table-responsive { overflow: visible !important; }

  /* Flatten table structure */
  #output-cart table,
  #output-cart thead,
  #output-cart tbody,
  #output-cart tfoot { display: block; width: 100%; }

  /* Hide column headers */
  #output-cart thead tr { display: none !important; }

  /* Each product row = card */
  #output-cart tbody tr {
    display: grid !important;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto auto auto;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    margin-bottom: 12px;
  }

  /* td 1 — Image: col 1, rows 1–2 */
  #output-cart tbody tr td:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    padding: 10px 8px;
    border: none !important;
    border-right: 1px solid #efefef !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }
  #output-cart tbody tr td:nth-child(1) img {
    max-width: 56px;
    height: auto;
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
  }

  /* td 2 — Product name: col 2, row 1 */
  #output-cart tbody tr td:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 10px 12px 5px;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    font-size: 0.87rem;
    text-align: left !important;
  }

  /* td 3 — Quantity controls: col 2, row 2 */
  #output-cart tbody tr td:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding: 6px 12px 10px;
    border: none !important;
    display: flex !important;
    align-items: center;
  }
  #output-cart tbody tr td:nth-child(3) .input-group { max-width: 170px; }
  #output-cart tbody tr td:nth-child(3) .form-control { font-size: 0.9rem; }

  /* td 4 — Unit price: col 1, row 3 */
  #output-cart tbody tr td:nth-child(4) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 7px 6px;
    border: none !important;
    border-top: 1px solid #f0f0f0 !important;
    background: #f8f9fa;
    font-size: 0.78rem;
    color: #999;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* td 5 — Line total: col 2, row 3 */
  #output-cart tbody tr td:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding: 7px 12px;
    border: none !important;
    border-top: 1px solid #f0f0f0 !important;
    background: #f8f9fa;
    font-weight: 700;
    color: #f47920;
    font-size: 1rem;
    text-align: right !important;
  }

  /* Totals (tfoot) — flex rows */
  #output-cart tfoot {
    display: block;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 2px 0;
    margin-top: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }
  #output-cart tfoot tr {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  #output-cart tfoot tr:last-child { border-bottom: none; }
  #output-cart tfoot td {
    border: none !important;
    padding: 7px 14px;
    font-size: 0.9rem;
  }
  #output-cart tfoot tr:last-child td {
    font-size: 1rem;
    font-weight: 700;
  }

  /* "Continue" + "Checkout" buttons — stack vertically */
  #shopping-cart .row:has(.btn) {
    flex-direction: column;
    gap: 8px;
  }
  #shopping-cart .row:has(.btn) .col,
  #shopping-cart .row:has(.btn) .col.text-end {
    text-align: left !important;
  }
  #shopping-cart .row:has(.btn) .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px;
  }
}

/* =============================================
   CHECKOUT — MOBILE IMPROVEMENTS (≤767px)
   ============================================= */
@media (max-width: 767px) {

  /* Page titles */
  #checkout-checkout h1,
  #checkout-cart h1 { font-size: 1.2rem; margin-bottom: 14px; }

  /* Compact card padding */
  #checkout-checkout .card.p-3 { padding: 14px 12px !important; }

  /* Full-width confirm/submit buttons */
  #checkout-payment .btn,
  #button-register,
  #button-shipping-method,
  #button-payment-method { width: 100%; padding: 13px; font-size: 0.97rem; }

  /* Confirm order table: horizontal scroll fallback */
  #checkout-confirm .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Alert position on mobile */
  #alert {
    width: calc(100% - 24px);
    left: 12px;
    margin-left: 0;
    top: 60px;
  }
}

/* =============================================
   PRODUCT DETAIL — MOBILE (≤575px)
   ============================================= */
@media (max-width: 575px) {

  /* Gallery: image + thumbnails scroll */
  #product-info .image {
    text-align: center;
    margin-bottom: 12px;
  }
  #product-info .image img.img-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #product-info .image > div {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  #product-info .image > div a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 4px;
  }

  /* Options (dropdowns / radios) full width */
  #product-info .form-select,
  #product-info .form-control { width: 100%; }

  /* Quantity + cart row: stack on tiny screens */
  #product-info .input-group { max-width: 180px; }
}

/* =============================================
   INFORMATION PAGES — MOBILE (≤767px)
   ============================================= */
@media (max-width: 767px) {

  /* Overflow scroll for any content tables */
  #information-information .table-responsive,
  #information-information table { overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* Improve text readability */
  #information-information h2 { font-size: 1.15rem; margin-top: 1.4rem; }
  #information-information h3 { font-size: 1rem; }
  #information-information p  { font-size: 0.93rem; line-height: 1.65; }

  /* Info page heading */
  #information-information h1 { font-size: 1.3rem; }
}

/* =============================================
   GENERAL LAYOUT — MOBILE (≤767px)
   ============================================= */
@media (max-width: 767px) {

  /* Containers: tighter horizontal padding */
  .container { padding-left: 12px; padding-right: 12px; }

  /* Search results */
  #search-search h1 { font-size: 1.2rem; }

  /* Pagination: compact */
  .pagination .page-link { padding: 6px 10px; font-size: 0.85rem; }

  /* Product listing sort/show toolbar compact */
  #product-category .input-group { flex-wrap: nowrap; }
  #product-category .input-group .input-group-text { font-size: 0.8rem; padding: 6px 8px; }
  #product-category .form-select { font-size: 0.83rem; padding: 6px 8px; }

  /* Remove compare button on mobile (saves space) */
  #product-category #compare-total { display: none !important; }

  /* Category description image: full width */
  #product-category .col-3 { flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
  #product-category .col-9 { flex: 0 0 100%; max-width: 100%; }
}

/* --- FAQ ACCORDION --- */
.oc-category-faq {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #f47920;
}
.oc-category-faq h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.oc-category-faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
.oc-category-faq .accordion-button {
  font-size: 0.97rem;
  font-weight: 600;
  color: #222;
  background: #fff;
  box-shadow: none;
  padding: 1rem 1.25rem;
}
.oc-category-faq .accordion-button:not(.collapsed) {
  color: #f47920;
  background: #fff8f3;
  box-shadow: none;
}
.oc-category-faq .accordion-button::after {
  filter: none;
}
.oc-category-faq .accordion-button:not(.collapsed)::after {
  filter: invert(49%) sepia(85%) saturate(600%) hue-rotate(2deg) brightness(102%) contrast(95%);
}
.oc-category-faq .accordion-body {
  font-size: 0.93rem;
  color: #555;
  padding: 0.75rem 1.25rem 1.25rem;
  line-height: 1.6;
}

/* ===== CART POPUP MODAL ===== */
.cart-popup {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.cart-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.cart-popup__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
}
.cart-popup__body {
  padding: 16px 20px 20px;
}
.cart-popup__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 14px;
  gap: 8px;
}
.cart-popup__summary a {
  color: #f47920;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.85rem;
}
.cart-popup__summary a:hover {
  text-decoration: underline;
}
.cart-popup__row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.cart-popup__row-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.cart-popup__col-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 8px;
  display: block;
}
.cart-popup__col-price {
  font-size: 1rem;
  font-weight: 700;
  color: #f47920;
  white-space: nowrap;
}
.cart-popup__row-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.cart-popup__col-name {
  font-size: 0.93rem;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-popup__col-name:hover {
  color: #f47920;
}
.cart-popup__col-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cart-popup__qty {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 4px 8px;
}
.cart-popup__qty-btn {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #444;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
}
.cart-popup__qty-btn:hover {
  color: #f47920;
}
#popup-qty-val {
  font-size: 0.95rem;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
}
.cart-popup__remove {
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 1rem;
  padding: 4px;
  border-radius: 6px;
  transition: color .15s;
}
.cart-popup__remove:hover {
  color: #dc3545;
}
.cart-popup__one-click {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.cart-popup__oc-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #555;
  display: block;
  margin-bottom: 8px;
}
.cart-popup__oc-field {
  display: flex;
  gap: 8px;
}
.cart-popup__phone {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.93rem;
  outline: none;
  transition: border-color .15s;
}
.cart-popup__phone:focus {
  border-color: #f47920;
}
.cart-popup__oc-call {
  background: #f47920;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .15s;
  flex-shrink: 0;
}
.cart-popup__oc-call:hover {
  background: #d96510;
}
.cart-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-popup__checkout-btn {
  background: #f47920;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 0.97rem;
  font-weight: 600;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  transition: background .15s;
}
.cart-popup__checkout-btn:hover {
  background: #d96510;
  color: #fff !important;
}
.cart-popup__actions .btn-outline-secondary {
  border-radius: 8px;
  font-size: 0.93rem;
  padding: 9px;
}
@media (max-width: 480px) {
  .cart-popup__col-img img { width: 64px; height: 64px; }
  .cart-popup__body { padding: 12px 14px 16px; }
  .cart-popup__header { padding: 12px 14px 10px; }
}

/* ===================== CHECKOUT ===================== */
.oc-checkout-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #222;
}

/* Секція-блок */
.oc-checkout-block {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.oc-checkout-block-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}
.oc-checkout-block-header i {
  color: #f47920;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}
.oc-checkout-block-body {
  padding: 20px;
}
.oc-checkout-block-body fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.oc-checkout-block-body legend {
  display: none;
}

/* Sticky summary */
.oc-checkout-summary {
  position: sticky;
  top: 80px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
}

/* Товари у підсумку */
.oc-confirm-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
}
.oc-confirm-item:last-child { border-bottom: none; }
.oc-confirm-item-info {
  flex: 1;
  min-width: 0;
}
.oc-confirm-qty {
  color: #999;
  font-weight: 600;
  font-size: 0.8rem;
}
.oc-confirm-name {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.82rem;
  line-height: 1.4;
  word-break: break-word;
}
.oc-confirm-name:hover { color: #f47920; }
.oc-confirm-option { color: #888; font-size: 0.75rem; }
.oc-confirm-item-price {
  color: #f47920;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Підсумок сум */
.oc-confirm-totals {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 16px;
  font-size: 0.88rem;
  color: #555;
}
.oc-confirm-grand {
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #f47920 !important;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 2px solid #f47920;
}

/* Опції підтвердження */
.oc-confirm-options {
  padding: 0 16px;
}
.oc-confirm-options .form-check-label {
  font-size: 0.84rem;
  color: #555;
  cursor: pointer;
}
.oc-confirm-options .form-check-input:checked {
  background-color: #f47920;
  border-color: #f47920;
}
.oc-checkout-summary #checkout-payment {
  padding: 0 16px 16px;
}

/* Кнопка "Продовжити" у register */
.oc-btn-checkout-continue {
  background: #f47920;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  border: none;
  font-size: 1rem;
  transition: background 0.2s;
}
.oc-btn-checkout-continue:hover {
  background: #d6660e;
  color: #fff;
}

/* Поля вводу */
.oc-input {
  border-radius: 8px;
  border-color: #ddd;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: border-color 0.15s;
}
.oc-input:focus {
  border-color: #f47920;
  box-shadow: 0 0 0 3px rgba(244,121,32,0.12);
}

/* Підказка логіну */
.oc-reg-hint {
  font-size: 0.9rem;
  color: #555;
  background: #f4f6f8;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px 14px;
}
.oc-reg-hint a { color: #f47920; font-weight: 600; text-decoration: none; }
.oc-reg-hint a:hover { text-decoration: underline; }
.oc-agree-link { color: #f47920; font-weight: 600; text-decoration: none; }
.oc-agree-link:hover { text-decoration: underline; }

/* Кнопка "Оформити замовлення" */
#checkout-payment .btn-primary {
  background: #f47920;
  border-color: #f47920;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px;
  letter-spacing: 0.02em;
}
#checkout-payment .btn-primary:hover {
  background: #d6660e;
  border-color: #d6660e;
}

/* Спосіб доставки - картки */
.oc-ship-card { margin-bottom: 8px; }
.oc-ship-label {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
  margin: 0;
}
.oc-ship-card.active .oc-ship-label {
  border-color: #f47920;
  background: #fff8f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.oc-ship-radio { accent-color: #f47920; }
.oc-np-expand {
  border: 2px solid #f47920;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff8f3;
  padding: 16px;
}

/* Спосіб оплати */
.oc-payment-option {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.oc-payment-option:has(input:checked) {
  border-color: #f47920;
  background: #fff8f3;
}
.oc-pay-radio { accent-color: #f47920; }

/* Коментар */
#input-comment {
  border-radius: 8px;
  border-color: #ddd;
  font-size: 0.9rem;
}
#input-comment:focus {
  border-color: #f47920;
  box-shadow: 0 0 0 3px rgba(244,121,32,0.12);
}

/* Угода */
.form-switch .form-check-input:checked {
  background-color: #f47920;
  border-color: #f47920;
}

@media (max-width: 991px) {
  .oc-checkout-summary { position: static; margin-top: 1rem; }
  .oc-checkout-block-header { padding: 12px 16px; font-size: 0.95rem; }
  .oc-checkout-block-body { padding: 16px; }
}

/* ===== PRODUCT THUMB — назва товару (h4) темна, не синя ===== */
.product-thumb .description h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
}
.product-thumb .description h4 a {
  color: inherit;
  text-decoration: none;
}
.product-thumb .description h4 a:hover {
  color: #f47920;
}

/* ===== PROD BADGES (В наявності / Акція) ===== */
.prod-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  pointer-events: none;
}
.prod-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.prod-badge--stock {
  background: #28a745;
  color: #fff;
}
.prod-badge--sale {
  background: #f47920;
  color: #fff;
}

/* ===== PROD RATING (зірки) ===== */
.prod-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 0 4px;
  line-height: 1;
}
.prod-rating .fa-star {
  font-size: 0.72rem;
  color: #ffa500;
}
.prod-rating .fa-regular.fa-star {
  color: #ddd;
}
.prod-reviews {
  font-size: 0.75rem;
  color: #999;
  margin-left: 3px;
}

/* ===== PRODUCT PAGE — ціна велика і помаранчева ===== */
#product-product .price-new {
  font-size: 2rem;
  font-weight: 700;
  color: #f47920;
  line-height: 1.2;
}
#product-product .price-old {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  order: -1;
}

/* ===== CHECKOUT labels — прибираємо подвійну зірочку ===== */
#form-register .col.required .form-label,
#form-register div.required .form-label {
  /* Зірочку додає CSS ::before, тому span з * в шаблоні видалено */
}

/* ===== SUBCATEGORY CARDS ===== */
.oc-subcat-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  color: #222;
  transition: box-shadow 0.18s, border-color 0.18s;
  height: 100%;
}
.oc-subcat-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}
.oc-subcat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
  display: block;
}
.oc-subcat-img--empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oc-subcat-img--empty i {
  font-size: 2rem;
  color: #ddd;
}
.oc-subcat-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.35;
  border-top: 2px solid #f47920;
  gap: 6px;
}
.oc-subcat-label i {
  color: #ccc;
  font-size: 0.72rem;
  flex-shrink: 0;
  transition: color 0.18s, transform 0.18s;
}
.oc-subcat-card:hover {
  box-shadow: 0 4px 18px rgba(244,121,32,0.15);
  border-color: #f47920;
  color: #f47920;
}
.oc-subcat-card:hover .oc-subcat-img img {
  transform: scale(1.05);
}
.oc-subcat-card:hover .oc-subcat-label i {
  color: #f47920;
  transform: translateX(3px);
}