body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ============================================================
   Asel Home Butik AVM — butik ev/tekstil marka paleti
   mocha #B08968 / koyu #8C6B4F / mürekkep #4A3F35 / gül #C9A79B / krem #F6F1EB
   ============================================================ */
:root{
  --bs-primary:#B08968; --bs-primary-rgb:176,137,104;
  --asel-mocha:#B08968; --asel-mocha-d:#8C6B4F; --asel-ink:#4A3F35;
  --asel-rose:#C9A79B; --asel-cream:#F6F1EB;
}
body{ background:#FBF8F4; color:#4A3F35; }
h1,h2,h3,h4,h5,h6{ color:var(--asel-ink); }
a{ color:var(--asel-mocha-d); }
a:hover{ color:var(--asel-mocha); }
/* üst çubuk + logo */
#top{ background-color:var(--asel-cream) !important; border-bottom:1px solid #E7DBCC; }
#logo h1 a{ color:var(--asel-ink); text-decoration:none; font-weight:700; letter-spacing:.5px; }
/* ana menü */
#menu{ background:linear-gradient(180deg,var(--asel-mocha) 0%,var(--asel-mocha-d) 100%) !important; }
#menu .navbar-nav > li > a{ color:#fff !important; }
#menu .navbar-nav > li > a:hover{ background-color:rgba(74,63,53,.25) !important; }
/* butonlar */
.btn-primary{ background-color:var(--asel-mocha) !important; border-color:var(--asel-mocha) !important; color:#fff !important; }
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{ background-color:var(--asel-mocha-d) !important; border-color:var(--asel-mocha-d) !important; }
.btn-outline-primary{ color:var(--asel-mocha-d) !important; border-color:var(--asel-mocha) !important; }
.btn-outline-primary:hover{ background-color:var(--asel-mocha) !important; color:#fff !important; }
/* fiyat + rozetler */
.price,.price-new{ color:var(--asel-mocha-d); font-weight:600; }
.badge.bg-primary,.bg-primary{ background-color:var(--asel-mocha) !important; }
/* ürün kartı hover */
.product-thumb{ border:1px solid #EEE4D7; transition:box-shadow .2s,transform .2s; }
.product-thumb:hover{ box-shadow:0 10px 30px rgba(74,63,53,.12); transform:translateY(-2px); }
/* footer */
footer{ background-color:var(--asel-ink) !important; color:#EADFD1; }
footer a{ color:#EADFD1; }
footer a:hover{ color:var(--asel-rose); }
footer h5{ color:#fff; }
/* form odak */
.form-control:focus,.form-select:focus{ border-color:var(--asel-mocha); box-shadow:0 0 0 .2rem rgba(176,137,104,.25); }

/* Footer güven rozetleri (SSL + kartlar) */
.asel-trust{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:14px; margin:6px 0 14px; }
.asel-ssl{ display:flex; align-items:center; gap:8px; font-family:'Segoe UI',system-ui,sans-serif; font-size:.85rem; color:#EADFD1; }
.asel-cards{ display:flex; align-items:center; gap:8px; }
.asel-cards svg{ box-shadow:0 1px 3px rgba(0,0,0,.15); border-radius:4px; }
@media (max-width:575px){ .asel-trust{ justify-content:center; } }

/* ===== Kalan OpenCart mavisi (#229ac8) -> marka mocha (link + active durumlar) ===== */
:root{
  --bs-primary:#B08968; --bs-primary-rgb:176,137,104;
  --bs-link-color:#8C6B4F; --bs-link-color-rgb:140,107,79;
  --bs-link-hover-color:#6E5647; --bs-link-hover-color-rgb:110,86,71;
}
a{ color:var(--asel-mocha-d); }
a:hover{ color:var(--asel-mocha); }
.text-primary{ color:var(--asel-mocha-d)!important; }
.link-primary,.btn-link{ color:var(--asel-mocha-d); }
.link-primary:hover,.btn-link:hover{ color:var(--asel-mocha); }
.text-bg-primary,.badge.text-bg-primary,.badge.bg-primary{ background-color:var(--asel-mocha)!important; color:#fff!important; }
/* form kontrolleri (checkbox/radio/range/focus) */
.form-check-input:checked{ background-color:var(--asel-mocha)!important; border-color:var(--asel-mocha)!important; }
.form-check-input:focus{ border-color:var(--asel-mocha)!important; box-shadow:0 0 0 .25rem rgba(176,137,104,.25)!important; }
.form-range::-webkit-slider-thumb{ background-color:var(--asel-mocha)!important; }
.form-range::-moz-range-thumb{ background-color:var(--asel-mocha)!important; }
/* pagination */
.page-link{ color:var(--asel-mocha-d); }
.page-item.active .page-link,.active>.page-link{ background-color:var(--asel-mocha)!important; border-color:var(--asel-mocha)!important; color:#fff!important; }
/* nav tabs/pills + genel nav-link */
.nav-link{ color:var(--asel-mocha-d); }
.nav-link:hover,.nav-link:focus{ color:var(--asel-mocha); }
.nav-link.active{ color:var(--asel-mocha-d); }
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{ background-color:var(--asel-mocha)!important; color:#fff!important; }
.nav-tabs .nav-link.active{ color:var(--asel-ink); border-bottom-color:#fff; }
/* dropdown + list-group active */
.dropdown-item.active,.dropdown-item:active{ background-color:var(--asel-mocha)!important; }
.list-group-item.active{ background-color:var(--asel-mocha)!important; border-color:var(--asel-mocha)!important; }
/* breadcrumb + genel focus ring */
.breadcrumb-item a{ color:var(--asel-mocha-d); }
:focus-visible{ outline-color:var(--asel-mocha); }
/* ürün fiyatındaki vergi satırını gizle (yedek) */
.price-tax{ display:none!important; }

/* ========================================================================
   ASEL HOME — Özel Ana Sayfa (editoryal) + Playfair başlıklar
   ======================================================================== */
h1,h2,h3,h4,h5,h6,.home-hero-copy h1,.home-sec-head h2{ font-family:'Playfair Display',Georgia,'Times New Roman',serif; }

.home-eyebrow{ font-size:.72rem; letter-spacing:.26em; text-transform:uppercase; color:var(--asel-mocha-d); font-weight:600; }
.home-eyebrow-light{ color:var(--asel-rose); }
.home-wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }
.home-btn{ display:inline-block; padding:.8rem 1.7rem; border-radius:2px; font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; font-weight:600; transition:all .2s ease; border:1px solid var(--asel-mocha); cursor:pointer; }
.home-btn-solid{ background:var(--asel-mocha); color:#fff!important; }
.home-btn-solid:hover{ background:var(--asel-mocha-d); border-color:var(--asel-mocha-d); color:#fff!important; }
.home-btn-ghost{ background:transparent; color:var(--asel-ink)!important; border-color:var(--asel-ink); }
.home-btn-ghost:hover{ background:var(--asel-ink); color:var(--asel-cream)!important; }
.home-center{ text-align:center; margin-top:40px; }

/* duyuru */
.home-announce{ background:var(--asel-ink); color:var(--asel-cream); text-align:center; font-size:.78rem; letter-spacing:.1em; padding:.5rem; }

/* hero */
.home-hero{ display:grid; grid-template-columns:1.05fr .95fr; min-height:520px; background:var(--asel-cream); }
.home-hero-copy{ padding:70px 60px; display:flex; flex-direction:column; justify-content:center; gap:20px; }
.home-hero-copy h1{ font-size:3.2rem; line-height:1.08; color:var(--asel-ink); margin:0; }
.home-hero-copy p{ font-size:1.06rem; color:#8a7c6d; max-width:44ch; }
.home-hero-btns{ display:flex; gap:14px; flex-wrap:wrap; margin-top:6px; }
.home-hero-img{ display:block; overflow:hidden; }
.home-hero-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s ease; }
.home-hero-img:hover img{ transform:scale(1.04); }

/* değer şeridi */
.home-values{ display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--asel-line,#E4D8C8); border-bottom:1px solid var(--asel-line,#E4D8C8); background:#FBF8F4; }
.home-value{ padding:28px 20px; text-align:center; border-right:1px solid #Eee4d7; display:flex; flex-direction:column; align-items:center; gap:8px; }
.home-value:last-child{ border-right:0; }
.home-value svg{ width:28px; height:28px; stroke:var(--asel-mocha-d); }
.home-value b{ font-size:.92rem; color:var(--asel-ink); }
.home-value small{ color:#8a7c6d; font-size:.78rem; }

/* bölüm başlıkları */
.home-section{ padding:70px 0; }
.home-section-cream{ background:var(--asel-cream); }
.home-sec-head{ text-align:center; margin-bottom:42px; display:flex; flex-direction:column; gap:10px; align-items:center; }
.home-sec-head h2{ font-size:2.2rem; color:var(--asel-ink); margin:0; }
.home-rule{ width:54px; height:2px; background:var(--asel-mocha); }

/* kategoriler */
.home-cats{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.home-cat{ position:relative; aspect-ratio:3/4; border-radius:2px; overflow:hidden; display:block; }
.home-cat img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.home-cat:hover img{ transform:scale(1.06); }
.home-cat-ov{ position:absolute; inset:0; background:linear-gradient(to top,rgba(74,63,53,.6),rgba(74,63,53,0) 55%); display:flex; flex-direction:column; justify-content:flex-end; padding:20px; }
.home-cat-ov h3{ color:#fff; font-size:1.2rem; margin:0; }
.home-cat-lnk{ color:var(--asel-cream); font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; margin-top:3px; }

/* ürün kartları */
.home-prods{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.home-card{ background:#fff; border:1px solid #EEE4D7; border-radius:2px; overflow:hidden; transition:box-shadow .25s,transform .25s; }
.home-card:hover{ box-shadow:0 16px 40px rgba(74,63,53,.13); transform:translateY(-3px); }
.home-card-img{ display:block; aspect-ratio:1; overflow:hidden; }
.home-card-img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.home-card:hover .home-card-img img{ transform:scale(1.05); }
.home-card-body{ padding:16px; text-align:center; }
.home-card-name{ display:block; font-family:'Playfair Display',Georgia,serif; font-size:1.02rem; color:var(--asel-ink)!important; margin-bottom:6px; }
.home-card-price{ color:var(--asel-mocha-d); font-weight:700; font-size:1.05rem; }
.home-card-add{ margin-top:12px; display:inline-block; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--asel-ink)!important; border-bottom:1px solid var(--asel-mocha); padding-bottom:2px; }

/* editoryal split */
.home-edit{ display:grid; grid-template-columns:1fr 1fr; align-items:stretch; background:var(--asel-cream); }
.home-edit-img{ display:block; min-height:440px; overflow:hidden; }
.home-edit-img img{ width:100%; height:100%; object-fit:cover; }
.home-edit-copy{ padding:70px 60px; display:flex; flex-direction:column; justify-content:center; gap:18px; }
.home-edit-copy h2{ font-size:2.4rem; line-height:1.12; color:var(--asel-ink); margin:0; }
.home-edit-copy p{ color:#8a7c6d; max-width:46ch; }

/* bülten */
.home-news{ background:var(--asel-mocha-d); color:var(--asel-cream); }
.home-news-inner{ padding:60px 24px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:14px; }
.home-news h2{ color:#fff; font-size:2rem; margin:0; }
.home-news p{ color:rgba(246,241,235,.85); max-width:48ch; }
.home-news form{ display:flex; width:min(460px,100%); margin-top:6px; }
.home-news input{ flex:1; border:0; padding:.85rem 1rem; font-size:.95rem; background:#FBF8F4; color:var(--asel-ink); }
.home-news button{ border:0; background:var(--asel-ink); color:var(--asel-cream); padding:0 1.6rem; letter-spacing:.1em; text-transform:uppercase; font-size:.78rem; cursor:pointer; }

/* instagram */
.home-ig-head{ text-align:center; margin-bottom:28px; }
.home-ig-h{ font-family:'Playfair Display',Georgia,serif; font-size:1.5rem; color:var(--asel-ink); }
.home-ig-u{ color:var(--asel-mocha-d)!important; letter-spacing:.06em; }
.home-ig{ display:grid; grid-template-columns:repeat(6,1fr); gap:8px; }
.home-ig-item{ display:block; aspect-ratio:1; overflow:hidden; }
.home-ig-item img{ width:100%; height:100%; object-fit:cover; transition:transform .4s,opacity .2s; }
.home-ig-item:hover img{ transform:scale(1.08); opacity:.9; }

@media(max-width:900px){
  .home-hero{ grid-template-columns:1fr; } .home-hero-copy{ padding:44px 24px; } .home-hero-copy h1{ font-size:2.3rem; } .home-hero-img{ min-height:280px; }
  .home-values{ grid-template-columns:repeat(2,1fr); } .home-value:nth-child(2){ border-right:0; }
  .home-cats{ grid-template-columns:repeat(2,1fr); } .home-prods{ grid-template-columns:repeat(2,1fr); }
  .home-edit{ grid-template-columns:1fr; } .home-edit-img{ min-height:260px; } .home-edit-copy{ padding:44px 24px; }
  .home-ig{ grid-template-columns:repeat(3,1fr); }
}
