html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}

html.bz-scroll-lock {
  scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Balloon Zone Dubai — storefront UI */
:root {
  --bz: #245a4c;
  --bz-hover: #1c463b;
  --bz-soft: #e8f0ed;
  --bz-ink: #1a1a1a;
  --bz-muted: #5b6b66;
  --bz-line: #d7e2de;
  --bz-radius: 14px;
}

img.h-100 {
  height: 15.5rem;
  object-fit: cover;
}

img.h-100.w-24 {
  height: 5.5rem;
  width: 5.5rem;
}

@media (max-width: 640px) {
  img.h-100 {
    height: 11.5rem;
  }
}

.bz-product-card,
.group.bg-\[\#245a4c\]\/10,
#productContainer > .group {
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: var(--bz-radius);
  overflow: hidden;
}

#productContainer > .group:hover,
.group.bg-\[\#245a4c\]\/10:hover {
  box-shadow: 0 10px 28px rgba(36, 90, 76, 0.12);
}

@media (max-width: 768px) {
  .group .mt-3.opacity-0.invisible {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0.65rem;
    padding-bottom: 0.5rem;
  }
}

.group .mt-3 a.bg-black {
  background: var(--bz);
  width: calc(100% - 1rem);
  margin: 0 0.5rem 0.35rem;
  border-radius: 10px;
}

.group .mt-3 a.bg-black:hover {
  background: var(--bz-hover);
}

.group h3.font-semibold a,
.group h3.font-semibold {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.55em;
  line-height: 1.3;
  color: var(--bz-ink);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: normal;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

#productContainer > .group {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: stretch;
}

#productContainer > .group > .mt-1 {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 4px 10px 10px;
  min-width: 0;
}

#productContainer > .group .flex.flex-col {
  margin-left: 0 !important;
  width: 100%;
  min-width: 0;
}

#productContainer > .group .mt-3 {
  margin-top: auto;
  padding: 8px 0 0;
  width: 100%;
}

#productContainer > .group .mt-3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0.04em;
}

.bz-pcard-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 4px;
}

.bz-pcard-price strong {
  color: var(--bz);
  font-size: 0.95rem;
}

.bz-pcard-price del {
  color: #8a8a8a;
  font-size: 0.78rem;
}

.bz-hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bz-hscroll::-webkit-scrollbar {
  display: none;
}

.topPicksSlider,
#premiumflowerWrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.topPicksSlider::-webkit-scrollbar,
#premiumflowerWrapper::-webkit-scrollbar {
  display: none;
}

h1, h2, h3,
.bz-faq-item button span {
  font-family: "Playfair Display", Georgia, serif !important;
}

.group h3,
.group h3 a,
#productContainer h3,
#productContainer h3 a {
  font-family: Inter, Montserrat, "Segoe UI", sans-serif !important;
}

#productContainer {
  align-items: stretch;
}

/* Shop by Occasion */
.bz-occasion {
  padding: 52px 16px 20px;
  background: #fff;
}

.bz-occasion-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.bz-occasion h2,
.bz-split-head h2,
.bz-home-title,
section.py-10 h2.text-3xl,
section.py-10 h1,
#reviews h2,
.max-w-7xl.mx-auto .text-center h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bz-ink);
}

.bz-occasion h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  margin: 0 0 28px;
}

.bz-occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bz-occasion-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 10px 16px;
  background: var(--bz-soft);
  border: 1px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  color: var(--bz-ink);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.bz-occasion-card:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: var(--bz);
}

.bz-occasion-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: var(--bz);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(36, 90, 76, 0.1);
}

.bz-occasion-icon svg {
  width: 28px;
  height: 28px;
}

.bz-occasion-card span {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

/* Dual promo banners */
.bz-split {
  padding: 28px 16px 12px;
}

.bz-split-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.bz-split-card {
  position: relative;
  display: block;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}

.bz-split-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.bz-split-card:hover img {
  transform: scale(1.05);
}

.bz-split-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 22px 20px;
  background: linear-gradient(transparent, rgba(20, 40, 34, 0.78));
  color: #fff;
}

.bz-split-copy h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
}

.bz-split-copy em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  color: var(--bz);
  border-radius: 999px;
  padding: 7px 14px;
}

/* Homepage polish */
#recentSection,
section.py-10 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.topPickTab button,
button.topPickTab {
  border-radius: 999px !important;
}

