/*
============================================================
  CARDONGY - Main Stylesheet
  Version: 1.0.7 - FINAL
  Fix: Compact Header + Absolute Logo + Compact Footer
============================================================
*/

/* ============ ROOT VARIABLES ============ */
:root{
  --bg-black:#000000;
  --navy:#0a1929;
  --navy-light:#0f2138;
  --gold:#d4a537;
  --gold-dark:#b8862c;
  --gold-grad: linear-gradient(135deg, #d4a537, #b8862c);
  --white:#ffffff;
  --text-dark:#1a1a1a;
  --text-gray:#666666;
  --section-gap:14px;
  --radius-lg:12px;
  --radius-sm:8px;
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{
  background:var(--bg-black);
  font-family:'Poppins',sans-serif;
  color:var(--white);
  overflow-x:hidden;
}

/* ============ FONT PER LANGUAGE ============ */
body.lang-ar, body.lang-ar *{font-family:'Cairo','Poppins',sans-serif !important;}
body.lang-en, body.lang-en *{font-family:'Poppins','Cairo',sans-serif !important;}

body.lang-ar .fa, body.lang-ar .fas, body.lang-ar .far, body.lang-ar .fab,
body.lang-ar .fa-solid, body.lang-ar .fa-regular, body.lang-ar .fa-brands,
body.lang-en .fa, body.lang-en .fas, body.lang-en .far, body.lang-en .fab,
body.lang-en .fa-solid, body.lang-en .fa-regular, body.lang-en .fa-brands,
[class^="fa-"], [class*=" fa-"]{
  font-family:"Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
button{cursor:pointer;font-family:inherit;border:none;background:none;}

::-webkit-scrollbar{height:8px;width:8px;}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:10px;}
::-webkit-scrollbar-track{background:#111;}

.gold-text{color:var(--gold);}
.section-title{
  font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var(--text-dark);
  position:relative;padding-bottom:8px;margin:0;
}
.section-title::after{
  content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--gold-grad);border-radius:3px;
}
[dir="rtl"] .section-title::after{left:auto;right:0;}
.view-all{color:var(--gold-dark);font-weight:600;font-size:14px;white-space:nowrap;transition:.3s;}
.view-all:hover{color:var(--gold);}

/* ============ FADE IN ON SCROLL ============ */
.fade-section{opacity:0;transform:translateY(30px);transition:opacity .7s ease, transform .7s ease;}
.fade-section.visible{opacity:1;transform:translateY(0);}

/* ============================================================
   HEADER - Ultra Compact with Floating Logo
============================================================ */
.top-header{
  background:var(--bg-black);
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #151515;
  position:relative;
  z-index:1000;
  height:60px;                /* ⭐ ثابت صغير */
  min-height:60px;
  overflow:visible;
}

/* ⭐ LOGO WRAPPER - Absolute position (لا يؤثر على Header) */
.logo-wrap{
  position:relative;
  z-index:100;
  width:180px;                /* عرض ثابت للحجز */
  height:60px;
  display:flex;
  align-items:center;
  flex-shrink:0;
  overflow:visible;
}

.logo-wrap a{
  display:inline-block;
  line-height:0;
  position:absolute;          /* ⭐ اللوغو يطفو */
  top:50%;
  left:0;
  transform:translateY(-50%);
}
[dir="rtl"] .logo-wrap a{
  left:auto;
  right:0;
}

.logo-icon{
  width:44px;height:44px;border-radius:50%;
  background:var(--gold-grad);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#000;font-size:18px;
}
.logo-text h1{font-size:22px;font-weight:800;color:var(--gold);letter-spacing:1px;margin:0;line-height:1;}
.logo-text span{font-size:10px;color:#aaa;letter-spacing:2px;font-weight:500;}

/* ⭐ LOGO IMAGE - Floating above Header */
.site-logo-link{
  display:inline-block;
  line-height:0;
}

.site-logo-img{
  height:120px !important;    /* ⭐ كبير */
  width:auto !important;
  max-height:none !important;
  max-width:none !important;
  display:block;
  transition:all 0.3s ease;
  filter:drop-shadow(0 3px 10px rgba(212,165,55,0.4));
  transform:none !important;
}

.site-logo-img:hover{
  transform:scale(1.05) !important;
  filter:drop-shadow(0 5px 20px rgba(212,165,55,0.7));
}

/* ============ SEARCH BAR ============ */
.search-bar{
  flex:1;
  max-width:520px;
  position:relative;
  margin-left:20px;
}
[dir="rtl"] .search-bar{
  margin-left:0;
  margin-right:20px;
}

.search-bar input{
  width:100%;
  padding:10px 44px 10px 16px;
  border-radius:8px;
  border:1px solid #2a2a2a;
  background:#0d0d0d;
  color:#fff;
  font-size:14px;
  outline:none;
  transition:.3s;
}
[dir="rtl"] .search-bar input{
  padding:10px 16px 10px 44px;
  text-align:right;
}
[dir="rtl"] .search-bar input::placeholder{text-align:right;}
.search-bar input:focus{border-color:var(--gold);}
.search-bar i, .search-bar button{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
  background:none;
  border:none;
  cursor:pointer;
}
[dir="rtl"] .search-bar i, [dir="rtl"] .search-bar button{right:auto;left:16px;}

/* ============ HEADER ACTIONS ============ */
.header-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-shrink:0;
}
.header-actions .item{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:#ddd;
  cursor:pointer;
  transition:.3s;
  white-space:nowrap;
  position:relative;
}
.header-actions .item:hover{color:var(--gold);}
.header-actions .item i{color:var(--gold);}
.cart-badge{
  background:var(--gold);
  color:#000;
  font-size:10px;
  font-weight:700;
  min-width:16px;
  height:16px;
  padding:0 4px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:-8px;
  right:-10px;
}
[dir="rtl"] .cart-badge{right:auto;left:-10px;}

/* Dropdown */
.dd{position:relative;}
.dd-menu{
  position:absolute;
  top:130%;
  right:0;
  background:#0d0d0d;
  border:1px solid #2a2a2a;
  border-radius:8px;
  min-width:160px;
  display:none;
  z-index:99999;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.5);
}
[dir="rtl"] .dd-menu{right:auto;left:0;}
.dd.open .dd-menu{display:block;}
.dd-menu > div,
.dd-menu > a{
  display:block;
  padding:10px 14px;
  font-size:13px;
  color:#ddd;
  transition:.2s;
  cursor:pointer;
  text-decoration:none;
}
.dd-menu > div:hover,
.dd-menu > a:hover{background:var(--gold);color:#000;}
.dd-menu > a.active{background:var(--gold-grad);color:#000;font-weight:700;}

/* ============================================================
   NAV BAR - Home Button Fixed
============================================================ */
.navbar{
  background:var(--bg-black);
  border-bottom:1px solid #151515;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 20px;
  position:relative;
  z-index:500;
  overflow:visible;
}
.navbar::-webkit-scrollbar{display:none;}

/* ⭐ HOME BUTTON - Solid isolated area */
#homeNav.nav-item,
.home-nav-wrapper #homeNav{
  position:relative !important;
  z-index:300 !important;
  background:var(--bg-black) !important;
  padding:14px 20px !important;
  cursor:pointer !important;
  user-select:none !important;
}

.home-nav-wrapper{
  position:relative;
  z-index:300;
  background:var(--bg-black);
  display:flex;
  align-items:center;
  isolation:isolate;
}

.nav-item{
  display:flex;
  align-items:center;
  gap:6px;
  padding:14px 14px;
  font-size:13px;
  font-weight:600;
  color:#e5e5e5;
  white-space:nowrap;
  position:relative;
  transition:.3s;
  border-bottom:3px solid transparent;
  cursor:pointer;
}
.nav-item i.fa-chevron-down{font-size:9px;margin-inline-start:2px;color:#888;}
.nav-item:hover{color:var(--gold);}
.nav-item.active{color:var(--gold);border-bottom-color:var(--gold);}
.badge-new{
  background:var(--gold-grad);
  color:#000;
  font-size:9px;
  font-weight:800;
  padding:2px 6px;
  border-radius:4px;
  margin-inline-start:4px;
}

/* ============ LAYOUT ============ */
.page-wrap{display:flex;align-items:flex-start;padding:16px 16px;gap:var(--section-gap);}

/* ============ SIDEBAR ============ */
.sidebar{
  width:260px;
  flex-shrink:0;
  background:var(--navy);
  border-radius:var(--radius-lg);
  overflow:hidden;
  transition:all .4s ease-in-out;
  max-height:2400px;
}
.sidebar.closed{width:0;opacity:0;margin:0;padding:0;overflow:hidden;max-height:0;}
.sidebar-inner{padding:20px;width:260px;}
.sidebar-title{
  color:var(--gold);
  font-weight:700;
  font-size:15px;
  letter-spacing:1px;
  margin-bottom:16px;
  text-transform:uppercase;
  margin-top:0;
}
.acc-group{margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,0.06);}
.acc-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:11px 4px;
  font-size:13.5px;
  font-weight:700;
  color:#fff;
  cursor:pointer;
}
.acc-head i.fa-chevron-right, .acc-head i.fa-chevron-down{font-size:11px;color:var(--gold);transition:.3s;}
.acc-head .lead-icon{color:var(--gold);margin-inline-end:8px;width:16px;text-align:center;}
.acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.acc-group.open .acc-body{max-height:300px;}
.acc-body a{
  display:block;
  padding:7px 4px 7px 30px;
  font-size:12.5px;
  color:#b8c4d1;
  transition:.2s;
}
[dir="rtl"] .acc-body a{padding:7px 30px 7px 4px;}
.acc-body a:hover{color:var(--gold);padding-inline-start:34px;}

.sidebar-info{margin-top:18px;display:flex;flex-direction:column;gap:10px;}
.info-card{
  background:rgba(212,165,55,0.07);
  border:1px solid rgba(212,165,55,0.2);
  border-radius:10px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:10px;
}
.info-card i{color:var(--gold);font-size:18px;width:22px;text-align:center;}
.info-card h4{font-size:12px;color:#fff;margin:0 0 2px;font-weight:700;}
.info-card p{font-size:10.5px;color:#9fb0c0;margin:0;}

/* ============ MAIN CONTENT ============ */
.main-content{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--section-gap);
  transition:all .4s ease-in-out;
}
.white-card{background:var(--white);border-radius:var(--radius-lg);padding:26px;color:var(--text-dark);}

/* ============================================================
   SLIDER
============================================================ */
.slider-card{padding:0;overflow:hidden;position:relative;}
.slider-track{display:flex;transition:transform .6s ease;align-items:center;}

.slide{
  min-width:100%;
  position:relative;
  min-height:460px;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  display:flex;
  align-items:center;
}
.slide::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.15) 100%);
}
[dir="rtl"] .slide::before{
  background:linear-gradient(-90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.15) 100%);
}
.slide-content{position:relative;z-index:2;padding:0 60px;max-width:640px;}
.slide-badge{
  display:inline-block;
  background:rgba(212,165,55,0.15);
  border:1px solid var(--gold);
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  padding:5px 14px;
  border-radius:20px;
  margin-bottom:16px;
}
.slide-title{
  font-size:40px;
  font-weight:800;
  line-height:1.15;
  color:#fff;
  margin:0 0 14px;
  text-transform:uppercase;
}
.slide-title .hl{color:var(--gold);}
.slide-sub{font-size:17px;color:#dcdcdc;margin-bottom:24px;font-weight:400;}
.slide-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--gold-grad);
  color:#000;
  font-weight:700;
  padding:13px 28px;
  border-radius:8px;
  font-size:14px;
  letter-spacing:1px;
  transition:.3s;
}
.slide-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(212,165,55,0.4);}

