body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 360px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 320px;
  }
}
@media (min-width: 992px) {
  #content, #column-left, #column-right {
    padding-bottom: 260px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #111111;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 0.82em;
  color: #999999;
  line-height: 38px;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}
#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: #ffffff;
  text-decoration: none;
}
#top .dropdown-menu {
  background-color: #1e1e1e;
  border: 1px solid #333333;
  border-radius: 0;
}
#top .dropdown-menu .dropdown-item {
  color: #cccccc;
  font-size: 0.85em;
}
#top .dropdown-menu .dropdown-item:hover {
  background-color: #2e2e2e;
  color: #ffffff;
}
/* header */
header {
  background-color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}

/* logo */
#logo {
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
}
#logo a {
  display: inline-block;
  line-height: 0;
}
#logo img {
  max-width: 160px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
    justify-content: flex-start;
  }
}
/* search */
#search {
  margin-bottom: 0;
}
#search form.input-group {
  margin-bottom: 0 !important;
  height: 46px;
  border-radius: 50px;
  overflow: hidden;
  border: 1.5px solid #d0d0d0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: border-color 0.2s, box-shadow 0.2s;
}
#search form.input-group:focus-within {
  border-color: #1a1a1a;
  box-shadow: 0 3px 12px rgba(0,0,0,0.13);
}
#search .form-control,
#search .form-control-lg {
  height: 44px;
  font-size: 13.5px;
  padding: 0 20px;
  border: none !important;
  border-radius: 50px 0 0 50px !important;
  background-color: #fff;
  color: #222;
  box-shadow: none !important;
  outline: none !important;
}
#search .form-control::placeholder,
#search .form-control-lg::placeholder {
  color: #aaa;
  font-size: 13px;
}
#search .btn,
#search .btn-light,
#search .btn-lg {
  height: 44px;
  width: 54px;
  padding: 0;
  flex-shrink: 0;
  border: none !important;
  border-radius: 0 50px 50px 0 !important;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background-color 0.2s;
}
#search .btn:hover,
#search .btn-light:hover,
#search .btn-lg:hover {
  background-color: #333 !important;
}
/* cart */
#cart {
  margin-bottom: 0;
}
#cart .btn,
#cart .btn-lg {
  height: 46px;
  font-size: 13.5px;
  padding: 0 22px;
  background-color: #1a1a1a;
  border-color: #1a1a1a !important;
  border-radius: 50px !important;
  color: #ffffff;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  box-shadow: none !important;
  transition: background-color 0.2s;
}
#cart .btn-lg:hover {
  background-color: #333333;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #1a1a1a;
  background-image: none;
  background-repeat: unset;
  border: none;
  border-color: transparent;
  min-height: 46px;
  border-radius: 0;
  padding: 0;
  margin: 0 0 20px;
  box-shadow: none;
}
#menu > .container {
  padding-top: 4px;
  padding-bottom: 4px;
}
#menu .navbar-nav > li > a {
  color: rgba(255,255,255,.75);
  text-shadow: none;
  padding: 7px 15px;
  background-color: transparent;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: background .2s ease, color .2s ease;
  border-bottom: none;
}
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus {
  background-color: rgba(255,255,255,.12);
  color: #ffffff;
  border-bottom: none;
}
#menu .dropdown-menu {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.13);
  padding: 8px;
  margin-top: 6px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#menu .dropdown-menu .dropdown-item {
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 13px;
  color: #333;
  transition: background .15s ease, color .15s ease;
}
#menu .dropdown-menu .dropdown-item:hover {
  background: #f1f1f1;
  color: #111;
}
#menu .dropdown-menu .dropdown-divider { margin: 6px 8px; }
#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: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 46px;
  color: #cccccc;
  text-shadow: none;
}
#menu .navbar-toggler i {
  color: #cccccc;
  border-color: #555;
  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 {
  background-color: #111;
  color: rgba(255,255,255,.65);
  margin-top: -25vh;
  padding: 56px 0 0;
  border: none;
  position: static;
  width: 100%;
}
.footer-heading {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-links a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-size: 13.5px;
  transition: color .18s ease;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  font-size: 12px;
  color: rgba(255,255,255,.3);
}

