/* ================================================
   GOOGLE FONTS - EN ÜSTE OLMALI
   ================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&family=Playfair+Display:ital,wght@1,400;1,500&display=swap');

/* ================================================
   ANISA DIKO - GLOBAL RENK PALETİ & DEĞİŞKENLER
   ================================================ */
:root {
  --gold: #c5a880;
  --gold-hover: #d4bc9a;
  --black: #0c0c0c;
  --dark: #161616;
  --dark-border: #222222;
  --dark-mid: #2a2a2a;
  --text-muted: #888888;
  --text-light: #aaaaaa;
  --white: #ffffff;
  --font-main: 'Montserrat', sans-serif;
  --font-serif: 'Playfair Display', serif;
}

/* ================================================
   RESET & GENEL BODY
   ================================================ */
body {
  font-family: var(--font-main);
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
  width: 100%;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: 1px;
}

h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--gold-hover);
  text-decoration: none;
}

.fa {
  font-size: 14px;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: 2px;
  color: #333;
}

label {
  font-size: 12px;
  font-weight: normal;
  font-family: var(--font-main);
  letter-spacing: 0.5px;
  color: #555;
}

/* ================================================
   FORM KONTROLLERI
   ================================================ */
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  font-family: var(--font-main);
  border-radius: 0;
  border-color: #ddd;
  color: #555;
  transition: border-color 0.3s ease;
}

select.form-control:focus,
textarea.form-control:focus,
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(197, 168, 128, 0.15);
  outline: none;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-radius: 0;
}

/* ================================================
   BOOTSTRAP FİX
   ================================================ */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
  border-bottom-color: #e0e0e0;
}

.nav-tabs > li > a {
  font-family: var(--font-main);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  border-radius: 0;
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  border-color: #e0e0e0 #e0e0e0 #fff;
  border-bottom-color: var(--gold);
}

.nav-tabs > li > a:hover {
  color: var(--gold);
  background-color: transparent;
  border-color: transparent;
}

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

/* ================================================
   DROPDOWN MENÜLER - GENEL
   ================================================ */
.dropdown-menu {
  border-radius: 0;
  border-color: var(--dark-border);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.dropdown-menu li > a {
  font-family: var(--font-main);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #555;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: var(--white);
  background-color: var(--gold);
  background-image: none;
}

/* ================================================
   HEADER / TOP BAR
   ================================================ */

/* OpenCart #top tamamen sıfırlanıyor */
#top {
  background-color: transparent !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

#top .container {
  padding: 0 20px;
}

/* Header — iç sayfalar: sabit beyaz; anasayfa hero: anisa-theme.css yönetir */
body.anisa-site:not(.anisa-home) header.anisa-header,
body.anisa-site:not(.anisa-home) .anisa-header-ref {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.58) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

body.anisa-site.anisa-home header.anisa-header,
body.anisa-site.anisa-home .anisa-header-ref {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
  border-bottom: none;
  box-shadow: none;
}

body.anisa-site:not(.anisa-home) header.anisa-header a,
body.anisa-site:not(.anisa-home) header.anisa-header .btn-link,
body.anisa-site:not(.anisa-home) .anisa-header-ref .anisa-logo-text,
body.anisa-site:not(.anisa-home) .anisa-header-ref .anisa-header-icon-btn {
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35) !important;
  transition: color 0.3s ease;
}

body.anisa-site.anisa-home header.anisa-header a,
body.anisa-site.anisa-home header.anisa-header .btn-link {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35) !important;
}

body.anisa-site header.anisa-header a:hover,
body.anisa-site header.anisa-header .btn-link:hover {
  color: var(--gold) !important;
}

/* Top bar linkler */
#top .btn-link,
#top-links li,
#top-links a {
  color: var(--white) !important;
  text-shadow: none !important;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#top .btn-link:hover,
#top-links a:hover {
  color: var(--gold) !important;
}

#top-links .dropdown-menu {
  background: var(--black);
  border-color: var(--dark-border);
}

#top-links .dropdown-menu a {
  text-shadow: none;
  color: var(--text-light) !important;
  font-size: 10px;
  letter-spacing: 1px;
}

#top-links .dropdown-menu a:hover {
  color: var(--white) !important;
  background-color: rgba(197, 168, 128, 0.1);
}

#top .btn-link strong {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 20px;
}

/* Currency seçici - top bar içinde */
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
  color: var(--white) !important;
  font-family: var(--font-main);
  font-size: 10px;
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: var(--gold) !important;
  background-color: transparent;
  background-image: none;
}

/* ================================================
   LOGO
   ================================================ */
#logo {
  margin: 0;
  padding: 20px 0;
}

#logo a {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 200;
  color: var(--white) !important;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-decoration: none;
}

#logo img {
  max-height: 60px;
  width: auto;
}

/* ================================================
   SEARCH ALANI
   ================================================ */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 15px;
  font-family: var(--font-main);
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

#search .input-lg::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#search .btn-lg {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  border-radius: 0;
  text-shadow: none;
  transition: all 0.3s ease;
}

#search .btn-lg:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

/* ================================================
   CART (SEPET)
   ================================================ */
#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 18px;
  color: var(--white) !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding: 8px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-shadow: none !important;
  box-shadow: none !important;
}

#cart > .btn:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(197, 168, 128, 0.05);
}

#cart.open > .btn {
  background: rgba(0, 0, 0, 0.8) !important;
  border-color: var(--dark-border) !important;
  color: var(--white) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

#cart.open > .btn:hover {
  color: var(--gold) !important;
}

#cart .dropdown-menu {
  background: var(--black);
  border: 1px solid var(--dark-border);
  border-radius: 0;
  z-index: 10001;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--dark);
  overflow-x: hidden;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
  color: var(--text-light);
}

#cart .dropdown-menu td,
#cart .dropdown-menu th {
  border-color: var(--dark-border) !important;
  color: var(--text-light);
  font-family: var(--font-main);
  font-size: 11px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 15px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
  color: var(--text-light);
  font-family: var(--font-main);
  font-size: 11px;
  letter-spacing: 1px;
}

#cart .dropdown-menu .btn {
  border-radius: 0;
  font-family: var(--font-main);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

/* ================================================
   NAVİGASYON MENÜSÜ
   ================================================ */
#menu {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: 50px;
  margin-top: 10px;
}

#menu .nav > li > a {
  color: var(--white) !important;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 12px 18px;
  background-color: transparent !important;
  text-shadow: none !important;
  transition: color 0.3s ease;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  color: var(--gold) !important;
  background-color: transparent !important;
}

/* Dropdown Menü */
#menu .dropdown-menu {
  background: var(--black);
  border: 1px solid var(--dark-border);
  border-radius: 0;
  padding-bottom: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  margin-top: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 10px 22px;
  clear: both;
  line-height: 20px;
  color: var(--text-light) !important;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
}

#menu .dropdown-inner li a:hover {
  color: var(--white) !important;
  background: rgba(197, 168, 128, 0.06);
  border-left-color: var(--gold);
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid var(--dark-border);
  padding: 10px 22px;
  border-radius: 0;
  font-family: var(--font-main);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold) !important;
  transition: all 0.3s ease;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: var(--white) !important;
  background-color: rgba(197, 168, 128, 0.1);
  background-image: none;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
  color: var(--white) !important;
  text-shadow: none !important;
  text-transform: uppercase;
  font-family: var(--font-main);
}