#reviews .bg-white.rounded-xl {
  border: 1px solid var(--bz-line);
  box-shadow: none;
}

.faq-item {
  border-radius: 14px !important;
}

.bz-stories {
  background: #f7f9f8;
}

.bz-stories-grid {
  display: grid;
  gap: 36px;
}

.bz-stories-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.bz-stories-head h2 {
  font-size: 1.85rem;
  margin: 0;
}

.bz-stories-head a,
.bz-faq-intro a {
  color: var(--bz);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.bz-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.bz-blog-card {
  position: relative;
  min-height: 230px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
}

.bz-blog-overlay {
  width: 100%;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, rgba(16, 28, 24, 0) 0%, rgba(16, 28, 24, 0.78) 100%);
}

.bz-blog-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
}

.bz-blog-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.bz-blog-more p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.bz-blog-more span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bz-blog-card:hover .bz-blog-more {
  max-height: 120px;
  opacity: 1;
  margin-top: 10px;
}

@media (hover: none) {
  .bz-blog-more {
    max-height: 120px;
    opacity: 1;
    margin-top: 10px;
  }
}

.bz-review-marquee {
  height: 520px;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
}

.bz-review-marquee::-webkit-scrollbar {
  display: none;
}

.bz-review-track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: bzReviewScroll 32s linear infinite;
}

.bz-review-marquee:hover .bz-review-track {
  animation-play-state: paused;
}

@keyframes bzReviewScroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.bz-review-card {
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 14px;
  padding: 18px 18px 16px;
}

.bz-review-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--bz-ink);
}

.bz-review-card p {
  margin: 0 0 10px;
  color: var(--bz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bz-review-stars {
  color: var(--bz);
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.bz-review-card span {
  font-size: 13px;
  font-weight: 600;
  color: var(--bz);
}

.bz-faq {
  padding: 64px 20px;
  background: #fff;
}

.bz-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.bz-faq-intro {
  text-align: center;
  margin-bottom: 28px;
}

.bz-faq-intro h2 {
  font-size: 2rem;
  margin: 0 0 8px;
}

.bz-faq-intro p {
  color: var(--bz-muted);
  margin: 0 0 10px;
}

.bz-faq-item {
  background: #fff;
  border: 1px solid var(--bz-line);
  margin-bottom: 12px;
  overflow: hidden;
}

.bz-faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: #f7f9f8;
  border: 0;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--bz-ink);
  font-size: 1.05rem;
}

.bz-faq-item.open button {
  background: var(--bz);
  color: #fff;
}

.bz-faq-item .faq-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--bz);
}

.bz-faq-item.open .faq-icon {
  color: #fff;
}

.bz-faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: var(--bz-muted);
  font-size: 15px;
  line-height: 1.7;
}

.bz-faq-item .faq-answer > div {
  padding: 4px 20px 18px;
}

.bz-commit {
  background: #f4f7f6;
  color: var(--bz-ink);
  padding: 64px 0;
}

.bz-commit h2 {
  font-size: 2rem;
  margin: 0 0 10px;
}

.bz-commit .text-center p {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--bz-muted);
}

.bz-commit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.bz-commit-card {
  background: var(--bz);
  color: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
}

.bz-commit-card i {
  font-size: 1.85rem;
  display: block;
  margin-bottom: 12px;
}

.bz-commit-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.2rem;
}

.bz-commit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.bz-deals {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 72px 20px;
  color: #fff;
  margin-top: 24px;
}

.bz-deals::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 36, 32, 0.58);
}

.bz-deals-inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bz-deals-inner h2 {
  margin: 0 0 6px;
  font-size: 2rem;
  color: #fff;
}

.bz-deals-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.bz-deals .bz-footer-form {
  width: min(100%, 420px);
}

.bz-deals-msg {
  flex-basis: 100%;
  font-size: 14px;
}

.bz-deals-msg.is-ok {
  color: #d7f3e8;
}

.bz-deals-msg.is-error {
  color: #ffd4d4;
}

.bz-seo-tabs {
  background: var(--bz-soft) !important;
}

.bz-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

[data-readmore].is-open .bz-clamp {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.bz-readmore-btn {
  background: none;
  border: 0;
  color: var(--bz);
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0 0;
  font-size: 14px;
}

.bz-readmore-btn:hover {
  color: var(--bz-hover);
  text-decoration: underline;
}

.bz-cat-intro {
  margin-bottom: 1.25rem;
}

.bz-cat-intro h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  color: var(--bz-ink);
  margin: 0 0 10px;
}

