@import url("https://cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
@import url("https://cdn.web-fonts.ge/fonts/bpg-arial/css/bpg-arial.min.css");

:root {
  --bs-body-font-family: "BPG Arial", sans-serif;
  --bs-font-sans-serif: "BPG Arial", sans-serif;
  --bs-heading-font-family: "BPG Nino Mtavruli Bold", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  font-family: "BPG Arial", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
  font-family: "BPG Arial", sans-serif !important;
}
#top .list-inline-item > a,
#top .list-inline-item .dropdown > a,
#menu .navbar-nav > li > a,
#category,
.dropdown-item,
.btn,
.nav-link,
.breadcrumb-item,
.product-thumb h4 a,
.product-thumb .price,
footer h5 {
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
}

input,
select,
textarea,
button,
.form-control,
.dropdown-menu,
.table,
p,
span,
li,
a {
  font-family: "BPG Arial", sans-serif !important;
}

.form-control,
.form-select,
.dropdown-menu,
.offcanvas,
.modal-content,
.list-group-item,
.card,
.table,
.btn,
.navbar,
.nav,
.pagination,
.alert {
  font-family: "BPG Arial", sans-serif !important;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#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: linear-gradient(135deg, #0a0f1a 0%, #141b2d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0;
  position: relative;
  z-index: 1020;
  padding: 0;
}
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 12px;
}
.top-bar__left,
.top-bar__right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
  line-height: 1.4;
}
a.top-bar__item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.top-bar__item--muted {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}
.top-bar__divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 4px;
}
#top .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.82rem;
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
#top .dropdown-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
#top .dropdown-menu {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
  padding: 8px;
  margin-top: 6px !important;
}
#top .dropdown-item {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.88rem;
  transition: background 0.15s ease;
}
#top .dropdown-item:hover {
  background: rgba(15, 118, 110, 0.08);
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 34px;
  vertical-align: middle;
  padding: 0;
}
#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: #fff;
}
.top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
}
.top-badge__flag {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}
.top-badge__currency {
  font-size: 1rem;
  font-weight: 700;
}

/* header */
.site-header {
  margin-bottom: 18px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header__panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.95));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  padding: 16px 28px;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header__panel:hover {
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}
.site-header__logo {
  min-width: 0;
}
.site-header__search {
  min-width: 0;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.header-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #334155;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.header-action:hover {
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  transform: translateY(-1px);
}
.header-action i {
  font-size: 1.15rem;
}
/* logo */
#logo {
  text-align: left;
  margin: 0;
}
.site-brand__link {
  display: inline-block;
  color: #0f172a;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-brand__link:hover {
  color: #0f766e;
}
.site-brand__caption {
  margin: 2px 0 0;
  font-size: 0.72rem;
  color: #64748b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-brand__link:hover {
  color: #0f766e;
}
.site-brand__caption {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 0.92rem;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 0;
}
#search .form-control-lg {
  height: 52px;
  font-size: 0.95rem;
  line-height: 20px;
  padding: 0 18px;
  border-radius: 16px 0 0 16px;
  border-color: rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.85rem 24px;
  text-shadow: none;
  border-radius: 0 16px 16px 0;
}
/* cart */
#cart {
  margin-bottom: 0;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 15px 24px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  box-shadow: 0 16px 30px rgba(15, 118, 110, 0.22);
}
#compare .btn-lg,
.compare-toggle {
  font-size: 15px;
  line-height: 18px;
  padding: 15px 20px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  color: #0f172a;
}
#compare .dropdown-menu {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.14);
  min-width: 360px;
}
.compare-dropdown__list {
  display: grid;
  gap: 10px;
}
.compare-dropdown__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.compare-dropdown__media img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.compare-dropdown__name {
  display: block;
  color: #0f172a;
  text-decoration: none;
}
.compare-dropdown__content small {
  color: #64748b;
}
#cart .dropdown-menu {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.14);
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
  #compare .dropdown-menu {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 48px;
  border-radius: 20px;
  padding: 0 1.1rem;
  margin-bottom: 24px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}
