/* ============================================================
   Başçı Unlu Mamüller — E-Ticaret Tema Dosyası
   Tema: Demo2 — Beyaz & Turuncu (Tailwind-inspired)
   ============================================================ */

/* ============ DESIGN TOKENS ============ */
:root{
  --orange-50:#fff7ed;
  --orange-100:#ffedd5;
  --orange-200:#fed7aa;
  --orange-500:#f97316;
  --orange-600:#ea580c;
  --gray-50:#f9fafb;
  --gray-100:#f3f4f6;
  --gray-200:#e5e7eb;
  --gray-400:#9ca3af;
  --gray-500:#6b7280;
  --gray-600:#4b5563;
  --gray-700:#374151;
  --gray-800:#1f2937;
  --gray-900:#111827;
  --white:#ffffff;
  --red-500:#ef4444;
  --green-500:#22c55e;
  --blue-500:#3b82f6;
  --star:#f0a83c;
  --primary:#f97316;
  --primary-hover:#ea580c;
  --primary-light:#ffedd5;
  --primary-lighter:#fff7ed;
  --shadow-orange:0 4px 6px -1px rgba(249,115,22,0.2);
}

*{margin:0;padding:0;box-sizing:border-box;}
[x-cloak]{display:none!important;}
html{scroll-behavior:smooth;}

body{
  font-family:'Inter', 'DM Sans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color:#1f2937;
  background:#ffffff;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Inter', 'DM Sans', sans-serif;
  color:#1f2937;
  font-weight:700;
}

a{text-decoration:none;color:inherit;}
ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
img{display:block;max-width:100%;height:auto;}
input,textarea,select{font-family:inherit;}

.wrap{
  max-width:1400px;
  margin:0 auto;
  padding:0 2rem;
}

/* ============ TOP BAR ============ */
.top-bar{
  background:#f9fafb;
  color:#6b7280;
  font-size:13px;
  font-weight:400;
  border-bottom:1px solid #f3f4f6;
}
.top-bar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px 0;
  max-width:1430px;
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
}
.top-bar a{color:inherit;text-decoration:none;}
.top-bar a:hover{color:#1f2937;}
.top-bar .top-bar-left,
.top-bar .top-bar-right{
  display:flex;
  align-items:center;
  gap:6px;
}
.top-bar .top-bar-left i,
.top-bar .top-bar-right i{
  font-size:16px;
  color:#9ca3af;
}
.top-bar .top-bar-center{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:500;
  color:#ea580c;
  overflow:hidden;
  flex:1;
  max-width:55%;
}
.top-bar-marquee{
  overflow:hidden;
  white-space:nowrap;
  flex:1;
}
.top-bar-marquee span{
  display:inline-block;
  padding-left:100%;
  animation:topBarScroll 18s linear infinite;
}
.top-bar-center:hover .top-bar-marquee span{
  animation-play-state:paused;
}
@keyframes topBarScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-100%);}
}
.top-bar .top-bar-center i{
  font-size:16px;
  color:#ea580c;
}

/* ============ HEADER ============ */
header.main-header{
  background:#fff;
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 1px 3px rgba(0,0,0,0.05);
}

/* Row 1: Logo + Search + Icons */
.header-main{
  background:#fff;
}
.header-main-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1430px;
  margin:0 auto;
  padding:18px 16px;
  gap:20px;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  text-decoration:none;
}
.logo-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#f97316;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#fff;
  flex-shrink:0;
}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-text .name{
  font-family:'Inter', sans-serif;
  font-weight:700;
  font-size:28px;
  color:#111827;
  letter-spacing:-0.025em;
  line-height:1;
}
.logo-text .tagline{
  font-size:10px;
  letter-spacing:0.2em;
  color:#6b7280;
  font-weight:500;
  text-transform:uppercase;
  margin-top:4px;
}