.bz-cat-intro-body {
  color: #555;
  font-size: 14.5px;
  line-height: 1.8;
}

.bz-cat-intro-body p {
  margin: 0 0 8px;
}

.bz-cat-intro-body h2,
.bz-cat-intro-body h3,
.bz-cat-intro-body h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bz-ink);
  margin: 0 0 8px;
  line-height: 1.4;
}

.bz-cat-intro-body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.bz-cat-intro .bz-clamp {
  display: block;
  max-height: 5.4em;
  overflow: hidden;
  -webkit-line-clamp: unset;
}

.bz-cat-intro.is-open .bz-clamp {
  max-height: none;
  overflow: visible;
}

.bz-filter-acc-btn {
  display: none;
}

@media (max-width: 1023px) {
  .bz-cat-sidebar {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
  }

  .bz-filter-acc {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    margin-bottom: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .bz-filter-acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    background: none;
    border: 0;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    cursor: pointer;
  }

  .bz-filter-acc-btn i {
    transition: transform 0.2s ease;
    color: #666;
  }

  .bz-filter-acc.is-open .bz-filter-acc-btn i {
    transform: rotate(180deg);
  }

  .bz-filter-acc-heading {
    display: none;
  }

  .bz-filter-acc-panel {
    display: none;
    padding: 0 16px 14px;
    max-height: 280px;
    overflow: auto;
  }

  .bz-filter-acc.is-open .bz-filter-acc-panel {
    display: block;
  }

  .bz-cat-sidebar #applyFilterBtn {
    margin-top: 4px;
  }
}

.bz-seo-tabs .tab-btn.active,
.bz-seo-tabs button.tab-btn[style*="border-bottom"] {
  color: var(--bz) !important;
}

/* Footer */
.bz-footer {
  background: #f4f7f6;
  color: var(--bz-ink);
  padding: 48px 0 0;
  margin-top: 0;
  border-top: 1px solid var(--bz-line);
}

.bz-footer a {
  color: var(--bz);
  text-decoration: none;
}

.bz-footer a:hover {
  color: var(--bz-hover);
  text-decoration: underline;
}

.bz-footer-brand {
  display: inline-block;
  margin-bottom: 14px;
}

.bz-footer-brand img {
  height: 56px;
  width: auto;
  max-width: 220px;
  display: block;
}

.bz-footer-about,
.bz-footer-trn {
  margin: 0;
  color: var(--bz-muted);
  font-size: 14px;
  line-height: 1.7;
}

.bz-footer-trn {
  margin-top: 10px;
}

.bz-footer-form {
  display: flex;
  width: min(100%, 420px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.bz-footer-form input {
  flex: 1;
  border: 0;
  outline: none;
  padding: 13px 14px;
  color: var(--bz-ink);
  min-width: 0;
}

.bz-footer-form button {
  background: var(--bz);
  color: #fff;
  border: 0;
  padding: 13px 18px;
  font-weight: 600;
  cursor: pointer;
}

.bz-footer-form button:hover {
  background: var(--bz-hover);
}

.bz-footer-grid {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 20px 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.bz-footer h3 {
  font-size: 1rem;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bz-ink);
}

.bz-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.bz-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.bz-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--bz-line);
  color: var(--bz);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
}

.bz-social a:hover {
  background: var(--bz);
  color: #fff;
  text-decoration: none;
}

.bz-footer-bottom {
  border-top: 1px solid var(--bz-line);
  max-width: 80rem;
  margin: 0 auto;
  padding: 16px 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--bz-muted);
}

.bz-footer-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bz-footer-copy p {
  margin: 0;
}

.bz-powered a {
  color: var(--bz);
  font-weight: 600;
  text-decoration: none;
}

.bz-powered a:hover {
  text-decoration: underline;
}

