/* ========================================================
:: Template Name: Kobimoda - Kobinet Yazilim Teknolojileri
:: Author: Kobinet Frond-End
:: Author URL: https://www.kobinet.com.tr
======================================================== */
@import url(assets/css/vendor/ecicons.min.css);
@import url(plugins/owl/owl.carousel.css);
@import url(plugins/owl/owl.theme.default.css);
@import url(plugins/fancybox/fancybox.min.css);
@import url(plugins/slick/slick/slick.css);
@import url(plugins/fontawesome/css/all.min.css);
@import url(assets/css/style.css);
@import url(assets/css/responsive.css);


body{
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

@media (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  input,
  textarea,
  select {
    line-height: 1.4 !important;
  }
}
.carousel-cell {
  width: 100%;
  margin-right: 10px;
}

/* owl nav */
.owl-prev span, .owl-next span {
  color: #222;
  background: #f1f1f1;
  padding: 10px;
}

.owl-prev span:hover, 
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
 outline: none;
}

span.indirim {
  border: 1px solid #d30808;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #d30808;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .mobile-theme-one {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .btn-mobile {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .menu-desktop {
    visibility: hidden;
    display: none;
  }
}
.search-dropdown {
  position: absolute;
  padding: 10px 30px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 33px;
  top: 50px;
  z-index: 100;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.search-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Tema root */
.urun-titlecolor {
  color: var(--urun-title-color);
}

.header-color {
  background: var(--header-color);
}
.header-text-color{
  color: var(--header-text-color);
}

.header-text-color{
  color: var(--header-text-color);
}
.header-menu-color{
  background: var(--menu-color);
}

.menu-text-color{
  color: var(--menu-text-color);
}

.menu-hover:hover{
  color: var(--menu-hover);
  background: var(--menu-hover-background);
}

.button-color{
  background: var(--button-color);
  color: var(--button-text-color);
  border: 1px solid #eee;
}
.button-color:hover{
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
}
.a-button-color{
  background: var(--a-button-color);
  color: var(--a-button-text-color);
  border: 1px solid #eee;
}
.a-button-color:hover{
  background: var(--a-button-hover-color);
  color: var(--a-button-hover-color-text);
}
.footer-color{
  background: var(--footer-color);
  color: var(--footer-text-color);
}
.footer-text-color{
  color: var(--footer-text-color);
}
.footer-text-color:hover{
  color: var(--footer-text-color);
}
.flex {
  display: flex;
}
.yuzde-indirim {
  display: inline-block;
  max-height: 75px;
  font-size: 19px;
  text-align: center;
  max-width: 75px;
  border-radius: 3px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: var(--urun-indirim-color);
  color: var(--urun-yuzde-color);
}
.eski-fiyat{
  font-size: 14px;
  color: var(--e-urun-fiyat-color);
  font-weight: 500;
  line-height: 1;
  font-family: sans-serif;
  display: flex;
}
.yeni-fiyat {
  font-weight: 800;
  font-size: 25px;
  color: var(--urun-fiyat-color);
  font-family: sans-serif;
}
.yeni-fiyat.with-campaign {
  color: var(--e-urun-fiyat-color);
  text-decoration: line-through;
}
#price-with-campaign {
  font-weight: 800;
  font-size: 25px;
  color: var(--urun-fiyat-color);
  font-family: sans-serif;
}
/** Force up and down arrow for number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}

/**   **************  */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.view-count-popup {
  position: fixed;
  z-index: 10;
  bottom: 60px;
  right: 80px;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  background-color: var(--footer-color);
  color: var(--footer-text-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cookie-consent-modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
}
.cookie-consent-modal.active{
  display: flex;
}

.cookie-consent-modal-content{
  color: #fff;
  width: 340px;
  opacity: 0.8;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
  z-index: 9999;
  position: fixed;
  left: 20px;
  bottom: 18px;
  padding: 17px;
  font-size: 12px;
}

.stories .item img {
  border: 1px solid #ddd;
  border-radius: 100%;
}

.stories .item a {
  color: black;
}

.cookie-btns{
  display: flex;
  justify-content: flex-end;
}

.cookie-btn.accept{
  background-color: rgb(0, 185, 124);
  color: #fff;
}

#cookie_img {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
  cursor: pointer;
  height: 14px;
}

button#cookie_img {
  background: transparent;
  border: none;
}

a.cookie {
  color: #fff;
  text-decoration: revert;
}

.number-input {
  border: 1px solid #ddd;
  display: inline-flex;
  height: 40px;
  padding: 2px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  background-color: #777;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 4.25rem;
  padding: .5rem;
  border: none;
  border-width: 0 5px;
  font-size: 16px;
  height: 2rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    color: var(--header-text-color);
    background: var(--header-color);
}
.mh-head a {
    color: inherit;
    text-decoration: none;
}
.mh-head.mh-size-2 {
    height: 80px;
}
.mh-head.mh-size-3 {
    height: 120px;
}
.mh-head.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mh-head.mh-sticky.mh-scrolledout {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.mh-head .mh-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: block;
    padding: 5px;
}
.mh-head.mh-align-left .mh-text {
    text-align: left;
}
.mh-head.mh-align-right .mh-text {
    text-align: right;
}
.mh-head.mh-btns-left {
    padding-left: 50px;
    background: var(--header-color);
    color: var(--header-text-color);
}
.mh-head.mh-btns-left-2 {
    padding-left: 90px;
}
.mh-head.mh-btns-left-3 {
    padding-left: 130px;
}
.mh-head.mh-btns-right {
    padding-right: 50px;
}
.mh-head.mh-btns-right-2 {
    padding-right: 90px;
}
.mh-head.mh-btns-right-3 {
    padding-right: 130px;
}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    color: var(--header-text-color);
}

.mh-head .righ-user {
    display: block;
    width: 44px;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 35px;
}