#menu .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: none;
  padding: 13px 15px;
  background-color: transparent;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 12px;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#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 {
  border: none;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 42px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(15, 120, 174, 0.1), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}
footer a {
  color: rgba(226, 232, 240, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover {
  color: #5eead4;
}
footer h5 {
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.site-footer__brand {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.site-footer__summary {
  color: rgba(226, 232, 240, 0.82);
  margin-bottom: 16px;
  max-width: 32rem;
}
.site-footer__contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(226, 232, 240, 0.88);
  margin-bottom: 10px;
}
.site-footer__contact i {
  color: #5eead4;
  margin-top: 3px;
}
.site-footer__meta {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.site-footer__meta p {
  margin: 0;
  color: rgba(226, 232, 240, 0.6);
  font-size: 0.82rem;
}
@media (max-width: 991.98px) {
  .site-header__panel {
    padding: 18px;
  }
  .site-brand__caption {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #top .row > div,
  .site-footer__meta {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #top .col-4,
  #top .col {
    width: 100%;
  }
  #top ul.list-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }
  #top .list-inline-item {
    margin-right: 0 !important;
  }
  .site-footer__contact li {
    justify-content: center;
  }
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 18px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #0f172a;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
/* legacy product-thumb overrides — handled by .product-thumb new styles */
.product-thumb .button {
  display: none;
}
.product-thumb .description {
  padding: 0;
  margin-bottom: 0;
}
.product-thumb .content {
  display: contents;
}
.product-thumb .image {
  display: contents;
}
@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 {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.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;
}

/* Home Redesign */
.camera-home {
  background:
    radial-gradient(circle at top right, rgba(15, 120, 174, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(15, 118, 110, 0.08), transparent 30%),
    linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}

body.route-common-home .site-menu-wrap {
  display: none;
}

/* Smooth scroll & global transitions */
html {
  scroll-behavior: smooth;
}

.camera-home a {
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.camera-hero {
  padding: 36px 0 28px;
}

.camera-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.camera-hero__content,
.camera-hero-card,
.camera-feature-band__inner,
.camera-cta__inner {
  border-radius: 28px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.camera-hero__content {
  background: linear-gradient(135deg, #0f172a 0%, #11284d 55%, #1d4f73 100%);
  color: #fff;
  padding: 38px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
}

.camera-hero__content:hover {
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
}

.camera-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: kickerPulse 2.5s ease-in-out infinite;
}

@keyframes kickerPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.3); }
  50% { box-shadow: 0 0 0 8px rgba(94, 234, 212, 0); }
}

.camera-kicker--dark {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.camera-kicker--light {
  background: rgba(255, 255, 255, 0.14);
}

.camera-hero__content h1,
.camera-feature-band__copy h2,
.camera-section-head h2,
.camera-cta__inner h2 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  color: #fff;
}

.camera-hero__content p,
.camera-feature-band__copy p,
.camera-cta__inner p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.camera-hero__actions,
.camera-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.camera-hero__actions .btn,
.camera-cta__actions .btn,
.camera-product-card__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.camera-hero__actions .btn:hover,
.camera-cta__actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.25);
}

.camera-product-card__actions .btn:hover {
  transform: translateY(-1px);
}

.camera-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.camera-metric {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, background 0.25s ease;
}

.camera-metric:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.camera-metric i,
.camera-benefit-card i,
.camera-solution-card i {
  font-size: 22px;
}

.camera-metric strong {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  color: #fff;
}

.camera-metric span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
}

.camera-hero-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 24px;
  min-height: 100%;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.camera-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.18);
}

.camera-hero-card__media img {
  transition: transform 0.5s ease;
}

.camera-hero-card:hover .camera-hero-card__media img {
  transform: scale(1.05);
}

.camera-hero-card__badge,
.camera-product-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #dff6ff;
  color: #045271;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.camera-hero-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  margin: 18px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #eff4fa 0%, #d8e4f2 100%);
}

.camera-hero-card__media img {
  max-height: 260px;
}

