/* EF ART GLASS - Exact Figma Design Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

@font-face {
  font-family: 'PP Editorial New';
  src: url('pp-editorial-new-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-teal: #0E8876;
  --primary-teal-hover: #0a6f60;
  --primary-teal-light: #e6f4f2;
  --header-blue: #005b96;
  --navy-dark: #071728;
  --footer-bg: #0B2A3D;
  --menu-bg: #0E8876;
  --navy-card: #0c2340;
  --navy-card-hover: #123055;
  --category-blue-1: #1a7bb9;
  --category-blue-2: #0088cc;
  --category-blue-3: #0073b7;
  --category-blue-4: #005d9e;
  --category-blue-5: #1c8adb;
  --category-blue-6: #0070ba;
  --category-blue-7: #005691;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --text-light: #9ca3af;
  --bg-light: #f9fafb;
  --bg-white: #ffffff;
  --border-color: #e5e7eb;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --font-urbanist: 'Urbanist';
  --font-editorial: 'PP Editorial New';
  --font-sans: var(--font-urbanist);
  --font-serif: var(--font-editorial);
}

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--text-main);
  background-color: var(--bg-white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Typography Utilities */
h1,
h2,
h3,
h4,
h5,
h6,
.serif-heading {
  font-family: var(--font-editorial);
  font-weight: 400;
}

.product-title,
.blog-title,
.arrival-sub-title,
.cart-drawer-header h3 {
  font-family: var(--font-urbanist);
}

.serif-italic,
h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
h4 em,
h4 i {
  font-family: var(--font-editorial);
  font-style: italic;
  color: #0E8876;
  font-weight: 500;
}

.eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* 1. TOP ANNOUNCEMENT BAR */
.top-announcement-bar {
  background-color: var(--header-blue);
  color: #ffffff;
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 16px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.top-announcement-bar a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.2s;
}

.top-announcement-bar a:hover {
  opacity: 0.85;
}

/* 2. HEADER BAR */
.elementor-widget-efart_header_section,
.main-header,
.header-container,
.header-right,
.search-box {
  overflow: visible !important;
}

.main-header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  font-family: var(--font-urbanist);
  position: relative;
  z-index: 99;
}

.main-nav {
  position: relative;
  z-index: 10;
}

.header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-family: var(--font-urbanist);
  color: #374151;
  justify-content: flex-start;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.header-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: var(--text-main);
  transition: color 0.2s;
  margin-left: 4px;
}

.header-contact-link:hover {
  color: var(--primary-teal);
}

/* Logo */
.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-logo-img {
  height: 56px;
  max-width: 240px;
  object-fit: contain;
  width: auto;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-urbanist);
  justify-content: flex-end;
}

.cart-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-urbanist);
  color: var(--navy-dark);
  position: relative;
  padding: 6px 12px;
  border-radius: var(--radius-md);
  transition: background 0.2s;
}

.cart-button:hover {
  background-color: var(--bg-light);
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--menu-bg);
  color: white;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #f3f4f6;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-pill);
  padding: 6px 16px;
  width: 200px;
  transition: width 0.3s, border-color 0.3s;
  font-family: var(--font-urbanist);
}

.search-box:focus-within {
  width: 260px;
  border-color: var(--menu-bg);
  background-color: #ffffff;
}

.search-box input {
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  width: 100%;
  color: var(--text-main);
}

.search-box svg {
  color: var(--text-muted);
  width: 16px;
  height: 16px;
}

/* 3. MAIN NAVIGATION BAR */
.main-nav {
  background-color: var(--menu-bg);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
  font-family: var(--font-urbanist);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  height: 48px;
}

.nav-links a {
  color: #ffffff;
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 18px;
  display: block;
  transition: background-color 0.2s;
}

.nav-links a:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

/* 4. HERO BANNER SECTION */
.hero-section {
  background-color: #f7f7f6;
  padding: 56px 0 280px;
  position: relative;
  overflow: hidden;
}

/* .hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(247, 247, 246, 0.95) 0%, rgba(247, 247, 246, 0.75) 55%, rgba(247, 247, 246, 0.15) 100%);
  z-index: 1;
  pointer-events: none;
} */