.slide-imgs{
  position:absolute;
  right:40px;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  max-width:50%;
}
[dir="rtl"] .slide-imgs{right:auto;left:40px;}

.slide-imgs img{
  max-height:350px !important;
  max-width:100% !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:10px;
  box-shadow:0 20px 40px rgba(0,0,0,0.5);
  border:3px solid rgba(255,255,255,0.15);
  margin-inline-start:-30px;
  transition:all 0.3s ease;
}
.slide-imgs img:hover{
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 25px 50px rgba(212,165,55,0.4);
}
.slide-imgs img:nth-child(1){transform:rotate(-8deg);}
.slide-imgs img:nth-child(2){
  max-height:400px !important;
  z-index:2;
  transform:translateY(-10px);
}
.slide-imgs img:nth-child(3){transform:rotate(8deg);}

.slide-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,0.15);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  opacity:0;
  transition:.3s;
  cursor:pointer;
}
.slider-card:hover .slide-arrow{opacity:1;}
.slide-arrow:hover{background:var(--gold);color:#000;}
.arrow-left{left:16px;}
.arrow-right{right:16px;}
.slider-dots{
  position:absolute;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  z-index:5;
  display:flex;
  gap:7px;
}
.slider-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,0.45);
  cursor:pointer;
  transition:.3s;
}
.slider-dots span.active{background:var(--gold);width:22px;border-radius:5px;}

/* ============ TRUST BAR ============ */
.trust-bar{display:flex;align-items:center;padding:14px 20px;}
.trust-item{
  flex:1;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  position:relative;
}
.trust-item:not(:last-child)::after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  height:32px;
  width:1px;
  background:#e5e5e5;
}
[dir="rtl"] .trust-item:not(:last-child)::after{right:auto;left:0;}
.trust-item i{font-size:22px;color:var(--gold);width:26px;text-align:center;}
.trust-item h4{font-size:13px;font-weight:700;margin:0;color:var(--text-dark);}
.trust-item p{font-size:11px;color:var(--text-gray);margin:2px 0 0;}

/* ============ CATEGORY GRID ============ */
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.cat-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:14px;}
.cat-card{
  border:1px solid #eee;
  border-radius:10px;
  overflow:hidden;
  text-align:center;
  transition:.3s;
  cursor:pointer;
}
.cat-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(212,165,55,0.25);
  border-color:var(--gold);
}
.cat-card .img-wrap{height:110px;overflow:hidden;}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.cat-card:hover img{transform:scale(1.12);}
.cat-card p{font-size:11.5px;font-weight:600;padding:8px 4px;margin:0;color:var(--text-dark);}