/* Mobil hamburger butonu */
#menu .btn-navbar {
  font-size: 14px;
  color: var(--white) !important;
  padding: 8px 18px;
  float: right;
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
  transition: all 0.3s ease;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active {
  color: var(--gold) !important;
  background: transparent !important;
  border-color: var(--gold) !important;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.85) !important;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: none;
    box-shadow: none;
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: rgba(255, 255, 255, 0.8) !important;
    border-left: none;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(197, 168, 128, 0.1);
    color: var(--gold) !important;
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: var(--gold) !important;
  }
}

/* ================================================
   ANISA HEADER YARDIMCI STİLLER
   ================================================ */
body.anisa-site:not(.anisa-home) .anisa-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.anisa-site.anisa-home .anisa-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  border: none;
  box-shadow: none;
}

body.anisa-site:not(.anisa-home) .header-right-links a {
  color: #333333;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.header-right-links a:hover {
  color: var(--gold);
}

/* ================================================
   HERO SECTION
   ================================================ */
.anisa-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background-color: var(--black);
}

/* Anasayfa üst video hero */
.anisa-video-hero .anisa-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}

.anisa-video-hero-brand {
  align-items: center;
}

.anisa-video-logo-text {
  display: block;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  line-height: 1.15;
  animation: fadeInDown 1s ease both;
}

.anisa-video-logo-tag {
  display: block;
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.5em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  margin-bottom: 36px;
  animation: fadeInUp 1s ease 0.25s both;
}

.anisa-video-hero-btn {
  animation: fadeInUp 1s ease 0.5s both;
}

@media (min-width: 768px) {
  .anisa-video-logo-text {
    font-size: 2.6rem;
    letter-spacing: 0.42em;
    margin-bottom: 12px;
  }

  .anisa-video-logo-tag {
    font-size: 12px;
    letter-spacing: 0.55em;
    margin-bottom: 44px;
  }
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transition: transform 8s ease;
}

.hero-darkener {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.33) 100%
  );
  z-index: 1;
}

.hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.hero-inner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-sub-title {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 18px;
  animation: fadeInDown 1s ease both;
}

.hero-main-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 3.5rem;
  color: var(--white);
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease 0.3s both;
}

.hero-btn-kesfet {
  display: inline-block;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--white);
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 16px 55px;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInUp 1s ease 0.6s both;
}

.hero-btn-kesfet:hover {
  color: var(--black) !important;
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

/* Hero animasyonları */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Kategori scroll animasyonu — common/home.twig inline blok */
.anisa-cat-inner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ================================================
   KATEGORİ GRID
   ================================================ */
.anisa-categories-section {
  background: var(--white);
  padding: 0;
}

.anisa-cat-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 100%;
}

.anisa-cat-row-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 100%;
}

.anisa-cat-large {
  width: 100%;
  height: 520px;
  min-height: 520px;
  flex: 0 0 auto;
}

.anisa-cat-small {
  width: 100%;
  height: 350px;
  min-height: 350px;
}

.anisa-cat-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.anisa-cat-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.anisa-cat-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.anisa-cat-item:hover .anisa-cat-bg {
  transform: scale(1.06);
}

.anisa-cat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.33) 100%
  );
  transition: background 0.4s ease;
  z-index: 1;
}

.anisa-cat-item:hover .anisa-cat-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.19) 50%,
    rgba(0, 0, 0, 0.37) 100%
  );
}

.anisa-cat-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 20px;
  box-sizing: border-box;
}

