/* Saved storefront theme variables and modern checkout controls. */
body{font-family:var(--store-font,Arial,Helvetica,sans-serif);font-size:var(--store-font-size,16px)}
.custom-brand{display:flex!important;align-items:center;gap:7px;letter-spacing:-1px}.custom-brand:before{display:none!important}.custom-brand>span:first-child{display:inline-grid;place-items:center;width:23px;height:23px;background:var(--store-primary,#000);color:#fff;font-size:13px;line-height:1}.custom-brand small{font-size:9px;letter-spacing:1px}.footer .custom-brand>span:first-child{background:#fff;color:var(--store-primary,#000)}
.btn-primary,.btn-orange,.coupon-form button{background:var(--store-primary,#000)!important}.btn-outline:hover,.variant.selected{background:var(--store-primary,#000)!important}.footer a:hover{color:var(--store-accent,#a9d6e8)!important}.footer-brand-copy{max-width:260px}
.address-hint{display:block;margin-top:6px;color:#64748b;font-size:11px}.location-button{margin-top:10px;border:1px solid #000;background:#edf6f8;padding:9px 12px;font:700 10px Arial;text-transform:uppercase;letter-spacing:.04em}.location-button.ready{background:#dcefe2}.payment-heading{margin-bottom:15px}.payment-heading h2{margin:4px 0}.payment-heading small{color:#64748b}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-choice b i{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:6px;background:#000;color:#fff;font-style:normal;font-size:11px}.delivery-editor{border-top:1px solid #000;padding-top:18px;margin-top:4px}.brand-editor{max-width:760px}
.search-recommendations{margin:20px 0;padding:15px;border:1px solid #000;background:#f5fbfc;font-size:11px}.search-recommendations>b,.search-recommendations>span{display:block}.search-recommendations>span{margin:4px 0 10px;color:#64748b}.search-recommendations>div{display:flex;gap:7px;flex-wrap:wrap}.search-recommendations button{border:1px solid #000;background:#fff;padding:6px 8px;font-size:10px}
.settings-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.settings-title h2{margin:4px 0}
@media(max-width:650px){.payment-options{grid-template-columns:1fr}}

/* Sleek, Theme-Matched Per-Product WhatsApp Button */
.card-actions {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 12px !important;
  border-top: 1px solid #f1f5f9 !important;
  background: transparent !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.card-buttons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}
.btn-whatsapp-card,
.card-wa,
.product-card-wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  background: #25D366 !important;
  color: #ffffff !important;
  border: 1px solid #25D366 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 1px 4px rgba(37, 211, 102, 0.25) !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}
.btn-whatsapp-card:hover,
.card-wa:hover,
.product-card-wa-btn:hover {
  background: #1ebc57 !important;
  border-color: #1ebc57 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4) !important;
}
.btn-whatsapp-card svg,
.card-wa svg,
.product-card-wa-btn svg {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  display: block !important;
  margin: auto !important;
  flex-shrink: 0 !important;
  stroke: none !important;
}
.btn-whatsapp-card span,
.card-wa span,
.product-card-wa-btn span {
  display: none !important;
}
.btn-whatsapp-pdp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-color: #25D366 !important;
  color: #15803d !important;
  font-weight: 700 !important;
  transition: all 0.2s ease !important;
}
.btn-whatsapp-pdp:hover {
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
}
.btn-whatsapp-pdp:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Permanently remove / hide floating corner buttons */
#luxe-floating-whatsapp,
.luxe-whatsapp-floating-btn,
.whatsapp {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Category Admin Dashboard Styles */
.category-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 20px;
}
.category-admin-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-admin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}
.category-admin-img-wrap {
  position: relative;
  width: 100%;
  height: 150px;
  background: #f1f5f9;
}
.category-admin-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-home-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.85);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.category-home-tag.active {
  background: rgba(16, 185, 129, 0.9);
}
.category-admin-body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.category-admin-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.category-admin-actions button {
  flex: 1;
}
.danger-text {
  color: #ef4444 !important;
  border-color: #fca5a5 !important;
}
.danger-text:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

/* Custom Brand Logo Image — True Alpha Transparency (Without Background) */
.custom-brand-logo-img,
.custom-brand img,
.brand img {
  max-height: 38px !important;
  max-width: 160px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
}

.custom-brand {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  letter-spacing: -1px !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Master Home Page & Storefront Editor Styles */
.home-master-editor {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 950px;
}
.home-editor-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.home-editor-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}
.home-editor-card-head h3 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.color-picker-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.color-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 6px 10px;
  background: #ffffff;
}
.color-input-wrap input[type="color"] {
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  background: transparent;
}
.color-input-wrap input[type="text"] {
  border: none;
  width: 90px;
  font-family: monospace;
  font-size: 13px;
  padding: 4px;
}
.color-swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.swatch-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #cbd5e1;
  cursor: pointer;
  transition: transform 0.15s ease;
  padding: 0;
}
.swatch-btn:hover {
  transform: scale(1.15);
}
.image-preview-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.image-preview-thumb {
  width: 120px;
  height: 75px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
}
.save-bar-sticky {
  position: sticky;
  top: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

/* Admin Home Sub-Sections Pill Navigation */
.admin-home-subnav {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  position: sticky;
  top: 75px;
  z-index: 9;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.96);
}

.admin-home-subnav::-webkit-scrollbar {
  height: 4px;
}

.admin-home-subnav::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.admin-subnav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.admin-subnav-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.admin-subnav-btn.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}

.admin-subnav-btn.active .admin-subnav-icon {
  transform: scale(1.15);
}

.admin-subnav-icon {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.admin-subnav-text {
  font-size: 13.5px;
  letter-spacing: -0.1px;
}

.home-sub-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInSubSection 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInSubSection {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .admin-home-subnav {
    top: 60px;
    padding: 6px 8px;
    gap: 6px;
  }
  .admin-subnav-btn {
    padding: 8px 12px;
    font-size: 12.5px;
  }
}

/* Product Detail Page Buy Now & Actions */
.buy-row {
  display: flex;
  gap: 10px;
  margin: 26px 0;
  flex-wrap: wrap;
  align-items: stretch;
}
.buy-row .btn {
  flex: 1 1 auto;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.buy-row .btn-primary {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}
.buy-row .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.3);
}
.buy-row .btn-orange {
  background: linear-gradient(135deg, #f97316, #ea580c) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.25);
}
.buy-row .btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.35);
}

@media (max-width: 600px) {
  .buy-row {
    flex-direction: column;
    gap: 8px;
  }
  .buy-row .btn {
    width: 100%;
    min-height: 46px;
  }
}

/* Express Quick Order Modal Styles */
.quick-order-backdrop {
  z-index: 100000 !important;
}
.quick-order-modal {
  animation: qoModalSlide 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35);
  border: 1px solid #e2e8f0;
}
@keyframes qoModalSlide {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.quick-order-modal .form-grid {
  gap: 12px;
}
.quick-order-modal .field input,
.quick-order-modal .field select,
.quick-order-modal .field textarea {
  border-color: #cbd5e1;
  font-size: 14px;
}
.quick-order-modal .field input:focus,
.quick-order-modal .field select:focus,
.quick-order-modal .field textarea:focus {
  border-color: var(--color-accent, #f26b21);
  box-shadow: 0 0 0 3px rgba(242, 107, 33, 0.15);
}

/* =========================================================================
   Customer Orders & Live Status Tracking Styles
   ========================================================================= */

/* Nav Badge */
.nav-orders-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-order-badge {
  background: #ea580c;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 999px;
  line-height: 1.4;
}
.order-count-dot {
  background: #ea580c !important;
  color: #fff !important;
}

/* ==========================================================================
   1. Dynamic Sticky & Shrinking Header on Scroll
   ========================================================================== */
.topline {
  transition: max-height 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              margin 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
  overflow: hidden !important;
  max-height: 40px;
}

.topline.topline-scrolled {
  max-height: 0 !important;
  opacity: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none !important;
  border-bottom: none !important;
}

.nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  background: #ffffff !important;
  transition: height 0.22s ease, box-shadow 0.22s ease !important;
}

.brand:before,
.custom-brand:before,
.zarr-brand-link:before {
  display: none !important;
  content: none !important;
}

/* ==========================================================================
   2. Compact Modern Footer
   ========================================================================== */
.footer {
  padding: 22px 0 12px !important;
  background: var(--navy, #101827) !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr repeat(3, 1fr) !important;
  gap: 12px 20px !important;
  align-items: start !important;
}

.footer .brand {
  font-size: 17px !important;
}

.footer-brand-copy {
  max-width: 220px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  margin: 4px 0 0 !important;
  color: #94a3b8 !important;
}

.footer h4 {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #f8fafc !important;
  margin: 0 0 6px !important;
}

.footer a {
  display: block !important;
  color: #94a3b8 !important;
  margin: 2.5px 0 !important;
  font-size: 11px !important;
  transition: color 0.15s ease !important;
}

.footer a:hover {
  color: #ffffff !important;
}

.footer-more-cats {
  color: var(--orange, #f26b21) !important;
  font-weight: 700 !important;
  font-size: 10.5px !important;
  margin-top: 3px !important;
  display: inline-block !important;
}

.footer-payments-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  margin: 12px 0 8px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-payments-heading {
  font-size: 11px !important;
  color: #94a3b8 !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.footer-payment-logos {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.footer-pay-pill,
.footer-social-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #f8fafc !important;
  text-decoration: none !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.footer-pay-pill span,
.footer-social-pill span {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #f8fafc !important;
  transition: color 0.2s ease !important;
}

.footer-social-pill svg {
  flex-shrink: 0 !important;
  transition: transform 0.22s ease !important;
}

.footer-social-pill:hover svg {
  transform: scale(1.15) !important;
}

.footer-pill-tiktok:hover {
  background: rgba(0, 0, 0, 0.75) !important;
  border-color: #25f4ee !important;
  box-shadow: 0 3px 12px rgba(37, 244, 238, 0.25), 0 0 8px rgba(254, 44, 85, 0.25) !important;
  color: #ffffff !important;
  transform: translateY(-1.5px) !important;
}
.footer-pill-tiktok:hover svg {
  color: #25f4ee !important;
}

.footer-pill-instagram:hover {
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.4), rgba(225, 48, 108, 0.4)) !important;
  border-color: #e1306c !important;
  box-shadow: 0 3px 12px rgba(225, 48, 108, 0.3) !important;
  color: #ffffff !important;
  transform: translateY(-1.5px) !important;
}
.footer-pill-instagram:hover svg {
  color: #fccc63 !important;
}

.footer-pill-facebook:hover {
  background: rgba(24, 119, 242, 0.25) !important;
  border-color: #1877f2 !important;
  box-shadow: 0 3px 12px rgba(24, 119, 242, 0.3) !important;
  color: #ffffff !important;
  transform: translateY(-1.5px) !important;
}
.footer-pill-facebook:hover svg {
  color: #1877f2 !important;
}

.footer-pill-whatsapp:hover {
  background: rgba(37, 211, 102, 0.25) !important;
  border-color: #25d366 !important;
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.3) !important;
  color: #ffffff !important;
  transform: translateY(-1.5px) !important;
}
.footer-pill-whatsapp:hover svg {
  color: #25d366 !important;
}

.footer-pill-youtube:hover {
  background: rgba(255, 0, 0, 0.25) !important;
  border-color: #ff0000 !important;
  box-shadow: 0 3px 12px rgba(255, 0, 0, 0.35) !important;
  color: #ffffff !important;
  transform: translateY(-1.5px) !important;
}
.footer-pill-youtube:hover svg {
  color: #ff0000 !important;
}

.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 10px !important;
  padding-top: 8px !important;
  color: #64748b !important;
  font-size: 10.5px !important;
  text-align: center !important;
}

/* ==========================================================================
   Hero Section - Clean, Compact & Scaled-Down (Desktop / PC)
   ========================================================================== */