/* ============ TWO COL ROW ============ */
.two-col{display:flex;gap:var(--section-gap);align-items:stretch;}
.col-brand{flex:0 0 38%;}
.col-tour{flex:1;}
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.brand-box{
  border:1px solid #eee;
  border-radius:10px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:18px;
  transition:.3s;
  cursor:pointer;
}
.brand-box:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.08);}
.brand-panini{color:#d40000;background:#fff8dc;}
.brand-topps{color:#c8102e;background:#fff;}
.brand-sphinx{color:#d4a537;background:#1a1a1a;}

.tour-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;}
.tour-card{
  border:1px solid #eee;
  border-radius:10px;
  padding:16px 8px;
  text-align:center;
  transition:.3s;
  cursor:pointer;
}
.tour-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.08);}
.tour-card .icon-circle{
  width:48px;
  height:48px;
  border-radius:50%;
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#fff;
}
.tour-card p{font-size:11.5px;font-weight:700;margin:0;color:var(--text-dark);line-height:1.3;}
.tour-card span{font-size:9.5px;color:var(--text-gray);}

/* ============ PRODUCT SCROLLERS ============ */
.scroll-wrap{position:relative;}
.scroll-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px;}
.scroll-track::-webkit-scrollbar{height:6px;}
.product-card{
  min-width:190px;
  max-width:190px;
  border:1px solid #eee;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  transition:.3s;
  flex-shrink:0;
}
.product-card:hover{
  box-shadow:0 10px 25px rgba(212,165,55,0.25);
  border-color:var(--gold);
  transform:translateY(-4px);
}
.product-card .img-wrap{height:190px;overflow:hidden;position:relative;}
.product-card img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.product-card:hover img{transform:scale(1.1);}
.p-badge{
  position:absolute;
  top:8px;
  left:8px;
  background:var(--gold-grad);
  color:#000;
  font-size:9.5px;
  font-weight:800;
  padding:3px 8px;
  border-radius:5px;
  z-index:2;
  letter-spacing:0.5px;
}
[dir="rtl"] .p-badge{left:auto;right:8px;}
.p-badge.discount{background:#e02424;color:#fff;}
.p-heart{
  position:absolute;
  top:8px;
  right:8px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(255,255,255,0.9);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#333;
  font-size:12px;
  z-index:2;
  transition:.3s;
  cursor:pointer;
}
[dir="rtl"] .p-heart{right:auto;left:8px;}
.p-heart:hover{background:var(--gold);color:#fff;}
.product-info{padding:12px;}
.product-info h4{
  font-size:12.5px;
  font-weight:600;
  margin:0 0 6px;
  color:var(--text-dark);
  line-height:1.4;
  height:34px;
  overflow:hidden;
}
.product-info h4 a{color:inherit;}
.price-row{display:flex;align-items:center;gap:8px;}
.price-new, .price ins{color:var(--gold-dark);font-weight:800;font-size:15px;text-decoration:none;}
.price-old, .price del{color:#aaa;text-decoration:line-through;font-size:12px;}
.price{color:var(--gold-dark);font-weight:800;font-size:15px;}

[dir="rtl"] .price,
[dir="rtl"] .amount,
[dir="rtl"] .woocommerce-Price-amount,
[dir="rtl"] .price-new,
[dir="rtl"] .price-old{
  direction:ltr;
  unicode-bidi:embed;
  display:inline-block;
}

.scroll-arrow{
  position:absolute;
  top:40%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 3px 12px rgba(0,0,0,0.2);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:5;
  color:var(--text-dark);
  transition:.3s;
  cursor:pointer;
}
.scroll-arrow:hover{background:var(--gold);color:#fff;}
.scroll-left{left:-14px;}
.scroll-right{right:-14px;}
[dir="rtl"] .scroll-left{left:auto;right:-14px;}
[dir="rtl"] .scroll-right{right:auto;left:-14px;}

/* ============ NEWSLETTER ============ */
.newsletter{
  background:var(--navy);
  text-align:center;
  padding:50px 20px;
  margin:0 16px;
  border-radius:var(--radius-lg);
}
.newsletter h2{color:var(--gold);font-size:26px;font-weight:800;margin:0 0 10px;letter-spacing:1px;}
.newsletter p{color:#b8c4d1;font-size:14px;margin:0 0 24px;}
.newsletter-form{display:flex;justify-content:center;gap:10px;max-width:460px;margin:0 auto;flex-wrap:wrap;}
.newsletter-form input{
  flex:1;
  min-width:220px;
  padding:13px 16px;
  border-radius:8px;
  border:1px solid #223349;
  background:#0d1c2e;
  color:#fff;
  font-size:14px;
  outline:none;
}
[dir="rtl"] .newsletter-form input{text-align:right;}
.newsletter-form button{
  background:var(--gold-grad);
  color:#000;
  font-weight:700;
  padding:13px 26px;
  border-radius:8px;
  font-size:14px;
  transition:.3s;
  cursor:pointer;
  border:none;
}
.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(212,165,55,0.4);}

/* ============================================================
   FOOTER - Compact & Professional
============================================================ */
footer.site-footer{
  background:var(--bg-black);
  padding:40px 24px 0;         /* ⭐ أقل */
  margin-top:6px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.3fr;   /* ⭐ عرض متوازن */
  gap:40px;                    /* ⭐ gap مناسب */
  max-width:1400px;
  margin:0 auto;
  padding-bottom:25px;          /* ⭐ أقل */
  border-bottom:1px solid #1a1a1a;
  align-items:start;            /* ⭐ محاذاة للأعلى */
}
.footer-col{
  min-height:auto;              /* ⭐ لا فراغات */
}
.footer-col h3, .footer-widget-title{
  color:var(--gold);
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 15px;              /* ⭐ أقل */
  letter-spacing:1px;
}
.footer-col p{
  color:#999;
  font-size:13px;
  line-height:1.6;              /* ⭐ أقل */
  margin:0 0 12px;              /* ⭐ أقل */
}
.footer-col ul, .footer-widget ul{list-style:none;padding:0;margin:0;}
.footer-col ul li, .footer-widget ul li{margin-bottom:8px;}   /* ⭐ أقل */
.footer-col ul li a, .footer-widget ul li a{
  color:#999;
  font-size:13px;
  transition:.3s;
}
.footer-col ul li a:hover, .footer-widget ul li a:hover{
  color:var(--gold);
  padding-inline-start:4px;
}

/* ⭐ FOOTER LOGO: Compact */
.footer-col .logo-wrap{
  margin:0 0 15px 0 !important;   /* ⭐ أقل */
  padding:0 !important;
  width:auto !important;
  min-width:auto !important;
  height:auto !important;
  overflow:visible;
  display:block !important;
  position:relative !important;
}
.footer-col .logo-wrap a{
  position:relative !important;   /* ⭐ إعادة تعيين */
  top:auto !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  display:inline-block !important;
}
.footer-col .site-logo-link{
  display:inline-block !important;
  line-height:0;
}
.footer-col .site-logo-img{
  height:auto !important;
  max-height:100px !important;   /* ⭐ حجم مناسب */
  max-width:220px !important;
  width:auto !important;
  transform:none !important;
  margin:0 !important;
  filter:drop-shadow(0 3px 10px rgba(212,165,55,0.4)) !important;
  transition:all 0.3s ease;
}
.footer-col .site-logo-img:hover{
  transform:scale(1.05) !important;
  filter:drop-shadow(0 5px 15px rgba(212,165,55,0.6)) !important;
}

.social-icons{
  display:flex;
  gap:8px;                       /* ⭐ أقل */
  margin-top:15px;               /* ⭐ محدد */
}
.social-icons a{
  width:32px;                    /* ⭐ أصغر */
  height:32px;
  border-radius:50%;
  background:#141414;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ccc;
  transition:.3s;
  font-size:13px;
}
.social-icons a:hover{
  background:var(--gold);
  color:#000;
  transform:translateY(-3px);
}

.contact-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:10px;            /* ⭐ أقل */
  font-size:13px;
  color:#999;
}
.contact-line i{color:var(--gold);margin-top:3px;font-size:14px;}

.payment-icons{
  display:flex;
  gap:6px;                       /* ⭐ أقل */
  margin-top:12px;
  flex-wrap:wrap;
}
.payment-icons span{
  background:#141414;
  color:#ccc;
  font-size:16px;
  padding:5px 9px;               /* ⭐ أقل */
  border-radius:5px;
}

.footer-bottom{
  max-width:1400px;
  margin:0 auto;
  padding:15px 0;                /* ⭐ أقل */
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:12.5px;
  color:#777;
}
.footer-bottom a{color:#999;transition:.3s;}
.footer-bottom a:hover{color:var(--gold);}
.footer-links{display:flex;gap:18px;}

/* ============ MOBILE MENU BTN ============ */
.hamburger{display:none;font-size:20px;color:var(--gold);cursor:pointer;}

/* ============ OVERLAY ============ */
.overlay-bg{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:998;display:none;}
.overlay-bg.show{display:block;}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1199px){
  .cat-grid{grid-template-columns:repeat(5,1fr);}
  .two-col{flex-direction:column;}
  .col-brand,.col-tour{flex:1;}
  .sidebar{position:fixed;left:0;top:0;height:100vh;z-index:999;border-radius:0;}
  [dir="rtl"] .sidebar{left:auto;right:0;}
  .sidebar.closed{width:260px;transform:translateX(-100%);opacity:1;max-height:none;}
  [dir="rtl"] .sidebar.closed{transform:translateX(100%);}
  .sidebar:not(.closed){transform:translateX(0);}
}

@media (max-width: 1024px){
  .site-logo-img{
    height:100px !important;
  }
  .logo-wrap{
    width:150px;
  }
  .top-header{padding:0 20px;height:55px;min-height:55px;}
  .slide-imgs img{max-height:280px !important;}
  .slide-imgs img:nth-child(2){max-height:320px !important;}
  
  .footer-col .site-logo-img{
    max-height:85px !important;
    max-width:190px !important;
  }
}

@media (max-width: 900px){
  .top-header{
    flex-wrap:wrap;
    padding:0 15px;
    height:auto;
    min-height:auto;
    padding-top:8px;
    padding-bottom:8px;
  }
  .logo-wrap{
    width:auto;
    height:50px;
  }
  .logo-wrap a{
    position:relative;
    transform:none;
    top:auto;
    left:auto;
    right:auto;
  }
  .site-logo-img{
    height:70px !important;
  }
  .search-bar{
    order:3;
    max-width:100%;
    width:100%;
    margin:0;
  }
  .navbar{overflow-x:auto;}
  .header-actions .item span{display:none;}
  .hamburger{display:block;}
  .slide{min-height:380px;}
  .slide-title{font-size:26px;}
  .slide-imgs{display:none;}
  .slide-content{padding:0 30px;}
  .trust-bar{flex-wrap:wrap;}
  .trust-item{flex:0 0 50%;padding:8px 10px;}
  .trust-item:nth-child(2)::after{display:none;}
  .cat-grid{grid-template-columns:repeat(3,1fr);}
  .tour-grid{grid-template-columns:repeat(2,1fr);}
  .brand-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:25px;}
  
  .footer-col .site-logo-img{
    max-height:75px !important;
    max-width:170px !important;
  }
}

@media (max-width: 560px){
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr;gap:20px;}
  .page-wrap{padding:10px;}
  .site-logo-img{
    height:55px !important;
  }
  .slide{min-height:300px;}
  
  .footer-col .site-logo-img{
    max-height:70px !important;
    max-width:160px !important;
  }
}

/* ============ WOOCOMMERCE OVERRIDES ============ */
.woocommerce-page .white-card{background:#fff;padding:26px;border-radius:var(--radius-lg);color:var(--text-dark);}
.woocommerce ul.products li.product a img{border-radius:8px;}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info{border-top-color:var(--gold);}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before{color:var(--gold);}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  background:var(--gold-grad) !important;
  color:#000 !important;
  font-weight:700;
  border-radius:8px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(212,165,55,0.4);
}

/* ============ WP CORE FIXES ============ */
.screen-reader-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ============ SELL YOUR PRODUCT BUTTON ============ */
.nav-sell-wrap{
  margin-inline-start:auto;
  display:flex;
  align-items:center;
  padding-inline-end:10px;
  padding-inline-start:10px;
}
.nav-sell-btn{
  background:var(--gold-grad);
  color:#000 !important;
  font-weight:800 !important;
  border-radius:8px;
  padding:8px 18px !important;
  border-bottom:none !important;
  transition:.3s;
  box-shadow:0 3px 10px rgba(212,165,55,0.3);
  position:relative;
  z-index:1000;
}
.nav-sell-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(212,165,55,0.5);
  color:#000 !important;
}
.nav-sell-btn i{color:#000 !important;}
.nav-sell-btn i.fa-chevron-down{font-size:10px !important;transition:.3s;}
.nav-sell-btn.open i.fa-chevron-down{transform:rotate(180deg);}

/* Sell Dropdown Menu */
.sell-dropdown-menu{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  background:#0d0d0d;
  border:1px solid #2a2a2a;
  border-radius:12px;
  min-width:340px;
  padding:8px;
  display:none;
  z-index:9999;
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
  animation:sellFadeIn .3s ease;
}
[dir="rtl"] .sell-dropdown-menu{right:auto;left:0;}
.nav-sell-btn.open .sell-dropdown-menu{display:block;}
@keyframes sellFadeIn{
  from{opacity:0;transform:translateY(-10px);}
  to{opacity:1;transform:translateY(0);}
}

.sell-option{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 12px;
  border-radius:8px;
  transition:.3s;
  color:#fff !important;
  cursor:pointer;
  text-decoration:none;
}
.sell-option:hover{background:rgba(212,165,55,0.1);}
.sell-option-icon{
  width:44px;
  height:44px;
  border-radius:10px;
  background:var(--gold-grad);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  font-size:18px;
  flex-shrink:0;
}
.sell-option-disabled .sell-option-icon{background:#333;color:#666;}
.sell-option-content{flex:1;min-width:0;}
.sell-option-content h4{
  font-size:13.5px;
  font-weight:700;
  margin:0 0 4px;
  color:var(--gold);
  display:flex;
  align-items:center;
  gap:8px;
}
.sell-option-disabled .sell-option-content h4{color:#888;}
.sell-option-content p{
  font-size:11.5px;
  color:#aaa;
  margin:0;
  line-height:1.4;
  font-weight:400;
}
.sell-option-disabled .sell-option-content p{color:#666;}
.soon-badge{
  background:#e02424;
  color:#fff;
  font-size:9px;
  font-weight:800;
  padding:2px 7px;
  border-radius:4px;
  letter-spacing:0.5px;
}

/* Responsive for Sell Button */
@media (max-width: 900px){
  .nav-sell-wrap{margin-inline-start:0;padding-inline-end:0;}
  .nav-sell-btn{padding:8px 12px !important;font-size:11px !important;}
  .sell-dropdown-menu{min-width:280px;right:auto;left:0;}
  [dir="rtl"] .sell-dropdown-menu{left:auto;right:0;}
}

/* ============================================================
   NOTIFICATION
============================================================ */
.cardongy-notification {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #22c55e;
    color: #fff;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    z-index: 999999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: translateX(400px);
    transition: transform .3s ease;
}
[dir="rtl"] .cardongy-notification {
    right: auto;
    left: 30px;
    transform: translateX(-400px);
}
.cardongy-notification.show {transform: translateX(0);}
.cardongy-notification.error {background: #ef4444;}
.cardongy-notification.info {background: #3b82f6;}

/* ============================================================
   SIDEBAR TOGGLE BUTTON (☰) - Version 1.0.8
   Added: Menu button before HOME
============================================================ */

.sidebar-toggle-btn{
    display:flex !important;
    align-items:center;
    justify-content:center;
    background:transparent !important;
    border:none !important;
    color:var(--gold) !important;
    font-size:20px !important;
    cursor:pointer;
    padding:14px 18px !important;
    transition:all 0.3s ease;
    border-bottom:3px solid transparent !important;
    outline:none;
    height:auto;
    line-height:1;
}

.sidebar-toggle-btn i{
    color:var(--gold) !important;
    font-size:20px !important;
    transition:transform 0.3s ease;
}

.sidebar-toggle-btn:hover{
    color:#fff !important;
    background:rgba(212,165,55,0.1) !important;
}

.sidebar-toggle-btn:hover i{
    color:#fff !important;
    transform:scale(1.1);
}

.sidebar-toggle-btn.active{
    color:var(--gold) !important;
    border-bottom-color:var(--gold) !important;
    background:rgba(212,165,55,0.08) !important;
}

.sidebar-toggle-btn.active i{
    color:var(--gold) !important;
}

/* HOME link - now behaves as a normal nav item */
#homeNav.nav-item{
    text-decoration:none !important;
    display:flex;
    align-items:center;
    gap:6px;
}

#homeNav.nav-item:hover{
    color:var(--gold) !important;
}

#homeNav.nav-item.active{
    color:var(--gold) !important;
    border-bottom-color:var(--gold) !important;
}

/* Responsive - Mobile */
@media (max-width: 900px){
    .sidebar-toggle-btn{
        padding:12px 14px !important;
        font-size:18px !important;
    }
    .sidebar-toggle-btn i{
        font-size:18px !important;
    }
}
/* ============================================================
   NAVBAR FINAL FIX - Version 1.1.1
   Keep BIG logo (120px) + Navbar on top + ☰ works perfectly
============================================================ */

/* ============ RESTORE: Big Logo (120px) ============ */
.site-logo-img{
    height:120px !important;
    width:auto !important;
    max-height:none !important;
    max-width:none !important;
    display:block;
    filter:drop-shadow(0 3px 10px rgba(212,165,55,0.4));
    transition:all 0.3s ease;
}

.site-logo-img:hover{
    transform:scale(1.05) !important;
    filter:drop-shadow(0 5px 20px rgba(212,165,55,0.7));
}

.logo-wrap{
    position:relative !important;
    z-index:50 !important;
    width:180px !important;
    height:60px !important;
    overflow:visible;
}

.logo-wrap a.site-logo-link{
    position:absolute !important;
    top:50%;
    left:0;
    transform:translateY(-50%);
    display:inline-block;
    line-height:0;
    z-index:50 !important;
    /* Constrain click area to logo image size only */
    width:auto;
    height:120px;
}

[dir="rtl"] .logo-wrap a.site-logo-link{
    left:auto;
    right:0;
}

/* ⭐ KEY FIX: The link's clickable area = only where the logo image is */
.logo-wrap a.site-logo-link .site-logo-img{
    pointer-events:auto;
}

/* ============ NAVBAR - Above everything ============ */
.navbar{
    position:relative !important;
    z-index:9999 !important;
    background:var(--bg-black) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding:0 20px !important;
    gap:0 !important;
    flex-wrap:nowrap;
    isolation:isolate;
    /* ⭐ CRITICAL: Solid background prevents click-through to logo */
    background:#000 !important;
    box-shadow:0 -2px 0 #000;
}

.navbar > *{
    position:relative;
    z-index:10000 !important;
}

/* ============ ☰ Sidebar Toggle Button ============ */
.sidebar-toggle-btn{
    order:1 !important;
    flex-shrink:0 !important;
    position:relative !important;
    z-index:99999 !important;
    background:#000 !important;
    border:none !important;
    color:var(--gold) !important;
    font-size:22px !important;
    cursor:pointer !important;
    padding:14px 20px !important;
    border-bottom:3px solid transparent !important;
    outline:none;
    pointer-events:auto !important;
    isolation:isolate;
    /* ⭐ CRITICAL: Block anything below (like logo) from receiving clicks */
    min-width:60px;
    min-height:100%;
}

.sidebar-toggle-btn i{
    color:var(--gold) !important;
    font-size:22px !important;
    pointer-events:none;
    transition:transform 0.3s ease;
}

.sidebar-toggle-btn:hover{
    color:#fff !important;
    background:rgba(212,165,55,0.15) !important;
}

.sidebar-toggle-btn:hover i{
    color:#fff !important;
    transform:scale(1.1);
}

.sidebar-toggle-btn.active i{
    color:var(--gold) !important;
}

/* ============ HOME - No underline + Center ============ */
#homeNav.nav-item,
#homeNav.nav-item:hover,
#homeNav.nav-item:focus,
#homeNav.nav-item:active,
#homeNav.nav-item.active{
    order:2 !important;
    border-bottom:3px solid transparent !important;
    text-decoration:none !important;
}

#homeNav.nav-item:hover{
    color:var(--gold) !important;
}

/* ============ Other nav items - Center ============ */
.navbar > a.nav-item:not(#homeNav){
    order:2 !important;
}

/* ============ SELL Button - Last (Right/Left auto) ============ */
.nav-sell-wrap{
    order:3 !important;
    margin-inline-start:auto !important;
    flex-shrink:0 !important;
    position:relative;
    z-index:10001 !important;
}

/* ============ LOGO POSITIONING - Prevent overflow into navbar ============ */
.top-header{
    position:relative;
    z-index:100;
    overflow:visible;
    /* Header lower than navbar */
}

/* ⭐ Logo hangs below header BUT navbar is on top of it */
/* The logo's clickable area only extends to its image bounds */

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px){
    .site-logo-img{
        height:100px !important;
    }
    .logo-wrap{
        width:150px !important;
    }
}