/* Auth */
.bz-auth {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px 56px;
  background: linear-gradient(180deg, #f6f9f8 0%, #fff 100%);
}

.bz-auth-card {
  width: min(100%, 460px);
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 20px;
  padding: 32px 26px;
  box-shadow: 0 16px 40px rgba(36, 90, 76, 0.08);
}

.bz-auth-card h1 {
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.9rem;
  color: var(--bz);
  margin: 0 0 8px;
}

.bz-auth-card .bz-auth-sub {
  text-align: center;
  color: var(--bz-muted);
  font-size: 14px;
  margin: 0 0 22px;
}

.bz-auth-card input {
  width: 100%;
  border: 1px solid var(--bz-line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
}

.bz-auth-card input:focus {
  border-color: var(--bz);
}

.bz-auth-card .bz-auth-btn {
  width: 100%;
  background: var(--bz);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 13px;
  font-weight: 600;
  margin-top: 8px;
  cursor: pointer;
}

.bz-auth-card .bz-auth-btn:hover {
  background: var(--bz-hover);
}

.bz-auth-or {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: var(--bz-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.bz-auth-or::before,
.bz-auth-or::after {
  content: "";
  height: 1px;
  background: var(--bz-line);
  flex: 1;
}

.bz-social-login {
  display: grid;
  gap: 10px;
}

.bz-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid var(--bz-line);
  background: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  font-weight: 600;
  color: var(--bz-ink);
  text-decoration: none;
  cursor: pointer;
}

.bz-social-btn:hover {
  border-color: var(--bz);
  color: var(--bz);
}

.bz-social-btn i {
  font-size: 18px;
}

.bz-social-btn.google i { color: #db4437; }
.bz-social-btn.facebook i { color: #1877f2; }

/* Checkout */
.bz-checkout {
  background: #f7f9f8 !important;
}

.bz-checkout .paynow,
.bz-checkout button.paynow {
  border-radius: 12px !important;
  min-height: 48px;
  background: var(--bz) !important;
}

.bz-checkout #addAddressModal button[type="submit"],
.bz-checkout .bg-blue-600 {
  background: var(--bz) !important;
}

#addressOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 190;
}

#addressSidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(24rem, 100vw);
  max-width: 100%;
  background: #fff;
  z-index: 200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease, visibility 0.3s ease;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
}

#addressSidebar.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

#addAddressModal {
  z-index: 210 !important;
}

#addAddressModal.hidden {
  display: none !important;
}

#shippingBillingBox.selected,
.addressBox.selected {
  border-color: #245a4c !important;
  box-shadow: 0 6px 18px rgba(36, 90, 76, 0.15);
}

/* Product detail */
.bz-pdp {
  padding-bottom: 96px;
}

.bz-atc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 18px;
}

.bz-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--bz-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.bz-qty button {
  width: 44px;
  height: 48px;
  background: var(--bz-soft);
  border: 0;
  cursor: pointer;
}

.bz-qty input {
  width: 48px;
  height: 48px;
  border: 0;
  text-align: center;
  font-weight: 600;
}

.bz-atc-btn {
  flex: 1;
  min-width: 180px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--bz);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(36, 90, 76, 0.22);
}

.bz-atc-btn:hover {
  background: var(--bz-hover);
}

.bz-atc-btn.is-oos {
  background: #b7b7b7;
  box-shadow: none;
  cursor: not-allowed;
}

#fixedBar.bz-fixed-bar {
  transform: none;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}

#fixedBar.bz-fixed-bar .bz-fixed-inner {
  width: min(100%, 80rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#fixedBar.bz-fixed-bar .bz-fixed-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#fixedBar.bz-fixed-bar img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 10px;
}

#fixedBar.bz-fixed-bar h2 {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
  margin: 0;
}

#fixedBar.bz-fixed-bar .bz-atc-btn {
  min-width: 0;
  flex: 0 0 auto;
  padding: 0 16px;
  font-size: 13px;
}

/* Catalog */
.bz-catalog-wrap {
  padding-top: 12px;
}

.bz-catalog-wrap #loadMoreBtn,
#loadMoreBtn {
  border-radius: 12px;
  min-width: 200px;
}

