/* Buzz Shopify UX Layer
   Uses WooCommerce selectors and a plugin-scoped body class to stay update-safe. */

.buzz-shopify-ux {
  --buzz-ux-bg: #ffffff;
  --buzz-ux-card: #ffffff;
  --buzz-ux-text: #111827;
  --buzz-ux-muted: #6b7280;
  --buzz-ux-border: #e5e7eb;
  --buzz-ux-brand: #111827;
  --buzz-ux-brand-soft: #f3f4f6;
  --buzz-ux-success: #0f766e;
  --buzz-ux-success-bg: #ecfdf5;
  --buzz-ux-info: #1d4ed8;
  --buzz-ux-info-bg: #eff6ff;
  --buzz-ux-error: #b42318;
  --buzz-ux-error-bg: #fff5f5;
  --buzz-ux-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
}

/* Keep Woo/user pages white and add breathing room around content */
.buzz-shopify-ux .site-main {
  background: #fff;
}

.buzz-shopify-ux.woocommerce-page #content.site-main {
  padding-top: 28px;
  padding-bottom: 44px;
}

/* Header basket badge */
.buzz-shopify-ux .elementor-button.buzz-basket-button {
  position: relative;
  overflow: visible;
}

.buzz-shopify-ux .elementor-button.buzz-basket-button .elementor-button-content-wrapper {
  position: relative;
  padding-right: 14px;
}

.buzz-shopify-ux .elementor-button.buzz-basket-button .buzz-cart-count-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  top: -5px;
  right: -6px;
  transform: none;
  min-width: 16px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.15);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}

/* Product page polish */
.buzz-shopify-ux.single-product .buzz-product-breadcrumb {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #6b7280;
}

.buzz-shopify-ux.single-product .buzz-product-breadcrumb-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 18px 0 8px;
}

.buzz-shopify-ux.single-product .buzz-product-breadcrumb a {
  color: #4b5563;
  text-decoration: none;
}

.buzz-shopify-ux.single-product .buzz-product-breadcrumb a:hover {
  text-decoration: underline;
}

.buzz-shopify-ux.single-product .buzz-product-breadcrumb .buzz-sep {
  opacity: 0.55;
  margin: 0 4px;
}

.buzz-shopify-ux.single-product .buzz-product-breadcrumb > span:last-child {
  font-weight: 600;
  color: #1f2937;
}

.buzz-shopify-ux.single-product a.add_to_cart_button.elementor-button,
.buzz-shopify-ux.single-product .single_add_to_cart_button.button {
  background: #f4c200;
  color: #111827;
}

.buzz-shopify-ux.single-product a.add_to_cart_button.elementor-button:hover,
.buzz-shopify-ux.single-product .single_add_to_cart_button.button:hover {
  background: #e2b600;
  color: #111827;
}

