/* ==========================================================================
   NCLI Shop+ Modern Redesign System
   File: css/modern/shop-redesign.css
   Pixel-perfect design inspired by the modern Shop+ lavender design system.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

/* ==========================================================================
   1. GLOBAL SHOP RESET & PALETTE
   ========================================================================== */
body.page-shop,
body.view-cart,
body.view-checkout,
body.view-order-track,
body.view-customer-dashboard,
body.view-customer-login,
body.view-print-order,
body.view-product,
body.view-terms,
body.view-cancellation-policy,
body.view-refund-policy,
body.view-shipping-policy,
body.view-warranty-policy {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  background: #f4f1fa !important;
  color: #1e1b4b;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   2. DEDICATED SHOP+ TOP NAVBAR (Logo -> Icons -> Center Search -> Login -> Cart)
   ========================================================================== */
.shop-sp-header-root {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1.5px solid #ede9fe !important;
  box-shadow: 0 4px 24px rgba(124, 58, 237, 0.06) !important;
  backdrop-filter: blur(16px) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 500 !important;
  padding: 0 20px !important;
  height: 74px !important;
  display: flex !important;
  align-items: center !important;
}

.shop-sp-hdr-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Left: Logo & Icon Menu */
.shop-sp-hdr-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.shop-sp-hdr-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.shop-sp-hdr-logo img {
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.shop-sp-hdr-logo:hover img {
  transform: scale(1.03);
}

.shop-sp-hdr-home-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
  transition: all 0.25s ease;
}

.shop-sp-hdr-home-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.5);
  color: #ffffff !important;
}

.shop-sp-hdr-home-pill i {
  font-size: 14px;
}

.shop-sp-hdr-mob-filters {
  display: none;
}

/* Center: Search Bar */
.shop-sp-hdr-center {
  flex: 1;
  max-width: 620px;
  min-width: 220px;
}

.shop-sp-hdr-searchbox {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #e9d5ff;
  border-radius: 999px;
  padding: 4px 6px 4px 16px;
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-sp-hdr-searchbox:focus-within {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.shop-sp-hdr-searchbox i {
  color: #8b5cf6;
  font-size: 15px;
  margin-right: 10px;
}

.shop-sp-hdr-searchbox input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13.5px;
  font-family: inherit;
  color: #1e1b4b;
}

.shop-sp-hdr-searchbox input::placeholder {
  color: #a78bfa;
}

.shop-sp-hdr-searchbox button {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.shop-sp-hdr-searchbox button:hover {
  opacity: 0.9;
}

/* Right: User Login, Theme, Cart */
.shop-sp-hdr-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.shop-sp-hdr-user-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5f3ff;
  border: 1.5px solid #ede9fe;
  color: #6d28d9 !important;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.shop-sp-hdr-user-link:hover {
  background: #ede9fe;
  border-color: #c4b5fd;
  transform: translateY(-1px);
}

.shop-sp-hdr-cart-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f5f3ff;
  border: 1.5px solid #ede9fe;
  color: #6d28d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shop-sp-hdr-cart-btn:hover {
  background: #ede9fe;
  border-color: #c4b5fd;
  transform: translateY(-2px);
}

.shop-sp-hdr-cart-btn .cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.shop-sp-menu-btn {
  display: none;
}

/* ==========================================================================
   3. LEFT SIDEBAR NAVIGATION
   ========================================================================== */
.shop-sp-sidebar {
  position: fixed;
  top: 74px;
  left: 0;
  width: 68px;
  height: calc(100vh - 74px);
  z-index: 400;
  background: #ffffff;
  border-right: 1.5px solid #ede9fe;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0 24px;
  gap: 8px;
  box-shadow: 4px 0 20px rgba(124, 58, 237, 0.04);
}

.shop-sp-sidebar-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
  transition: transform 0.2s ease;
}

.shop-sp-sidebar-logo:hover {
  transform: scale(1.06);
}

.shop-sp-nav-item {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

.shop-sp-nav-item i {
  font-size: 19px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.shop-sp-nav-item:hover {
  background: #f5f3ff;
  color: #7c3aed;
  transform: translateY(-2px);
}

.shop-sp-nav-item:hover i {
  transform: scale(1.1);
}

.shop-sp-nav-item.active {
  background: #ede9fe;
  color: #6d28d9;
}

.shop-sp-nav-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5px;
  height: 24px;
  border-radius: 0 4px 4px 0;
  background: #7c3aed;
}

.shop-sp-nav-item::after {
  content: attr(data-tip);
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  background: #1e1b4b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.shop-sp-nav-item:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}

.shop-sp-nav-spacer { flex: 1; }

.shop-sp-nav-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  box-shadow: 0 2px 6px rgba(124, 58, 237, 0.4);
}

/* ==========================================================================
   4. MAIN CONTENT WRAPPER
   ========================================================================== */
.shop-sp-wrap {
  margin-left: 68px;
  min-height: 100vh;
  padding-bottom: 0;
}

/* Full-width footer — starts exactly where the 68px fixed sidebar ends.
   Footer is a sibling of .shop-sp-wrap (margin-left:68px), so we match that.
   We use calc(100vw - 68px) to fill the rest of the screen width. */
body.page-shop footer.footer,
body.view-cart footer.footer,
body.view-checkout footer.footer,
body.view-order-track footer.footer,
body.view-customer-dashboard footer.footer,
body.view-customer-login footer.footer,
body.view-print-order footer.footer,
body.view-product footer.footer,
body.view-service-booking footer.footer,
body.view-terms footer.footer,
body.view-cancellation-policy footer.footer,
body.view-refund-policy footer.footer,
body.view-shipping-policy footer.footer,
body.view-warranty-policy footer.footer {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative !important;
  left: 0 !important;
  box-sizing: border-box !important;
}

@media (min-width: 769px) {
  /* Footer inner content: padding-left=80px clears the 68px fixed sidebar with breathing room */
  body.page-shop footer.footer .container,
  body.view-cart footer.footer .container,
  body.view-checkout footer.footer .container,
  body.view-order-track footer.footer .container,
  body.view-customer-dashboard footer.footer .container,
  body.view-customer-login footer.footer .container,
  body.view-print-order footer.footer .container,
  body.view-product footer.footer .container,
  body.view-service-booking footer.footer .container,
  body.view-terms footer.footer .container,
  body.view-cancellation-policy footer.footer .container,
  body.view-refund-policy footer.footer .container,
  body.view-shipping-policy footer.footer .container,
  body.view-warranty-policy footer.footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 80px !important;
    padding-right: clamp(24px, 4vw, 64px) !important;
    box-sizing: border-box !important;
  }

  /* Footer grid: 6 columns — includes Join Us Today card */
  body.page-shop footer.footer .footer-grid,
  body.view-cart footer.footer .footer-grid,
  body.view-checkout footer.footer .footer-grid,
  body.view-order-track footer.footer .footer-grid,
  body.view-customer-dashboard footer.footer .footer-grid,
  body.view-customer-login footer.footer .footer-grid,
  body.view-print-order footer.footer .footer-grid,
  body.view-product footer.footer .footer-grid,
  body.view-service-booking footer.footer .footer-grid,
  body.view-terms footer.footer .footer-grid,
  body.view-cancellation-policy footer.footer .footer-grid,
  body.view-refund-policy footer.footer .footer-grid,
  body.view-shipping-policy footer.footer .footer-grid,
  body.view-warranty-policy footer.footer .footer-grid {
    grid-template-columns: 1.4fr 0.85fr 0.85fr 0.85fr 1.4fr 1.1fr !important;
    gap: 24px !important;
    align-items: start !important;
    overflow: visible !important;
  }
}