.camera-hero-card__eyebrow,
.camera-product-card__model {
  display: inline-block;
  color: #4b5563;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.camera-hero-card__body h2,
.camera-product-card__body h3 {
  margin: 10px 0;
  color: #0f172a;
  font-size: 1.5rem;
}

.camera-hero-card__body p,
.camera-product-card__body p {
  color: #4b5563;
  line-height: 1.65;
}

.camera-hero-card__footer,
.camera-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.camera-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.camera-price__current {
  color: #0f172a;
  font-size: 1.4rem;
  font-weight: 700;
}

.camera-price__old {
  color: #ef4444;
  text-decoration: line-through;
}

.camera-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b6f97;
  font-weight: 700;
  transition: gap 0.25s ease;
}

.camera-link:hover {
  gap: 12px;
  color: #0f766e;
}

.camera-brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
}

.camera-brand-pills span {
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
  cursor: default;
}

.camera-brand-pills span:hover {
  background: rgba(15, 118, 110, 0.16);
  transform: translateY(-1px);
}

.camera-hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.camera-solutions,
.camera-products,
.camera-feature-band,
.camera-cta {
  padding: 24px 0 30px;
}
.camera-cta {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.camera-section-head h2 {
  margin: 10px 0 0;
  color: #0f172a;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.camera-solution-grid,
.camera-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.camera-solution-card,
.camera-product-card,
.camera-benefit-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.camera-solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.14);
}

.camera-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.camera-solution-card {
  padding: 24px;
  color: #0f172a;
}

.camera-solution-card i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #edf8fe;
  color: #0b6f97;
  transition: background 0.25s ease, transform 0.25s ease;
}

.camera-solution-card:hover i {
  background: #d1f0ff;
  transform: scale(1.08);
}

.camera-solution-card h3 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 1.15rem;
}

.camera-solution-card p,
.camera-benefit-card p {
  color: #526071;
  line-height: 1.65;
}

.camera-solution-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #0b6f97;
  font-weight: 700;
}

.camera-feature-band__inner,
.camera-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 36px;
  background: linear-gradient(140deg, #0a1628 0%, #0e3456 55%, #0d7aa6 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

.camera-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.camera-benefit-card {
  padding: 22px;
  text-decoration: none;
  display: block;
}

.camera-benefit-card i {
  color: #5eead4;
}

.camera-benefit-card h3 {
  margin: 14px 0 10px;
  color: #0f172a;
  font-size: 1.05rem;
}

.camera-product-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.camera-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.16);
}

.camera-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 26px;
  background: linear-gradient(180deg, #eef5fb 0%, #dce8f5 100%);
  overflow: hidden;
}

.camera-product-card__image img {
  transition: transform 0.45s ease;
}

.camera-product-card:hover .camera-product-card__image img {
  transform: scale(1.08);
}

.camera-product-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

.camera-product-card__body {
  padding: 22px;
}

.camera-product-card__price {
  margin-top: 14px;
}

.camera-tax {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
}

.camera-product-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.camera-product-card__actions .btn-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 600;
}

.camera-product-card__actions .btn-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.camera-product-card__actions .btn-icon:hover {
  transform: translateY(-2px);
  background: #0f766e;
  color: #fff;
  border-color: #0f766e;
}