.buzz-shopify-ux.single-product .buzz-buy-now-button {
  margin-left: 8px;
  background: #1f4e9b !important;
  color: #fff !important;
  border-radius: 11px;
  padding: 11px 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.buzz-shopify-ux.single-product .buzz-buy-now-button:hover {
  background: #2d63ba !important;
  color: #fff !important;
}

.buzz-shopify-ux.single-product .buzz-single-product-purchase-panel {
  display: grid;
  gap: 12px;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__label {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__controls {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__button {
  width: 42px;
  height: 42px;
  border: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__button:hover {
  background: #eef2f7;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__input {
  width: 54px;
  height: 42px;
  border: 0;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  -moz-appearance: textfield;
}

.buzz-shopify-ux.single-product .buzz-single-product-qty__input::-webkit-outer-spin-button,
.buzz-shopify-ux.single-product .buzz-single-product-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buzz-shopify-ux.single-product .buzz-share-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.buzz-shopify-ux.single-product .elementor-element-3ab56d7 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 8px;
  row-gap: 4px;
}

.buzz-shopify-ux.single-product .elementor-element-3ab56d7 > .elementor-element {
  margin: 0;
}

.buzz-shopify-ux.single-product .elementor-element-3ab56d7 .elementor-element-2e205d2,
.buzz-shopify-ux.single-product .elementor-element-3ab56d7 .elementor-element-c6f79b5,
.buzz-shopify-ux.single-product .elementor-element-3ab56d7 .elementor-element-dd14013 {
  width: auto;
  flex: 0 0 auto;
}

.buzz-shopify-ux.single-product .elementor-element-3ab56d7 .buzz-share-box {
  flex: 0 0 100%;
  margin-top: 6px;
}

.buzz-shopify-ux.single-product .buzz-share-title {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.buzz-shopify-ux.single-product .buzz-share-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.buzz-shopify-ux.single-product .buzz-share-link {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  text-decoration: none;
  color: #374151;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.buzz-shopify-ux.single-product .buzz-share-link:hover {
  color: #111827;
  border-color: #9ca3af;
}

/* Google reviews carousel */
.buzz-shopify-ux .buzz-google-reviews {
  --buzz-google-card: #ffffff;
  --buzz-google-border: rgba(15, 23, 42, 0.1);
  --buzz-google-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  --buzz-google-star: #fbbc04;
  margin: 22px 0 36px;
  padding: 12px 14px;
  border: 1px solid var(--buzz-google-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfbfc 0%, #f3f5f7 100%);
  box-shadow: var(--buzz-google-shadow);
}

.buzz-shopify-ux .buzz-google-reviews--home {
  margin: 10px 0 28px;
}

.buzz-shopify-ux .buzz-google-reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.buzz-shopify-ux .buzz-google-reviews__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.buzz-shopify-ux .buzz-google-reviews__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.02em;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.buzz-shopify-ux .buzz-google-reviews__brand .g1 { color: #4285f4; }
.buzz-shopify-ux .buzz-google-reviews__brand .g2 { color: #ea4335; }
.buzz-shopify-ux .buzz-google-reviews__brand .g3 { color: #fbbc04; }
.buzz-shopify-ux .buzz-google-reviews__brand .g4 { color: #4285f4; }
.buzz-shopify-ux .buzz-google-reviews__brand .g5 { color: #34a853; }
.buzz-shopify-ux .buzz-google-reviews__brand .g6 { color: #ea4335; }

.buzz-shopify-ux .buzz-google-reviews__meta {
  display: grid;
  gap: 1px;
  color: #334155;
}

.buzz-shopify-ux .buzz-google-reviews__meta strong {
  font-size: 1.06rem;
  line-height: 1;
  color: #0f172a;
}

/* Shop + search archive cleanup */
.buzz-shopify-ux.woocommerce-shop .elementor-element-1f1382d > .e-con-inner,
.buzz-shopify-ux.search-results .elementor-element-1f1382d > .e-con-inner {
  display: grid;
  grid-template-columns: 1fr;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-ff24fea,
.buzz-shopify-ux.search-results .elementor-element-ff24fea {
  display: none !important;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-e9d6c63,
.buzz-shopify-ux.search-results .elementor-element-e9d6c63,
.buzz-shopify-ux.woocommerce-shop .elementor-element-e15ff52,
.buzz-shopify-ux.search-results .elementor-element-e15ff52 {
  width: 100%;
  max-width: 100%;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-3e51c5c,
.buzz-shopify-ux.search-results .elementor-element-3e51c5c {
  min-height: 360px;
  border-radius: 0 0 28px 28px;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-f5af5e9,
.buzz-shopify-ux.search-results .elementor-element-f5af5e9 {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-e7990fd .elementor-heading-title,
.buzz-shopify-ux.search-results .elementor-element-e7990fd .elementor-heading-title {
  color: #f4c200;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-85e0e5b .elementor-heading-title,
.buzz-shopify-ux.search-results .elementor-element-85e0e5b .elementor-heading-title {
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 38rem;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-f76a701 .elementor-heading-title,
.buzz-shopify-ux.search-results .elementor-element-f76a701 .elementor-heading-title {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: none;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-21c6a56 .elementor-heading-title,
.buzz-shopify-ux.search-results .elementor-element-21c6a56 .elementor-heading-title {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 44rem;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-da1507d,
.buzz-shopify-ux.search-results .elementor-element-da1507d {
  gap: 12px;
  flex-wrap: wrap;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-da1507d .elementor-button,
.buzz-shopify-ux.search-results .elementor-element-da1507d .elementor-button {
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-f3f2c68 .elementor-button,
.buzz-shopify-ux.search-results .elementor-element-f3f2c68 .elementor-button {
  background: #f4c200;
  color: #071e4d;
}

.buzz-shopify-ux.woocommerce-shop .elementor-element-07bd222 .elementor-button,
.buzz-shopify-ux.search-results .elementor-element-07bd222 .elementor-button {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.buzz-shopify-ux.woocommerce-shop .woocommerce.columns-3,
.buzz-shopify-ux.search-results .woocommerce.columns-3 {
  display: grid;
  gap: 22px;
}

.buzz-shopify-ux.woocommerce-shop .woocommerce .woocommerce-result-count,
.buzz-shopify-ux.search-results .woocommerce .woocommerce-result-count {
  margin: 0;
  color: #475569;
  font-weight: 600;
}

.buzz-shopify-ux.woocommerce-shop .woocommerce .woocommerce-ordering,
.buzz-shopify-ux.search-results .woocommerce .woocommerce-ordering {
  margin: 0 0 8px auto;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f3f6fb 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__intro {
  margin-bottom: 18px;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.1;
  color: #0f172a;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__intro p,
.buzz-shopify-ux.search-results .buzz-search-card p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__section + .buzz-search-secondary-results__section {
  margin-top: 26px;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__head h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1.15rem;
}

.buzz-shopify-ux.search-results .buzz-search-secondary-results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.buzz-shopify-ux.search-results .buzz-search-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.buzz-shopify-ux.search-results .buzz-search-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #dbe4f0;
}

.buzz-shopify-ux.search-results .buzz-search-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.search-results .buzz-search-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.buzz-shopify-ux.search-results .buzz-search-card__body h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.buzz-shopify-ux.search-results .buzz-search-card__body h4 a {
  color: #0f172a;
  text-decoration: none;
}

.buzz-shopify-ux.search-results .buzz-search-card__body h4 a:hover,
.buzz-shopify-ux.search-results .buzz-search-card__cta:hover {
  text-decoration: underline;
}

.buzz-shopify-ux.search-results .buzz-search-card__cta {
  color: #071e4d;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .buzz-shopify-ux.search-results .buzz-search-secondary-results__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux.woocommerce-shop .elementor-element-3e51c5c,
  .buzz-shopify-ux.search-results .elementor-element-3e51c5c {
    min-height: 0;
    border-radius: 0 0 22px 22px;
  }

  .buzz-shopify-ux.search-results .buzz-search-secondary-results,
  .buzz-shopify-ux.woocommerce-shop .elementor-element-e15ff52,
  .buzz-shopify-ux.search-results .elementor-element-e15ff52 {
    padding-left: 0;
    padding-right: 0;
  }

  .buzz-shopify-ux.search-results .buzz-search-card {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux.search-results .buzz-search-card__media {
    aspect-ratio: 16 / 10;
  }
}

/* Dedicated generic search page */
.buzz-shopify-ux.search-results .buzz-search-results-page {
  padding: 22px 0 56px;
}

.buzz-shopify-ux.search-results .buzz-search-results-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 28px;
  border-radius: 28px;
  padding: 38px;
  background: #09111f;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero__bg,
.buzz-shopify-ux.search-results .buzz-search-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero__overlay {
  background: linear-gradient(135deg, rgba(3, 7, 18, 0.82), rgba(9, 14, 28, 0.45));
}

.buzz-shopify-ux.search-results .buzz-search-page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}

.buzz-shopify-ux.search-results .buzz-search-page-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f4c200;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.buzz-shopify-ux.search-results .buzz-search-page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.buzz-shopify-ux.search-results .buzz-search-section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.buzz-shopify-ux.search-results .buzz-search-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.buzz-shopify-ux.search-results .buzz-search-section-head p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-section {
  margin-bottom: 32px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-grid .uc_post_grid_style_one_wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_post_grid_style_one_image-wrapper {
  padding: 14px 14px 0;
  background: transparent;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_post_image img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title a {
  color: #0f172a;
  text-decoration: none;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title a,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title a:visited,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title a:hover,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_title a:focus {
  color: #111111 !important;
  font-weight: 700 !important;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .uc_regular_price {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-card .ue_grid_item_bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons > a,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .uc-button-addcart,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .wss-fallback-addcart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(50% - 4px);
  min-height: 38px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .uc-button-addcart,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .wss-fallback-addcart {
  background: #f4c200;
  color: #071e4d;
}

.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .buzz-uc-buy-now,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .buzz-loop-buy-now,
.buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-buttons .uc_more_btn {
  background: #071e4d;
  color: #fff;
}

.buzz-shopify-ux.search-results .buzz-search-category-section,
.buzz-shopify-ux.search-results .buzz-search-blog-section,
.buzz-shopify-ux.search-results .buzz-search-empty {
  margin-top: 28px;
}

.buzz-shopify-ux.search-results .buzz-search-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.buzz-shopify-ux.search-results .buzz-search-category-card {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.buzz-shopify-ux.search-results .buzz-search-category-card__image,
.buzz-shopify-ux.search-results .buzz-search-category-card__overlay {
  position: absolute;
  inset: 0;
}

.buzz-shopify-ux.search-results .buzz-search-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.search-results .buzz-search-category-card__overlay {
  background: linear-gradient(180deg, rgba(7, 30, 77, 0.1), rgba(7, 30, 77, 0.78));
}

.buzz-shopify-ux.search-results .buzz-search-category-card__content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.buzz-shopify-ux.search-results .buzz-search-category-card__content strong {
  font-size: 1.15rem;
  line-height: 1.2;
}

.buzz-shopify-ux.search-results .buzz-search-category-card__content small {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.84);
}

.buzz-shopify-ux.search-results .buzz-search-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__image {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__body h3 a,
.buzz-shopify-ux.search-results .buzz-search-blog-card__cta {
  color: #0f172a;
  text-decoration: none;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__body p,
.buzz-shopify-ux.search-results .buzz-search-empty p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.buzz-shopify-ux.search-results .buzz-search-blog-card__cta {
  font-weight: 700;
}

.buzz-shopify-ux.search-results .buzz-search-empty {
  padding: 24px 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f3f6fb 100%);
}

@media (max-width: 1024px) {
  .buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-grid .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.search-results .buzz-search-category-grid,
  .buzz-shopify-ux.search-results .buzz-search-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux.search-results .buzz-search-page-hero {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .buzz-shopify-ux.search-results .buzz-search-results-shell {
    padding: 0 12px;
  }

  .buzz-shopify-ux.search-results .buzz-search-results-page .buzz-product-row-grid .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.search-results .buzz-search-category-grid,
  .buzz-shopify-ux.search-results .buzz-search-blog-grid {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux.search-results .buzz-search-blog-card {
    grid-template-columns: 1fr;
  }
}

.buzz-shopify-ux .buzz-google-reviews__meta-star {
  color: var(--buzz-google-star);
  font-size: 0.92em;
  vertical-align: 0.02em;
}

.buzz-shopify-ux .buzz-google-reviews__meta span {
  font-style: normal;
  font-size: 0.76rem;
}

.buzz-shopify-ux .buzz-google-reviews__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.buzz-shopify-ux .buzz-google-reviews__nav {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.buzz-shopify-ux .buzz-google-reviews__nav:hover {
  background: #eff6ff;
}

.buzz-shopify-ux .buzz-google-reviews__link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.buzz-shopify-ux .buzz-google-reviews__link:hover {
  background: #1d4ed8;
  color: #fff;
}

.buzz-shopify-ux .buzz-google-reviews__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.buzz-shopify-ux .buzz-google-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.buzz-shopify-ux .buzz-google-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px) / 3);
  gap: 10px;
}

.buzz-shopify-ux .buzz-google-review-card {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 10px 11px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: var(--buzz-google-card);
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.04);
  scroll-snap-align: start;
}

.buzz-shopify-ux .buzz-google-review-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.buzz-shopify-ux .buzz-google-review-card__avatar {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #e0f2fe);
  color: #0f172a;
  font-size: 0.74rem;
  font-weight: 700;
}

.buzz-shopify-ux .buzz-google-review-card__identity h3 {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.2;
  color: #0f172a;
}

.buzz-shopify-ux .buzz-google-review-card__identity p {
  margin: 1px 0 0;
  font-size: 0.72rem;
  color: #64748b;
}

.buzz-shopify-ux .buzz-google-review-card__stars {
  color: var(--buzz-google-star);
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  line-height: 1;
}

.buzz-shopify-ux .buzz-google-review-card__quote {
  margin: 0;
  color: #334155;
  font-size: 0.8rem;
  line-height: 1.34;
}

@media (max-width: 1024px) {
  .buzz-shopify-ux .buzz-google-reviews__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .buzz-shopify-ux .buzz-google-reviews__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux .buzz-google-reviews {
    margin-bottom: 28px;
    padding: 11px;
    border-radius: 14px;
  }

  .buzz-shopify-ux .buzz-google-reviews__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .buzz-shopify-ux .buzz-google-reviews__track {
    grid-auto-columns: minmax(220px, 84vw);
  }

  .buzz-shopify-ux .buzz-google-review-card {
    min-height: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .buzz-shopify-ux .buzz-google-reviews__track {
    grid-auto-columns: calc((100% - 10px) / 2);
  }
}

/* Notices: clean, modern, non-default WooCommerce bars */
.buzz-shopify-ux .woocommerce-notices-wrapper {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.buzz-shopify-ux .woocommerce-message,
.buzz-shopify-ux .woocommerce-info,
.buzz-shopify-ux .woocommerce-error,
.buzz-shopify-ux .woocommerce-notice,
.buzz-shopify-ux .woocommerce-notices-wrapper > * {
  position: relative;
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  box-shadow: var(--buzz-ux-shadow);
  background: var(--buzz-ux-card);
  color: var(--buzz-ux-text);
  padding: 14px 44px 14px 14px;
  margin: 0;
  list-style: none;
  line-height: 1.45;
}

.buzz-shopify-ux .woocommerce-message {
  border-color: #a7f3d0;
  background: linear-gradient(180deg, #f0fdf4, var(--buzz-ux-success-bg));
}

.buzz-shopify-ux .woocommerce-info {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #f8fbff, var(--buzz-ux-info-bg));
}

.buzz-shopify-ux .woocommerce-error {
  border-color: #fecaca;
  background: linear-gradient(180deg, #fffafa, var(--buzz-ux-error-bg));
}

.buzz-shopify-ux .woocommerce-message .button,
.buzz-shopify-ux .woocommerce-info .button,
.buzz-shopify-ux .woocommerce-error .button {
  float: none;
  margin-left: 8px;
}

.buzz-shopify-ux .buzz-notice-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  font-size: 15px;
  cursor: pointer;
}

.buzz-shopify-ux .buzz-notice-close:hover {
  background: rgba(17, 24, 39, 0.16);
}

/* My account shell */
.buzz-shopify-ux.woocommerce-account .entry-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.buzz-shopify-ux.woocommerce-account .woocommerce {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 18px;
  padding: 18px;
  background: var(--buzz-ux-card);
  box-shadow: var(--buzz-ux-shadow);
}

/* Login/register */
.buzz-shopify-ux .woocommerce form.login,
.buzz-shopify-ux .woocommerce form.register,
.buzz-shopify-ux .woocommerce form.lost_reset_password,
.buzz-shopify-ux .woocommerce-ResetPassword {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.buzz-shopify-ux .woocommerce .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.buzz-shopify-ux .woocommerce .u-column1,
.buzz-shopify-ux .woocommerce .u-column2 {
  margin: 0;
  float: none;
  width: 100%;
}

.buzz-shopify-ux .buzz-register-cta {
  margin: 14px 0 0;
  color: var(--buzz-ux-muted);
  font-size: 14px;
}

.buzz-shopify-ux .buzz-register-cta a {
  color: var(--buzz-ux-brand);
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux .buzz-register-cta a:hover {
  text-decoration: underline;
}

.buzz-shopify-ux .buzz-footer-payment-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.buzz-shopify-ux .buzz-pay-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background: transparent;
  border: 0;
}

.buzz-shopify-ux .buzz-pay-logo svg {
  display: block;
  height: 24px;
  width: auto;
}

.buzz-shopify-ux .buzz-pay-logo text {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.buzz-shopify-ux .buzz-pay-logo--visa text {
  fill: #1a1f71;
  font-style: italic;
}

.buzz-shopify-ux .buzz-pay-logo--mc circle:first-child {
  fill: #eb001b;
}

.buzz-shopify-ux .buzz-pay-logo--mc circle:last-child {
  fill: #f79e1b;
  opacity: 0.9;
}

.buzz-shopify-ux .buzz-pay-logo--amex text {
  fill: #117aca;
}

.buzz-shopify-ux .buzz-pay-logo--apple,
.buzz-shopify-ux .buzz-pay-logo--google {
  padding: 0 8px;
  border-radius: 8px;
}

.buzz-shopify-ux .buzz-pay-logo--apple {
  background: #000;
}

.buzz-shopify-ux .buzz-pay-logo--apple text {
  fill: #fff;
}

.buzz-shopify-ux .buzz-pay-logo--google {
  background: #fff;
  border: 1px solid #d1d5db;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b032 p,
.elementor-12122 .elementor-element.elementor-element-a1f0b042 p,
.elementor-12122 .elementor-element.elementor-element-a1f0b054 p {
  margin-bottom: 6px;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b042 .buzz-footer-copy--payments,
.elementor-12122 .elementor-element.elementor-element-a1f0b052 .buzz-footer-legal,
.elementor-12122 .elementor-element.elementor-element-a1f0b054 .buzz-footer-legal--links {
  font-size: 12px;
  line-height: 1.45;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b050 {
  align-items: flex-start;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b051,
.elementor-12122 .elementor-element.elementor-element-a1f0b053 {
  --width: 100%;
  width: 100%;
  max-width: 100%;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b053 {
  justify-content: flex-start;
  margin-top: -8px;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b054 {
  text-align: left;
}

.elementor-12122 .elementor-element.elementor-element-a1f0b054 .buzz-footer-legal--links a {
  color: #d8e1ef;
}

@media (max-width: 767px) {
  .elementor-12122 .elementor-element.elementor-element-a1f0b053 {
    margin-top: -4px;
  }
}

.buzz-shopify-ux .buzz-pay-logo--google text {
  fill: #202124;
}

/* Single product CTA, notices and merchandising rows */
.buzz-shopify-ux.single-product .buzz-single-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.buzz-shopify-ux.single-product .elementor-element-e78ea23 {
  display: none !important;
}

.buzz-shopify-ux.single-product .buzz-single-product-cta-row > a {
  flex: 1 1 0;
  margin: 0;
  min-width: 150px;
  text-align: center;
}

.buzz-shopify-ux.single-product .buzz-single-product-cta-row .add_to_cart_button,
.buzz-shopify-ux.single-product .buzz-single-product-cta-row .buzz-buy-now-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux.single-product .buzz-single-product-cta-row .added_to_cart,
.buzz-shopify-ux.single-product .elementor-widget-wc-add-to-cart .added_to_cart {
  display: none !important;
}

.buzz-shopify-ux.single-product .woocommerce-notices-wrapper {
  max-width: 980px;
  margin: 0 auto 20px;
}

.buzz-shopify-ux.single-product .woocommerce-message,
.buzz-shopify-ux.single-product .woocommerce-info,
.buzz-shopify-ux.single-product .woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 14px 52px 14px 18px;
}

.buzz-shopify-ux.single-product .woocommerce-message .button,
.buzz-shopify-ux.single-product .woocommerce-info .button,
.buzz-shopify-ux.single-product .woocommerce-error .button {
  margin: 0;
  order: -1;
  flex: 0 0 auto;
}

.buzz-shopify-ux.single-product .buzz-notice-close {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.buzz-shopify-ux.single-product .buzz-product-row-section {
  margin-top: 10px;
}

.buzz-shopify-ux.single-product .buzz-product-row-grid .uc_post_grid_style_one_wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-grid .uc_post_grid_style_one_wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buzz-shopify-ux.single-product .buzz-product-row-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_post_grid_style_one_image-wrapper {
  padding: 14px 14px 0;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_post_grid_style_one_image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: 10px;
  background: #fff;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_post_image img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .ue_category_wrapper {
  margin-bottom: 8px;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .ue_category_label {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1f4e9b;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_title a {
  color: #0f172a;
  text-decoration: none;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_title a:hover {
  color: #1f4e9b;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .ue_grid_item_bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.buzz-shopify-ux.single-product .buzz-product-row-card .uc_regular_price {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons > a {
  flex: 1 1 calc(50% - 5px);
  margin: 0;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons > a {
  flex-basis: 100%;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .buzz-uc-buy-now,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc_more_btn,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .wss-buy-now-btn,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .buzz-loop-buy-now,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons > a:not(.uc-button-addcart):not(.wss-fallback-addcart) {
  display: none !important;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart + .uc-button-addcart,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .wss-fallback-addcart + .wss-fallback-addcart,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons > a:not(:first-child):not(.buzz-share-link) {
  display: none !important;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc_more_btn,
.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc-button-addcart,
.buzz-shopify-ux.single-product .buzz-product-row-buttons .wss-fallback-addcart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc_more_btn {
  background: #1f4e9b;
  color: #fff;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc_more_btn:hover {
  background: #2d63ba;
  color: #fff;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc-button-addcart,
.buzz-shopify-ux.single-product .buzz-product-row-buttons .wss-fallback-addcart {
  background: #f4c200;
  color: #111827;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .wss-fallback-addcart {
  background: #111827;
  color: #fff;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .uc-button-addcart:hover,
.buzz-shopify-ux.single-product .buzz-product-row-buttons .wss-fallback-addcart:hover {
  background: #e2b600;
  color: #111827;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart:hover,
.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .wss-fallback-addcart:hover {
  background: #1f2937;
  color: #fff;
}

.buzz-shopify-ux.single-product .buzz-product-row-buttons .ue-inner-btn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 12px;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart {
  font-size: 0;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart > :not(.ue-inner-btn-wrapper) {
  display: none !important;
}

.buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-buttons .uc-button-addcart .ue-inner-btn-wrapper {
  font-size: 13px;
  line-height: 1;
}

.buzz-shopify-ux.single-product .related.products {
  display: none;
}

@media (max-width: 1024px) {
  .buzz-shopify-ux.single-product .buzz-product-row-grid .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-grid .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux.single-product .elementor.elementor-location-single .elementor-element-549b264 > .e-con-inner {
    display: flex;
    flex-direction: column;
  }

  .buzz-shopify-ux.single-product .elementor.elementor-location-single .elementor-element-4827f94 {
    order: 1;
  }

  .buzz-shopify-ux.single-product .elementor.elementor-location-single .elementor-element-5c71f96 {
    order: 2;
  }

  .buzz-shopify-ux.single-product .elementor.elementor-location-single .elementor-element-0672043 {
    order: 3;
  }

  .buzz-shopify-ux.single-product .buzz-single-product-cta-row > a,
  .buzz-shopify-ux.single-product .buzz-product-row-buttons > a {
    flex-basis: 100%;
  }

  .buzz-shopify-ux.single-product .buzz-product-row-grid .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.single-product .buzz-product-row-section--pairs .buzz-product-row-grid .uc_post_grid_style_one_wrap {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux.single-product .woocommerce-message,
  .buzz-shopify-ux.single-product .woocommerce-info,
  .buzz-shopify-ux.single-product .woocommerce-error {
    flex-direction: column;
    padding-right: 44px;
  }
}

.buzz-shopify-ux #buzz-register-form {
  margin-top: 12px;
}

.buzz-shopify-ux #buzz-register-form .form-row:last-child {
  margin-bottom: 0;
}

/* Predictive search dropdown */
.buzz-shopify-ux .buzz-ps-wrap {
  position: relative;
}

.buzz-shopify-ux .buzz-ps-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.14);
  overflow: hidden;
  max-height: min(70vh, 560px);
  overflow-y: auto;
}

.buzz-shopify-ux .buzz-ps-group-label {
  padding: 10px 12px 6px;
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buzz-shopify-ux .buzz-ps-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
  color: #111827;
}

.buzz-shopify-ux .buzz-ps-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.buzz-shopify-ux .buzz-ps-item:last-child {
  border-bottom: 0;
}

.buzz-shopify-ux .buzz-ps-item:hover {
  background: #f8fafc;
}

.buzz-shopify-ux .buzz-ps-thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  flex: 0 0 36px;
}

.buzz-shopify-ux .buzz-ps-title {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.buzz-shopify-ux .buzz-ps-price,
.buzz-shopify-ux .buzz-ps-meta {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.buzz-shopify-ux .buzz-ps-item--category .buzz-ps-copy {
  padding-left: 2px;
}

.buzz-shopify-ux .buzz-ps-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux .buzz-ps-footer:hover {
  background: #1f2937;
  color: #fff;
}

/* Category/shop archive: cleaner sidebar and product cards */
.buzz-shopify-ux.tax-product_cat .widget_product_categories,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories .widget-title,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories .widget-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories ul,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories ul li,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul li {
  margin: 0;
  padding: 0;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories ul li + li,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul li + li {
  border-top: 1px solid #f1f5f9;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories ul li a,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul li a {
  display: block;
  padding: 9px 2px;
  text-decoration: none;
  color: #1f2937;
  font-weight: 500;
}

.buzz-shopify-ux.tax-product_cat .widget_product_categories ul li.current-cat > a,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul li.current-cat > a,
.buzz-shopify-ux.tax-product_cat .widget_product_categories ul li a:hover,
.buzz-shopify-ux.post-type-archive-product .widget_product_categories ul li a:hover {
  color: #0f172a;
  font-weight: 700;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list .buzz-sidebar-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list li + li {
  border-top: 1px solid #f1f5f9;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list a {
  display: block;
  padding: 9px 2px;
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list li.is-current a,
.buzz-shopify-ux.tax-product_cat .buzz-sidebar-category-list a:hover {
  color: #0f172a;
  font-weight: 700;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget {
  margin-top: 14px;
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget .widget-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget .product-tag-cloud {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget .product-tag-cloud li {
  margin: 0;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget .product-tag-cloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  text-decoration: none;
  color: #1f2937;
  font-size: 12px;
  font-weight: 600;
}

.buzz-shopify-ux.tax-product_cat .buzz-shop-by-type-widget .product-tag-cloud a:hover {
  border-color: #9ca3af;
  color: #111827;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product,
.buzz-shopify-ux.post-type-archive-product ul.products li.product {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product:hover,
.buzz-shopify-ux.post-type-archive-product ul.products li.product:hover {
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.1);
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.1em;
  margin: 10px 0 8px;
  line-height: 1.3;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .button {
  border-radius: 10px;
  font-weight: 700;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .add_to_cart_button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .add_to_cart_button {
  background: #f4c200;
  color: #111827;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .add_to_cart_button:hover,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .add_to_cart_button:hover {
  background: #e2b600;
  color: #111827;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-buy-now,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-buy-now {
  margin-left: 8px;
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-buy-now:hover,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-buy-now:hover {
  background: #2d63ba !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .add_to_cart_button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .add_to_cart_button,
.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-buy-now,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  flex: 1 1 0;
  margin-top: 8px;
  width: calc(50% - 6px);
  float: none !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
  align-items: stretch;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row .button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row .button {
  width: 100% !important;
  margin: 0 !important;
  min-height: 34px !important;
  padding: 8px 6px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row .add_to_cart_button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row .add_to_cart_button {
  background: #f4c200 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row .add_to_cart_button:hover,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row .add_to_cart_button:hover {
  background: #e2b600 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row .buzz-loop-buy-now,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row .buzz-loop-buy-now {
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-cta-row .buzz-loop-buy-now:hover,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-cta-row .buzz-loop-buy-now:hover {
  background: #2d63ba !important;
  color: #fff !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product.buzz-card-has-heart .buzz-loop-cta-row,
.buzz-shopify-ux.post-type-archive-product ul.products li.product.buzz-card-has-heart .buzz-loop-cta-row {
  margin-bottom: 34px;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-heart-floating,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-heart-floating {
  position: absolute !important;
  right: 10px !important;
  bottom: 5px !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-decoration: none !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .add_to_cart_button:first-child:last-child,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .add_to_cart_button:first-child:last-child,
.buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-buy-now:first-child:last-child,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-buy-now:first-child:last-child {
  width: 100%;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .button,
.buzz-shopify-ux.tax-product_cat ul.products li.product a.button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product a.button {
  float: none !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .woocommerce-loop-product__link img,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woocommerce-loop-product__link img,
.buzz-shopify-ux.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
.buzz-shopify-ux.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff;
  padding: 6px;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .price,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .price {
  margin-top: auto;
}

/* Keep favourite heart, remove noisy quick-view/compare icons in loop cards */
.buzz-shopify-ux.tax-product_cat ul.products li.product .woosq-btn,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woosq-btn,
.buzz-shopify-ux.tax-product_cat ul.products li.product .woosc-btn,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woosc-btn,
.buzz-shopify-ux.tax-product_cat ul.products li.product .shopengine-quickview-trigger,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .shopengine-quickview-trigger,
.buzz-shopify-ux.tax-product_cat ul.products li.product .shopengine-compare,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .shopengine-compare,
.buzz-shopify-ux.tax-product_cat ul.products li.product .shopengine_comparison_add_to_list_action,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .shopengine_comparison_add_to_list_action,
.buzz-shopify-ux.tax-product_cat ul.products li.product .shopengine-comparison,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .shopengine-comparison,
.buzz-shopify-ux.tax-product_cat ul.products li.product .yith-wcqv-button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .yith-wcqv-button {
  display: none !important;
}

.buzz-shopify-ux.tax-product_cat ul.products li.product .woosw-btn,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .woosw-btn,
.buzz-shopify-ux.tax-product_cat ul.products li.product .tinvwl_add_to_wishlist_button,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .tinvwl_add_to_wishlist_button,
.buzz-shopify-ux.tax-product_cat ul.products li.product .yith-wcwl-add-to-wishlist a,
.buzz-shopify-ux.post-type-archive-product ul.products li.product .yith-wcwl-add-to-wishlist a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 8px;
}

/* Exact archive card selectors in use on Buzz: ucaddon_woocommerce_product_grid */
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper > a,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper > a,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper > button,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper > button,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button > a,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button > a,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button > button,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button > button {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 8px !important;
  font-size: 13px !important;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 10px;
  text-decoration: none !important;
  box-sizing: border-box;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart {
  background: #f4c200 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart:hover,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart:hover {
  background: #e2b600 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now {
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn:hover,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn:hover,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now:hover,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now:hover {
  background: #2d63ba !important;
  color: #fff !important;
}

/* Enforce consistent vertical rhythm in category/archive ucaddon cards. */
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image {
  min-height: 240px !important;
  height: 240px !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_content,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue_category_wrapper,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue_category_wrapper {
  min-height: 18px !important;
  margin-bottom: 6px !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_title,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_title {
  min-height: 2.8em !important;
  margin-bottom: 10px !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_title a,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue_grid_prices,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue_grid_prices,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_price,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_price {
  min-height: 28px !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue_grid_item_bottom,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue_grid_item_bottom {
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Remove compare/quick controls from ucaddon cards, keep wishlist/heart controls. */
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .woosc-btn,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .woosc-btn,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid [class*="compare-btn"],
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid [class*="compare-btn"],
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid [class*="quickview"],
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid [class*="quickview"],
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-compare,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-compare,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-compare-btn,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-compare-btn {
  display: none !important;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item [class*="compare"],
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item [class*="compare"],
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item [class*="quickview"],
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_item [class*="quickview"] {
  display: none !important;
}

/* Home: Exclusive Partner Offers product rows */
.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_item {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_image {
  min-height: 210px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 205px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .ue_grid_item_bottom {
  margin-top: auto;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 6px !important;
  border-radius: 10px;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart {
  background: #f4c200 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart:hover {
  background: #e2b600 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn {
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now:hover,
.buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn:hover {
  background: #2d63ba !important;
  color: #fff !important;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .buzz-partner-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .buzz-partner-carousel-controls button {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .buzz-partner-carousel-controls button:disabled {
  opacity: 0.45;
  cursor: default;
}

.buzz-shopify-ux.home .buzz-partner-offers-section .buzz-partner-page {
  font-size: 12px;
  color: #4b5563;
  min-width: 82px;
  text-align: center;
}

/* Home: Top Selling Products row */
.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_item {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_image {
  min-height: 210px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 205px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.home .buzz-top-selling-section .ue_grid_item_bottom {
  margin-top: auto;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 6px !important;
  border-radius: 10px;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart {
  background: #f4c200 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart:hover,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart:hover {
  background: #e2b600 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn {
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now:hover,
.buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn:hover,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now:hover,
.buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn:hover {
  background: #2d63ba !important;
  color: #fff !important;
}

.buzz-shopify-ux.home .buzz-top-selling-section .buzz-top-selling-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.buzz-shopify-ux.home .buzz-top-selling-section .buzz-top-selling-carousel-controls button {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.buzz-shopify-ux.home .buzz-top-selling-section .buzz-top-selling-carousel-controls button:disabled {
  opacity: 0.45;
  cursor: default;
}

.buzz-shopify-ux.home .buzz-top-selling-section .buzz-top-selling-page {
  font-size: 12px;
  color: #4b5563;
  min-width: 82px;
  text-align: center;
}

/* Games Workshop archive rebuild */
.buzz-shopify-ux.term-games-workshop .woocommerce-breadcrumb,
.buzz-shopify-ux.term-games-workshop .archive .woocommerce-products-header {
  display: none !important;
}

.buzz-shopify-ux.term-games-workshop .elementor-element-309e8c59,
.buzz-shopify-ux.term-games-workshop .elementor-element-2c834c1e,
.buzz-shopify-ux.term-games-workshop .elementor-element-33da7070,
.buzz-shopify-ux.term-games-workshop .elementor-element-2b621612,
.buzz-shopify-ux.term-games-workshop .elementor-element-443acc8d,
.buzz-shopify-ux.term-games-workshop .elementor-element-2c618657,
.buzz-shopify-ux.term-games-workshop .elementor-element-7028a985 {
  display: none !important;
}

.buzz-shopify-ux.term-games-workshop .elementor-element-463f47d9 > .e-con-inner,
.buzz-shopify-ux.term-games-workshop .elementor-element-2be437cd,
.buzz-shopify-ux.term-games-workshop .elementor-element-1b205a42 {
  gap: 0 !important;
}

.buzz-shopify-ux.term-games-workshop .elementor-element-1b205a42 {
  margin-top: 0 !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 28px clamp(16px, 3.8vw, 42px) 42px !important;
  background: #041127 !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(14, 165, 233, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(3, 10, 24, 0.44), rgba(4, 17, 39, 0.66));
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host > .e-con-inner,
.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host > .elementor-widget,
.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host > .elementor-element,
.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host > *:not(.buzz-gw-page-video-bg) {
  position: relative;
  z-index: 1;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host > .e-con-inner {
  width: min(100%, 1380px);
  margin-left: auto;
  margin-right: auto;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host .elementor-element-1b205a42,
.buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host .elementor-element-bcca628 {
  width: 100%;
  max-width: 1380px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(10, 29, 70, 0.92), rgba(14, 52, 121, 0.86));
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.22);
  isolation: isolate;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 42px;
  padding: 28px clamp(16px, 3.8vw, 42px) 42px;
  overflow: hidden;
  background: #041127;
  isolation: isolate;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(14, 165, 233, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(3, 10, 24, 0.52), rgba(4, 17, 39, 0.7));
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-shell > .buzz-gw-hub-shell,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-shell > .buzz-gw-latest-row {
  position: relative;
  z-index: 1;
  width: min(100%, 1380px);
  margin-left: auto;
  margin-right: auto;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-inner {
  position: relative;
  z-index: 1;
  padding: 34px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-intro h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-copy {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.04rem;
  line-height: 1.72;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-button-primary {
  background: #f4c200;
  color: #111827;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-groups {
  display: grid;
  gap: 24px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-group {
  padding: 18px;
  border-radius: 22px;
  background: rgba(8, 23, 58, 0.5);
  border: 1px solid rgba(191, 219, 254, 0.14);
  backdrop-filter: blur(7px);
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-group-head {
  margin-bottom: 16px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-hub-group-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: -0.03em;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-tiles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-tile {
  min-width: 0;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-tile a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 0;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-tile a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.18);
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-media {
  display: block;
  min-height: 132px;
  overflow: hidden;
  background: #dbeafe;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-media img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-content {
  display: block;
  padding: 8px 10px 12px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-category-title {
  display: block;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(238, 244, 255, 0.92));
  padding: 24px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-head {
  margin-bottom: 18px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row .buzz-gw-kicker {
  background: rgba(29, 78, 216, 0.08);
  border-color: rgba(29, 78, 216, 0.12);
  color: #1d4ed8;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-head h2 {
  margin: 0 0 8px;
  color: #071e4d;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.08;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-head p {
  margin: 0;
  color: #334155;
  max-width: 62ch;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: #fff;
  padding: 16px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-image img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-body h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.45;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-body h3 a {
  color: #0f172a;
  text-decoration: none;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-price {
  margin-bottom: 12px;
  color: #0f172a;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-btn-primary {
  background: #f4c200;
  color: #111827;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-latest-btn-secondary {
  background: #1f4e9b;
  color: #fff;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_wrap,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_item,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_item {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_image,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_image {
  min-height: 210px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_image img,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 205px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_content,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue_grid_item_bottom,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue_grid_item_bottom {
  margin-top: auto;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 6px !important;
  border-radius: 10px;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .uc-button-addcart,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .uc-button-addcart {
  background: #f4c200 !important;
  color: #111827 !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_button.buzz-uc-btn-row .uc_more_btn,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .buzz-uc-buy-now,
.buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .ue-inner-btn-wrapper.buzz-uc-btn-row .uc_more_btn {
  background: #1f4e9b !important;
  color: #fff !important;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .buzz-top-selling-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .buzz-top-selling-carousel-controls button {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .buzz-top-selling-carousel-controls button:disabled {
  opacity: 0.45;
  cursor: default;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .buzz-top-selling-page {
  font-size: 12px;
  color: #4b5563;
  min-width: 82px;
  text-align: center;
}

.buzz-shopify-ux.term-games-workshop .buzz-gw-seo-block {
  margin-top: 34px;
}

@media (max-width: 1279px) {
  .buzz-shopify-ux.term-games-workshop .buzz-gw-category-tiles {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host {
    padding: 20px 14px 28px !important;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-archive-shell {
    padding: 20px 14px 28px;
    margin-bottom: 28px;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-category-tiles,
  .buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-grid,
  .buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux.term-games-workshop .buzz-gw-page-video-host {
    padding: 14px 10px 22px !important;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-archive-shell {
    gap: 18px;
    padding: 14px 10px 22px;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-hub-inner {
    padding: 22px;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-hub-intro h1 {
    font-size: 2.4rem;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-category-tiles,
  .buzz-shopify-ux.term-games-workshop .buzz-gw-latest-row-grid,
  .buzz-shopify-ux.term-games-workshop .buzz-gw-archive-products .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.term-games-workshop .elementor-element-32daacfc .uc_post_grid_style_one_wrap {
    grid-template-columns: 1fr !important;
  }

  .buzz-shopify-ux.term-games-workshop .buzz-gw-category-media img {
    height: 180px;
  }
}

/* Product card images: prevent zoom/crop and keep full packshot visible */
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  min-height: 220px;
}

.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image img,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_image img,
.buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img,
.buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 210px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff;
}

/* Keep tall spray/aerosol packshots visually consistent with smaller pots/sets. */
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="Spray"],
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="spray"],
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="Aerosol"],
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="aerosol"],
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="Primer"],
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_image img[alt*="primer"],
.buzz-shopify-ux ul.products li.product img[alt*="Spray"],
.buzz-shopify-ux ul.products li.product img[alt*="spray"],
.buzz-shopify-ux ul.products li.product img[alt*="Aerosol"],
.buzz-shopify-ux ul.products li.product img[alt*="aerosol"],
.buzz-shopify-ux ul.products li.product img[alt*="Primer"],
.buzz-shopify-ux ul.products li.product img[alt*="primer"] {
  width: auto !important;
  height: auto !important;
  max-height: 168px !important;
  max-width: 72% !important;
  object-fit: contain !important;
}

/* Keep consistent spacing between product title and price across grid rows. */
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_title,
.buzz-shopify-ux ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 10px !important;
}

.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .ue_grid_prices,
.buzz-shopify-ux .elementor-widget-ucaddon_woocommerce_product_grid .uc_price,
.buzz-shopify-ux ul.products li.product .price {
  margin-bottom: 10px !important;
}

/* Forms */
.buzz-shopify-ux .woocommerce form .form-row label {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.buzz-shopify-ux .woocommerce form .input-text,
.buzz-shopify-ux .woocommerce form input[type="text"],
.buzz-shopify-ux .woocommerce form input[type="email"],
.buzz-shopify-ux .woocommerce form input[type="password"],
.buzz-shopify-ux .woocommerce form input[type="tel"],
.buzz-shopify-ux .woocommerce form select,
.buzz-shopify-ux .woocommerce form textarea {
  border-radius: 10px;
  border: 1px solid var(--buzz-ux-border);
  padding: 11px 12px;
  background: #fff;
}

.buzz-shopify-ux .woocommerce form .input-text:focus,
.buzz-shopify-ux .woocommerce form input:focus,
.buzz-shopify-ux .woocommerce form select:focus,
.buzz-shopify-ux .woocommerce form textarea:focus {
  outline: 0;
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

/* Buttons */
.buzz-shopify-ux .woocommerce .button,
.buzz-shopify-ux .woocommerce button.button,
.buzz-shopify-ux .woocommerce input.button,
.buzz-shopify-ux .woocommerce a.button,
.buzz-shopify-ux .woocommerce #respond input#submit {
  border: 0;
  border-radius: 11px;
  background: var(--buzz-ux-brand);
  color: #fff;
  font-weight: 700;
  padding: 11px 16px;
  line-height: 1.1;
}

.buzz-shopify-ux .woocommerce .button:hover,
.buzz-shopify-ux .woocommerce button.button:hover,
.buzz-shopify-ux .woocommerce input.button:hover,
.buzz-shopify-ux .woocommerce a.button:hover,
.buzz-shopify-ux .woocommerce #respond input#submit:hover {
  background: #0b1020;
  color: #fff;
}

/* Keep checkout CTA text white on hover in cart/checkout areas. */
.buzz-shopify-ux.woocommerce-cart a.checkout-button.button:hover,
.buzz-shopify-ux.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.buzz-shopify-ux.woocommerce-checkout a.checkout-button.button:hover,
.buzz-shopify-ux .wc-block-components-button:hover,
.buzz-shopify-ux .wc-block-cart__submit-button:hover,
.buzz-shopify-ux .wc-block-components-checkout-place-order-button:hover,
.buzz-shopify-ux .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
  color: #fff !important;
}

.buzz-shopify-ux .woocommerce .button.alt,
.buzz-shopify-ux .woocommerce button.button.alt,
.buzz-shopify-ux .woocommerce input.button.alt {
  background: #111827;
}

/* Header quick filters under search: reduce visual size by ~40% and keep compact. */
.buzz-shopify-ux .buzz-header-quick-filter {
  transform: none;
  margin-right: 0;
}

.buzz-shopify-ux .buzz-header-quick-filter .elementor-button-text {
  font-size: 13px !important;
  line-height: 1 !important;
}

.buzz-shopify-ux .buzz-header-quick-filter .elementor-button-content-wrapper {
  padding: 7px 10px !important;
}

.buzz-shopify-ux .elementor-element-272d3be {
  margin-top: -10px !important;
  gap: 4px !important;
}

.buzz-shopify-ux .elementor-element-272d3be > .elementor-element {
  margin: 0 !important;
}

.buzz-shopify-ux .elementor-element-0453f24 .elementor-widget-search {
  margin-bottom: 0 !important;
}

/* Sitewide trust strip below nav for non-home pages. */
.buzz-shopify-ux .buzz-trust-strip {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.buzz-shopify-ux .buzz-trust-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.buzz-shopify-ux .buzz-trust-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.buzz-shopify-ux .buzz-trust-card h3 {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.buzz-shopify-ux .buzz-trust-card p {
  margin: 0;
  font-size: 12px;
  color: #475569;
}

.buzz-shopify-ux .buzz-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f8f8f8;
  color: #071e4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
}

.buzz-shopify-ux .buzz-trust-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Mobile-only header rebuild: sticky top bar, compact search, brand carousel, drawer nav. */
@media (max-width: 767px) {
  .buzz-shopify-ux .buzz-trust-strip,
  .buzz-shopify-ux .buzz-trust-strip-inner,
  .buzz-shopify-ux .buzz-trust-card {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-9637 .elementor-element-7c7131b,
  .buzz-shopify-ux .elementor-9637 .elementor-element-7c7131b > .elementor-element,
  .buzz-shopify-ux .elementor-9637 .elementor-element-7c7131b .elementor-widget-icon-box {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-9637 .elementor-element-1815392,
  .buzz-shopify-ux .elementor-9637 .elementor-element-5ec46c0,
  .buzz-shopify-ux .elementor-9637 .elementor-element-ed2fa64,
  .buzz-shopify-ux .elementor-9637 .elementor-element-f0cb322,
  .buzz-shopify-ux .elementor-9637 .elementor-element-9cfd927,
  .buzz-shopify-ux .elementor-9637 .elementor-element-3ec4b2c,
  .buzz-shopify-ux .elementor-9637 .elementor-element-d758fc4,
  .buzz-shopify-ux .elementor-9637 .elementor-element-b2b0ca3 {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-9637 .elementor-element-851ef56 {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  .buzz-shopify-ux.home .elementor-9637 .elementor-element-fb6e3af,
  .buzz-shopify-ux.home .elementor-9637 .elementor-element-87e9864,
  .buzz-shopify-ux.home .elementor-9637 .elementor-element-2bc29e4 {
    margin-top: -14px !important;
    padding-top: 0 !important;
  }

  .buzz-shopify-ux.home .page-content,
  .buzz-shopify-ux.home #content.site-main,
  .buzz-shopify-ux.home .elementor.elementor-9637 {
    margin-top: -22px !important;
    padding-top: 0 !important;
  }

  .buzz-shopify-ux.home .elementor-9637 .elementor-element-2bc29e4 {
    background-image:
      linear-gradient(180deg, rgba(7, 30, 77, 0.18), rgba(7, 30, 77, 0.3)),
      url("/wp-content/uploads/2026/03/hiybhi7yh.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
  }

  .buzz-shopify-ux.home .elementor-9637 .elementor-element-2bc29e4 > .elementor-background-video-container {
    display: none !important;
  }

  html,
  body,
  body.buzz-mobile-header-active {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.buzz-mobile-header-active {
    overflow-x: hidden;
  }

  body.buzz-mobile-header-active .elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.1);
  }

  body.buzz-mobile-header-active .elementor-location-header > .elementor-element {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element-7b9a9db,
  .buzz-shopify-ux .elementor-location-header .elementor-element-f15f75f,
  .buzz-shopify-ux .elementor-location-header .elementor-element-2962dcb {
    display: none !important;
  }

  body.buzz-mobile-header-active .elementor-location-header > .buzz-mobile-header-shell {
    display: block !important;
  }

  body.buzz-mobile-header-active .buzz-trust-strip {
    display: none;
  }

  .buzz-shopify-ux .buzz-mobile-header-shell {
    display: none;
    background: linear-gradient(180deg, rgba(7, 30, 77, 0.04), rgba(7, 30, 77, 0)), #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-topbar {
    display: none;
  }

  .buzz-shopify-ux .buzz-mobile-mainbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
  }

  .buzz-shopify-ux .buzz-mobile-menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #0f172a;
    display: block;
  }

  .buzz-shopify-ux .buzz-mobile-logo-slot {
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto;
  }

  .buzz-shopify-ux .buzz-mobile-logo-slot a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 290px;
  }

  .buzz-shopify-ux .buzz-mobile-logo-slot img {
    width: auto;
    max-width: 100%;
    max-height: 92px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
  }

  .buzz-shopify-ux .buzz-mobile-logo-fallback {
    font-size: 18px;
    font-weight: 800;
    color: #071e4d;
    text-decoration: none;
  }

  .buzz-shopify-ux .buzz-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .buzz-shopify-ux .buzz-mobile-action {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-action svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .buzz-shopify-ux .buzz-mobile-basket-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f4c200;
    color: #111827;
    border: 1px solid rgba(17, 24, 39, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }

  .buzz-shopify-ux .buzz-mobile-searchbar {
    padding: 0 14px 4px;
  }

  .buzz-shopify-ux .buzz-mobile-search-form {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-search-icon {
    width: 18px;
    height: 18px;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .buzz-shopify-ux .buzz-mobile-search-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .buzz-shopify-ux .buzz-mobile-search-form .e-search-input {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    min-height: 22px;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: none !important;
  }

  .buzz-shopify-ux .buzz-mobile-search-form .e-search-input:focus {
    outline: 0;
  }

  .buzz-shopify-ux .buzz-mobile-search-form button {
    border: 0;
    border-radius: 10px;
    background: #071e4d;
    color: #fff;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .buzz-shopify-ux .buzz-mobile-search-form .buzz-ps-panel {
    top: calc(100% + 10px);
  }

  .buzz-shopify-ux .buzz-mobile-brandbar {
    display: flex;
    justify-content: center;
    padding: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }

  .buzz-shopify-ux .buzz-mobile-brand-carousel {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 0 14px 2px;
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .buzz-shopify-ux .buzz-mobile-brand-carousel::-webkit-scrollbar {
    display: none;
  }

  .buzz-shopify-ux .buzz-mobile-brand-carousel .buzz-brand-pill {
    min-width: 86px;
    max-width: 112px;
    height: 58px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
    scroll-snap-align: start;
  }

  .buzz-shopify-ux .buzz-mobile-brand-carousel .buzz-brand-pill img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .buzz-shopify-ux .buzz-mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(15, 23, 42, 0.42);
  }

  .buzz-shopify-ux .buzz-mobile-drawer-overlay[hidden] {
    display: none !important;
  }

  .buzz-shopify-ux .buzz-mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 340px);
    z-index: 1200;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 24px 0 44px rgba(2, 6, 23, 0.22);
    transform: translateX(-104%);
    transition: transform 0.22s ease;
    overflow-y: auto;
  }

  body.buzz-mobile-menu-open .buzz-mobile-drawer {
    transform: translateX(0);
  }

  .buzz-shopify-ux .buzz-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-drawer-head p {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
  }

  .buzz-shopify-ux .buzz-mobile-drawer-close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
  }

  .buzz-shopify-ux .buzz-mobile-drawer-nav {
    padding: 8px 0 18px;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list,
  .buzz-shopify-ux .buzz-mobile-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list > li {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .buzz-shopify-ux .buzz-mobile-menu-list a {
    display: block;
    padding: 14px 16px;
    color: #0f172a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list .buzz-mobile-submenu a {
    padding-left: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    background: rgba(248, 250, 252, 0.95);
  }

  .buzz-shopify-ux .buzz-mobile-menu-list li {
    position: relative;
  }

  .buzz-shopify-ux .buzz-mobile-subtoggle {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .buzz-shopify-ux .buzz-mobile-subtoggle svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: transform 0.18s ease;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list .buzz-mobile-submenu {
    display: none;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list li.is-open > .buzz-mobile-submenu {
    display: block;
  }

  .buzz-shopify-ux .buzz-mobile-menu-list li.is-open > .buzz-mobile-subtoggle svg {
    transform: rotate(180deg);
  }

  .buzz-shopify-ux.home .elementor-element-bbhome01 {
    display: none !important;
  }

  .buzz-shopify-ux.home .elementor-9637 .elementor-element.elementor-element-fb6e3af {
    padding-top: 0 !important;
    margin-top: -18px !important;
  }

  .buzz-shopify-ux.home .elementor-9637 .elementor-element.elementor-element-87e9864 {
    padding-top: 0 !important;
    margin-top: -12px !important;
  }

  .buzz-shopify-ux.tax-product_cat ul.products,
  .buzz-shopify-ux.post-type-archive-product ul.products,
  .buzz-shopify-ux.tax-product_cat ul.products.elementor-grid,
  .buzz-shopify-ux.post-type-archive-product ul.products.elementor-grid,
  .buzz-shopify-ux.tax-product_cat ul.products.columns-2,
  .buzz-shopify-ux.tax-product_cat ul.products.columns-3,
  .buzz-shopify-ux.tax-product_cat ul.products.columns-4,
  .buzz-shopify-ux.post-type-archive-product ul.products.columns-2,
  .buzz-shopify-ux.post-type-archive-product ul.products.columns-3,
  .buzz-shopify-ux.post-type-archive-product ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .buzz-shopify-ux.tax-product_cat ul.products li.product,
  .buzz-shopify-ux.post-type-archive-product ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
    clear: both !important;
  }

  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_wrap,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .buzz-shopify-ux #content,
  .buzz-shopify-ux .site-main,
  .buzz-shopify-ux .entry-content,
  .buzz-shopify-ux .elementor:not(.elementor-location-header),
  .buzz-shopify-ux .elementor-widget-container,
  .buzz-shopify-ux .woocommerce,
  .buzz-shopify-ux .woocommerce-page .woocommerce,
  .buzz-shopify-ux .woocommerce-account .woocommerce,
  .buzz-shopify-ux .woocommerce-cart .wc-block-cart,
  .buzz-shopify-ux .woocommerce-checkout .wc-block-checkout,
  .buzz-shopify-ux .woocommerce-MyAccount-content,
  .buzz-shopify-ux .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .buzz-shopify-ux .elementor:not(.elementor-location-header) .e-con,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) .e-con-inner,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) .elementor-element,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) .elementor-widget-wrap,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) .elementor-column,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) .elementor-container {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .buzz-shopify-ux .site-main,
  .buzz-shopify-ux #content.site-main,
  .buzz-shopify-ux .entry-content,
  .buzz-shopify-ux .woocommerce-page #content.site-main {
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .buzz-shopify-ux .woocommerce-account .woocommerce,
  .buzz-shopify-ux .woocommerce-cart .woocommerce,
  .buzz-shopify-ux .woocommerce-checkout .woocommerce,
  .buzz-shopify-ux .woocommerce-page .woocommerce {
    padding-left: 0;
    padding-right: 0;
  }

  .buzz-shopify-ux .woocommerce table.shop_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .buzz-shopify-ux .woocommerce table.shop_table th,
  .buzz-shopify-ux .woocommerce table.shop_table td {
    white-space: nowrap;
  }

  .buzz-shopify-ux .woocommerce form,
  .buzz-shopify-ux .woocommerce .u-columns,
  .buzz-shopify-ux .wp-block-woocommerce-cart,
  .buzz-shopify-ux .wp-block-woocommerce-checkout,
  .buzz-shopify-ux .wc-block-cart,
  .buzz-shopify-ux .wc-block-checkout,
  .buzz-shopify-ux .wc-block-components-main,
  .buzz-shopify-ux .wc-block-components-sidebar,
  .buzz-shopify-ux .wc-block-cart__main,
  .buzz-shopify-ux .wc-block-cart__sidebar,
  .buzz-shopify-ux .wc-block-checkout__main,
  .buzz-shopify-ux .wc-block-checkout__sidebar,
  .buzz-shopify-ux .woocommerce-page .entry-content > *,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) img,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) iframe,
  .buzz-shopify-ux .elementor:not(.elementor-location-header) video {
    max-width: 100%;
  }

  .buzz-shopify-ux .wp-block-woocommerce-cart,
  .buzz-shopify-ux .wp-block-woocommerce-checkout,
  .buzz-shopify-ux .wc-block-cart,
  .buzz-shopify-ux .wc-block-checkout,
  .buzz-shopify-ux .wc-block-components-main,
  .buzz-shopify-ux .wc-block-components-sidebar,
  .buzz-shopify-ux .wc-block-cart__main,
  .buzz-shopify-ux .wc-block-cart__sidebar,
  .buzz-shopify-ux .wc-block-checkout__main,
  .buzz-shopify-ux .wc-block-checkout__sidebar {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
  }

  .buzz-shopify-ux .wp-block-woocommerce-cart.alignwide,
  .buzz-shopify-ux .wp-block-woocommerce-checkout.alignwide,
  .buzz-shopify-ux .wp-block-woocommerce-cart.alignfull,
  .buzz-shopify-ux .wp-block-woocommerce-checkout.alignfull {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-default img,
.buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-hover img {
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain;
}

.buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-default a,
.buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-hover a {
  display: inline-flex;
  align-items: center;
}

/* Account dashboard nav */
.buzz-shopify-ux .woocommerce-MyAccount-navigation ul {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  background: #fff;
  padding: 8px;
  margin: 0;
}

.buzz-shopify-ux .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin: 0;
}

.buzz-shopify-ux .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
}

.buzz-shopify-ux .woocommerce-MyAccount-navigation ul li.is-active a,
.buzz-shopify-ux .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--buzz-ux-brand-soft);
}

.buzz-shopify-ux .woocommerce-MyAccount-content {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 14px;
  padding: 16px;
  background: #fff;
}

/* Orders table */
.buzz-shopify-ux .woocommerce table.shop_table {
  border: 1px solid var(--buzz-ux-border);
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}

.buzz-shopify-ux .woocommerce table.shop_table th,
.buzz-shopify-ux .woocommerce table.shop_table td {
  border-color: var(--buzz-ux-border);
  padding: 12px;
}

.buzz-shopify-ux .woocommerce table.shop_table thead th {
  background: #f8fafc;
  color: #111827;
}

/* Mobile */
@media (max-width: 880px) {
  .buzz-shopify-ux .woocommerce .u-columns {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux .woocommerce {
    padding: 14px;
  }

  .buzz-shopify-ux.woocommerce-page #content.site-main {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .buzz-shopify-ux .elementor-button.buzz-basket-button .buzz-cart-count-badge {
    top: -4px;
    right: -4px;
  }

  .buzz-shopify-ux .buzz-header-quick-filter {
    transform: none;
    margin-right: 0;
  }

  .buzz-shopify-ux .buzz-trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buzz-shopify-ux.single-product .buzz-product-breadcrumb-wrap {
    padding: 10px 14px 0 6px;
  }

  .buzz-shopify-ux.tax-product_cat ul.products li.product .add_to_cart_button,
  .buzz-shopify-ux.post-type-archive-product ul.products li.product .add_to_cart_button,
  .buzz-shopify-ux.tax-product_cat ul.products li.product .buzz-loop-buy-now,
  .buzz-shopify-ux.post-type-archive-product ul.products li.product .buzz-loop-buy-now {
    width: 100%;
    margin: 6px 0 0;
  }

  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .ue-inner-btn-wrapper,
  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc_post_grid_style_one_button {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .uc-button-addcart,
  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .wss-buy-now-btn,
  .buzz-shopify-ux.tax-product_cat .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now,
  .buzz-shopify-ux.post-type-archive-product .elementor-widget-ucaddon_woocommerce_product_grid .buzz-uc-buy-now {
    flex: 1 1 100%;
    width: 100%;
  }

  .buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .buzz-shopify-ux .buzz-header-quick-filter {
    transform: none;
    margin-right: 0;
  }

  .buzz-shopify-ux .buzz-header-quick-filter .elementor-button-text {
    font-size: 13px !important;
  }

  .buzz-shopify-ux .buzz-trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_wrap {
    grid-template-columns: 1fr !important;
  }

  .buzz-shopify-ux.home .buzz-partner-offers-section .uc_post_grid_style_one_button.buzz-uc-btn-row {
    grid-template-columns: 1fr;
  }

  .buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_wrap {
    grid-template-columns: 1fr !important;
  }

  .buzz-shopify-ux.home .buzz-top-selling-section .uc_post_grid_style_one_button.buzz-uc-btn-row,
  .buzz-shopify-ux.home .buzz-top-selling-section .ue-inner-btn-wrapper.buzz-uc-btn-row {
    grid-template-columns: 1fr;
  }
}

/* Mega menu rendering guardrails (full-width, visible in viewport, solid background) */
.buzz-shopify-ux #ekit-megamenu-menu {
  position: relative;
}

.buzz-shopify-ux #ekit-megamenu-menu,
.buzz-shopify-ux #ekit-megamenu-menu .elementskit-menu-container,
.buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav {
  overflow: visible !important;
}

.buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav,
.buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has {
  position: static;
}

.buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-megamenu-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: min(1320px, calc(100vw - 24px));
  z-index: 1200;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.18);
  overflow: hidden;
  margin-top: 0;
}

.buzz-shopify-ux #ekit-megamenu-menu .elementskit-megamenu-panel .elementor {
  background: #ffffff;
}

.buzz-shopify-ux #ekit-megamenu-menu .elementskit-megamenu-panel img {
  background: #ffffff;
}

/* Hide the empty original blue nav strip when ElementsKit outputs no menu items */
.buzz-shopify-ux.tax-product_cat .elementor-location-header .elementor-element-2817b4b .ekit-wid-con:empty {
  display: none !important;
}

/* Keep desktop megamenu open while moving cursor into panel and normalize chevrons */
@media (min-width: 1025px) {
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-nav-fallback {
    width: 100%;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.7vw, 28px);
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item {
    position: relative;
    margin: 0;
    padding: 0;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-link {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item.menu-item-has-children > .buzz-desktop-menu-link::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 7px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    opacity: 0.95;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item.current-menu-item > .buzz-desktop-menu-link,
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item:hover > .buzz-desktop-menu-link,
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item:focus-within > .buzz-desktop-menu-link {
    color: #fff;
    opacity: 0.92;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
    max-width: min(92vw, 360px);
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.16);
    display: none;
    z-index: 1300;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item:hover > .buzz-desktop-submenu,
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-menu-item:focus-within > .buzz-desktop-submenu {
    display: block;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu-item {
    margin: 0;
    padding: 0;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu-link {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
  }

  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu-item.current-menu-item > .buzz-desktop-submenu-link,
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu-link:hover,
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-submenu-link:focus {
    background: #f8fafc;
    color: #0f172a;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-megamenu-panel:empty {
    display: none !important;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-dropdown.elementskit-submenu-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    max-width: min(92vw, 420px);
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.16);
    display: none !important;
    z-index: 1300;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.buzz-has-mega > .elementskit-dropdown.elementskit-submenu-panel {
    display: none !important;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.buzz-no-mega > .elementskit-megamenu-panel {
    display: none !important;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has:hover > .elementskit-dropdown.elementskit-submenu-panel,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has:focus-within > .elementskit-dropdown.elementskit-submenu-panel,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-dropdown.elementskit-submenu-panel:hover,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.elementskit-open > .elementskit-dropdown.elementskit-submenu-panel,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.elementskit-dropdown-open > .elementskit-dropdown.elementskit-submenu-panel {
    display: block !important;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-dropdown.elementskit-submenu-panel > li > a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    white-space: nowrap;
    color: #0f172a;
    text-decoration: none;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-dropdown.elementskit-submenu-panel > li > a:hover,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-dropdown.elementskit-submenu-panel > li > a:focus {
    background: #f8fafc;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children {
    position: relative;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    max-width: min(92vw, 420px);
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.16);
    display: none;
    z-index: 1300;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children:hover > .sub-menu,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children > .sub-menu > li {
    margin: 0;
    padding: 0;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: #0f172a;
    text-decoration: none;
    white-space: nowrap;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li.menu-item-has-children > .sub-menu > li > a:focus {
    background: #f8fafc;
    color: #0f172a;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has > .elementskit-megamenu-panel:not(:empty) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has:hover > .elementskit-megamenu-panel:not(:empty),
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has:focus-within > .elementskit-megamenu-panel:not(:empty),
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.elementskit-dropdown-open > .elementskit-megamenu-panel:not(:empty),
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-dropdown-has.elementskit-open > .elementskit-megamenu-panel:not(:empty) {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator,
  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li > a .ekit-submenu-indicator-icon {
    color: #fff !important;
    fill: #fff !important;
  }

  .buzz-shopify-ux #ekit-megamenu-menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator path {
    fill: currentColor !important;
  }
}

@media (max-width: 1024px) {
  .buzz-shopify-ux .elementor-location-header .buzz-desktop-nav-fallback {
    display: none;
  }
}

@media (max-width: 767px) {
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-b654652 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-b654652 > .e-con-inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 10px;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-b654652 > .e-con-inner > .elementor-element {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    align-self: center !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-d4a7ccd {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 44px !important;
    max-width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    justify-self: start !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-d4a7ccd .elementor-menu-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.08);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-d4a7ccd .elementor-menu-toggle svg {
    fill: #0f172a !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-default,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-16c10ca .logo-hover {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobilelogo01 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobilelogo01 .elementor-widget-container {
    width: 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobilelogo01 img {
    width: 100% !important;
    max-width: 230px !important;
    height: auto !important;
    object-fit: contain;
    display: block !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button {
    width: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border-radius: 14px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.08);
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button-text {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button-icon {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button-icon svg,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-af189b0 .elementor-button-icon i {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex: 0 0 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .elementor-widget-search,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-form,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-input-wrapper {
    width: 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-input-wrapper {
    position: relative !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-input {
    min-height: 46px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08) !important;
    font-size: 14px !important;
    padding-left: 40px !important;
    padding-right: 14px !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-label {
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
    width: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-label svg,
  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-label i {
    width: 16px !important;
    height: 16px !important;
    fill: #64748b !important;
    color: #64748b !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-0453f24 .e-search-submit {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-272d3be {
    display: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobbrand01 {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobbrand01 .buzz-mobile-brand-row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100% !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobbrand01 .buzz-mobile-brand-row a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.05);
    text-decoration: none !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-mobbrand01 .buzz-mobile-brand-row img {
    width: 100% !important;
    max-width: 62px !important;
    max-height: 28px !important;
    height: 100% !important;
    object-fit: contain;
    display: block !important;
  }

  .buzz-shopify-ux .elementor-location-header .elementor-element.elementor-element-d4a7ccd .elementor-nav-menu--dropdown {
    margin-top: 14px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.16) !important;
    overflow: hidden;
  }
}