/* Manufacturer logos grid */
.manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 logos per row on desktop */
  gap: 18px;
  align-items: center;
  margin: 18px 0 36px;
}
.manufacturer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(20,20,20,0.06);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  text-decoration: none;
  overflow: hidden;
  filter: grayscale(100%); /* start muted */
}
@media (max-width: 992px) {
  .manufacturer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .manufacturer-grid { grid-template-columns: repeat(1, 1fr); }
}
.manufacturer-card img {
  max-width: 240px;
  max-height: 128px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.manufacturer-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 14px 40px rgba(10,10,10,0.12);
  filter: none;
}
.manufacturer-card:focus { outline: none; box-shadow: 0 10px 30px rgba(10,10,10,0.10); }
.manufacturer-card .manufacturer-name {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}
.manufacturer-card:hover .manufacturer-name { color: #111; }
.manufacturer-card {
  flex-direction: column;
}
.footer-bottom a {
  color: rgba(255,255,255,.3);
  text-decoration: none;
}
.footer-bottom a:hover { color: rgba(255,255,255,.6); }
/* === Elite B&W Breadcrumb === */
.breadcrumb{
  /* layout */
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;

  /* spacing */
  margin: 12px 0 20px;
  padding: 10px 14px;

  /* look */
  background: transparent;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;

  /* typography */
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;

  /* make it clean */
  list-style: none;
}

.breadcrumb .breadcrumb-item{
  color: rgba(0,0,0,.60);
  padding:0;
  margin:0;
  white-space: normal;
}

/* separator */
.breadcrumb .breadcrumb-item + .breadcrumb-item:before{
  content: "·";
  margin: 0 10px;
  color: rgba(0,0,0,.30);
  font-weight: 700;
}

/* links */
.breadcrumb .breadcrumb-item a{
  color: rgba(0,0,0,.72);
  text-decoration: none;
  position: relative;
  transition: color .2s ease, opacity .2s ease;
  opacity: .9;
}

/* elegant underline on hover */
.breadcrumb .breadcrumb-item a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:1px;
  background: rgba(0,0,0,.85);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.breadcrumb .breadcrumb-item a:hover{
  color: rgba(0,0,0,.92);
  opacity: 1;
}
.breadcrumb .breadcrumb-item a:hover:after{
  transform: scaleX(1);
}

/* last item = current page */
.breadcrumb .breadcrumb-item:last-child{
  color: rgba(0,0,0,.92);
  font-weight: 600;
}

/* if last item has a link, make it look like text */
.breadcrumb .breadcrumb-item:last-child a{
  pointer-events: none;
  cursor: default;
  opacity: 1;
}
.breadcrumb .breadcrumb-item:last-child a:after{
  display:none;
}

/* remove any bootstrap default pseudo stuff (extra safety) */
.breadcrumb > li.breadcrumb-item:after,
.breadcrumb > li.breadcrumb-item + li:before{
  display:none !important;
  content:none !important;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .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;
}

/* Category page styles to match site theme */
#product-category h1 {
  font-size: 38px;
  font-weight: 700;
  margin: 18px 0 14px;
  color: #222;
}
.category-refine {
  margin: 18px 0 28px;
}
.category-refine h3 {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-bottom: 12px;
  text-transform: none;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.category-card {
  display: block;
  text-decoration: none;
}
.category-card-inner {
  background: #fff;
  border-radius: 12px;
  padding: 22px 18px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  transition: box-shadow .18s ease, transform .18s ease;
}
.category-card .category-name {
  color: #111;
  font-weight: 600;
  text-align: center;
}
.category-card:hover .category-card-inner {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10,10,10,0.06);
}

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

/* Product list spacing tweaks to match theme */
.product-list-controls { margin: 12px 0 20px; display:flex; gap:12px; align-items:center; }

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


:root{
  --header-h: 46px;
}

/* header row */
header .header-row{
  min-height: calc(var(--header-h) + 10px);
}

