/* Zyntl — Sam's Club inspired professional storefront */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

body.zyntl-ui.zyntl-club {
  --club-blue: #0067a0;
  --club-blue-deep: #004b91;
  --club-blue-soft: #e8f4fb;
  --club-nav: #e6f2f9;
  --club-green: #2a8703;
  --club-green-soft: #e8f5e1;
  --club-ink: #1a1a1a;
  --club-muted: #6d6e71;
  --club-line: #e3e4e5;
  --club-bg: #f5f6f7;
  --ink: var(--club-ink);
  --paper: #fff;
  --mist: var(--club-bg);
  --line: var(--club-line);
  --signal: var(--club-blue);
  --signal-ink: var(--club-blue-deep);
  --go: var(--club-green);
  --muted: var(--club-muted);
  --primary: var(--club-blue-deep);
  --accent: var(--club-blue);
  --font: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "DM Sans", ui-monospace, monospace;
  --radius: 12px;
  background: var(--club-bg);
  font-family: var(--font);
  color: var(--club-ink);
}

body.zyntl-club h1,
body.zyntl-club h2,
body.zyntl-club h3,
body.zyntl-club .display {
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}

body.zyntl-club .wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

body.zyntl-club .btn-primary {
  background: var(--club-blue);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
body.zyntl-club .btn-primary:hover {
  background: var(--club-blue-deep);
}
body.zyntl-club .btn-ghost {
  border-radius: 999px;
}

/* Hide old util bar — club header replaces it */
body.zyntl-club .util { display: none !important; }

/* —— Club header —— */
body.zyntl-club .site-chrome {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
  box-shadow: none;
}
body.zyntl-club header.main {
  background: var(--club-blue);
  color: #fff;
  border: 0 !important;
  border-bottom: 0 !important;
  padding: 0;
  overflow: visible;
  box-shadow: none;
}
body.zyntl-club header.main .wrap {
  display: grid;
  grid-template-columns: auto auto minmax(240px, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  min-height: 72px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  overflow: visible;
}
body.zyntl-club .logo {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  line-height: 1;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
  height: auto;
  max-height: none;
}
body.zyntl-club .logo-mark {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  flex-shrink: 0;
  filter: none !important;
  image-rendering: auto;
  overflow: hidden;
  clip-path: none !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
body.zyntl-club .logo-text {
  display: inline-block !important;
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 40px !important;
  height: 40px;
  -webkit-font-smoothing: antialiased;
}
body.zyntl-club nav.cats {
  border-top: 0 !important;
}
body.zyntl-club .logo-img,
body.zyntl-club .logo-spark,
body.zyntl-club .logo .mark { display: none !important; }

body.zyntl-club .hdr-actions .icobtn {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 0 !important;
  min-width: 68px;
  line-height: 1.1;
}
/* Sam's Club–style muted gray icons + white labels */
body.zyntl-club .hdr-actions .icobtn i {
  font-size: 1.2rem;
  color: #aeb6bf !important;
  font-weight: 400;
}
body.zyntl-club .hdr-actions .icobtn span {
  color: #fff !important;
  font-weight: 700;
}
body.zyntl-club .hdr-actions .icobtn:hover {
  background: rgba(0, 0, 0, 0.14);
}
body.zyntl-club .hdr-actions .icobtn:hover i {
  color: #d5dbe1 !important;
}
body.zyntl-club .hdr-actions .icobtn.cart {
  flex-direction: column;
  font-size: 0.72rem;
  gap: 0.15rem;
}
body.zyntl-club .hdr-actions .icobtn.cart i {
  font-size: 1.25rem;
}
body.zyntl-club .cart-badge {
  background: #ffc220 !important;
  color: #004b91 !important;
  font-weight: 800;
  position: absolute;
  top: 0;
  right: 8px;
  min-width: 1rem;
  height: 1rem;
  font-size: 0.65rem;
}
body.zyntl-club .hdr-actions .icobtn.cart {
  position: relative;
}
body.zyntl-club .zc-fulfill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 180px;
  line-height: 1.15;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
}
body.zyntl-club .zc-fulfill:hover { background: rgba(0, 0, 0, 0.12); }
body.zyntl-club .zc-fulfill-label {
  display: block;
  font-size: 0.72rem;
  opacity: 0.95;
}
body.zyntl-club .zc-fulfill-place {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.zyntl-club header.main .search {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  height: 44px;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  max-width: 720px;
  width: 100%;
  margin: 0;
  position: relative;
}
body.zyntl-club header.main .search .go {
  display: none;
}
body.zyntl-club header.main .search input {
  flex: 1;
  border: 0 !important;
  padding: 0 1.1rem !important;
  font-size: 0.98rem !important;
  background: transparent !important;
  color: #1a1a1a !important;
  height: 100% !important;
}
body.zyntl-club header.main .search::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1a1a1a;
  pointer-events: none;
}

body.zyntl-club .hdr-actions {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
body.zyntl-club .hdr-actions .icobtn {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 0 !important;
  min-width: 70px;
  line-height: 1.05;
  position: relative;
}
/* Sam's Club: muted gray icons + bold white labels */
body.zyntl-club .hdr-actions .icobtn .zc-ico,
body.zyntl-club .hdr-actions .icobtn i {
  width: 22px;
  height: 22px;
  display: block;
  color: #b0b8c1 !important;
  fill: currentColor;
}
body.zyntl-club .hdr-actions .icobtn:hover .zc-ico,
body.zyntl-club .hdr-actions .icobtn:hover i {
  color: #d7dde3 !important;
}
body.zyntl-club .hdr-actions .icobtn span {
  color: #ffffff !important;
  font-weight: 700;
}
body.zyntl-club .hdr-actions .icobtn:hover {
  background: rgba(0, 0, 0, 0.14);
}
body.zyntl-club .hdr-actions .icobtn:hover i {
  color: #d7dde3 !important;
}
body.zyntl-club .hdr-actions .icobtn.cart {
  flex-direction: column;
  font-size: 0.72rem;
  background: transparent !important;
  box-shadow: none !important;
}
body.zyntl-club .hdr-actions .icobtn.cart:hover {
  background: rgba(0, 0, 0, 0.14) !important;
}
body.zyntl-club .cart-badge {
  background: #ffc220 !important;
  color: #004b91 !important;
  font-weight: 800;
  top: 2px;
  right: 10px;
  min-width: 1.05rem;
  height: 1.05rem;
  font-size: 0.65rem;
}

/* Secondary nav + Departments / Services dropdowns */
body.zyntl-club nav.cats {
  background: var(--club-nav) !important;
  border: 0 !important;
  border-bottom: 1px solid #d0e4f0;
  position: relative;
  z-index: 1300;
  overflow: visible;
}
body.zyntl-club .cats-shell {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 48px;
  height: auto !important;
  overflow: visible !important;
}
body.zyntl-club nav.cats a {
  color: var(--club-ink) !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
  padding: 0.65rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
body.zyntl-club nav.cats a:hover {
  background: rgba(0, 103, 160, 0.1);
  color: var(--club-blue-deep) !important;
}
body.zyntl-club .zc-dd {
  position: relative;
  flex-shrink: 0;
  z-index: 1400;
}
body.zyntl-club .zc-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: #fff;
  color: var(--club-blue-deep);
  font: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 103, 160, 0.18);
}
body.zyntl-club .zc-dd:hover .zc-dd-btn,
body.zyntl-club .zc-dd.is-open .zc-dd-btn,
body.zyntl-club .zc-dd-btn:hover,
body.zyntl-club .zc-dd-btn:focus-visible {
  background: #e8f4fb;
  box-shadow: 0 0 0 1px rgba(0, 103, 160, 0.35);
}
body.zyntl-club .zc-dd-chev {
  width: 10px;
  height: 10px;
  transition: transform 0.15s ease;
}
body.zyntl-club .zc-dd:hover .zc-dd-chev,
body.zyntl-club .zc-dd.is-open .zc-dd-chev {
  transform: rotate(180deg);
}
/* hidden attr blocks CSS hover — force show on :hover / :focus-within / .is-open */
body.zyntl-club .zc-dd-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 0.45rem;
  padding-top: calc(0.45rem + 8px);
  background: #fff;
  border: 1px solid #e3e4e5;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  z-index: 1500;
  /* overlap button so cursor never falls through the hover gap */
  margin-top: -4px;
}
body.zyntl-club .zc-dd-panel[hidden] {
  display: none !important;
}
body.zyntl-club .zc-dd:hover .zc-dd-panel,
body.zyntl-club .zc-dd:focus-within .zc-dd-panel,
body.zyntl-club .zc-dd.is-open .zc-dd-panel {
  display: block !important;
}
body.zyntl-club .zc-dd:hover .zc-dd-panel[hidden],
body.zyntl-club .zc-dd:focus-within .zc-dd-panel[hidden],
body.zyntl-club .zc-dd.is-open .zc-dd-panel[hidden] {
  display: block !important;
}
body.zyntl-club .zc-dd-panel a {
  display: block;
  padding: 0.65rem 0.8rem !important;
  border-radius: 8px !important;
  color: #1a1a1a !important;
  font-weight: 600 !important;
  white-space: normal;
}
body.zyntl-club .zc-dd-panel a:hover {
  background: #f2f8fc !important;
  color: #004b91 !important;
}
body.zyntl-club .zc-dd-panel--mega {
  width: min(920px, 92vw);
  padding: 0.85rem 1rem 1rem;
  padding-top: calc(0.85rem + 8px);
}
body.zyntl-club .zc-dd-mega-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.25rem 0.35rem 0.75rem;
  border-bottom: 1px solid #eef0f2;
  margin-bottom: 0.65rem;
}
body.zyntl-club .zc-dd-mega-head strong {
  font-size: 0.95rem;
  color: #004b91;
}
body.zyntl-club .zc-dd-mega-head a {
  padding: 0 !important;
  color: #0067a0 !important;
  font-size: 0.85rem;
  font-weight: 700 !important;
}
body.zyntl-club .zc-dd-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.15rem 0.5rem;
  max-height: min(420px, 60vh);
  overflow: auto;
}
@media (max-width: 760px) {
  body.zyntl-club .zc-dd-mega-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.zyntl-club .zc-dd-panel--mega {
    width: min(96vw, 420px);
    left: 0;
  }
}