.anisa-cat-sub {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 14px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.anisa-cat-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 2.4rem;
  color: var(--white);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 28px 0;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.anisa-cat-large .anisa-cat-title {
  font-size: 2.8rem;
  letter-spacing: 7px;
  margin-bottom: 32px;
}

.anisa-cat-small .anisa-cat-title {
  font-size: 1.35rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.anisa-cat-small .anisa-cat-sub {
  font-size: 13px;
  margin-bottom: 10px;
}

.anisa-cat-btn-kesfet {
  display: inline-block;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--white);
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 14px 42px;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.anisa-cat-item:hover .anisa-cat-btn-kesfet {
  color: var(--black);
  background: var(--white);
  border-color: var(--white);
}

/* ================================================
   MARQUEE / KAYAN YAZI
   ================================================ */
.anisa-marquee-section {
  background: #1a1a1a;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: none;
  border-bottom: none;
}

.anisa-marquee-track {
  display: inline-flex;
  align-items: center;
  animation: anisaMarquee 32s linear infinite;
}

.anisa-marquee-track span {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #ffffff;
  text-transform: none;
  padding: 0 28px;
}

.anisa-marquee-dot {
  color: rgba(255, 255, 255, 0.55) !important;
  padding: 0 6px !important;
  letter-spacing: 0 !important;
  font-size: 11px !important;
  text-transform: none !important;
}

@keyframes anisaMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ================================================
   ANA ÜRÜN ALANI
   ================================================ */
.anisa-main-container {
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Bölüm başlıkları */
.anisa-section-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.anisa-section-sub {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 11px;
  color: var(--gold);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* ================================================
   İÇERİK ALANI
   ================================================ */
#content {
  min-height: 600px;
}

/* ================================================
   ÜRÜN KARTLARI - YENİDEN TASARIM
   ================================================ */
.product-thumb {
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.35s ease;
  background: var(--white);
}

.product-thumb:hover {
  border-color: #d0d0d0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.product-thumb .image {
  text-align: center;
  overflow: hidden;
}

.product-thumb .image a {
  display: block;
  overflow: hidden;
}

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

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

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

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

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
}

.product-thumb h4 a {
  color: #333 !important;
  transition: color 0.3s ease;
}

.product-thumb h4 a:hover {
  color: var(--gold) !important;
}

.product-thumb .caption {
  padding: 15px 18px;
  min-height: 160px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 190px;
    padding: 12px 12px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 12px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

/* Rating yıldızları */
.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #ccc;
  font-size: 14px;
}

.rating .fa-star {
  color: var(--gold);
  font-size: 14px;
}

.rating .fa-star + .fa-star-o {
  color: var(--gold);
}

/* Fiyat */
h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #333;
  font-family: var(--font-main);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.product-thumb .price-new {
  font-weight: 500;
  color: #222;
}

.product-thumb .price-old {
  color: #bbb;
  text-decoration: line-through;
  margin-left: 8px;
  font-size: 11px;
}

.product-thumb .price-tax {
  color: #aaa;
  font-size: 10px;
  display: block;
  font-family: var(--font-main);
  letter-spacing: 0.3px;
}

/* Sepet buton grubu */
.product-thumb .button-group {
  border-top: 1px solid #ebebeb;
  background-color: #fafafa;
  overflow: auto;
  transition: background 0.3s ease;
}

.product-thumb:hover .button-group {
  background-color: #f5f5f5;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ebebeb;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: transparent;
  color: #666;
  line-height: 40px;
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ebebeb;
}

.product-thumb .button-group button:hover {
  color: var(--white);
  background-color: var(--gold);
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

/* ================================================
   THUMBNAIL / GALERI
   ================================================ */
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 15px;
  padding: 4px;
  display: block;
  border: 1px solid #ebebeb;
  transition: border-color 0.3s ease;
}

.image-additional a:hover {
  border-color: var(--gold);
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* ================================================
   RESPONSIVE ÜRÜN GRID
   ================================================ */
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* Kolon düzeni - sol/sağ sidebar */
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 { width: 100%; }
  #column-left + #content .product-layout .col-md-3 { width: 50%; }
  #column-left + #content + #column-right .product-layout .col-md-3 { width: 100%; }
  #content + #column-right .product-layout .col-md-3 { width: 100%; }
}

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* Mobil sepet miktar input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* ================================================
   ALERT / BİLDİRİM
   ================================================ */
.alert {
  padding: 12px 18px;
  border-radius: 0;
  font-family: var(--font-main);
  font-size: 11px;
  letter-spacing: 0.5px;
  border-left-width: 3px;
}

.alert-success {
  background: #f0faf0;
  border-color: #a8d5a8;
  color: #3a6b3a;
}

.alert-danger,
.alert-error {
  background: #fdf0f0;
  border-color: #e0a0a0;
  color: #7a3030;
}

.alert-info {
  background: #f5f0e8;
  border-color: var(--gold);
  color: #7a6040;
}

.alert-warning {
  background: #fdf8f0;
  border-color: #e8c87a;
  color: #7a5a20;
}

/* ================================================
   BREADCRUMB
   ================================================ */
.breadcrumb {
  margin: 0 0 25px 0;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
  background: transparent;
  border-radius: 0;
}

.breadcrumb i {
  font-size: 14px;
  color: var(--gold);
}

.breadcrumb > li {
  text-shadow: none;
  padding: 0 18px;
  position: relative;
  white-space: nowrap;
  font-family: var(--font-main);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb > li a {
  color: #999 !important;
  transition: color 0.3s ease;
}

.breadcrumb > li a:hover {
  color: var(--gold) !important;
}

.breadcrumb > li.active {
  color: #333;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -5px;
  width: 22px;
  height: 22px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb > li::after {
  top: -2px;
  left: -5px;
  right: unset;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: unset;
  border-bottom: unset;
}

/* ================================================
   PAGİNATİON
   ================================================ */
.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  font-family: var(--font-main);
  font-size: 10px;
  letter-spacing: 1px;
  color: #666;
  border-color: #e0e0e0;
  border-radius: 0 !important;
  padding: 7px 14px;
  transition: all 0.3s ease;
}

.pagination > li > a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

/* ================================================
   BUTONLAR - YENİDEN TASARIM
   ================================================ */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 10px 20px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.btn-xs { font-size: 9px; padding: 5px 10px; }
.btn-sm { font-size: 9px; padding: 7px 14px; }
.btn-lg { padding: 14px 28px; font-size: 11px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover { font-size: 10px; }

/* Primary buton - Gold */
.btn-primary {
  color: var(--white);
  background-color: var(--gold);
  background-image: none;
  border-color: var(--gold);
  text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--gold-hover);
  border-color: var(--gold-hover);
  color: var(--white);
  background-image: none;
  background-position: unset;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #888;
  border-color: #888;
}

/* Default buton */
.btn-default {
  color: #555;
  background-color: #f5f5f5;
  background-image: none;
  border-color: #ddd;
  text-shadow: none;
}

.btn-default:hover {
  background-color: #eaeaea;
  border-color: #ccc;
  color: #333;
}

/* Warning */
.btn-warning {
  color: var(--white);
  background-color: #d4a843;
  background-image: none;
  border-color: #c49833;
  text-shadow: none;
}

.btn-warning:hover {
  background-color: #c49833;
  color: var(--white);
  box-shadow: none;
}

/* Danger */
.btn-danger {
  color: var(--white);
  background-color: #c0392b;
  background-image: none;
  border-color: #a93226;
  text-shadow: none;
}

.btn-danger:hover {
  background-color: #a93226;
  box-shadow: none;
}

/* Success */
.btn-success {
  color: var(--white);
  background-color: #27ae60;
  background-image: none;
  border-color: #219a52;
  text-shadow: none;
}

.btn-success:hover {
  background-color: #219a52;
  box-shadow: none;
}

/* Info - Gold tema */
.btn-info {
  color: var(--white);
  background-color: var(--gold);
  background-image: none;
  border-color: #b89060;
  text-shadow: none;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #b89060;
  color: var(--white);
}

/* Link buton */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: var(--gold);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.btn-link:hover {
  color: var(--gold-hover);
}

/* Inverse - Karanlık */
.btn-inverse {
  color: var(--white);
  background-color: var(--black);
  background-image: none;
  border-color: #333;
  text-shadow: none;
}

.btn-inverse:hover,
.btn-inverse:active {
  background-color: #222;
  border-color: var(--gold);
  color: var(--gold);
  background-image: none;
}

/* ================================================
   LIST GROUP - SOL SIDEBAR
   ================================================ */
.list-group a {
  border: 1px solid #ebebeb;
  color: #666;
  padding: 10px 15px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.25s ease;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: var(--black);
  background: #f9f6f2;
  border: 1px solid var(--gold);
  text-shadow: none;
  border-left-width: 3px;
  padding-left: 12px;
}

/* ================================================
   CAROUSEL
   ================================================ */
.carousel-caption {
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  font-family: var(--font-main);
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}


/* ================================================
   RTL DESTEĞİ
   ================================================ */
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir=rtl] .navbar-nav > li {
    float: right;
  }
}

/* ================================================
   RESPONSIVE - MOBİL
   ================================================ */

/* Tablet */
@media (max-width: 991px) {
  .anisa-cat-large {
    min-height: 420px;
  }

  .anisa-cat-small {
    min-height: 280px;
  }

  .anisa-cat-title {
    font-size: 1.6rem;
  }

  .anisa-cat-large .anisa-cat-title {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }

  .hero-main-title {
    font-size: 2.8rem;
    letter-spacing: 6px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  /* Hero */
  .hero-main-title {
    font-size: 1.9rem !important;
    letter-spacing: 4px;
  }

  .hero-sub-title {
    font-size: 15px;
  }

  .hero-btn-kesfet {
    padding: 14px 35px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  /* Kategori grid — büyük kartlar hero gibi tam ekran */
  .anisa-cat-grid {
    gap: 0;
  }

  .anisa-cat-row-small {
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }

  .anisa-cat-large {
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }

  .anisa-cat-small {
    height: 55vh;
    min-height: 320px;
  }

  .anisa-cat-title {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }

  .anisa-cat-large .anisa-cat-title {
    font-size: 1.85rem;
    letter-spacing: 4px;
    margin-bottom: 24px;
  }

  .anisa-cat-sub {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .anisa-cat-btn-kesfet {
    padding: 12px 32px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  .anisa-cat-small .anisa-cat-title {
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .anisa-cat-small .anisa-cat-sub {
    font-size: 11px;
  }

  .anisa-cat-small .anisa-cat-btn-kesfet {
    padding: 10px 24px;
    font-size: 8px;
  }

  /* Ana container */
  .anisa-main-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Footer özellikler */
  .anisa-feature-item {
    flex-direction: column;
    text-align: center;
    padding: 10px 5px;
    gap: 8px;
  }

  .anisa-feature-text strong {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .anisa-feature-text span {
    display: none;
  }

  /* Footer ana */
  .anisa-footer-main {
    padding: 45px 0 30px;
  }

  .anisa-footer-logo {
    font-size: 17px;
    letter-spacing: 6px;
  }

  .anisa-footer-desc {
    max-width: 100%;
  }

  /* Footer alt */
  .anisa-footer-bottom .col-sm-6 {
    text-align: center;
  }

  .anisa-copyright {
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .anisa-payment-icons {
    justify-content: center;
  }

  /* Currency */
  .anisa-currency-trigger {
    padding: 5px 10px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  .anisa-currency-symbol {
    font-size: 12px;
  }

  .anisa-currency-menu {
    left: auto;
    right: 0;
    min-width: 160px;
  }
}

/* Çok küçük ekranlar */
@media (max-width: 480px) {
  .anisa-cat-large {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }

  .anisa-cat-small {
    height: 50vh;
    min-height: 280px;
  }

  .anisa-cat-title {
    font-size: 1.15rem;
    letter-spacing: 2px;
  }

  .hero-main-title {
    font-size: 1.5rem !important;
    letter-spacing: 3px;
  }

  #logo a {
    font-size: 16px;
    letter-spacing: 5px;
  }
}

/* ================================================
   ANISA DIKO - ÜRÜN SAYFASI
   ================================================ */

.anisa-product-page {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #fff;
}

/* ================================================
   ÜRÜN WRAPPER
   ================================================ */
.anisa-product-wrapper {
  padding: 20px 0 50px;
}

/* ================================================
   ÜRÜN GALERİSİ
   ================================================ */
.anisa-product-gallery {
  position: relative;
  margin-bottom: 30px;
}

.anisa-main-image {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
}

.anisa-main-image a {
  display: block;
  position: relative;
}

.anisa-main-image img {
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.anisa-main-image:hover img {
  transform: scale(1.03);
}

.anisa-img-zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #333;
}

.anisa-main-image:hover .anisa-img-zoom-icon {
  opacity: 1;
}

/* Küçük Görseller Şeridi */
.anisa-thumb-strip {
  margin-top: 8px;
}

.anisa-thumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.anisa-thumb-item {
  width: calc(25% - 5px);
  border: 1px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
  opacity: 0.7;
}

.anisa-thumb-item:hover,
.anisa-thumb-item.active {
  border-color: var(--gold);
  opacity: 1;
}

.anisa-thumb-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.anisa-thumb-item:hover img {
  transform: scale(1.05);
}

/* ================================================
   SEKMELER
   ================================================ */
.anisa-product-tabs {
  margin-top: 30px;
}

.anisa-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  gap: 0;
}

.anisa-tab-nav li {
  margin: 0;
}

.anisa-tab-nav li a {
  display: block;
  padding: 12px 22px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999 !important;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.3s ease;
}

.anisa-tab-nav li a:hover {
  color: #333 !important;
  border-bottom-color: #ccc;
}

.anisa-tab-nav li.active a {
  color: var(--black) !important;
  border-bottom-color: var(--gold);
}

.anisa-tab-content {
  padding: 25px 0;
}

.anisa-description-content {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 300;
  color: #666;
  line-height: 2;
  letter-spacing: 0.3px;
}

.anisa-description-content p {
  margin-bottom: 15px;
}

/* Özellik Tablosu */
.anisa-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-main);
}

.anisa-spec-group td {
  background: #f8f6f3;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}

.anisa-spec-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.anisa-spec-table tbody tr:hover {
  background: #fdf9f5;
}

.anisa-spec-name {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.5px;
  width: 40%;
}

.anisa-spec-value {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 300;
  color: #444;
  letter-spacing: 0.3px;
}

/* ================================================
   YORUM FORMU
   ================================================ */
.anisa-reviews-list {
  margin-bottom: 30px;
}

.anisa-review-title {
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}

.anisa-form-group {
  margin-bottom: 18px;
}

.anisa-form-group label.control-label {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
  display: block;
}

.anisa-input {
  border-radius: 0 !important;
  border-color: #e0e0e0 !important;
  font-family: var(--font-main) !important;
  font-size: 12px !important;
  color: #444 !important;
  padding: 10px 14px !important;
  transition: border-color 0.3s ease !important;
}

.anisa-input:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 2px rgba(197, 168, 128, 0.1) !important;
}

.anisa-help-text {
  font-family: var(--font-main);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.3px;
  margin-top: 5px;
}

/* Yıldız Rating */
.anisa-rating-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.anisa-rating-label {
  font-family: var(--font-main);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 1px;
}

.anisa-star-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.anisa-star-label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.anisa-star-label svg {
  color: #ddd;
  transition: color 0.2s ease;
}

.anisa-star-label:hover svg,
.anisa-star-label input:checked ~ svg {
  color: var(--gold);
  fill: var(--gold);
}

.anisa-form-actions {
  margin-top: 20px;
}

.anisa-login-notice {
  background: #f8f6f3;
  border-left: 3px solid var(--gold);
  padding: 15px 20px;
  font-family: var(--font-main);
  font-size: 11px;
  color: #666;
  letter-spacing: 0.3px;
}

/* ================================================
   ÜRÜN BİLGİLERİ - SAĞ PANEL
   ================================================ */
.anisa-product-info {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .anisa-product-info {
    padding-left: 0;
    padding-top: 25px;
  }
}

/* Marka */
.anisa-product-brand a {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold) !important;
  text-decoration: none !important;
  margin-bottom: 10px;
  display: inline-block;
}

.anisa-product-brand a:hover {
  color: var(--gold-hover) !important;
}

/* Başlık */
.anisa-product-title {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1.65rem;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.35;
  margin: 8px 0 14px;
}

/* Yıldız Puanı */
.anisa-product-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}

.anisa-star.filled {
  color: var(--gold);
  fill: var(--gold);
}

.anisa-star.empty {
  color: #ddd;
}

.anisa-review-count {
  font-family: var(--font-main);
  font-size: 10px;
  color: #aaa !important;
  letter-spacing: 1px;
  margin-left: 8px;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.anisa-review-count:hover {
  color: var(--gold) !important;
}

/* Fiyat Bloğu */
.anisa-price-block {
  margin: 18px 0 24px;
  padding: 16px 0;
  background: transparent;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: none;
}

.anisa-price-current {
  font-family: var(--font-main);
  font-size: 1.625rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.anisa-price-special {
  color: #c0392b;
}

.anisa-price-old {
  font-family: var(--font-main);
  font-size: 1rem;
  color: #bbb;
  text-decoration: line-through;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.anisa-price-tax,
.anisa-price-points {
  font-family: var(--font-main);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.anisa-discounts {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
}

.anisa-discount-title {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.anisa-discount-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-main);
  font-size: 11px;
  color: #666;
  padding: 4px 0;
}

.anisa-discount-price {
  color: var(--gold);
  font-weight: 500;
}

/* Meta Bilgiler */
.anisa-product-meta {
  margin-bottom: 18px;
}

.anisa-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
}

.anisa-meta-label {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  min-width: 80px;
}

.anisa-meta-value {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 300;
  color: #555;
  letter-spacing: 0.5px;
}

.anisa-stock {
  color: #27ae60;
}

/* Ayırıcı */
.anisa-divider {
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 20px 0;
  opacity: 0.4;
}

/* ================================================
   SEÇENEK GRUPLARI
   ================================================ */
.anisa-options-wrapper {
  margin-bottom: 20px;
}

.anisa-option-group {
  margin-bottom: 18px;
}

.anisa-option-label {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  display: block;
  margin-bottom: 10px;
}

/* Select */
.anisa-select-wrapper {
  position: relative;
}

.anisa-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  border-color: #e0e0e0 !important;
  font-family: var(--font-main) !important;
  font-size: 11px !important;
  color: #444 !important;
  padding: 10px 40px 10px 14px !important;
  cursor: pointer;
  transition: border-color 0.3s ease !important;
  background: #fff !important;
}

.anisa-select:focus {
  border-color: var(--gold) !important;
  box-shadow: none !important;
  outline: none !important;
}

.anisa-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #aaa;
}

/* Radio Butonları */
.anisa-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.anisa-radio-label {
  cursor: pointer;
}

.anisa-radio-label input[type="radio"] {
  display: none;
}

.anisa-radio-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 44px;
  min-width: 48px;
  padding: 10px 18px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333333;
  cursor: pointer;
  transition: all 0.2s ease;
}

.anisa-radio-label input:checked + .anisa-radio-text {
  border-color: #1a1a1a;
  color: #ffffff;
  background: #1a1a1a;
}

.anisa-radio-text:hover {
  border-color: #ccc;
  color: #333;
}

.anisa-option-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

/* Checkbox */
.anisa-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

.anisa-checkbox-text {
  font-family: var(--font-main);
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Date Buton */
.anisa-date-btn {
  border-radius: 0 !important;
  border-color: #e0e0e0 !important;
  background: #f8f8f8 !important;
  color: #888 !important;
}

/* ================================================
   SEPETE EKLE ALANI
   ================================================ */
.anisa-add-to-cart {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.anisa-qty-wrapper {
  flex-shrink: 0;
}

.anisa-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  height: 48px;
}

.anisa-qty-btn {
  width: 38px;
  height: 100%;
  background: #f8f8f8;
  border: none;
  color: #888;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.anisa-qty-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.anisa-qty-input {
  width: 50px;
  height: 100%;
  border: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  color: #333;
  outline: none;
}

/* Sepete Ekle Butonu */
.anisa-btn-cart {
  flex: 1;
  height: 50px;
  background: var(--gold);
  border: 2px solid var(--gold);
  color: var(--white);
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.35s ease;
  min-width: 200px;
}

.anisa-btn-cart:hover {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  letter-spacing: 4px;
}

.anisa-btn-cart svg {
  flex-shrink: 0;
}

/* Minimum Uyarı */
.anisa-min-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f6f2;
  border-left: 3px solid var(--gold);
  padding: 10px 15px;
  font-family: var(--font-main);
  font-size: 10px;
  color: #888;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

/* Primary ve Outline Butonlar */
.anisa-btn-primary {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--white);
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 12px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.anisa-btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  letter-spacing: 3px;
}

.anisa-btn-outline {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #666;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
}

.anisa-btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ================================================
   ÜRÜN AKSİYONLARI (İstek/Karşılaştır/Paylaş)
   ================================================ */
.anisa-product-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

.anisa-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: none;
  padding: 0;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s ease;
}

.anisa-action-btn:hover {
  color: var(--gold);
}

.anisa-share-area {
  margin-left: auto;
}

/* ================================================
   İLGİLİ ÜRÜNLER
   ================================================ */
.anisa-related-section {
  padding: 60px 0 30px;
  border-top: 1px solid #f0f0f0;
  margin-top: 40px;
}

.anisa-related-header {
  text-align: center;
  margin-bottom: 35px;
}

.anisa-related-sub {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.anisa-related-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 1.4rem;
  color: #1a1a1a;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}

.anisa-related-grid .product-thumb {
  border: 1px solid #ebebeb;
  transition: all 0.35s ease;
}

.anisa-related-grid .product-thumb:hover {
  border-color: #d0d0d0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

/* ================================================
   ETİKETLER
   ================================================ */
.anisa-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  font-family: var(--font-main);
  color: #aaa;
  margin-top: 20px;
}

.anisa-tags svg {
  color: var(--gold);
  flex-shrink: 0;
}

.anisa-tag {
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888 !important;
  text-decoration: none !important;
  border: 1px solid #e8e8e8;
  padding: 5px 12px;
  transition: all 0.3s ease;
}

.anisa-tag:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(197, 168, 128, 0.04);
}

/* ================================================
   MOBİL RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
  .anisa-product-title {
    font-size: 1.6rem;
  }

  .anisa-btn-cart {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .anisa-product-page {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .anisa-product-title {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  .anisa-price-current {
    font-size: 1.5rem;
  }

  .anisa-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .anisa-qty-wrapper {
    width: 100%;
  }

  .anisa-qty-control {
    width: 100%;
    justify-content: center;
  }

  .anisa-btn-cart {
    width: 100%;
    min-width: unset;
  }

  .anisa-product-info {
    padding-left: 0;
  }

  .anisa-thumb-item {
    width: calc(33.33% - 5px);
  }

  .anisa-related-title {
    font-size: 1.1rem;
    letter-spacing: 3px;
  }

  .anisa-tab-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .anisa-tab-nav li a {
    padding: 10px 14px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  .anisa-thumb-item {
    width: calc(50% - 4px);
  }
}

/* ================================================
   ANISA DIKO - KATEGORİ SAYFASI
   ================================================ */

.anisa-category-page {
  background: #fff;
  padding-bottom: 80px;
}

/* ================================================
   KATEGORİ BAŞLIK
   ================================================ */
.anisa-category-header {
  margin-bottom: 35px;
}

/* Görselli Banner */
.anisa-category-banner {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--black);
}