@media (min-width: 640px) {
  .bz-occasion-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .bz-split-inner {
    grid-template-columns: 1fr 1fr;
  }

  .bz-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .bz-occasion-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #productContainer.grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bz-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bz-commit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .bz-occasion-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .bz-split-card,
  .bz-split-card img {
    min-height: 280px;
  }

  .bz-stories-grid {
    grid-template-columns: 1.4fr 0.9fr;
    align-items: start;
  }

  .bz-commit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }

  #recentSection,
  section.py-10 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .bz-split {
    padding: 16px 12px 8px;
  }

  .bz-split-card,
  .bz-split-card img {
    min-height: 190px;
  }

  .bz-split-copy {
    padding: 16px 14px;
  }

  .bz-split-copy h3 {
    font-size: 1.15rem;
  }

  .bz-stories {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bz-stories-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .bz-stories-head h2,
  .bz-faq-intro h2,
  .bz-commit h2,
  .bz-deals-inner h2 {
    font-size: 1.45rem;
  }

  .bz-review-marquee {
    height: 360px;
  }

  .bz-faq {
    padding: 40px 16px;
  }

  .bz-faq-item button {
    font-size: 0.95rem;
    padding: 14px 14px;
  }

  .bz-commit {
    padding: 40px 0;
  }

  .bz-commit-card {
    padding: 22px 16px;
  }

  .bz-deals {
    padding: 48px 16px;
  }

  .bz-deals-inner {
    text-align: center;
    justify-content: center;
  }

  .bz-deals .bz-footer-form {
    width: 100%;
  }

  .bz-auth-card {
    padding: 26px 18px;
  }

  #fixedBar.bz-fixed-bar .bz-fixed-info p,
  #fixedBar.bz-fixed-bar del {
    display: none;
  }

  .group h3.font-semibold {
    font-size: 0.82rem;
  }

  button.topPickTab {
    font-size: 12px;
    padding: 8px 12px;
  }

  .bz-hscroll,
  .topPicksSlider.bz-hscroll,
  #recentProductsWrap,
  #premiumflowerWrapper,
  .tab-content .bz-hscroll {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }

  .topPicksSlider.bz-hscroll > .flex,
  #recentProducts,
  #premiumflower,
  .slider-track,
  .bz-hscroll > .flex {
    gap: 0 !important;
  }

  .bz-hscroll .group.flex-none,
  .topPicksSlider.bz-hscroll > .flex > .group,
  #recentProducts > .group,
  #premiumflower > .group,
  .slider-track > .group {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
}

@media (max-width: 639px) {
  .bz-celebrate-prev,
  .bz-cats-prev {
    left: 4px;
  }

  .bz-celebrate-next,
  .bz-cats-next {
    right: 4px;
  }
}

.bz-readmore-inner {
  color: #555;
  font-size: 14.5px;
  line-height: 1.8;
}

.bz-readmore:not(.is-open) .bz-readmore-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bz-readmore-btn {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #245a4c;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.bz-readmore-btn:hover {
  color: #1c463b;
  text-decoration: underline;
}

.bz-seo-tablist {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.bz-cat-intro {
  margin: 0 auto 28px;
  max-width: 100rem;
  padding: 0 1rem;
}

.bz-cat-intro h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.bz-filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 14px 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.bz-filter-toggle i {
  color: #245a4c;
}

@media (max-width: 1023px) {
  .bz-filter-toggle {
    display: flex;
  }

  .bz-filter-panel {
    display: none;
    width: 100%;
    margin-bottom: 8px;
  }

  .bz-filter-panel.is-open {
    display: block;
  }
}

@media (min-width: 1024px) {
  .bz-filter-toggle {
    display: none !important;
  }

  .bz-filter-panel {
    display: block !important;
  }
}

@media (max-width: 639px) {
  .bz-seo-tablist {
    gap: 16px 24px;
    margin-bottom: 24px;
  }
}

.bz-toc {
  background: #fff;
  border: 1px solid #d5e4de;
  border-radius: 12px;
  padding: 16px 18px 14px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.bz-toc-title {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #245a4c;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.bz-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bz-toc li {
  margin: 0;
}

.bz-toc a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  color: #1f2937;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.4;
  border-left: 2px solid transparent;
}

.bz-toc a:hover,
.bz-toc a.is-active {
  background: #fff;
  color: #245a4c;
  border-left-color: #245a4c;
  text-decoration: none;
}

.bz-toc-h3 a {
  padding-left: 18px;
  font-size: 0.82rem;
  color: #4b5563;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4 {
  scroll-margin-top: 120px;
}

.bz-related-card {
  width: calc(20% - 13px);
}

.bz-pdp-thumbs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dynamic-content img,
.dynamic-content video,
.dynamic-content iframe {
  max-width: 100%;
  height: auto;
}

.dynamic-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.dynamic-content pre {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 899px) {
  .bz-related-card {
    width: calc(33.333% - 11px);
  }
}

@media (max-width: 579px) {
  .bz-related-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .bz-related-card img {
    height: 220px;
  }

  #relatedSliderTrack {
    gap: 0 !important;
  }
}