/* —— Promo hero slider (full-bleed marketing cards) —— */
body.zyntl-club .zc-slider--promo {
  position: relative;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 1rem auto 1.35rem;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  background: #004b91;
  box-shadow: 0 10px 28px rgba(0, 75, 145, 0.2);
}
body.zyntl-club .zc-slide--promo {
  display: none;
  position: relative;
  min-height: 380px;
  padding: 0;
  color: #fff;
}
body.zyntl-club .zc-slide--promo.is-active {
  display: block;
  animation: zcFade 0.5s ease;
}
body.zyntl-club .zc-slide-bg {
  position: absolute;
  inset: 0;
}
body.zyntl-club .zc-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.zyntl-club .zc-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 40, 80, 0.82) 0%, rgba(0, 75, 145, 0.55) 42%, rgba(0, 75, 145, 0.12) 72%, transparent 100%);
}
body.zyntl-club .zc-slide-copy--overlay {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 2.4rem 2rem 3.6rem;
}
body.zyntl-club .zc-slide--promo .zc-slide-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd54a;
}
body.zyntl-club .zc-slide--promo h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.9rem, 3.8vw, 2.85rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff !important;
  max-width: 14ch;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
body.zyntl-club .zc-slide--promo .zc-slide-sub {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.95);
}
body.zyntl-club .zc-slide--promo .zc-slide-actions .btn {
  background: #fff;
  color: #004b91;
  border-radius: 999px;
  font-weight: 750;
  padding: 0.75rem 1.35rem;
  text-decoration: none !important;
  border: 0;
}