/* ==========================================================================
   5. SHOP+ HERO BANNER (Full-Cover Background Carousel & Foreground Content)
   ========================================================================== */
.shop-sp-hero-wrapper {
  padding: 24px 28px 12px;
}

.shop-sp-hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  min-height: 520px;
  padding: clamp(36px, 4.5vw, 64px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.1);
  background: #1e1b4b;
  display: flex;
  align-items: center;
}

/* Background Carousel Layer (Edge to Edge inside the rounded hero) */
.shop-sp-hero-bg-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop-sp-bg-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), transform 1.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.85s;
}

.shop-sp-bg-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-sp-bg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.08) contrast(1.04);
}

/* Overlay gradient for contrast & readability */
.shop-sp-bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(244, 241, 250, 0.97) 0%,
      rgba(244, 241, 250, 0.90) 45%,
      rgba(244, 241, 250, 0.42) 75%,
      rgba(244, 241, 250, 0.18) 100%),
    linear-gradient(180deg,
      rgba(244, 241, 250, 0.25) 0%,
      rgba(244, 241, 250, 0.05) 50%,
      rgba(244, 241, 250, 0.35) 100%);
}

/* Foreground Content (Layered over the full background carousel) */
.shop-sp-hero-foreground {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left Content Column */
.shop-sp-hero-content {
  max-width: 620px;
}

.shop-sp-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(124, 58, 237, 0.14);
  color: #6d28d9;
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.shop-sp-pill-tag i {
  color: #7c3aed;
}

.shop-sp-hero-heading {
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #1e1b4b;
  margin: 0 0 16px;
}

.shop-sp-hero-gradient {
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shop-sp-hero-subtitle {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #334155;
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 28px;
}

.shop-sp-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.shop-sp-btn-dark {
  background: #1e1b4b;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(30, 27, 75, 0.25);
  transition: all 0.2s ease;
}

.shop-sp-btn-dark:hover {
  background: #312e81;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(30, 27, 75, 0.35);
}

.shop-sp-btn-glass {
  background: rgba(255, 255, 255, 0.85);
  color: #6d28d9 !important;
  border: 1.5px solid #ddd6fe;
  font-size: 14px;
  font-weight: 800;
  padding: 13px 24px;
  border-radius: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  backdrop-filter: blur(12px);
  transition: all 0.2s ease;
}

.shop-sp-btn-glass:hover {
  background: #ffffff;
  border-color: #c4b5fd;
  transform: translateY(-2px);
}

/* Social proof */
.shop-sp-happy-customers {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-sp-avatar-stack {
  display: flex;
  align-items: center;
}

.shop-sp-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #fff;
  margin-left: -8px;
  font-size: 12px;
  color: #fff;
}

.shop-sp-av:first-child { margin-left: 0; }
.shop-sp-av-1 { background: #7c3aed; }
.shop-sp-av-2 { background: #4f46e5; }
.shop-sp-av-3 { background: #06b6d4; }

.shop-sp-happy-customers span {
  font-size: 13px;
  color: #334155;
  font-weight: 700;
}

.shop-sp-happy-customers strong {
  color: #1e1b4b;
  font-weight: 900;
}

/* Right Side Slide Info & Controls */
.shop-sp-hero-side-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
}

.shop-sp-slide-info-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 14px 22px;
  box-shadow: 0 12px 36px rgba(124, 58, 237, 0.16);
  text-align: left;
  text-decoration: none;
  min-width: 260px;
  max-width: 340px;
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s ease;
}

.shop-sp-slide-info-card.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.shop-sp-slide-info-card small {
  color: #7c3aed;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 3px;
}

.shop-sp-slide-info-card strong {
  color: #1e1b4b;
  font-size: 14.5px;
  font-weight: 800;
  display: block;
  line-height: 1.25;
}

.shop-sp-slide-price-tag {
  color: #6d28d9;
  font-size: 15px;
  font-weight: 900;
  display: block;
  margin-top: 4px;
}

/* Carousel controls (Arrows + Dots) */
.shop-sp-hero-ctrls-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 6px 12px;
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(124, 58, 237, 0.12);
}

.shop-sp-nav-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ede9fe;
  color: #6d28d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}

.shop-sp-nav-arrow:hover {
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
  transform: scale(1.08);
}

.shop-sp-nav-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.shop-sp-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd6fe;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.shop-sp-nav-dot.active {
  width: 22px;
  border-radius: 999px;
  background: #7c3aed;
}

/* ==========================================================================
   6. 4-ITEM FLOATING INFO STRIP (Pill Container with Vertical Dividers)
   ========================================================================== */
.shop-sp-info-strip-section {
  padding: 0 28px;
  margin-top: -38px;
  position: relative;
  z-index: 15;
  margin-bottom: 24px;
}

.shop-sp-info-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.98);
  border: 1.5px solid #ede9fe;
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(124, 58, 237, 0.08), 0 2px 6px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 14px 10px;
  align-items: center;
}

.shop-sp-info-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: none;
  transition: transform 0.2s ease;
  position: relative;
}

.shop-sp-info-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #ede9fe;
}

.shop-sp-info-card:hover {
  transform: translateY(-2px);
}

.shop-sp-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}