.hero-background-art {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background-size: cover;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-family: var(--font-urbanist);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4b5563;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-title {
  font-family: var(--font-editorial);
  font-size: 64px;
  line-height: 1.1;
  color: #0b1d33;
  font-weight: 400;
  margin-bottom: 16px;
}

.hero-title .serif-italic {
  font-family: var(--font-editorial);
  font-style: italic;
  color: #0E8876;
  font-weight: 400;
  font-size: 68px;
}

.hero-subtitle {
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.btn-primary {
  background-color: #0E8876;
  color: #ffffff;
  font-family: var(--font-urbanist);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(14, 136, 118, 0.25);
}

.btn-primary:hover {
  background-color: #0a6f60;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 136, 118, 0.35);
}

.btn-outline {
  background-color: transparent;
  color: #1f2937;
  font-family: var(--font-urbanist);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  border: 1px solid #374151;
  transition: all 0.2s;
}

.btn-outline:hover {
  border-color: #111827;
  background-color: #ffffff;
  transform: translateY(-1px);
}

/* 5. VALUE PROPOSITIONS BAR */
.value-props-bar {
  background-color: var(--primary-teal);
  color: #ffffff;
  padding: 24px 0;
}

.value-props-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-prop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.value-prop-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.value-prop-text {
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* SECTION HEADER PATTERN */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-title-group h2 {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.section-title-group p {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
}

.section-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-teal);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(14, 136, 118, 0.2);
  padding: 0;
}

.btn-arrow:hover {
  background-color: var(--primary-teal-hover);
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(14, 136, 118, 0.35);
}

.btn-arrow svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2.5px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  display: block !important;
  transition: stroke 0.2s ease;
}

.btn-arrow svg path {
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2.5px !important;
}

.btn-pill-small {
  background-color: var(--primary-teal);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  transition: background-color 0.2s;
}

.btn-pill-small:hover {
  background-color: var(--primary-teal-hover);
}

/* 6. BROWSE CATEGORIES SECTION */
.browse-categories-section {
  padding: 64px 0;
}

.categories-accordion {
  display: flex;
  flex-direction: row;
  gap: 12px;
  height: 480px;
  width: 100%;
}

.category-panel {
  flex: 1;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: flex 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.3s;
  cursor: pointer;
  box-shadow: var(--shadow-md);
}

.category-panel.active {
  flex: 4.5;
  cursor: default;
}

.category-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
  transition: opacity 0.5s;
  opacity: 0.9;
}

.category-panel:not(.active) .category-panel-overlay {
  opacity: 0.75;
  background: rgba(0, 0, 0, 0.45);
}

.category-panel-content {
  position: absolute;
  inset: 0;
  padding: 24px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  box-sizing: border-box;
}

.expanded-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.category-panel.active .expanded-content {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.15s;
}

.expanded-content h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 4px;
  color: white;
}

.expanded-content span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-bottom: 20px;
}

.btn-shop-white {
  background-color: white;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  width: fit-content;
  transition: background-color 0.2s;
}

.btn-shop-white:hover {
  background-color: #f3f4f6;
}

.collapsed-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.category-panel.active .collapsed-content {
  opacity: 0;
  pointer-events: none;
}

.collapsed-content span {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
}

/* 7. BEST SELLERS SECTION */
.best-sellers-section {
  padding: 48px 0 64px;
  background-color: #F6FAFB;
}

.products-grid {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  padding: 6px;
  /* for card hover offsets */
  margin: -6px;
}