.camera-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.camera-cta__actions {
  align-self: center;
  justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev .fa-solid,
.carousel-control-next .fa-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

@media (max-width: 1199.98px) {
  .camera-solution-grid,
  .camera-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .camera-hero__grid,
  .camera-feature-band__inner,
  .camera-cta__inner {
    grid-template-columns: 1fr;
  }

  .camera-benefit-grid {
    grid-template-columns: 1fr;
  }

  .site-header__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .camera-hero__content,
  .camera-hero-card,
  .camera-feature-band__inner,
  .camera-cta__inner {
    padding: 24px;
  }

  .camera-metrics,
  .camera-solution-grid,
  .camera-product-grid {
    grid-template-columns: 1fr;
  }

  .camera-section-head,
  .camera-hero-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-brand__link {
  font-family: "BPG Nino Mtavruli Bold", "Arial Black", sans-serif !important;
  font-weight: 800;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.site-brand__caption {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-shell {
  padding-bottom: 56px;
}

.page-shell .breadcrumb {
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.page-shell__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 30px 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.22), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #111827 58%, #164e63 100%);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.16);
  color: #fff;
}

.page-shell__hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}

.page-shell__summary {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.page-shell__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-shell__eyebrow--dark {
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.page-shell__content {
  display: grid;
  gap: 24px;
}

.page-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.page-card__body {
  padding: 28px 30px;
}

.page-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.page-card__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.45rem;
}

.page-card--article .page-card__body,
.page-card--form .page-card__body {
  padding: 32px;
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-link-list li + li {
  margin-top: 10px;
}

.page-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.06);
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.page-link-list a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0f766e;
}

.page-link-list a:hover {
  transform: translateY(-2px);
  background: rgba(15, 118, 110, 0.12);
}

.page-form fieldset {
  margin-bottom: 28px;
}

.page-form legend {
  margin-bottom: 18px;
  border-bottom-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.page-intro {
  margin-bottom: 22px;
  color: #475467;
  font-size: 1rem;
}

.page-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.page-actions--end {
  justify-content: flex-end;
}

.page-inline-link {
  color: #0f766e;
  text-decoration: none;
}

.page-inline-link:hover {
  color: #115e59;
}

.page-empty {
  padding: 32px;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.9);
  color: #475467;
  text-align: center;
}

.page-table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(15, 23, 42, 0.08);
}

.page-table > :not(caption) > * > * {
  padding: 16px 14px;
  vertical-align: middle;
}

.page-pagination {
  align-items: center;
  margin-top: 18px;
}

.information-entry {
  color: #344054;
  font-size: 1rem;
  line-height: 1.9;
}

.information-entry h2,
.information-entry h3 {
  margin-top: 0;
  color: #0f172a;
}

.contact-shell,
.wishlist-list {
  display: grid;
  gap: 24px;
}

.contact-card__main {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.contact-card__media img {
  width: 100%;
  object-fit: cover;
}

.contact-card__address,
.contact-card__copy {
  margin: 0;
  color: #475467;
  line-height: 1.8;
}

.wishlist-item__grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: center;
}

.wishlist-item__media {
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  padding: 14px;
}

.wishlist-item__media img {
  width: 100%;
}

.wishlist-item__meta li + li {
  margin-top: 8px;
}

.wishlist-item__price .price-new {
  color: #0f766e;
  font-weight: 700;
}

.wishlist-item__price .price-old {
  margin-left: 6px;
  color: #98a2b3;
  text-decoration: line-through;
}

.wishlist-item__actions {
  display: grid;
  gap: 10px;
}

.brand-directory__index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.brand-directory__chip,
.brand-directory__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f172a;
  text-decoration: none;
}

.brand-directory__chip:hover,
.brand-directory__link:hover {
  background: rgba(15, 118, 110, 0.14);
  color: #0f766e;
}

.brand-directory__group + .brand-directory__group {
  margin-top: 18px;
}

.sitemap-tree,
.sitemap-tree ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sitemap-tree li {
  color: #344054;
}

.sitemap-tree > li + li,
.sitemap-tree ul > li + li {
  margin-top: 12px;
}

.sitemap-tree ul {
  margin-top: 12px;
  padding-left: 20px;
  border-left: 2px solid rgba(15, 118, 110, 0.14);
}

.sitemap-tree a {
  color: #0f172a;
  text-decoration: none;
}

.sitemap-tree a:hover {
  color: #0f766e;
}

.page-toolbar {
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 16px 0;
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.85);
}

.checkout-shell {
  align-items: stretch;
}

.checkout-stage + .checkout-stage {
  margin-top: 18px;
}

.checkout-stage > .card,
#checkout-confirm > .card,
#checkout-payment-method > .card,
#checkout-shipping-method > .card,
#checkout-register > .card,
#checkout-payment-address > .card,
#checkout-shipping-address > .card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.checkout-stage > .card .card-header,
#checkout-confirm .card-header,
#checkout-payment-method .card-header,
#checkout-shipping-method .card-header,
#checkout-register .card-header,
#checkout-payment-address .card-header,
#checkout-shipping-address .card-header {
  padding: 18px 22px;
  border-bottom-color: rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.9);
}