.anisa-category-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: transform 0.8s ease;
}

.anisa-category-banner:hover img {
  transform: scale(1.03);
}

.anisa-category-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/* Görselsiz Başlık */
.anisa-category-title-simple {
  padding: 40px 0 30px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.anisa-cat-page-sub {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* Kategori Başlığı */
.anisa-category-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 2.2rem;
  color: #1a1a1a;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.2;
}

.anisa-category-banner-overlay .anisa-category-title {
  color: var(--white);
}

.anisa-category-title-simple .anisa-category-title {
  color: #1a1a1a;
  font-size: 1.8rem;
}

/* Kategori Açıklaması */
.anisa-category-desc {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.5px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

.anisa-category-desc-plain {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.3px;
  margin-top: 12px;
}

/* ================================================
   ALT KATEGORİLER
   ================================================ */
.anisa-subcategories {
  margin-bottom: 30px;
  padding: 22px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.anisa-subcat-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 14px;
}

.anisa-subcat-label svg {
  color: var(--gold);
}

.anisa-subcat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.anisa-subcat-item {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666 !important;
  text-decoration: none !important;
  padding: 8px 18px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  background: #fff;
}

.anisa-subcat-item:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(197, 168, 128, 0.04);
  transform: translateY(-1px);
}

/* ================================================
   TOOLBAR - SIRALAMA / GÖRÜNÜM
   ================================================ */
.anisa-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

/* Görünüm Butonları */
.anisa-view-toggle {
  display: flex;
  gap: 4px;
}

.anisa-view-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #bbb;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.anisa-view-btn:hover {
  border-color: #ccc;
  color: #666;
}