/* logo: aynı yüksekliğe otursun */
#logo{
  display:flex;
  align-items:center;
  height: var(--header-h);
}
#logo img{
  max-height: var(--header-h);
  width:auto;
  object-fit:contain;
}

/* cart: aynı yükseklik */
#cart .btn,
#cart .btn-lg{
  height: var(--header-h) !important;
  border-radius: 999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

/* SEARCH: minimal, temiz */
#search form.input-group{
  height: var(--header-h);
  border-radius: 999px;
  overflow:hidden;
  border: 1px solid #e5e5e5;
  background:#fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
#search form.input-group:focus-within{
  border-color:#111;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

#search input.form-control{
  height: var(--header-h);
  border: none !important;
  padding: 0 16px;
  font-size: 14px;
  box-shadow:none !important;
}

#search button.btn{
  height: var(--header-h);
  width: var(--header-h);
  border: none !important;
  background:#111 !important;
  color:#fff !important;
}
#search button.btn:hover{
  background:#2b2b2b !important;
}

/* ── Product Card ─────────────────────────────────────────── */
.product-thumb {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-thumb:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
  transform: translateY(-3px);
}

/* Image wrapper */
.pt-image {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  aspect-ratio: 1 / 1;
}
.pt-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.pt-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform .35s ease;
}
.product-thumb:hover .pt-image img {
  transform: scale(1.06);
}

/* Hover action buttons overlay */
.pt-actions {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  white-space: nowrap;
}
.product-thumb:hover .pt-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.pt-btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.pt-btn:hover {
  background: #444;
  transform: scale(1.1);
}

/* Card body */
.pt-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Stars */
.pt-rating {
  font-size: 11px;
  color: #f5a623;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

/* Name */
.pt-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
  flex: 1;
}
.pt-name a {
  color: #111;
  text-decoration: none;
}
.pt-name a:hover {
  color: #555;
}

/* Price */
.pt-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.pt-price-current,
.pt-price-special {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.pt-price-old {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}
/* ── End Product Card ──────────────────────────────────────── */

/* ── Banner Carousel ──────────────────────────────────────── */
.oc-banner-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

/* Hide banner/carousel specifically on category pages (prevent modules injected into content_top)
   This keeps the carousel elsewhere but removes it from product/category views. */
#product-category .oc-banner-fullwidth,
#product-category .oc-banner-wrap,
#product-category .carousel,
#product-category .carousel-inner,
#product-category .carousel-item,
#product-category .oc-banner-img {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.oc-banner-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.oc-banner-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .4s ease;
}

/* Safety: prevent oversized images from overflowing the page (fixes broken large/blurred image) */
.oc-banner-fullwidth, .oc-banner-wrap, .carousel, .carousel-inner {
  overflow: hidden;
}
.oc-banner-img {
  max-width: 100%;
  height: auto;
  max-height: 520px; /* limit banner height to reasonable value */
  object-fit: contain;
}
.oc-banner-img-link:hover .oc-banner-img {
  transform: scale(1.03);
}

/* Prev / Next buttons */
.oc-banner-prev,
.oc-banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.14);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  backdrop-filter: blur(4px);
}
.oc-banner-prev { left: 14px; }
.oc-banner-next { right: 14px; }
.oc-banner-prev:hover,
.oc-banner-next:hover {
  background: #111;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  transform: translateY(-50%) scale(1.08);
}

/* Dot indicators */
.oc-banner-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 10;
}
.oc-banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.55);
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, width .25s ease;
}
.oc-banner-dot.active {
  background: #fff;
  width: 22px;
  border-radius: 99px;
}
/* ── End Banner Carousel ──────────────────────────────────── */

/* ── Mobile Hamburger Button ─────────────────────────────── */
.mob-hamburger {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background .2s;
}
.mob-hamburger:hover { background: #333; }

/* ── Mobile Drawer (Offcanvas) ───────────────────────────── */
#mobileMenu {
  width: 280px !important;
}
#mobileMenu .offcanvas-header {
  background: #111;
  color: #fff;
  padding: 14px 18px;
}
#mobileMenu .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: .7;
}
#mobileMenu .offcanvas-title { font-size: 15px; font-weight: 700; letter-spacing: .04em; }