.products-grid::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.product-card {
  flex: 0 0 calc(25% - 18px);
  /* 4 cards per row on desktop */
  box-sizing: border-box;
  background: white;
  border-radius: var(--radius-lg);
  padding: 16px;
  border: 1px solid var(--border-color);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.product-image-wrap {
  width: 100%;
  height: 200px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: #f3f4f6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.product-image-wrap img {
  max-height: 100%;
  object-fit: contain;
}

.product-category {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
  margin-bottom: 6px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-category a {
  color: var(--primary-teal);
  transition: color 0.2s ease;
}

.product-category a:hover {
  color: var(--primary-teal-hover);
  text-decoration: underline;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
  min-height: 44px;
  height: auto;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.product-title a {
  color: inherit;
  transition: color 0.2s ease;
}

.product-title a:hover {
  color: var(--primary-teal);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.btn-add-cart {
  background-color: var(--primary-teal);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.btn-add-cart:hover {
  background-color: var(--primary-teal-hover);
  color: white;
  transform: translateY(-1px);
}

.btn-add-cart.loading {
  opacity: 0.75;
  pointer-events: none;
}

.btn-add-cart.loading::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.product-price {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

/* 8. BEGINNER KITS & BUNDLES BANNER */
.featured-bundle-section {
  padding: 48px 0 80px;
  background-color: #F6FAFB;
}

.bundle-card {
  background: linear-gradient(135deg, #11539c 0%, #0076c8 100%);
  border-radius: 40px;
  padding: 56px 64px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.bundle-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.bundle-info {
  display: flex;
  flex-direction: column;
}

.bundle-info .eyebrow {
  color: #93c5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bundle-title {
  font-family: var(--font-serif);
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.1;
}

.bundle-desc {
  font-family: var(--font-urbanist);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  max-width: 480px;
  line-height: 1.5;
}

.bundle-items-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bundle-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: none;
  backdrop-filter: none;
  padding: 0;
  border: none;
  border-radius: 0;
  transition: opacity 0.2s;
}

.bundle-item:hover {
  opacity: 0.9;
}

.bundle-item-thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bundle-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bundle-item-name {
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.bundle-item-sub {
  font-family: var(--font-urbanist);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

.bundle-item-price {
  font-family: var(--font-urbanist);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 2px;
}

.bundle-visual {
  position: relative;
  height: 100%;
  min-height: 380px;
}

.bundle-visual-img {
  position: absolute;
  top: -187px;
  bottom: -96px;
  right: -75px;
  height: calc(100% + 192px);
  width: auto;
  max-width: 520px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
}

@media (max-width: 1440px) {
  .bundle-visual-img {
    right: -24px;
  }
}

@media (max-width: 1280px) {
  .bundle-visual-img {
    right: 0;
  }
}

/* 9. NEW ARRIVALS SECTION */
.new-arrivals-section {
  padding: 32px 0 64px;
  background-color: #F6FAFB;
}

.arrivals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.arrival-main-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow-md);
}

.arrival-main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-hot {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f97316;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  z-index: 2;
}

.arrival-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: white;
}

.arrival-main-overlay h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 4px;
}

.arrival-main-overlay p {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 20px;
}

.btn-shop-white {
  background-color: white;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  width: fit-content;
  transition: background-color 0.2s;
}

.btn-shop-white:hover {
  background-color: #f3f4f6;
}

.arrivals-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.arrival-sub-card {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.arrival-sub-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.arrival-sub-thumb {
  width: 100px;
  height: 90px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: #f3f4f6;
  flex-shrink: 0;
}

.arrival-sub-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrival-sub-info {
  flex: 1;
}

.arrival-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.arrival-sub-tag {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.btn-buy-dark {
  background-color: var(--navy-dark);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  transition: background-color 0.2s;
}

.btn-buy-dark:hover {
  background-color: #1e3a5f;
}

/* 10. LEARN YOUR CRAFT (BLOG) */
.learn-craft-section {
  padding: 32px 0 64px;
  background-color: #F6FAFB;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  border: none;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-thumb {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 28px;
  overflow: hidden;
  background-color: #e5e7eb;
  margin-bottom: 20px;
}

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

.blog-card:hover .blog-thumb img {
  transform: scale(1.04);
}

.blog-content {
  padding: 0;
}

.blog-title {
  font-family: var(--font-urbanist);
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.3;
}

.blog-excerpt {
  font-family: var(--font-urbanist);
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-link {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  color: #0E8876;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s;
}

.blog-link:hover {
  gap: 12px;
}

/* 11. HOUSTON & TEXAS TRUST / STATS SECTION */
.texas-trust-section {
  background-color: #06121e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 0l40 40-40 40L0 40z' fill='%23ffffff' fill-opacity='0.015' fill-rule='evenodd'/%3E%3Ccircle cx='40' cy='40' r='40' fill='none' stroke='%23ffffff' stroke-opacity='0.025' stroke-width='1'/%3E%3C/svg%3E"), radial-gradient(circle at 80% 20%, #0d2847 0%, #06121e 70%);
  color: white;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.texas-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.trust-content h2 {
  font-family: var(--font-serif);
  font-size: 46px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 24px;
}

.trust-desc {
  font-family: var(--font-urbanist);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 480px;
}

.trust-bullets {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.trust-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-urbanist);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.trust-bullets .bullet-icon {
  color: #0E8876;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.trust-buttons {
  display: flex;
  gap: 16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* 14. AJAX LIVE SEARCH DROPDOWN */
.ajax-search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 320px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  border: 1px solid #e5e7eb;
  z-index: 99999 !important;
  display: none;
  overflow: hidden;
}

.ajax-search-results.active {
  display: block;
}

.ajax-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  color: #111827;
  transition: background-color 0.15s;
}

.ajax-search-item:last-child {
  border-bottom: none;
}

.ajax-search-item:hover {
  background-color: #f9fafb;
}

.ajax-search-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background-color: #f3f4f6;
}

.ajax-search-info {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.ajax-search-title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ajax-search-price {
  font-size: 12px;
  font-weight: 700;
  color: #0E8876;
}

.ajax-search-no-results {
  padding: 14px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
}

/* 12. TRUSTED BRANDS SECTION */
.trusted-brands-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border-color);
  background-color: white;
}

.brands-header {
  text-align: center;
  margin-bottom: 32px;
}

.brands-header h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
}

.brands-marquee-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  position: relative;
  display: flex;
}

.brands-marquee-container::before,
.brands-marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.brands-marquee-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-marquee-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-marquee-track {
  display: flex;
  width: max-content;
}

.brands-marquee-group {
  display: flex;
  gap: 80px;
  padding-right: 80px;
  flex-shrink: 0;
  animation: marquee-scroll 25s linear infinite;
}

.brand-item {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #374151;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* 13. FOOTER SECTION */
.main-footer {
  background-color: var(--footer-bg);
  color: #cbd5e1;
  font-family: var(--font-urbanist);
  padding: 64px 0 24px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo-img {
  height: 52px;
  max-width: 220px;
  object-fit: contain;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 8px;
}

.footer-brand p {
  font-family: var(--font-urbanist);
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
}

.footer-col h4 {
  color: #ffffff;
  font-family: var(--font-editorial);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-family: var(--font-urbanist);
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
  font-family: var(--font-urbanist);
  font-size: 13px;
  color: #64748b;
}

/* SIDE CART DRAWER MODAL */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.cart-drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -500px;
  width: 400px;
  max-width: 90vw;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  box-shadow: none !important;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}

.cart-drawer.active {
  right: 0;
  visibility: visible;
  pointer-events: auto;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15) !important;
}

.cart-drawer-header {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h3 {
  font-size: 18px;
  font-weight: 700;
}

.btn-close-cart {
  font-size: 20px;
  color: var(--text-muted);
}

.cart-drawer-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.cart-empty-msg {
  text-align: center;
  color: var(--text-muted);
  margin-top: 40px;
}

.cart-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.cart-item-img {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: #f3f4f6;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
}

.cart-item-title {
  font-size: 13px;
  font-weight: 600;
}

.cart-item-price {
  font-size: 13px;
  color: var(--primary-teal);
  font-weight: 700;
}

.cart-drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--border-color);
  background: #fafbfc;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.btn-checkout {
  width: 100%;
  background-color: var(--primary-teal);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  border-radius: var(--radius-pill);
  text-align: center;
}

.btn-checkout:hover {
  background-color: var(--primary-teal-hover);
}

/* Toast notification */
.toast-msg {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: var(--navy-dark);
  color: white;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow-lg);
  z-index: 1100;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.toast-msg.show {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .categories-accordion {
    flex-direction: column;
    height: 600px;
  }

  .collapsed-content span {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .product-card {
    flex: 0 0 calc(50% - 12px);
  }

  .bundle-card {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .bundle-visual {
    height: auto;
  }

  .bundle-visual-img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    height: auto;
    max-height: 280px;
    max-width: 100%;
    transform: none;
  }

  .arrivals-grid {
    grid-template-columns: 1fr;
  }

  .texas-trust-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nav-links {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .value-props-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    flex: 0 0 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 38px;
  }
}

.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-search-row {
  width: 100%;
}

.mobile-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

@media (min-width: 769px) {
  .mobile-contact-row {
    display: none;
  }
}

/* Mobile Header Responsiveness (Pond Garden Pro Style) */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .top-announcement-bar {
    font-size: 11px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
  }

  .mobile-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.95);
  }
}

/* Hide Mobile Hamburger Button and Drawer on Desktop Screens */
.mobile-menu-toggle {
  display: none !important;
}

@media (min-width: 769px) {

  .mobile-menu-toggle,
  .mobile-nav-drawer,
  .mobile-nav-overlay {
    display: none !important;
  }
}

/* Mobile Off-Canvas Navigation Drawer (Mobile Only) */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  z-index: 999999;
  box-shadow: none !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s;
  display: flex;
  flex-direction: column;
}