.shop-sp-info-texts {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.shop-sp-info-texts strong {
  font-size: 13.5px;
  font-weight: 900;
  color: #1e1b4b;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shop-sp-info-texts span {
  font-size: 11.5px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .shop-sp-info-strip-section {
    margin-top: 0;
    padding: 16px 20px;
  }
  .shop-sp-info-strip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .shop-sp-info-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .shop-sp-info-strip-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ==========================================================================
   7. LOCAL PRINT ORDERS (Collapsible / Dynamic Drawer)
   ========================================================================== */
.shop-sp-print-drawer {
  background: #1e1b4b !important;
  margin: 12px 28px 24px !important;
  border-radius: 28px !important;
  overflow: hidden;
  padding: 32px 28px !important;
  box-shadow: 0 14px 40px rgba(30, 27, 75, 0.25);
  animation: shopSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.shop-sp-close-print-btn {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #e0e7ff;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.shop-sp-close-print-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* ==========================================================================
   8. SHOP BY CATEGORY WALL
   ========================================================================== */
body.page-shop .shop-cat-wall {
  background: transparent !important;
  padding: 16px 28px 32px !important;
}

body.page-shop .shop-cat-wall-inner {
  max-width: none !important;
  padding: 0 !important;
}

body.page-shop .shop-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

body.page-shop .shop-cat-head h2 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 900;
  color: #1e1b4b;
  margin: 0;
}

body.page-shop .shop-cat-head p {
  font-size: 13px;
  color: #64748b;
  margin: 4px 0 0;
}

body.page-shop .shop-cat-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #7c3aed;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.page-shop .shop-cat-all,
.shop-sp-viewall-btn,
.shop-sp-view-all {
  color: #7c3aed !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ede9fe !important;
  border-radius: 999px !important;
  padding: 7px 16px !important;
  transition: all 0.2s ease !important;
}

body.page-shop .shop-cat-all:hover,
.shop-sp-viewall-btn:hover,
.shop-sp-view-all:hover {
  background: #ddd6fe !important;
  transform: translateX(2px);
}

body.page-shop .shop-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

body.page-shop .shop-cat-tile {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.04) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s !important;
}

body.page-shop .shop-cat-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(124, 58, 237, 0.12) !important;
  border-color: #c4b5fd !important;
}

body.page-shop .shop-cat-art {
  height: 140px;
  background: #f8f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 14px;
}

body.page-shop .shop-cat-art img {
  max-width: 85%;
  max-height: 110px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

body.page-shop .shop-cat-tile:hover .shop-cat-art img {
  transform: scale(1.08);
}

body.page-shop .shop-cat-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(124, 58, 237, 0.12);
  color: #6d28d9;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 800;
}

body.page-shop .shop-cat-foot {
  padding: 14px 16px;
  border-top: 1px solid #f3f0ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-shop .shop-cat-foot strong {
  font-size: 14px;
  font-weight: 800;
  color: #1e1b4b;
  display: block;
}

body.page-shop .shop-cat-foot small {
  font-size: 11px;
  color: #8876c4;
  font-weight: 600;
  display: block;
}

body.page-shop .shop-cat-go {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f5f3ff;
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.2s ease;
}

body.page-shop .shop-cat-tile:hover .shop-cat-go {
  background: #7c3aed;
  color: #ffffff;
}

/* ==========================================================================
   9. DEALS OF THE DAY (Clean 4-Card Shop+ Section)
   ========================================================================== */
.shop-sp-deals-section {
  padding: 16px 28px 36px;
  background: transparent;
}

.shop-sp-deals-container {
  width: 100%;
}

.shop-sp-deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 14px;
}

.shop-sp-deals-title-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.shop-sp-sec-heading {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 900;
  color: #1e1b4b;
  margin: 0;
}

.shop-sp-timer-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ede9fe;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  color: #6d28d9;
}

.shop-sp-time-num {
  font-variant-numeric: tabular-nums;
  background: #7c3aed;
  color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 900;
  font-size: 11px;
}

.shop-sp-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.shop-sp-deal-item-card {
  background: #ffffff;
  border: 1.5px solid #ede9fe;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.04);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s;
}

.shop-sp-deal-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.12);
  border-color: #c4b5fd;
}

.shop-sp-deal-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 0;
  z-index: 3;
}

.shop-sp-deal-badge {
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 3px 8px;
  border-radius: 8px;
}

.shop-sp-deal-badge-blank {
  width: 1px;
  height: 1px;
}

.shop-sp-deal-fav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f5ff;
  border: 1px solid #ede9fe;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shop-sp-deal-fav-btn:hover {
  color: #ef4444;
  background: #fff;
}

.shop-sp-deal-fav-btn.active {
  color: #ef4444;
  background: #fee2e2;
  border-color: #fca5a5;
}

.shop-sp-deal-media {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-decoration: none;
  background: #fdfcff;
}

.shop-sp-deal-media img {
  max-width: 85%;
  max-height: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.shop-sp-deal-item-card:hover .shop-sp-deal-media img {
  transform: scale(1.08);
}

.shop-sp-deal-icon-placeholder {
  font-size: 44px;
  color: #c4b5fd;
}

.shop-sp-deal-content {
  padding: 14px 16px 16px;
  border-top: 1px solid #f8f6fc;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shop-sp-deal-cat-name {
  font-size: 10px;
  font-weight: 800;
  color: #8876c4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.shop-sp-deal-prod-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-sp-deal-prod-title a {
  color: #1e1b4b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop-sp-deal-prod-title a:hover {
  color: #7c3aed;
}

.shop-sp-deal-action-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop-sp-deal-price-box {
  display: flex;
  flex-direction: column;
}

.shop-sp-deal-now-price {
  font-size: 17px;
  font-weight: 900;
  color: #1e1b4b;
}

.shop-sp-deal-was-price {
  font-size: 11px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}

.shop-sp-deal-bag-btn {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #1e1b4b;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.shop-sp-deal-bag-btn:hover {
  background: #7c3aed;
  transform: scale(1.08);
}

.shop-sp-deal-bag-btn.disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
}

/* ==========================================================================
   10. PRODUCTS CATALOG & FILTER SIDEBAR
   ========================================================================== */
body.page-shop .shop2-section {
  background: transparent !important;
  padding: 16px 28px 48px !important;
}

body.page-shop .shop3-shell {
  max-width: none !important;
  padding: 0 !important;
}

body.page-shop .shop2-sidebar {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.04) !important;
}

body.page-shop .shop2-product.shop3-product {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.04) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s !important;
}

body.page-shop .shop2-product.shop3-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.12) !important;
  border-color: #c4b5fd !important;
}

body.page-shop .shop2-product-media {
  background: #f8f5ff !important;
  border-bottom: 1px solid #f3f0ff !important;
}

body.page-shop .shop3-add-btn {
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-weight: 800 !important;
}

/* ==========================================================================
   11. MOBILE BOTTOM NAVIGATION
   ========================================================================== */
.shop-sp-mobile-nav {
  display: none !important;
}

@media (max-width: 768px) {
  .shop-sp-mobile-nav {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border-top: 1.5px solid #ede9fe;
    padding: 8px 12px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -4px 20px rgba(124, 58, 237, 0.08);
  }

  .shop-sp-mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 12px;
    transition: all 0.2s ease;
  }

  .shop-sp-mobile-nav a i {
    font-size: 18px;
  }

  .shop-sp-mobile-nav a.active {
    color: #7c3aed;
    background: #f5f3ff;
  }
}

