/* AkSaLuX footer + category/pagination fix */
:root{--aksa-soft-dark:#4b3a4d;--aksa-soft-dark-hover:#5d4961;--aksa-footer-bg:#e9e9e9;--aksa-footer-text:#57515a;--aksa-footer-title:#36313a;--aksa-footer-line:#d7d3d7;--aksa-gold:#b8945f;}
::selection{background:#f3d9e4;color:#2b2430;}::-moz-selection{background:#f3d9e4;color:#2b2430;}
body{background:#fff!important;}
button,.btn,.btn-primary,.btn-dark,.add-to-cart,.btn-add-cart,.checkout-btn,input[type=submit],.search-box button,.aksa-chogan-search button,.aksa-cg-newsletter button{background:var(--aksa-soft-dark)!important;border-color:var(--aksa-soft-dark)!important;color:#fff!important;}
button:hover,.btn:hover,.btn-primary:hover,.btn-dark:hover,.add-to-cart:hover,.btn-add-cart:hover,.checkout-btn:hover,input[type=submit]:hover,.search-box button:hover,.aksa-chogan-search button:hover,.aksa-cg-newsletter button:hover{background:var(--aksa-soft-dark-hover)!important;border-color:var(--aksa-soft-dark-hover)!important;color:#fff!important;}
.btn-soft,.btn-outline{background:#fff!important;color:var(--aksa-soft-dark)!important;border:1px solid #d8d1d8!important;}
.btn-soft:hover,.btn-outline:hover{background:#f5f2f5!important;color:var(--aksa-soft-dark)!important;border-color:var(--aksa-soft-dark)!important;}
footer,.site-footer{background:var(--aksa-footer-bg)!important;color:var(--aksa-footer-text)!important;border-top:1px solid var(--aksa-footer-line)!important;}
footer *,.site-footer *{text-shadow:none!important;}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer strong,footer b,footer [style*="color:#fff"],footer [style*="color: #fff"],footer [style*="color:rgba(255"],footer [style*="color: rgba(255"]{color:var(--aksa-footer-title)!important;}
footer p,footer span,footer div,footer small,footer li{color:var(--aksa-footer-text)!important;}
footer a,.site-footer a{color:#625a64!important;opacity:1!important;}
footer a:hover,.site-footer a:hover{color:var(--aksa-gold)!important;}
footer [style*="background:var(--dark)"],footer [style*="background:#111"],footer [style*="background:#171717"],footer [style*="background:rgba(255,255,255,.08)"]{background:#f4f4f4!important;border:1px solid #ddd!important;color:var(--aksa-footer-title)!important;}
footer input{background:#fff!important;color:#332d36!important;border:1px solid #d5ced5!important;}
footer button{background:var(--aksa-soft-dark)!important;color:#fff!important;border:0!important;}
footer .deco-blob{display:none!important;}
.aksa-cg-brand,.aksa-cg-cat{-webkit-user-select:none;user-select:none;}
.aksa-cg-brand{background:#fff!important;border:1px solid #e4e0dc!important;color:#322b35!important;transition:all .2s ease!important;}
.aksa-cg-brand:hover{border-color:#cdbb9d!important;box-shadow:0 12px 32px rgba(50,43,53,.08)!important;transform:translateY(-2px)!important;}
.aksa-cg-brand strong{color:#322b35!important;}
.aksa-cg-brand span{color:#7a727c!important;}
.aksa-pagination{gap:8px!important;margin:38px 0 10px!important;}
.aksa-pagination a,.aksa-pagination span{border-radius:0!important;background:#fff!important;border:1px solid #ddd7dc!important;color:#4b3a4d!important;min-width:40px!important;padding:10px 14px!important;text-decoration:none!important;font-weight:700!important;}
.aksa-pagination .current{background:var(--aksa-soft-dark)!important;color:#fff!important;border-color:var(--aksa-soft-dark)!important;}
.aksa-pagination a:hover{border-color:var(--aksa-gold)!important;color:var(--aksa-gold)!important;}
.aksa-show-more{padding-left:22px!important;padding-right:22px!important;background:#f7f5f7!important;}
@media(max-width:768px){footer .footer-grid{grid-template-columns:1fr!important;gap:24px!important;}footer .container{padding-top:40px!important;padding-bottom:26px!important;}.aksa-pagination a,.aksa-pagination span{padding:9px 11px!important;min-width:36px!important;}}

/* AksaLuX pagination visibility fix */
.aksa-pagination{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  margin:42px auto 54px!important;
  flex-wrap:wrap!important;
  clear:both!important;
  position:relative!important;
  z-index:2!important;
}
.aksa-pagination a,
.aksa-pagination span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:38px!important;
  height:38px!important;
  padding:0 13px!important;
  border:1px solid #d6d0d4!important;
  background:#fff!important;
  color:#4f3f53!important;
  font-size:13px!important;
  font-weight:600!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.aksa-pagination .current{
  background:#5a4760!important;
  border-color:#5a4760!important;
  color:#fff!important;
}
.aksa-pagination .page-dots{
  border:none!important;
  background:transparent!important;
  min-width:24px!important;
  color:#7b6f7d!important;
}
.aksa-pagination .aksa-show-more,
.aksa-pagination .page-prev{
  width:auto!important;
  min-width:118px!important;
  letter-spacing:.6px!important;
}
.aksa-pagination a:hover{
  border-color:#c89a6b!important;
  color:#c89a6b!important;
}