@media (max-width: 900px){
    .navbar{
        padding:0 10px !important;
        overflow-x:auto;
    }
    .sidebar-toggle-btn{
        padding:12px 14px !important;
        font-size:20px !important;
        min-width:50px;
    }
    .sidebar-toggle-btn i{
        font-size:20px !important;
    }
    .site-logo-img{
        height:70px !important;
    }
    .logo-wrap{
        width:auto !important;
        height:50px !important;
    }
    .logo-wrap a.site-logo-link{
        position:relative !important;
        transform:none !important;
        top:auto !important;
        height:auto !important;
    }
}
/* ============================================================
   FIX: Dropdown menus above navbar - Version 1.2.1
   Fixes: USD/EUR/EGP dropdown items hidden behind navbar
============================================================ */

/* Header container - HIGHEST z-index */
.top-header{
    position:relative;
    z-index:99990 !important;
    overflow:visible !important;
}

.header-actions{
    position:relative;
    z-index:99991 !important;
    overflow:visible;
}

.header-actions .item,
.header-actions .dd{
    position:relative;
    z-index:99992 !important;
}

/* Dropdown menu itself */
.dd-menu{
    position:absolute !important;
    top:calc(100% + 5px) !important;   /* Just below the button */
    z-index:999999 !important;         /* Above EVERYTHING */
    min-width:170px;
    background:#0d0d0d !important;
    border:1px solid #d4a537 !important;
    border-radius:8px !important;
    box-shadow:0 10px 40px rgba(0,0,0,0.8) !important;
    padding:5px 0;
}