/* ==========================================================================
   12. MOBILE RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .shop-sp-hero-banner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  .shop-sp-hero-carousel-col {
    order: -1;
  }
  .shop-sp-deals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-sp-info-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .shop-sp-sidebar {
    display: none;
  }
  .shop-sp-wrap {
    margin-left: 0;
    padding-bottom: 80px;
  }
  .shop-sp-hero-wrapper,
  .shop-sp-info-strip-section,
  .shop-sp-print-drawer,
  body.page-shop .shop-cat-wall,
  .shop-sp-deals-section,
  body.page-shop .shop2-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .shop-sp-deals-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .shop-sp-info-strip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .shop-sp-info-card {
    padding: 12px;
    flex-direction: column;
    text-align: center;
  }
  .shop-sp-hdr-nav {
    display: none;
  }
  .shop-sp-menu-btn {
    display: flex;
  }
}

/* Shop mobile header: Home -> Login -> Cart -> Theme -> Logo, search below, filter bar below that */
@media (max-width: 768px) {
  .shop-sp-header-root {
    height: auto !important;
    min-height: 64px;
    padding: 8px 10px !important;
  }

  .shop-sp-hdr-container {
    display: grid;
    grid-template-columns: auto auto auto auto minmax(0, 1fr);
    grid-template-areas:
      "home user cart theme logo"
      "search search search search search"
      "filters filters filters filters filters";
    gap: 8px;
    width: 100%;
  }

  .shop-sp-hdr-left,
  .shop-sp-hdr-right {
    display: contents;
  }

  .shop-sp-hdr-home-pill {
    grid-area: home;
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 10px;
    font-size: 15px;
  }

  .shop-sp-hdr-home-pill span {
    display: none;
  }

  .shop-sp-hdr-user-link {
    grid-area: user;
    justify-self: start;
    width: 38px;
    height: 38px;
    justify-content: center;
    padding: 0;
    border-radius: 10px;
  }

  .shop-sp-hdr-user-link span {
    display: none;
  }

  .shop-sp-hdr-cart-btn {
    grid-area: cart;
    width: 38px;
    height: 38px;
  }

  .shop-sp-hdr-right .magic-theme-toggle,
  .magic-theme-toggle {
    grid-area: theme;
    width: 38px;
    height: 38px;
    transform: scale(.78);
    transform-origin: center;
  }

  .shop-sp-hdr-logo {
    grid-area: logo;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
  }

  .shop-sp-hdr-logo img {
    width: auto;
    max-width: 36vw;
    height: 36px;
    object-fit: contain;
    display: block;
  }

  .shop-sp-hdr-center {
    grid-area: search;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .shop-sp-hdr-searchbox {
    min-height: 40px;
  }

  .shop-sp-hdr-searchbox button {
    padding: 7px 11px;
    font-size: 11px;
  }

  .shop-sp-hdr-mob-filters {
    display: grid !important;
    grid-area: filters;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 2px;
  }

  .shop-sp-mob-filter-item {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid rgba(148, 163, 184, 0.25);
    border-radius: 9px;
    padding: 0 6px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
    min-width: 0;
  }

  .shop-sp-mob-filter-item i {
    font-size: 11px;
    color: #7c3aed;
    margin-right: 4px;
    pointer-events: none;
    flex-shrink: 0;
  }

  .shop-sp-mob-filter-item select {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .shop-sp-mob-filter-item::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 8px;
    color: #64748b;
    position: absolute;
    right: 6px;
    pointer-events: none;
  }

  body.dark .shop-sp-mob-filter-item {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.2);
  }

  body.dark .shop-sp-mob-filter-item select {
    color: #f1f5f9;
  }

  body.dark .shop-sp-mob-filter-item select option {
    background: #0f172a;
    color: #f1f5f9;
  }

  .shop-sp-menu-btn {
    display: none !important;
  }

  /* Mobile View: Hide Hero Banner & Info Strip completely — start directly with Shop by Category */
  .shop-sp-hero-wrapper,
  #shopHero,
  .shop-sp-info-strip-section {
    display: none !important;
  }

  /* Mobile View: Hide bulky bottom sidebar filters & category runway — replaced by top 3 dropdowns */
  .shop2-sidebar,
  .shop3-category-runway {
    display: none !important;
  }

  .shop2-layout {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .shop2-main {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-shop .shop-cat-wall {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
  }

  /* Fresh Drops strip mobile layout */
  .shop2-strip {
    padding: 8px 12px !important;
    gap: 8px !important;
  }
}

/* ==========================================================================
   FRESH DROPS AUTO-ROTATING TICKER
   ========================================================================== */
.shop2-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
}

.shop2-strip-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f172a !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}

.shop2-strip-badge i {
  color: #f59e0b;
  font-size: 14px;
}

.shop2-fresh-ticker-wrap {
  flex: 1 1 auto;
  min-width: 0;
  height: 36px;
  position: relative;
  overflow: hidden;
}

.shop2-fresh-ticker-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.shop2-fresh-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop2-fresh-item.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.shop2-fresh-item i {
  color: #7c3aed;
  font-size: 14px;
  flex-shrink: 0;
}

.shop2-fresh-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop2-fresh-price {
  font-size: 13.5px;
  font-weight: 800;
  color: #2563eb !important;
  flex-shrink: 0;
}

.shop2-fresh-tag.out-stock {
  font-size: 10px;
  font-weight: 700;
  color: #dc2626 !important;
  background: #fee2e2;
  padding: 2px 8px;
  border-radius: 999px;
  flex-shrink: 0;
}

.shop2-fresh-ctrls {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.shop2-fresh-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shop2-fresh-btn:hover {
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
}

/* Dark Mode Overrides */
body.dark .shop2-strip,
[data-theme="dark"] .shop2-strip {
  background: #1e293b !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}

body.dark .shop2-strip-badge,
[data-theme="dark"] .shop2-strip-badge {
  color: #f8fafc !important;
}

body.dark .shop2-fresh-name,
[data-theme="dark"] .shop2-fresh-name {
  color: #f8fafc !important;
}

body.dark .shop2-fresh-price,
[data-theme="dark"] .shop2-fresh-price {
  color: #60a5fa !important;
}

body.dark .shop2-fresh-tag.out-stock,
[data-theme="dark"] .shop2-fresh-tag.out-stock {
  background: rgba(220, 38, 38, 0.2) !important;
  color: #f87171 !important;
}

body.dark .shop2-fresh-btn,
[data-theme="dark"] .shop2-fresh-btn {
  background: #0f172a !important;
  border-color: #334155 !important;
  color: #94a3b8 !important;
}

body.dark .shop2-fresh-btn:hover,
[data-theme="dark"] .shop2-fresh-btn:hover {
  background: #7c3aed !important;
  color: #ffffff !important;
  border-color: #7c3aed !important;
}

/* Keep the product visible while reducing the washed-out hero image. */
.shop-sp-bg-overlay {
  background:
    linear-gradient(90deg, rgba(244, 241, 250, .78) 0%, rgba(244, 241, 250, .62) 45%, rgba(244, 241, 250, .26) 78%, rgba(244, 241, 250, .12) 100%),
    linear-gradient(180deg, rgba(244, 241, 250, .10), rgba(15, 23, 42, .25));
}

body.dark .shop-sp-bg-overlay {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .72) 0%, rgba(15, 23, 42, .48) 50%, rgba(15, 23, 42, .22) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .34));
}