.checkout-stage > .card .card-body,
#checkout-confirm .card-body,
#checkout-payment-method .card-body,
#checkout-shipping-method .card-body,
#checkout-register .card-body,
#checkout-payment-address .card-body,
#checkout-shipping-address .card-body {
  padding: 22px;
}

.camera-hero {
  position: relative;
  overflow: hidden;
}

.camera-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -28% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.16), transparent 70%);
  pointer-events: none;
}

.camera-solutions--elevated .camera-section-head,
.camera-products--elevated .camera-section-head {
  padding: 0 8px;
}

.camera-solution-card,
.camera-product-card {
  backdrop-filter: blur(14px);
}

.camera-product-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.camera-product-card__body p {
  flex-grow: 1;
}

.camera-cta__inner {
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.16);
  transition: box-shadow 0.35s ease;
}

.camera-cta__inner:hover {
  box-shadow: 0 36px 70px rgba(15, 23, 42, 0.22);
}

@media (max-width: 991.98px) {
  .page-card-grid,
  .wishlist-item__grid,
  .contact-card__main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-shell__hero,
  .page-card__body,
  .page-card--article .page-card__body,
  .page-card--form .page-card__body {
    padding: 24px;
  }

  .page-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-toolbar {
    padding: 18px 12px 0;
  }
}

/* ═══ Solution card link ═══ */
.camera-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  color: #0b6f97;
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap 0.25s ease;
}
.camera-solution-card:hover .camera-solution-card__link {
  gap: 14px;
  color: #0f766e;
}

/* ═══ Camera empty state ═══ */
.camera-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 48px 24px;
  border: 2px dashed rgba(15, 23, 42, 0.12);
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.6);
  color: #64748b;
  text-align: center;
  margin-top: 22px;
}
.camera-empty i {
  font-size: 2.5rem;
  color: #94a3b8;
}

/* ═══ Footer credit ═══ */
.site-footer__credit {
  margin: 0;
  color: rgba(226, 232, 240, 0.5);
  font-size: 0.78rem;
}
.site-footer__credit a {
  color: #5eead4;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer__credit a:hover {
  color: #fff;
}

/* ═══ Top-bar mobile ═══ */
@media (max-width: 767.98px) {
  .top-bar {
    flex-wrap: wrap;
    padding: 6px 0;
  }
  .top-bar__left {
    width: 100%;
    justify-content: center;
  }
  .top-bar__right {
    width: 100%;
    justify-content: center;
  }
  .top-bar__item--muted {
    display: none;
  }
  .site-header__panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }
  .site-header__logo {
    text-align: center;
  }
  #logo {
    text-align: center;
  }
  .site-header__actions {
    justify-content: center;
  }
  .camera-product-card__actions .btn-cart span {
    display: none;
  }
  .camera-product-card__actions .btn-cart {
    flex: 0;
    width: 44px;
    height: 44px;
    padding: 0;
  }
  .camera-hero-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .site-header__panel {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }
  .site-header__actions {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

/* ═══ Container polish ═══ */
.container {
  max-width: 1280px;
}

/* ═══ Global button refinements ═══ */
.btn-primary {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
  border-color: #0f766e;
  border-radius: 14px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #115e59 0%, #0f766e 100%);
  border-color: #115e59;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.3);
}
.btn-outline-light {
  border-radius: 14px;
  font-weight: 600;
  border-width: 2px;
}
.btn-light {
  border-radius: 14px;
  font-weight: 600;
}
.btn-outline-secondary {
  border-radius: 14px;
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}
.btn-outline-secondary:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

/* ═══ Price styling ═══ */
.camera-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.camera-price__current {
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
}
.camera-price__old {
  color: #ef4444;
  text-decoration: line-through;
  font-size: 0.9rem;
}
.camera-tax {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 0.78rem;
}

/* ═══ Badge refinement ═══ */
.camera-hero-card__badge,
.camera-product-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}