.dd.open .dd-menu{
    display:block !important;
    animation:dropdownFadeIn 0.2s ease;
}

@keyframes dropdownFadeIn{
    from { opacity:0; transform:translateY(-8px); }
    to   { opacity:1; transform:translateY(0); }
}

.dd-menu > div,
.dd-menu > a{
    display:block;
    padding:10px 16px;
    font-size:13px;
    color:#fff !important;
    cursor:pointer;
    transition:all 0.2s ease;
    white-space:nowrap;
    text-decoration:none;
}

.dd-menu > div:hover,
.dd-menu > a:hover{
    background:var(--gold) !important;
    color:#000 !important;
}

.dd-menu > a.active{
    background:var(--gold-grad) !important;
    color:#000 !important;
    font-weight:700;
}

/* Navbar should be lower than dropdown */
.navbar{
    z-index:500 !important;
}

/* But keep sidebar toggle button working */
.sidebar-toggle-btn{
    z-index:600 !important;
}

.nav-sell-wrap{
    z-index:600 !important;
}

/* Overlay for mobile sidebar - lower than dropdowns */
.overlay-bg{
    z-index:400 !important;
}

/* Sidebar itself */
.sidebar{
    z-index:450 !important;
}
/* ============================================================
   FOOTER FINAL FIX - Version 2.0.2
   Bigger Logo + No overlap + Countries flags horizontal
============================================================ */