/* ==========================================================================
   COMPACT FOOTER NEWSLETTER STRIP
   ========================================================================== */
.footer-newsletter {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
  backdrop-filter: blur(10px) !important;
}

.footer-newsletter .fn-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.footer-newsletter .fn-left {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.footer-newsletter .fn-icon {
  font-size: 20px !important;
  color: #a78bfa !important;
  min-width: 20px !important;
}

.footer-newsletter h4 {
  color: #f1f5f9 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

.footer-newsletter p {
  color: #94a3b8 !important;
  font-size: 12px !important;
  margin: 2px 0 0 !important;
}

.footer-newsletter .fn-right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.footer-newsletter .fn-form {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  padding: 2px 3px 2px 10px !important;
}

.footer-newsletter .fn-form input[type="email"] {
  background: transparent !important;
  border: none !important;
  padding: 6px 4px !important;
  font-size: 13px !important;
  color: #ffffff !important;
  min-width: 200px !important;
  outline: none !important;
  box-shadow: none !important;
}

.footer-newsletter .fn-form input[type="email"]::placeholder {
  color: #94a3b8 !important;
}

.footer-newsletter .fn-form button {
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 7px 14px !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.footer-newsletter .fn-note {
  font-size: 11px !important;
  color: #64748b !important;
  margin: 0 !important;
}

/* ==========================================================================
   13. SERVICE BOOKING DEDICATED PAGE
   ========================================================================== */
.shop-sp-service-page {
  padding: 24px 28px 48px;
  max-width: 1440px;
  margin: 0 auto;
}

.shop-sp-service-hero {
  background: linear-gradient(135deg, #f8f6fe 0%, #ede8fc 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 32px;
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.08);
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.shop-sp-service-hero-copy {
  max-width: 680px;
}

.shop-sp-service-hero-copy h1 {
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 900;
  color: #1e1b4b;
  line-height: 1.15;
  margin: 12px 0 14px;
}

.shop-sp-service-hero-copy h1 span {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shop-sp-service-hero-copy p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.shop-sp-service-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.shop-sp-alert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 18px;
  margin-bottom: 28px;
  font-size: 14px;
}

.shop-sp-alert.success {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  color: #166534;
}

.shop-sp-alert.success i {
  color: #16a34a;
  font-size: 20px;
  margin-top: 2px;
}

.shop-sp-alert.error {
  background: #fef2f2;
  border: 1.5px solid #fecaca;
  color: #991b1b;
}

.shop-sp-alert.error i {
  color: #dc2626;
  font-size: 20px;
  margin-top: 2px;
}

.shop-sp-alert strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.shop-sp-alert p {
  margin: 0;
  opacity: 0.9;
}

/* Services Grid */
.shop-sp-services-section {
  margin-bottom: 40px;
}

.shop-sp-sec-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.shop-sp-sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7c3aed;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.shop-sp-sec-header h2 {
  font-size: 24px;
  font-weight: 900;
  color: #1e1b4b;
  margin: 0;
}

.shop-sp-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ede9fe;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
}

.shop-sp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.shop-sp-service-card {
  background: #ffffff;
  border: 1.5px solid #ede9fe;
  border-radius: 24px;
  padding: 24px 20px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.04);
}

.shop-sp-service-card:hover {
  transform: translateY(-4px);
  border-color: #c4b5fd;
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.12);
}

.shop-sp-service-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #7c3aed;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.shop-sp-service-body h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1b4b;
  margin: 0 0 6px;
}

.shop-sp-service-body p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 14px;
  flex-grow: 1;
}

.shop-sp-svc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 8px;
  width: fit-content;
}

/* Form Layout */
.shop-sp-form-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: flex-start;
}

.shop-sp-form-card {
  background: #ffffff;
  border: 1.5px solid #ede9fe;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.05);
}

.shop-sp-form-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}

.shop-sp-form-header i {
  font-size: 28px;
  color: #7c3aed;
}

.shop-sp-form-header h3 {
  font-size: 19px;
  font-weight: 900;
  color: #1e1b4b;
  margin: 0 0 2px;
}

.shop-sp-form-header p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
}

.shop-sp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.shop-sp-booking-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.shop-sp-booking-form .form-group.full-width {
  grid-column: 1 / -1;
  margin-top: 14px;
}

.shop-sp-booking-form label {
  font-size: 12.5px;
  font-weight: 800;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-sp-booking-form label .req {
  color: #ef4444;
}

.shop-sp-booking-form input,
.shop-sp-booking-form select,
.shop-sp-booking-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 14px;
  font-family: inherit;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
  transition: all 0.2s ease;
}

.shop-sp-booking-form input:focus,
.shop-sp-booking-form select:focus,
.shop-sp-booking-form textarea:focus {
  border-color: #7c3aed;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.shop-sp-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
  flex-wrap: wrap;
}

.shop-sp-form-footer p {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  max-width: 380px;
}

.shop-sp-btn-submit {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.3);
  transition: all 0.2s ease;
}

.shop-sp-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.4);
}

/* Side Contact Card */
.shop-sp-side-contact-card {
  background: linear-gradient(145deg, #1e1b4b, #2e1065);
  color: #ffffff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 14px 36px rgba(30, 27, 75, 0.25);
}

.contact-card-top {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 22px;
}

.contact-card-top i {
  font-size: 32px;
  color: #a78bfa;
  margin-bottom: 8px;
}

.contact-card-top h3 {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px;
}

.contact-card-top p {
  font-size: 12.5px;
  color: #cbd5e1;
  margin: 0;
}

.contact-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.c-point i {
  font-size: 16px;
  color: #c4b5fd;
  margin-top: 3px;
}

.c-point strong {
  display: block;
  font-size: 13px;
  color: #f1f5f9;
  margin-bottom: 2px;
}

.c-point a, .c-point span {
  font-size: 12.5px;
  color: #cbd5e1;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.c-point a:hover {
  color: #a78bfa;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .shop-sp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-sp-form-layout {
    grid-template-columns: 1fr;
  }
  .shop-sp-service-hero {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .shop-sp-services-grid {
    grid-template-columns: 1fr;
  }
  .shop-sp-form-grid {
    grid-template-columns: 1fr;
  }
  .shop-sp-service-page {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ==========================================================================
   10. MODERN SHOP SUB-PAGE HERO (Cart, Print Order, Service, Orders)
   ========================================================================== */
body.view-cart .shop-flow-hero,
body.view-checkout .shop-flow-hero,
body.view-order-track .shop-flow-hero,
body.view-print-order .page-banner,
body.view-service-booking .shop-flow-hero {
  position: relative !important;
  background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 50%, #ede9fe 100%) !important;
  border-bottom: 1.5px solid #ede9fe !important;
  padding: 32px 0 28px !important;
  min-height: auto !important;
  text-align: left !important;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.04) !important;
}

body.view-cart .shop-flow-hero .container,
body.view-checkout .shop-flow-hero .container,
body.view-order-track .shop-flow-hero .container,
body.view-print-order .page-banner .container,
body.view-service-booking .shop-flow-hero .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  text-align: left !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
}

body.view-cart .shop-flow-hero .banner-content,
body.view-checkout .shop-flow-hero .banner-content,
body.view-order-track .shop-flow-hero .banner-content,
body.view-print-order .page-banner .banner-content,
body.view-service-booking .shop-flow-hero .banner-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 780px !important;
  text-align: left !important;
}

