body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
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;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* Header slogan between search and icons */
.header-slogan {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #eef6ff;
  border: 1px solid #c8ddf2;
  border-radius: 6px;
  padding: 6px 14px;
  white-space: nowrap;
}
.header-slogan i {
  color: #1a4a7a;
  font-size: 14px;
}
.header-slogan span {
  color: #1a4a7a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
/* Site Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0;
}
.header-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-logo {
  flex: 0 0 auto;
}
.header-logo img {
  max-height: 50px;
  width: auto;
}
.header-logo h1 {
  margin: 0;
  font-size: 22px;
}
.header-logo h1 a {
  color: #1a4a7a;
  text-decoration: none;
}
.header-search {
  flex: 1 1 auto;
  min-width: 200px;
}
#search {
  margin: 0;
}
#search.search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
  transition: all 0.2s;
}
#search.search-bar:focus-within {
  background: #fff;
  border-color: #d1d5db;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
#search.search-bar .form-control {
  border: none;
  border-radius: 0;
  height: 42px;
  font-size: 14px;
  padding: 0 16px;
  box-shadow: none;
  background: transparent;
  color: #333;
}
#search.search-bar .form-control:focus {
  box-shadow: none;
  background: transparent;
}
#search.search-bar .form-control::placeholder {
  color: #9ca3af;
}
#search.search-bar .btn-search-icon {
  border: none;
  border-radius: 0;
  background: transparent;
  color: #9ca3af;
  padding: 0 14px;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s;
}
#search.search-bar .btn-search-icon:hover {
  color: #6b7280;
}
.header-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-icon-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  color: #1a4a7a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  white-space: nowrap;
}
.header-icon-btn i {
  font-size: 17px;
}
.header-icon-btn:hover {
  background: #eef3f9;
  color: #0d3a6e;
}
.header-icon-wrap {
  position: relative;
}
.header-icon-wrap .dropdown-menu {
  min-width: 180px;
}
.header-icon-wrap .dropdown-toggle::after {
  display: none;
}
.header-cart-icon {
  position: relative;
}
.cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #28a745;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  padding: 0 4px;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* Mobile menu toggle button */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #333;
  padding: 6px 10px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
  }
  .header-row {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .header-logo {
    flex: 1 1 auto;
  }
  .header-logo img {
    max-height: 36px;
  }
  .header-search {
    display: none !important;
  }
  .header-icons {
    flex: 0 0 auto;
    gap: 2px;
    margin-left: auto;
  }
  .header-icon-btn {
    padding: 8px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    justify-content: center;
  }
  .header-icon-btn i {
    font-size: 18px;
  }
  .site-header {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .header-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #555;
    font-size: 18px;
    text-decoration: none;
  }
}
/* Mobile CATALOG button */
#mobile-catalog-btn {
  padding: 0 15px;
  margin-bottom: 0;
}
#mobile-catalog-btn button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  background: #1a4a7a;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  gap: 10px;
  border-radius: 0;
}
#mobile-catalog-btn button i:first-child {
  font-size: 16px;
}
#mobile-catalog-btn button .ms-auto {
  margin-left: auto;
}
/* Mobile catalog full-screen overlay */
#mobile-catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
#mobile-catalog-overlay.open {
  transform: translateX(0);
}
.mobile-catalog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  flex: 0 0 auto;
}
.mobile-catalog-back,
.mobile-catalog-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  padding: 6px 10px;
  cursor: pointer;
  width: 44px;
  text-align: center;
}
.mobile-catalog-title {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.mobile-catalog-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-catalog-list > li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-catalog-list > li > a,
.mobile-catalog-sub > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.mobile-catalog-list > li > a:active,
.mobile-catalog-sub > li > a:active {
  background: #f8f8f8;
}
.mobile-catalog-list > li > a i,
.mobile-catalog-sub > li > a i {
  color: #ccc;
  font-size: 13px;
}
.mobile-catalog-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-catalog-sub > li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-catalog-sub > li:last-child {
  border-bottom: none;
}
/* menu - overridden by menu.twig inline styles */
#menu {
  background-color: #1a4a7a;
  border: none;
  border-radius: 0;
  min-height: 40px;
}
#menu.navbar {
  padding: 0;
  margin-bottom: 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background: #1a4a7a;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background: #1a4a7a;
}
#menu #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;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
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 #ddd;
  background-color: #f5f5f5;
}
.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: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}
.product-thumb .image img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 10px 12px;
}
.product-thumb .price {
  font-size: 14px;
}
#product-list {
  row-gap: 0;
}
#product-list .col {
  padding-left: 8px;
  padding-right: 8px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.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;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#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;
}
.carousel {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
/* Value Added Services */
.value-added-services {
  background: #f5f5f5;
  padding: 40px 30px;
  margin: 30px 0;
  text-align: center;
}
.value-added-services h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.services-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.service-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
}
.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.service-content h3 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}
.service-content p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .services-grid {
    flex-direction: column;
  }
  .service-item {
    min-width: 100%;
  }
}
/* Home Intro */
.home-intro {
  padding: 30px 0;
}
.intro-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.intro-header h1 {
  font-size: 28px;
  font-weight: bold;
  color: #1a4b8c;
  margin: 0;
}
.btn-contact {
  background: #c00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.btn-contact:hover {
  background: #a00;
  color: #fff;
}
.home-intro p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
}
.home-intro a {
  color: #1a4b8c;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 768px) {
  .intro-header {
    flex-direction: column;
    gap: 15px;
  }
  .intro-header h1 {
    font-size: 22px;
  }
}
/* Brand Wall */
.brand-wall {
  padding: 50px 0;
  background: #f8f9fa;
  margin: 30px 0;
}
.brand-wall h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1a4b8c;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.brand-card {
  aspect-ratio: 1.5;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.brand-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.3s;
}
.brand-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
.brand-card:hover::before {
  opacity: 1;
}
.brand-card span {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  font-size: 15px;
  letter-spacing: 1px;
}
.brand-card.blue {
  background: linear-gradient(145deg, #4facfe 0%, #00f2fe 100%);
}
.brand-card.red {
  background: linear-gradient(145deg, #f5515f 0%, #a1051d 100%);
}
.brand-card.navy {
  background: linear-gradient(145deg, #667eea 0%, #1a4b8c 100%);
}
.brand-card.teal {
  background: linear-gradient(145deg, #11998e 0%, #38ef7d 100%);
}
.brand-card.purple {
  background: linear-gradient(145deg, #8E2DE2 0%, #4A00E0 100%);
}
.brand-card.orange {
  background: linear-gradient(145deg, #f7971e 0%, #ffd200 100%);
}
@media (max-width: 1200px) {
  .brand-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-card {
    font-size: 11px;
  }
}
/* Product Filter Bar */
.product-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  align-items: flex-end;
}
.filter-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.filter-item label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.filter-select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
  min-width: 150px;
  cursor: pointer;
}
.filter-select:focus {
  outline: none;
  border-color: #1a4b8c;
}
.filter-actions {
  flex-direction: row;
  gap: 10px;
}
.btn-filter-apply {
  padding: 8px 20px;
  background: #1a4b8c;
  color: #fff;
  border: none;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-filter-apply:hover {
  background: #0d3a6e;
}
.btn-filter-reset {
  padding: 8px 20px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-filter-reset:hover {
  background: #f5f5f5;
  border-color: #999;
}
@media (max-width: 992px) {
  .product-filter-bar {
    gap: 10px;
  }
  .filter-item {
    flex: 1 1 calc(50% - 10px);
  }
  .filter-select {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .filter-item {
    flex: 1 1 100%;
  }
}
/* Subcategory Grid */
.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.subcategory-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 3px solid transparent;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  transition: all 0.2s;
}
.subcategory-card:hover {
  border-left-color: #1a4b8c;
  background: #f9f9f9;
  color: #1a4b8c;
}
.subcategory-card.active {
  background: #1a4b8c;
  color: #fff;
  border-left-color: #1a4b8c;
}
.subcategory-card.active .subcategory-arrow {
  transform: rotate(90deg);
}
.subcategory-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subcategory-arrow {
  margin-left: 10px;
  transition: transform 0.2s;
}
@media (max-width: 1400px) {
  .subcategory-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1200px) {
  .subcategory-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .subcategory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .subcategory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .subcategory-grid {
    grid-template-columns: 1fr;
  }
}
/* Sidebar */
.sidebar-box {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar-header {
  background: linear-gradient(145deg, #1a4b8c, #0d3a6e);
  color: #fff;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 14px;
}
.sidebar-body {
  padding: 15px;
  background: #fff;
}
.expert-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
}
.sidebar-body p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
}
.sidebar-body p svg {
  flex-shrink: 0;
}
.paypal-logo {
  text-align: center;
  padding: 10px;
}
.paypal-logo span {
  display: block;
  font-size: 10px;
  color: #666;
}
.paypal-logo strong {
  font-size: 24px;
  color: #003087;
  font-style: italic;
}
.payment-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px 0;
}
.payment-icons span {
  padding: 5px 8px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
}
.payment-icons .visa {
  background: #1a1f71;
  color: #fff;
}
.payment-icons .mastercard {
  background: #eb001b;
  color: #fff;
}
.payment-icons .discover {
  background: #ff6000;
  color: #fff;
}
.payment-icons .amex {
  background: #006fcf;
  color: #fff;
}
.credit-note {
  text-align: center;
  font-size: 11px;
  color: #666;
}
.credit-note a {
  color: #1a4b8c;
}
.paypal-credit {
  background: #003087;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}
.newsletter-form {
  display: flex;
  gap: 5px;
}
.newsletter-form input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
}
.newsletter-form button {
  background: #1a4b8c;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: #0d3a6e;
}
/* Footer */
.footer-main {
  background: #1a4b8c;
  padding: 40px 0;
  color: #fff;
}
.footer-main h5 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-main ul li {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}
.footer-main ul li a {
  color: #fff;
}
.footer-main ul li a:hover {
  text-decoration: underline;
}
.footer-logo img {
  max-width: 150px;
  height: auto;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #666;
}
.social-icon:hover svg {
  fill: #1a4b8c;
}
.footer-bottom {
  background: #f5f5f5;
  padding: 15px 0;
  font-size: 12px;
  color: #666;
}
.footer-bottom a {
  color: #666;
}
.footer-bottom .text-right {
  text-align: right;
}
/* Category Breadcrumb */
.category-breadcrumb {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.category-breadcrumb a {
  color: #1a4b8c;
  text-decoration: none;
}
.category-breadcrumb a:hover {
  text-decoration: underline;
}
.category-breadcrumb .separator {
  margin: 0 8px;
  color: #999;
}
/* Category Left Sidebar */
#column-left {
  padding-top: 0;
}
#column-left .list-group {
  border-radius: 0;
}
#column-left .list-group-item {
  border-radius: 0;
}
/* Category page top spacing */
#product-category {
  padding-top: 20px;
}
/* Product Selector Section */
.product-selector-section {
  margin: 30px 0;
  padding: 25px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.product-selector-section h2 {
  font-size: 20px;
  font-weight: bold;
  color: #1a4b8c;
  margin-bottom: 20px;
  text-align: center;
}
.selector-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}
.selector-item {
  flex: 1;
  min-width: 180px;
}
.selector-item label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.selector-item select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #495057;
}
.selector-item select:focus {
  border-color: #1a4b8c;
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 75, 140, 0.2);
}
.selector-action {
  flex: none;
  min-width: auto;
}
.btn-search {
  padding: 10px 30px;
  background: #1a4b8c;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-search:hover {
  background: #0d3a6e;
}
@media (max-width: 768px) {
  .selector-item {
    flex: 1 1 calc(50% - 10px);
  }
  .selector-action {
    flex: 1 1 100%;
  }
  .btn-search {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .selector-item {
    flex: 1 1 100%;
  }
}
/* Help in Selection Box */
.help-selection-box {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.help-selection-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a4b8c;
  padding: 22px 24px 0;
  margin: 0 0 18px;
}
.help-selection-body {
  padding: 0 24px 24px;
}
.help-phone-item {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.help-phone-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.help-phone-number {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.help-phone-number:hover {
  color: #1a4b8c;
}
.help-phone-desc {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
}
.help-social-icons {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}
.help-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.help-social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.help-social-telegram {
  background: #0088cc;
}
.help-social-whatsapp {
  background: #25d366;
}
.help-social-viber {
  background: #7360f2;
}
.help-email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  padding: 12px 14px;
  background: #f8f9fb;
  border-radius: 6px;
}
.help-email svg {
  flex-shrink: 0;
}
.help-email a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  word-break: break-all;
}
.help-email a:hover {
  color: #1a4b8c;
  text-decoration: underline;
}
.help-note {
  font-size: 12px;
  color: #999;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
/* Product Detail Page - 3 Column Layout */
.product-detail-row {
  display: flex;
  flex-wrap: wrap;
}

/* Left: Images */
.product-images-col .image {
  text-align: center;
}
.product-images-col .img-thumbnail {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
}
.product-images-col .magnific-popup > a > .img-thumbnail {
  max-width: 100%;
  height: auto;
}
.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.product-thumbs a {
  display: inline-block;
}
.product-thumbs .img-thumbnail {
  width: 70px;
  height: 70px;
  object-fit: contain;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product-thumbs .img-thumbnail:hover {
  border-color: #cc0000;
}

/* Middle: Title + Specifications */
.product-spec-col h1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.3;
}
.product-brand-line {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 16px;
}
.product-brand-line a {
  color: #0066cc;
  font-weight: 600;
}

.product-spec-inline {
  margin-top: 4px;
}
.spec-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #cc0000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #cc0000;
}
.spec-table {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.spec-table thead td {
  background: #f5f5f5;
  font-size: 0.85rem;
  color: #333;
  padding: 6px 10px;
}
.spec-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.spec-table .spec-label {
  font-weight: 600;
  color: #333;
  width: 40%;
  padding: 8px 10px;
  vertical-align: top;
}
.spec-table .spec-value {
  color: #555;
  padding: 8px 10px;
  vertical-align: top;
}

/* Right: Price Box */
.product-price-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 16px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  position: sticky;
  top: 100px;
}
.product-model-code {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product-model-code .model-label {
  color: #999;
}
.product-model-code .model-value {
  font-weight: 600;
  color: #333;
  margin-left: 4px;
}

.product-price-section {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.product-price-main {
  font-size: 1.8rem;
  font-weight: 700;
  color: #cc0000;
  line-height: 1.2;
}
.product-price-old {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.product-tax-info,
.product-points-info {
  font-size: 0.8rem;
  color: #888;
  margin-top: 4px;
}
.product-discount-line {
  font-size: 0.85rem;
  color: #555;
}

.product-stock-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 14px;
}
.stock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4caf50;
  display: inline-block;
  flex-shrink: 0;
}

.product-reward-info {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
}

.options-heading {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Quantity + Cart */
.product-qty-cart {
  margin: 16px 0 12px;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 12px;
}
.qty-wrapper .btn-qty-minus,
.qty-wrapper .btn-qty-plus {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.qty-wrapper .btn-qty-minus:hover,
.qty-wrapper .btn-qty-plus:hover {
  background: #e0e0e0;
}
.qty-input {
  width: 50px;
  height: 36px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
}

.btn-add-cart {
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  background: #cc0000;
  border-color: #cc0000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.btn-add-cart:hover {
  background: #a30000;
  border-color: #a30000;
}
.btn-add-cart i {
  margin-right: 6px;
}

.product-wishlist-compare {
  margin-top: 10px;
}
.product-wishlist-compare .btn-group {
  display: flex;
}
.product-wishlist-compare .btn {
  font-size: 0.8rem;
  padding: 6px 8px;
  color: #666;
  border: 1px solid #ddd;
  flex: 1;
}
.product-wishlist-compare .btn:hover {
  color: #cc0000;
  border-color: #cc0000;
}
.product-wishlist-compare .btn i {
  margin-right: 4px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .product-detail-row {
    flex-direction: column;
  }
  .product-images-col {
    margin-bottom: 20px;
  }
  .product-spec-col {
    margin-bottom: 20px;
  }
  .product-price-box {
    position: static;
  }
  .product-spec-col h1 {
    font-size: 1.2rem;
  }
  .product-price-main {
    font-size: 1.5rem;
  }
}
/* ===== Product Detail Page V2 ===== */

/* Title - full width at top */
.product-title-top {
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

/* Images */
.product-images-col .image { text-align: center; }
.product-images-col .img-thumbnail {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
}
.product-images-col .magnific-popup > a > .img-thumbnail {
  max-width: 100%;
  height: auto;
}
.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.product-thumbs .img-thumbnail {
  width: 70px;
  height: 70px;
  object-fit: contain;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product-thumbs .img-thumbnail:hover {
  border-color: #1a8a8a;
}

/* Middle: Specs */
.product-spec-col h1 { display: none; }
.product-brand-line {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 16px;
}
.product-brand-line a {
  color: #0066cc;
  font-weight: 600;
}
.product-spec-inline { margin-top: 0; }
.spec-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.spec-table {
  font-size: 0.88rem;
  margin-bottom: 0;
}
.spec-table thead td {
  background: #f5f5f5;
  font-size: 0.85rem;
  color: #333;
  padding: 6px 10px;
}
.spec-table tbody tr:nth-child(even) { background: #fafafa; }
.spec-table .spec-label {
  font-weight: 500;
  color: #555;
  width: 42%;
  padding: 7px 10px;
  vertical-align: top;
}
.spec-table .spec-value {
  color: #222;
  padding: 7px 10px;
  vertical-align: top;
}

/* Right Sidebar: Price Box */
.product-price-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 18px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  position: sticky;
  top: 100px;
}

/* Code */
.product-model-code {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 10px;
}
.product-model-code .model-label { color: #aaa; }
.product-model-code .model-value {
  font-weight: 600;
  color: #333;
  margin-left: 4px;
}

/* Stock */
.product-stock-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  color: #333;
  margin-bottom: 16px;
}
.stock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4caf50;
  display: inline-block;
  flex-shrink: 0;
}

/* Price */
.product-price-section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.product-price-main {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
}
.product-price-main .price-suffix {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
}
.product-price-old {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.product-tax-info,
.product-points-info {
  font-size: 0.8rem;
  color: #888;
  margin-top: 4px;
}
.product-discount-line { font-size: 0.85rem; color: #555; }
.product-reward-info { font-size: 0.85rem; color: #666; margin-bottom: 12px; }
.options-heading { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; }

/* Quantity */
.product-qty-cart { margin: 14px 0 14px; }
.product-qty-cart > label,
.product-qty-cart .qty-label-text {
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 6px;
  display: block;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
}
.qty-wrapper .btn-qty-minus,
.qty-wrapper .btn-qty-plus {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.qty-wrapper .btn-qty-minus:hover,
.qty-wrapper .btn-qty-plus:hover { background: #e0e0e0; }
.qty-input {
  width: 50px;
  height: 36px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
}

/* Action Buttons */
.product-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.btn-add-cart {
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 20px;
  background: #1a7a7a;
  border: 2px solid #1a7a7a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s;
}
.btn-add-cart:hover {
  background: #145f5f;
  border-color: #145f5f;
  color: #fff;
}

.btn-buy-oneclick {
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #1a7a7a;
  color: #1a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}
.btn-buy-oneclick:hover {
  background: #1a7a7a;
  color: #fff;
}

.btn-request-call {
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 20px;
  background: #2ecc71;
  border: 2px solid #2ecc71;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-request-call:hover {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff;
}
.btn-request-call i { margin-right: 6px; }

/* Wishlist / Compare links */
.product-wishlist-compare {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.btn-wc-link {
  background: none;
  border: none;
  color: #666;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.15s;
}
.btn-wc-link:hover { color: #1a7a7a; }
.btn-wc-link i { margin-right: 4px; }

/* USE FIRST, PAY LATER banner */
.product-ufl-banner {
  margin-top: 16px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #e8f4f8 0%, #d4eef7 100%);
  border: 1px solid #b8dce8;
  border-radius: 8px;
  text-align: center;
}
.product-ufl-banner i {
  font-size: 1.6rem;
  color: #1a7a7a;
  display: block;
  margin-bottom: 6px;
}
.product-ufl-banner span {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1a7a7a;
  letter-spacing: 0.5px;
  display: block;
}
.product-ufl-banner p {
  font-size: 0.78rem;
  color: #5a8a9a;
  margin: 4px 0 0;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 991.98px) {
  .product-detail-row { flex-direction: column; }
  .product-images-col { margin-bottom: 20px; }
  .product-spec-col { margin-bottom: 20px; }
  .product-price-box { position: static; }
  .product-title-top { font-size: 1.15rem; }
  .product-price-main { font-size: 1.6rem; }
}
/* ===== Product Detail V3 - Match Reference Exactly ===== */

/* Override V1/V2 conflicting styles */
.product-spec-col h1 { display: none !important; }

/* Title - full width top */
.product-title-top {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  line-height: 1.35;
  margin: 0 0 18px;
  padding: 0;
  border-bottom: none;
}

/* Images */
.product-images-col .image { text-align: center; }
.product-images-col .magnific-popup > a > .img-thumbnail {
  max-width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 0;
  background: #fff;
}
.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.product-thumbs .img-thumbnail {
  width: 64px;
  height: 64px;
  object-fit: contain;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px;
  transition: border-color 0.2s;
}
.product-thumbs .img-thumbnail:hover {
  border-color: #3498db;
}

/* Specs column */
.product-brand-line {
  font-size: 0.92rem;
  color: #666;
  margin-bottom: 14px;
}
.product-brand-line a {
  color: #2980b9;
  font-weight: 600;
  text-decoration: none;
}
.product-brand-line a:hover { text-decoration: underline; }

.spec-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: none;
}
.spec-table {
  font-size: 0.87rem;
  margin-bottom: 0;
  border-color: #e8e8e8;
}
.spec-table thead td {
  background: #f7f7f7;
  font-size: 0.84rem;
  color: #444;
  padding: 6px 10px;
  border-color: #e8e8e8;
}
.spec-table tbody td {
  border-color: #e8e8e8;
}
.spec-table tbody tr:nth-child(even) { background: #fcfcfc; }
.spec-table .spec-label {
  font-weight: 500;
  color: #555;
  width: 42%;
  padding: 7px 10px;
  vertical-align: top;
  font-size: 0.87rem;
}
.spec-table .spec-value {
  color: #222;
  padding: 7px 10px;
  vertical-align: top;
  font-weight: 600;
  font-size: 0.87rem;
}

/* ====== Right Sidebar - Price Box ====== */
.product-price-box {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: sticky;
  top: 100px;
}

/* Code */
.product-model-code {
  font-size: 0.82rem;
  color: #999;
  margin-bottom: 14px;
}
.product-model-code .model-label { color: #bbb; }
.product-model-code .model-value {
  color: #666;
  margin-left: 3px;
}

/* Stock */
.product-stock-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  color: #333;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27ae60;
  display: inline-block;
  flex-shrink: 0;
}

/* Price */
.product-price-section {
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
}
.product-price-main {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
}
.product-price-main .price-suffix {
  font-size: 1.1rem;
  font-weight: 400;
  color: #888;
}
.product-price-old {
  font-size: 0.95rem;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.product-tax-info,
.product-points-info {
  font-size: 0.78rem;
  color: #999;
  margin-top: 3px;
}

/* Quantity - inline row */
.product-qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.qty-label {
  font-size: 0.9rem;
  color: #555;
  font-weight: 500;
  white-space: nowrap;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.qty-wrapper .btn-qty-minus,
.qty-wrapper .btn-qty-plus {
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  font-size: 1rem;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.qty-wrapper .btn-qty-minus:hover,
.qty-wrapper .btn-qty-plus:hover { background: #f5f5f5; }
.qty-input {
  width: 40px;
  height: 32px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  outline: none;
  background: #fff;
}

/* Action Buttons */
.product-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.btn-add-cart {
  width: 100%;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 11px 20px;
  background: #2c8c99;
  border: 2px solid #2c8c99;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-add-cart:hover {
  background: #237a85;
  border-color: #237a85;
  color: #fff;
}

.btn-buy-oneclick {
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #2c8c99;
  color: #2c8c99;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-buy-oneclick:hover {
  background: #2c8c99;
  color: #fff;
}

.btn-request-call {
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  background: #27ae60;
  border: 2px solid #27ae60;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
}
.btn-request-call:hover {
  background: #219a52;
  border-color: #219a52;
  color: #fff;
}
.btn-request-call i { margin-right: 5px; }

/* Wishlist / Compare */
.product-wishlist-compare {
  margin-top: 0;
  padding: 12px 0 0;
  border-top: 1px solid #f0f0f0;
}
.btn-wc-link {
  background: none;
  border: none;
  color: #777;
  font-size: 0.82rem;
  cursor: pointer;
  padding: 2px 0;
  transition: color 0.15s;
}
.btn-wc-link:hover { color: #2c8c99; }
.btn-wc-link i {
  margin-right: 3px;
  font-size: 0.8rem;
}

/* USE FIRST, PAY LATER */
.product-ufl-banner {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f0f8fb;
  border: 1px solid #d4e8ef;
  border-radius: 6px;
  text-align: center;
}
.product-ufl-banner i {
  font-size: 1.4rem;
  color: #2c8c99;
  display: block;
  margin-bottom: 5px;
}
.product-ufl-banner span {
  font-weight: 700;
  font-size: 0.88rem;
  color: #2c8c99;
  letter-spacing: 0.5px;
  display: block;
}
.product-ufl-banner p {
  font-size: 0.75rem;
  color: #6aa;
  margin: 3px 0 0;
  line-height: 1.3;
}

/* ====== Responsive ====== */
@media (max-width: 991.98px) {
  .product-detail-row { flex-direction: column; }
  .product-images-col { margin-bottom: 20px; }
  .product-spec-col { margin-bottom: 20px; }
  .product-price-box { position: static; }
  .product-title-top { font-size: 1.2rem; }
  .product-price-main { font-size: 1.5rem; }
}

/* Request a call phone number */
.request-call-number {
  text-align: center;
  font-size: 0.82rem;
  color: #666;
  margin-top: 2px;
}
.request-call-number i {
  font-size: 0.72rem;
  margin-right: 3px;
  color: #888;
}
/* Product Features Bar */
.product-features-bar {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: 24px 0 24px;
  background: #fff;
  overflow: hidden;
}
.feature-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px;
  border-right: 1px solid #f0f0f0;
}
.feature-item:last-child {
  border-right: none;
}
.feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.feature-text strong {
  font-size: 0.88rem;
  font-weight: 600;
  color: #222;
  line-height: 1.25;
}
.feature-text span {
  font-size: 0.76rem;
  color: #888;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .product-features-bar {
    flex-direction: column;
  }
  .feature-item {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 16px;
  }
  .feature-item:last-child {
    border-bottom: none;
  }
}

/* Hide old UFL banner since it's now in the features bar */
.product-ufl-banner { display: none !important; }