/* Footer Logo - No overlap, no link, just image */
.footer-col-about{
    position:relative;
    min-height:auto !important;
}

.footer-logo-display{
    display:block;
    margin-bottom:20px;
    line-height:0;
    /* NOT a link - just a container */
}

.footer-logo-img{
    display:block;
    max-height:130px !important;
    max-width:280px !important;
    width:auto !important;
    height:auto !important;
    object-fit:contain !important;
    filter:drop-shadow(0 3px 10px rgba(212,165,55,0.3));
    cursor:default !important;
    pointer-events:none;
}

.footer-about-text{
    color:#999 !important;
    font-size:13px !important;
    line-height:1.6 !important;
    margin:0 0 15px 0 !important;
    clear:both;
    display:block;
    text-align:start;
}

/* Remove old logo-wrap styles from footer */
.footer-col .logo-wrap,
footer .logo-wrap{
    display:none !important;
}

/* ============ COUNTRY FLAGS (Horizontal) ============ */
.footer-countries-flags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #1a1a1a;
}

.country-flag-item{
    display:flex;
    align-items:center;
    gap:6px;
    background:rgba(212,165,55,0.08);
    border:1px solid rgba(212,165,55,0.25);
    padding:6px 12px;
    border-radius:6px;
    transition:all 0.3s ease;
    cursor:default;
}

.country-flag-item:hover{
    background:rgba(212,165,55,0.15);
    border-color:var(--gold);
    transform:translateY(-2px);
}

.flag-emoji{
    font-size:18px;
    line-height:1;
}

.flag-name{
    font-size:12px;
    color:#ccc;
    font-weight:600;
    letter-spacing:0.3px;
}

/* Responsive */
@media (max-width: 768px){
    .footer-countries-flags{
        justify-content:center;
    }
    
    .footer-logo-img{
        max-height:100px !important;
        max-width:220px !important;
    }
}
/* ============================================================
   CARDONGY - FIX Single Product Container Width
   Version 2.2 - Precise fix
============================================================ */