body.view-cart .shop-flow-hero .section-tag,
body.view-print-order .page-banner .section-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ede9fe !important;
  color: #6d28d9 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 8px !important;
  border: 1px solid #ddd6fe !important;
}

body.view-cart .shop-flow-hero h1,
body.view-print-order .page-banner h1 {
  font-size: clamp(26px, 3.2vw, 36px) !important;
  font-weight: 900 !important;
  color: #1e1b4b !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  margin: 0 0 8px !important;
  text-shadow: none !important;
  text-align: left !important;
}

body.view-cart .shop-flow-hero p,
body.view-print-order .page-banner p {
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin: 0 0 12px !important;
  text-align: left !important;
  max-width: 680px !important;
}

body.view-cart .shop-flow-highlights {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 10px !important;
}

body.view-cart .shop-flow-highlights span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}

body.view-cart .shop-flow-highlights span i {
  color: #7c3aed !important;
  font-size: 11px !important;
}

body.view-cart .shop-flow-hero .breadcrumb,
body.view-print-order .page-banner .breadcrumb {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 12px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.04) !important;
  backdrop-filter: blur(8px) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.view-cart .shop-flow-hero .breadcrumb a,
body.view-print-order .page-banner .breadcrumb a {
  color: #7c3aed !important;
  text-decoration: none !important;
}

/* ==========================================================================
   11. CART PAGE MODERN DESIGN OVERRIDES
   ========================================================================== */
.ncli-cart-section {
  padding: 28px 0 60px !important;
  background: transparent !important;
}

.ncli-cart-section .container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
}

/* Empty Cart State — Sleek modern card */
.ncli-cart-empty {
  max-width: 560px !important;
  margin: 20px auto 40px !important;
  padding: 48px 36px !important;
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 28px !important;
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.06) !important;
  text-align: center !important;
}

.ncli-cart-empty i.fa-cart-shopping {
  font-size: 48px !important;
  color: #7c3aed !important;
  background: linear-gradient(135deg, #ede9fe, #f5f3ff) !important;
  width: 96px !important;
  height: 96px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 26px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12) !important;
}

.ncli-cart-empty h3 {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #1e1b4b !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.02em !important;
}

.ncli-cart-empty p {
  font-size: 14px !important;
  color: #64748b !important;
  margin: 0 0 24px !important;
}

.ncli-cart-empty .btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 13px 28px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.3) !important;
  transition: all 0.2s ease !important;
}

.ncli-cart-empty .btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.4) !important;
}

/* Cart Items & Summary Layout */
.ncli-cart-layout {
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  gap: 28px !important;
  align-items: start !important;
}

.ncli-cart-card {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 20px !important;
  padding: 18px 20px !important;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.04) !important;
}

.ncli-cart-summary {
  position: sticky !important;
  top: 90px !important;
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  padding: 26px !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.06) !important;
}

/* ==========================================================================
   12. PRINT ORDER 3-COLUMN WORKBENCH (Left Info, Center Form, Right Estimate)
   ========================================================================== */
body.view-print-order .print-order-page-section {
  padding: 24px 0 60px !important;
  background: transparent !important;
}

body.view-print-order .print-main-container {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.print-shell {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) 330px !important;
  gap: 22px !important;
  align-items: start !important;
}

/* 1. LEFT PANEL */
.print-left-panel {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  position: sticky !important;
  top: 90px !important;
}

.print-crumb-card {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 16px !important;
  padding: 10px 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.04) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.print-crumb-card a {
  color: #7c3aed !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.print-crumb-card a:hover {
  color: #5b21b6 !important;
  text-decoration: underline !important;
}

.print-info-card {
  background: linear-gradient(145deg, #ffffff 0%, #faf5ff 50%, #f5f3ff 100%) !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  padding: 24px 20px !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.06) !important;
}

.print-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #ede9fe !important;
  color: #6d28d9 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 12px !important;
  border: 1px solid #ddd6fe !important;
}

.print-info-title {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #1e1b4b !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  margin: 0 0 10px !important;
}

.print-info-desc {
  font-size: 12.5px !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin: 0 0 16px !important;
}

.print-perks-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
  padding: 12px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #ede9fe !important;
}

.print-perk-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #475569 !important;
}

.print-perk-item i {
  color: #7c3aed !important;
  font-size: 12px !important;
  width: 16px !important;
  text-align: center !important;
}

.print-call-card {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #ede9fe !important;
  border: 1.5px solid #ddd6fe !important;
  border-radius: 14px !important;
  padding: 10px 14px !important;
  color: #5b21b6 !important;
}

.print-call-card i {
  font-size: 18px !important;
  color: #7c3aed !important;
}

.print-call-card small {
  display: block !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: #6d28d9 !important;
}

.print-call-card a {
  font-size: 13.5px !important;
  font-weight: 900 !important;
  color: #1e1b4b !important;
  text-decoration: none !important;
}

/* 2. CENTER PANEL (FORM) */
.print-panel {
  background: #ffffff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.05) !important;
}

.print-panel-head {
  padding: 18px 24px !important;
  background: linear-gradient(135deg, #fbfaff, #f5f3ff) !important;
  border-bottom: 1.5px solid #ede9fe !important;
}

.print-panel-head h2 {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #1e1b4b !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.print-panel-head h2 i {
  color: #7c3aed !important;
}

.print-panel-head p {
  font-size: 12.5px !important;
  color: #64748b !important;
  margin: 4px 0 0 !important;
}

.print-body {
  padding: 24px !important;
}

.print-section-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #1e1b4b !important;
  margin: 16px 0 12px !important;
  padding-bottom: 6px !important;
  border-bottom: 1.5px solid #ede9fe !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

.print-section-title i {
  color: #7c3aed !important;
}

.print-field label {
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #475569 !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 5px !important;
}

.print-field input,
.print-field select,
.print-field textarea {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 13.5px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  transition: all 0.2s ease !important;
}

.print-field input:focus,
.print-field select:focus,
.print-field textarea:focus {
  border-color: #7c3aed !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1) !important;
}

.file-block {
  background: #fbfaff !important;
  border: 1.5px solid #ede9fe !important;
  border-radius: 16px !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
}

.add-file-btn {
  background: #f5f3ff !important;
  border: 1.5px dashed #c4b5fd !important;
  color: #6d28d9 !important;
  border-radius: 12px !important;
  padding: 11px 16px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  transition: all 0.2s ease !important;
}

.add-file-btn:hover {
  background: #ede9fe !important;
  border-color: #7c3aed !important;
}

.print-submit {
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 13px 24px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.25) !important;
  transition: all 0.2s ease !important;
}