.anisa-view-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(197, 168, 128, 0.05);
}

/* Karşılaştır Linki */
.anisa-compare-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.anisa-compare-link a:hover {
  color: var(--gold) !important;
}

/* Sıralama / Limit */
.anisa-toolbar-selects {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-wrap: wrap;
}

.anisa-toolbar-select-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.anisa-toolbar-select-group label {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  white-space: nowrap;
}

/* ================================================
   ÜRÜN KARTLARI
   ================================================ */
.anisa-products-grid {
  margin: 0 -10px;
}

.anisa-products-grid .product-layout {
  padding: 0 10px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

/* Ürün Kartı */
.anisa-product-card {
  background: #fff;
  border: 1px solid #ebebeb;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.anisa-product-card:hover {
  border-color: #d5d5d5;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
}

/* Kart Görseli */
.anisa-card-image {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  aspect-ratio: 3 / 4;
}

.anisa-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.anisa-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.anisa-product-card:hover .anisa-card-image img {
  transform: scale(1.06);
}

/* İndirim Rozeti */
.anisa-badge-sale {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-main);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 5px 10px;
  z-index: 2;
}

/* Hızlı Aksiyonlar - Sağ üst ikonlar */
.anisa-card-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.35s ease;
}

.anisa-product-card:hover .anisa-card-actions {
  opacity: 1;
  transform: translateX(0);
}