.hero {
  min-height: 460px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.hero:not(.hero-custom-bg) {
  background: radial-gradient(circle at 78% 50%, #f7d8c3 0, #f9e9df 20%, transparent 43%),
              linear-gradient(110deg, #f4f7f7 0%, #faf9f6 58%, #f7f2ed 100%) !important;
}

.hero.hero-custom-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.hero.hero-custom-bg::before {
  display: none !important;
  content: none !important;
}

.hero .container {
  min-height: 460px !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  align-items: center !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.hero .eyebrow {
  display: inline-block !important;
  font-size: 10.5px !important;
  letter-spacing: 1.4px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: var(--orange, #f26b21) !important;
  margin-bottom: 6px !important;
}

.hero h1 {
  font-size: clamp(34px, 4.2vw, 52px) !important;
  letter-spacing: -2.2px !important;
  line-height: 1.04 !important;
  margin: 6px 0 10px !important;
  max-width: 580px !important;
  color: var(--ink, #182230) !important;
  font-weight: 800 !important;
}

.hero h1 em {
  font-style: normal !important;
  color: var(--orange, #f26b21) !important;
  font-weight: 800 !important;
}

.hero p {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  margin: 0 0 14px 0 !important;
  max-width: 440px !important;
  color: var(--muted, #667085) !important;
}

.hero div[style*="display:flex"] {
  display: flex !important;
  gap: 8px !important;
  margin-top: 10px !important;
  flex-wrap: wrap !important;
}

.hero .btn {
  min-height: 40px !important;
  padding: 9px 18px !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
}

.hero-visual {
  height: 380px !important;
  position: relative !important;
  background: transparent !important;
}

.hero-visual img {
  position: absolute !important;
  width: 310px !important;
  height: 370px !important;
  right: 28px !important;
  bottom: 0 !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  filter: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.floating-label {
  right: 4px !important;
  top: 60px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0 12px 30px rgba(66, 32, 13, 0.12) !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  backdrop-filter: blur(10px) !important;
}

/* ==========================================================================
   3. Sleek Luxury Themed Recent Live Order Bar (Home Page)
   ========================================================================== */
.home-recent-order-section {
  width: 100%;
  margin: 6px auto 8px !important;
  box-sizing: border-box;
}

.home-recent-order-card,
.home-recent-order-compact {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fcfbf9 100%) !important;
  color: var(--ink, #182230) !important;
  padding: 8px 10px 8px 14px !important;
  border: 1px solid rgba(242, 107, 33, 0.25) !important;
  border-left: 4px solid var(--orange, #f26b21) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.home-recent-order-compact:hover {
  border-color: rgba(242, 107, 33, 0.5) !important;
  border-left-color: var(--orange, #f26b21) !important;
  box-shadow: 0 8px 24px rgba(242, 107, 33, 0.12), 0 2px 6px rgba(15, 23, 42, 0.06) !important;
  transform: translateY(-1px) !important;
}

.hro-card-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex: 1 !important;
  min-width: 0 !important;
  text-decoration: none !important;
  color: inherit !important;
}

.hro-compact-left {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-wrap: wrap !important;
  min-width: 0 !important;
}

.hro-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #182230, #0f172a) !important;
  color: #ffffff !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15) !important;
}

.hro-pulse {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #22c55e !important;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7) !important;
  animation: hroPulse 1.6s infinite !important;
}

@keyframes hroPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hro-compact-id {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--ink, #182230) !important;
  letter-spacing: -0.3px !important;
  white-space: nowrap !important;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif !important;
}

.hro-compact-sep {
  color: #cbd5e1 !important;
  font-size: 12px !important;
}

.hro-compact-time {
  font-size: 11.5px !important;
  color: var(--muted, #64748b) !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  font-family: Inter, sans-serif !important;
}

.hro-compact-right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}

.hro-compact-total {
  font-size: 12px !important;
  color: #475569 !important;
  white-space: nowrap !important;
  font-family: Inter, sans-serif !important;
}

.hro-compact-total b {
  color: var(--ink, #182230) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.hro-status-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  padding: 4px 9px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.hro-status-pending {
  background: #fffbeb !important;
  color: #b45309 !important;
  border-color: #fde68a !important;
}

.hro-status-confirmed {
  background: #f0fdf4 !important;
  color: #15803d !important;
  border-color: #bbf7d0 !important;
}

.hro-status-processing {
  background: #eef2ff !important;
  color: #4338ca !important;
  border-color: #c7d2fe !important;
}

.hro-status-dispatched {
  background: #f0f9ff !important;
  color: #0369a1 !important;
  border-color: #bae6fd !important;
}

.hro-status-delivered {
  background: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}

.hro-status-cancelled {
  background: #fef2f2 !important;
  color: #b91c1c !important;
  border-color: #fecaca !important;
}

.hro-compact-arrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--navy, #182230), #0f172a) !important;
  padding: 5px 11px !important;
  border-radius: 7px !important;
  white-space: nowrap !important;
  transition: transform 0.15s, background 0.15s !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12) !important;
}

.hro-compact-arrow:hover {
  background: var(--orange, #f26b21) !important;
}

.hro-dismiss-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border: 1px solid #e2e8f0 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin-left: 6px !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.hro-dismiss-btn:hover {
  background: #fee2e2 !important;
  color: #ef4444 !important;
  border-color: #fca5a5 !important;
  transform: scale(1.1) !important;
}

@media (max-width: 768px) {
  .home-recent-order-compact {
    position: relative !important;
    padding: 10px 38px 10px 12px !important;
  }
  .hro-card-link {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
    width: 100% !important;
  }
  .hro-compact-left {
    width: 100% !important;
    gap: 6px !important;
  }
  .hro-compact-right {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    border-top: 1px dashed rgba(226, 232, 240, 0.9) !important;
    padding-top: 6px !important;
  }
  .hro-compact-id {
    font-size: 12px !important;
  }
  .hro-compact-time {
    font-size: 10.5px !important;
  }
  .hro-compact-total {
    font-size: 11.5px !important;
  }
  .hro-compact-arrow {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
  .hro-dismiss-btn {
    position: absolute !important;
    right: 8px !important;
    top: 8px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
}

  .footer {
    padding: 22px 0 14px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .footer-grid > div:first-child {
    grid-column: span 2 !important;
    margin-bottom: 2px !important;
  }
  .foot-bottom {
    margin-top: 14px !important;
    padding-top: 10px !important;
  }
}

/* Customer Orders Page & Lookup */
.customer-orders-page {
  max-width: 860px !important;
  margin: 0 auto;
  padding-bottom: 60px;
}
.order-page-header {
  margin-bottom: 20px;
}
.order-lookup-box {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  padding: 20px !important;
  margin-bottom: 30px !important;
  border-radius: 14px !important;
}
.lookup-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 6px 12px;
  transition: border-color 0.2s;
}
.lookup-input-group:focus-within {
  border-color: #ea580c;
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}
.lookup-icon {
  font-size: 18px;
  color: #94a3b8;
}
.lookup-input-group input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  font-size: 14px;
  padding: 6px 0;
}
.lookup-input-group button {
  border-radius: 8px;
  padding: 8px 18px;
  white-space: nowrap;
}
.lookup-hint {
  display: block;
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
}

/* Customer Order Cards */
.orders-count-heading {
  margin-bottom: 18px;
}
.orders-count-heading h2 {
  margin: 0 0 2px;
  font-size: 22px;
}
.orders-count-heading small {
  color: #64748b;
  font-size: 13px;
}
.customer-order-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.customer-order-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
}
.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.order-card-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #64748b;
}
.order-card-id {
  margin: 2px 0 3px;
  font-size: 20px;
  color: #0f172a;
}
.order-card-date {
  color: #64748b;
  font-size: 12px;
}

/* Live Status Stepper */
.customer-stepper-wrap {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 14px;
  padding: 18px 14px;
  margin-bottom: 20px;
}
.customer-stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  position: relative;
}
.c-step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.c-step-node:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #e2e8f0;
  z-index: 1;
}
.c-step-node.is-done:not(:last-child)::after {
  background: #10b981;
}
.c-step-bullet {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
  position: relative;
  z-index: 2;
  transition: all 0.25s ease;
}
.c-step-node.is-done .c-step-bullet {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
}
.c-step-node.is-current .c-step-bullet {
  background: #ea580c;
  border-color: #ea580c;
  color: #ffffff;
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.2);
}
.c-step-info {
  margin-top: 8px;
}
.c-step-label {
  display: block;
  font-size: 12px;
  color: #334155;
}
.c-step-node.is-current .c-step-label {
  color: #ea580c;
  font-weight: 800;
}
.c-step-desc {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  margin-top: 2px;
}
.pulse-txt {
  color: #ea580c;
  font-weight: 700;
}

@media (max-width: 680px) {
  .customer-stepper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 10px;
  }
  .c-step-node {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }
  .c-step-node:not(:last-child)::after {
    top: 34px;
    left: 17px;
    width: 3px;
    height: calc(100% + 14px);
  }
  .c-step-info {
    margin-top: 0;
  }
}

/* Courier Tracking & Admin Message Boxes */
.courier-tracking-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.ct-icon {
  font-size: 26px;
}
.ct-content {
  flex: 1;
}
.ct-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #166534;
}
.ct-code {
  font-size: 16px;
  color: #14532d;
  font-family: monospace;
  letter-spacing: 0.5px;
}
.ct-help {
  display: block;
  font-size: 11px;
  color: #15803d;
}
.copy-trk-btn {
  background: #ffffff !important;
  border-color: #86efac !important;
  color: #15803d !important;
  font-weight: 700;
}

.admin-message-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fefce8;
  border: 1px solid #fef08a;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.am-icon {
  font-size: 22px;
}
.am-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #854d0e;
}
.am-text {
  margin: 3px 0 0;
  font-size: 13px;
  color: #713f12;
  line-height: 1.4;
}

/* Purchased Items List */
.order-items-box {
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 16px 0;
  margin-bottom: 16px;
}
.order-items-head {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 12px;
}
.order-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.order-item-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.order-item-details {
  flex: 1;
}
.order-item-details h4 {
  margin: 0 0 2px;
  font-size: 14px;
  color: #0f172a;
}
.order-item-variant {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}
.order-item-qty-price {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #475569;
  margin-top: 3px;
}

/* Order Footer & Totals */
.order-info-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #f8fafc;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 18px;
}
.order-shipping-summary b {
  font-size: 12px;
  color: #334155;
}
.order-shipping-summary p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}
.order-payment-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}
.order-total-line {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
}
.order-total-line.highlight {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  border-top: 1px dashed #cbd5e1;
  padding-top: 6px;
}
.order-total-line.highlight b {
  color: #ea580c;
}