/* ═══ Footer list polish ═══ */
footer ul li {
  padding: 3px 0;
}
footer ul li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.88rem;
}

/* ═══ Search bar enhancement ═══ */
.site-header__search .input-group {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.site-header__search .input-group:focus-within {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}
.site-header__search .form-control {
  border: none;
  box-shadow: none;
  padding: 12px 16px;
  font-size: 0.92rem;
}
.site-header__search .input-group .btn {
  border: none;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0;
}
.site-header__search .input-group .btn:hover {
  background: linear-gradient(135deg, #115e59, #0f766e);
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT THUMB CARD (used on category, search, related)
   ═══════════════════════════════════════════════════════════ */
.product-thumb {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.product-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}
.product-thumb__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  background: linear-gradient(180deg, #f0f5fa 0%, #e2ebf5 100%);
  overflow: hidden;
}
.product-thumb__image img {
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.45s ease;
}
.product-thumb:hover .product-thumb__image img {
  transform: scale(1.08);
}
.product-thumb__sale {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
.product-thumb__body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-thumb__title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.4;
}
.product-thumb__title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s;
}
.product-thumb__title a:hover {
  color: #0f766e;
}
.product-thumb__desc {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-thumb__price {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.product-thumb__price .price-new {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 800;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
}
.product-thumb__price .price-old {
  color: #ef4444;
  text-decoration: line-through;
  font-size: 0.88rem;
}
.product-thumb__price .price-tax {
  display: block;
  width: 100%;
  color: #94a3b8;
  font-size: 0.75rem;
  margin-top: 2px;
}
.product-thumb__rating {
  margin-top: 10px;
}
.product-thumb__rating .fa-star {
  color: #fbbf24;
  font-size: 14px;
}
.product-thumb__rating .fa-regular.fa-star {
  color: #d1d5db;
}
.product-thumb__actions {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin-top: auto;
}
.product-thumb__actions .btn-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 600;
}
.product-thumb__actions .btn-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0;
  flex-shrink: 0;
}
.product-thumb__actions .btn-icon:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
  transform: translateY(-2px);
}

/* ═══ List view ═══ */
.product-list .product-thumb {
  flex-direction: row;
  border-radius: 20px;
}
.product-list .product-thumb__image {
  min-height: auto;
  min-width: 220px;
  max-width: 220px;
  border-radius: 20px 0 0 20px;
}
.product-list .product-thumb__actions {
  flex-direction: column;
  border-top: none;
  border-left: 1px solid rgba(15, 23, 42, 0.06);
  padding: 16px;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════
   CATEGORY PAGE
   ═══════════════════════════════════════════════════════════ */
.cat-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(45, 212, 191, 0.2), transparent 35%),
    linear-gradient(135deg, #0f172a 0%, #111827 55%, #164e63 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
  color: #fff;
  overflow: hidden;
}
.cat-hero__text {
  max-width: 640px;
}
.cat-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cat-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
}
.cat-hero__summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}
.cat-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-hero__media img {
  max-height: 140px;
  border-radius: 20px;
  opacity: 0.9;
}
.cat-intro {
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #344054;
  line-height: 1.8;
}

/* ═══ Category refine chips ═══ */
.cat-refine {
  margin-bottom: 22px;
}
.cat-refine__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1.1rem;
}
.cat-refine__title i {
  color: #0f766e;
}
.cat-refine__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-refine__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 14px;
  background: rgba(15, 118, 110, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.12);
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cat-refine__chip:hover {
  background: rgba(15, 118, 110, 0.14);
  border-color: #0f766e;
  color: #0f766e;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.15);
}

