/*
Theme Name: Bubblez
Theme URI: https://bubblez.co.za/
Description: A bright, playful WooCommerce child theme created for Bubblez Durban.
Author: Bubblez
Template: storefront
Version: 1.3.1
Text Domain: bubblez
*/

:root {
  --bubblez-navy: #07145b;
  --bubblez-deep: #02083b;
  --bubblez-pink: #f31184;
  --bubblez-purple: #7228ce;
  --bubblez-blue: #00a8ef;
  --bubblez-lime: #79cf19;
  --bubblez-yellow: #ffd31c;
  --bubblez-ink: #17152d;
  --bubblez-paper: #fff8fd;
  --bubblez-radius: 24px;
  --bubblez-shadow: 0 18px 45px rgba(7, 20, 91, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--bubblez-ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  display: none;
}

a { color: var(--bubblez-purple); }
a:hover { color: var(--bubblez-pink); }

.screen-reader-text,
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.skip-link:focus {
  background: #fff;
  clip: auto;
  height: auto;
  left: 12px;
  padding: 12px 18px;
  top: 12px;
  width: auto;
  z-index: 99999;
}

.bubblez-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.bubblez-announcement {
  background: var(--bubblez-navy);
  border-bottom: 4px solid var(--bubblez-pink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 10px 0;
  text-align: center;
}

.bubblez-announcement a { color: #fff; text-decoration: none; }
.bubblez-announcement span { margin: 0 8px; opacity: .65; }

.bubblez-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(114, 40, 206, .12);
  box-shadow: 0 8px 30px rgba(7, 20, 91, .08);
  position: relative;
  z-index: 50;
}

.bubblez-header-main {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 230px 1fr auto;
  min-height: 112px;
}

.bubblez-brand img {
  display: block;
  height: auto;
  max-height: 82px;
  max-width: 220px;
  width: auto;
}

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

.bubblez-nav a,
.bubblez-account {
  color: var(--bubblez-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.bubblez-nav a:hover,
.bubblez-nav .current-menu-item > a { color: var(--bubblez-pink); }

.bubblez-nav-item { position: relative; }
.bubblez-nav-item > a { align-items: center; display: inline-flex; gap: 5px; padding: 18px 0; }
.bubblez-menu-icon { display: inline-block; font-size: 15px; line-height: 1; margin-right: 2px; }
.bubblez-nav-arrow { color: var(--bubblez-pink); font-size: 11px; }
.bubblez-submenu {
  background: #fff;
  border: 1px solid #eee5f7;
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(7, 20, 91, .18);
  display: none;
  left: 50%;
  min-width: 245px;
  padding: 10px;
  position: absolute;
  top: calc(100% - 5px);
  transform: translateX(-50%);
  z-index: 80;
}
.bubblez-submenu a { border-radius: 10px; display: block; font-size: 13px; padding: 9px 11px; }
.bubblez-submenu a:hover { background: #fff5fb; }
.bubblez-nav-item:hover .bubblez-submenu,
.bubblez-nav-item:focus-within .bubblez-submenu { display: block; }

.bubblez-actions { align-items: center; display: flex; gap: 10px; }

.bubblez-account,
.bubblez-cart {
  align-items: center;
  border: 2px solid #ebe3f5;
  border-radius: 999px;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  padding: 0 14px;
  text-decoration: none;
}

.bubblez-account { gap: 7px; }
.bubblez-account:hover { border-color: var(--bubblez-pink); color: var(--bubblez-pink); }
.bubblez-account-icon { font-size: 18px; line-height: 1; }
.bubblez-account-label { white-space: nowrap; }

.bubblez-cart {
  background: var(--bubblez-navy);
  border-color: var(--bubblez-navy);
  color: #fff;
  font-weight: 900;
  gap: 8px;
}

.bubblez-cart:hover { background: var(--bubblez-pink); color: #fff; }

.bubblez-mobile-nav { display: none; }
.bubblez-mobile-actions { display: none; }
.bubblez-mobile-nav summary {
  list-style: none;
}
.bubblez-mobile-nav summary::-webkit-details-marker { display: none; }

.bubblez-hero {
  background: var(--bubblez-navy);
  color: #fff;
  overflow: hidden;
  padding: 72px 0 62px;
  position: relative;
}

.bubblez-hero::after {
  background: radial-gradient(circle at 82% 15%, rgba(243,17,132,.18), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bubblez-hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(320px, .8fr) minmax(460px, 1.2fr);
  position: relative;
  z-index: 1;
}

.bubblez-eyebrow {
  align-items: center;
  color: var(--bubblez-yellow);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: .12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.bubblez-eyebrow::before {
  background: var(--bubblez-pink);
  border-radius: 50%;
  box-shadow: 20px 0 0 var(--bubblez-blue), 40px 0 0 var(--bubblez-lime);
  content: "";
  height: 8px;
  margin-right: 40px;
  width: 8px;
}

.bubblez-hero h1 {
  color: #fff;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 1000;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 0;
  text-shadow: 0 8px 0 rgba(0, 0, 0, .18);
}

.bubblez-hero h1 span {
  background: linear-gradient(90deg, #ff41ad, #ffd31c, #70df19, #18c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.bubblez-hero-copy {
  color: rgba(255, 255, 255, .85);
  font-size: 20px;
  line-height: 1.6;
  margin: 24px 0 30px;
  max-width: 610px;
}

.bubblez-buttons { display: flex; flex-wrap: wrap; gap: 14px; }

.bubblez-button--beauty {
  background: var(--bubblez-purple);
}

.bubblez-button--beauty:hover {
  background: var(--bubblez-blue);
}

.bubblez-button,
body .button,
body button,
body input[type="button"],
body input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--bubblez-pink);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 16px 24px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bubblez-button:hover,
body .button:hover,
body button:hover,
body input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--bubblez-purple);
  box-shadow: 0 10px 24px rgba(114, 40, 206, .26);
  color: #fff;
  transform: translateY(-2px);
}

.bubblez-button--light { background: #fff; color: var(--bubblez-navy); }
.bubblez-button--light:hover { background: var(--bubblez-yellow); color: var(--bubblez-navy); }

.bubblez-hero-art {
  background: #05124e;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
  overflow: hidden;
  position: relative;
}

.bubblez-hero-art::before {
  display: none;
}

.bubblez-hero-art img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: auto;
  width: 100%;
}

.bubblez-perks {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--bubblez-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: -28px auto 0;
  max-width: 1160px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.bubblez-perk {
  align-items: center;
  border-right: 1px solid #eee5f7;
  display: flex;
  gap: 12px;
  padding: 21px 24px;
}

.bubblez-perk:last-child { border-right: 0; }
.bubblez-perk-icon { font-size: 28px; }
.bubblez-perk strong { color: var(--bubblez-navy); display: block; font-size: 15px; }
.bubblez-perk small { color: #6d6780; }

.bubblez-promo {
  align-items: center;
  background: #fff;
  border: 2px solid #eee5f7;
  border-radius: 28px;
  box-shadow: var(--bubblez-shadow);
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto;
  margin: -34px auto 0;
  padding: 30px 36px;
  position: relative;
  z-index: 3;
}
.bubblez-promo-label { color: var(--bubblez-pink); font-size: 12px; font-weight: 1000; letter-spacing: .14em; margin: 0 0 7px; text-transform: uppercase; }
.bubblez-promo h2 { color: var(--bubblez-navy); font-size: clamp(25px, 3vw, 38px); line-height: 1.05; margin: 0 0 9px; }
.bubblez-promo p:not(.bubblez-promo-label) { color: #625b76; margin: 0; }
.bubblez-promo-links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.bubblez-promo-links a { background: var(--bubblez-navy); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 900; padding: 12px 17px; text-decoration: none; }
.bubblez-promo-links a:nth-child(2) { background: var(--bubblez-purple); }
.bubblez-promo-links a:nth-child(3) { background: var(--bubblez-pink); }
.bubblez-promo-links a:hover { background: var(--bubblez-yellow); color: var(--bubblez-navy); }

.bubblez-section { padding: 78px 0; }
.bubblez-section--soft { background: #fff5fb; }

.bubblez-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.bubblez-section-head h2,
.bubblez-story h2,
.bubblez-visit h2 {
  color: var(--bubblez-navy);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 1000;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0;
}

.bubblez-section-head p { color: #6d6780; margin: 10px 0 0; }

.bubblez-text-link { color: var(--bubblez-pink); font-weight: 900; text-decoration: none; }

.bubblez-categories {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.bubblez-category {
  background: #fff;
  border: 2px solid transparent;
  border-radius: var(--bubblez-radius);
  box-shadow: 0 12px 30px rgba(7, 20, 91, .08);
  color: var(--bubblez-navy);
  min-height: 170px;
  padding: 24px 14px;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bubblez-category-main { color: var(--bubblez-navy); display: block; text-decoration: none; }

.bubblez-category:hover {
  border-color: var(--category-colour, var(--bubblez-pink));
  box-shadow: 0 16px 32px rgba(7, 20, 91, .14);
  color: var(--bubblez-navy);
  transform: translateY(-6px) rotate(-1deg);
}

.bubblez-category-icon {
  align-items: center;
  background: var(--category-colour, var(--bubblez-pink));
  border-radius: 50%;
  box-shadow: inset 0 -8px 0 rgba(0,0,0,.1);
  display: inline-flex;
  font-size: 39px;
  height: 82px;
  justify-content: center;
  margin-bottom: 16px;
  width: 82px;
}

.bubblez-category strong { display: block; font-size: 17px; }
.bubblez-category small { color: #746d86; display: block; font-size: 12px; margin-top: 5px; }
.bubblez-category-subcats { border-top: 1px solid #eee5f7; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 14px; padding-top: 13px; }
.bubblez-category-subcats a { background: #fff5fb; border-radius: 999px; color: var(--bubblez-purple); font-size: 11px; font-weight: 800; padding: 6px 9px; text-decoration: none; }
.bubblez-category-subcats a:hover { background: var(--category-colour); color: #fff; }

.bubblez-archive-subcategories {
  background: #fff5fb;
  border: 1px solid #f0dff0;
  border-radius: 24px;
  margin: 8px 0 34px;
  padding: 24px;
}
.bubblez-archive-subcategories h2 { color: var(--bubblez-navy); font-size: 25px; margin: 0 0 18px; }
.bubblez-archive-subcategory-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bubblez-archive-subcategory-grid a {
  background: #fff;
  border: 1px solid #eadff3;
  border-radius: 16px;
  color: var(--bubblez-navy);
  display: block;
  padding: 16px;
  text-decoration: none;
}
.bubblez-archive-subcategory-grid a:hover { border-color: var(--bubblez-pink); box-shadow: 0 10px 22px rgba(7,20,91,.10); }
.bubblez-archive-subcategory-grid strong { display: block; font-size: 14px; }
.bubblez-archive-subcategory-grid span { color: var(--bubblez-pink); display: block; font-size: 12px; font-weight: 800; margin-top: 6px; }

.bubblez-contact-intro { color: #625b76; font-size: 18px; max-width: 760px; }
.bubblez-contact-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 32px 0; }
.bubblez-contact-card {
  background: #fff5fb;
  border: 1px solid #eedff3;
  border-radius: 22px;
  color: var(--bubblez-navy);
  display: block;
  padding: 26px;
  text-decoration: none;
}
.bubblez-contact-card:hover { border-color: var(--bubblez-pink); box-shadow: var(--bubblez-shadow); color: var(--bubblez-navy); }
.bubblez-contact-icon { display: block; font-size: 38px; margin-bottom: 12px; }
.bubblez-contact-card strong { display: block; font-size: 19px; margin-bottom: 7px; }
.bubblez-contact-card span:last-child { color: #625b76; }
.bubblez-contact-note { background: var(--bubblez-navy); border-radius: 22px; color: #fff; margin-top: 28px; padding: 26px; }
.bubblez-contact-note h2 { color: #fff; margin-top: 0; }

.bubblez-beauty-strip {
  align-items: center;
  background: var(--bubblez-purple);
  border-radius: 28px;
  box-shadow: var(--bubblez-shadow);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  margin-top: 44px;
  overflow: hidden;
  padding: 30px 34px;
  position: relative;
}

.bubblez-beauty-strip::after {
  background: var(--bubblez-pink);
  border-radius: 50%;
  content: "";
  height: 180px;
  opacity: .28;
  position: absolute;
  right: -70px;
  top: -90px;
  width: 180px;
}

.bubblez-beauty-icon { font-size: 56px; line-height: 1; }
.bubblez-beauty-strip h3 { color: #fff; font-size: 28px; margin: 0 0 7px; }
.bubblez-beauty-strip p { color: rgba(255,255,255,.82); margin: 0; }
.bubblez-beauty-strip .bubblez-button { position: relative; z-index: 1; }

.bubblez-product-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bubblez-product-card,
.site-main ul.products li.product {
  background: #fff;
  border: 1px solid #eee5f7;
  border-radius: var(--bubblez-radius);
  box-shadow: 0 12px 30px rgba(7, 20, 91, .08);
  overflow: hidden;
  padding: 0 0 22px;
  position: relative;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease;
}

.bubblez-product-card:hover,
.site-main ul.products li.product:hover {
  box-shadow: 0 18px 38px rgba(7, 20, 91, .15);
  transform: translateY(-5px);
}

.bubblez-product-image { background: #f4eff8; display: block; overflow: hidden; }
.bubblez-product-image img,
.site-main ul.products li.product img { height: auto; margin: 0; object-fit: contain; width: 100%; }
.bubblez-product-info { padding: 20px 20px 0; }
.bubblez-product-info h3 { color: var(--bubblez-navy); font-size: 18px; margin: 0 0 9px; }
.bubblez-product-info a { text-decoration: none; }
.bubblez-price,
.site-main ul.products li.product .price { color: var(--bubblez-pink) !important; font-size: 19px !important; font-weight: 1000 !important; }
.bubblez-draft { background: var(--bubblez-yellow); border-radius: 999px; color: var(--bubblez-navy); font-size: 11px; font-weight: 900; left: 12px; padding: 7px 10px; position: absolute; text-transform: uppercase; top: 12px; z-index: 2; }

.bubblez-story-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 1fr 1fr;
}

.bubblez-story-card {
  background: linear-gradient(140deg, var(--bubblez-pink), var(--bubblez-purple));
  border-radius: 36px;
  box-shadow: var(--bubblez-shadow);
  color: #fff;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.bubblez-story-card::after { content: "◯ ◯ ◯"; font-size: 48px; opacity: .2; position: absolute; right: 22px; top: 14px; }
.bubblez-story-card h3 { color: #fff; font-size: 34px; margin: 0 0 18px; }
.bubblez-story-card p { font-size: 18px; line-height: 1.65; margin: 0; }
.bubblez-story p { color: #5f5873; font-size: 18px; line-height: 1.75; }

.bubblez-visit {
  background: var(--bubblez-navy);
  border-radius: 34px;
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto;
  margin-bottom: 78px;
  overflow: hidden;
  padding: 48px 54px;
  position: relative;
}

.bubblez-visit::after { background: var(--bubblez-blue); border-radius: 50%; content: ""; height: 220px; opacity: .18; position: absolute; right: -60px; top: -95px; width: 220px; }
.bubblez-visit h2 { color: #fff; }
.bubblez-visit p { color: rgba(255,255,255,.78); font-size: 18px; margin: 12px 0 0; }
.bubblez-visit-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }

.bubblez-footer { background: var(--bubblez-deep); color: rgba(255,255,255,.72); padding: 54px 0 24px; }
.bubblez-footer-grid { display: grid; gap: 42px; grid-template-columns: 1.2fr .8fr .8fr; }
.bubblez-footer-grid > div:first-child { text-align: center; }
.bubblez-footer a.bubblez-footer-logo {
  align-items: center;
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 8px 12px;
  width: fit-content;
}
.bubblez-footer-logo img { display: block; margin: 0 auto; max-width: 160px; width: 100%; }
.bubblez-footer h3 { color: #fff; font-size: 16px; margin: 0 0 14px; text-transform: uppercase; }
.bubblez-footer a { color: rgba(255,255,255,.82); display: block; margin-bottom: 9px; text-decoration: none; }
.bubblez-footer a:hover { color: var(--bubblez-yellow); }
.bubblez-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 22px; text-align: center; }

/* Storefront and WooCommerce pages */
.site-content { min-height: 60vh; }
body:not(.home) .site-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding: 54px 28px 78px;
  width: 100%;
}
.site-content > .col-full { margin-left: auto; margin-right: auto; max-width: 1240px; padding: 0; }
.woocommerce-checkout .content-area {
  margin: 0 !important;
  width: 100% !important;
}
.archive .site-content > .col-full,
.post-type-archive-product .site-content > .col-full { margin-left: auto; margin-right: auto; }
.content-area { float: none; margin: 0; width: 100%; }
.widget-area { display: none; }
.woocommerce-breadcrumb { color: #777089; font-size: 13px; margin-bottom: 26px; }
.woocommerce-breadcrumb a { color: var(--bubblez-purple); }
.entry-title,
.woocommerce-products-header__title.page-title { color: var(--bubblez-navy); font-size: clamp(36px, 5vw, 58px); font-weight: 1000; letter-spacing: -.045em; }
.site-main ul.products { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.site-main ul.products::before,
.site-main ul.products::after { display: none; }
.site-main ul.products li.product { float: none !important; margin: 0 !important; padding-bottom: 22px; width: auto !important; }
.site-main ul.products li.product .woocommerce-loop-product__title,
.site-main ul.products li.product .price,
.site-main ul.products li.product .button { margin-left: 20px; margin-right: 20px; }
.site-main ul.products li.product .woocommerce-loop-product__title { color: var(--bubblez-navy); font-size: 18px; font-weight: 900; }
.site-main ul.products li.product .woocommerce-loop-product__link { display: block; }
.site-main ul.products li.product .woocommerce-loop-product__link img { background: #f7f4fa; object-fit: contain; }
.woocommerce span.onsale { background: var(--bubblez-yellow); border: 0; color: var(--bubblez-navy); font-weight: 900; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { background: #fff; border-left-color: var(--bubblez-pink); border-radius: 12px; box-shadow: 0 8px 24px rgba(7,20,91,.08); }
.single-product div.product .summary .price { color: var(--bubblez-pink); font-size: 30px; font-weight: 1000; }
.single-product div.product .woocommerce-product-gallery img { border-radius: 24px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="number"], textarea, select {
  background: #fff;
  border: 2px solid #e6def0;
  border-radius: 12px;
  box-shadow: none;
  padding: 13px 15px;
}
input:focus, textarea:focus, select:focus { border-color: var(--bubblez-pink); outline: none; }

/* Branded WooCommerce Coming Soon page. */
.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-default {
  background:
    radial-gradient(circle at 18% 20%, rgba(0,168,239,.45), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(243,17,132,.48), transparent 32%),
    linear-gradient(145deg, var(--bubblez-deep), var(--bubblez-navy) 55%, var(--bubblez-purple)) !important;
}
.woocommerce-coming-soon-header { background: transparent !important; }
.woocommerce-coming-soon-header > .wp-block-group__inner-container > .wp-block-group {
  justify-content: center !important;
}
.woocommerce-coming-soon-header .wp-block-site-logo {
  background: #fff;
  border: 5px solid rgba(255,255,255,.7);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  padding: 18px 24px;
}
.woocommerce-coming-soon-header .wp-block-site-logo img {
  display: block;
  height: auto !important;
  max-width: 520px !important;
  width: min(72vw, 520px) !important;
}
.woocommerce-coming-soon-header .wp-block-site-title,
.woocommerce-coming-soon-social-login,
.woocommerce-coming-soon-powered-by-woo { display: none !important; }
.woocommerce-coming-soon-banner-container { justify-content: center !important; }
.woocommerce-coming-soon-banner {
  background: linear-gradient(135deg, var(--bubblez-pink), var(--bubblez-purple));
  border: 5px solid #fff;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  color: #fff !important;
  font-family: "Trebuchet MS", Arial, sans-serif !important;
  font-size: clamp(36px, 7vw, 82px) !important;
  font-weight: 1000 !important;
  letter-spacing: -.04em;
  line-height: 1 !important;
  margin: 18px auto 80px !important;
  max-width: 980px;
  padding: 34px 64px;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .bubblez-header-main { grid-template-columns: 190px 1fr auto; }
  .bubblez-nav { gap: 14px; }
  .bubblez-nav a { font-size: 14px; }
  .bubblez-categories { grid-template-columns: repeat(3, 1fr); }
  .bubblez-promo { grid-template-columns: 1fr; }
  .bubblez-promo-links { justify-content: flex-start; }
  .bubblez-product-grid, .site-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .bubblez-shell { padding-left: 18px; padding-right: 18px; }
  .bubblez-announcement { font-size: 12px; }
  .bubblez-header-main { grid-template-columns: 1fr; justify-items: center; min-height: 116px; }
  .bubblez-brand img { max-height: 96px; max-width: 220px; }
  .bubblez-nav, .bubblez-actions { display: none; }
  .bubblez-mobile-nav { border-top: 1px solid #eee5f7; display: block; }
  .bubblez-mobile-control-row { align-items: flex-start; display: flex; gap: 10px; justify-content: space-between; padding-bottom: 10px; padding-top: 10px; }
  .bubblez-mobile-nav details { flex: 1; min-width: 0; }
  .bubblez-mobile-actions { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; }
  .bubblez-mobile-nav summary {
    align-items: center;
    background: var(--bubblez-navy);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 900;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    padding: 12px 18px;
    width: max-content;
  }
  .bubblez-mobile-nav nav {
    background: #fff;
    border: 1px solid #eee5f7;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(7, 20, 91, .18);
    display: grid;
    gap: 8px;
    left: 0;
    padding: 14px 18px;
    position: absolute;
    top: calc(100% + 8px);
    width: calc(100vw - 36px);
    z-index: 60;
  }
  .bubblez-mobile-nav details { position: relative; }
  .bubblez-mobile-nav a { color: var(--bubblez-navy); font-weight: 800; padding: 8px 0; text-decoration: none; }
  .bubblez-mobile-menu-item { border-bottom: 1px solid #eee5f7; padding: 3px 0 9px; }
  .bubblez-mobile-menu-item:last-child { border-bottom: 0; }
  .bubblez-mobile-parent { display: block; }
  .bubblez-mobile-parent .bubblez-menu-icon { margin-right: 8px; }
  .bubblez-mobile-submenu { display: grid; gap: 6px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 3px 0 6px 12px; }
  .bubblez-mobile-submenu a { background: #fff5fb; border-radius: 9px; color: var(--bubblez-purple); font-size: 11px; padding: 7px 8px; }
  .bubblez-hero { padding: 22px 0 58px; }
  .bubblez-hero-grid, .bubblez-story-grid { grid-template-columns: 1fr; }
  .bubblez-hero-grid { gap: 28px; }
  .bubblez-hero-art { margin: 0 auto; max-width: 760px; order: -1; }
  .bubblez-promo { margin-left: auto; margin-right: auto; padding: 26px 28px; width: calc(100% - 36px); }
  .bubblez-perks { grid-template-columns: repeat(2, 1fr); margin-left: 18px; margin-right: 18px; }
  .bubblez-perk:nth-child(2) { border-right: 0; }
  .bubblez-perk:nth-child(-n+2) { border-bottom: 1px solid #eee5f7; }
  .site-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bubblez-visit { grid-template-columns: 1fr; padding: 38px 32px; }
  .bubblez-footer-grid { grid-template-columns: 1fr 1fr; }
  .bubblez-beauty-strip { grid-template-columns: auto 1fr; }
  .bubblez-beauty-strip .bubblez-button { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .bubblez-announcement span, .bubblez-announcement .bubblez-hide-mobile { display: none; }
  .bubblez-header-main { min-height: 112px; }
  .bubblez-brand img { max-height: 96px; max-width: 210px; }
  .bubblez-mobile-control-row { gap: 6px; }
  .bubblez-mobile-actions { gap: 6px; }
  .bubblez-account, .bubblez-cart { height: 42px; min-width: 42px; padding: 0 10px; }
  .bubblez-account { gap: 5px; }
  .bubblez-account-label { font-size: 12px; }
  .bubblez-hero { padding-top: 18px; }
  .bubblez-hero-grid { gap: 24px; }
  .bubblez-hero h1 { font-size: clamp(42px, 13vw, 49px); }
  .bubblez-hero-copy { font-size: 17px; }
  .bubblez-buttons .bubblez-button { width: 100%; }
  .bubblez-perks { grid-template-columns: 1fr; }
  .bubblez-perk { border-bottom: 1px solid #eee5f7; border-right: 0; }
  .bubblez-categories { grid-template-columns: repeat(2, 1fr); }
  .bubblez-category { min-height: 150px; }
  .bubblez-category-icon { font-size: 32px; height: 68px; width: 68px; }
  .bubblez-contact-grid { grid-template-columns: 1fr; }
  .bubblez-archive-subcategories { border-radius: 20px; padding: 20px; }
  .bubblez-archive-subcategory-grid { grid-template-columns: 1fr; }
  .bubblez-promo { border-radius: 22px; gap: 22px; margin-top: -22px; padding: 24px 22px; }
  .bubblez-promo-links { display: grid; grid-template-columns: 1fr; width: 100%; }
  .bubblez-product-grid, .site-main ul.products { grid-template-columns: 1fr; }
  .bubblez-section { padding: 58px 0; }
  .bubblez-section-head { align-items: start; flex-direction: column; }
  .bubblez-story-card { padding: 34px 28px; }
  .bubblez-visit { border-radius: 24px; margin-bottom: 58px; padding: 32px 25px; }
  .bubblez-visit-actions .bubblez-button { width: 100%; }
  .bubblez-footer-grid { grid-template-columns: 1fr; }
  .bubblez-beauty-strip { grid-template-columns: 1fr; padding: 28px 24px; text-align: center; }
  .bubblez-beauty-icon { font-size: 48px; }
  body:not(.home) .site-content { padding: 34px 16px 58px; }
  .woocommerce-coming-soon-header .wp-block-site-logo { border-radius: 22px; padding: 12px 16px; }
  .woocommerce-coming-soon-banner { border-width: 3px; border-radius: 22px; margin-bottom: 48px !important; padding: 26px 22px; }
}