.print-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 26px rgba(124, 58, 237, 0.35) !important;
}

/* 3. RIGHT PANEL (ESTIMATE & RATES) */
.print-estimate {
  position: sticky !important;
  top: 90px !important;
  background: linear-gradient(145deg, #0f172a, #1e1b4b) !important;
  color: #ffffff !important;
  border-radius: 24px !important;
  padding: 20px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.2) !important;
}

.print-estimate h3 {
  font-size: 16px !important;
  font-weight: 900 !important;
  margin: 0 0 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #f1f5f9 !important;
}

.print-estimate h3 i {
  color: #a78bfa !important;
}

.pe-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 13px !important;
  color: #cbd5e1 !important;
}

.pe-row strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.pe-total {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #a78bfa !important;
}

.pe-note {
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #cbd5e1 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-radius: 10px !important;
  padding: 9px 12px !important;
  margin-top: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.pe-rates {
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.pe-rates h4 {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #c4b5fd !important;
  margin: 0 0 6px !important;
  font-weight: 800 !important;
}

.pe-rates ul {
  margin: 0 !important;
  padding-left: 14px !important;
  color: #94a3b8 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

.pe-rates li {
  margin-bottom: 3px !important;
}

/* Responsive breakdowns */
@media (max-width: 1200px) {
  .print-shell {
    grid-template-columns: 240px minmax(0, 1fr) 300px !important;
    gap: 16px !important;
  }
}

@media (max-width: 1024px) {
  .print-shell {
    grid-template-columns: 1fr 320px !important;
  }
  .print-left-panel {
    grid-column: 1 / -1 !important;
    position: static !important;
  }
}

@media (max-width: 768px) {
  .print-shell {
    grid-template-columns: 1fr !important;
  }
  .print-estimate {
    position: static !important;
  }
}

/* ==========================================================================
   13. SHOP+ COMPREHENSIVE DARK MODE THEME SYSTEM
   ========================================================================== */
[data-theme="dark"] body.page-shop,
body.dark.page-shop,
[data-theme="dark"] body.view-cart,
body.dark.view-cart,
[data-theme="dark"] body.view-checkout,
body.dark.view-checkout,
[data-theme="dark"] body.view-order-track,
body.dark.view-order-track,
[data-theme="dark"] body.view-customer-dashboard,
body.dark.view-customer-dashboard,
[data-theme="dark"] body.view-customer-login,
body.dark.view-customer-login,
[data-theme="dark"] body.view-print-order,
body.dark.view-print-order,
[data-theme="dark"] body.view-product,
body.dark.view-product {
  background: #020617 !important;
  color: #f8fafc !important;
}

/* Header in dark mode */
[data-theme="dark"] .shop-sp-header-root,
body.dark .shop-sp-header-root {
  background: rgba(15, 23, 42, 0.96) !important;
  border-bottom: 1.5px solid #1e293b !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .shop-sp-hdr-search-box,
body.dark .shop-sp-hdr-search-box {
  background: #1e293b !important;
  border-color: #334155 !important;
}

[data-theme="dark"] .shop-sp-hdr-search-box input,
body.dark .shop-sp-hdr-search-box input {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-sp-hdr-search-box input::placeholder,
body.dark .shop-sp-hdr-search-box input::placeholder {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop-sp-hdr-nav,
body.dark .shop-sp-hdr-nav {
  background: #1e293b !important;
  border-color: #334155 !important;
}

[data-theme="dark"] .shop-sp-hdr-nav-btn,
body.dark .shop-sp-hdr-nav-btn {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop-sp-hdr-nav-btn:hover,
body.dark .shop-sp-hdr-nav-btn:hover {
  background: #334155 !important;
  color: #c4b5fd !important;
}

[data-theme="dark"] .shop-sp-hdr-login-btn,
body.dark .shop-sp-hdr-login-btn {
  background: #1e293b !important;
  color: #cbd5e1 !important;
  border-color: #334155 !important;
}

[data-theme="dark"] .shop-sp-hdr-login-btn:hover,
body.dark .shop-sp-hdr-login-btn:hover {
  background: #334155 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .shop-sp-hdr-cart-btn,
body.dark .shop-sp-hdr-cart-btn {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

/* Universal Sidebar Rail in dark mode */
[data-theme="dark"] .shop-sp-sidebar,
body.dark .shop-sp-sidebar {
  background: rgba(15, 23, 42, 0.95) !important;
  border-right: 1.5px solid #1e293b !important;
}

[data-theme="dark"] .shop-sp-nav-item,
body.dark .shop-sp-nav-item {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop-sp-nav-item:hover,
body.dark .shop-sp-nav-item:hover {
  background: #1e293b !important;
  color: #a78bfa !important;
}

[data-theme="dark"] .shop-sp-nav-item.active,
body.dark .shop-sp-nav-item.active {
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #ffffff !important;
}

/* 4-Item Feature Strip */
[data-theme="dark"] .shop-sp-info-card,
body.dark .shop-sp-info-card {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .shop-sp-info-card strong,
body.dark .shop-sp-info-card strong {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-sp-info-card span,
body.dark .shop-sp-info-card span {
  color: #94a3b8 !important;
}

/* Category Wall Tiles */
[data-theme="dark"] .shop-cat-tile,
body.dark .shop-cat-tile {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .shop-cat-tile:hover,
body.dark .shop-cat-tile:hover {
  border-color: #7c3aed !important;
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.25) !important;
}

[data-theme="dark"] .shop-cat-art,
body.dark .shop-cat-art {
  background: #1e293b !important;
}

[data-theme="dark"] .shop-cat-art i,
body.dark .shop-cat-art i {
  color: #a78bfa !important;
}

[data-theme="dark"] .shop-cat-foot,
body.dark .shop-cat-foot {
  background: #0f172a !important;
}

[data-theme="dark"] .shop-cat-foot strong,
body.dark .shop-cat-foot strong {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-cat-foot small,
body.dark .shop-cat-foot small {
  color: #c4b5fd !important;
}

[data-theme="dark"] .shop-cat-go,
body.dark .shop-cat-go {
  background: #1e293b !important;
  color: #a78bfa !important;
}

[data-theme="dark"] .shop-cat-head h2,
body.dark .shop-cat-head h2 {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-cat-head p,
body.dark .shop-cat-head p {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop-cat-eyebrow,
body.dark .shop-cat-eyebrow {
  color: #a78bfa !important;
}

[data-theme="dark"] .shop-cat-all,
body.dark .shop-cat-all {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop-cat-all:hover,
body.dark .shop-cat-all:hover {
  color: #ffffff !important;
  background: #334155 !important;
}

/* Deals of the Day Cards */
[data-theme="dark"] .shop-sp-deal-item-card,
body.dark .shop-sp-deal-item-card {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .shop-sp-deal-item-card:hover,
body.dark .shop-sp-deal-item-card:hover {
  border-color: #7c3aed !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25) !important;
}

[data-theme="dark"] .shop-sp-deal-media,
body.dark .shop-sp-deal-media {
  background: #1e293b !important;
}

[data-theme="dark"] .shop-sp-deal-icon-placeholder,
body.dark .shop-sp-deal-icon-placeholder {
  background: #1e293b !important;
  color: #64748b !important;
}

[data-theme="dark"] .shop-sp-deal-prod-title a,
body.dark .shop-sp-deal-prod-title a {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-sp-deal-cat-name,
body.dark .shop-sp-deal-cat-name {
  color: #a78bfa !important;
}

[data-theme="dark"] .shop-sp-deal-now-price,
body.dark .shop-sp-deal-now-price {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-sp-deal-was-price,
body.dark .shop-sp-deal-was-price {
  color: #64748b !important;
}

[data-theme="dark"] .shop-sp-deal-fav-btn,
body.dark .shop-sp-deal-fav-btn {
  background: rgba(30, 41, 59, 0.85) !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop-sp-sec-heading,
body.dark .shop-sp-sec-heading {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-sp-timer-pill,
body.dark .shop-sp-timer-pill {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop-sp-viewall-btn,
body.dark .shop-sp-viewall-btn {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop-sp-viewall-btn:hover,
body.dark .shop-sp-viewall-btn:hover {
  background: #334155 !important;
  color: #ffffff !important;
}

/* Main Catalog Product Cards */
[data-theme="dark"] .shop2-product,
body.dark .shop2-product,
[data-theme="dark"] .shop3-product,
body.dark .shop3-product,
[data-theme="dark"] body.page-shop .shop2-product.shop3-product,
body.dark.page-shop .shop2-product.shop3-product {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .shop2-product:hover,
body.dark .shop2-product:hover,
[data-theme="dark"] .shop3-product:hover,
body.dark .shop3-product:hover,
[data-theme="dark"] body.page-shop .shop2-product.shop3-product:hover,
body.dark.page-shop .shop2-product.shop3-product:hover {
  border-color: #7c3aed !important;
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.25) !important;
}

[data-theme="dark"] .shop2-product-media,
body.dark .shop2-product-media,
[data-theme="dark"] body.page-shop .shop2-product-media,
body.dark.page-shop .shop2-product-media {
  background: #1e293b !important;
  border-bottom: 1px solid #334155 !important;
}

[data-theme="dark"] .shop2-placeholder,
body.dark .shop2-placeholder {
  background: #1e293b !important;
  color: #64748b !important;
}

[data-theme="dark"] .shop2-product-top span,
body.dark .shop2-product-top span {
  color: #a78bfa !important;
}

[data-theme="dark"] .shop2-product-top em,
body.dark .shop2-product-top em {
  color: #34d399 !important;
}

[data-theme="dark"] .shop2-product-top em.low,
body.dark .shop2-product-top em.low {
  color: #fbbf24 !important;
}

[data-theme="dark"] .shop2-product-body h2 a,
body.dark .shop2-product-body h2 a {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop2-product-body p,
body.dark .shop2-product-body p {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop3-brand-line,
body.dark .shop3-brand-line {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop3-rating em,
body.dark .shop3-rating em {
  color: #64748b !important;
}

[data-theme="dark"] .shop3-rating strong,
body.dark .shop3-rating strong {
  color: #fbbf24 !important;
}

[data-theme="dark"] .shop3-stock-line,
body.dark .shop3-stock-line {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop3-stock-line div,
body.dark .shop3-stock-line div {
  background: #1e293b !important;
}

[data-theme="dark"] .shop2-detail-link,
body.dark .shop2-detail-link {
  color: #c4b5fd !important;
}

[data-theme="dark"] .shop3-compare span,
body.dark .shop3-compare span {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop2-price-row strong,
body.dark .shop2-price-row strong {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop2-price-row del,
body.dark .shop2-price-row del {
  color: #64748b !important;
}

[data-theme="dark"] .shop2-price-row button[disabled],
body.dark .shop2-price-row button[disabled] {
  background: #1e293b !important;
  color: #64748b !important;
}

/* Filter Sidebar in dark mode */
[data-theme="dark"] .shop2-sidebar,
body.dark .shop2-sidebar {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop2-sidebar-card,
body.dark .shop2-sidebar-card,
[data-theme="dark"] .shop3-filter-box,
body.dark .shop3-filter-box {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .shop2-sidebar h3,
body.dark .shop2-sidebar h3 {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop3-filter-title,
body.dark .shop3-filter-title {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop2-filter-group label,
body.dark .shop2-filter-group label {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop2-filter-group input[type="text"],
body.dark .shop2-filter-group input[type="text"],
[data-theme="dark"] .shop2-filter-group input[type="number"],
body.dark .shop2-filter-group input[type="number"],
[data-theme="dark"] .shop2-filter-group select,
body.dark .shop2-filter-group select {
  background: #1e293b !important;
  border-color: #334155 !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-help-card,
body.dark .shop-help-card {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
}

[data-theme="dark"] .shop-help-card h4,
body.dark .shop-help-card h4 {
  color: #f8fafc !important;
}

[data-theme="dark"] .shop-help-card p,
body.dark .shop-help-card p {
  color: #94a3b8 !important;
}

[data-theme="dark"] .shop-help-phone,
body.dark .shop-help-phone {
  color: #c4b5fd !important;
}

/* Category Filter Bar (Pills below Hero) */
[data-theme="dark"] .shop3-filter-chip,
body.dark .shop3-filter-chip {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  color: #cbd5e1 !important;
}

[data-theme="dark"] .shop3-filter-chip:hover,
body.dark .shop3-filter-chip:hover {
  border-color: #7c3aed !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .shop3-filter-chip.active,
body.dark .shop3-filter-chip.active {
  background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

/* Empty State / No Results */
[data-theme="dark"] .shop2-empty,
body.dark .shop2-empty {
  background: #0f172a !important;
  border: 1.5px solid #1e293b !important;
  color: #f8fafc !important;
}

[data-theme="dark"] .shop2-empty p,
body.dark .shop2-empty p {
  color: #94a3b8 !important;
}