@media (max-width: 767px) {
  .bz-pdp {
    margin-top: 1.25rem;
    gap: 1.25rem;
    padding-bottom: 110px;
  }

  .blog-img-hover img {
    height: 200px !important;
  }

  .bz-toc {
    max-height: none;
    margin-bottom: 8px;
  }

  .bz-blog-hero {
    height: 240px !important;
    min-height: 200px !important;
  }

  .bz-auth-card {
    margin: 0 12px;
  }

  #cart:not(.hidden) {
    width: 100%;
    max-width: 100%;
  }

  #fixedBar.bz-fixed-bar .bz-atc-btn {
    padding: 0 12px;
    font-size: 12px;
    min-width: 0;
  }

  .chat-widget-container {
    right: 12px !important;
    bottom: 16px !important;
    left: auto !important;
  }

  .chat-popup {
    width: min(300px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
  }

  .bz-footer-form {
    width: 100%;
  }

  .bz-atc-btn {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .bz-atc-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bz-qty {
    width: 100%;
    justify-content: space-between;
  }

  .bz-qty input {
    flex: 1;
  }

  .bz-atc-btn {
    width: 100%;
  }

  #addAddressModal .bg-white {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.bz-contact-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

@media (min-width: 1024px) {
  .bz-contact-row {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 22px;
  }
}

.bz-contact-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bz-contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bz-contact-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 12px;
  padding: 12px 14px;
  color: #111;
  min-height: 0;
  box-shadow: 0 6px 16px rgba(36, 90, 76, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a.bz-contact-card:hover {
  transform: translateY(-2px);
  border-color: var(--bz);
  box-shadow: 0 10px 20px rgba(36, 90, 76, 0.1);
}

.bz-contact-card h2 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--bz);
  margin: 0 0 2px;
}

.bz-contact-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #374151;
  word-break: break-word;
}

.bz-contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  background: var(--bz);
  flex-shrink: 0;
}

.bz-contact-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.bz-contact-map {
  min-height: 0;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--bz-line);
  background: #e5e7eb;
}

.bz-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.bz-quote-card {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 14px;
  padding: 18px 16px 18px;
  box-shadow: 0 8px 20px rgba(36, 90, 76, 0.05);
  overflow: visible;
}

.bz-quote-card h2 {
  color: var(--bz);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.bz-quote-card .bz-quote-sub {
  color: #6b7280;
  font-size: 0.8rem;
  margin: 0 0 14px;
}

.bz-quote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 640px) {
  .bz-quote-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.bz-quote-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bz-quote-field.bz-span-2 {
  grid-column: 1 / -1;
}

.bz-quote-field label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #374151;
}

.bz-quote-field > label span {
  color: #c24141;
}

.bz-quote-field input:not([type="checkbox"]):not([type="radio"]),
.bz-quote-field select,
.bz-quote-field textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.85rem;
  color: #1f2937;
  background: #fff;
  outline: none;
}

.bz-quote-field textarea {
  min-height: 72px;
  resize: vertical;
}

.bz-quote-field input:not([type="checkbox"]):not([type="radio"]):focus,
.bz-quote-field select:focus,
.bz-quote-field textarea:focus {
  border-color: var(--bz);
  box-shadow: 0 0 0 3px rgba(36, 90, 76, 0.12);
}

.bz-ms {
  position: relative;
}

.bz-ms-toggle {
  width: 100%;
  text-align: left;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: #6b7280;
  font-size: 0.85rem;
  cursor: pointer;
}

.bz-ms-toggle.has-value {
  color: #1f2937;
}

.bz-ms-panel {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid var(--bz-line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow: auto;
  padding: 6px;
  direction: ltr;
  text-align: left;
}

.bz-ms.open .bz-ms-panel {
  display: block;
}

.bz-ms-panel label {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 6px 8px;
  font-weight: 500;
  font-size: 0.82rem;
  cursor: pointer;
  border-radius: 8px;
  color: #1f2937;
  text-align: left;
}

.bz-ms-panel label span {
  flex: 1 1 auto;
  text-align: left;
  color: #111827 !important;
}

.bz-ms-panel input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  margin: 0;
  padding: 0;
  accent-color: var(--bz);
}

.bz-ms-panel label:hover {
  background: var(--bz-soft);
}

.bz-quote-submit {
  grid-column: 1 / -1;
  margin-top: 4px;
  width: 100%;
  background: var(--bz);
  color: #fff;
  border: 0;
  border-radius: 10px;
  min-height: 42px;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
}

.bz-quote-submit:hover {
  background: var(--bz-hover);
}