/* Profile links */
.mob-profile-section {
  display: flex;
  flex-direction: column;
  padding: 10px 6px;
}
.mob-profile-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: background .18s;
}
.mob-profile-link i { width: 18px; text-align: center; color: #555; font-size: 15px; }
.mob-profile-link:hover { background: #f4f4f4; color: #111; }

/* Divider */
.mob-divider {
  height: 1px;
  background: #ebebeb;
  margin: 4px 14px;
}

/* Categories inside drawer — override navbar dark styles */
.mob-categories #menu {
  background: transparent !important;
  border: none !important;
  padding: 6px 6px 10px !important;
  min-height: unset !important;
  margin: 0 !important;
}
.mob-categories #menu .container { padding: 0 !important; }
.mob-categories #menu #category,
.mob-categories #menu .navbar-toggler { display: none !important; }
.mob-categories #menu .navbar-collapse,
.mob-categories #menu #navbar-menu { display: block !important; visibility: visible !important; }
.mob-categories #menu .navbar-nav {
  flex-direction: column !important;
  gap: 0;
}
.mob-categories #menu .nav-link,
.mob-categories #menu .dropdown-item {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 14px !important;
  border-radius: 8px;
  white-space: normal !important;
}
.mob-categories #menu .nav-link:hover,
.mob-categories #menu .dropdown-item:hover { background: #f4f4f4 !important; color: #111 !important; }
.mob-categories #menu .dropdown-menu {
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  border: none !important;
  background: #f9f9f9 !important;
  border-radius: 8px !important;
  margin: 2px 8px !important;
  padding: 4px 0 !important;
}
.mob-categories #menu .dropdown-inner { display: block !important; }
.mob-categories #menu .dropdown-inner ul { margin: 0; }
/* ── End Mobile Drawer ───────────────────────────────────── */

/* ── Mini Cart Dropdown ──────────────────────────────────── */
.oc-cart-dropdown {
  width: 360px;
  padding: 0;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,.13);
  overflow: hidden;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  .oc-cart-dropdown {
    width: calc(100vw - 24px);
    max-width: 100vw;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    border-radius: 14px;
    margin-top: 8px;
  }

  /* Sepet butonu mobilde kompakt yuvarlak */
  #cart .btn.dropdown-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
  }
  #cart .btn.dropdown-toggle::after { display: none !important; }
}