/* Search - center column */
.header-search{
  flex:1;
  max-width:560px;
  margin:0 auto;
  position:relative;
}
.header-search form{
  display:flex;
  align-items:center;
  background:#f3f4f6;
  border:none;
  border-radius:9999px;
  padding:0;
  height:44px;
  transition:box-shadow .2s;
  position:relative;
}
.header-search form:focus-within{
  box-shadow:0 0 0 2px #fed7aa;
}
.header-search input{
  border:none;
  outline:none;
  background:transparent;
  font-size:14px;
  color:#374151;
  width:100%;
  padding:10px 20px;
  height:44px;
}
.header-search input::placeholder{color:#9ca3af;}

/* Icons - right column */
.header-icons{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}

.icon-btn{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  color:#374151;
  text-decoration:none;
  padding:6px 8px;
  font-size:13px;
  font-weight:500;
  transition:color .2s;
}
.icon-btn i{font-size:24px;color:#6b7280;transition:color .2s;}
.icon-btn:hover{color:#ea580c;}
.icon-btn:hover i{color:#ea580c;}
.icon-label{
  font-size:14px;
  font-weight:500;
  color:#374151;
  transition:color .2s;
  white-space:nowrap;
}
.icon-btn:hover .icon-label{color:#ea580c;}

/* Icon-only buttons (heart, user) */
.icon-btn-icon{
  padding:6px;
  position:relative;
}

/* Divider between icon groups */
.header-icons-divider{
  display:flex;
  align-items:center;
  gap:8px;
  border-left:1px solid #e5e7eb;
  padding-left:14px;
}

/* Wishlist badge on heart icon */
.icon-btn-icon .icon-badge{
  position:absolute;
  top:-4px;
  right:-4px;
  background:#f97316;
  color:#fff;
  font-size:10px;
  font-weight:600;
  min-width:16px;
  height:16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 3px;
  line-height:1;
}

/* Cart button - orange rounded */
.cart-btn{
  display:flex;
  align-items:center;
  gap:10px;
  background:#f97316;
  color:#fff;
  text-decoration:none;
  padding:10px 22px;
  border-radius:9999px;
  font-weight:600;
  font-size:15px;
  transition:background .2s, box-shadow .2s;
  box-shadow:0 4px 6px -1px rgba(249,115,22,0.2);
}
.cart-btn i{font-size:22px;color:#fff;}
.animate-spin{animation:spin 1s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.cart-btn:hover{
  background:#ea580c;
  box-shadow:0 4px 10px -1px rgba(249,115,22,0.3);
}
.cart-btn-label{
  font-weight:600;
  font-size:15px;
}
.cart-btn-icon-wrap{
  position:relative;
  display:flex;
}
.cart-badge{
  position:absolute;
  top:-8px;
  right:-10px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:18px;
  text-align:center;
  box-shadow:0 2px 4px rgba(220,38,38,0.3);
}

/* Hide icon labels on mobile */
.header-icons .icon-label{display:none;}
.icon-btn[title="Sipariş Takip"] .icon-label{display:inline;}

/* Mobile hamburger */
.mobile-toggle{
  display:none;
  color:#374151;
  cursor:pointer;
  background:none;
  border:none;
  padding:4px;
  line-height:1;
  margin-left:4px;
}
.mobile-toggle i{font-size:24px;color:#374151;}
.mobile-toggle:hover i{color:#ea580c;}

/* Row 2: Category Navigation Bar */
.header-nav{
  background:#fff;
  border-bottom:1px solid #f3f4f6;
}
.header-nav .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0;
  padding:0 16px;
  height:auto;
  overflow-x:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.header-nav .wrap::-webkit-scrollbar{display:none;}
.header-nav a{
  font-size:13px;
  font-weight:600;
  letter-spacing:0.025em;
  color:#6b7280;
  padding:12px 10px;
  white-space:nowrap;
  transition:color .2s;
  text-transform:uppercase;
  text-decoration:none;
}
.header-nav a:hover{color:#ea580c;}
.header-nav a.active-link{color:#ea580c;}

/* ============ MOBILE MENU ============ */
.mobile-menu-overlay{
  display:none;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  background:rgba(0,0,0,0.4);
  z-index:200;
}
.mobile-menu-overlay.open{display:block;}
.mobile-menu-panel{
  position:fixed;
  top:0;left:0;bottom:0;
  width:300px;
  max-width:85vw;
  background:var(--white);
  z-index:201;
  padding:30px 24px;
  overflow-y:auto;
  transform:translateX(-100%);
  transition:transform .3s ease;
}
.mobile-menu-overlay.open .mobile-menu-panel{transform:translateX(0);}
.mobile-menu-close{
  position:absolute;
  top:16px;
  right:16px;
  font-size:22px;
  background:none;
  border:none;
  cursor:pointer;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mobile-search{
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--white);
  border:1.5px solid #e5e7eb;
  border-radius:30px;
  padding:10px 18px;
  margin-bottom:28px;
  margin-top:20px;
}
.mobile-search input{
  border:none;
  outline:none;
  background:none;
  font-size:14px;
  color:#6b7280;
  width:100%;
}
.mobile-search button{
  color:var(--orange-500);
  background:none;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
}
.mobile-nav-list{display:flex;flex-direction:column;gap:0;}
.mobile-nav-list li{border-bottom:1px solid #e5e7eb;}
.mobile-nav-list a{
  display:block;
  padding:14px 0;
  font-size:14px;
  font-weight:600;
  color:#6b7280;
  transition:color .2s;
}
.mobile-nav-list a:hover{color:var(--orange-500);}

/* ============ HERO ============ */
/* ============ HERO (Static Fallback) ============ */
.hero{
  position:relative;
  background:#f3f4f6;
  overflow:hidden;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center 60%;
  opacity:0.22;
}
.hero-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(100deg, rgba(249,250,251,0.85) 10%, rgba(249,250,251,0.4) 60%, rgba(249,250,251,0.05) 100%);
}

.hero-inner{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
  padding:70px 2rem 90px;
  display:grid;
  grid-template-columns:1fr 0.85fr;
  gap:50px;
  align-items:center;
}

.eyebrow-pill{
  display:inline-block;
  background:var(--orange-100);
  color:var(--orange-500);
  padding:7px 18px;
  border-radius:30px;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:1.5px;
  margin-bottom:20px;
}

.hero h1{
  font-size:46px;
  line-height:1.18;
  font-weight:800;
  margin-bottom:20px;
  color:#111827;
}
.hero h1 em{
  font-style:italic;
  color:var(--orange-500);
  font-weight:700;
}

.hero p.desc{
  font-size:15.5px;
  line-height:1.7;
  color:#6b7280;
  max-width:480px;
  margin-bottom:32px;
}

.hero-cta-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.btn-dark{
  background:#111827;
  color:var(--white);
  padding:15px 26px;
  border-radius:40px;
  font-weight:600;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  transition:transform .2s, background .2s;
}
.btn-dark:hover{transform:translateY(-2px); background:#000;}

.btn-white{
  background:var(--white);
  color:#111827;
  padding:15px 26px;
  border-radius:40px;
  font-weight:600;
  font-size:14px;
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  transition:transform .2s;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.btn-white:hover{transform:translateY(-2px);}

.hero-image-wrap{
  position:relative;
}
.hero-poly{
  width:100%;
  max-width:380px;
  aspect-ratio:1/0.92;
  margin-left:auto;
  border-radius:2.5rem;
  border:8px solid var(--white);
  box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);
  overflow:hidden;
  transform:rotate(2deg);
}
.hero-poly img{width:100%; height:100%; object-fit:cover;}

.discount-tag{
  position:absolute;
  bottom:-26px;
  left:0;
  background:var(--orange-500);
  color:var(--white);
  padding:18px 24px;
  border-radius:16px;
  box-shadow:0 16px 30px rgba(249,115,22,0.35);
  transform:rotate(-3deg);
}
.discount-tag .pct{
  font-size:26px;
  font-weight:800;
  line-height:1;
}
.discount-tag .label{
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.5px;
  margin-top:4px;
}

/* Hero slider from existing system */
.hero-swiper{overflow:hidden;height:560px;min-height:0;}
.hero-swiper .swiper-slide{position:relative;min-height:560px;height:100%;}
.hero-swiper .swiper-slide{background:#f3f4f6;}
.hero-slide-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
}
.hero-slide-bg.is-mobile{display:none;}
.hero-slide-video{position:absolute;inset:0;}
.hero-slide-video video,.hero-slide-video iframe{width:100%;height:100%;object-fit:cover;border:0;}
.hero-slide-video video{display:block;}
.hero-dots{
  position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);
  display:flex;gap:8px;z-index:5;
}
.hero-dots span,.hero-dots .swiper-pagination-bullet{
  width:10px;height:10px;border-radius:50%;
  background:rgba(0,0,0,0.2);cursor:pointer;
}
.hero-dots span.active,.hero-dots .swiper-pagination-bullet-active{background:var(--orange-500);}

.hero-content{position:relative;z-index:2;padding:50px 0;max-width:600px;}
.hero-content .eyebrow{
  display:inline-block;
  background:var(--orange-100);
  color:var(--orange-500);
  padding:6px 16px;
  border-radius:9999px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
  margin-bottom:16px;
}
.hero-content h1{
  font-size:44px;font-weight:800;line-height:1.15;margin-bottom:16px;color:#111827;
}
.hero-content .hero-sub{
  font-size:18px;font-weight:600;color:var(--orange-500);margin-bottom:14px;
}
.hero-content .hero-desc{
  font-size:15px;line-height:1.7;color:#6b7280;margin-bottom:28px;
}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.hero-ctas .btn{
  padding:14px 28px;border-radius:9999px;font-weight:600;font-size:14px;
  display:inline-flex;align-items:center;gap:8px;transition:transform .2s;
}
.hero-ctas .btn:hover{transform:translateY(-2px);}
.hero-ctas .btn-primary{
  background:var(--orange-500);color:var(--white);
}
.hero-ctas .btn-secondary{
  background:var(--white);color:#111827;box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

/* ============ HERO SPLIT (Slider + Side Banners) ============ */
.hero-split{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:1.5rem;
  max-width:1400px;
  margin:0 auto;
  padding:1.5rem 2rem 0;
}
.hero-split--full{grid-template-columns:1fr;}
.hero-slider-col{
  min-height:0;
  border-radius:2.5rem;
  overflow:hidden;
}
.hero-slider-col .hero.hero-swiper{border-radius:2.5rem;}
.hero-slider-col .hero-swiper .swiper-slide{min-height:560px;}
.hero-side-col{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  min-height:0;
}
.side-banner{
  flex:1;
  position:relative;
  border-radius:2.5rem;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  background-color:var(--gray-100);
  display:flex;
  align-items:flex-end;
  text-decoration:none;
  min-height:268px;
  transition:transform .5s, box-shadow .3s;
}
.side-banner:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);}
.side-banner-overlay{
  width:100%;
  padding:2rem;
  background:linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  border-radius:0 0 2.5rem 2.5rem;
}
.side-banner-title{
  display:block;
  font-size:1.5rem;
  font-weight:700;
  color:#fff;
  margin-bottom:4px;
  text-shadow:0 1px 4px rgba(0,0,0,0.3);
}
.side-banner-sub{
  display:block;
  font-size:0.875rem;
  color:rgba(255,255,255,0.9);
  text-shadow:0 1px 3px rgba(0,0,0,0.2);
}

/* ============ CATEGORIES SECTION ============ */
.categories{
  padding:5rem 0 3rem;
}
.cat-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:2rem;
}
.cat-head h2{
  font-size:1.875rem;
  font-weight:700;
  color:#111827;
}

.cat-grid-7{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:1.5rem;
}
.cat-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.75rem;
  cursor:pointer;
  text-decoration:none;
}
.cat-circle{
  width:100%;
  aspect-ratio:1;
  border-radius:1.5rem;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  transition:transform .3s, box-shadow .3s;
  overflow:hidden;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  ring:1px solid #f3f4f6;
}
.cat-circle img{width:100%;height:100%;object-fit:cover;}
.cat-item:hover .cat-circle{transform:translateY(-4px); box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);}
.cat-item span{
  font-size:0.875rem;
  font-weight:700;
  letter-spacing:0;
  color:#1f2937;
  text-align:center;
}

/* ============ POPULAR PRODUCTS ============ */
.popular{
  padding:5rem 0 6rem;
}
.popular-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:3rem;
  flex-wrap:wrap;
  gap:1.25rem;
}
.popular-head .eyebrow{
  color:var(--orange-500);
  font-weight:700;
  font-size:0.75rem;
  letter-spacing:0.2em;
  margin-bottom:0.75rem;
  display:block;
  text-transform:uppercase;
}
.popular-head h2{
  font-size:2rem;
  font-weight:700;
  color:#111827;
}
.filter-tabs{
  display:flex;
  gap:1.875rem;
  flex-wrap:wrap;
}
.filter-tabs a{
  font-size:0.875rem;
  font-weight:500;
  color:#6b7280;
  padding-bottom:6px;
  border-bottom:2px solid transparent;
  transition:all .2s;
}
.filter-tabs a.active{
  color:#111827;
  font-weight:600;
  border-bottom-color:var(--orange-500);
}
.filter-tabs a:hover{color:#111827;}

.product-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:1.5rem;
  margin-bottom:3rem;
}
.product-grid{gap:1.5rem; margin-bottom:3rem;}
.product-card{
  background:#fff;
  border-radius:1.5rem;
  overflow:hidden;
  border:1px solid #e5e7eb;
  box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  transition:box-shadow .3s, transform .3s;
  text-decoration:none;
  color:inherit;
  display:block;
}
.product-card:hover{
  box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);
  transform:none;
}

.product-img{
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
}
.product-img img{width:100%; height:100%; object-fit:cover; transition:transform .5s;}
.product-card:hover .product-img img{transform:scale(1.1);}

.tag-badge{
  position:absolute;
  top:0.75rem;
  left:0.75rem;
  padding:0.25rem 0.75rem;
  border-radius:9999px;
  font-size:0.75rem;
  font-weight:700;
  color:#fff;
  line-height:1;
}
.tag-badge.yeni{background:var(--orange-500);}
.tag-badge.cok-satan{background:var(--orange-500);}
.tag-badge.indirim{background:#ef4444;}

.fav-btn{
  position:absolute;
  top:0.75rem;
  right:0.75rem;
  width:2rem;
  height:2rem;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.875rem;
  color:#9ca3af;
  box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);
  cursor:pointer;
  border:none;
  opacity:0;
  transition:opacity .2s, color .2s;
}
.product-card:hover .fav-btn{opacity:1;}
.fav-btn:hover{color:#ef4444;}
.fav-btn.in-wishlist{opacity:1; background:#ef4444; color:#fff;}
.fav-btn.in-wishlist:hover{background:#dc2626; color:#fff;}

.product-info{padding:1.25rem;}

.product-cat{
  font-size:0.625rem;
  font-weight:700;
  letter-spacing:0.08em;
  color:#9ca3af;
  text-transform:uppercase;
  margin-bottom:0.25rem;
  display:block;
}

.product-info .product-desc{
  font-size:0.875rem;
  color:#6b7280;
  margin-bottom:0.75rem;
  display:block;
}

.product-info h3{
  font-size:1rem;
  font-weight:700;
  margin-bottom:0.25rem;
  color:#111827;
}

.price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.price-now{font-size:1.125rem; font-weight:700; color:var(--orange-600);}
.price-old{font-size:0.875rem; color:#9ca3af; text-decoration:line-through; margin-left:0.25rem;}

.product-cart-btn{
  width:2.5rem;
  height:2.5rem;
  background:var(--orange-500);
  border:none;
  border-radius:0.75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  cursor:pointer;
  transition:background .2s;
  box-shadow:0 10px 15px -3px rgba(249,115,22,0.2),0 4px 6px -4px rgba(249,115,22,0.1);
  flex-shrink:0;
}
.product-cart-btn:hover{background:var(--orange-600);}
.product-cart-btn i{font-size:1.25rem; font-weight:700;}

.see-all-wrap{text-align:center;}
.btn-outline-pill{
  display:inline-block;
  padding:1rem 2.25rem;
  border:1.5px solid #e5e7eb;
  border-radius:9999px;
  font-weight:700;
  font-size:0.8125rem;
  letter-spacing:0.05rem;
  color:#111827;
  transition:all .25s;
}
.btn-outline-pill:hover{
  background:#111827;
  color:#fff;
  border-color:#111827;
}

/* ============ CATEGORY PAGE ============ */
.category-page{padding:2rem 0 5rem;}
.cat-breadcrumb{
  display:flex;
  align-items:center;
  gap:0.5rem;
  font-size:0.8125rem;
  color:var(--gray-400);
  margin-bottom:1.5rem;
  flex-wrap:wrap;
}
.cat-breadcrumb a{
  color:var(--gray-500);
  text-decoration:none;
  transition:color .2s;
}
.cat-breadcrumb a:hover{color:var(--orange-500);}
.cat-breadcrumb .sep{color:var(--gray-300);}
.cat-breadcrumb .current{color:var(--gray-700); font-weight:500;}
.category-header{margin-bottom:2rem;}
.category-header h1{
  font-size:1.875rem;
  font-weight:800;
  color:var(--gray-900);
  margin:0 0 0.5rem;
}
.category-desc{
  font-size:0.9375rem;
  color:var(--gray-500);
  line-height:1.6;
  max-width:640px;
}

/* Subcategories */
.subcat-section{margin-bottom:2.5rem;}
.subcat-label{
  font-size:0.75rem;
  font-weight:700;
  letter-spacing:0.05em;
  text-transform:uppercase;
  color:var(--gray-400);
  margin-bottom:1rem;
}
.subcat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
  gap:0.875rem;
}
.subcat-card{
  display:flex;
  align-items:center;
  gap:0.75rem;
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:1rem;
  padding:0.875rem 1.125rem;
  text-decoration:none;
  color:var(--gray-700);
  font-size:0.875rem;
  font-weight:600;
  transition:all .25s;
}
.subcat-card:hover{
  border-color:var(--orange-500);
  color:var(--orange-600);
  box-shadow:0 4px 12px rgba(249,115,22,0.1);
}
.subcat-icon{
  width:2.25rem;
  height:2.25rem;
  border-radius:0.625rem;
  background:var(--orange-50);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--orange-500);
  font-size:1.125rem;
  flex-shrink:0;
}
.subcat-name{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/* Toolbar */
.cat-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:1.5rem;
  padding-bottom:1rem;
  border-bottom:1px solid var(--gray-100);
}
.cat-count{font-size:0.875rem; color:var(--gray-500);}
.cat-count b{color:var(--gray-800);}
.cat-sort select{
  appearance:none;
  -webkit-appearance:none;
  background:var(--gray-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239ca3af' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size:12px;
  border:1px solid var(--gray-200);
  border-radius:0.625rem;
  padding:0.5rem 2.25rem 0.5rem 0.875rem;
  font-size:0.8125rem;
  color:var(--gray-700);
  font-weight:500;
  cursor:pointer;
  transition:border-color .2s;
}
.cat-sort select:hover{border-color:var(--orange-500);}
.cat-sort select:focus{outline:none; border-color:var(--orange-500); box-shadow:0 0 0 3px rgba(249,115,22,0.1);}

/* Pagination */
.cat-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.375rem;
  margin-top:2.5rem;
}
.page-arrow,.page-num{
  width:2.5rem;
  height:2.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0.75rem;
  border:1px solid var(--gray-200);
  background:#fff;
  color:var(--gray-600);
  text-decoration:none;
  font-size:0.875rem;
  font-weight:600;
  transition:all .2s;
}
.page-arrow:hover,.page-num:not(.active):hover{
  border-color:var(--orange-500);
  color:var(--orange-600);
}
.page-num.active{
  background:var(--orange-500);
  border-color:var(--orange-500);
  color:#fff;
}
.page-arrow i{font-size:1rem;}

/* Empty state */
.cat-empty{
  text-align:center;
  padding:5rem 1rem;
}
.cat-empty svg{
  width:4rem;
  height:4rem;
  stroke:var(--gray-300);
  margin-bottom:1.5rem;
}
.cat-empty h3{
  font-size:1.125rem;
  font-weight:700;
  color:var(--gray-700);
  margin:0 0 0.5rem;
}
.cat-empty p{
  font-size:0.875rem;
  color:var(--gray-400);
  margin-bottom:1.5rem;
}
.cat-empty-btn{
  display:inline-flex;
  padding:0.75rem 2rem;
  background:var(--orange-500);
  color:#fff;
  border-radius:0.75rem;
  font-size:0.8125rem;
  font-weight:700;
  letter-spacing:0.05em;
  text-decoration:none;
  transition:background .2s;
}
.cat-empty-btn:hover{background:var(--orange-600);}

/* Responsive: category page */
@media (max-width:1100px){
  .subcat-grid{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));}
}
@media (max-width:860px){
  .category-page{padding:1.5rem 0 3rem;}
  .category-header h1{font-size:1.5rem;}
  .cat-toolbar{flex-direction:column; align-items:flex-start; gap:0.75rem;}
}
@media (max-width:480px){
  .subcat-grid{grid-template-columns:repeat(2,1fr); gap:0.625rem;}
  .subcat-card{padding:0.75rem; font-size:0.8125rem;}
  .cat-pagination{gap:0.25rem;}
  .page-arrow,.page-num{width:2.25rem; height:2.25rem; font-size:0.8125rem;}
}

/* ============ BANNERS ============ */
.banners{
  background:var(--orange-50);
  padding:5rem 0;
}
.banner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.75rem;
}
.banner-card{
  position:relative;
  border-radius:1.25rem;
  overflow:hidden;
  height:300px;
}
.banner-card img{
  width:100%; height:100%; object-fit:cover;
}
.banner-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(100deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0) 100%);
}
.banner-content{
  position:absolute;
  left:2.25rem;
  bottom:2.25rem;
  z-index:2;
  max-width:320px;
}
.banner-eyebrow{
  font-size:0.71875rem;
  font-weight:700;
  letter-spacing:0.1em;
  margin-bottom:0.625rem;
  display:block;
  color:var(--orange-500);
}
.banner-content h3{
  color:#fff;
  font-size:1.625rem;
  font-weight:700;
  line-height:1.3;
  margin-bottom:1.25rem;
}

/* ============ FEATURES STRIP ============ */
.features-strip{
  background:#fff;
  padding:3.75rem 0;
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1.875rem;
}
.feature-item{
  display:flex;
  align-items:center;
  gap:1rem;
}
.feature-icon{
  width:3rem;
  height:3rem;
  border-radius:0.875rem;
  background:var(--orange-100);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3125rem;
  flex-shrink:0;
  color:var(--orange-500);
}
.feature-icon svg{width:1.5rem;height:1.5rem;stroke:var(--orange-500);fill:none;stroke-width:1.8;}
.feature-item h4{font-size:0.9375rem; font-weight:600; color:#111827; margin-bottom:3px;}
.feature-item p{font-size:0.78125rem; color:#6b7280; line-height:1.4;}

/* ============ NEWSLETTER ============ */
.newsletter{
  background:var(--orange-50);
  padding:5rem 0;
  text-align:center;
}
.newsletter .eyebrow{
  color:var(--orange-500);
  font-weight:700;
  font-size:0.75rem;
  letter-spacing:0.125rem;
  margin-bottom:1.125rem;
  display:block;
  text-transform:uppercase;
}
.newsletter h2{
  font-size:2.375rem;
  font-weight:700;
  margin-bottom:1.125rem;
  color:#111827;
}
.newsletter > .wrap > p{
  font-size:0.9375rem;
  line-height:1.7;
  color:#6b7280;
  max-width:35rem;
  margin:0 auto 2.25rem;
}
.newsletter-form{
  display:flex;
  max-width:35rem;
  margin:0 auto 1.125rem;
  gap:0.75rem;
}
.newsletter-form input{
  flex:1;
  background:#fff;
  border:1px solid #e5e7eb;
  outline:none;
  border-radius:9999px;
  padding:1rem 1.625rem;
  font-size:0.875rem;
  color:#374151;
}
.newsletter-form input::placeholder{color:#9ca3af;}
.newsletter-form input:focus{border-color:var(--orange-200); box-shadow:0 0 0 2px var(--orange-100);}
.newsletter-form button{
  background:#111827;
  color:#fff;
  font-weight:700;
  font-size:0.875rem;
  padding:1rem 2rem;
  border-radius:9999px;
  white-space:nowrap;
  transition:transform .2s;
  border:none;
  cursor:pointer;
}
.newsletter-form button:hover{transform:scale(1.03);}

.newsletter-disclaimer{
  font-size:0.75rem;
  color:#6b7280;
}
.newsletter-disclaimer a{
  color:var(--orange-500);
  font-weight:600;
}

/* ============ FOOTER ============ */
footer.site-footer{
  background:#f9fafb;
  padding-top:4rem;
  border-top:1px solid #e5e7eb;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;
  gap:2.5rem;
  padding-bottom:3rem;
}
.footer-brand p{
  font-size:0.84375rem;
  line-height:1.7;
  color:#6b7280;
  max-width:17.5rem;
  margin-bottom:1.5rem;
}
/* footer logo — orange circle + brand text (matching header) */
.footer-logo{
  display:inline-flex;
  align-items:center;
  gap:0.625rem;
  margin-bottom:1.25rem;
  text-decoration:none;
}
.footer-logo-icon{
  width:2.5rem;height:2.5rem;
  background:var(--orange-500);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.footer-logo-icon i{font-size:1.375rem;color:#fff;}
.footer-logo-text{line-height:1;}
.footer-logo-text .name{
  font-size:1.25rem;
  font-weight:800;
  color:#111827;
  display:block;
  line-height:1;
}
.footer-logo-text .tagline{
  font-size:0.5rem;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#6b7280;
  display:block;
  margin-top:4px;
  line-height:1;
}
.footer-logo img{max-height:2.75rem;width:auto;}
.footer-socials{display:flex; gap:0.75rem;}
.footer-socials a{
  width:2.5rem;height:2.5rem;border-radius:50%;
  background:#fff;
  border:1px solid #e5e7eb;
  display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;
  color:#9ca3af;
  transition:all .2s;
}
.footer-socials a:hover{color:var(--orange-500); box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);}

.footer-col h4{
  font-size:0.78125rem;
  letter-spacing:0.1em;
  font-weight:700;
  color:#111827;
  margin-bottom:1.5rem;
}
.footer-col ul li{margin-bottom:0.875rem;}
.footer-col .footer-address{font-size:0.875rem;color:#6b7280;line-height:1.6;}
.footer-col ul li a{
  font-size:0.875rem;
  color:#6b7280;
  transition:color .2s;
}
.footer-col ul li a:hover{color:var(--orange-500);}

.footer-bottom{
  border-top:1px solid #e5e7eb;
  padding:1.625rem 0 1.875rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:0.8125rem;
  color:#6b7280;
  flex-wrap:wrap;
  gap:1rem;
}
.payment-icons{display:flex; gap:0.75rem; align-items:center;}
.payment-icons .payment-icon{
  background:#fff;
  font-size:0.5rem;
  font-weight:800;
  border-radius:4px;
  border:1px solid #e5e7eb;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.5rem;
  height:1.5rem;
  letter-spacing:0;
}
.payment-icons .payment-icon[data-brand="visa"]{color:#1e40af;}
.payment-icons .payment-icon[data-brand="mastercard"]{color:#dc2626;}
.payment-icons .payment-icon[data-brand="troy"]{color:#111827;}

/* ============ FLOATING CART ============ */
.floating-cart{
  position:fixed;
  bottom:30px;
  right:30px;
  z-index:200;
  background:#111827;
  color:#fff;
  border-radius:40px;
  padding:14px 22px 14px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 16px 32px rgba(0,0,0,0.25);
  cursor:pointer;
  transition:transform .2s;
}
.floating-cart:hover{transform:translateY(-3px);}
.floating-cart .cart-icon-wrap{
  position:relative;
  font-size:19px;
  display:flex;
}
.floating-cart .cart-count{
  position:absolute;
  top:-10px;
  right:-10px;
  background:var(--orange-500);
  color:#fff;
  font-size:10px;
  font-weight:700;
  width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.floating-cart .cart-text{line-height:1.2;}
.floating-cart .cart-label{font-size:10px; color:#9ca3af; font-weight:600; letter-spacing:0.5px;}
.floating-cart .cart-amount{font-size:14.5px; font-weight:700;}

/* ============ CART / SEPET PAGE ============ */
.cart-section{padding:40px 0 80px;}
.cart-inner{
  max-width:1430px;
  margin:0 auto;
  padding:0 16px;
}
.cart-header{margin-bottom:28px;}
.cart-header h1{
  font-size:28px;
  color:#1f2937;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
}
.cart-header h1 svg{stroke:#1f2937;}

.cart-layout{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:32px;
  align-items:start;
}

/* ---- Cart Item ---- */
.cart-item{
  background:#fff;
  border:1px solid #e5e0d8;
  border-radius:12px;
  margin-bottom:12px;
  transition:box-shadow .2s;
}
.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,0.04);}
.cart-item-inner{display:flex;gap:16px;padding:16px;}
.cart-item-img{
  width:100px;height:100px;
  flex-shrink:0;
  border-radius:10px;
  overflow:hidden;
  background:#f0eee8;
}
.cart-item-img img{width:100%;height:100%;object-fit:cover;}
.cart-item-body{
  flex:1;min-width:0;
  display:flex;flex-direction:column;
  justify-content:space-between;gap:10px;
}
.cart-item-top{display:flex;justify-content:space-between;gap:12px;}
.cart-item-name{
  font-weight:600;font-size:14px;color:#1f2937;
  text-decoration:none;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;line-height:1.4;transition:color .15s;
}
.cart-item-name:hover{color:#1f2937;opacity:0.7;}
.cart-item-variant{font-size:12px;color:#a09080;margin-top:2px;}
.cart-item-price{font-size:14px;font-weight:700;color:#1f2937;margin-top:4px;}
.cart-item-remove{
  display:flex;align-items:center;justify-content:center;
  width:32px;height:32px;border-radius:8px;flex-shrink:0;
  background:none;border:none;color:#ccc;cursor:pointer;
  transition:background .15s,color .15s;
}
.cart-item-remove:hover{background:rgba(239,68,68,0.08);color:#ef4444;}
.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.cart-item-line-total{font-size:16px;font-weight:700;color:#1f2937;white-space:nowrap;}

/* ---- Quantity ---- */
.cart-qty{
  display:inline-flex;align-items:center;
  border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;
}
.cart-qty-btn{
  display:flex;align-items:center;justify-content:center;
  width:34px;height:34px;
  background:none;border:none;color:#666;cursor:pointer;
  transition:background .15s,color .15s;
}
.cart-qty-btn:hover{background:#f0eee8;color:#1f2937;}
.cart-qty-value{
  display:flex;align-items:center;justify-content:center;
  min-width:40px;height:34px;
  font-size:14px;font-weight:600;
  border-left:1px solid #ddd;border-right:1px solid #ddd;
  color:#1f2937;
}

/* ---- Coupon ---- */
.cart-coupon-box{
  background:#fff;border:1px solid #e5e0d8;
  border-radius:12px;padding:16px;margin-top:4px;
}
.cart-coupon-row{display:flex;gap:10px;align-items:center;}
.cart-coupon-input-wrap{
  flex:1;display:flex;align-items:center;gap:8px;
  padding:0 12px;
  background:#f0eee8;border:1px solid #e5e0d8;
  border-radius:8px;transition:border .2s;
}
.cart-coupon-input-wrap:focus-within{border-color:#1f2937;}
.cart-coupon-input-wrap svg{color:#aaa;flex-shrink:0;}
.cart-coupon-input-wrap input{
  flex:1;background:none;border:none;outline:none;
  color:#1f2937;font-size:13px;padding:10px 0;font-family:inherit;
}
.cart-coupon-input-wrap input::placeholder{color:#bbb;}
.cart-coupon-msg{font-size:12px;margin-top:8px;}
.cart-coupon-ok{color:#16a34a;}
.cart-coupon-err{color:#dc2626;}

/* ---- Back Link ---- */
.cart-back-link{
  display:inline-flex;align-items:center;gap:6px;
  color:#a09080;font-size:14px;font-weight:500;
  text-decoration:none;margin-top:20px;transition:color .15s;
}
.cart-back-link:hover{color:#1f2937;}

/* ---- Summary ---- */
.cart-summary{
  background:#fff;border:1px solid #e5e0d8;
  border-radius:12px;padding:24px;
  position:sticky;top:100px;
}
.cart-summary h3{
  font-size:18px;font-weight:700;
  color:#1f2937;margin-bottom:20px;
}
.cart-summary-rows{display:flex;flex-direction:column;gap:12px;}
.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;}
.cart-summary-row > span:first-child{color:#a09080;}
.cart-summary-row > span:last-child{font-weight:600;color:#1f2937;}
.cart-summary-row.cart-summary-discount > span:last-child{color:#16a34a;}
.cart-green{color:#16a34a!important;font-weight:600;}
.cart-summary-hr{border:none;border-top:1px solid #e5e0d8;margin:16px 0;}
.cart-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.cart-summary-total > span:first-child{font-size:16px;font-weight:700;color:#1f2937;}
.cart-total-price{font-size:22px;font-weight:800;color:#e8722e;}
.cart-checkout-btn{width:100%;justify-content:center;}
.cart-free-shipping-hint{font-size:12px;color:#a09080;display:flex;align-items:center;gap:6px;margin:0;}
.cart-secure{display:flex;align-items:center;justify-content:center;gap:6px;color:#bbb;font-size:12px;margin-top:14px;}

/* ---- Empty ---- */
.cart-empty{text-align:center;padding:60px 20px;}
.cart-empty svg{display:block;margin:0 auto 16px;color:#c0b8ae;width:72px;height:72px;}
.cart-empty h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:6px;}
.cart-empty p{color:#a09080;font-size:14px;margin-bottom:24px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6;}

/* ---- Cart Responsive ---- */
@media(max-width:900px){
  .cart-layout{grid-template-columns:1fr;}
  .cart-sidebar{order:-1;}
}
@media(max-width:600px){
  .cart-section{padding:24px 0 60px;}
  .cart-inner{padding:0 16px;}
  .cart-item-inner{flex-direction:column;}
  .cart-item-img{width:80px;height:80px;}
  .cart-item-top{flex-direction:column;}
  .cart-coupon-row{flex-direction:column;}
  .cart-coupon-input-wrap{width:100%;}
}
@media(max-width:480px){
  .cart-header h1{font-size:22px;}
  .cart-item-img{width:100%;height:160px;}
  .cart-item-img img{object-fit:contain;}
  .cart-item-bottom{flex-wrap:wrap;gap:8px;}
  .cart-item-line-total{width:100%;text-align:right;font-size:15px;}
  .cart-summary{padding:16px;}
  .cart-summary h3{font-size:16px;}
  .cart-total-price{font-size:18px;}
  .cart-coupon-box{padding:12px;}
}

/* ============ SCROLL ANIMATIONS ============ */
.scroll-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease;}
.scroll-in.visible{opacity:1;transform:translateY(0);}

/* ============ RESPONSIVE ============ */
@media (max-width:1100px){
  .hero-swiper{height:450px;}
  .hero-split{gap:1rem; padding:1rem 1.5rem 0;}
  .hero-slider-col .hero-swiper .swiper-slide{min-height:450px;}
  .side-banner{min-height:213px;}
  .cat-grid-7{grid-template-columns:repeat(4,1fr); row-gap:1.5rem;}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .features-grid{grid-template-columns:repeat(2,1fr); row-gap:1.875rem;}
  .footer-grid{grid-template-columns:repeat(3,1fr); row-gap:2.5rem;}
  .hero h1{font-size:2.375rem;}
}

@media (max-width:860px){
  .top-bar-inner{flex-direction:column; gap:2px; padding:8px 0; text-align:center;}
  .top-bar-center{order:-1; max-width:100%;}
  .top-bar .top-bar-left,
  .top-bar .top-bar-right{padding:2px 0;justify-content:center;}
  .header-search{display:none;}
  .header-nav{display:none;}
  .mobile-toggle{display:flex;align-items:center;flex-shrink:0;}
  .mobile-menu-overlay.open{display:block;}
  .header-main-inner{padding:14px 16px; gap:12px;}
  .header-icons{gap:8px;}
  .icon-btn{padding:4px;}
  .icon-btn i{font-size:22px;}
  .icon-btn .icon-label,
  .icon-btn[title="Sipariş Takip"] .icon-label{display:none;}
  .header-icons-divider{padding-left:12px; gap:6px;}
  .cart-btn{padding:7px 14px;}
  .cart-btn i{font-size:20px;}
  .cart-btn-label{display:inline;font-size:13px;}
  .header-main{overflow:hidden;}
  .hero-swiper{height:320px;}
  .hero-split{grid-template-columns:1fr; padding:1rem 2rem 0; gap:1rem;}
  .hero-side-col{flex-direction:row;}
  .side-banner{min-height:140px; flex:1;}
  .hero-inner{grid-template-columns:1fr;}
  .hero-image-wrap{order:-1;}
  .hero-poly{margin:0 auto; max-width:280px;}
  .hero h1{font-size:2.125rem;}
  .hero-content h1{font-size:2rem;}
  .hero-content{padding:1.5rem 0;}
  .banner-grid{grid-template-columns:1fr;}
  .cat-grid-7{grid-template-columns:repeat(4,1fr); row-gap:1.5rem;}
  .cat-circle{width:100px;height:100px;font-size:28px;border-radius:14px;}
  .product-grid{grid-template-columns:1fr;}
  .features-grid{grid-template-columns:1fr;}
  .popular-head{flex-direction:column;align-items:flex-start;}
  .newsletter-form{flex-direction:column;}
  .footer-grid{grid-template-columns:1fr;}
  .floating-cart{bottom:16px; right:16px;}
  .hero-inner{padding:3rem 1.5rem 4rem;}
  .hero-image-wrap{max-width:300px;margin:0 auto 30px;}
  .discount-tag .pct{font-size:1.375rem;}
  .discount-tag{padding:14px 20px;}
}

@media (max-width:480px){
  .top-bar{font-size:11px;}
  .top-bar-inner{padding:6px 12px; gap:2px;}
  .wrap{padding:0 1rem;}
  .header-main-inner{padding:12px 1rem; gap:8px;}
  .header-icons{gap:6px;}
  .icon-btn{padding:3px;}
  .icon-btn i{font-size:20px;}
  .header-icons-divider{padding-left:8px; gap:4px;}
  .cart-btn{padding:6px 12px;}
  .cart-btn i{font-size:18px;}
  .cart-btn-label{display:none;}
  .mobile-toggle{padding:2px;}
  .mobile-toggle i{font-size:24px;}
  .hero-swiper{height:260px;}
  .hero-split{padding:1rem 1rem 0; gap:0.75rem;}
  .hero-slider-col .hero-swiper .swiper-slide{min-height:0;}
  .hero-side-col{flex-direction:column;}
  .side-banner{min-height:110px;}
  .hero-inner{padding:2.5rem 1rem 3.75rem;}
  .hero-content{padding:1rem 0;}
  .product-grid{gap:1rem;}
  .categories{padding:3.75rem 0 3rem;}
  .popular{padding:3.75rem 0 4rem;}
  .newsletter h2{font-size:1.75rem;}
  .cat-grid-7{grid-template-columns:repeat(3,1fr); gap:0.75rem;}
}

/* =============================================
   AUTH PAGES (Login / Register / Forgot / Reset / Sipariş Takip)
   ============================================= */
.auth-container{
  display:flex;align-items:center;justify-content:center;
  min-height:70vh;padding:60px 20px;background:transparent;
}
.auth-right{
  width:100%;display:flex;align-items:center;justify-content:center;
}
.auth-form-wrap{
  width:100%;max-width:440px;
}
.auth-form-header{text-align:center;margin-bottom:32px;}
.auth-form-header h2{
  font-size:1.75rem;font-weight:700;
  color:#111827;margin:0 0 6px;
}
.auth-form-header p{font-size:0.875rem;color:#6b7280;margin:0;}

.auth-alert{
  display:flex;align-items:flex-start;gap:10px;
  background:#fef2f2;border:1px solid #fecaca;
  border-radius:12px;padding:14px 16px;margin-bottom:24px;
}
.auth-alert i{font-size:1.125rem;color:#ef4444;flex-shrink:0;margin-top:2px;}
.auth-alert span{font-size:0.8125rem;color:#b91c1c;line-height:1.5;}

.auth-form{display:flex;flex-direction:column;gap:20px;}
.form-group{display:flex;flex-direction:column;gap:6px;}
.form-group label{font-size:0.75rem;font-weight:600;color:#374151;}

.form-input-wrap{position:relative;}
.form-input-wrap i{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  font-size:1.25rem;color:#9ca3af;transition:color .2s;pointer-events:none;
}
.form-input-wrap:focus-within i{color:#f97316;}

.form-input{
  width:100%;
  padding:14px 16px 14px 44px;
  background:#fff;
  border:1.5px solid #e5e7eb;
  border-radius:12px;
  font-size:0.875rem;color:#111827;
  outline:none;
  transition:border-color .2s,box-shadow .2s;
  box-sizing:border-box;
}
.form-input::placeholder{color:#9ca3af;}
.form-input:focus{
  border-color:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,0.1);
}
.form-input.error{
  border-color:#ef4444;
  box-shadow:0 0 0 4px rgba(239,68,68,0.1);
}
.form-error{font-size:0.75rem;color:#ef4444;margin-top:4px;font-weight:600;}

.btn-auth{
  width:100%;
  padding:14px 20px;
  background:#f97316;
  color:#fff;
  font-size:0.9375rem;font-weight:700;
  border:none;border-radius:12px;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:8px;
  transition:background .25s,transform .2s,box-shadow .25s;
}
.btn-auth:hover{
  background:#ea580c;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(249,115,22,0.2);
}
.btn-auth:active{transform:scale(.97) translateY(0);}
.btn-auth i{font-size:1.25rem;}

.auth-footer{
  text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #f3f4f6;
}
.auth-footer p{font-size:0.8125rem;color:#6b7280;}
.auth-footer a{color:#f97316;font-weight:700;text-decoration:none;}
.auth-footer a:hover{text-decoration:underline;}
.auth-footer-btn{
  display:inline-flex;align-items:center;gap:8px;width:auto;padding:12px 32px;
  text-decoration:none !important;
}

.auth-alert--success{
  background:#f0fdf4;border-color:#bbf7d0;
}
.auth-alert--success i{color:#22c55e;}
.auth-alert--success span{color:#166534;}
.auth-alert-body{flex:1;}
.auth-alert-title{font-weight:700;font-size:0.875rem;color:#166534;line-height:1.5;}
.auth-alert-sub{font-size:0.75rem;color:#4ade80;opacity:0.8;margin-top:2px;}

.btn-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:0.8125rem;font-weight:600;color:#6b7280;
  text-decoration:none;transition:color .2s;
}
.btn-link:hover{color:#f97316;}

.agreement{
  display:flex;align-items:flex-start;gap:10px;
  font-size:0.8125rem;color:#6b7280;line-height:1.5;cursor:pointer;
}
.agreement input{margin-top:3px;cursor:pointer;accent-color:#f97316;}
.agreement a{color:#f97316;font-weight:600;text-decoration:none;}
.agreement a:hover{text-decoration:underline;}

.flex-between{display:flex;align-items:center;justify-content:space-between;}
.buyer-type-selector{
  display:flex;gap:4px;
  background:#f3f4f6;padding:4px;border-radius:12px;
}
.buyer-type-btn{
  flex:1;padding:10px 16px;border:none;border-radius:8px;
  font-size:0.8125rem;font-weight:600;cursor:pointer;
  background:transparent;color:#6b7280;
  transition:all .25s;
}
.buyer-type-btn.active{
  background:#fff;color:#111827;
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.buyer-type-btn:hover:not(.active){color:#111827;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:600px){.form-row{grid-template-columns:1fr;}}

.corporate-fields{
  background:#f9fafb;border:1px solid #e5e7eb;
  border-radius:12px;padding:20px;margin-bottom:4px;
}
.corporate-fields h3{
  display:flex;align-items:center;gap:8px;
  font-size:0.9375rem;font-weight:700;color:#111827;margin:0 0 16px;padding:0;
}

.auth-note{
  display:flex;align-items:flex-start;gap:8px;
  background:#fff7ed;border:1px solid #fed7aa;
  border-radius:12px;padding:12px 16px;margin-top:4px;
}
.auth-note i{font-size:1.125rem;color:#f97316;flex-shrink:0;margin-top:1px;}
.auth-note span{font-size:0.75rem;color:#c2410c;line-height:1.5;}

/* ============================================
   ACCOUNT PAGE (Hesabım)
   ============================================ */
.account-page {
  background: #f5f0eb;
  min-height: 60vh;
}
.account-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 32px;
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.account-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

/* ===== SIDEBAR ===== */
.account-sidebar { align-self: start; }
.account-sidebar-inner {
  background: linear-gradient(165deg, #1e2a2b 0%, #152022 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* User header */
.account-sidebar-user {
  padding: 22px 20px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 14px;
}
.account-sidebar-avatar {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d4a76a, #b8894f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.account-sidebar-user-info { min-width: 0; flex: 1; }
.account-sidebar-user-name {
  font-size: 14px;
  font-weight: 700;
  color: #ede3d8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-sidebar-user-email {
  font-size: 12px;
  color: #a09185;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* B2B badge in sidebar */
.account-b2b-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.account-b2b-badge.approved { background: rgba(34,197,94,0.18); color: #6ee7a0; }
.account-b2b-badge.pending { background: rgba(251,191,36,0.18); color: #fcd34d; }
.account-b2b-badge.rejected { background: rgba(239,68,68,0.18); color: #fca5a5; }
.account-b2b-badge.suspended { background: rgba(160,145,133,0.2); color: #a09185; }

/* Sidebar navigation */
.account-sidebar-nav {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.account-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #a09185;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}
.account-sidebar-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.account-sidebar-link .badge-count {
  margin-left: auto;
  background: rgba(255,255,255,0.08);
  color: #cbb7a6;
  font-size: 11px;
  padding: 1px 8px;
  border-radius: 10px;
}
.account-sidebar-link:hover {
  background: rgba(255,255,255,0.06);
  color: #ede3d8;
}
.account-sidebar-link:hover svg {
  opacity: 1;
}
.account-sidebar-link:active {
  background: rgba(212,167,106,0.08);
  color: #d4a76a;
}
.account-sidebar-link.active {
  background: rgba(212,167,106,0.12);
  color: #d4a76a;
  font-weight: 600;
}
.account-sidebar-link.active svg {
  color: #d4a76a;
  opacity: 1;
}
.account-sidebar-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #d4a76a;
  border-radius: 0 3px 3px 0;
}
.account-sidebar-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 6px 0;
}
.account-sidebar-link.logout {
  color: #ef9a9a;
  margin-top: 4px;
}
.account-sidebar-link.logout:hover {
  background: rgba(239,68,68,0.12);
  color: #ef4444;
}

/* ===== MAIN CONTENT ===== */
.account-content { min-width: 0; }

/* Alert banner */
.account-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 20px;
}
.account-alert.success {
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.2);
  color: #15803d;
}
.account-alert.info {
  background: rgba(251,191,36,0.08);
  border: 1px solid rgba(251,191,36,0.2);
  color: #b45309;
}
.account-alert svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ===== CARDS ===== */
.account-card {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.account-card-header {
  padding: 16px 24px;
  border-bottom: 1px solid #f0e8e0;
  background: #faf8f6;
}
.account-card-header h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-card-header h3 svg { color: #1e2a2b; width: 20px; height: 20px; }
.account-card-body { padding: 24px; }

/* ===== STAT GRID (Dashboard) ===== */
.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.account-stat {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
}
.account-stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e2a2b, #d4a76a);
  opacity: 0;
  transition: opacity 0.3s;
}
.account-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}
.account-stat:hover::before { opacity: 1; }
.account-stat svg {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  color: #1e2a2b;
}
.account-stat .stat-value {
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.account-stat .stat-label {
  font-size: 12px;
  color: #8a7a6e;
  margin-top: 4px;
  font-weight: 500;
}

/* ===== SECTION TITLES ===== */
.account-section-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

/* ===== TABLES ===== */
.account-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e5ddd6;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.account-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
}
.account-table thead { background: #faf8f6; }
.account-table th {
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
  color: #6b5b50;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e5ddd6;
}
.account-table td {
  padding: 12px 16px;
  color: #1f2937;
  border-bottom: 1px solid #f0e8e0;
}
.account-table tbody tr { transition: background 0.15s; }
.account-table tbody tr:hover { background: #faf8f6; }
.account-table tbody tr:last-child td { border-bottom: none; }

/* ===== FORMS ===== */
.account-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.account-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.account-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}
.account-form-group label .required { color: #ef4444; }
.account-form-group input,
.account-form-group select,
.account-form-group textarea {
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1.5px solid #e0d8d0;
  border-radius: 10px;
  color: #1f2937;
  font-size: 13px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.account-form-group input:focus,
.account-form-group select:focus,
.account-form-group textarea:focus {
  border-color: #1e2a2b;
  box-shadow: 0 0 0 3px rgba(30,42,43,0.08);
}
.account-form-group input.error { border-color: #ef4444; }
.account-form-group input:disabled {
  background: #f5f0eb;
  color: #a09185;
  cursor: not-allowed;
}
.account-form-group .form-help {
  font-size: 11px;
  color: #a09185;
  margin-top: 2px;
}
.account-form-group .form-error {
  font-size: 12px;
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}
.account-form-footer {
  padding-top: 18px;
  border-top: 1px solid #f0e8e0;
  margin-top: 4px;
}

/* ===== BUTTONS ===== */
.account-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
}
.account-btn svg { width: 18px; height: 18px; }
.account-btn.primary {
  background: #1e2a2b;
  color: #fff;
  box-shadow: 0 4px 12px rgba(30,42,43,0.2);
}
.account-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30,42,43,0.3);
}
.account-btn.small { padding: 8px 18px; font-size: 12px; }
.account-btn.secondary {
  background: transparent;
  border: 1.5px solid #e0d8d0;
  color: #5a4a3e;
}
.account-btn.secondary:hover {
  background: #f5f0eb;
  border-color: #1e2a2b;
  color: #1e2a2b;
}

/* ===== STATUS BADGES ===== */
.order-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.order-badge.pending { background: rgba(217,119,6,0.1); color: #b45309; }
.order-badge.confirmed { background: rgba(37,99,235,0.1); color: #1d4ed8; }
.order-badge.shipped { background: rgba(30,42,43,0.08); color: #1e2a2b; }
.order-badge.delivered { background: rgba(22,163,74,0.1); color: #15803d; }
.order-badge.cancelled { background: rgba(220,38,38,0.1); color: #b91c1c; }
.order-badge.refunded { background: rgba(107,91,80,0.1); color: #6b5b50; }

/* ===== ORDER DETAIL ===== */
.account-order-detail {
  border-top: 1px solid #f0e8e0;
  margin-top: 14px;
  padding-top: 14px;
}
.account-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-size: 13px;
}
.account-order-detail-grid .label {
  color: #8a7a6e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.account-order-detail-grid .value { color: #1f2937; font-weight: 600; }

/* ===== EMPTY STATE ===== */
.account-empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5ddd6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.account-empty svg {
  width: 56px;
  height: 56px;
  color: #d5c8be;
  margin-bottom: 16px;
}
.account-empty p {
  color: #8a7a6e;
  font-size: 14px;
  margin-bottom: 4px;
}
.account-empty .account-btn { margin-top: 20px; }

/* ===== ADDRESS GRID ===== */
.account-addr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.account-addr-card {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 14px;
  padding: 18px;
  transition: box-shadow 0.2s;
}
.account-addr-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.account-addr-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.account-addr-card-header .name {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
}
.account-addr-card .phone {
  color: #8a7a6e;
  font-size: 12px;
  margin-top: 2px;
}
.account-addr-card .address {
  color: #6b5b50;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5;
}
.account-addr-card .default-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  background: rgba(30,42,43,0.08);
  color: #1e2a2b;
}
.account-addr-delete {
  background: none;
  border: none;
  color: #d5c8be;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: all 0.2s;
}
.account-addr-delete:hover {
  color: #ef4444;
  background: rgba(239,68,68,0.08);
}

/* ===== REVIEW CARD ===== */
.account-review {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 12px;
  transition: box-shadow 0.2s;
}
.account-review:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.account-review .product-link {
  color: #1e2a2b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.account-review .product-link:hover { text-decoration: underline; }
.account-review .rating {
  display: flex;
  gap: 2px;
  margin-top: 8px;
}
.account-review .rating svg { width: 14px; height: 14px; }
.account-review .rating svg.filled { color: #d4a76a; }
.account-review .rating svg.empty { color: #e0d8d0; }
.account-review .comment {
  color: #1f2937;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
}
.account-review .date {
  color: #a09185;
  font-size: 11px;
  margin-top: 8px;
}

/* ===== NOTIFICATION ITEMS ===== */
.account-notif {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #e5ddd6;
  transition: all 0.2s;
}
.account-notif:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.account-notif.unread {
  border-left: 3px solid #1e2a2b;
  background: #faf8f6;
}
.account-notif-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(30,42,43,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.account-notif-icon svg { width: 18px; height: 18px; color: #1e2a2b; }
.account-notif-body { flex: 1; }
.account-notif-body .title {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}
.account-notif-body .message {
  font-size: 12px;
  color: #8a7a6e;
  margin-top: 2px;
}
.account-notif-body .time {
  font-size: 11px;
  color: #a09185;
  margin-top: 4px;
}

/* ===== PASSWORD EYE TOGGLE ===== */
.password-wrap { position: relative; }
.password-wrap input { padding-right: 44px; }
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #a09185;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s, background 0.2s;
}
.password-toggle:hover {
  color: #1e2a2b;
  background: rgba(30,42,43,0.04);
}

/* ===== PROFILE TAB (Hesap Bilgilerim) ===== */

/* Profile header card */
.prof-card {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.prof-header-bg {
  height: 110px;
  background: linear-gradient(135deg, #1e2a2b 0%, #2f4042 50%, #4a5c5e 100%);
  position: relative;
  overflow: hidden;
}
.prof-header-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    radial-gradient(circle at 20% 50%, #fff 0.5px, transparent 0.5px),
    radial-gradient(circle at 80% 30%, #fff 0.8px, transparent 0.8px),
    radial-gradient(circle at 50% 70%, #fff 0.4px, transparent 0.4px);
  background-size: 40px 40px, 60px 60px, 30px 30px;
}
.prof-body {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 28px 22px;
  margin-top: -40px;
}
.prof-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.prof-avatar {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #d4a76a, #b8894f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.prof-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(34,197,94,0.3);
}
.prof-badge svg { width: 12px; height: 12px; }
.prof-info { min-width: 0; flex: 1; }
.prof-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 2px;
  letter-spacing: -0.3px;
}
.prof-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 6px;
}
.prof-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b5b50;
}
.prof-meta-item svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #a09185;
}

/* Quick stats bar */
.prof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.prof-stat {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.prof-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}
.prof-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prof-stat-icon svg { width: 22px; height: 22px; }
.prof-stat-body { min-width: 0; }
.prof-stat-value {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.prof-stat-label {
  font-size: 12px;
  color: #8a7a6e;
  font-weight: 500;
  margin-top: 1px;
}

/* Form cards */
.prof-form-card {
  background: #fff;
  border: 1px solid #e5ddd6;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.prof-form-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-bottom: 1px solid #f0e8e0;
  background: #faf8f6;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}
.prof-form-head svg { width: 20px; height: 20px; color: #1e2a2b; }
.prof-form-body { padding: 24px; }
.prof-form-body form { display: flex; flex-direction: column; gap: 20px; }

.prof-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.prof-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prof-field label {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}
.prof-req { color: #ef4444; }
.prof-field input,
.prof-field select,
.prof-field textarea {
  width: 100%;
  padding: 11px 14px;
  background: #fff;
  border: 1.5px solid #e0d8d0;
  border-radius: 10px;
  color: #1f2937;
  font-size: 14px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.prof-field input:focus,
.prof-field select:focus,
.prof-field textarea:focus {
  border-color: #1e2a2b;
  box-shadow: 0 0 0 3px rgba(30,42,43,0.08);
}
.prof-field input.error { border-color: #ef4444; }
.prof-field input:disabled {
  background: #f5f0eb;
  color: #8a7a6e;
  cursor: not-allowed;
}
.prof-input-lock {
  position: relative;
}
.prof-input-lock input { padding-right: 38px; }
.prof-input-lock svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #a09185;
}
.prof-form-act {
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
}

/* Buttons */
.prof-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
}
.prof-btn svg { width: 18px; height: 18px; }
.prof-btn-primary {
  background: #1e2a2b;
  color: #fff;
  box-shadow: 0 4px 12px rgba(30,42,43,0.2);
}
.prof-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30,42,43,0.3);
}

/* Password toggle */
.prof-pw-wrap { position: relative; }
.prof-pw-wrap input { padding-right: 44px; }
.prof-pw-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #a09185;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s, background 0.2s;
}
.prof-pw-toggle:hover {
  color: #1e2a2b;
  background: rgba(30,42,43,0.04);
}

/* ===== CORPORATE TAB ===== */
.account-corp-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {
  .account-corp-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.account-def-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
.account-def-list dt {
  font-size: 11px;
  font-weight: 600;
  color: #8a7a6e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.account-def-list dd {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}
.account-info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
}
.account-info-box svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.account-info-box.green {
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.15);
  color: #15803d;
}
.account-info-box.amber {
  background: rgba(251,191,36,0.06);
  border: 1px solid rgba(251,191,36,0.15);
  color: #b45309;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .account-layout {
    grid-template-columns: 240px 1fr;
    gap: 24px;
    padding: 32px 20px 60px;
  }
}
@media (max-width: 900px) {
  .account-layout { grid-template-columns: 1fr; }
  .account-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .account-addr-grid { grid-template-columns: 1fr; }
  .account-form-row { grid-template-columns: 1fr; }
  .prof-stats { grid-template-columns: repeat(2, 1fr); }
  .prof-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .account-stat-grid { grid-template-columns: 1fr; }
  .account-layout { padding: 20px 16px 60px; }
  .account-card-body { padding: 16px 18px; }
  .account-def-list { grid-template-columns: 1fr; }
  .account-order-detail-grid { grid-template-columns: 1fr; }
  .prof-stats { grid-template-columns: 1fr; }
  .prof-body { flex-direction: column; text-align: center; margin-top: -50px; }
  .prof-meta { justify-content: center; }
  .prof-form-act { justify-content: stretch; }
  .prof-form-act .prof-btn { width: 100%; justify-content: center; }
  .prof-form-body { padding: 18px; }
}

/* ============================================
   FAVORITES PAGE (Favorilerim)
   ============================================ */
.favoriler-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Page Header */
.fav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.fav-header-left { flex: 1; }

.fav-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.fav-count {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.25rem 0 0 0;
}

.fav-continue-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ea580c;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: gap 0.2s;
  white-space: nowrap;
}

.fav-continue-link:hover { gap: 0.75rem; }

/* Loading */
.fav-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

.fav-loading i {
  font-size: 2.25rem;
  color: #9ca3af;
  animation: fa-spin 1s linear infinite;
}

.fav-loading p {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 1rem;
}

@keyframes fa-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.fa-spin { animation: fa-spin 1s linear infinite; }

/* Empty State */
.fav-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  text-align: center;
}

.fav-empty-icon {
  width: 5rem;
  height: 5rem;
  background: #fff7ed;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.fav-empty-icon i {
  font-size: 2.25rem;
  color: #f97316;
}

.fav-empty-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}

.fav-empty-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 2rem 0;
  max-width: 28rem;
  line-height: 1.5;
}

.fav-empty-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f97316;
  color: #fff;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,237,213,0.5);
}

.fav-empty-btn:hover { background: #ea580c; }

.fav-empty-btn i { font-size: 1.25rem; }

/* Product Grid */
#favorilerGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 1100px) {
  #favorilerGrid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  #favorilerGrid { grid-template-columns: repeat(2, 1fr); }
  .fav-header { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}
@media (max-width: 480px) {
  #favorilerGrid { grid-template-columns: 1fr; }
  .favoriler-page { padding: 0 1rem; }
}

/* ============================================
   CHECKOUT PAGE — Demo2 Orange Theme
   ============================================ */

.checkout-section {
  padding: 1.5rem 0 5rem;
}

.checkout-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.checkout-header {
  margin-bottom: 2rem;
}

.checkout-header h1 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.checkout-header h1 i {
  color: var(--orange-500);
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem;
  align-items: start;
}

/* ---- Step Indicator ---- */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.25rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-step-item {
  display: flex;
  align-items: center;
}

.checkout-step-circle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s;
  flex-shrink: 0;
}

.checkout-step-circle.active {
  background: var(--orange-500);
  color: #fff;
}

.checkout-step-circle.completed {
  background: #16a34a;
  color: #fff;
}

.checkout-step-circle.inactive {
  background: var(--gray-100);
  color: var(--gray-400);
}

.checkout-step-circle i {
  font-size: 1rem;
  color: #fff;
}

.checkout-step-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 0.5rem;
  white-space: nowrap;
  color: var(--gray-500);
  transition: color 0.3s;
  display: none;
}

@media(min-width: 640px) {
  .checkout-step-label {
    display: inline;
  }
}

.checkout-step-label.active {
  color: #111827;
}

.checkout-step-line {
  width: 3rem;
  height: 2px;
  margin: 0 0.75rem;
  background: var(--gray-200);
  transition: background 0.3s;
  flex-shrink: 0;
}

.checkout-step-line.completed {
  background: #16a34a;
}

.checkout-step-line.active {
  background: var(--orange-500);
}

/* ---- Card ---- */
.checkout-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  padding: 1.75rem;
  margin-bottom: 1rem;
}

.checkout-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-card-title i {
  color: var(--orange-500);
  font-size: 1.125rem;
}

/* ---- Form Input ---- */
.form-input-plain {
  width: 100%;
  padding: 0.9375rem 1rem;
  background: #fff;
  border: 2px solid var(--gray-200);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: #111827;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}

.form-input-plain::placeholder {
  color: var(--gray-400);
}

.form-input-plain:focus {
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
}

.form-input-plain.error {
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
}

textarea.form-input-plain {
  resize: vertical;
  min-height: 80px;
}

/* ---- Form Label ---- */
.checkout-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111827;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

/* ---- Form Row (2-col grid) ---- */
.checkout-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media(max-width: 600px) {
  .checkout-form-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Saved Address Radio ---- */
.checkout-addr-radio {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  margin-bottom: 0.5rem;
}

.checkout-addr-radio:hover {
  border-color: var(--orange-500);
  background: rgba(249, 115, 22, 0.02);
}

.checkout-addr-radio input[type="radio"] {
  accent-color: var(--orange-500);
  margin-top: 3px;
  flex-shrink: 0;
}

.checkout-addr-radio.selected {
  border-color: var(--orange-500);
  background: rgba(249, 115, 22, 0.03);
}

.checkout-addr-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #111827;
}

.checkout-addr-detail {
  font-size: 0.8125rem;
  color: var(--gray-500);
  margin-top: 2px;
}

.checkout-addr-text {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-top: 2px;
}

/* ---- Divider ---- */
.checkout-divider {
  border: none;
  border-top: 1px solid var(--gray-200);
  margin: 1rem 0;
}

/* ---- Radio Select Cards (shipping / payment) ---- */
.checkout-radio-card {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem 1.25rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 0.5rem;
}

.checkout-radio-card:hover {
  border-color: var(--orange-500);
}

.checkout-radio-card.selected {
  border-color: var(--orange-500);
  background: rgba(249, 115, 22, 0.03);
}

.checkout-radio-card input[type="radio"] {
  accent-color: var(--orange-500);
  flex-shrink: 0;
}

.checkout-radio-card-body {
  flex: 1;
  min-width: 0;
}

.checkout-radio-card-title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #111827;
}

.checkout-radio-card-desc {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 2px;
}

.checkout-radio-card-price {
  font-weight: 800;
  font-size: 0.875rem;
  color: var(--orange-500);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- Guest Info Box ---- */
.checkout-guest-box {
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.checkout-guest-box-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--orange-500);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ---- Bank Accounts ---- */
.checkout-bank-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-top: 1rem;
}

.checkout-bank-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.checkout-bank-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-200);
  gap: 0.75rem;
}

.checkout-bank-row:last-child {
  border-bottom: none;
}

.checkout-bank-name {
  color: #111827;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}

.checkout-bank-holder {
  color: var(--gray-500);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.checkout-bank-iban {
  color: var(--gray-500);
  font-family: monospace;
  font-size: 0.75rem;
  margin-left: auto;
  text-align: right;
  word-break: break-all;
}

/* ---- Review Section ---- */
.checkout-review-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 0.75rem;
  padding: 1rem 1.125rem;
  font-size: 0.84375rem;
  line-height: 1.6;
}

.checkout-review-box p {
  margin-bottom: 2px;
}

.checkout-review-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray-500);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---- Navigation Buttons ---- */
.checkout-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.checkout-nav-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--gray-200);
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.checkout-nav-back:hover {
  border-color: var(--orange-500);
  color: var(--orange-500);
}

.checkout-nav-next {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  background: var(--orange-500);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  font-family: inherit;
}

.checkout-nav-next:hover {
  background: var(--orange-600);
  transform: translateY(-1px);
}

/* ---- Sidebar Summary ---- */
.checkout-summary {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  padding: 1.5rem;
  position: sticky;
  top: 100px;
}

.checkout-summary h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-summary h3 i {
  color: var(--orange-500);
  font-size: 1.125rem;
}

.checkout-summary-items {
  max-height: 240px;
  overflow-y: auto;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout-summary-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.checkout-summary-item-img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--gray-50);
  flex-shrink: 0;
}

.checkout-summary-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-summary-item-info {
  flex: 1;
  min-width: 0;
}

.checkout-summary-item-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-summary-item-qty {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 1px;
}

.checkout-summary-item-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.checkout-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}

.checkout-summary-row-label {
  color: var(--gray-400);
}

.checkout-summary-row-value {
  font-weight: 600;
  color: #111827;
}

.checkout-summary-row.discount .checkout-summary-row-value {
  color: #16a34a;
}

.checkout-summary-row.free .checkout-summary-row-value {
  color: #16a34a;
}

.checkout-summary-divider {
  border: none;
  border-top: 1px solid var(--gray-200);
  margin: 0.75rem 0;
}

.checkout-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.checkout-summary-total-label {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.checkout-summary-total-price {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--orange-500);
}

/* Green text utility */
.checkout-green {
  color: #16a34a !important;
}

/* ---- Complete Order Button ---- */
.checkout-complete-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.0625rem 1.875rem;
  background: var(--orange-500);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}

.checkout-complete-btn:hover {
  background: var(--orange-600);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.25);
}

.checkout-complete-btn:active {
  transform: scale(0.97) translateY(0);
}

/* ---- Invoice Type ---- */
.checkout-invoice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--gray-200);
}

.checkout-invoice-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #111827;
  font-weight: 600;
}

.checkout-invoice-label input[type="radio"] {
  accent-color: var(--orange-500);
}

/* ---- Checkbox ---- */
.checkout-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--gray-500);
  cursor: pointer;
}

.checkout-checkbox input[type="checkbox"] {
  accent-color: var(--orange-500);
  width: 1rem;
  height: 1rem;
}

/* Form error message */
.checkout-error {
  font-size: 0.75rem;
  color: var(--orange-500);
  font-weight: 600;
  margin-top: 4px;
}

/* Select dropdown styling */
.form-input-plain select,
.form-input-plain {
  appearance: auto;
}

select.form-input-plain {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

/* ---- Checkout Responsive ---- */
@media(max-width: 900px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-sidebar {
    order: -1;
  }
  .checkout-step-line {
    width: 2rem;
    margin: 0 0.5rem;
  }
}

@media(max-width: 600px) {
  .checkout-section {
    padding: 1.5rem 0 3.75rem;
  }
  .checkout-inner {
    padding: 0 1rem;
  }
  .checkout-header h1 {
    font-size: 1.375rem;
  }
  .checkout-card {
    padding: 1.25rem;
  }
  .checkout-summary {
    padding: 1rem;
  }
  .checkout-summary h3 {
    font-size: 1rem;
  }
  .checkout-summary-total-price {
    font-size: 1.125rem;
  }
  .checkout-steps {
    max-width: 100%;
  }
  .checkout-step-label {
    display: none !important;
  }
}

/* ============================================================
   SHOP / MAGAZA — Layout & Filters
   ============================================================ */
.shop-section {
  padding: 2.5rem 0 5rem;
}
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

/* Filters Sidebar */
.filters {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: sticky;
  top: 1.5rem;
}
.filter-box {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f3f4f6;
}
.filter-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-box h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 0.75rem;
}
.search-mini {
  display: flex;
  gap: 0.5rem;
}
.search-mini input {
  flex: 1;
  padding: 0.625rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  outline: none;
  background: #f9fafb;
  transition: border .2s;
}
.search-mini input:focus {
  border-color: var(--orange-500);
  background: #fff;
}
.search-mini button {
  width: 2.375rem;
  height: 2.375rem;
  background: var(--orange-500);
  border: none;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s;
  flex-shrink: 0;
}
.search-mini button:hover {
  background: var(--orange-600);
}
.search-mini button svg {
  width: 1rem;
  height: 1rem;
}
.check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
  transition: color .2s;
}
.check-row:hover {
  color: var(--orange-500);
}
.check-row .ck {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.check-row input[type="checkbox"] {
  accent-color: var(--orange-500);
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.check-row .count {
  font-size: 0.75rem;
  color: #9ca3af;
}
.price-range {
  padding-top: 0.25rem;
}
.price-slider {
  width: 100%;
  accent-color: var(--orange-500);
  margin-bottom: 0.5rem;
}
.price-vals {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #6b7280;
}
.price-vals b {
  color: var(--orange-600);
  font-weight: 700;
}
.tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-pill {
  padding: 0.375rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.tag-pill:hover {
  border-color: var(--orange-500);
  color: var(--orange-500);
}
.tag-pill.active {
  background: var(--orange-500);
  border-color: var(--orange-500);
  color: #fff;
}
.clear-filters {
  width: 100%;
  padding: 0.75rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #6b7280;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  display: block;
}
.clear-filters:hover {
  background: #374151;
  border-color: #374151;
  color: #fff;
}
.promo-card {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fed7aa;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-top: 1rem;
}
.promo-card .pc-content .eyebrow-dark {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c2410c;
  margin-bottom: 0.25rem;
  display: block;
}
.promo-card .pc-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}
.promo-card .pc-content p {
  font-size: 0.8125rem;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* Results Bar */
.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.results-count {
  font-size: 0.875rem;
  color: #6b7280;
}
.results-count b {
  color: #111827;
  font-weight: 700;
}
.results-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sort-select {
  position: relative;
}
.sort-select select {
  appearance: none;
  padding: 0.5rem 2rem 0.5rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  background: #fff;
  cursor: pointer;
  outline: none;
  min-width: 130px;
}
.sort-select svg {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #6b7280;
  pointer-events: none;
}
.view-toggle {
  display: flex;
  gap: 0.25rem;
  background: #f3f4f6;
  padding: 0.25rem;
  border-radius: 0.75rem;
}
.view-toggle button {
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #9ca3af;
  transition: all .2s;
}
.view-toggle button:hover {
  color: #374151;
}
.view-toggle button.active {
  background: #fff;
  color: var(--orange-500);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.view-toggle button svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
}
.view-toggle button.active svg {
  stroke: currentColor;
}
.mobile-filter-btn {
  display: none;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #374151;
  background: #fff;
  cursor: pointer;
}
.mobile-filter-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}

/* Active Filters */
.active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.active-filters .label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.05em;
}
.af-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
}
.af-pill button {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.af-pill button svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
}
.empty-state svg {
  width: 3.5rem;
  height: 3.5rem;
  color: #d1d5db;
  margin-bottom: 1.25rem;
}
.empty-state h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.empty-state p {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.page-btn {
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  background: #fff;
  padding: 0 0.5rem;
  text-decoration: none;
  transition: all .2s;
}
.page-btn:hover {
  border-color: var(--orange-500);
  color: var(--orange-500);
}
.page-btn.active {
  background: var(--orange-500);
  border-color: var(--orange-500);
  color: #fff;
}
.page-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}
.page-btn.dots {
  border: none;
  cursor: default;
  min-width: auto;
  width: auto;
}

/* Mobile filter drawer */
.filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.filter-drawer.open {
  opacity: 1;
  pointer-events: all;
}
.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  max-width: 90vw;
  background: #fff;
  overflow-y: auto;
  padding: 1.5rem;
  transform: translateX(100%);
  transition: transform .3s;
}
.filter-drawer.open .drawer-panel {
  transform: translateX(0);
}
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
.drawer-header h3 {
  font-size: 1rem;
  font-weight: 700;
}
.drawer-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f3f4f6;
  border-radius: 0.5rem;
  cursor: pointer;
}
.drawer-close svg {
  width: 1.125rem;
  height: 1.125rem;
}

/* Grid view → List view toggle */
#productGrid.list-view {
  grid-template-columns: 1fr;
}
#productGrid.list-view .product-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
}
#productGrid.list-view .product-card .product-img {
  aspect-ratio: 4/3;
}
#productGrid.list-view .product-card .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Shop responsive */
@media(max-width: 1100px) {
  .shop-layout { grid-template-columns: 1fr; }
  .filters { display: none; }
  .filters.open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    border-radius: 0;
    padding: 1.5rem;
  }
  .filters.open .filter-box {
    max-width: 320px;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin: 0 auto;
  }
  .mobile-filter-btn { display: inline-flex; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width: 720px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .results-bar { flex-direction: column; align-items: flex-start; }
  .shop-section { padding: 1.5rem 0 3rem; }
  .product-detail .product-info { padding: 0.875rem; }
  .product-detail .product-info h3 { font-size: 0.875rem; }
}
@media(max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .product-cat { font-size: 0.5rem; }
  .product-detail .product-info h3 { font-size: 0.8125rem; }
  .price-now { font-size: 0.9375rem; }
  .product-cart-btn { width: 2rem; height: 2rem; border-radius: 0.5rem; }
  .product-cart-btn i { font-size: 0.75rem; }
}

/* =============================================
   PRODUCT DETAIL PAGE
   ============================================= */
.product-detail {
  padding: 2.5rem 0 4rem;
}
.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* ---------- Gallery ---------- */
.product-detail .product-gallery {
  position: sticky;
  top: 2rem;
}
.product-detail .product-gallery .swiper { border-radius: 1.5rem; overflow: hidden; }
.product-detail .product-gallery .swiper-slide { background: #f9fafb; }
.product-detail .gallery-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.product-detail .gallery-empty {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .swiper-button-next,
.product-detail .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #374151;
}
.product-detail .swiper-button-next::after,
.product-detail .swiper-button-prev::after {
  font-size: 0.875rem;
  font-weight: 700;
}
.product-detail .productGalleryThumbs {
  margin-top: 0.75rem;
  padding: 0 0.25rem;
}
.product-detail .productGalleryThumbs .swiper-slide {
  width: 72px;
  height: 72px;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: all .2s;
}
.product-detail .productGalleryThumbs .swiper-slide-thumb-active {
  border-color: var(--orange-500);
  opacity: 1;
}
.product-detail .productGalleryThumbs .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Product Info ---------- */
.product-detail .product-detail-info { padding: 0; }

.product-detail .product-brand {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.product-detail .product-brand a {
  color: var(--orange-500);
  text-decoration: none;
}
.product-detail .product-brand a:hover { text-decoration: underline; }

.product-detail .product-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.product-detail .product-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.product-detail .star-row {
  display: flex;
  align-items: center;
  gap: 2px;
}
.product-detail .star-row svg {
  width: 1.125rem;
  height: 1.125rem;
}
.product-detail .star-row span {
  font-size: 0.875rem;
  color: #6b7280;
  margin-left: 0.375rem;
}
.product-detail .sold-count {
  font-size: 0.8125rem;
  color: #9ca3af;
}

.product-detail .product-price-box {
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}
.product-detail .product-prices {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.product-detail .current-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--orange-600);
  line-height: 1;
}
.product-detail .old-price {
  font-size: 1.125rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}
.product-detail .discount-badge {
  display: inline-block;
  background: #ef4444;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  line-height: 1;
}
.product-detail .tax-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.375rem;
  display: block;
}

.product-detail .product-desc-short {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 1.25rem;
}

/* Variants */
.product-detail .product-variants {
  margin-bottom: 1.25rem;
}
.product-detail .product-variants p {
  font-size: 0.8125rem;
  color: #374151;
  margin-bottom: 0.625rem;
}
.product-detail .variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-detail .variant-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0.625rem 1.25rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  transition: all .2s;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}
.product-detail .variant-pill:hover {
  border-color: var(--orange-200);
  background: var(--orange-50);
}
.product-detail .variant-pill.active {
  border-color: var(--orange-500);
  background: var(--orange-50);
  color: var(--orange-600);
}
.product-detail .variant-pill small {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #9ca3af;
}
.product-detail .variant-pill.active small { color: var(--orange-500); }

/* Stock */
.product-detail .product-stock-row {
  margin-bottom: 1rem;
}
.product-detail .stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
}
.product-detail .stock-badge.in-stock {
  background: #ecfdf5;
  color: #059669;
}
.product-detail .stock-badge.out-of-stock {
  background: #fef2f2;
  color: #dc2626;
}

/* Cart Row */
.product-detail .product-cart-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.product-detail .qty-selector {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}
.product-detail .qty-selector button {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f9fafb;
  cursor: pointer;
  color: #374151;
  transition: background .2s;
}
.product-detail .qty-selector button:hover { background: #f3f4f6; }
.product-detail .qty-selector input {
  width: 3.5rem;
  height: 2.75rem;
  border: none;
  border-left: 1.5px solid #e5e7eb;
  border-right: 1.5px solid #e5e7eb;
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #111827;
  -moz-appearance: textfield;
}
.product-detail .qty-selector input::-webkit-outer-spin-button,
.product-detail .qty-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail .add-to-cart-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8125rem 2rem;
  background: var(--orange-500);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 10px 15px -3px rgba(249,115,22,0.2),0 4px 6px -4px rgba(249,115,22,0.1);
}
.product-detail .add-to-cart-btn:hover {
  background: var(--orange-600);
  transform: translateY(-1px);
}
.product-detail .add-to-cart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.product-detail .spinner {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .6s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.product-detail .wishlist-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  color: #9ca3af;
  transition: all .2s;
  flex-shrink: 0;
}
.product-detail .wishlist-btn:hover {
  border-color: #fca5a5;
  color: #ef4444;
  background: #fef2f2;
}
.product-detail .wishlist-btn.in-wishlist {
  border-color: #fca5a5;
  color: #ef4444;
  background: #fef2f2;
}

/* Meta */
.product-detail .product-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
.product-detail .meta-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.product-detail .meta-row a {
  color: var(--orange-500);
  text-decoration: none;
}
.product-detail .meta-row a:hover { text-decoration: underline; }
.product-detail .meta-row strong { color: #374151; }

/* Trust Badges */
.product-detail .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.product-detail .trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
  padding: 0.375rem 0.875rem;
  background: #ecfdf5;
  border-radius: 9999px;
}
.product-detail .trust-badges svg { stroke: #059669; }

/* ---------- B2B Box ---------- */
.product-detail .b2b-box {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #fdfbfa;
}
.product-detail .b2b-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}
.product-detail .b2b-extra-discount {
  margin-left: auto;
  background: #dcfce7;
  color: #16a34a;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
}
.product-detail .b2b-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.product-detail .b2b-table th {
  text-align: left;
  padding: 0.5rem 0.75rem;
  color: #6b7280;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}
.product-detail .b2b-table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
.product-detail .b2b-lowest {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.625rem;
}
.product-detail .b2b-pending {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  color: #92400e;
  margin-bottom: 1.25rem;
}

/* ---------- Tabs ---------- */
.product-detail .product-tabs {
  margin-top: 3rem;
}
.product-detail .tab-nav {
  display: flex;
  gap: 0.25rem;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.product-detail .tab-btn {
  padding: 0.875rem 1.5rem;
  border: none;
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  position: relative;
  transition: color .2s;
}
.product-detail .tab-btn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: transparent;
  border-radius: 1px;
  transition: all .2s;
}
.product-detail .tab-btn:hover { color: #374151; }
.product-detail .tab-btn.active { color: var(--orange-600); }
.product-detail .tab-btn.active::after { background: var(--orange-500); }

.product-detail .tab-content {
  min-height: 200px;
}
.product-detail .tab-empty {
  color: #9ca3af;
  font-size: 0.9375rem;
  text-align: center;
  padding: 3rem 0;
}
.product-detail .product-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 1.25rem;
}

/* Specs Table */
.product-detail .specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.product-detail .specs-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
}
.product-detail .specs-table tr td:first-child {
  font-weight: 600;
  color: #374151;
  width: 160px;
}
.product-detail .specs-table tr td:last-child {
  color: #6b7280;
}

/* ---------- Reviews ---------- */
.product-detail .review-summary {
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.product-detail .review-avg {
  text-align: center;
  min-width: 120px;
}
.product-detail .review-avg-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.product-detail .review-avg p {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}
.product-detail .review-dist {
  flex: 1;
  min-width: 200px;
}
.product-detail .dist-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
.product-detail .dist-row span:first-child { min-width: 16px; font-weight: 600; color: #374151; }
.product-detail .dist-bar {
  flex: 1;
  height: 6px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}
.product-detail .dist-fill {
  height: 100%;
  background: var(--orange-500);
  border-radius: 9999px;
  transition: width .3s;
}
.product-detail .dist-count {
  min-width: 20px;
  text-align: right;
  color: #9ca3af;
}

/* Review Form */
.product-detail .review-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.product-detail .review-form h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.product-detail .star-picker {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.product-detail .star-picker button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
}
.product-detail .star-picker svg {
  width: 1.75rem;
  height: 1.75rem;
}
.product-detail .rev-input,
.product-detail .rev-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 0.75rem;
  font-family: inherit;
  transition: border-color .2s;
  box-sizing: border-box;
}
.product-detail .rev-input:focus,
.product-detail .rev-textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.1);
}
.product-detail .rev-textarea { resize: vertical; min-height: 100px; }
.product-detail .rev-counter {
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: right;
  margin-bottom: 0.75rem;
}
.product-detail .rev-submit {
  padding: 0.75rem 2rem;
  background: var(--orange-500);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all .2s;
}
.product-detail .rev-submit:hover { background: var(--orange-600); }
.product-detail .rev-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.product-detail .rev-error {
  color: #dc2626;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}
.product-detail .rev-success {
  color: #16a34a;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}

/* Prompts */
.product-detail .rev-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.9375rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

/* Reviews List */
.product-detail .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-detail .review-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
}
.product-detail .review-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--orange-100);
  color: var(--orange-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9375rem;
  flex-shrink: 0;
}
.product-detail .review-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.375rem;
  flex-wrap: wrap;
}
.product-detail .review-meta strong {
  font-size: 0.875rem;
  color: #111827;
}
.product-detail .review-meta span {
  font-size: 0.75rem;
  color: #9ca3af;
}
.product-detail .review-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.product-detail .review-comment {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.5;
}
.product-detail .rev-empty {
  text-align: center;
  padding: 3rem 0;
  color: #9ca3af;
}
.product-detail .rev-empty p { margin-top: 0.75rem; }

/* ---------- Responsive ---------- */
@media(max-width: 1024px) {
  .product-detail-layout { gap: 2rem; }
  .product-detail .product-title { font-size: 1.5rem; }
}
@media(max-width: 860px) {
  .product-detail-layout { grid-template-columns: 1fr; gap: 2rem; }
  .product-detail .product-gallery { position: static; max-width: 500px; margin: 0 auto; }
  .product-detail .product-title { font-size: 1.375rem; }
  .product-detail .tab-btn { padding: 0.75rem 1rem; font-size: 0.8125rem; }
  .product-detail .tab-btn::after { left: 1rem; right: 1rem; }
}
@media(max-width: 480px) {
  .product-detail { padding: 1.5rem 0 3rem; }
  .product-detail .current-price { font-size: 1.625rem; }
  .product-detail .product-price-box { padding: 1rem 1.25rem; }
  .product-detail .add-to-cart-btn { padding: 0.75rem 1.25rem; font-size: 0.8125rem; }
  .product-detail .wishlist-btn { width: 2.75rem; height: 2.75rem; }
  .product-detail .qty-selector button { width: 2.375rem; height: 2.375rem; }
  .product-detail .qty-selector input { width: 3rem; height: 2.375rem; }
  .product-detail .review-summary { flex-direction: column; gap: 1rem; }
  .product-detail .review-avg-num { font-size: 2rem; }
  .product-detail .product-meta { padding: 0.75rem 1rem; }
}

/* ============ CART DRAWER ============ */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
}

/* Cart drawer transitions */
.overlay-enter { transition: opacity 300ms ease-out, backdrop-filter 300ms ease-out !important; }
.overlay-enter-start { opacity: 0; -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); }
.overlay-enter-end { opacity: 1; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.overlay-leave { transition: opacity 200ms ease-in, backdrop-filter 200ms ease-in !important; }
.overlay-leave-start { opacity: 1; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.overlay-leave-end { opacity: 0; -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); }

.cart-drawer-enter { transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 350ms ease-out !important; }
.cart-drawer-enter-start { transform: translateX(100%); box-shadow: -8px 0 0 rgba(0,0,0,0); }
.cart-drawer-enter-end { transform: translateX(0); box-shadow: -8px 0 32px rgba(0,0,0,0.1); }
.cart-drawer-leave { transition: transform 200ms ease-in !important; }
.cart-drawer-leave-start { transform: translateX(0); }
.cart-drawer-leave-end { transform: translateX(100%); }
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  height: 100dvh;
  background: var(--white);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0,0,0,0.1);
}
.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}
.cart-drawer-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}
.cart-drawer-close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: var(--gray-100);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gray-600);
  transition: background .2s;
}
.cart-drawer-close:hover { background: var(--gray-200); }
.cart-drawer-close i { font-size: 1.25rem; }

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}
.cart-drawer-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 4rem 0;
  color: var(--gray-400);
}
.cart-drawer-loading i { font-size: 2rem; }

.cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
}
.cart-drawer-empty svg {
  width: 4rem;
  height: 4rem;
  stroke: var(--gray-300);
  margin-bottom: 1rem;
}
.cart-drawer-empty p {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.375rem;
}
.cart-drawer-empty span {
  font-size: 0.84375rem;
  color: var(--gray-400);
}

.cart-drawer-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-drawer-item {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--gray-100);
}
.cart-drawer-item:last-child { border-bottom: none; }
.cart-item-img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--gray-100);
}
.cart-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cart-item-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-900);
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-item-name:hover { color: var(--orange-500); }
.cart-item-variant {
  font-size: 0.75rem;
  color: var(--gray-400);
}
.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.375rem;
  gap: 0.5rem;
}
.cart-item-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-200);
  border-radius: 0.5rem;
  overflow: hidden;
}
.cart-item-qty button {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gray-600);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}
.cart-item-qty button:hover { background: var(--gray-100); }
.cart-item-qty button:disabled { opacity: 0.3; cursor: default; }
.cart-item-qty span {
  width: 2rem;
  text-align: center;
  font-size: 0.84375rem;
  font-weight: 600;
  color: var(--gray-900);
  border-left: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
}
.cart-item-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--orange-600);
  white-space: nowrap;
}
.cart-item-remove {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: var(--gray-400);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.5rem;
  transition: background .2s, color .2s;
}
.cart-item-remove:hover {
  background: #fef2f2;
  color: #dc2626;
}

.cart-drawer-footer {
  border-top: 1px solid var(--gray-200);
  padding: 1.25rem 1.5rem;
  flex-shrink: 0;
}
.cart-drawer-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--gray-700);
}
.cart-drawer-total-price {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--orange-600);
}
.cart-drawer-checkout {
  display: block;
  width: 100%;
  padding: 0.875rem;
  text-align: center;
  background: var(--orange-500);
  color: var(--white);
  border: none;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s;
}
.cart-drawer-checkout:hover {
  background: var(--orange-600);
}

/* ============ CONTACT PAGE ============ */
.contact {
  padding: 3rem 0 5rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.5rem;
  align-items: start;
}

/* ---- Info Cards ---- */
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: transform .25s, box-shadow .25s;
}
.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}
.contact-info-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.875rem;
  background: var(--orange-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke: var(--orange-500);
  fill: none;
  stroke-width: 2;
}
.contact-info-text h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}
.contact-info-text p,
.contact-info-text a {
  font-size: 0.84375rem;
  color: var(--gray-500);
  line-height: 1.6;
  text-decoration: none;
}
.contact-info-text a:hover {
  color: var(--orange-500);
}

/* ---- Form Card ---- */
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 1.5rem;
  padding: 2.25rem 2.25rem 2.5rem;
}
.contact-form-card h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.contact-form-card .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
}
.contact-form-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.contact-form-card .form-group label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-700);
}
.contact-form-card .form-input-wrap {
  position: relative;
}
.contact-form-card .form-input-wrap svg {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  stroke: var(--gray-400);
  fill: none;
  stroke-width: 2;
  pointer-events: none;
}
.contact-form-card .form-input-wrap textarea ~ svg {
  top: 1.125rem;
  transform: none;
}
.contact-form-card .form-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  border: 1.5px solid var(--gray-200);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: var(--gray-900);
  background: var(--white);
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
.contact-form-card .form-input::placeholder {
  color: var(--gray-400);
}
.contact-form-card .form-input:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}
.contact-form-card textarea.form-input {
  min-height: 7.5rem;
  resize: vertical;
  padding-top: 1rem;
}
.contact-form-card select.form-input {
  appearance: auto;
  padding-right: 0.5rem;
}
.contact-form-card .agreement {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  color: var(--gray-500);
  line-height: 1.5;
}
.contact-form-card .agreement input {
  margin-top: 0.125rem;
  flex-shrink: 0;
}
.contact-form-card .agreement a {
  color: var(--orange-500);
  font-weight: 700;
  text-decoration: none;
}
.contact-form-card .agreement a:hover {
  text-decoration: underline;
}
.contact-form-card .form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2.25rem;
  background: var(--orange-500);
  color: var(--white);
  border: none;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  font-family: inherit;
}
.contact-form-card .form-submit:hover {
  background: var(--orange-600);
}
.contact-form-card .form-submit svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ---- Error / Success ---- */
.contact-form-card .form-alert {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.75rem;
  font-size: 0.84375rem;
  color: #b91c1c;
  margin-bottom: 0.5rem;
}
.contact-form-card .form-alert svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}
.contact-form-card .success-msg {
  text-align: center;
  padding: 2rem 1rem;
}
.contact-form-card .success-msg svg {
  width: 5rem;
  height: 5rem;
  stroke: var(--orange-500);
  fill: none;
  stroke-width: 2;
  margin: 0 auto 1.25rem;
}
.contact-form-card .success-msg h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.625rem;
  letter-spacing: 0.02em;
}
.contact-form-card .success-msg p {
  font-size: 0.875rem;
  color: var(--gray-500);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* ---- Social ---- */
.contact-social {
  margin-top: 3.75rem;
  text-align: center;
}
.contact-social h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 1.25rem;
}
.contact-social .social-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.contact-social .social-links a {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s, background .2s;
}
.contact-social .social-links a:hover {
  background: var(--orange-500);
  transform: translateY(-3px);
}
.contact-social .social-links svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--white);
  fill: none;
}
.contact-social .social-links a svg[fill="currentColor"] {
  fill: var(--white);
  stroke: none;
}

/* ---- Contact Responsive ---- */
@media(max-width: 1024px) {
  .contact-grid { gap: 2rem; }
}
@media(max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-card .form-row { grid-template-columns: 1fr; }
}
@media(max-width: 480px) {
  .contact { padding: 2rem 0 3rem; }
  .contact-info-card { padding: 1.125rem 1.25rem; }
  .contact-form-card { padding: 1.5rem 1.25rem 2rem; }
}