/* ═══ Category toolbar ═══ */
.cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
  flex-wrap: wrap;
}
.cat-toolbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-toolbar__views {
  display: flex;
  gap: 4px;
}
.cat-toolbar__view-btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
}
.cat-toolbar__view-btn.active,
.cat-toolbar__view-btn:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}
.cat-toolbar__select {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cat-toolbar__select label {
  white-space: nowrap;
  color: #64748b;
  font-size: 0.85rem;
}
.cat-toolbar__select .form-select {
  min-width: 140px;
  border-radius: 10px;
  font-size: 0.85rem;
  border-color: rgba(15, 23, 42, 0.1);
}

/* ═══ Category pagination ═══ */
.cat-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
  flex-wrap: wrap;
}
.cat-pagination__results {
  color: #64748b;
  font-size: 0.88rem;
}
.cat-pagination .pagination {
  margin: 0;
}
.cat-pagination .page-link {
  border-radius: 10px;
  margin: 0 2px;
  border-color: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  transition: all 0.2s;
}
.cat-pagination .page-item.active .page-link {
  background: #0f766e;
  border-color: #0f766e;
}
.cat-pagination .page-link:hover {
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
}

/* ═══ Category empty state ═══ */
.cat-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 56px 24px;
  margin-top: 16px;
  border: 2px dashed rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.6);
  color: #64748b;
  text-align: center;
}
.cat-empty i {
  font-size: 3rem;
  color: #94a3b8;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE
   ═══════════════════════════════════════════════════════════ */
.pd-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  margin-bottom: 32px;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}
.pd-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(180deg, #f0f5fa 0%, #e2ebf5 100%);
  padding: 28px;
  min-height: 380px;
  overflow: hidden;
}
.pd-gallery__hero {
  display: block;
}
.pd-gallery__hero img {
  max-height: 360px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.pd-gallery__hero:hover img {
  transform: scale(1.06);
}
.pd-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
}
.pd-gallery__thumb-item {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #f0f5fa;
  border: 2px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, transform 0.2s;
}
.pd-gallery__thumb-item:hover {
  border-color: #0f766e;
  transform: translateY(-2px);
}
.pd-gallery__thumb-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pd-info {
  display: flex;
  flex-direction: column;
}
.pd-info__title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.2;
}
.pd-info__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.pd-info__brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 10px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.pd-info__brand:hover {
  background: rgba(15, 118, 110, 0.16);
  color: #115e59;
}
.pd-info__model,
.pd-info__code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.04);
  color: #64748b;
  font-size: 0.85rem;
}
.pd-info__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.pd-info__rating .fa-star {
  color: #fbbf24;
  font-size: 16px;
}
.pd-info__rating .fa-regular.fa-star {
  color: #d1d5db;
}
.pd-info__rating a {
  color: #0f766e;
  text-decoration: none;
  font-size: 0.88rem;
}
.pd-info__divider {
  color: #d1d5db;
}
.pd-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.04), rgba(15, 118, 110, 0.08));
  border: 1px solid rgba(15, 118, 110, 0.1);
}
.pd-price__current {
  color: #0f766e;
  font-size: 2rem;
  font-weight: 800;
  font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
}
.pd-price__old {
  color: #ef4444;
  text-decoration: line-through;
  font-size: 1.1rem;
}
.pd-price__tax,
.pd-price__reward,
.pd-price__points {
  display: block;
  width: 100%;
  color: #64748b;
  font-size: 0.82rem;
  margin-top: 4px;
}
.pd-discounts {
  margin-bottom: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.15);
}
.pd-discounts__row {
  padding: 6px 0;
  color: #92400e;
  font-size: 0.88rem;
}
.pd-info__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 0.9rem;
}
.pd-info__stock i {
  color: #0f766e;
}
.pd-actions {
  margin-bottom: 14px;
}
.pd-actions__quick {
  display: flex;
  gap: 10px;
}
.pd-actions__quick .btn-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.1rem;
}
.pd-actions__quick .btn-icon:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}
.pd-cart {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.pd-cart__group {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.pd-cart__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f8fafc;
}
.pd-cart__qty label {
  white-space: nowrap;
  color: #64748b;
  font-size: 0.85rem;
}
.pd-cart__qty .form-control {
  border: none;
  background: transparent;
  width: 50px;
  text-align: center;
  font-weight: 700;
  box-shadow: none;
}
.pd-cart__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 700;
}