.anisa-card-action-btn {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.anisa-card-action-btn:hover {
  background: var(--gold);
  color: var(--white);
}

/* Sepete Ekle Overlay - Alt şerit */
.anisa-card-cart-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}

.anisa-product-card:hover .anisa-card-cart-overlay {
  transform: translateY(0);
}

.anisa-card-cart-btn {
  width: 100%;
  background: rgba(26, 26, 26, 0.88);
  border: none;
  color: var(--white);
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.anisa-card-cart-btn:hover {
  background: var(--gold);
  letter-spacing: 3.5px;
}

/* Kart Bilgi Alanı */
.anisa-card-info {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Yıldız */
.anisa-card-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}

.anisa-star-filled {
  color: var(--gold);
  fill: var(--gold);
}

.anisa-star-empty {
  color: #ddd;
}

/* Ürün Adı */
.anisa-card-name {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.4;
}

.anisa-card-name a {
  color: #222 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.anisa-card-name a:hover {
  color: var(--gold) !important;
}

/* Açıklama */
.anisa-card-desc {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  line-height: 1.7;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Fiyat */
.anisa-card-price {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f5f5f5;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.anisa-card-price-main {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

.anisa-card-price-new {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  color: #c0392b;
  letter-spacing: 0.5px;
}

.anisa-card-price-old {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 300;
  color: #bbb;
  text-decoration: line-through;
  letter-spacing: 0.5px;
}

.anisa-card-price-tax {
  font-family: var(--font-main);
  font-size: 9px;
  color: #ccc;
  letter-spacing: 0.3px;
  display: block;
  width: 100%;
}

/* ================================================
   LİSTE MODU
   ================================================ */
.anisa-list-mode .product-layout {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.anisa-list-mode .anisa-product-card {
  flex-direction: row;
}

.anisa-list-mode .anisa-card-image {
  width: 220px;
  min-width: 220px;
  aspect-ratio: unset;
  height: 260px;
}

.anisa-list-mode .anisa-card-info {
  padding: 25px 25px;
  justify-content: center;
}

.anisa-list-mode .anisa-card-name {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.anisa-list-mode .anisa-card-desc {
  -webkit-line-clamp: 4;
  margin-bottom: 16px;
  color: #888;
}

.anisa-list-mode .anisa-card-price {
  padding-top: 15px;
}

.anisa-list-mode .anisa-card-price-main,
.anisa-list-mode .anisa-card-price-new {
  font-size: 18px;
}

.anisa-list-mode .anisa-card-cart-overlay {
  width: auto;
  bottom: 25px;
  left: 230px;
  transform: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.anisa-list-mode .anisa-product-card:hover .anisa-card-cart-overlay {
  transform: none;
  opacity: 1;
}

.anisa-list-mode .anisa-card-cart-btn {
  width: auto;
  padding: 12px 28px;
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}

.anisa-list-mode .anisa-card-cart-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

/* ================================================
   PAGİNATİON WRAPPER
   ================================================ */
.anisa-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
  flex-wrap: wrap;
  gap: 10px;
}

.anisa-pagination-right {
  font-family: var(--font-main);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 1px;
}

/* ================================================
   BOŞ KATEGORİ
   ================================================ */
.anisa-empty-state {
  text-align: center;
  padding: 80px 20px;
}

.anisa-empty-icon {
  color: #ddd;
  margin-bottom: 25px;
}

.anisa-empty-text {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.anisa-btn-primary-empty {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white) !important;
  text-decoration: none !important;
  background: var(--black);
  border: 1px solid var(--black);
  padding: 14px 40px;
  transition: all 0.35s ease;
}

.anisa-btn-primary-empty:hover {
  background: transparent;
  color: var(--black) !important;
  letter-spacing: 4px;
}

/* ================================================
   MOBİL RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
  .anisa-category-banner {
    height: 220px;
  }

  .anisa-category-title {
    font-size: 1.7rem;
    letter-spacing: 5px;
  }

  .anisa-card-image {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767px) {
  .anisa-category-banner {
    height: 180px;
  }

  .anisa-category-title {
    font-size: 1.4rem;
    letter-spacing: 4px;
  }

  .anisa-toolbar {
    gap: 10px;
  }

  .anisa-toolbar-selects {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .anisa-toolbar-select-group label {
    display: none;
  }

  /* Mobil liste modu düzeltme */
  .anisa-list-mode .anisa-product-card {
    flex-direction: column;
  }

  .anisa-list-mode .anisa-card-image {
    width: 100%;
    min-width: unset;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .anisa-list-mode .anisa-card-cart-overlay {
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    position: relative;
    transform: none;
  }

  .anisa-list-mode .anisa-card-cart-btn {
    width: 100%;
    background: var(--black);
    color: var(--white);
    border: none;
  }

  /* Grid 2'li sütun mobil */
  .anisa-products-grid .product-layout {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .anisa-card-name {
    font-size: 11px;
  }

  .anisa-card-price-main,
  .anisa-card-price-new {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .anisa-category-title {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }

  .anisa-subcat-item {
    font-size: 9px;
    padding: 6px 12px;
  }

  .anisa-products-grid .product-layout {
    padding: 0 6px;
    margin-bottom: 15px;
  }

  .anisa-products-grid {
    margin: 0 -6px;
  }

  .anisa-card-info {
    padding: 12px 12px 14px;
  }
}


/* ================================================
   ANISA DIKO - İLETİŞİM SAYFASI
   ================================================ */

.anisa-contact-page {
  padding-bottom: 80px;
  background: #fff;
  padding-top: 40px;
}

/* ================================================
   SAYFA BAŞLIĞI
   ================================================ */
.anisa-page-header {
  text-align: center;
  padding: 40px 0 50px;
}

.anisa-page-header-sub {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.anisa-page-header-title {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 2rem;
  color: #1a1a1a;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.2;
}

.anisa-page-header-line {
  width: 50px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
  opacity: 0.6;
}

/* ================================================
   BÖLÜM ETİKETİ
   ================================================ */
.anisa-contact-section-label {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.anisa-contact-section-label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

/* ================================================
   BİLGİ KARTI GRID
   ================================================ */
.anisa-contact-info-section {
  margin-bottom: 55px;
}

.anisa-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 10px;
}

/* Mağaza Görseli */
.anisa-contact-store-img {
  grid-column: span 1;
}

.anisa-contact-store-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 1px solid #ebebeb;
}

/* Bilgi Kartı */
.anisa-info-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  border: 1px solid #ebebeb;
  background: #fdfcfb;
  transition: all 0.3s ease;
}

.anisa-info-card:hover {
  border-color: rgba(197, 168, 128, 0.4);
  background: #fdf9f5;
  box-shadow: 0 5px 20px rgba(197, 168, 128, 0.08);
  transform: translateY(-2px);
}

.anisa-info-card-icon {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.anisa-info-card-content {
  flex: 1;
}

.anisa-info-card-title {
  font-family: var(--font-main);
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  color: #aaa !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: none !important;
}

.anisa-info-card-address,
.anisa-info-card-text {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 300;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.3px;
  margin: 0;
  font-style: normal;
}

/* Harita Butonu */
.anisa-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(197, 168, 128, 0.3);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.anisa-map-btn:hover {
  color: var(--black) !important;
  border-bottom-color: var(--black);
}

/* ================================================
   LOKASYON ACCORDION
   ================================================ */
.anisa-locations-section {
  margin-bottom: 55px;
}

.anisa-accordion {
  border: 1px solid #ebebeb;
}

.anisa-accordion-item {
  border-bottom: 1px solid #ebebeb;
}

.anisa-accordion-item:last-child {
  border-bottom: none;
}

.anisa-accordion-header {
  background: #fdfcfb;
}

.anisa-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.anisa-accordion-toggle:hover {
  background: #fdf9f5;
}

.anisa-accordion-title {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333 !important;
  transition: color 0.3s ease;
}

.anisa-accordion-toggle:hover .anisa-accordion-title {
  color: var(--gold) !important;
}

.anisa-accordion-arrow {
  color: #ccc;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}

.anisa-accordion-toggle:not(.collapsed) .anisa-accordion-arrow {
  transform: rotate(180deg);
  color: var(--gold);
}

.anisa-accordion-body {
  padding: 25px 22px;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}

/* ================================================
   İLETİŞİM FORMU
   ================================================ */
.anisa-contact-form-section {
  margin-top: 20px;
}

.anisa-contact-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

/* Sol - Dekoratif Alan */
.anisa-contact-form-deco {
  background: #fafafa;
  padding: 50px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anisa-contact-form-deco-inner {
  text-align: center;
}

.anisa-deco-quote {
  display: block;
  font-family: var(--font-serif);
  font-size: 80px;
  color: var(--gold);
  opacity: 0.3;
  line-height: 0.8;
  margin-bottom: 25px;
}

.anisa-deco-text {
  font-family: var(--font-main);
  font-style: normal;
  font-size: 13px;
  color: #777;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.anisa-deco-signature {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
  margin-bottom: 30px;
}

.anisa-deco-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.anisa-deco-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.anisa-deco-social-link:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(197, 168, 128, 0.05);
}

/* Sağ - Form Alanı */
.anisa-contact-form-right {
  padding: 45px 40px;
  background: #fff;
}

/* Form Alan Grubu */
.anisa-field-group {
  margin-bottom: 22px;
  position: relative;
}

.anisa-field-group.required .anisa-field-label::after {
  content: ' *';
  color: var(--gold);
  font-size: 14px;
  line-height: 1;
}

/* Label */
.anisa-field-label {
  display: block;
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.anisa-field-group:focus-within .anisa-field-label {
  color: var(--gold);
}

/* Input */
.anisa-field-input {
  width: 100%;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  color: #333;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 13px 16px;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
}

.anisa-field-input:focus {
  border-color: #e8e8e8;
  border-bottom-color: var(--gold);
  background: #fff;
  box-shadow: none;
}

.anisa-field-input::placeholder {
  color: #ccc;
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* Textarea */
.anisa-field-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

/* Hata Mesajı */
.anisa-field-error {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-family: var(--font-main);
  font-size: 10px;
  color: #c0392b;
  letter-spacing: 0.3px;
}

.anisa-field-error svg {
  flex-shrink: 0;
  color: #c0392b;
}

/* Gönder Butonu */
.anisa-form-submit {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.anisa-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--black);
  border: 2px solid var(--black);
  color: var(--white);
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 40px;
  cursor: pointer;
  transition: all 0.35s ease;
}

.anisa-submit-btn:hover {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
  letter-spacing: 4px;
  gap: 16px;
}

.anisa-submit-btn svg {
  transition: transform 0.3s ease;
}

.anisa-submit-btn:hover svg {
  transform: translateX(4px);
}

/* ================================================
   MOBİL RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
  .anisa-contact-form-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }

  .anisa-contact-form-deco {
    padding: 35px 25px;
  }

  .anisa-deco-quote {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .anisa-contact-page {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .anisa-page-header {
    padding: 25px 0 35px;
  }

  .anisa-page-header-title {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }

  /* Bilgi grid tek sütun */
  .anisa-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Form wrapper dikey */
  .anisa-contact-form-wrapper {
    grid-template-columns: 1fr;
  }

  .anisa-contact-form-deco {
    padding: 30px 25px;
  }

  .anisa-deco-quote {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .anisa-deco-text {
    font-size: 13px;
  }

  .anisa-contact-form-right {
    padding: 30px 20px;
  }

  .anisa-form-submit {
    justify-content: stretch;
  }

  .anisa-submit-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 30px;
  }
}

@media (max-width: 480px) {
  .anisa-page-header-title {
    font-size: 1.2rem;
    letter-spacing: 4px;
  }

  .anisa-info-card {
    padding: 16px;
    gap: 12px;
  }

  .anisa-contact-form-right {
    padding: 25px 15px;
  }
}

/* ANISA HESAP SAYFALARI - BEYAZ TEMA */
.anisa-account-page {
  background: #ffffff;
  color: #555555;
  padding: 30px 0 80px;
  min-height: 60vh;
}

.anisa-account-page h1,
.anisa-account-page h2 {
  color: #1a1a1a;
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.anisa-page-title {
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.anisa-title-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 35px;
}

.anisa-breadcrumb {
  background: transparent !important;
  padding: 0 0 25px !important;
  margin: 0 !important;
}

.anisa-breadcrumb li,
.anisa-breadcrumb li a {
  color: #999 !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.anisa-breadcrumb li a:hover {
  color: var(--gold) !important;
}

.anisa-account-page .table {
  border-color: #eeeeee;
}

.anisa-account-page .table > thead > tr > th,
.anisa-account-page .table > tbody > tr > td {
  border-color: #eeeeee;
  color: #666;
}

.anisa-account-page .btn-primary {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
  border-radius: 0;
  padding: 10px 25px;
  transition: 0.3s;
}

.anisa-account-page .btn-primary:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: #fff;
}

.anisa-account-page .form-control {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 0;
}

/* Ürün galerisi - ikili grid */
.anisa-product-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.anisa-gallery-item {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  aspect-ratio: 3 / 4;
}

.anisa-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.anisa-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.anisa-gallery-item:hover img {
  transform: scale(1.03);
}

.anisa-gallery-item .anisa-img-zoom-icon {
  opacity: 0;
}

.anisa-gallery-item:hover .anisa-img-zoom-icon {
  opacity: 1;
}

/* Modül ürün grid */
.anisa-module-block {
  margin-bottom: 50px;
}

.anisa-module-header {
  text-align: center;
  margin-bottom: 35px;
}

.anisa-custom-select {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #333;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 0;
  height: 34px;
}

/* Sepet - beyaz tema */
.anisa-cart-table {
  background: transparent;
  border: none;
}

.anisa-cart-table thead tr {
  background: #fafafa;
  border-bottom: 2px solid #eeeeee;
}

.anisa-cart-table thead td {
  color: #333;
  font-family: var(--font-main);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none !important;
  padding: 15px !important;
}

.anisa-cart-table tbody tr {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.anisa-cart-table tbody td {
  border: none !important;
  vertical-align: middle !important;
  padding: 20px 15px !important;
}

.anisa-cart-img {
  border: 1px solid #eeeeee;
  max-width: 90px;
}

.anisa-cart-product-name {
  color: #1a1a1a;
  font-family: var(--font-main);
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.anisa-cart-product-name:hover {
  color: var(--gold);
}

.anisa-qty-input {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #333 !important;
  text-align: center;
  height: 38px;
  border-radius: 0;
}

.anisa-btn-icon {
  background: #fafafa;
  border: 1px solid #ddd;
  color: #666;
  height: 38px;
  border-radius: 0;
}

.anisa-btn-icon:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.anisa-totals-table {
  background: #fafafa;
  border: 1px solid #eeeeee;
}

.anisa-totals-table td {
  border-top: 1px solid #eeeeee !important;
  padding: 15px 20px !important;
}

.anisa-btn-outline {
  display: inline-block;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 12px 30px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s;
}

.anisa-btn-outline:hover {
  background: #1a1a1a;
  color: #fff;
}

.anisa-btn-solid {
  display: inline-block;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
  padding: 12px 30px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s;
}

.anisa-btn-solid:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: #fff;
}

/* Genel iç sayfa kabuğu */
.anisa-page-shell {
  background: #fff;
  padding: 0 0 70px;
}

.anisa-page-shell .breadcrumb {
  background: transparent;
  padding: 0 0 20px;
}

.anisa-page-shell h1,
.anisa-page-shell h2 {
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.anisa-page-shell .panel {
  border-radius: 0;
  border-color: #eeeeee;
  box-shadow: none;
}

.anisa-page-shell .panel-heading {
  background: #fafafa;
  border-color: #eeeeee;
}

.anisa-page-shell .panel-title {
  font-family: var(--font-main);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
}

.anisa-category-page {
  padding-top: 0;
}

/* Footer alt bar hizalama - desktop */
@media (min-width: 768px) {
  .anisa-footer-bottom .col-sm-6:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

/* ================================================
   ANISA POLISH v2 — ÜRÜN SLIDER, AUTH, İLETİŞİM
   ================================================ */

.anisa-product-slider {
  margin-bottom: 30px;
}

.anisa-gallery-main {
  background: #fafafa;
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
}

.anisa-gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.anisa-gallery-main .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.anisa-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.anisa-gallery-main .swiper-slide a:hover .anisa-slide-img {
  transform: scale(1.02);
}

.anisa-slide-zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  opacity: 0;
  transition: opacity 0.3s;
}

.anisa-gallery-main .swiper-slide a:hover .anisa-slide-zoom {
  opacity: 1;
}

.anisa-gallery-prev,
.anisa-gallery-next {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.95) !important;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  color: #333 !important;
  margin-top: -21px;
  background-image: none !important;
  opacity: 0;
  transition: all 0.3s ease;
}

.anisa-product-slider:hover .anisa-gallery-prev,
.anisa-product-slider:hover .anisa-gallery-next {
  opacity: 1;
}

.anisa-gallery-prev:hover,
.anisa-gallery-next:hover {
  background: var(--gold) !important;
  border-color: var(--gold);
  color: #fff !important;
}

.anisa-thumb-nav {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.anisa-thumb-nav li {
  flex: 0 0 calc(20% - 7px);
  min-width: 64px;
}

.anisa-thumb-nav li button {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.25s;
}

.anisa-thumb-nav li.active button,
.anisa-thumb-nav li button:hover {
  border-color: var(--gold);
}

.anisa-thumb-nav li img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

/* Giriş / Kayıt */
.anisa-auth-page {
  background: #fff;
  padding: 20px 0 70px;
}

.anisa-login-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.anisa-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.anisa-login-card,
.anisa-register-container {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 36px;
}

.anisa-register-container {
  max-width: 760px;
  margin: 0 auto;
}

.anisa-register-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.anisa-card-title,
.anisa-page-header-title {
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 12px;
}

.anisa-card-subtitle,
.anisa-subtitle {
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 12px;
}

.anisa-card-text {
  color: #777;
  line-height: 1.7;
  margin-bottom: 20px;
}

.anisa-modern-form legend {
  font-family: var(--font-main);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin: 24px 0 16px;
}

.anisa-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.anisa-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.anisa-btn-submit {
  background: var(--gold);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.anisa-btn-submit:hover {
  background: var(--gold-hover);
}

.anisa-btn-secondary {
  display: block;
  text-align: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 12px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.anisa-btn-secondary:hover {
  background: var(--gold);
  color: #fff;
}

/* İletişim */
.anisa-contact-page {
  background: #fff;
  padding: 20px 0 70px;
}

.anisa-contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.anisa-contact-subtitle {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.anisa-contact-page .anisa-page-title {
  font-family: var(--font-main);
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.anisa-title-gold-line {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 16px auto 0;
}

.anisa-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
}

.anisa-contact-info-card,
.anisa-contact-form-card {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 32px;
}

.anisa-contact-page .anisa-section-title {
  font-family: var(--font-main);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.anisa-info-content h3 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 6px;
}

.anisa-info-content p {
  color: #777;
  line-height: 1.6;
  margin: 0;
}

.anisa-info-icon {
  color: var(--gold);
}

.anisa-location-mini-card {
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 24px;
}

.anisa-locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

/* Hesap sayfaları genel */
body.anisa-inner-page [id^="account-"] .container,
body.anisa-inner-page [id^="checkout-"] .container {
  padding-bottom: 60px;
}

body.anisa-inner-page [id^="account-"] h1,
body.anisa-inner-page [id^="account-"] h2 {
  font-family: var(--font-main);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

body.anisa-inner-page [id^="account-"] .list-unstyled a {
  color: #666;
  line-height: 2.2;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

body.anisa-inner-page [id^="account-"] .list-unstyled a:hover {
  color: var(--gold);
}

body.anisa-inner-page .table-bordered {
  border-color: #eee;
}

body.anisa-inner-page .table-bordered > thead > tr > th,
body.anisa-inner-page .table-bordered > tbody > tr > td {
  border-color: #eee;
}

@media (max-width: 767px) {
  .anisa-login-grid,
  .anisa-contact-grid,
  .anisa-form-grid {
    grid-template-columns: 1fr;
  }

  .anisa-gallery-prev,
  .anisa-gallery-next {
    opacity: 1;
  }

  .anisa-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
}