/* Fix the cardongy-single-product container */
.cardongy-single-product {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 30px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Fix WooCommerce shop page container */
.cardongy-shop,
.woocommerce-page:not(.home) .cardongy-shop {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 30px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Fix cart & checkout containers */
.cardongy-cart,
.cardongy-checkout {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 30px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* On very wide screens - add slight padding */
@media (min-width: 1920px) {
    .cardongy-single-product,
    .cardongy-shop,
    .cardongy-cart,
    .cardongy-checkout {
        padding: 30px 50px !important;
    }
}

/* On ultra-wide screens */
@media (min-width: 2200px) {
    .cardongy-single-product,
    .cardongy-shop,
    .cardongy-cart,
    .cardongy-checkout {
        padding: 30px 80px !important;
    }
}
/* ==========================================================================
   ============================================================
   CARDONGY - MOBILE FINAL v5.0 - Complete Solution
   ============================================================
   ========================================================================== */

/* ==========================================================================
   MOBILE (up to 991px)
   ========================================================================== */

@media (max-width: 991px) {
    
    /* ========================================================================
       1. HIDE SIDEBAR COMPLETELY on mobile
       ======================================================================== */
    
    .cardongy-sidebar,
    .site-sidebar,
    .main-sidebar,
    .shop-by-category-sidebar,
    aside.sidebar:not(.checkout-sidebar-column):not(.cart-sidebar-column):not(.shop-sidebar),
    .sidebar-overlay,
    .side-panel,
    .side-menu,
    .sidebar-toggle,
    .btn-open-sidebar,
    #sidebar-toggle,
    .toggle-sidebar,
    .sidebar-trigger,
    .cardongy-sidebar-toggle {
        display: none !important;
    }
    
    /* Prevent body scroll lock from sidebar */
    body {
        overflow-x: hidden !important;
    }
    
    body.sidebar-open {
        overflow: auto !important;
    }
    
    /* ========================================================================
       2. HIDE TOP NAV BAR on mobile
       ======================================================================== */
    
    .cardongy-header nav,
    .site-header nav,
    .main-header nav,
    header > nav,
    .header-nav-row,
    .main-navigation,
    .primary-menu-container,
    .primary-menu,
    .header-menu,
    .nav-bar,
    nav.desktop-menu {
        display: none !important;
    }
    
    /* Hide SELL YOUR PRODUCT button */
    .sell-product-btn,
    .btn-sell-product,
    .sell-your-product,
    a[href*="sell"] {
        display: none !important;
    }
    
    /* ========================================================================
       3. HIDE SEARCH, CURRENCY, LANGUAGE on mobile
       ======================================================================== */
    
    .header-search,
    .header-search-form,
    .search-form-wrapper,
    form.search-form,
    .header-currency,
    .header-language,
    .currency-switcher,
    .language-switcher,
    .lang-switcher {
        display: none !important;
    }
    
    /* Hide text labels */
    .my-account-link .text,
    .wishlist-link .text,
    .cart-link .text,
    .account-text,
    .wishlist-text,
    .cart-text {
        display: none !important;
    }
    
    /* ========================================================================
       4. HEADER LAYOUT
       ======================================================================== */
    
    .site-header,
    .cardongy-header,
    .main-header,
    header.header {
        padding: 12px 15px !important;
        position: relative !important;
    }
    
    .site-header-inner,
    .header-container,
    .header-wrapper,
    .header-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        position: relative !important;
    }
    
    /* Logo center */
    .site-logo,
    .header-logo,
    .logo {
        flex: 1 !important;
        text-align: center !important;
    }
    
    .site-logo img,
    .header-logo img,
    .logo img {
        max-height: 40px !important;
        max-width: 140px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    
    /* Header actions right */
    .header-actions,
    .header-icons,
    .header-right {
        display: flex !important;
        gap: 12px !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }
    
    .header-actions a,
    .header-icons a {
        color: #d4a537 !important;
        font-size: 18px !important;
        position: relative !important;
    }
    
    /* Cart badge */
    .cart-count,
    .cart-badge,
    .header-cart-count {
        background: #d4a537 !important;
        color: white !important;
        min-width: 18px !important;
        height: 18px !important;
        border-radius: 50% !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: -5px !important;
        right: -5px !important;
    }
    
    /* ========================================================================
       5. HAMBURGER BUTTON (Custom - Left side)
       ======================================================================== */
    
    .mobile-hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        background: transparent !important;
        border: none !important;
        color: #d4a537 !important;
        cursor: pointer !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        z-index: 10 !important;
    }
    
    .mobile-hamburger span {
        display: block !important;
        width: 24px !important;
        height: 3px !important;
        background: #d4a537 !important;
        margin: 3px 0 !important;
        border-radius: 3px !important;
        transition: all 0.3s ease !important;
    }
    
    /* When menu is open - transform to X */
    body.mobile-menu-open .mobile-hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    body.mobile-menu-open .mobile-hamburger span:nth-child(2) {
        opacity: 0;
    }
    
    body.mobile-menu-open .mobile-hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    /* ========================================================================
       6. MOBILE MENU DRAWER (Slides from LEFT)
       ======================================================================== */
    
    .mobile-menu-drawer {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 85% !important;
        max-width: 340px !important;
        height: 100vh !important;
        background: linear-gradient(180deg, #0a1929 0%, #0f2138 100%) !important;
        z-index: 99999 !important;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
        display: block !important;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3) !important;
    }
    
    .mobile-menu-drawer.active {
        left: 0 !important;
    }
    
    /* RTL - slides from right */
    .rtl .mobile-menu-drawer {
        left: auto !important;
        right: -100% !important;
        transition: right 0.35s ease !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3) !important;
    }
    
    .rtl .mobile-menu-drawer.active {
        right: 0 !important;
        left: auto !important;
    }
    
    /* Menu header */
    .mobile-menu-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }
    
    .mobile-menu-header img {
        max-height: 35px !important;
        max-width: 130px !important;
    }
    
    .mobile-menu-close {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: white !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        font-size: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.2s !important;
    }
    
    .mobile-menu-close:hover {
        background: rgba(212, 165, 55, 0.3) !important;
        color: #d4a537 !important;
    }
    
    /* Menu items */
    .mobile-menu-drawer ul {
        list-style: none !important;
        padding: 15px 0 !important;
        margin: 0 !important;
    }
    
    .mobile-menu-drawer ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }
    
    .mobile-menu-drawer ul li a {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 15px 25px !important;
        color: white !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        transition: all 0.2s !important;
    }
    
    .mobile-menu-drawer ul li a:hover {
        background: rgba(212, 165, 55, 0.15) !important;
        color: #d4a537 !important;
        padding-left: 30px !important;
    }
    
    .rtl .mobile-menu-drawer ul li a:hover {
        padding-left: 25px !important;
        padding-right: 30px !important;
    }
    
    .mobile-menu-drawer ul li a i {
        color: #d4a537 !important;
        width: 22px !important;
        text-align: center !important;
        font-size: 15px !important;
    }
    
    /* NEW badge */
    .mobile-menu-drawer .menu-badge,
    .mobile-menu-drawer .new-badge {
        background: #10b981 !important;
        color: white !important;
        padding: 2px 8px !important;
        border-radius: 10px !important;
        font-size: 9px !important;
        margin-left: auto !important;
    }
    
    /* Sub-menu (Sticker Packs, Sticker Boxes, etc.) */
    .mobile-menu-drawer .sub-menu {
        background: rgba(0, 0, 0, 0.3) !important;
        padding: 0 !important;
    }
    
    .mobile-menu-drawer .sub-menu li a {
        padding: 10px 25px 10px 55px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        text-transform: none !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }
    
    .mobile-menu-drawer .sub-menu li a:hover {
        color: #d4a537 !important;
        padding-left: 60px !important;
    }
    
    /* Menu footer */
    .mobile-menu-footer {
        padding: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        margin-top: 20px !important;
    }
    
    .mobile-menu-footer .search-box {
        margin-bottom: 15px !important;
    }
    
    .mobile-menu-footer .search-box input {
        width: 100% !important;
        padding: 10px 15px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: white !important;
        border-radius: 8px !important;
        font-size: 13px !important;
    }
    
    .mobile-menu-footer .search-box input::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
    }
    
    /* Free shipping banner */
    .mobile-menu-footer .free-shipping {
        background: linear-gradient(135deg, #d4a537, #b8862c) !important;
        color: white !important;
        padding: 12px 15px !important;
        border-radius: 8px !important;
        text-align: center !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }
    
    /* Overlay */
    .mobile-menu-overlay {
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.7) !important;
        z-index: 99998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s !important;
        backdrop-filter: blur(3px) !important;
    }
    
    .mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Lock body scroll when menu open */
    body.mobile-menu-open {
        overflow: hidden !important;
    }
}

/* ==========================================================================
   DESKTOP - Hide hamburger, show everything
   ========================================================================== */