/* ═══ Product tabs ═══ */
.pd-tabs {
  margin-bottom: 28px;
}
.pd-tabs__nav {
  border: none;
  gap: 8px;
  margin-bottom: 0;
}
.pd-tabs__nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  background: rgba(248, 250, 252, 0.9);
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.2s;
}
.pd-tabs__nav .nav-link.active {
  background: #fff;
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.15);
  box-shadow: 0 -4px 12px rgba(15, 118, 110, 0.06);
}
.pd-tabs__content {
  padding: 28px;
  border-radius: 0 20px 20px 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.pd-description {
  color: #344054;
  line-height: 1.9;
  font-size: 0.95rem;
}
.pd-description h2,
.pd-description h3 {
  color: #0f172a;
  margin-top: 0;
}
.pd-spec__table {
  margin: 0;
}
.pd-spec__table thead td {
  background: rgba(15, 118, 110, 0.06);
  color: #0f766e;
  font-weight: 700;
  border-radius: 10px;
}
.pd-spec__table td {
  padding: 12px 16px;
  border-color: rgba(15, 23, 42, 0.06);
  vertical-align: middle;
}
.pd-spec__label {
  color: #64748b;
  font-weight: 600;
  width: 40%;
}

/* ═══════════════════════════════════════════════════════════
   BRANDS / MANUFACTURER PAGE
   ═══════════════════════════════════════════════════════════ */
.brand-index {
  margin-bottom: 22px;
}
.brand-index__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.brand-index__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.1);
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}
.brand-index__chip:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
  transform: translateY(-2px);
}
.brand-grid {
  display: grid;
  gap: 20px;
}
.brand-group {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.brand-group__letter {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(15, 118, 110, 0.15);
  color: #0f766e;
  font-size: 1.3rem;
}
.brand-group__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.brand-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(15, 118, 110, 0.04);
  border: 1px solid rgba(15, 118, 110, 0.08);
  color: #0f172a;
  text-decoration: none;
  transition: all 0.25s ease;
}
.brand-card:hover {
  background: rgba(15, 118, 110, 0.1);
  border-color: #0f766e;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.12);
  color: #0f766e;
}
.brand-card i:first-child {
  color: #0f766e;
  font-size: 1.1rem;
}
.brand-card__name {
  flex: 1;
  font-weight: 600;
}
.brand-card__arrow {
  color: #94a3b8;
  font-size: 0.8rem;
  transition: transform 0.25s, color 0.25s;
}
.brand-card:hover .brand-card__arrow {
  transform: translateX(4px);
  color: #0f766e;
}

/* ═══════════════════════════════════════════════════════════
   SEARCH PAGE (reuses category styling)
   ═══════════════════════════════════════════════════════════ */
#product-search .page-shell__hero {
  margin-bottom: 24px;
}
.search-form {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.search-form .form-label {
  font-weight: 600;
  color: #0f172a;
}
.search-form .form-control,
.search-form .form-select {
  border-radius: 12px;
  border-color: rgba(15, 23, 42, 0.1);
  padding: 10px 16px;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE - inner pages
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .pd-main {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .cat-hero {
    grid-template-columns: 1fr;
  }
  .cat-hero__media {
    display: none;
  }
  .product-list .product-thumb {
    flex-direction: column;
  }
  .product-list .product-thumb__image {
    min-width: auto;
    max-width: none;
    border-radius: 20px 20px 0 0;
  }
  .product-list .product-thumb__actions {
    flex-direction: row;
    border-left: none;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }
}

@media (max-width: 767.98px) {
  .cat-hero {
    padding: 24px;
  }
  .cat-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .cat-toolbar__right {
    flex-direction: column;
  }
  .pd-main {
    padding: 16px;
  }
  .pd-gallery__main {
    min-height: 260px;
    padding: 20px;
  }
  .pd-price {
    padding: 14px 16px;
  }
  .pd-price__current {
    font-size: 1.6rem;
  }
  .pd-tabs__content {
    padding: 20px;
  }
  .pd-tabs__nav .nav-link {
    padding: 10px 14px;
    font-size: 0.84rem;
  }
  .product-thumb__actions .btn-cart span {
    display: none;
  }
  .product-thumb__actions .btn-cart {
    flex: 0;
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .brand-group__list {
    grid-template-columns: 1fr;
  }
}