@media (max-width: 600px) {
  .order-info-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.order-actions-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

/* Badges for status */
.badge.blue { background: #dbeafe; color: #1e40af; }
.badge.indigo { background: #e0e7ff; color: #3730a3; }
.badge.purple { background: #f3e8ff; color: #6b21a8; }
.badge.green { background: #dcfce7; color: #15803d; }
.badge.red { background: #fee2e2; color: #b91c1c; }

.order-status-cancelled-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 18px;
}
.osc-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ef4444;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex-shrink: 0;
}

/* =========================================================
   Product Image Display: True Original Aspect Ratio (Uncropped)
   ========================================================= */

/* Product Detail Page Main Gallery & Luxury Sticky Media Column */
.pdp {
  align-items: start !important;
  margin-bottom: 56px !important;
  clear: both !important;
}

@media (min-width: 801px) {
  .pdp {
    display: grid !important;
    grid-template-columns: 1.05fr 0.95fr !important;
    gap: 52px !important;
    align-items: start !important;
    position: relative !important;
    margin-bottom: 56px !important;
  }
  .pdp-media-column,
  .pdp > div:first-child {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    height: auto !important;
    max-height: none !important;
    z-index: 5 !important;
  }
  .pdp-info-column,
  .pdp > div:last-child {
    position: relative !important;
    min-height: 100% !important;
  }
}

@media (max-width: 800px) {
  .pdp {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin-bottom: 40px !important;
  }
  .pdp-media-column,
  .pdp > div:first-child {
    position: static !important;
    top: auto !important;
    height: auto !important;
    max-height: none !important;
  }
}

.pdp-related-section {
  position: relative !important;
  width: 100% !important;
  margin-top: 56px !important;
  margin-bottom: 44px !important;
  padding-top: 24px !important;
  border-top: 1.5px solid #f1f5f9 !important;
  clear: both !important;
}

.gallery-main {
  width: 100% !important;
  min-height: 360px !important;
  max-height: min(540px, 70vh) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  cursor: zoom-in !important;
}
.gallery-main img {
  width: 100% !important;
  height: 100% !important;
  max-height: 520px !important;
  object-fit: contain !important; /* Preserves 100% original photo size without cropping or cutting off edges */
  aspect-ratio: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  transition: transform 0.3s ease !important;
}
.gallery-main:hover img {
  transform: scale(1.02) !important;
}

/* Zoom expansion badge inside gallery */
.pdp-zoom-badge {
  position: absolute !important;
  bottom: 12px !important;
  right: 12px !important;
  background: rgba(15, 23, 42, 0.78) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  pointer-events: none !important;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}
.gallery-main:hover .pdp-zoom-badge {
  background: rgba(234, 88, 12, 0.95) !important;
  transform: scale(1.05) !important;
}

/* Product Thumbnails */
.thumbs {
  display: flex !important;
  gap: 10px !important;
  margin-top: 14px !important;
  margin-bottom: 6px !important;
  flex-wrap: wrap !important;
}
.thumbs img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
  background: #f8fafc !important;
  border: 1.5px solid #dfebef !important;
  border-radius: 10px !important;
  padding: 4px !important;
  cursor: pointer !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
}
.thumbs img:hover, .thumbs img.selected {
  border-color: #ea580c !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2) !important;
}

/* =========================================================
   PDP Full-Screen Image Lightbox Modal
   ========================================================= */
.pdp-lightbox-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(10, 15, 26, 0.94) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  animation: pdpLightboxFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  padding: 16px !important;
}
.pdp-lightbox-backdrop.closing {
  animation: pdpLightboxFadeOut 0.2s ease forwards !important;
}
@keyframes pdpLightboxFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes pdpLightboxFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.pdp-lightbox-overlay {
  position: absolute !important;
  inset: 0 !important;
  cursor: zoom-out !important;
}

.pdp-lightbox-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1100px !important;
  height: 94vh !important;
  max-height: 900px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  pointer-events: none !important;
}
.pdp-lightbox-dialog * {
  pointer-events: auto !important;
}

/* Lightbox Header */
.pdp-lightbox-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 10px 16px !important;
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
}
.pdp-lightbox-title-box {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.pdp-lightbox-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: -0.2px !important;
}
.pdp-lightbox-counter {
  background: rgba(234, 88, 12, 0.9) !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  padding: 3px 9px !important;
  border-radius: 12px !important;
}
.pdp-lightbox-close-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.2s !important;
}
.pdp-lightbox-close-btn:hover {
  background: #ea580c !important;
  border-color: #ea580c !important;
  transform: scale(1.08) !important;
}

/* Lightbox Stage */
.pdp-lightbox-stage {
  flex: 1 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
}
.pdp-lightbox-img-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  cursor: default !important;
}
.pdp-lightbox-img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6) !important;
  user-select: none !important;
  animation: pdpImgPop 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}
@keyframes pdpImgPop {
  from { transform: scale(0.96); opacity: 0.8; }
  to { transform: scale(1); opacity: 1; }
}

/* Lightbox Navigation Arrows */
.pdp-lightbox-nav-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(15, 23, 42, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 26px !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}
.pdp-lightbox-prev {
  left: 8px !important;
}
.pdp-lightbox-next {
  right: 8px !important;
}
.pdp-lightbox-nav-btn:hover {
  background: #ea580c !important;
  border-color: #ea580c !important;
  transform: translateY(-50%) scale(1.1) !important;
}

/* Lightbox Thumbnails Strip */
.pdp-lightbox-thumbs-strip {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 10px !important;
  overflow-x: auto !important;
}
.pdp-lightbox-thumb-btn {
  width: 60px !important;
  height: 60px !important;
  padding: 2px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
}
.pdp-lightbox-thumb-btn img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 6px !important;
}
.pdp-lightbox-thumb-btn.active, .pdp-lightbox-thumb-btn:hover {
  border-color: #ea580c !important;
  transform: scale(1.08) !important;
  background: rgba(234, 88, 12, 0.2) !important;
}

@media (max-width: 600px) {
  .pdp-lightbox-dialog {
    height: 96vh !important;
  }
  .pdp-lightbox-nav-btn {
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }
  .pdp-lightbox-thumb-btn {
    width: 48px !important;
    height: 48px !important;
  }
}

/* ==========================================================================
   Home Categories 6-Column x 2-Row Carousel (12 Categories Max per View)
   ========================================================================== */
.categories-carousel-wrapper {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}
.categories-carousel-track {
  display: flex !important;
  width: 100% !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.categories-carousel-slide {
  min-width: 100% !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}
.categories-slide-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-auto-rows: 150px !important;
  gap: 7px !important;
  width: 100% !important;
}
@media (max-width: 1200px) {
  .categories-slide-grid {
    grid-template-columns: repeat(6, 1fr) !important;
    grid-auto-rows: 135px !important;
    gap: 6px !important;
  }
}
@media (max-width: 768px) {
  .categories-slide-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: 118px !important;
    gap: 6px !important;
  }
}
@media (max-width: 480px) {
  .categories-slide-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: 105px !important;
    gap: 5px !important;
  }
}
.category.zarr-category-card,
.category,
.categories-carousel-slide .category,
.categories .category {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #111827 !important;
  display: block !important;
  border: 1px solid #ede8e3 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.2s ease !important;
  text-decoration: none !important;
}
.category.zarr-category-card:hover,
.category:hover {
  transform: translateY(-3px) !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}
.category.zarr-category-card img,
.category img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
  opacity: 0.82 !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}
.category.zarr-category-card:hover img,
.category:hover img {
  transform: scale(1.06) !important;
  opacity: 0.96 !important;
}
.category.zarr-category-card::after,
.category::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.20) 55%, transparent 100%) !important;
  pointer-events: none !important;
}
.category.zarr-category-card span,
.category span {
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  bottom: 8px !important;
  z-index: 2 !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: -0.2px !important;
  line-height: 1.25 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
  display: block !important;
}
.category.zarr-category-card small,
.category small {
  display: block !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-top: 2px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Category Navigation Arrow Buttons */
.categories-nav-arrows {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.cat-nav-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #d1cbc2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  padding: 0 !important;
}
.cat-nav-btn:hover {
  background: #111827 !important;
  color: #ffffff !important;
  border-color: #111827 !important;
}
.cat-carousel-side-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #111827 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 5 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.cat-side-prev {
  left: 6px !important;
}
.cat-side-next {
  right: 6px !important;
}
.cat-carousel-side-arrow:hover {
  background: #111827 !important;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.05) !important;
}

/* ==========================================================================
   Product Section Infinite Single-Card Auto-Scroll Architecture
   ========================================================================== */
.sec-products-carousel-wrapper {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 4px 0 !important;
  box-sizing: border-box !important;
}
.sec-products-carousel-track {
  display: flex !important;
  gap: var(--sec-card-gap, 8px) !important;
  width: max-content !important;
  will-change: transform !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.sec-products-carousel-track.no-transition {
  transition: none !important;
}
.sec-products-carousel-track .product-card,
.sec-products-carousel-track .zarr-product-card {
  width: var(--sec-card-width, 236px) !important;
  min-width: var(--sec-card-width, 236px) !important;
  max-width: var(--sec-card-width, 236px) !important;
  flex: 0 0 var(--sec-card-width, 236px) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.sec-nav-arrows {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.sec-nav-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #d1cbc2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  padding: 0 !important;
}
.sec-nav-btn:hover {
  background: #111827 !important;
  color: #ffffff !important;
  border-color: #111827 !important;
}
.sec-carousel-side-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #111827 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 5 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.sec-side-prev {
  left: 6px !important;
}
.sec-side-next {
  right: 6px !important;
}
.sec-carousel-side-arrow:hover {
  background: #111827 !important;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.06) !important;
}

/* Ultra-Clean & Compact Luxury Storefront Section Spacing (No Wasted Space) */
.section,
.home-products-section,
.home-categories-section {
  padding: 10px 0 !important;
}

.section-head {
  margin-bottom: 8px !important;
}

.section-head h2 {
  font-size: clamp(20px, 2.8vw, 28px) !important;
  letter-spacing: -1px !important;
  margin: 2px 0 !important;
}

.section-head .eyebrow {
  margin-bottom: 2px !important;
  font-size: 10.5px !important;
}

.hero {
  margin-bottom: 4px !important;
}

/* Product Section Animated Scrolling Progress Dots */
.sec-carousel-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin-top: 6px !important;
  padding: 2px 0 !important;
}

.sec-dot-btn {
  width: 6px !important;
  height: 6px !important;
  border-radius: 4px !important;
  background: #cbd5e1 !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sec-dot-btn:hover {
  background: #94a3b8 !important;
  transform: scale(1.2) !important;
}

.sec-dot-btn.active {
  width: 18px !important;
  background: #0f172a !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.2) !important;
}

@media (max-width: 680px) {
  .section,
  .home-products-section,
  .home-categories-section {
    padding: 8px 0 !important;
  }
  .section-head {
    margin-bottom: 6px !important;
  }
  .sec-carousel-dots {
    margin-top: 5px !important;
  }
  .sec-dot-btn {
    width: 5px !important;
    height: 5px !important;
  }
  .sec-dot-btn.active {
    width: 14px !important;
  }
}

/* ==========================================================================
   Multi-Promo Banners — Full-Width Edge Alignment (Matches Hero Banner)
   ========================================================================== */