.mobile-nav-drawer.active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2) !important;
}

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

.mobile-nav-title {
  font-family: var(--font-urbanist);
  font-size: 16px;
  font-weight: 700;
  color: #071728;
}

.btn-close-mobile-nav {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #6b7280;
  cursor: pointer;
  line-height: 1;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  flex: 1;
}

.mobile-nav-links li {
  border-bottom: 1px solid #f3f4f6;
}

.mobile-nav-links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #111827;
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.mobile-nav-links li a:hover {
  background-color: #f9fafb;
  color: #0E8876;
}

@media (max-width: 768px) {
  .header-left {
    display: none !important;
  }

  .main-nav {
    display: none !important;
  }

  /* Hide search bar on mobile screens only */
  .search-box,
  .header-fibosearch-wrap,
  .dgwt-wcas-search-wrapp {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
    background-color: #0E8876;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    padding: 4px !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
  }

  .mobile-menu-toggle svg {
    width: 26px !important;
    height: 26px !important;
    stroke-width: 2.2px !important;
  }

  .mobile-menu-toggle:hover {
    background-color: #0b7364;
  }

  .top-announcement-bar {
    font-size: 11px;
    padding: 8px 12px;
    text-align: center;
  }

  .main-header {
    padding: 12px 0;
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .header-logo-img {
    max-width: 140px !important;
    height: auto !important;
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* 1. HERO SECTION MOBILE FIX */
  .hero-buttons {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .hero-buttons .btn-pill-primary,
  .hero-buttons .btn-pill-outline,
  .hero-buttons a,
  .hero-buttons button {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* 2. BROWSE CATEGORIES MOBILE BUTTON FIX */
  .browse-categories-section .section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .browse-categories-section .section-header .btn-pill-small {
    align-self: flex-start !important;
    margin-top: 4px !important;
  }

  /* 3. GET STARTED TODAY (FEATURED COLLECTION) MOBILE FIX */
  .featured-bundle-section {
    padding: 32px 0 !important;
  }

  .bundle-card {
    grid-template-columns: 1fr !important;
    padding: 32px 20px !important;
    gap: 24px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .bundle-title {
    font-size: 30px !important;
  }

  .bundle-desc {
    margin-bottom: 24px !important;
  }

  .bundle-visual {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    min-height: 270px !important;
  }

  .bundle-visual-img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* 4. NEW ARRIVALS MOBILE BUTTON FIX */
  .new-arrivals-section .section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .new-arrivals-section .section-header .btn-pill-small {
    align-self: flex-start !important;
    margin-top: 4px !important;
  }

  /* 5. LEARN YOUR CRAFT SLIDER ARROWS MOBILE FIX */
  .learn-craft-section .section-header,
  .best-sellers-section .section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    position: relative !important;
  }

  .section-controls {
    display: flex !important;
    gap: 10px !important;
    align-self: flex-end !important;
    margin-top: -36px !important;
    z-index: 10 !important;
    position: relative !important;
  }

  .btn-arrow {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Global Fix: Eliminate right-side off-canvas drawer shadow bleed */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.cart-drawer:not(.active),
.mobile-nav-drawer:not(.active),
.fkcart-modal:not(.active),
.fkcart-drawer:not(.active) {
  box-shadow: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}