.mh-head .mh-btns-left {
    left: 10px;
}
.mh-head .mh-btns-right {
    right: 10px;
}
.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 80px;
}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
    width: 120px;
}
.mh-head .mh-btns-left > *,
.mh-head .mh-btns-right > * {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mh-head .mh-btns-left > :nth-child(1),
.mh-head .mh-btns-right > :nth-child(1) {
    left: 0;
    color: var(--header-text-color);
}
.mh-head .mh-btns-left > :nth-child(2),
.mh-head .mh-btns-right > :nth-child(2) {
    left: 40px;
}
.mh-head .mh-btns-left > :nth-child(3),
.mh-head .mh-btns-right > :nth-child(3) {
    left: 80px;
}
.mh-head .mh-list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0;
}
.mh-head .mh-list li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.mh-head .mh-list li a,
.mh-head .mh-list li span {
    display: block;
    padding: 10px;
}
.mh-head.mh-align-left .mh-list {
    text-align: left;
}
.mh-head.mh-align-right .mh-list {
    text-align: right;
}
.mh-head .hamburger {
    margin-top: 2px;
    -webkit-transform: scale(0.6, 0.7) translateY(-50%);
    -ms-transform: scale(0.6, 0.7) translateY(-50%);
    transform: scale(0.6, 0.7) translateY(-50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.mh-head .mh-image,
.mh-head .mh-logo {
    background: none center center transparent no-repeat;
    display: block;
    height: 100%;
}
.mh-head .mh-logo {
    background-size: contain;
    background-clip: content-box;
    padding: 10px;
}
.mh-head.mh-align-left .mh-logo {
    background-position: left center;
}
.mh-head.mh-align-right .mh-logo {
    background-position: right center;
}
.mh-head .mh-image {
    background-size: cover;
}
.mh-head .mh-form {
    padding: 7px 0;
    position: relative;
}
.mh-head .mh-form input {
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 12px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    outline: none;
}
.mh-head .mh-form input:hover{
  background-color: #f4f4fa;
}


.btn-mobile-search {
  color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mh-head .mh-form .fa {
    color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-mobile {
  width: 130px;
  height: 35px;
}
/* Mobil Navbar */

/* Kategoriler */
.kobinetoffcanvasmobile-active{
  overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.kobinetoffcanvasmobile{
  width:350px;
  visibility: hidden;
  transform:translateX(-100%);
  transition:all .2s;
  border-radius:0;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.kobinetoffcanvasmobile.kobinetoffcanvasmobile-right {
   right: 0;
   left: auto;
   transform: translateX(100%);
 }

.kobinetoffcanvasmobile.show{
  visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.kobinetoffcanvasmobile .btn-close{ position: absolute; right:15px; top:15px; }

.main-nav {
  width: 100%;
  background-color: #fff;
  /** tab open **/
}
.main-nav ul, .main-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav ul ul li a {
  padding: 10px 0 10px 40px;
  /* background: #000; */
}
.main-nav li {
  border-bottom: 1px solid #dee2e6!important;
}
.has-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.has-sub span {
  width: 32px;
  height: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.main-nav a, .main-nav-prev-page-button {
  text-decoration: none;
  display: block;
  flex-grow: 1;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 10px 0 10px 20px!important;
}
.main-nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-nav-sub-menu {
  display: none;
}
.main-nav ul li.tab ul {
  display: block;
}
.main-nav .sub-arrow:after {
  content: "\203A";
  float: right;
  margin-right: 20px;
  transform: rotate(90deg);
}
.main-nav li.tab .sub-arrow:after {
  content: "\2039";
}
span.cart-icon {
    position: absolute;
    padding: 0.25em 0.6em;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    border-radius: 3rem;
    color: #fff;
    background-color: #009688;
    right: 0px;
}
/* Mobil Footer CSS */
.mobil-nav-area {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
background-color: #ffffff;
width: 100%;
height: 58px;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
-webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15); }

.kobinet-footer-nav ul {
width: 100%; }
.kobinet-footer-nav ul li {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
position: relative;
list-style: none;
z-index: 1; }
.kobinet-footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    color: #747794;
    text-decoration: none;
    z-index: 1;
}
.kobinet-footer-nav ul li a i {
display: block;
font-size: 18px;
margin-bottom: 4px; }
.kobinet-footer-nav ul li a:hover, .kobinet-footer-nav ul li a:focus {
color: #100DD1; }
.kobinet-footer-nav ul li a img {
max-height: 1.5rem;
margin: 0 auto .25rem;
display: block; }
.kobinet-footer-nav ul li.active a {
color: #100DD1; }

.one-widget {
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #e9ecef;
}
.one-widget-title {
  margin-bottom: 0;
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0.085);
}
.categories {
  display: block;
  font-size: 14px;
  color: #555;
  margin: 5px 15px 2px;
}
.categories-scrollbar {
  height: 200px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
a.categories-sub {
  display: block;
  color: #555;
  margin: 0px 10px 5px;
}
.one-filters {
  padding: 10px;
}

.filter-flex {
    display: flex;
}
.filter-flex.filter-grid {
   display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  border: 1px solid #dae0e5;
}
select.filter-select {
    outline: 0;
    box-shadow: none;
    border: none;
    background: #ffffff;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777777;
    cursor: pointer;
    margin: 0px;
    float: right;
}
.comment-actions {
    font-size: 13px;
}
.comment-date {
    font-size: 12px;
}
img.comment-avatar {
    height: 50px;
    width: 50px;
    border-radius: 33px;
    margin-right: 10px;
}
.comment-wrap {
    display: flex;
}
.comment-user {
    font-weight: 700;
    font-size: 13px;
    color: #3e6e86;
}

/* Profil */
a.profile-a-href {
    position: relative;
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 1;
    text-decoration: none;
    background-color: #f8f9fa;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    padding: 10px;
}
.profile-user-img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    object-fit: contain;
}
a.profile-user {
    position: relative;
    display: flow-root;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
a.profile-a-href:hover {
    color: #ff6000;
}
span.profile-username {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.profile-card-user {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #444;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.profile-card-title {
    font-size: 13px;
    font-weight: 700;
}
p.p-profile-small {
    font-size: 12px;
    color: #736b6b;
}
.order-item {
    padding: 20px;
    border: 0;
    color: black;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.ec-single-cart {
    display: inline-block;
}

.siparis-detay-urun {
    margin-top: 10px;
    padding: 5px;
    border-top: 1px solid #ddd;
}
.siparis-detay-profile {
    border: 1px solid #eee;
    border-radius: 9px;
    padding: 10px;
}
button.solo-button-tekrar {
    align-items: center;
    background-color: #ffefe5;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: #ff6000;
    font-size: 12px;
    height: 26px;
}
.profile-product-detail-title {
    color: #484848;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 1.5;
}


.profile-product-detail-title a {
    color: #484848;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
}
.profile-product-order-price span {
    color: #439e4a;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.tk-buy {
    background: #f7fdf7;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
a.profile-button-cancel {
    padding: 5px;
    text-decoration: none;
    outline: none;
}

.user-profile-card {
    padding: 10px;
    border: 1px solid #ddd;
}
.user-profile-card h5 {
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 7px;
}
.adres-profile-title {
    color: #4b4949;
    font-size: 13px;
}
.adres-profile-title span{ 
color: #222;
}

/* ========================================================
   Modern Product Cards - Tüm Ürün Kartları İçin
======================================================== */

/* Product Card Container */
.modern-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.modern-product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* Product Image Wrapper - Sabit Boyut */
.modern-product-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-product-image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.modern-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  padding: 12px;
}

.modern-product-card:hover .modern-product-image {
  transform: scale(1.05);
}

/* Discount Badge */
.modern-discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--urun-indirim-color);
  color: var(--urun-yuzde-color);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Stock Overlay */
.modern-stock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border-radius: 12px 12px 0 0;
}

.modern-stock-badge {
  background: #6b7280;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Product Info */
.modern-product-info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Rating */
.modern-product-rating {
  margin-bottom: 4px;
}

.modern-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.modern-star-fill {
  color: #fbbf24;
  font-size: 12px;
}

.modern-star-empty {
  color: #d1d5db;
  font-size: 12px;
}

/* Product Title */
.modern-product-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modern-product-title a {
  color: var(--urun-title-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.modern-product-title a:hover {
  color: var(--button-color);
}

/* Product Price */
.modern-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.modern-price-current {
  font-size: 18px;
  font-weight: 700;
  color: var(--urun-fiyat-color);
}

.modern-price-new {
  font-size: 18px;
  font-weight: 700;
  color: var(--urun-fiyat-color);
}

.modern-price-old {
  font-size: 14px;
  color: var(--e-urun-fiyat-color);
  text-decoration: line-through;
  font-weight: 500;
}

/* Campaign Info */
.modern-campaign-info {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
  border-radius: 6px;
  font-size: 12px;
  color: #ef4444;
  font-weight: 600;
  margin-top: 4px;
}

.modern-campaign-info i {
  font-size: 11px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-product-image-wrapper {
    height: 200px;
  }
  
  .modern-product-title {
    font-size: 13px;
    min-height: 36px;
  }
  
  .modern-price-current,
  .modern-price-new {
    font-size: 16px;
  }
  
  .modern-price-old {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .modern-product-image-wrapper {
    height: 180px;
  }
  
  .modern-product-info {
    padding: 12px;
  }
  
  .modern-product-title {
    font-size: 12px;
    min-height: 32px;
  }
}

/* ========================================================
   Brand Header Styles (Görsele Göre)
======================================================== */

/* Brand Header - Top Section */
.brand-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  z-index: 100;
}

.brand-header-top {
  background: var(--header-color) !important;
  color: var(--header-text-color) !important;
  position: relative;
  z-index: 101;
}

/* Logo Section */
.brand-logo-section {
  padding: 0;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.brand-logo-text {
  display: flex;
  align-items: center;
}

.brand-logo-img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

/* Search Section */
.brand-search-section {
  padding: 0 20px;
}

.brand-search-form {
  position: relative;
}

.brand-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.brand-search-input {
  width: 100%;
  padding: 12px 100px 12px 18px;
  border: 2px solid var(--button-color);
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.brand-search-input:focus {
  outline: none;
  border-color: var(--button-hover-color);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.brand-search-input::placeholder {
  color: #9ca3af;
}

.brand-search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--button-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  height: calc(100% - 8px);
}

.brand-search-btn:hover {
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
  transform: translateY(-50%) scale(1.02);
}

.brand-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 8px 0;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.brand-search-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand-search-dropdown ul li {
  padding: 10px 18px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.brand-search-dropdown ul li:hover {
  background: rgba(0,0,0,0.05);
}

/* Actions Section */
.brand-actions-section {
  padding: 0;
}

.brand-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--header-text-color);
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 8px;
  min-width: 70px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

.brand-action-item:hover {
  background: rgba(255,255,255,0.1);
  color: var(--header-text-color);
  transform: translateY(-2px);
}

.brand-action-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.brand-action-icon i {
  font-size: 22px;
  color: var(--header-text-color);
}

.brand-action-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--header-text-color);
  white-space: nowrap;
  line-height: 1.2;
}

.brand-cart-item .brand-action-icon {
  position: relative;
}

.brand-cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--button-color);
  color: var(--button-text-color);
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  padding: 0 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border: 2px solid var(--header-color);
}

.brand-user-item {
  position: relative;
}

.brand-user-item .brand-action-btn {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.brand-dropdown-menu {
  display: none;
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px;
  min-width: 220px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1100;
  background: #fff;
}

.brand-dropdown-menu.show {
  display: block !important;
}

.brand-user-item .dropdown.show .brand-dropdown-menu {
  display: block !important;
}

.brand-dropdown-menu .dropdown-item {
  padding: 10px 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.brand-dropdown-menu .dropdown-item:hover {
  background: rgba(0,0,0,0.05);
  color: var(--button-color);
}

.brand-dropdown-menu .dropdown-item i {
  font-size: 16px;
  width: 20px;
}

.brand-dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-color: rgba(0,0,0,0.1);
}

/* Bottom Navigation Section */
.brand-header-bottom {
  background: var(--menu-color) !important;
  color: var(--menu-text-color) !important;
  position: relative;
  z-index: 100;
}

.brand-nav-wrapper {
  display: contents;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.brand-categories-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--button-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.brand-categories-btn:hover {
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.brand-categories-btn i {
  font-size: 16px;
}

.brand-main-nav {
  flex: 1;
  min-width: 0;
}

.brand-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
  flex-wrap: wrap;
}

.brand-nav-list > li {
  position: relative;
}

.brand-nav-list > li > a {
  display: block;
  padding: 10px 16px;
  color: var(--menu-text-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 6px;
  position: relative;
}

.brand-nav-list > li > a:hover,
.brand-nav-list > li > a.active {
  color: var(--menu-hover);
  background: var(--menu-hover-background);
}

/* Mega Menu Styles */
.brand-nav-list .dropdown {
  position: relative;
}

.brand-nav-list .dropdown.position-static {
  position: static;
}

.brand-header-bottom {
  position: relative;
}

.brand-nav-wrapper {
  position: relative;
}

.brand-header-bottom {
  position: relative;
}

.brand-nav-list .dropdown-toggle {
  cursor: pointer;
}

.brand-nav-list .dropdown-toggle::after {
  display: none !important;
}

.brand-nav-list .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 0;
  min-width: 200px;
  z-index: 1000;
  display: none;
  list-style: none;
  border: none;
}

.brand-nav-list .dropdown-menu.show {
  display: block !important;
}

.brand-nav-list .dropdown.show .dropdown-menu,
.brand-nav-list .dropdown:hover .dropdown-menu,
.brand-nav-list .dropdown-menu:hover {
  display: block;
}

/* Mega Menu - Full Width */
.brand-nav-list .dropdown.position-static .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px;
}

.brand-nav-list .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 24px;
  margin-top: 0;
  z-index: 1000;
  display: none;
  list-style: none;
  border: none;
}

.brand-nav-list .dropdown.position-static .mega-menu {
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: absolute;
}

.brand-nav-list .dropdown.position-static {
  position: static;
}

.brand-nav-list .mega-menu.show {
  display: block !important;
}

.brand-nav-list .dropdown.show .mega-menu,
.brand-nav-list .dropdown:hover .mega-menu,
.brand-nav-list .mega-menu:hover {
  display: block;
}

.brand-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 0;
  min-width: 200px;
  z-index: 1000;
  display: none;
  list-style: none;
  border: none;
}

.brand-nav-list .sub-menu.show {
  display: block !important;
}

.brand-nav-list .dropdown.show .sub-menu,
.brand-nav-list .dropdown:hover .sub-menu,
.brand-nav-list .sub-menu:hover {
  display: block;
}

.brand-nav-list .sub-menu li,
.brand-nav-list .mega-menu li {
  padding: 0;
  list-style: none;
}

.brand-nav-list .sub-menu .dropdown-item {
  display: block;
  padding: 10px 18px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
  border: none;
  background: transparent;
}

.brand-nav-list .sub-menu .dropdown-item:hover {
  background: rgba(0,0,0,0.05);
  color: var(--button-color);
}

.brand-nav-list .mega-menu .d-flex {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-nav-list .mega-menu .d-block {
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-nav-list .mega-menu .menu_title {
  margin-bottom: 12px;
  padding: 0;
  list-style: none;
}

.brand-nav-list .mega-menu .menu_title a {
  font-weight: 600;
  font-size: 15px;
  color: #1f2937;
  padding: 0;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.brand-nav-list .mega-menu .menu_title a:hover {
  color: var(--button-color);
  background: transparent;
}

.brand-nav-list .mega-menu li {
  padding: 0;
  margin-bottom: 6px;
  list-style: none;
}

.brand-nav-list .mega-menu li a {
  padding: 6px 0;
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.brand-nav-list .mega-menu li a:hover {
  color: var(--button-color);
  background: transparent;
}

/* Responsive */
@media (max-width: 1199px) {
  .brand-actions {
    gap: 16px;
  }
  
  .brand-action-item {
    min-width: 60px;
  }
  
  .brand-action-text {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .brand-search-section {
    padding: 0 10px;
  }
  
  .brand-search-input {
    padding: 10px 90px 10px 16px;
    font-size: 14px;
  }
  
  .brand-search-btn {
    padding: 6px 16px;
    font-size: 13px;
  }
}

/* Kargo Bildirimi */
.modern-cargo-notice {
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Mobil Header */
.modern-mobile-header {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.modern-mobile-btn {
  background: transparent;
  border: none;
  color: var(--header-text-color);
  font-size: 20px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.modern-mobile-btn:hover {
  background: rgba(255,255,255,0.1);
  transform: scale(1.05);
}

.modern-mobile-icon {
  color: var(--header-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}

.modern-mobile-icon:hover {
  background: rgba(255,255,255,0.1);
  transform: scale(1.1);
}

.modern-cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--button-color);
  color: var(--button-text-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Mobil Arama */
.modern-mobile-search {
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.modern-search-input {
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  font-size: 14px;
}

.modern-search-input:focus {
  border-color: var(--button-color);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
  outline: none;
}

.modern-search-btn {
  background: transparent;
  border: none;
  color: var(--header-text-color);
  transition: all 0.3s ease;
}

.modern-search-btn:hover {
  color: var(--button-color);
  transform: scale(1.1);
}

/* Mobil Menü */
.modern-mobile-menu-header {
  background: var(--header-color);
  color: var(--header-text-color);
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.modern-close-btn {
  background: transparent;
  border: none;
  color: var(--header-text-color);
  font-size: 20px;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.modern-close-btn:hover {
  background: rgba(0,0,0,0.1);
  transform: rotate(90deg);
}

.modern-menu-title {
  color: var(--header-text-color);
  font-weight: 600;
  font-size: 18px;
}

/* Desktop Header */
.modern-desktop-header {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.modern-header-top {
  padding: 16px 0;
  transition: all 0.3s ease;
}

.modern-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */
.modern-logo-wrapper {
  flex-shrink: 0;
}

.modern-logo {
  transition: all 0.3s ease;
}

.modern-logo:hover {
  transform: scale(1.02);
}

.modern-logo-img {
  max-height: 50px;
  width: auto;
  transition: all 0.3s ease;
  object-fit: contain;
}

.modern-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/* Arama */
.modern-search-wrapper {
  flex: 1;
  max-width: 600px;
  margin: 0 auto;
}

.modern-search-box {
  position: relative;
}

.modern-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.modern-search-input-desktop {
  width: 100%;
  padding: 14px 120px 14px 20px;
  border: 2px solid var(--button-color);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #333;
}

.modern-search-input-desktop:focus {
  border-color: var(--button-color);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
  outline: none;
}

.modern-search-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--button-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  height: calc(100% - 8px);
}

.modern-search-submit:hover {
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
  transform: translateY(-50%) scale(1.02);
}

.modern-search-submit i {
  display: none;
}

.modern-search-submit::after {
  content: 'Ara';
  font-size: 14px;
  font-weight: 600;
}

.modern-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 12px 0;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.modern-search-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-search-dropdown ul li {
  padding: 12px 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.modern-search-dropdown ul li:hover {
  background: rgba(0,0,0,0.05);
}

/* Header Actions - Icon + Text Style */
.modern-header-actions {
  flex-shrink: 0;
}

.modern-header-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.modern-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--header-text-color);
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 8px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  min-width: 60px;
}

.modern-action-item:hover {
  background: rgba(255,255,255,0.05);
  color: var(--header-text-color);
  transform: translateY(-2px);
}

.modern-action-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.modern-action-icon i {
  font-size: 22px;
  color: var(--header-text-color);
}

.modern-action-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--header-text-color);
  white-space: nowrap;
  line-height: 1.2;
}

.modern-cart-action .modern-action-icon {
  position: relative;
}

.modern-cart-badge-small {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--button-color);
  color: var(--button-text-color);
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  padding: 0 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border: 2px solid var(--header-color);
}

.modern-user-action .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modern-dropdown-menu {
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 12px;
  padding: 8px;
  margin-top: 8px;
  min-width: 220px;
}

.modern-dropdown-item {
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.modern-dropdown-item:hover {
  background: rgba(0,0,0,0.05);
  color: var(--button-color);
  transform: translateX(4px);
}

.modern-dropdown-item i {
  font-size: 16px;
  width: 20px;
}

.modern-dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-color: rgba(0,0,0,0.1);
}

/* Ana Menü */
.modern-main-menu {
  border-top: 1px solid rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.modern-menu-container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.modern-menu-left {
  flex-shrink: 0;
}

.modern-categories-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: var(--menu-text-color);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.modern-categories-toggle:hover {
  background: var(--menu-hover-background);
  color: var(--menu-hover);
}

.modern-categories-toggle i {
  font-size: 16px;
}

.modern-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  flex: 1;
  justify-content: flex-start;
}

.modern-menu-list > li {
  position: relative;
}

.modern-menu-list > li > a {
  display: block;
  padding: 14px 20px;
  color: var(--menu-text-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
}

.modern-menu-list > li > a:hover,
.modern-menu-list > li > a.active {
  color: var(--menu-hover);
  background: var(--menu-hover-background);
}

.modern-menu-list > li > a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 0;
  height: 2px;
  background: var(--menu-hover);
  transition: all 0.3s ease;
}

.modern-menu-list > li > a:hover::after,
.modern-menu-list > li > a.active::after {
  transform: translateX(-50%) scaleX(1);
  width: calc(100% - 40px);
}

/* Responsive */
@media (max-width: 991px) {
  .modern-header-flex {
    gap: 12px;
  }
  
  .modern-search-wrapper {
    max-width: 100%;
  }
  
  .modern-logo-img {
    max-height: 40px;
  }
  
  .modern-icon-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .modern-header-top {
    padding: 12px 0;
  }
  
  .modern-search-input-desktop {
    padding: 10px 45px 10px 16px;
    font-size: 13px;
  }
  
  .modern-search-submit {
    width: 34px;
    height: 34px;
    right: 6px;
  }
}

/* ========================================================
   Modern Auth Pages (Login, Register, Reset Password)
======================================================== */

.modern-auth-section {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

.modern-auth-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.modern-auth-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.modern-auth-header {
  background: #3a679514;
  color: #1f2937;
  padding: 40px 30px;
  text-align: center;
}

.modern-auth-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--button-color);
}

.modern-auth-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1f2937;
}

.modern-auth-subtitle {
  font-size: 14px;
  margin: 0;
  color: #6b7280;
}

.modern-auth-body {
  padding: 40px 30px;
}

.modern-form-group {
  margin-bottom: 24px;
}

.modern-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.modern-form-label i {
  font-size: 16px;
  color: var(--button-color);
}

.modern-form-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
  color: #1f2937;
}

.modern-form-input:focus {
  outline: none;
  border-color: var(--button-color);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modern-form-input.is-invalid {
  border-color: #ef4444;
}

.modern-form-error {
  margin-top: 6px;
  font-size: 13px;
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modern-form-options {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
}

.modern-form-link {
  color: var(--button-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.modern-form-link:hover {
  color: var(--button-hover-color);
  text-decoration: underline;
}

.modern-auth-btn {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.modern-auth-btn-primary {
  background: var(--button-color);
  color: var(--button-text-color);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modern-auth-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  color: var(--button-text-color);
}

.modern-auth-btn-secondary {
  background: #6b7280;
  color: #fff;
}

.modern-auth-btn-secondary:hover {
  background: #4b5563;
  color: #fff;
}

.modern-auth-divider {
  margin: 30px 0;
  text-align: center;
  position: relative;
}

.modern-auth-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e7eb;
}

.modern-auth-divider span {
  background: #fff;
  padding: 0 16px;
  color: #6b7280;
  font-size: 14px;
  position: relative;
}

.modern-auth-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modern-social-btn {
  width: 100%;
  padding: 12px 24px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.modern-social-btn:hover {
  border-color: var(--button-color);
  color: var(--button-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.modern-social-google:hover {
  border-color: #ea4335;
  color: #ea4335;
}

.modern-social-facebook:hover {
  border-color: #1877f2;
  color: #1877f2;
}

.modern-auth-footer {
  padding: 24px 30px;
  background: #f9fafb;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.modern-auth-footer p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.modern-auth-link {
  color: var(--button-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.modern-auth-link:hover {
  color: var(--button-hover-color);
  text-decoration: underline;
}

.modern-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.modern-checkbox-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--button-color);
}

.modern-checkbox-label {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-auth-section {
    padding: 30px 0;
  }
  
  .modern-auth-header {
    padding: 30px 20px;
  }
  
  .modern-auth-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .modern-auth-title {
    font-size: 24px;
  }
  
  .modern-auth-body {
    padding: 30px 20px;
  }
  
  .modern-auth-footer {
    padding: 20px;
  }
}

/* ========================================================
   Modern Contact Page
======================================================== */

.modern-contact-section {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.modern-contact-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modern-contact-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.modern-contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}

.modern-contact-icon-address {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.modern-contact-icon-phone {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.modern-contact-icon-email {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.modern-contact-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
}

.modern-contact-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.modern-contact-link {
  color: var(--button-color);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.modern-contact-link:hover {
  color: var(--button-hover-color);
  text-decoration: underline;
}

.modern-contact-link i {
  font-size: 14px;
}

.modern-contact-form-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.modern-contact-form-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.modern-contact-form-header {
  background: linear-gradient(135deg, #3a679514 0%, #3a679520 100%);
  color: #1f2937;
  padding: 40px 30px;
  text-align: center;
}

.modern-contact-form-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--button-color);
}

.modern-contact-form-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1f2937;
}

.modern-contact-form-subtitle {
  font-size: 14px;
  margin: 0;
  color: #6b7280;
}

.modern-contact-form-body {
  padding: 40px 30px;
}

.modern-form-textarea {
  resize: vertical;
  min-height: 150px;
}

.modern-form-input select {
  cursor: pointer;
}

.modern-form-input select option {
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-contact-section {
    padding: 30px 0;
  }
  
  .modern-contact-card {
    padding: 24px 20px;
  }
  
  .modern-contact-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .modern-contact-form-header {
    padding: 30px 20px;
  }
  
  .modern-contact-form-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .modern-contact-form-title {
    font-size: 24px;
  }
  
  .modern-contact-form-body {
    padding: 30px 20px;
  }
}

/* ========================================================
   Modern Blog Pages
======================================================== */

.modern-blog-section {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.modern-blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.modern-blog-page-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
}

.modern-blog-page-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.modern-blog-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.modern-blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-blog-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.modern-blog-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f3f4f6;
}

.modern-blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.modern-blog-card:hover .modern-blog-image {
  transform: scale(1.1);
}

.modern-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.modern-blog-card:hover .modern-blog-overlay {
  opacity: 1;
}

.modern-blog-overlay i {
  color: #fff;
  font-size: 32px;
}

.modern-blog-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modern-blog-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

.modern-blog-date i {
  font-size: 14px;
  color: var(--button-color);
}

.modern-blog-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-blog-excerpt {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-blog-read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--button-color);
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  transition: all 0.2s ease;
}

.modern-blog-card:hover .modern-blog-read-more {
  gap: 10px;
}

.modern-blog-read-more i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.modern-blog-card:hover .modern-blog-read-more i {
  transform: translateX(4px);
}

.modern-blog-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.modern-blog-pagination .pagination {
  margin: 0;
}

.modern-blog-pagination .page-link {
  color: var(--button-color);
  border-color: #e5e7eb;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0 4px;
}

.modern-blog-pagination .page-link:hover {
  background: var(--button-color);
  color: var(--button-text-color);
  border-color: var(--button-color);
}

.modern-blog-pagination .page-item.active .page-link {
  background: var(--button-color);
  border-color: var(--button-color);
  color: var(--button-text-color);
}

.modern-blog-empty {
  text-align: center;
  padding: 80px 20px;
}

.modern-blog-empty-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--button-color);
}

.modern-blog-empty-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
}

.modern-blog-empty-text {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

/* Blog Detail Page */
.modern-blog-detail-section {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.modern-blog-detail-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 40px;
}

.modern-blog-detail-header {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.modern-blog-detail-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}

.modern-blog-detail-date i {
  font-size: 16px;
  color: var(--button-color);
}

.modern-blog-detail-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}

.modern-blog-detail-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.modern-blog-detail-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.modern-blog-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.modern-blog-detail-content h1,
.modern-blog-detail-content h2,
.modern-blog-detail-content h3 {
  color: #1f2937;
  margin-top: 24px;
  margin-bottom: 12px;
}

.modern-blog-detail-content p {
  margin-bottom: 16px;
}

.modern-blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.modern-blog-detail-content a {
  color: var(--button-color);
  text-decoration: none;
}

.modern-blog-detail-content a:hover {
  text-decoration: underline;
}

/* Blog Sidebar */
.modern-blog-sidebar-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 24px;
}

.modern-blog-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.modern-blog-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modern-blog-sidebar-title i {
  font-size: 20px;
  color: var(--button-color);
}

.modern-blog-sidebar-link {
  color: var(--button-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.modern-blog-sidebar-link:hover {
  gap: 8px;
  color: var(--button-hover-color);
}

.modern-blog-sidebar-link i {
  font-size: 12px;
}

.modern-blog-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modern-blog-sidebar-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.modern-blog-sidebar-item:hover {
  background: #f9fafb;
  transform: translateX(4px);
}

.modern-blog-sidebar-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
}

.modern-blog-sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-blog-sidebar-content {
  flex: 1;
  min-width: 0;
}

.modern-blog-sidebar-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-blog-sidebar-item-date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6b7280;
}

.modern-blog-sidebar-item-date i {
  font-size: 12px;
  color: var(--button-color);
}

/* Responsive */
@media (max-width: 768px) {
  .modern-blog-section {
    padding: 30px 0;
  }
  
  .modern-blog-page-title {
    font-size: 28px;
  }
  
  .modern-blog-image-wrapper {
    height: 180px;
  }
  
  .modern-blog-content {
    padding: 20px;
  }
  
  .modern-blog-title {
    font-size: 18px;
  }
  
  .modern-blog-detail-card {
    padding: 24px 20px;
  }
  
  .modern-blog-detail-title {
    font-size: 24px;
  }
  
  .modern-blog-sidebar-card {
    margin-top: 30px;
    padding: 20px;
  }
}

/* ========================================================
   Modern Page Detail
======================================================== */

.modern-page-detail-section {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.modern-page-detail-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 0;
}

.modern-page-detail-header {
  background: linear-gradient(135deg, #3a679514 0%, #3a679520 100%);
  color: #1f2937;
  padding: 50px 40px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.modern-page-detail-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--button-color);
}

.modern-page-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}

.modern-page-detail-content {
  padding: 50px 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.modern-page-detail-content h1,
.modern-page-detail-content h2,
.modern-page-detail-content h3,
.modern-page-detail-content h4,
.modern-page-detail-content h5,
.modern-page-detail-content h6 {
  color: #1f2937;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}

.modern-page-detail-content h1 {
  font-size: 32px;
}

.modern-page-detail-content h2 {
  font-size: 28px;
}

.modern-page-detail-content h3 {
  font-size: 24px;
}

.modern-page-detail-content h4 {
  font-size: 20px;
}

.modern-page-detail-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.modern-page-detail-content ul,
.modern-page-detail-content ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.modern-page-detail-content li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.modern-page-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.modern-page-detail-content a {
  color: var(--button-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.modern-page-detail-content a:hover {
  color: var(--button-hover-color);
  text-decoration: underline;
}

.modern-page-detail-content blockquote {
  border-left: 4px solid var(--button-color);
  padding: 16px 24px;
  margin: 24px 0;
  background: #f9fafb;
  border-radius: 4px;
  font-style: italic;
  color: #6b7280;
}

.modern-page-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.modern-page-detail-content table th,
.modern-page-detail-content table td {
  padding: 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.modern-page-detail-content table th {
  background: #f9fafb;
  font-weight: 600;
  color: #1f2937;
}

.modern-page-detail-content code {
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  color: #ef4444;
}

.modern-page-detail-content pre {
  background: #1f2937;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 24px 0;
}

.modern-page-detail-content pre code {
  background: transparent;
  color: #fff;
  padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-page-detail-section {
    padding: 30px 0;
  }
  
  .modern-page-detail-header {
    padding: 30px 20px;
  }
  
  .modern-page-detail-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .modern-page-detail-title {
    font-size: 24px;
  }
  
  .modern-page-detail-content {
    padding: 30px 20px;
  }
  
  .modern-page-detail-content h1 {
    font-size: 24px;
  }
  
  .modern-page-detail-content h2 {
    font-size: 20px;
  }
  
  .modern-page-detail-content h3 {
    font-size: 18px;
  }
}

/* ========================================================
   Modern Footer Styles
======================================================== */

.ec-footer {
  background: var(--footer-color) !important;
  color: var(--footer-text-color) !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-container {
  width: 100%;
}

.footer-top {
  padding: 60px 0 40px;
}

.ec-footer-service {
  margin-bottom: 40px;
}

.ec-footer-widget {
  height: 100%;
}

.ec-footer-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--footer-text-color) !important;
  margin: 0 0 24px;
  padding-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}





.ec-footer-links {
  margin-top: 16px;
}

.ec-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ec-footer-link {
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.ec-footer-link i {
  font-size: 16px;
  color: var(--button-color);
  margin-right: 8px;
}

.ec-footer-link a {
  color: var(--footer-text-color) !important;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  opacity: 0.85;
  padding: 6px 0;
  position: relative;
}

.ec-footer-link a::before {
  content: '';
  position: absolute;
  left: -12px;
  width: 0;
  height: 2px;
  background: var(--button-color);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.ec-footer-link a:hover {
  opacity: 1;
  color: var(--button-color) !important;
  transform: translateX(8px);
  padding-left: 4px;
}

.ec-footer-link a:hover::before {
  width: 8px;
}

/* E-Bülten Form */
.ec-footer-news {
  margin-bottom: 30px;
}

.ec-subscribe-form {
  margin-top: 20px;
}

.ec-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
  background: rgba(255,255,255,0.05);
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
}

.ec-email {
  flex: 1;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: var(--footer-text-color);
  font-size: 15px;
  transition: all 0.3s ease;
}

.ec-email::placeholder {
  color: rgba(255,255,255,0.5);
}

.ec-email:focus {
  outline: none;
  background: rgba(255,255,255,0.1);
}

#ec-news-btn {
  padding: 14px 24px;
  background: var(--button-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#ec-news-btn:hover {
  background: var(--button-hover-color);
  color: var(--button-hover-color-text);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

#ec-news-btn i {
  font-size: 18px;
}

/* Footer Bottom */
.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-bottom .row {
  align-items: center;
}

.footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--footer-text-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-text::before {
  content: '📱';
  font-size: 18px;
}

.footer-bottom-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-bottom-social .list-inline-item {
  margin: 0;
}

.footer-bottom-social a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  color: var(--footer-text-color);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid rgba(255,255,255,0.15);
  position: relative;
  overflow: hidden;
}

.footer-bottom-social a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.footer-bottom-social a:hover::before {
  width: 100%;
  height: 100%;
}

.footer-bottom-social a:hover {
  background: var(--button-color);
  color: var(--button-text-color);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  border-color: var(--button-color);
  z-index: 1;
}

.footer-bottom-social .hdr-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.footer-bottom-social .hdr-twitter:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}

.footer-bottom-social .hdr-instagram:hover {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  border-color: #833ab4;
}

.footer-bottom-social .hdr-youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.footer-bottom-social .hdr-linkedin:hover {
  background: #0077b5;
  border-color: #0077b5;
}

.footer-bottom-social i {
  font-size: 18px;
}

.footer-bottom-copy {
  text-align: center;
  padding: 0 20px;
}

.ec-copy {
  font-size: 15px;
  color: var(--footer-text-color);
  margin-bottom: 12px;
  opacity: 0.95;
  line-height: 1.6;
}

.footer-bottom-copy p {
  margin: 0;
  font-size: 13px;
  opacity: 0.8;
}

.footer-bottom-copy a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-bottom-copy a:hover {
  color: var(--button-color);
  opacity: 1;
  transform: translateY(-1px);
}

.footer-bottom-copy a b {
  transition: all 0.3s ease;
}

.footer-bottom-copy a:hover b {
  color: var(--button-color) !important;
}

.footer-bottom-payment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.payment-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.payment-link:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.payment-link img {
  max-height: 32px;
  width: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.payment-link:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .footer-top {
    padding: 40px 0 20px;
  }
  
  .ec-footer-service {
    margin-bottom: 40px;
  }
  
  .footer-bottom .row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
    text-align: center;
  }
  
  .footer-bottom-social {
    justify-content: center;
  }
  
  .footer-bottom-payment {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 30px 0 20px;
  }
  
  .ec-footer-heading {
    font-size: 16px;
  }
  
  .ec-form {
    flex-direction: column;
  }
  
  #ec-news-btn {
    width: 100%;
  }
}

/* ========================================================
   Modern Product Detail Page
======================================================== */

.modern-breadcrumb {
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

.modern-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.modern-breadcrumb .breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s ease;
}

.modern-breadcrumb .breadcrumb-item a:hover {
  color: var(--button-color);
}

.modern-breadcrumb .breadcrumb-item.active {
  color: #1f2937;
  font-weight: 500;
}

.modern-product-detail-section {
  background: #fff;
  padding: 40px 0;
}

.modern-product-images {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.modern-product-main-slider {
  margin-bottom: 20px;
}

.modern-product-main-slider .item {
  border-radius: 8px;
  overflow: hidden;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.modern-product-main-slider .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modern-product-main-slider .item img:hover {
  transform: scale(1.05);
}

.modern-product-main-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

.modern-product-main-slider .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9) !important;
  border: 2px solid #e5e7eb !important;
  color: #374151 !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modern-product-main-slider .owl-nav button:hover {
  background: var(--button-color) !important;
  border-color: var(--button-color) !important;
  color: #fff !important;
  transform: scale(1.1);
}

.modern-product-main-slider .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.modern-product-main-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db !important;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.modern-product-main-slider .owl-dots .owl-dot.active {
  background: var(--button-color) !important;
  width: 24px;
  border-radius: 6px;
}

.modern-product-thumb-slider {
  margin-top: 15px;
}

.modern-product-thumb-slider .item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  padding: 4px;
}

.modern-product-thumb-slider .item:hover,
.modern-product-thumb-slider .item.active {
  border-color: var(--button-color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.modern-product-thumb-slider .item img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  border-radius: 4px;
}

.modern-product-header {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}

/* Product Detail Page Title - Specific selector for detail page only */
.modern-product-header h1.modern-product-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
  margin: 0 0 12px 0;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: auto;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
}

.modern-product-title .variant-name {
  font-size: 20px;
  color: var(--button-color);
  font-weight: 600;
}

.modern-product-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.brand-link {
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}

.brand-link:hover {
  color: var(--button-color);
}

.brand-img {
  max-height: 24px;
  width: auto;
}

.brand-separator {
  color: #d1d5db;
}

.modern-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modern-product-rating .stars {
  display: flex;
  gap: 2px;
}

.modern-product-rating .star-filled {
  color: #fbbf24;
  font-size: 16px;
}

.modern-product-rating .rating-text {
  color: #6b7280;
  font-size: 14px;
}

.modern-product-short-desc {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0;
}

.modern-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
}

.modern-product-meta .meta-label {
  color: #6b7280;
  font-size: 14px;
  margin-right: 8px;
}

.modern-product-meta strong {
  color: #1f2937;
  font-weight: 600;
}

.stock-status.stock-available {
  color: #10b981;
}

.stock-status.stock-unavailable {
  color: #f59e0b;
}

.modern-product-price-section {
  padding: 24px;
  margin-top: 24px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  border: 1px solid #bae6fd;
}

.modern-campaign-countdown {
  background: rgba(255,255,255,0.8);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.countdown-header {
  font-size: 14px;
  font-weight: 600;
  color: #dc2626;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.countdown-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 70px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.countdown-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  line-height: 1.2;
}

.countdown-label {
  display: block;
  font-size: 12px;
  color: #991b1b;
  font-weight: 600;
  margin-top: 4px;
  text-transform: uppercase;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.discount-badge {
  background: linear-gradient(135deg, var(--urun-indirim-color) 0%, var(--urun-indirim-color) 100%);
  color: var(--urun-yuzde-color);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.price-group {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.old-price {
  font-size: 18px;
  color: #9ca3af;
  text-decoration: line-through;
}

.current-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--urun-fiyat-color);
}

.current-price.with-campaign {
  font-size: 28px;
}

.campaign-price {
  font-size: 28px;
  font-weight: 700;
  color: #10b981;
}

.campaign-info {
  margin-top: 12px;
  padding: 12px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 8px;
  border-left: 4px solid #10b981;
}

.modern-divider {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 24px 0;
}

.modern-product-variants {
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
}

.variant-group {
  margin-bottom: 20px;
}

.variant-group:last-child {
  margin-bottom: 0;
}

.variant-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modern-product-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.add-to-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.quantity-input-wrapper {
  display: flex;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: #f3f4f6;
  color: #374151;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: var(--button-color);
  color: #fff;
}

.quantity-input {
  width: 60px;
  height: 44px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  background: #fff;
}

.btn-add-to-cart {
  flex: 1;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  background: var(--button-color);
  color: var(--button-text-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-add-to-cart:hover {
  background: var(--button-hover-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-notify-stock {
  width: 100%;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: #f59e0b;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-notify-stock:hover {
  background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.modern-cargo-image {
  text-align: center;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
}

.modern-cargo-image img {
  max-width: 100%;
  height: auto;
}

.modern-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 8px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.product-link:hover {
  background: var(--button-color);
  color: #fff;
  border-color: var(--button-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.modern-social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
}

.share-label {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

.social-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}

.social-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.social-share-btn.whatsapp:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}

.social-share-btn.facebook:hover {
  background: #1877f2;
  color: #fff;
  border-color: #1877f2;
}

.social-share-btn.twitter:hover {
  background: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}

.modern-product-tabs-section {
  background: #f8f9fa;
  padding: 40px 0;
}

.modern-product-tabs {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.modern-tab-nav {
  border-bottom: 2px solid #e5e7eb;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background: #f9fafb;
}

.modern-tab-nav .nav-item {
  margin: 0;
  flex: 1;
  min-width: 150px;
}

.modern-tab-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  color: #6b7280;
  font-weight: 500;
  font-size: 15px;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.modern-tab-nav .nav-link i {
  font-size: 16px;
  opacity: 0.7;
}

.modern-tab-nav .nav-link:hover {
  color: var(--button-color);
  background: rgba(59, 130, 246, 0.05);
  border-bottom-color: rgba(59, 130, 246, 0.3);
}

.modern-tab-nav .nav-link:hover i {
  opacity: 1;
  color: var(--button-color);
}

.modern-tab-nav .nav-link.active {
  color: var(--button-color);
  background: #fff;
  border-bottom-color: var(--button-color);
  font-weight: 600;
}

.modern-tab-nav .nav-link.active i {
  opacity: 1;
  color: var(--button-color);
}

.modern-tab-content {
  padding: 30px;
  min-height: 200px;
}

.modern-tabs {
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border: none;
}

.modern-tabs .nav-item {
  margin: 0;
}

.modern-tabs .nav-link {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  color: #6b7280;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  background: transparent;
  margin-right: 4px;
}

.modern-tabs .nav-link:hover {
  background: #f3f4f6;
  color: var(--button-color);
}

.modern-tabs .nav-link.active {
  background: var(--button-color);
  color: var(--button-text-color);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modern-tab-content {
  padding: 30px;
}

.tab-content-inner {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.tab-content-inner h1,
.tab-content-inner h2,
.tab-content-inner h3 {
  color: #1f2937;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.tab-content-inner p {
  margin-bottom: 16px;
}

.tab-content-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.modern-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.modern-specs-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.modern-specs-table tbody tr:hover {
  background-color: #f9fafb;
}

.modern-specs-table tbody tr:last-child {
  border-bottom: none;
}

.modern-specs-table th {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  color: #1f2937;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  width: 30%;
  border-right: 2px solid #bae6fd;
  vertical-align: middle;
}

.modern-specs-table td {
  padding: 16px 20px;
  color: #374151;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-tab-nav {
    flex-direction: column;
  }
  
  .modern-tab-nav .nav-item {
    width: 100%;
    min-width: auto;
  }
  
  .modern-tab-nav .nav-link {
    justify-content: flex-start;
    padding: 14px 16px;
  }
  
  .modern-tab-content {
    padding: 20px;
  }
  
  .modern-specs-table th,
  .modern-specs-table td {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .modern-specs-table th {
    width: 40%;
  }
}

.modern-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.modern-specs-table th {
  background: #f9fafb;
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  width: 30%;
}

.modern-specs-table td {
  padding: 16px;
  border: 1px solid #e5e7eb;
  color: #374151;
}

.modern-specs-table tr:hover {
  background: #f9fafb;
}

.modern-similar-products {
  background: #f8f9fa;
  padding: 40px 0;
}

.modern-similar-products .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 24px;
}

.modern-similar-products .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 8px;
}

.modern-similar-products .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff !important;
  border: 2px solid #e5e7eb !important;
  color: #374151 !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modern-similar-products .owl-nav button:hover {
  background: var(--button-color) !important;
  border-color: var(--button-color) !important;
  color: #fff !important;
}

.modern-similar-products .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.modern-similar-products .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db !important;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.modern-similar-products .owl-dots .owl-dot.active {
  background: var(--button-color) !important;
  width: 24px;
  border-radius: 6px;
}

/* Modal Styles */
.modern-modal {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.modern-modal-header {
  background: linear-gradient(135deg, #3a679514 0%, #3a679520 100%);
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 24px;
  border-radius: 12px 12px 0 0;
}

.modern-modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.modern-modal-header .close {
  font-size: 28px;
  color: #6b7280;
  opacity: 1;
  transition: all 0.2s ease;
}

.modern-modal-header .close:hover {
  color: #1f2937;
  transform: rotate(90deg);
}

/* ========================================================
   Modal Styles - Bootstrap 4 Compatible
======================================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
  pointer-events: none;
}

/* Modern Modal Overrides */
#orderWithPhone .modal-dialog,
#notifyOnceStocked .modal-dialog {
  max-width: 600px;
  width: 90%;
}

@media (min-width: 576px) {
  #orderWithPhone .modal-dialog,
  #notifyOnceStocked .modal-dialog {
    width: 600px;
  }
}

.modal.show .modal-dialog {
  pointer-events: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
}

.modal-header .close:hover {
  opacity: 0.75;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* Modal backdrop */
.modal {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal-backdrop.show {
  opacity: 1;
}

.modern-modal-body {
  padding: 24px;
}

.modern-modal-body .form-group {
  margin-bottom: 20px;
}

.modern-modal-body label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.modern-input,
.modern-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.modern-input:focus,
.modern-textarea:focus {
  border-color: var(--button-color);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
}

.modern-btn-submit {
  width: 100%;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: var(--button-color);
  color: var(--button-text-color);
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.modern-btn-submit:hover {
  background: var(--button-hover-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .modern-product-detail-section {
    padding: 20px 0;
  }
  
  .modern-product-header h1.modern-product-title {
    font-size: 22px;
  }
  
  .current-price {
    font-size: 28px;
  }
  
  .modern-product-actions {
    flex-direction: column;
  }
  
  .add-to-cart-wrapper {
    width: 100%;
  }
  
  .btn-add-to-cart {
    width: 100%;
  }
  
  .modern-tabs .nav-link {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .modern-tab-content {
    padding: 20px;
  }
  
  .modern-product-main-slider .item {
    min-height: 300px;
  }
}

/* ========================================================
   Product Detail - Blackmode Style (Birebir Aynı)
======================================================== */

/* Ensure columns work properly on desktop - Bootstrap 4 compatible */
@media (min-width: 768px) {
  section.container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  section.container .row .col-md-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  section.container .row .col-md-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  section.container .row .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ps-product--detail .ps-product__gallery .slick-arrow:hover {
  background-color: #000000;
  color: #fff;
}

/* Product Thumbnail Slider Styles */
.ps-product--detail .ps-product__variants {
  margin-top: 15px;
}

.ps-product--detail .ps-product__variants .item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  padding: 4px;
  margin: 0 5px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-product--detail .ps-product__variants .item:hover {
  border-color: var(--button-color);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.ps-product--detail .ps-product__variants .item.slick-current {
  border-color: var(--button-color);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.ps-product--detail .ps-product__variants .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
}

/* Single image thumbnail fix */
.ps-product--detail .ps-product__variants.slick-slider .slick-slide {
  width: auto !important;
  min-width: 80px;
  max-width: 120px;
}

.ps-product--detail .ps-product__variants.slick-slider:not(.slick-initialized) .item,
.ps-product--detail .ps-product__variants.slick-slider[data-item="1"] .item,
.ps-product--detail .ps-product__variants.slick-slider .slick-slide:only-child {
  width: 80px !important;
  min-width: 80px;
  max-width: 80px;
  margin: 0 auto;
}

/* Vertical thumbnail styles */
.ps-product--detail .ps-product__thumbnail[data-vertical="true"] .ps-product__variants {
  display: flex;
  flex-direction: column;
}

.ps-product--detail .ps-product__thumbnail[data-vertical="true"] .ps-product__variants .item {
  width: 80px;
  height: 80px;
  margin: 5px 0;
}

/* Horizontal thumbnail styles */
.ps-product--detail .ps-product__thumbnail[data-vertical="false"] .ps-product__variants,
.ps-product--detail .ps-product__thumbnail:not([data-vertical]) .ps-product__variants {

  flex-direction: row;
}

.ps-product--detail .ps-product__thumbnail[data-vertical="false"] .ps-product__variants .item,
.ps-product--detail .ps-product__thumbnail:not([data-vertical]) .ps-product__variants .item {
  width: 80px;
  height: 80px;
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .ps-product--detail .ps-product__variants .item {
    height: 60px;
    margin: 0 3px;
  }
  
  .ps-product--detail .ps-product__variants.slick-slider:not(.slick-initialized) .item,
  .ps-product--detail .ps-product__variants.slick-slider[data-item="1"] .item,
  .ps-product--detail .ps-product__variants.slick-slider .slick-slide:only-child {
    width: 60px !important;
    min-width: 60px;
    max-width: 60px;
  }
  
  .ps-product--detail .ps-product__thumbnail[data-vertical="true"] .ps-product__variants .item,
  .ps-product--detail .ps-product__thumbnail[data-vertical="false"] .ps-product__variants .item,
  .ps-product--detail .ps-product__thumbnail:not([data-vertical]) .ps-product__variants .item {
    width: 60px;
    height: 60px;
  }
}
.ps-product--detail.ps-product--full-content {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
}

/* Modern Comments Section */
.modern-comments-section {
  margin-top: 40px;
}

.modern-review-summary {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.modern-review-product-image {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  padding: 8px;
  background: #f9fafb;
}

.modern-review-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}

.modern-review-product-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

.modern-review-product-title .variant-name {
  color: var(--button-color);
  font-size: 16px;
  font-weight: 500;
}

.modern-review-rating-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.modern-review-rating-summary .modern-stars {
  display: flex;
  gap: 2px;
}

.modern-review-rating-summary .modern-rating-text {
  color: #6b7280;
  font-size: 14px;
}

.modern-review-rating-summary .modern-rating-text strong {
  color: var(--button-color);
  font-weight: 600;
}

.modern-review-rating-summary .modern-comment-count {
  color: #9ca3af;
  font-size: 13px;
}

.modern-review-action-card {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 2px solid #bae6fd;
}

.modern-review-action-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modern-review-action-title i {
  color: var(--button-color);
}

.modern-review-action-text {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 16px;
}

.modern-review-btn {
  background: linear-gradient(135deg, var(--button-color) 0%, var(--button-color) 100%);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modern-review-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  color: #fff;
}

.modern-comment-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.modern-comment-form-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
}

.modern-comment-form-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.modern-comment-form-header h3 i {
  color: var(--button-color);
}

.modern-comment-form .modern-form-group {
  margin-bottom: 20px;
}

.modern-comment-form .modern-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-size: 14px;
}

.modern-comment-form .modern-form-label i {
  color: var(--button-color);
  font-size: 14px;
}

.modern-comment-form .modern-form-label .required {
  color: #ef4444;
}

.modern-comment-form .modern-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.modern-comment-form .modern-form-control:focus {
  outline: none;
  border-color: var(--button-color);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modern-comment-form .modern-textarea {
  resize: vertical;
  min-height: 120px;
}

.modern-comment-form .modern-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.modern-form-actions {
  margin-top: 24px;
  text-align: right;
}

.modern-submit-btn {
  background: linear-gradient(135deg, var(--button-color) 0%, var(--button-color) 100%);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  color: #fff;
}

.modern-comments-list {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.modern-comments-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
}

.modern-comments-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.modern-comments-header h4 i {
  color: var(--button-color);
}

.modern-comments-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modern-comment-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.modern-comment-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: var(--button-color);
}

.modern-comment-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e5e7eb;
  background: #fff;
}

.modern-comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-comment-content {
  flex: 1;
}

.modern-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 12px;
}

.modern-comment-user {
  font-size: 16px;
  color: #1f2937;
}

.modern-comment-rating {
  display: flex;
  gap: 2px;
}

.modern-comment-text {
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.modern-comment-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.modern-comment-date {
  color: #9ca3af;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modern-comment-date i {
  font-size: 12px;
}

.modern-empty-comments {
  text-align: center;
  padding: 60px 20px;
}

.modern-empty-icon {
  font-size: 64px;
  color: #d1d5db;
  margin-bottom: 16px;
}

.modern-empty-comments h5 {
  font-size: 20px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.modern-empty-comments p {
  color: #9ca3af;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-review-summary {
    padding: 20px;
  }
  
  .modern-review-product-title {
    font-size: 16px;
  }
  
  .modern-review-rating-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .modern-comment-form-card {
    padding: 20px;
  }
  
  .modern-comment-item {
    flex-direction: column;
    padding: 16px;
  }
  
  .modern-comment-avatar {
    width: 48px;
    height: 48px;
  }
  
  .modern-comment-header {
    flex-direction: column;
    align-items: flex-start;
  }
}