.promo-carousel-container {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 6px 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.promo-carousel-track {
  display: flex !important;
  width: 100% !important;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.promo-carousel-slide {
  min-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box !important;
}
.promo-carousel-slide .promo,
.promo {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
  min-height: auto !important;
  background-color: #0f172a !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 16px 0 !important;
  box-shadow: none !important;
}
.promo-carousel-slide .promo:not(.promo-custom-bg),
.promo:not(.promo-custom-bg) {
  background: linear-gradient(110deg, #0f172a 0%, #1e293b 60%, #334155 100%) !important;
}
.promo-carousel-slide .promo::after,
.promo::after {
  content: "" !important;
  position: absolute !important;
  width: 260px !important;
  height: 260px !important;
  border: 35px solid rgba(249, 115, 22, 0.14) !important;
  border-radius: 50% !important;
  right: 4% !important;
  top: -120px !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.promo-carousel-slide .promo.promo-custom-bg,
.promo.promo-custom-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0f172a !important;
}
.promo-carousel-slide .promo.promo-custom-bg::before,
.promo.promo-custom-bg::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.90) 0%, rgba(15, 23, 42, 0.72) 50%, rgba(15, 23, 42, 0.40) 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.promo-inner-container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1240px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  box-sizing: border-box !important;
}
.promo-content-left {
  max-width: 780px !important;
}
.promo-content-left .eyebrow {
  color: #fb923c !important;
  letter-spacing: 1.5px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 2px !important;
}
.promo-content-left h2 {
  margin: 2px 0 3px 0 !important;
  font-size: clamp(19px, 2.6vw, 27px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.9px !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
}
.promo-content-left p {
  color: #cbd5e1 !important;
  margin: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
}
.promo-btn-wrap {
  flex-shrink: 0 !important;
}
.promo-btn-wrap .btn {
  padding: 9px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  white-space: nowrap !important;
  min-height: 38px !important;
}
@media (max-width: 768px) {
  .promo-carousel-slide .promo,
  .promo {
    padding: 14px 0 !important;
    min-height: auto !important;
  }
  .promo-inner-container {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 16px !important;
    gap: 10px !important;
  }
  .promo-content-left h2 {
    font-size: 18px !important;
  }
  .promo-btn-wrap {
    width: 100% !important;
  }
  .promo-btn-wrap .btn {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   Interactive Navigation Arrows Hover Visibility (Show ONLY on Mouse Hover)
   ========================================================================== */
.hero-arrow-btn,
.cat-carousel-side-arrow,
.sec-carousel-side-arrow,
.promo-arrow-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) scale(0.92) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.2s ease,
              box-shadow 0.2s ease !important;
  z-index: 10 !important;
}

.hero-carousel-container:hover .hero-arrow-btn,
.categories-carousel-wrapper:hover .cat-carousel-side-arrow,
.sec-products-carousel-wrapper:hover .sec-carousel-side-arrow,
.promo-carousel-container:hover .promo-arrow-btn {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(-50%) scale(1) !important;
}

.hero-arrow-btn:hover,
.cat-carousel-side-arrow:hover,
.sec-carousel-side-arrow:hover,
.promo-arrow-btn:hover {
  transform: translateY(-50%) scale(1.08) !important;
}

/* Header Section Arrows Hover Visibility */
.categories-nav-arrows,
.sec-nav-arrows {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.28s ease !important;
}

.home-categories-section:hover .categories-nav-arrows,
.home-products-section:hover .sec-nav-arrows {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (hover: none), (max-width: 768px) {
  /* On touch screens without hover, keep arrows accessible */
  .hero-arrow-btn,
  .cat-carousel-side-arrow,
  .sec-carousel-side-arrow,
  .promo-arrow-btn {
    opacity: 0.88 !important;
    pointer-events: auto !important;
    transform: translateY(-50%) scale(0.95) !important;
  }
  .categories-nav-arrows,
  .sec-nav-arrows {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

.promo-arrow-prev {
  left: 18px !important;
}
.promo-arrow-next {
  right: 18px !important;
}
.promo-arrow-btn {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  color: #111827 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}
.promo-arrow-btn:hover {
  background: #ffffff !important;
  color: #ea580c !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}
.promo-carousel-dots {
  position: absolute !important;
  bottom: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  z-index: 10 !important;
}
.promo-dot-btn {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.45) !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.promo-dot-btn.active {
  width: 24px !important;
  border-radius: 4px !important;
  background: #fb923c !important;
  box-shadow: 0 0 8px rgba(251, 146, 60, 0.8) !important;
}

/* Product Grid Layout — 5 Columns on Desktop with Minimal Zarr-Style Gap */
.product-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 8px !important;
}
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
  }
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 7px !important;
  }
}
@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
}

/* Product Cards on Storefront & Shop Grid — Zarr-Style Square Luxury Architecture */
.product-card,
.zarr-product-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  background: #ffffff !important;
  border: 1px solid #ebe7e2 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03) !important;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.24s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease !important;
  position: relative !important;
}
.product-card:hover,
.zarr-product-card:hover {
  transform: translateY(-3px) !important;
  border-color: #d1cbc2 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
}
.product-card-img-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  background: #f7f7f8 !important;
  display: block !important;
  border-radius: 0 !important;
}
.product-card-img-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}
.product-card-img,
.product-card img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: transform, opacity;
}
.product-card:hover .product-card-img,
.product-card:hover img {
  transform: scale(1.04) !important;
}

/* ── Zara-Style 2nd Photo Hover Transition ────────────────────────── */
.product-card-img-primary {
  position: relative !important;
  z-index: 1 !important;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-card-img-secondary {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  object-position: center top !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 2 !important;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s !important;
  transform: scale(1.02) !important;
}

.product-card.has-hover-image:hover .product-card-img-secondary,
.zarr-product-card.has-hover-image:hover .product-card-img-secondary {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.04) !important;
}

.product-card.has-hover-image:hover .product-card-img-primary,
.zarr-product-card.has-hover-image:hover .product-card-img-primary {
  opacity: 0 !important;
  transform: scale(1.04) !important;
}

@media (max-width: 800px) {
  .gallery-main {
    min-height: 280px !important;
    max-height: 480px !important;
  }
  .gallery-main img {
    max-height: 460px !important;
  }
}

/* ── Admin & Co-Admin Category & Order Filter Pills ─────────── */
.category-filter-pill,
.order-filter-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  background: #f1f5f9 !important;
  border: 1.5px solid #cbd5e1 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  user-select: none !important;
}
.category-filter-pill:hover,
.order-filter-pill:hover {
  background: #e2e8f0 !important;
  color: #0f172a !important;
  border-color: #94a3b8 !important;
  transform: translateY(-1px) !important;
}
.category-filter-pill.active,
.order-filter-pill.active {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.2) !important;
}
.category-filter-pill .count-badge,
.order-filter-pill .count-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1px 7px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  background: rgba(0, 0, 0, 0.08) !important;
  color: #334155 !important;
  transition: all 0.2s ease !important;
}
.category-filter-pill.active .count-badge,
.order-filter-pill.active .count-badge {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
}

/* ── About Us Brand Stories Storefront & Admin Styles ─────────── */
.about-page-wrap {
  padding: 40px 0 80px;
}
.about-hero-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  padding: 48px 36px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
}
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0f172a;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about-hero-title {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin: 0 0 16px;
}
.about-hero-lead {
  font-size: clamp(15px, 2vw, 17px);
  color: #475569;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-stories-section {
  margin-bottom: 56px;
}
.about-stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 24px;
}
.about-story-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}
.about-story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}
.about-story-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
}
.about-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.about-story-card:hover .about-story-img {
  transform: scale(1.04);
}
.about-story-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.about-story-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ea580c;
  margin-bottom: 8px;
}
.about-story-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.about-story-desc {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}
.about-value-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
}
.about-value-icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: inline-block;
}
.about-value-box h3 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
}
.about-value-box p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.about-concierge-card {
  background: #0f172a;
  color: #ffffff;
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.about-concierge-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
}
.about-concierge-card p {
  color: #94a3b8;
  margin: 0;
  font-size: 14px;
}