@media (min-width: 992px) {
    .mobile-hamburger,
    .mobile-menu-drawer,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* ==========================================================================
   MOBILE - Product grid & content
   ========================================================================== */

@media (max-width: 767px) {
    
    /* Product grid */
    .products,
    .cardongy-products-grid,
    .products.columns-4,
    .products.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    .cardongy-product-card {
        padding: 6px !important;
    }
    
    .card-content {
        padding: 8px !important;
    }
    
    .card-title {
        font-size: 12px !important;
        min-height: 32px !important;
    }
    
    .price-new,
    .price-single {
        font-size: 14px !important;
    }
    
    /* Hero slider */
    .hero-slider,
    .main-slider {
        min-height: 280px !important;
        max-height: 400px !important;
    }
    
    .slider-title {
        font-size: 20px !important;
    }
    
    /* Categories */
    .categories-grid,
    .home-categories {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    /* Trust badges */
    .trust-badges {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    /* Footer */
    .footer-widgets {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   PREVENT HORIZONTAL SCROLL
   ========================================================================== */

html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}
/* ==========================================================================
   ============================================================
   CARDONGY - MOBILE FINAL FIX v6.0 (Clean Solution)
   Use existing sidebar (#sidebar) + hide navbar on mobile
   ============================================================
   ========================================================================== */

/* ==========================================================================
   MOBILE (up to 991px)
   ========================================================================== */

@media (max-width: 991px) {
    
    /* ========================================================================
       1. HIDE NAVBAR (HOME, STICKERS, CARDS, BRANDS...)
       ======================================================================== */
    
    .navbar {
        display: none !important;
    }
    
    /* ========================================================================
       2. MOVE SIDEBAR TOGGLE (☰) TO HEADER
       ======================================================================== */
    
    /* Show sidebar toggle button in header on mobile */
    .top-header .sidebar-toggle-btn,
    .mobile-sidebar-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        color: var(--gold) !important;
        font-size: 22px !important;
        cursor: pointer !important;
        padding: 8px 12px !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 8px !important;
        transition: all 0.3s ease !important;
        flex-shrink: 0 !important;
        order: -1 !important;
    }
    
    .top-header .sidebar-toggle-btn:hover,
    .mobile-sidebar-toggle:hover {
        background: rgba(212, 165, 55, 0.15) !important;
        color: #fff !important;
    }
    
    .top-header .sidebar-toggle-btn i,
    .mobile-sidebar-toggle i {
        color: var(--gold) !important;
        font-size: 22px !important;
    }
    
    /* ========================================================================
       3. TOP HEADER LAYOUT ON MOBILE
       ======================================================================== */
    
    .top-header {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 8px 12px !important;
        height: auto !important;
        min-height: 60px !important;
        gap: 8px !important;
    }
    
    /* Logo - center on mobile */
    .top-header .logo-wrap {
        flex: 1 !important;
        text-align: center !important;
        width: auto !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .top-header .logo-wrap a.site-logo-link {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    
    .top-header .site-logo-img {
        height: 60px !important;
        max-height: 60px !important;
        width: auto !important;
        margin: 0 auto !important;
    }
    
    /* Hide search bar on mobile */
    .top-header .search-bar {
        display: none !important;
    }
    
    /* Hide currency & language dropdowns on mobile (keep in sidebar) */
    .top-header .header-actions #currDD,
    .top-header .header-actions #langDD {
        display: none !important;
    }
    
    /* Header actions - compact */
    .top-header .header-actions {
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }
    
    /* Hide text labels - show icons only */
    .top-header .header-actions .item span:not(.cart-badge) {
        display: none !important;
    }
    
    .top-header .header-actions .item {
        padding: 8px !important;
        gap: 0 !important;
    }
    
    .top-header .header-actions .item i {
        font-size: 18px !important;
    }
    
    /* Cart badge stays visible */
    .top-header .header-actions .cart-badge {
        display: flex !important;
    }
    
    /* Hide old hamburger button if exists */
    .top-header .hamburger {
        display: none !important;
    }
    
    /* ========================================================================
       4. SIDEBAR - Full screen drawer on mobile
       ======================================================================== */
    
    #sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 85% !important;
        max-width: 340px !important;
        height: 100vh !important;
        z-index: 99999 !important;
        border-radius: 0 !important;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
        transform: none !important;
        opacity: 1 !important;
        max-height: none !important;
    }
    
    #sidebar.closed {
        left: -100% !important;
        transform: none !important;
        opacity: 1 !important;
        width: 85% !important;
    }
    
    #sidebar:not(.closed) {
        left: 0 !important;
        transform: none !important;
    }
    
    /* RTL */
    .rtl #sidebar,
    [dir="rtl"] #sidebar {
        left: auto !important;
        right: -100% !important;
        transition: right 0.35s ease !important;
    }
    
    .rtl #sidebar.closed,
    [dir="rtl"] #sidebar.closed {
        right: -100% !important;
        left: auto !important;
    }
    
    .rtl #sidebar:not(.closed),
    [dir="rtl"] #sidebar:not(.closed) {
        right: 0 !important;
        left: auto !important;
    }
    
    /* Overlay */
    #overlayBg,
    .overlay-bg {
        display: none !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.7) !important;
        z-index: 99998 !important;
        backdrop-filter: blur(3px) !important;
    }
    
    #overlayBg.show,
    .overlay-bg.show {
        display: block !important;
    }
    
    /* Add close button inside sidebar on mobile */
    #sidebar .sidebar-inner {
        width: 100% !important;
        padding: 20px !important;
        position: relative !important;
    }
    
    /* Prevent body scroll when sidebar open */
    body:has(#sidebar:not(.closed)) {
        overflow: hidden !important;
    }
    
    /* ========================================================================
       5. PAGE LAYOUT - Full width on mobile
       ======================================================================== */
    
    .page-wrap {
        padding: 10px !important;
        gap: 10px !important;
        display: block !important;
    }
    
    .main-content {
        width: 100% !important;
        flex: 1 !important;
    }
}

/* ==========================================================================
   MOBILE 767px - Content adjustments
   ========================================================================== */

@media (max-width: 767px) {
    
    /* Smaller logo */
    .top-header .site-logo-img {
        height: 50px !important;
        max-height: 50px !important;
    }
    
    .top-header {
        min-height: 56px !important;
    }
    
    /* Product grid */
    .cat-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    .brand-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .tour-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    /* WooCommerce product grid */
    .products,
    .cardongy-products-grid,
    .products.columns-4,
    .products.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    /* Slider */
    .slide {
        min-height: 300px !important;
    }
    
    .slide-title {
        font-size: 22px !important;
    }
    
    .slide-content {
        padding: 0 20px !important;
    }
    
    /* Trust bar */
    .trust-bar {
        flex-wrap: wrap !important;
    }
    
    .trust-item {
        flex: 0 0 50% !important;
    }
    
    /* Product card scrollers */
    .product-card {
        min-width: 160px !important;
        max-width: 160px !important;
    }
    
    .product-card .img-wrap {
        height: 160px !important;
    }
    
    /* Newsletter */
    .newsletter {
        padding: 30px 15px !important;
        margin: 0 10px !important;
    }
    
    .newsletter h2 {
        font-size: 20px !important;
    }
    
    .newsletter-form {
        flex-direction: column !important;
    }
    
    .newsletter-form input,
    .newsletter-form button {
        width: 100% !important;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .footer-countries-flags {
        justify-content: center !important;
    }
}

/* ==========================================================================
   SMALL MOBILE (up to 480px)
   ========================================================================== */

@media (max-width: 480px) {
    
    .top-header {
        padding: 6px 10px !important;
    }
    
    .top-header .site-logo-img {
        height: 45px !important;
        max-height: 45px !important;
    }
    
    .top-header .sidebar-toggle-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
        padding: 6px !important;
    }
    
    .top-header .sidebar-toggle-btn i {
        font-size: 20px !important;
    }
    
    .top-header .header-actions {
        gap: 6px !important;
    }
    
    .top-header .header-actions .item i {
        font-size: 16px !important;
    }
    
    .cart-badge {
        min-width: 14px !important;
        height: 14px !important;
        font-size: 9px !important;
    }
}

/* ==========================================================================
   PREVENT HORIZONTAL SCROLL
   ========================================================================== */

html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}