/* Items list */
.oc-cart-items {
  max-height: 320px;
  overflow-y: auto;
  padding: 8px;
}
.oc-cart-items::-webkit-scrollbar { width: 4px; }
.oc-cart-items::-webkit-scrollbar-thumb { background: #ddd; border-radius: 99px; }

.oc-cart-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 10px;
  transition: background .15s;
}
.oc-cart-row:hover { background: #f7f7f7; }

.oc-cart-img { flex-shrink: 0; width: 54px; height: 54px; border-radius: 8px; overflow: hidden; background: #f4f4f4; }
.oc-cart-img img { width: 100%; height: 100%; object-fit: contain; }

.oc-cart-info { flex: 1; min-width: 0; }
.oc-cart-name { font-size: 13px; font-weight: 600; color: #111; text-decoration: none; display: block; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.oc-cart-name:hover { color: #444; }
.oc-cart-opt { display: block; font-size: 11px; color: #888; }
.oc-cart-meta { display: flex; align-items: center; gap: 8px; margin-top: 5px; }
.oc-cart-qty { font-size: 12px; color: #777; background: #f0f0f0; padding: 1px 7px; border-radius: 99px; }
.oc-cart-price { font-size: 13px; font-weight: 700; color: #111; }

.oc-cart-remove {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border: none; border-radius: 50%;
  background: transparent;
  color: #bbb; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .15s, color .15s;
  padding: 0;
}
.oc-cart-remove:hover { background: #fee; color: #d00; }

/* Totals */
.oc-cart-totals { padding: 10px 16px; border-top: 1px solid #f0f0f0; background: #fafafa; }
.oc-cart-total-row { display: flex; justify-content: space-between; font-size: 13px; color: #555; padding: 3px 0; }
.oc-cart-total-last { font-weight: 700; font-size: 14px; color: #111; padding-top: 6px; border-top: 1px solid #ebebeb; margin-top: 4px; }

/* Actions */
.oc-cart-actions { display: flex; gap: 8px; padding: 12px; border-top: 1px solid #f0f0f0; }
.oc-cart-actions .btn { flex: 1; font-size: 13px; font-weight: 600; padding: 8px 0; border-radius: 8px; }

/* Empty */
.oc-cart-empty { text-align: center; padding: 32px 16px; color: #aaa; }
.oc-cart-empty i { font-size: 32px; margin-bottom: 10px; display: block; }
.oc-cart-empty p { font-size: 13px; margin: 0; }
/* ── End Mini Cart Dropdown ──────────────────────────────── */

/* menu mobil kompakt */
@media (max-width: 991.98px){
  /* Sepet butonu mobilde ikon + kısa metin */
  #cart .btn {
    font-size: 13px !important;
    padding: 0 14px !important;
    height: 42px !important;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* Çok küçük ekranda sadece ikon */
  @media (max-width: 380px) {
    #cart .btn .d-none { display: none !important; }
    #cart .btn {
      width: 42px;
      padding: 0 !important;
      max-width: 42px;
      border-radius: 50% !important;
      justify-content: center;
    }
  }

  #menu{
    padding: 0 .75rem;
    margin-bottom: 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #menu .navbar-toggler{
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    margin-left: auto;
  }

  #category{
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    max-width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ── Genel mobil iyileştirmeler ─────────────────────────── */
@media (max-width: 575.98px) {

  /* Header boşlukları */
  header {
    padding: 12px 0;
  }
  header .header-row {
    gap: 8px !important;
  }

  /* Logo */
  #logo img {
    max-height: 38px !important;
  }

  /* Arama kutusu tam genişlik */
  #search form.input-group {
    height: 40px;
  }
  #search .form-control,
  #search input.form-control {
    height: 40px;
    font-size: 13px;
  }
  #search button.btn {
    height: 40px;
    width: 40px;
  }

  /* Kategori sayfası başlık */
  #product-category h1,
  .cat-hero-text h1 {
    font-size: 22px !important;
  }

  /* Toolbar select etiketleri gizle */
  .cat-select-label {
    display: none;
  }
  .cat-select-group {
    border-radius: 8px;
  }
  .cat-select {
    padding: 0 28px 0 10px;
    min-width: 110px;
  }

  /* Toolbar */
  .cat-toolbar {
    padding: 10px 12px;
    gap: 8px;
  }

  /* Breadcrumb küçük ekranda kompakt */
  .breadcrumb {
    font-size: 10.5px;
    padding: 7px 12px;
    border-radius: 8px;
    gap: 6px;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    margin: 0 6px;
  }

  /* Ürün ızgarası 2 sütun → 1 sütun küçük telefonda */
  #product-list.row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  /* Manufacturer grid 2 sütun mobilde */
  .manufacturer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* Footer boşluk */
  footer {
    padding: 36px 0 0;
  }
  .footer-bottom {
    margin-top: 28px;
  }

  /* Cookie banner */
  #cookie {
    height: auto;
    padding: 12px 0;
  }
}

/* === Elite Card B&W Styles === */
.elite-card{
  background: #ffffff;
  border: 1px solid #111111;
  border-radius: 12px;
  box-shadow: none;
}
.elite-card .card-body{
  padding: 22px;
  color: #111111;
}
.elite-card legend{
  color: #111111;
  font-weight: 700;
  margin-bottom: 12px;
}
.elite-card .form-control{
  background: transparent;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  color: #111111;
}
.elite-card .form-check-label{ color:#111111; }
.elite-card .btn-primary{
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}
.elite-card .btn-light{
  background: #ffffff !important;
  border:1px solid #111 !important;
  color: #111 !important;
}
.elite-card .table{
  margin-bottom: 0;
}
.elite-card .table thead th{
  border-bottom: 1px solid #eee;
  color: #111;
}
.elite-card .breadcrumb{ border-radius: 8px; padding: 8px 12px; }

@media (max-width: 576px) {
  .elite-card{ border-radius: 8px; }
  .elite-card .card-body{ padding:16px; }
}

/* small inputs spacing */
.elite-card .row.mb-3 { margin-bottom: 14px !important; }

/* ensure radio/checkbox labels look crisp */
.elite-card .form-check-input { box-shadow: none; }

/* === Elite Login Panels === */
.elite-panel {
  background: #fafafa;
  border-color: #ddd !important;
  border-radius: 10px !important;
  transition: box-shadow .2s;
}
.elite-panel:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }

/* === Elite Account Link List === */
.elite-link-list { margin-bottom: 20px; }
.elite-link-list li { margin-bottom: 6px; }
.elite-link-list li a {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 14px;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  transition: background .18s, color .18s;
}
.elite-link-list li a:hover {
  background: #f4f4f4;
  color: #000;
}

/* === Elite H1/H2 inside elite-card === */
.elite-card h1 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 20px;
  color: #111;
  border-bottom: 2px solid #111;
  padding-bottom: 10px;
}
.elite-card h2 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 22px 0 8px;
}

/* info boxes inside order/return info pages */
.elite-card .form-control[style*="min-height"] {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: 8px;
  padding: 14px 16px;
}

/* === Account Dashboard Grid === */
.account-dashboard-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  border-bottom: 2px solid #111;
  padding-bottom: 10px;
  margin: 8px 0 24px;
}

.account-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 10px;
}

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

.account-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 12px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 12px;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: background .18s, color .18s, box-shadow .18s, transform .18s;
}

.account-tile i {
  font-size: 22px;
  color: #111;
  transition: color .18s;
}

.account-tile:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  box-shadow: 0 6px 24px rgba(0,0,0,.14);
  transform: translateY(-3px);
}