/* Custom Hero Section Background Photo Styles — 100% Original Vibrant Colours */
.hero.hero-custom-bg {
  position: relative !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
}
.hero.hero-custom-bg h1 {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 0 2px #000 !important;
}
.hero.hero-custom-bg h1 em {
  color: #fb923c !important;
  font-style: normal !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85) !important;
}
.hero.hero-custom-bg p {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85), 0 0 2px #000 !important;
  font-weight: 600 !important;
}
.hero.hero-custom-bg .eyebrow {
  color: #fed7aa !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85), 0 0 2px #000 !important;
  font-weight: 800 !important;
}
.hero.hero-custom-bg .btn-outline {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #0f172a !important;
  border-color: #ffffff !important;
  backdrop-filter: blur(6px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}
.hero.hero-custom-bg .btn-outline:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Universal Hero Visual Image — 100% True Alpha Transparency Without Background (Brand Logo Parity) */
.hero-visual,
.hero-visual * {
  background: transparent !important;
  background-color: transparent !important;
}

.hero-visual {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-visual:before,
.hero-visual:after {
  display: none !important;
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-visual img {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1 !important;
  object-fit: contain !important;
}

/* Premium Shopping Bag Icon in Navbar */
.nav-bag-btn,
button.nav-bag-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #0f172a !important;
  border: 1px solid transparent !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}
.nav-bag-btn:hover {
  background: #f1f5f9 !important;
  color: #ea580c !important;
  border-color: #e2e8f0 !important;
  transform: translateY(-1px) !important;
}
.nav-bag-btn .bag-icon,
svg.bag-icon {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  fill: none !important;
  display: block !important;
  margin: auto !important;
}
.nav-bag-btn .cart-count,
.cart-count {
  position: absolute !important;
  top: 0px !important;
  right: -2px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  border-radius: 9px !important;
  background: #ea580c !important;
  color: #ffffff !important;
  font: 800 10px/18px Inter, -apple-system, sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  box-shadow: 0 2px 4px rgba(234, 88, 12, 0.45) !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

/* Premium Product Card Info, Badges, Actions & Pricing Typography (Zarr-Style Modern Luxury) */
.product-card-details,
.product-card .product-info {
  padding: 10px 10px 12px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  background: #ffffff !important;
}

/* Over-Image Floating Badges (Compact Square Design) */
.card-floating-badges {
  position: absolute !important;
  top: 6px !important;
  left: 6px !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  pointer-events: none !important;
  align-items: flex-start !important;
}
.badge-pill {
  display: inline-flex !important;
  align-items: center !important;
  padding: 2px 6px !important;
  border-radius: 0 !important;
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) !important;
}
.badge-pill.badge-sale {
  background: #111827 !important;
  color: #ffffff !important;
}
.badge-pill.badge-soldout {
  background: #e11d48 !important;
  color: #ffffff !important;
}
.badge-pill.badge-gold {
  background: #d97706 !important;
  color: #ffffff !important;
}
.badge-pill.badge-free-delivery {
  background: #059669 !important;
  color: #ffffff !important;
}

/* Floating Top-Right Wishlist Button (Compact Square) */
.card-like-btn {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  z-index: 5 !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.2s ease !important;
  padding: 0 !important;
  margin: 0 !important;
}
.card-like-btn:hover {
  transform: scale(1.08) !important;
  background: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
}
.card-like-btn.liked {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
}
.card-like-btn svg {
  width: 13px !important;
  height: 13px !important;
  display: block !important;
  margin: auto !important;
  transition: transform 0.2s ease !important;
}
.card-like-btn:active svg {
  transform: scale(1.2) !important;
}

/* Category Subtitle */
.product-card-cat {
  display: block !important;
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #8c857b !important;
  margin-bottom: 2px !important;
}

/* Product Card Title */
.product-card-title,
.product-card h3 {
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 5px !important;
  letter-spacing: -0.2px !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 34px !important;
  text-transform: none !important;
}
.product-card-title a,
.product-card h3 a {
  color: #1a1a1a !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.product-card-title a:hover,
.product-card h3 a:hover {
  color: #ea580c !important;
}

/* Product Card Price Row */
.product-card-price-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
  flex-wrap: wrap !important;
}
.product-card-price,
.product-card .price,
.price {
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #111827 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 2px !important;
  white-space: nowrap !important;
}
.product-card-price small,
.product-card .price small,
.price small {
  font-family: Inter, -apple-system, sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  display: inline-block !important;
}
.product-card-original-price,
.product-card del,
.product-card .price del,
.product-card .price-original,
.price del {
  display: inline-block !important;
  font-family: Inter, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #94a3b8 !important;
  text-decoration: line-through !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

/* Product Card Bottom Actions Grid (Full-Width Add to Bag + Solid Green WhatsApp) */
.product-card-actions,
.product-card .card-actions {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.product-card-quick-add,
.product-card .card-buttons .btn-primary,
.product-card .card-buttons button {
  flex: 1 !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 8px !important;
  font-family: "Plus Jakarta Sans", Inter, -apple-system, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  border-radius: 0 !important;
  background: #111827 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 1px 4px rgba(17, 24, 39, 0.10) !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.product-card-quick-add:hover,
.product-card .card-buttons .btn-primary:hover,
.product-card .card-buttons button:hover {
  background: #ea580c !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3) !important;
}
.product-card-wa-btn,
.product-card .card-actions a.product-card-wa-btn,
.product-card .card-actions a.card-wa,
.product-card .card-actions a.btn-whatsapp-card,
.product-card .card-buttons .btn-whatsapp-card,
.product-card .card-buttons .card-wa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #25D366 !important;
  background-color: #25D366 !important;
  color: #ffffff !important;
  border: 1px solid #25D366 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 1px 4px rgba(37, 211, 102, 0.25) !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}
.product-card-wa-btn:hover,
.product-card .card-actions a.product-card-wa-btn:hover,
.product-card .card-actions a.card-wa:hover,
.product-card .card-actions a.btn-whatsapp-card:hover,
.product-card .card-buttons .btn-whatsapp-card:hover,
.product-card .card-buttons .card-wa:hover {
  background: #1ebc57 !important;
  background-color: #1ebc57 !important;
  color: #ffffff !important;
  border-color: #1ebc57 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4) !important;
}
.product-card-wa-btn svg,
.product-card .card-actions a.product-card-wa-btn svg,
.product-card .card-actions a.card-wa svg,
.product-card .card-actions a.btn-whatsapp-card svg,
.product-card .card-buttons .btn-whatsapp-card svg,
.product-card .card-buttons .card-wa svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  display: block !important;
  margin: auto !important;
  flex-shrink: 0 !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  stroke: none !important;
}

/* ==========================================================================
   Comprehensive Mobile UX & Responsive Overhaul (Smartphones & Small Screens)
   ========================================================================== */

@media (max-width: 680px) {
  /* 1. Container & Section Hierarchy */
  .container {
    padding: 0 16px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .section {
    padding: 32px 0 !important;
  }
  .section-head {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }
  .section h2 {
    font-size: 22px !important;
    letter-spacing: -0.8px !important;
  }

  /* 2. Top Bar & Header Navigation */
  .topline {
    padding: 6px 10px !important;
    font-size: 10px !important;
  }
  .topline .container {
    padding: 0 16px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .topline .container span:last-child {
    display: none !important;
  }
  .nav {
    height: 58px !important;
  }

  /* 3. Hero Section - Exact Same PC Layout & Visual Elements on Mobile */
  .hero {
    min-height: auto !important;
    padding: 18px 0 14px !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .hero.hero-custom-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .hero.hero-custom-bg::before {
    display: none !important;
    content: none !important;
  }
  .hero .container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: auto !important;
    padding: 0 16px !important;
    text-align: left !important;
  }
  @media (min-width: 600px) and (max-width: 800px) {
    .hero .container {
      grid-template-columns: 1.05fr 0.95fr !important;
      gap: 16px !important;
      min-height: 380px !important;
    }
  }
  .hero .eyebrow {
    display: inline-block !important;
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: var(--orange, #f26b21) !important;
    margin-bottom: 4px !important;
  }
  .hero h1 {
    font-size: clamp(23px, 6.8vw, 32px) !important;
    letter-spacing: -1.2px !important;
    line-height: 1.12 !important;
    margin: 4px 0 8px !important;
    max-width: 100% !important;
    color: var(--ink, #182230) !important;
    font-weight: 800 !important;
  }
  .hero h1 em {
    font-style: normal !important;
    color: var(--orange, #f26b21) !important;
    font-weight: 800 !important;
  }
  .hero p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 0 0 10px 0 !important;
    max-width: 100% !important;
    color: var(--muted, #667085) !important;
  }
  .hero .container > div:first-child > div:last-child,
  .hero div[style*="display:flex"] {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
  }
  .hero .btn {
    padding: 6px 11px !important;
    font-size: 10.5px !important;
    min-height: 32px !important;
    border-radius: 7px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    gap: 4px !important;
    line-height: 1.2 !important;
  }
  .hero-visual {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    width: min(65vw, 210px) !important;
    height: min(65vw, 210px) !important;
    max-width: 210px !important;
    max-height: 210px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 4px auto 0 !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .hero-visual img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    z-index: 2 !important;
    display: block !important;
    background: transparent !important;
    background-color: transparent !important;
    mix-blend-mode: normal !important;
    filter: none !important;
    opacity: 1 !important;
  }
  .hero-visual:before,
  .hero-visual:after {
    display: none !important;
    content: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .floating-label {
    display: block !important;
    position: absolute !important;
    background: rgba(255, 255, 255, 0.96) !important;
    padding: 4px 7px !important;
    border-radius: 6px !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12) !important;
    border: 1px solid rgba(242, 107, 33, 0.22) !important;
    right: -2px !important;
    top: -4px !important;
    font-weight: 700 !important;
    font-size: 8.5px !important;
    line-height: 1.25 !important;
    z-index: 4 !important;
    text-align: left !important;
    backdrop-filter: blur(10px) !important;
  }

  /* 4. Categories Grid */
  .categories {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 125px !important;
    gap: 8px !important;
  }
  .category, .category:first-child {
    grid-row: auto !important;
    border-radius: 12px !important;
  }
  .category span {
    left: 12px !important;
    bottom: 10px !important;
    font-size: 14px !important;
  }
  .category small {
    font-size: 9px !important;
  }

  /* 5. Product Grid & Mobile Cards (Zero Overlap Guaranteed — Zarr Luxury Style) */
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
  .product-card,
  .zarr-product-card {
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #ebe7e2 !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03) !important;
    position: relative !important;
  }
  .product-card-img-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    overflow: hidden !important;
    background: #f7f7f8 !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .product-card-img-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }
  .product-card-img,
  .product-card img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .card-floating-badges {
    top: 4px !important;
    left: 4px !important;
    gap: 2px !important;
  }
  .badge-pill {
    font-size: 7.5px !important;
    padding: 1.5px 4px !important;
    border-radius: 0 !important;
  }
  .card-like-btn {
    top: 4px !important;
    right: 4px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 0 !important;
  }
  .card-like-btn svg {
    width: 11px !important;
    height: 11px !important;
  }
  .product-card-details,
  .product-card .product-info {
    padding: 7px 6px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }
  .product-card-cat {
    font-size: 8px !important;
    margin-bottom: 1px !important;
  }
  .product-card-title,
  .product-card h3 {
    font-size: 11.5px !important;
    margin: 0 0 3px !important;
    line-height: 1.2 !important;
    min-height: 28px !important;
    -webkit-line-clamp: 2 !important;
  }
  .product-card-price-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    margin-bottom: 6px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .product-card-price,
  .product-card .price {
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    gap: 2px !important;
  }
  .product-card-price small,
  .product-card .price small {
    font-size: 8px !important;
    margin-right: 1px !important;
  }
  .product-card-original-price,
  .product-card del,
  .product-card .price del,
  .product-card .price-original {
    font-size: 9.5px !important;
    margin-top: 0 !important;
    display: inline-block !important;
  }
  
  .product-card-actions,
  .product-card .card-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    margin-top: auto !important;
    padding-top: 0 !important;
    border-top: none !important;
    width: 100% !important;
  }
  .product-card-quick-add,
  .product-card .card-buttons .btn-primary,
  .product-card .card-buttons .btn-small,
  .product-card .card-buttons button {
    flex: 1 !important;
    width: auto !important;
    height: 29px !important;
    min-height: 29px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
    border-radius: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
  .product-card-wa-btn,
  .product-card .card-buttons .btn-whatsapp-card,
  .product-card .card-buttons .card-wa {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    max-width: 29px !important;
    min-height: 29px !important;
    max-height: 29px !important;
    flex-shrink: 0 !important;
    border-radius: 0 !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border: 1px solid #25D366 !important;
    padding: 0 !important;
  }
  .product-card-wa-btn svg,
  .product-card .card-buttons .btn-whatsapp-card svg,
  .product-card .card-buttons .card-wa svg {
    width: 14px !important;
    height: 14px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
  }

  /* 6. Shop Listing Page */
  .page {
    padding: 20px 0 60px !important;
  }
  .breadcrumbs {
    font-size: 11px !important;
    margin-bottom: 12px !important;
  }
  .listing-head {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }
  .listing-head h1 {
    font-size: 24px !important;
    letter-spacing: -0.8px !important;
    margin: 4px 0 !important;
  }
  .filterbar {
    width: 100% !important;
  }
  .filterbar select, .select {
    width: 100% !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }
  .categories-mini {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
    margin-bottom: 16px !important;
  }
  .categories-mini::-webkit-scrollbar {
    display: none !important;
  }
  .categories-mini .btn {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-size: 11px !important;
    padding: 6px 12px !important;
    min-height: 30px !important;
    border-radius: 20px !important;
  }

  /* 7. Product Details Page (PDP) */
  .pdp {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .gallery-main {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
  }
  .gallery-main img {
    border-radius: 16px !important;
    max-height: 360px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    width: 100% !important;
  }
  .thumbs {
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 4px !important;
    margin-top: 8px !important;
  }
  .thumbs::-webkit-scrollbar {
    display: none !important;
  }
  .thumbs img {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 8px !important;
  }
  .pdp h1 {
    font-size: 22px !important;
    letter-spacing: -0.7px !important;
    line-height: 1.2 !important;
    margin: 6px 0 !important;
  }
  .pdp .price {
    font-size: 22px !important;
    letter-spacing: -0.5px !important;
  }
  .variants {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }
  .variant {
    padding: 7px 12px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
  }
  .buy-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 18px 0 !important;
    width: 100% !important;
  }
  .buy-row .btn {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
  }
  .btn-whatsapp-pdp {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
    justify-content: center !important;
  }
  .features {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-top: 16px !important;
  }

  /* 8. Cart & Checkout */
  .cart-layout, .checkout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .cart-item {
    display: grid !important;
    grid-template-columns: 65px 1fr !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .cart-item img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
  }
  .cart-item h3 {
    font-size: 14px !important;
    margin: 0 0 4px !important;
  }
  .cart-item > div:last-child {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left !important;
    margin-top: 4px !important;
    padding-top: 8px !important;
    border-top: 1px dashed #f1f5f9 !important;
  }
  .cart-item > div:last-child br {
    display: none !important;
  }
  .cart-item > div:last-child button.danger {
    margin-top: 0 !important;
    font-size: 12px !important;
  }
  .summary {
    position: static !important;
    border-radius: 14px !important;
    padding: 18px 16px !important;
  }
  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .form-grid .full {
    grid-column: 1 !important;
  }
  .field input, .field textarea, .field select {
    padding: 11px 12px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }
  .payment-choice {
    padding: 12px !important;
    border-radius: 10px !important;
  }

  /* 9. Orders & Tracking */
  .track-box {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }
  .track-form {
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .track-form input {
    width: 100% !important;
    font-size: 13px !important;
    padding: 11px 12px !important;
  }
  .track-form .btn {
    width: 100% !important;
    min-height: 42px !important;
  }
  .tracking-result {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* 10. Promo Banner & Footer */
  .promo {
    width: calc(100% - 32px) !important;
    margin: 0 auto 16px !important;
    padding: 20px 16px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }
  .promo h2 {
    font-size: 20px !important;
    letter-spacing: -0.5px !important;
  }
  .promo p {
    font-size: 11.5px !important;
  }
  .promo .btn {
    display: inline-flex !important;
    margin-top: 12px !important;
    font-size: 11.5px !important;
    padding: 8px 14px !important;
  }
  .footer {
    padding: 20px 0 12px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px 12px !important;
  }
  .footer-brand-copy {
    max-width: 100% !important;
  }
  .footer-payments-strip {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
  }
  .footer-payment-logos {
    justify-content: center !important;
    gap: 5px !important;
  }

  /* 11. Admin Panel on Mobile */
  .admin-wrap {
    grid-template-columns: 1fr !important;
  }
  .admin-sidebar {
    position: sticky !important;
    top: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 10px 14px !important;
    z-index: 40 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }
  .admin-sidebar .brand {
    margin: 0 0 8px !important;
    font-size: 17px !important;
  }
  .admin-nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 4px !important;
  }
  .admin-nav::-webkit-scrollbar {
    display: none !important;
  }
  .admin-nav button {
    white-space: nowrap !important;
    font-size: 11px !important;
    padding: 7px 11px !important;
    border-radius: 6px !important;
    transform: none !important;
  }
  .admin-main {
    padding: 16px 12px !important;
    min-height: auto !important;
  }
  .stats {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .stat {
    padding: 14px 16px !important;
  }
  .table-wrap {
    border-radius: 10px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .table th, .table td {
    padding: 10px 8px !important;
    font-size: 12px !important;
  }

  /* 12. Modals & Popups */
  .modal-backdrop {
    padding: 12px !important;
  }
  .modal {
    padding: 20px 16px !important;
    border-radius: 14px !important;
    max-width: 100% !important;
    max-height: 92vh !important;
  }
}

/* Home Page Sorting Bar & Admin Push Changes */
.home-sort-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-sort-bar .select {
  padding: 8px 30px 8px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-sort-bar .select:focus {
  border-color: var(--navy);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
.admin-header .btn-push-changes {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border-color: #cbd5e1;
  font-weight: 600;
  transition: all 0.2s;
}
.admin-header .btn-push-changes:hover {
  background: #f1f5f9;
  border-color: var(--navy);
  color: var(--navy);
}
@media (max-width: 640px) {
  .home-products-section .section-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .home-sort-bar {
    width: 100% !important;
  }
  .home-sort-bar .select {
    width: 100% !important;
  }
}

/* ==========================================================================
   Wishlist & Liked Products Styling
   ========================================================================== */
.product-card {
  position: relative !important;
}

.product-card a:first-of-type,
.product-card > a:first-child {
  display: block !important;
  background: #f8fafc !important;
}

.card-like-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 6 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 0 !important;
}

.card-like-btn:hover {
  background: #ffffff !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.card-like-btn.liked {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
}

.card-like-btn.liked svg,
.btn-like-pdp.liked svg {
  animation: heartPop 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes heartPop {
  0% { transform: scale(0.6); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

.btn-like-pdp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 10px 16px !important;
  border-radius: var(--radius, 10px) !important;
  border: 1.5px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #334155 !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.btn-like-pdp:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
}

.btn-like-pdp.liked {
  background: #fff1f2 !important;
  border-color: #fecdd3 !important;
  color: #e11d48 !important;
}

.nav-like-btn {
  position: relative !important;
}

.like-count-badge {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  background: #e11d48 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  height: 17px !important;
  min-width: 17px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 4px !important;
  border: 1.5px solid #ffffff !important;
  line-height: 1 !important;
}

/* Wishlist Modal Items */
.wishlist-item-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color 0.2s;
}

.wishlist-item-card:hover {
  border-color: #cbd5e1;
}

.wishlist-item-thumb {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #e2e8f0;
}

.wishlist-item-info {
  flex: 1;
  min-width: 0;
}

.wishlist-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist-item-meta {
  font-size: 11.5px;
  color: #64748b;
  margin-bottom: 3px;
}

.wishlist-item-price {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
}

.wishlist-item-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .card-like-btn {
    top: 7px !important;
    right: 7px !important;
    width: 28px !important;
    height: 28px !important;
  }
  .card-like-btn svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* ==========================================================================
   Product Details Page (PDP) — Global Likes & Customer Rating / Review System
   ========================================================================== */

.pdp-meta-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 14px;
}

.pdp-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pdp-rating-pill:hover {
  background: #fef3c7;
  border-color: #f59e0b;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

.pdp-rating-pill .pdp-stars {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 13px;
}

.pdp-rating-pill b {
  color: #78350f;
  font-size: 13.5px;
}

.pdp-rating-pill small {
  color: #b45309;
  font-size: 11.5px;
  font-weight: 500;
}

.pdp-likes-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff1f2;
  color: #be123c;
  border: 1px solid #fecdd3;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.pdp-likes-pill b {
  font-weight: 700;
  color: #9f1239;
}

.pdp-like-btn-count {
  font-size: 12px;
  opacity: 0.85;
  margin-left: 2px;
  font-weight: 600;
}

/* Reviews Section & Layout */
.pdp-reviews-section {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

.pdp-reviews-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: start;
}

/* Left Column: Overall Rating Score Card */
.pdp-rating-score-card {
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 90px;
}

.pdp-big-score-box {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 20px;
}

.pdp-big-score-num {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.pdp-big-score-stars {
  font-size: 22px;
  color: #f59e0b;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.pdp-big-score-count {
  font-size: 12.5px;
  color: #64748b;
}

.pdp-big-score-count b {
  color: #0f172a;
}

.pdp-star-breakdown {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 22px;
}

.pdp-star-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}

.pdp-star-label {
  width: 32px;
  font-weight: 600;
  color: #475569;
  flex-shrink: 0;
}

.pdp-star-bar-track {
  flex: 1;
  height: 8px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}

.pdp-star-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #d97706);
  border-radius: 999px;
  transition: width 0.4s ease;
}

.pdp-star-count {
  width: 24px;
  text-align: right;
  color: #94a3b8;
  font-size: 11.5px;
  flex-shrink: 0;
}

.pdp-recommend-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 12.5px;
  color: #166534;
}

.pdp-recommend-badge span {
  font-size: 22px;
  flex-shrink: 0;
}

/* Right Column: Review Submission & Reviews Feed */
.pdp-reviews-feed-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pdp-review-form-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pdp-star-picker {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.pdp-star-picker .star-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #cbd5e1;
  cursor: pointer;
  padding: 0 3px;
  line-height: 1;
  transition: transform 0.15s ease, color 0.15s ease;
}

.pdp-star-picker .star-btn:hover {
  transform: scale(1.2);
}

.pdp-star-picker .star-btn.active {
  color: #f59e0b;
}

.star-picker-label {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

/* Individual Review Cards */
.pdp-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pdp-review-card {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdp-review-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.pdp-review-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.pdp-reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdp-reviewer-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.pdp-reviewer-name {
  font-size: 14px;
  color: #0f172a;
  display: block;
}

.pdp-reviewer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
}

.pdp-verified-badge {
  color: #16a34a;
  font-weight: 600;
  background: #dcfce7;
  padding: 1px 6px;
  border-radius: 4px;
}

.pdp-reviewer-city {
  color: #64748b;
}

.pdp-review-rating-box {
  text-align: right;
  flex-shrink: 0;
}

.pdp-review-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 1px;
}

.pdp-review-date {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 3px;
}

.pdp-review-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #334155;
  margin: 0;
  white-space: pre-line;
}

@media (max-width: 900px) {
  .pdp-reviews-layout {
    grid-template-columns: 1fr;
  }
  .pdp-rating-score-card {
    position: static;
  }
}

@media (max-width: 600px) {
  .pdp-meta-social-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pdp-review-form-card {
    padding: 18px 14px;
  }
  .pdp-star-picker .star-btn {
    font-size: 24px;
  }
  .star-picker-label {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
  }
}

/* ==========================================================================
   1-Click WhatsApp Customer Notifications & Status Dispatcher Styles
   ========================================================================== */

.whatsapp-order-box {
  animation: fadeInScale 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-whatsapp-direct {
  background: #25D366 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.btn-whatsapp-direct:hover {
  background: #20ba59 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4) !important;
}

.btn-whatsapp-table-action {
  transition: all 0.15s ease;
}

.btn-whatsapp-table-action:hover {
  background: #dcfce7 !important;
  border-color: #22c55e !important;
  color: #15803d !important;
  transform: translateY(-1px);
}

/* Floating Status Prompt Notification Banner (Admin Panel) */
.whatsapp-status-prompt-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 440px;
  width: calc(100vw - 48px);
  background: #ffffff;
  border: 1.5px solid #86efac;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(34, 197, 94, 0.18);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99999;
  animation: slideUpPrompt 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: all 0.3s ease;
}

@keyframes slideUpPrompt {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.whatsapp-prompt-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-prompt-icon {
  width: 36px;
  height: 36px;
  background: #25D366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 18px;
  flex-shrink: 0;
}

.whatsapp-prompt-text {
  flex: 1;
  font-size: 13px;
  color: #0f172a;
  line-height: 1.35;
}

.whatsapp-prompt-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  border-top: 1px solid #f1f5f9;
  padding-top: 8px;
}

.whatsapp-prompt-actions .btn-whatsapp-direct {
  font-size: 12.5px !important;
  padding: 6px 14px !important;
  border-radius: 8px !important;
}

.icon-btn-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 4px;
}

.icon-btn-close:hover {
  color: #0f172a;
  background: #f1f5f9;
}

@media (max-width: 600px) {
  .whatsapp-status-prompt-banner {
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: auto;
  }
}

/* =========================================================================
   Advance Payment & Online Transfer Styling System
   ========================================================================= */

.advance-notice-card {
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.checkout-payment-card {
  border: 1.5px solid #cbd5e1;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.checkout-payment-card:hover {
  border-color: #0284c7 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08);
}

.checkout-payment-card.active {
  border-color: #0284c7 !important;
  background: #f0f9ff !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.12);
}

.payment-dropzone-box:hover {
  border-color: #0284c7 !important;
  background: #f0f9ff !important;
}

.btn-copy-account {
  transition: all 0.2s ease;
}

.btn-copy-account.copied-active {
  background: #16a34a !important;
  color: #fff !important;
  transform: scale(1.05);
}

.pdp-advance-pill {
  animation: pulseSubtle 3s infinite ease-in-out;
}

@keyframes pulseSubtle {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(2, 132, 199, 0.2);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(2, 132, 199, 0);
  }
}

.receipt-lightbox-backdrop {
  animation: fadeIn 0.2s ease;
}

.receipt-lightbox-modal {
  animation: slideUpModal 0.25s ease;
}

@keyframes slideUpModal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .account-copy-details-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   Admin Dashboard: 8 Metrics Grid, Sales Graph & Lightweight Analytics
   ========================================================================== */

.admin-dashboard-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 1100px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
}

.admin-stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.stat-icon-wrap {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.stat-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.stat-label {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stat-value {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.stat-sub {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Dashboard Middle Grid: Sales Graph & Top Products */
.dashboard-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}

@media (max-width: 992px) {
  .dashboard-main-grid {
    grid-template-columns: 1fr;
  }
}

.dashboard-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.chart-range-pills {
  display: inline-flex;
  gap: 4px;
  background: #f1f5f9;
  padding: 3px;
  border-radius: 8px;
}

.btn-range {
  border: none;
  background: transparent;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-range:hover:not(.active) {
  background: #e2e8f0;
  color: #0f172a;
}

.btn-range.active {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.chart-summary-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
  background: #f8fafc;
  padding: 6px 12px;
  border-radius: 6px;
  flex-wrap: wrap;
}

.chart-summary-line b {
  color: #0f172a;
}

.sales-chart-wrap {
  width: 100%;
  overflow: hidden;
}

.chart-animated-bar {
  transition: height 0.3s ease, y 0.3s ease, fill 0.2s ease;
}

.chart-col-group:hover .chart-animated-bar {
  fill: #0284c7 !important;
  filter: drop-shadow(0 2px 6px rgba(2, 132, 199, 0.35));
}

/* Top Selling Products List */
.top-products-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 10px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.top-product-item:hover {
  background: #f1f5f9;
  border-color: #e2e8f0;
}

.top-product-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.rank-badge {
  font-size: 14px;
  min-width: 22px;
  text-align: center;
  flex-shrink: 0;
}

.top-product-img {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.top-product-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.top-product-title {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.top-product-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

.top-product-cat {
  font-size: 11px;
  color: #64748b;
}

.top-product-price {
  font-size: 12px;
  font-weight: 700;
  color: #0284c7;
}

.top-product-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.top-product-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.units-sold-tag {
  font-size: 11px;
  color: #ea580c;
  font-weight: 600;
}

.stock-tag {
  font-size: 10px;
  font-weight: 600;
}

.stock-tag.stock-ok {
  color: #64748b;
}

.stock-tag.stock-low {
  color: #dc2626;
  font-weight: 700;
}

/* Dashboard Orders Table */
.dashboard-orders-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  background: #f8fafc;
  padding: 10px 14px;
}

.dashboard-orders-table td {
  padding: 12px 14px;
  vertical-align: middle;
}

/* Custom Promo Banner Photo Background with readable overlay */
.promo.promo-custom-bg {
  position: relative !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0f172a !important;
  overflow: hidden !important;
}

.promo.promo-custom-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.90) 0%, rgba(15, 23, 42, 0.72) 55%, rgba(15, 23, 42, 0.40) 100%);
  border-radius: inherit;
  z-index: 1;
}

.promo.promo-custom-bg > * {
  position: relative;
  z-index: 2;
}

/* Authentic Pakistani Payment Logos & Trust Strip Styles */
.payment-brand-logo {
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}

.checkout-payment-card:hover .payment-brand-logo,
.footer-pay-pill:hover .payment-brand-logo {
  transform: scale(1.08);
}

.checkout-payment-card {
  transition: all 0.22s ease !important;
}

.checkout-payment-card:hover {
  border-color: var(--store-primary, #0f172a) !important;
  background: #f8fafc !important;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.checkout-payment-card.active {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.footer-pay-pill {
  transition: all 0.2s ease;
  backdrop-filter: blur(8px);
}

.footer-pay-pill:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  transform: translateY(-1px);
}

/* =========================================================
   STICKY FIXED ADMIN SIDEBAR (DESKTOP)
   Keeps the brand logo, name & admin navigation buttons
   fixed in place on the left when scrolling down long pages.
   ========================================================= */
@media (min-width: 801px) {
  .admin-wrap {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    min-height: 100vh !important;
    align-items: start !important;
    background: #f8fafc !important;
  }

  .admin-sidebar {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    align-self: start !important;
    background: linear-gradient(180deg, #111c2e, #0d1521) !important;
    color: #cbd5e1 !important;
    padding: 24px 16px !important;
    z-index: 30 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.06) !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.18) transparent !important;
  }

  .admin-sidebar::-webkit-scrollbar {
    width: 5px !important;
  }

  .admin-sidebar::-webkit-scrollbar-track {
    background: transparent !important;
  }

  .admin-sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
  }

  .admin-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.35) !important;
  }

  .admin-sidebar .brand {
    color: #ffffff !important;
    display: block !important;
    margin: 0 6px 28px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    flex-shrink: 0 !important;
  }

  .admin-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
  }

  .admin-nav button {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    text-align: left !important;
    background: transparent !important;
    color: #cbd5e1 !important;
    padding: 11px 14px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border: 0 !important;
    transition: all 0.2s ease !important;
  }

  .admin-nav button::before,
  .admin-nav button::after {
    content: none !important;
    display: none !important;
  }

  .admin-nav button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    transform: translateX(2px) !important;
  }

  .admin-nav button.selected {
    background: #334155 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  }

  .admin-main {
    padding: 32px 36px !important;
    max-width: 1350px !important;
    width: 100% !important;
    min-height: 100vh !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   MULTI-HERO BANNER CAROUSEL (Original Layout + Smooth Slider)
============================================================ */
.hero-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  user-select: none;
}

.hero-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.hero-carousel-slide.hero {
  flex: 0 0 100%;
  width: 100%;
  min-height: 520px;
  position: relative;
  background: linear-gradient(100deg, #f0f7ff 0%, #f8fafc 55%, #ffe7d5 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.hero-carousel-slide.hero.hero-custom-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero-carousel-slide .hero-slide-container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 520px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.hero-carousel-slide .hero-text-col {
  padding-right: 20px;
  animation: heroSlideFadeIn 0.8s ease-out;
}

@keyframes heroSlideFadeIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-carousel-slide .hero-visual {
  height: 460px;
  position: relative;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-carousel-slide .hero-visual img {
  position: absolute;
  width: 350px;
  height: 415px;
  object-fit: contain;
  border-radius: 0;
  right: 45px;
  bottom: 0;
  box-shadow: none;
  background: transparent;
}

.hero-carousel-slide .floating-label {
  position: absolute;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  right: 0;
  top: 105px;
  font-weight: 700;
  color: #0f172a;
  z-index: 5;
}

/* Luxury Arrow Navigation */
.hero-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  user-select: none;
  line-height: 1;
  padding: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.hero-arrow-btn:hover {
  background: var(--store-primary, #0f172a);
  color: #ffffff;
  border-color: var(--store-primary, #0f172a);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.hero-arrow-prev {
  left: 18px;
}

.hero-arrow-next {
  right: 18px;
}

/* Luxury Dots Pagination */
.hero-carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 14px;
  background: rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-dot-btn {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  padding: 0;
}

.hero-dot-btn:hover {
  background: #ffffff;
}

.hero-dot-btn.active {
  width: 24px;
  border-radius: 10px;
  background: var(--color-accent, #f97316);
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.6);
}

/* Mobile Responsiveness */
@media (max-width: 800px) {
  .hero-carousel-slide.hero {
    min-height: 430px;
  }
  .hero-carousel-slide .hero-slide-container {
    grid-template-columns: 1fr;
    min-height: 430px;
    padding: 28px 16px;
  }
  .hero-carousel-slide .hero-visual {
    display: flex;
    height: 280px;
    margin-top: 16px;
  }
  .hero-carousel-slide .hero-visual img {
    width: 240px;
    height: 280px;
    right: 10px;
  }
  .hero-carousel-slide .floating-label {
    top: 40px;
    right: 0;
    padding: 8px 12px;
    font-size: 12px;
  }
  .hero-arrow-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .hero-arrow-prev {
    left: 6px;
  }
  .hero-arrow-next {
    right: 6px;
  }
  .hero-carousel-dots {
    bottom: 12px;
  }
}

/* Admin Multi-Banner Manager Styling */
.banner-manager-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}

.banner-item-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  position: relative;
  transition: border-color 0.2s ease;
}

.banner-item-card:hover {
  border-color: #cbd5e1;
}

.banner-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.banner-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner-item-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   ZARR.PK CONTINUOUS MOVING MARQUEE ANNOUNCEMENT BAR
============================================================ */
.top-announcement-bar.zarr-marquee-bar {
  background: #000000;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  height: 28px;
  min-height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 90;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              height 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.top-announcement-bar.topline-scrolled {
  max-height: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  border-bottom: none !important;
}

.zarr-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: zarrMarqueeLoop 30s linear infinite;
}

.zarr-marquee-group {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  flex-shrink: 0;
}

.zarr-marquee-text {
  color: inherit;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.6px;
}

.zarr-marquee-bullet {
  color: #d4af37;
  font-size: 7.5px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .top-announcement-bar.zarr-marquee-bar {
    height: 25px;
    min-height: 25px;
    font-size: 9px;
  }
  .zarr-marquee-text {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .zarr-marquee-group {
    gap: 16px;
    padding-right: 16px;
  }
}

@keyframes zarrMarqueeLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Theme Options */
.top-announcement-bar.theme-noir {
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-announcement-bar.theme-noir .zarr-marquee-bullet { color: #d4af37; }

.top-announcement-bar.theme-cashmere {
  background: #f7f4ef;
  color: #1c1917;
  border-bottom: 1px solid #eae2d6;
}
.top-announcement-bar.theme-cashmere .zarr-marquee-bullet { color: #b45309; }

.top-announcement-bar.theme-emerald {
  background: #064e3b;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-announcement-bar.theme-emerald .zarr-marquee-bullet { color: #fde047; }

.top-announcement-bar.theme-terracotta {
  background: #7c2d12;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-announcement-bar.theme-terracotta .zarr-marquee-bullet { color: #fed7aa; }

/* ============================================================
   ZARR.PK EXACT HEADER NAVIGATION (Zero Overflow & Zero Overlap)
============================================================ */
.zarr-nav-header {
  height: 72px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: height 0.22s ease, box-shadow 0.22s ease !important;
}

.zarr-nav-header.nav-scrolled {
  height: 58px !important;
  min-height: 58px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.zarr-nav-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  height: 100% !important;
  gap: 12px !important;
  position: relative !important;
}

/* 1. Left: 3 Navigation Buttons ('Home', 'Shop', 'Categories' Dropdown) */
.zarr-nav-left {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  overflow: visible !important;
}

.zarr-nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative !important;
}

.zarr-nav-links a,
.nav-categories-dropdown-btn {
  color: #000000 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  padding: 6px 0 !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  transition: color 0.18s ease !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.zarr-nav-links a:hover,
.zarr-nav-links a.active,
.nav-categories-dropdown-btn:hover,
.nav-categories-dropdown-btn.active,
.zarr-nav-dropdown-wrapper.open .nav-categories-dropdown-btn {
  color: var(--color-accent, #bb9935) !important;
}

.zarr-nav-links a:after,
.nav-categories-dropdown-btn:after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: var(--color-accent, #bb9935) !important;
  transition: width 0.2s ease !important;
}

.zarr-nav-links a:hover:after,
.zarr-nav-links a.active:after,
.nav-categories-dropdown-btn:hover:after,
.nav-categories-dropdown-btn.active:after,
.zarr-nav-dropdown-wrapper.open .nav-categories-dropdown-btn:after {
  width: 100% !important;
}

/* Categories Dropdown Menu */
.zarr-nav-dropdown-wrapper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.dropdown-chevron-icon {
  transition: transform 0.2s ease !important;
  vertical-align: middle !important;
}

.zarr-nav-dropdown-wrapper:hover .dropdown-chevron-icon,
.zarr-nav-dropdown-wrapper.open .dropdown-chevron-icon {
  transform: rotate(180deg) !important;
}

.zarr-categories-dropdown-menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  min-width: 240px !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  padding: 6px !important;
  z-index: 1000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(6px) !important;
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s ease !important;
  pointer-events: none !important;
}

.zarr-nav-dropdown-wrapper:hover .zarr-categories-dropdown-menu,
.zarr-nav-dropdown-wrapper.open .zarr-categories-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.zarr-dropdown-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px 6px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #94a3b8 !important;
}

.zarr-dropdown-header a {
  color: var(--color-accent, #bb9935) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.zarr-dropdown-header a:after {
  display: none !important;
}

.zarr-dropdown-items-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding: 6px 0 2px !important;
  max-height: 320px !important;
  overflow-y: auto !important;
}

.zarr-dropdown-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  color: #1e293b !important;
  text-decoration: none !important;
  transition: all 0.16s ease !important;
}

.zarr-dropdown-item:after {
  display: none !important;
}

.zarr-dropdown-item:hover,
.zarr-dropdown-item.active {
  background: #f8fafc !important;
  color: var(--color-accent, #bb9935) !important;
  transform: translateX(3px) !important;
}

.zarr-cat-chevron {
  color: #cbd5e1 !important;
  font-size: 13px !important;
  transition: color 0.16s ease, transform 0.16s ease !important;
}

.zarr-dropdown-item:hover .zarr-cat-chevron {
  color: var(--color-accent, #bb9935) !important;
  transform: translateX(2px) !important;
}

.zarr-mobile-menu-btn {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #000000 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* 2. Center: Brand Logo & Title (Desktop & Mobile) */
.zarr-nav-center {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 16px !important;
  min-width: 0 !important;
  max-width: 360px !important;
  box-sizing: border-box !important;
}

.zarr-brand-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: -0.5px !important;
  color: #000000 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

.zarr-brand-link:before {
  display: none !important;
}

.zarr-brand-link i {
  display: none !important;
}

.zarr-brand-link .brand-text,
.zarr-brand-link span:not(.brand-initial) {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #000000 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
}

.zarr-brand-link .custom-brand-logo-img {
  max-height: 38px !important;
  max-width: 140px !important;
  width: auto !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  display: block !important;
}

.zarr-brand-link .brand-initial {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  display: inline-grid !important;
  place-items: center !important;
  background: #000000 !important;
  color: #ffffff !important;
  line-height: 24px !important;
  flex-shrink: 0 !important;
}

/* 3. Right: Action Icons (Search, Wishlist, Tracking, Cart) */
.zarr-nav-right {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  box-sizing: border-box !important;
}

.zarr-nav-right .icon-btn {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #000000 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  transition: background 0.18s ease, transform 0.18s ease !important;
  border: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.zarr-nav-right .icon-btn:hover {
  background: #f5f5f5 !important;
  transform: translateY(-1px) !important;
}

.zarr-nav-right .cart-count {
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  min-width: 16px !important;
  height: 16px !important;
  border-radius: 10px !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  line-height: 16px !important;
  text-align: center !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

/* ============================================================
   MOBILE & TABLET RESPONSIVENESS (100% ZERO OVERLAP GUARANTEE)
============================================================ */
@media (max-width: 960px) {
  .zarr-nav-header {
    height: 58px !important;
  }
  .zarr-nav-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    gap: 6px !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .zarr-nav-left {
    flex: 0 0 auto !important;
    width: auto !important;
    overflow: visible !important;
    gap: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .zarr-nav-links {
    display: none !important;
  }
  .zarr-mobile-menu-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
  }
  .zarr-mobile-menu-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
  .zarr-nav-center {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 6px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }
  .zarr-brand-link {
    max-width: 100% !important;
    gap: 5px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    justify-content: center !important;
  }
  .zarr-brand-link .brand-text,
  .zarr-brand-link span:not(.brand-initial) {
    font-size: 14.5px !important;
    letter-spacing: -0.3px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .zarr-brand-link .custom-brand-logo-img {
    max-height: 25px !important;
    max-width: 80px !important;
  }
  .zarr-brand-link .brand-initial {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .zarr-nav-right {
    flex: 0 0 auto !important;
    width: auto !important;
    gap: 3px !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
  .zarr-nav-right .nav-order-icon-btn,
  .zarr-nav-right .nav-like-btn,
  .zarr-nav-right .zarr-search-btn,
  .zarr-nav-right .nav-bag-btn {
    display: inline-flex !important;
  }
  .zarr-nav-right .icon-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }
  .zarr-nav-right .icon-btn svg {
    width: 16px !important;
    height: 16px !important;
  }
  .zarr-nav-right .cart-count {
    top: 0 !important;
    right: 0 !important;
    min-width: 14px !important;
    height: 14px !important;
    font-size: 8px !important;
    line-height: 14px !important;
    padding: 0 3px !important;
  }
}

@media (max-width: 480px) {
  .zarr-nav-container {
    padding: 0 6px !important;
    gap: 3px !important;
  }
  .zarr-mobile-menu-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }
  .zarr-mobile-menu-btn svg {
    width: 19px !important;
    height: 19px !important;
  }
  .zarr-nav-center {
    max-width: none !important;
    width: auto !important;
    padding: 0 4px !important;
  }
  .zarr-brand-link {
    gap: 4px !important;
  }
  .zarr-brand-link .brand-text,
  .zarr-brand-link span:not(.brand-initial) {
    font-size: 13px !important;
    letter-spacing: -0.3px !important;
    line-height: 1.15 !important;
  }
  .zarr-brand-link .custom-brand-logo-img {
    max-height: 20px !important;
    max-width: 65px !important;
  }
  .zarr-brand-link .brand-initial {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .zarr-nav-right {
    gap: 2.5px !important;
  }
  .zarr-nav-right .icon-btn {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
  .zarr-nav-right .icon-btn svg {
    width: 14.5px !important;
    height: 14.5px !important;
  }
  .zarr-nav-right .cart-count {
    top: -1px !important;
    right: -1px !important;
    min-width: 13px !important;
    height: 13px !important;
    font-size: 7.5px !important;
    line-height: 13px !important;
    padding: 0 2px !important;
  }
}

@media (max-width: 380px) {
  .zarr-nav-container {
    padding: 0 4px !important;
    gap: 2px !important;
  }
  .zarr-mobile-menu-btn {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
  }
  .zarr-mobile-menu-btn svg {
    width: 17px !important;
    height: 17px !important;
  }
  .zarr-nav-center {
    max-width: none !important;
    width: auto !important;
    padding: 0 2px !important;
  }
  .zarr-brand-link .brand-text,
  .zarr-brand-link span:not(.brand-initial) {
    font-size: 12px !important;
    letter-spacing: -0.25px !important;
  }
  .zarr-brand-link .custom-brand-logo-img {
    max-height: 18px !important;
    max-width: 50px !important;
  }
  .zarr-nav-right {
    gap: 1.5px !important;
  }
  .zarr-nav-right .icon-btn {
    width: 25.5px !important;
    height: 25.5px !important;
    min-width: 25.5px !important;
    min-height: 25.5px !important;
  }
  .zarr-nav-right .icon-btn svg {
    width: 13.5px !important;
    height: 13.5px !important;
  }
  .zarr-nav-right .cart-count {
    top: -2px !important;
    right: -2px !important;
    min-width: 12px !important;
    height: 12px !important;
    font-size: 7px !important;
    line-height: 12px !important;
    padding: 0 2px !important;
  }
}

@media (max-width: 330px) {
  .zarr-nav-container {
    padding: 0 2px !important;
    gap: 1px !important;
  }
  .zarr-mobile-menu-btn {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  .zarr-nav-right .icon-btn {
    width: 22.5px !important;
    height: 22.5px !important;
    min-width: 22.5px !important;
    min-height: 22.5px !important;
  }
  .zarr-nav-right .icon-btn svg {
    width: 12px !important;
    height: 12px !important;
  }
  .zarr-brand-link .brand-text,
  .zarr-brand-link span:not(.brand-initial) {
    font-size: 10.5px !important;
    letter-spacing: -0.2px !important;
  }
}

/* Mobile Slide-Out Navigation Drawer */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.mobile-nav-drawer.open {
  display: block;
}

.mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  animation: drawerFadeIn 0.25s ease-out;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 82%;
  max-width: 340px;
  background: #ffffff;
  box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  animation: drawerSlideIn 0.25s ease-out;
  overflow-y: auto;
}

@keyframes drawerFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes drawerSlideIn {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafafa;
}

.mobile-nav-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav-divider {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 16px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 8px;
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-item:hover {
  background: #f8fafc;
  color: var(--color-accent, #f97316);
}

.mobile-nav-highlight {
  background: #fff7ed !important;
  color: #ea580c !important;
  border: 1px solid #fed7aa;
}

/* ==========================================================================
   ZARA-INSPIRED MINIMALIST LUXURY WELCOME SCREEN & ASSET PRELOADER
   ========================================================================== */
.zara-welcome-splash,
.welcome-splash-screen {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  color: #0f172a !important;
  overflow: hidden !important;
  user-select: none !important;
  opacity: 1 !important;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s ease !important;
}

.zara-welcome-splash.splash-fade-out,
.welcome-splash-screen.splash-fade-out {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.zara-splash-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 32px 24px !important;
  max-width: 440px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.zara-splash-logo-wrap {
  margin-bottom: 20px !important;
  height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.zara-splash-logo {
  max-height: 68px !important;
  max-width: 160px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.zara-splash-brand {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: clamp(20px, 4.5vw, 27px) !important;
  font-weight: 800 !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  color: #0f172a !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.2 !important;
}

.zara-splash-sub {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #94a3b8 !important;
  margin-bottom: 30px !important;
}

.zara-splash-loader {
  width: 140px !important;
  height: 2px !important;
  background: #f1f5f9 !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  position: relative !important;
}

.zara-splash-bar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;

/* ==========================================================================
   LUXURY EXECUTIVE SUITE & SAAS DESIGN SYSTEM FOR ADMIN & CO-ADMIN
   ========================================================================== */
:root {
  --admin-sidebar-bg: #0b1329;
  --admin-sidebar-text: #94a3b8;
  --admin-sidebar-hover: rgba(255, 255, 255, 0.07);
  --admin-sidebar-active: linear-gradient(135deg, rgba(234, 88, 12, 0.18), rgba(234, 88, 12, 0.08));
  --admin-sidebar-active-border: #ea580c;
  --admin-main-bg: #f8fafc;
  --admin-card-bg: #ffffff;
  --admin-card-border: #e2e8f0;
  --admin-accent: #ea580c;
  --admin-accent-hover: #c2410c;
  --admin-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.02);
  --admin-shadow-md: 0 4px 16px -2px rgba(15, 23, 42, 0.05), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
  --admin-shadow-lg: 0 12px 30px -4px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
}

.admin-wrap {
  display: grid !important;
  grid-template-columns: 270px 1fr !important;
  min-height: 100vh !important;
  background: var(--admin-main-bg) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  color: #0f172a !important;
}

.admin-sidebar {
  background: linear-gradient(180deg, #0b1329 0%, #070d1d 100%) !important;
  color: var(--admin-sidebar-text) !important;
  padding: 24px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  box-sizing: border-box !important;
  overflow-y: auto !important;
  z-index: 50 !important;
}

.admin-sidebar::-webkit-scrollbar {
  width: 5px !important;
}
.admin-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
}

.admin-sidebar .brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  text-decoration: none !important;
  margin: 0 0 18px 0 !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.admin-sidebar .brand img {
  max-height: 28px !important;
  max-width: 90px !important;
  object-fit: contain !important;
}

.admin-sidebar .brand i {
  color: #ea580c !important;
  font-style: normal !important;
}

.admin-nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex: 1 !important;
}

.admin-nav button {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 11px 15px !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.admin-nav button:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

.admin-nav button.selected,
.admin-nav button.active {
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.18), rgba(234, 88, 12, 0.06)) !important;
  color: #fb923c !important;
  font-weight: 700 !important;
  border: 1px solid rgba(234, 88, 12, 0.25) !important;
  border-left: 3.5px solid #ea580c !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.1) !important;
}

.admin-main {
  padding: 32px 38px !important;
  max-width: 1440px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--admin-main-bg) !important;
  min-height: 100vh !important;
}

.admin-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 26px !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  background: #ffffff !important;
  padding: 18px 24px !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: var(--admin-shadow-sm) !important;
}

.admin-header h1 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.6px !important;
  margin: 2px 0 0 0 !important;
}

.admin-header .eyebrow {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #64748b !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
}

.admin-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
}

.admin-stat-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 18px 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  box-shadow: var(--admin-shadow-sm) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.admin-stat-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--admin-shadow-md) !important;
}

.stat-icon-wrap {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 20px !important;
  flex-shrink: 0 !important;
}

.stat-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.stat-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.stat-value {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.15 !important;
}

.stat-sub {
  font-size: 11.5px !important;
  color: #94a3b8 !important;
  margin-top: 2px !important;
}

.panel {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 24px 26px !important;
  box-shadow: var(--admin-shadow-sm) !important;
}

.table-wrap {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow-x: auto !important;
  box-shadow: var(--admin-shadow-sm) !important;
}

.table {
  width: 100% !important;
  border-collapse: collapse !important;
  text-align: left !important;
  font-size: 13.5px !important;
}

.table thead tr {
  background: #f8fafc !important;
  border-bottom: 1.5px solid #e2e8f0 !important;
}

.table th {
  padding: 13px 18px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  color: #64748b !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.table td {
  padding: 14px 18px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #1e293b !important;
  vertical-align: middle !important;
}

.table tbody tr {
  transition: background 0.15s ease !important;
}

.table tbody tr:hover {
  background: #f8fafc !important;
}

.table-img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  border: 1px solid #e2e8f0 !important;
  background: #f1f5f9 !important;
}

/* Luxury Form Inputs & Buttons */
.field label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.2px !important;
}

.field input,
.field select,
.field textarea {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 13.5px !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #ea580c !important;
  box-shadow: 0 0 0 3.5px rgba(234, 88, 12, 0.14) !important;
}

.btn-orange {
  background: linear-gradient(135deg, #ea580c, #c2410c) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.22) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.btn-orange:hover {
  transform: translateY(-1.5px) !important;
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.3) !important;
}

.btn-outline {
  background: #ffffff !important;
  color: #334155 !important;
  border: 1.5px solid #cbd5e1 !important;
  padding: 9px 16px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
}

.btn-outline:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

/* Category Admin Cards */
.category-admin-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 16px !important;
}

.category-admin-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: var(--admin-shadow-sm) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.category-admin-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--admin-shadow-md) !important;
}

.category-admin-img-wrap {
  height: 140px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #0f172a !important;
}

.category-admin-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.85 !important;
}

.category-admin-body {
  padding: 16px !important;
}

/* Settings Luxury Cards & Switch Controls */
.settings-section-card {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 22px 24px !important;
  margin-bottom: 22px !important;
  box-shadow: var(--admin-shadow-sm) !important;
}

.settings-section-card-head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  margin-bottom: 18px !important;
}

.settings-section-card-head h3 {
  margin: 0 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.settings-lead {
  font-size: 13px !important;
  color: #64748b !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.5 !important;
}

.settings-toggle-box {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 12px !important;
}

.settings-toggle-box.active {
  background: #f0fdf4 !important;
  border-color: #bbf7d0 !important;
}

@media (max-width: 992px) {
  .admin-wrap {
    grid-template-columns: 1fr !important;
  }
  .admin-sidebar {
    height: auto !important;
    position: relative !important;
    padding: 14px 16px !important;
  }
  .admin-nav {
    flex-direction: row !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }
  .admin-nav button {
    white-space: nowrap !important;
  }
  .admin-main {
    padding: 20px 16px !important;
  }
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .admin-stats-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Ultra-Smooth Edge CDN Rendering & Glitch-Free Transitions
   ========================================================= */
img {
  content-visibility: auto;
  image-rendering: -webkit-optimize-contrast;
}

.card .thumb,
.gallery-main,
.thumbs img,
.hero-model-wrap,
.sec-card-img-wrap,
.promo-banner-slide {
  background-color: #f1f5f9 !important;
}

/* Splash Screen Ultra-Smooth Fade Out */
.zara-welcome-splash.splash-fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(1.02) !important;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s !important;
  pointer-events: none !important;
}

/* Seamless Page & Component Transitions */
#app {
  transition: opacity 0.15s ease-out;
}