@keyframes zcFade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

body.zyntl-club .zc-slider-controls,
body.zyntl-club .zc-slider-btn,
body.zyntl-club .zc-slider-pause,
body.zyntl-club .zc-slider-dots,
body.zyntl-club .zc-slider-progress {
  display: none !important;
}

@media (max-width: 900px) {
  body.zyntl-club .zc-slider--promo,
  body.zyntl-club .zc-slide--promo {
    min-height: 320px;
  }
  body.zyntl-club .zc-slide-copy--overlay {
    padding: 1.5rem 1.15rem 3.4rem;
  }
  body.zyntl-club .zc-slide-bg::after {
    background: linear-gradient(180deg, rgba(0, 40, 80, 0.75) 0%, rgba(0, 75, 145, 0.45) 55%, rgba(0, 75, 145, 0.2) 100%);
  }
}

/* Sections */
body.zyntl-club .z-section {
  padding: 1.5rem 0;
}
body.zyntl-club .sec-head h2 {
  font-size: 1.35rem;
  font-weight: 800;
}
body.zyntl-club .sec-head .more {
  color: var(--club-blue) !important;
  font-weight: 700;
  text-decoration: none !important;
}

/* Category tiles with photos */
body.zyntl-club .zc-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
body.zyntl-club .zc-cat-card {
  background: #fff;
  border: 1px solid var(--club-line);
  border-radius: 14px;
  padding: 1rem;
  text-decoration: none !important;
  color: inherit;
  text-align: center;
  transition: box-shadow 0.15s, transform 0.15s;
}
body.zyntl-club .zc-cat-card:hover {
  box-shadow: 0 8px 24px rgba(0, 75, 145, 0.12);
  transform: translateY(-2px);
}
body.zyntl-club .zc-cat-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin: 0 auto 0.65rem;
  display: block;
}
body.zyntl-club .zc-cat-card b {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
}