.account-tile:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .account-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .account-grid { grid-template-columns: repeat(2, 1fr); }
  .account-tile { padding: 16px 8px; font-size: 12px; }
  .account-tile i { font-size: 18px; }
}

/* ── Elite Account Sidebar Nav ─────────────────────── */
.elite-account-nav {
  background: #fff;
  border: 1px solid #111;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.elite-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  color: #111;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s;
}
.elite-nav-item:last-child { border-bottom: none; }
.elite-nav-item i {
  width: 16px;
  text-align: center;
  color: #555;
  font-size: 13px;
  transition: color .15s;
}
.elite-nav-item:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.elite-nav-item:hover i { color: #fff; }
.elite-nav-divider {
  height: 1px;
  background: #111;
  margin: 4px 0;
}
.elite-nav-logout { color: #b00020; }
.elite-nav-logout i { color: #b00020; }
.elite-nav-logout:hover { background: #b00020; color: #fff; }
.elite-nav-logout:hover i { color: #fff; }

/* ── Elite Accordion (coupon / gift voucher etc.) ──── */
.elite-accordion-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.elite-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 18px;
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  letter-spacing: .02em;
  transition: background .15s;
}
.elite-accordion-btn:hover { background: #f7f7f7; }
.elite-accordion-btn[aria-expanded="true"] { background: #111; color: #fff; }
.elite-accordion-btn[aria-expanded="true"] .elite-accordion-chevron { transform: rotate(180deg); color: #fff; }
.elite-accordion-btn i:first-child { margin-right: 8px; }
.elite-accordion-chevron {
  font-size: 12px;
  transition: transform .2s, color .15s;
  color: #888;
}
.elite-accordion-body {
  padding: 16px 18px;
  border-top: 1px solid #eee;
}
.elite-input {
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px !important;
  font-size: 13.5px;
}
.elite-input:focus { border-color: #111; box-shadow: none; }
#iyzi-root{
  display: none;
}