/* Product cards — club style */
body.zyntl-club .card,
body.zyntl-club .product-card {
  background: #fff;
  border: 1px solid var(--club-line);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}
body.zyntl-club .card:hover,
body.zyntl-club .product-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
body.zyntl-club .card .thumb {
  position: relative;
  background: #fff;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0.75rem;
}
body.zyntl-club .product-card {
  position: relative;
}
body.zyntl-club .product-image {
  background: #fff;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0.75rem;
}
body.zyntl-club .card .thumb img,
body.zyntl-club .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
body.zyntl-club .zc-badge,
body.zyntl-club .instant-badge {
  display: inline-block;
  background: var(--club-green-soft);
  color: var(--club-green);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
}
body.zyntl-club .card .price,
body.zyntl-club .product-price,
body.zyntl-club .zc-price {
  color: var(--club-green) !important;
  font-weight: 800;
  font-size: 1.25rem;
}
body.zyntl-club .zc-price::before,
body.zyntl-club .card .price::before {
  content: "Now ";
  font-size: 0.85rem;
  font-weight: 700;
}
body.zyntl-club .product-price::before {
  content: "Now ";
  font-size: 0.85rem;
  font-weight: 700;
}
body.zyntl-club .zc-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f5a623;
  font-size: 0.78rem;
  margin: 0.25rem 0;
}
body.zyntl-club .zc-stars-count {
  color: var(--club-blue);
  margin-left: 0.35rem;
  font-weight: 600;
}
body.zyntl-club .add,
body.zyntl-club .add-to-cart-btn {
  border-radius: 999px !important;
  border: 1px solid #1a1a1a !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
}
body.zyntl-club .add-to-cart-btn:hover,
body.zyntl-club .add:hover {
  background: #f0f0f0 !important;
}

/* Quick order panel */
body.zyntl-club .qo {
  background: #fff;
  border: 1px solid var(--club-line);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 75, 145, 0.08);
}

/* Trust / footer */
body.zyntl-club .trust {
  background: #fff;
  border-top: 1px solid var(--club-line);
}
body.zyntl-club .z-footer {
  background: var(--club-blue-deep);
  color: #fff;
}
body.zyntl-club .z-footer a {
  color: #d9ecf8 !important;
}
body.zyntl-club .z-footer h4 {
  color: #fff;
}
body.zyntl-club .z-footer .brand {
  gap: 0.5rem;
}
body.zyntl-club .z-footer .footer-logo-mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
body.zyntl-club .z-footer .footer-logo-text {
  font-family: Arial, Helvetica, "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
body.zyntl-club .z-footer .mark-sm { display: none !important; }

/* About contact cards */
body.zyntl-club .zc-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
body.zyntl-club .zc-contact-card {
  background: #fff;
  border: 1px solid var(--club-line);
  border-radius: 14px;
  padding: 1.25rem;
}
body.zyntl-club .zc-contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--club-blue-deep);
}
body.zyntl-club .zc-contact-card p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

/* Product page reviews */
body.zyntl-club .zc-reviews {
  background: #fff;
  border: 1px solid var(--club-line);
  border-radius: 14px;
  padding: 1.25rem;
  margin-top: 1.5rem;
}
body.zyntl-club .zc-review {
  border-top: 1px solid var(--club-line);
  padding: 0.9rem 0;
}
body.zyntl-club .zc-review:first-of-type { border-top: 0; }

@media (max-width: 1100px) {
  body.zyntl-club header.main .wrap {
    grid-template-columns: auto 1fr auto;
  }
  body.zyntl-club .zc-fulfill { display: none; }
  body.zyntl-club .zc-cat-grid { grid-template-columns: repeat(2, 1fr); }
  body.zyntl-club .zc-hero { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body.zyntl-club header.main .wrap {
    grid-template-columns: 1fr auto;
  }
  body.zyntl-club header.main .search {
    grid-column: 1 / -1;
    order: 3;
    max-width: none;
  }
  body.zyntl-club .zc-contact-grid { grid-template-columns: 1fr; }
  body.zyntl-club .hdr-actions .icobtn span:not(.cart-badge) {
    display: none;
  }
}
