/* ============================================================
   BEADIFY SUB-PAGE — DREAMY PASTEL LILAC & LAVENDER THEME
   (Matching Instagram @beadifyy.pk Wholesale & DIY Supplies Store Vibe)
   ============================================================ */

body.theme-beadify-pastel {
  background: #F8F4FA !important;
  color: #2D1F33 !important;
}

/* Light Pastel Header Navigation for Beadify Page */
body.theme-beadify-pastel header.site {
  background: rgba(248, 244, 250, 0.96) !important;
  border-bottom-color: rgba(216, 180, 254, 0.35) !important;
}
body.theme-beadify-pastel nav.links a {
  color: #5B236F !important;
}
body.theme-beadify-pastel nav.links a:hover {
  color: #8A4EA0 !important;
  background: #F0E2FB !important;
}
body.theme-beadify-pastel nav.links a[aria-current="page"] {
  color: #5B236F !important;
  background: #E9D5FF !important;
  font-weight: 600 !important;
}
body.theme-beadify-pastel .nav-cart-btn {
  background: #F3E8FF !important;
  color: #5B236F !important;
  border-color: #D8B4FE !important;
}
body.theme-beadify-pastel .nav-cart-btn:hover {
  background: #6A2E80 !important;
  color: #FFF !important;
}

/* Compact Instagram Boutique Hero Section */
.beadify-pastel-hero {
  padding: 24px 0 28px;
  text-align: center;
  position: relative;
  background: #F3E8FF;
  border-bottom: 1px solid #E9D5FF;
}
@media (min-width: 640px) {
  .beadify-pastel-hero { padding: 44px 0 52px; }
}

.beadify-logo-hero-wrap {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.beadify-hero-logo-img {
  width: 154px;
  height: 154px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 12px 36px rgba(168, 85, 247, 0.28), 0 0 24px rgba(216, 180, 254, 0.5);
  display: block;
  margin: 0 auto;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

@media (min-width: 640px) {
  .beadify-hero-logo-img {
    width: 188px;
    height: 188px;
  }
}

.beadify-hero-logo-img:hover {
  transform: scale(1.06);
  box-shadow: 0 16px 44px rgba(168, 85, 247, 0.38), 0 0 30px rgba(216, 180, 254, 0.7);
}

.beadify-pastel-hero .eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
}

.beadify-pastel-hero h1 {
  font-size: clamp(22px, 5.5vw, 44px);
  color: #2B2224;
  margin-bottom: 8px;
  line-height: 1.15;
}
.beadify-pastel-hero h1 em {
  color: #8A4EA0;
  font-style: italic;
  font-weight: 400;
}

.beadify-pastel-hero p.lede {
  font-size: 13.5px;
  color: #5B4A47;
  max-width: 44ch;
  margin: 0 auto 16px;
  line-height: 1.45;
}
@media (min-width: 640px) {
  .beadify-pastel-hero p.lede { font-size: 16px; margin-bottom: 22px; }
}

.inst-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF;
  color: #6A2E80;
  border: 1px solid #C49AD8;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(196, 154, 216, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}
.inst-pill-tag:hover {
  transform: translateY(-1px);
  background: #F3E8FF;
  border-color: #8A4EA0;
}

/* Supply Category Highlights Grid */
.supplies-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 40px 0 60px;
}
@media (min-width: 640px) { .supplies-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .supplies-grid { grid-template-columns: repeat(4, 1fr); } }

.supply-card {
  background: #FFF;
  border: 1px solid #E4D0F4;
  border-radius: var(--radius-card);
  padding: 24px 20px;
  box-shadow: 0 8px 24px rgba(196, 154, 216, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.supply-card:hover {
  transform: translateY(-4px);
  border-color: #8A4EA0;
}
.supply-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F0E2FB;
  color: #8A4EA0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.supply-card h3 { font-size: 17.5px; font-family: var(--font-heading); color: #2B2224; margin-bottom: 8px; }
.supply-card p { font-size: 13.5px; color: #5B4A47; line-height: 1.5; margin: 0; }

/* Interactive Stack & Bead Kit Showcase */
.stack-builder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
@media (min-width: 900px) {
  .stack-builder {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.control-card {
  background: #FFF;
  border: 1px solid #E4D0F4;
  border-radius: var(--radius-card);
  padding: 26px;
  box-shadow: 0 10px 30px rgba(196, 154, 216, 0.15);
}
.control-card h3 {
  font-size: 19px;
  color: #2B2224;
  margin: 4px 0;
  font-family: var(--font-heading);
}
.control-card .hint {
  font-size: 13px;
  color: #5B4A47;
  margin-bottom: 18px;
}

.vibe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 480px) {
  .vibe-grid { grid-template-columns: 1fr; }
}

.vibe-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #E4D0F4;
  background: #F9F4FC;
  color: #2B2224;
  cursor: pointer;
  transition: all .2s ease;
  text-align: left;
}
.vibe-btn:hover {
  border-color: #8A4EA0;
  background: #F0E2FB;
}
.vibe-btn.active {
  border-color: #8A4EA0;
  background: #8A4EA0;
  color: #FFF;
  font-weight: 700;
}
.vibe-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}
.vibe-title { font-size: 13.5px; }

.letter-input {
  width: 70px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #C49AD8;
  background: #F9F4FC;
  color: #6A2E80;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-heading);
  text-transform: uppercase;
  outline: none;
}
.letter-input:focus {
  border-color: #8A4EA0;
  box-shadow: 0 0 0 3px rgba(138, 78, 160, 0.2);
}

/* Stack Preview Card */
.stack-preview-card {
  background: #FFF;
  border: 1px solid #E4D0F4;
  border-radius: var(--radius-card);
  padding: 32px 26px;
  box-shadow: 0 16px 40px rgba(196, 154, 216, 0.2);
  display: flex;
  flex-direction: column;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.stack-badge-lbl {
  font-size: 11px;
  background: #F0E2FB;
  color: #6A2E80;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #C49AD8;
}

.stack-canvas-box {
  background: #FAF5FF;
  border: 1px solid #E4D0F4;
  border-radius: 14px;
  padding: 24px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.stack-canvas-box svg { width: 100%; height: auto; max-height: 240px; }

.stack-details {
  border-top: 1px solid #F0E2FB;
  padding-top: 18px;
  margin-bottom: 20px;
}
.stack-spec-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #5B4A47;
  margin-bottom: 14px;
}
.stack-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.stack-price-line .lbl { font-size: 14px; color: #2B2224; font-weight: 600; }
.stack-price-line .val { font-family: var(--font-heading); font-style: italic; font-size: 26px; color: #8A4EA0; font-weight: 600; }

.stack-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stack-actions .btn-primary {
  background: #8A4EA0;
  color: #FFF;
  font-weight: 600;
}
.stack-actions .btn-primary:hover {
  background: #6A2E80;
  box-shadow: 0 8px 24px rgba(138, 78, 160, 0.35);
}
.stack-actions .btn-ghost {
  border-color: #C49AD8;
  color: #6A2E80;
}
.stack-actions .btn-ghost:hover {
  background: #F0E2FB;
  border-color: #8A4EA0;
}

/* Supply Store Grid Showcase */
.beadify-showcase {
  background: #FFF;
  padding: 80px 0;
  border-top: 1px solid #E4D0F4;
}
.beadify-showcase .sec-head h2 { color: #2B2224; }
.beadify-showcase .sec-head p { color: #5B4A47; }

.curated-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 640px) { .curated-grid { grid-template-columns: repeat(3, 1fr); } }

.curated-card {
  background: #F9F4FC;
  border-radius: var(--radius-card);
  border: 1px solid #E4D0F4;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(196, 154, 216, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease;
}
.curated-card:hover {
  transform: translateY(-5px);
  border-color: #8A4EA0;
}

.curated-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #F3E8FF;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.curated-thumb .product-picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.curated-thumb .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.curated-thumb svg { width: 85%; height: 85%; }
.curated-thumb .tag {
  position: absolute; top: 12px; left: 12px;
  background: #FFF;
  color: #6A2E80;
  border: 1px solid #C49AD8;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--radius-pill);
  z-index: 5;
  pointer-events: none;
}

.curated-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.curated-info h3 { font-size: 18px; font-family: var(--font-heading); margin-bottom: 4px; color: #2B2224; }
.curated-info .price { font-family: var(--font-heading); font-style: italic; color: #8A4EA0; font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.curated-info p { font-size: 13.5px; color: #5B4A47; margin-bottom: 16px; flex-grow: 1; }
.btn-add-stack {
  width: 100%; justify-content: center; font-size: 13px; padding: 11px;
  background: transparent; color: #6A2E80; border: 1px solid #C49AD8;
  border-radius: var(--radius-pill); cursor: pointer; transition: all .2s ease;
}
.btn-add-stack:hover {
  background: #8A4EA0; color: #FFF; font-weight: 600;
}

/* ============================================================
   BEADIFY COMING SOON SHOWCASE STYLES
   ============================================================ */
.beadify-coming-soon-section {
  padding: 36px 0 80px;
}
@media (min-width: 640px) {
  .beadify-coming-soon-section { padding: 56px 0 100px; }
}

.coming-soon-card {
  background: #FFFFFF;
  border: 1.5px solid #E2CEF6;
  border-radius: 24px;
  padding: 32px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 12px 36px rgba(138, 78, 160, 0.08);
}
@media (min-width: 640px) {
  .coming-soon-card { padding: 52px 48px; }
}

.coming-soon-badge {
  background: linear-gradient(135deg, #E9D5FF 0%, #F3E8FF 100%);
  color: #5B236F;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 9px 26px;
  border-radius: 9999px;
  border: 2px solid #C49AD8;
  box-shadow: 0 4px 18px rgba(168, 85, 247, 0.18);
  display: block;
  width: fit-content;
  margin: 0 auto 22px;
}
@media (min-width: 640px) {
  .coming-soon-badge {
    font-size: 15px;
    padding: 10px 30px;
  }
}

.coming-soon-card h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4.2vw, 38px);
  color: #2B2224;
  margin-bottom: 12px;
  line-height: 1.15;
}

.coming-soon-lede {
  font-size: 15px;
  color: #5B4A47;
  max-width: 58ch;
  margin: 0 auto 36px;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .coming-soon-lede { font-size: 16px; }
}

.coming-soon-teasers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 36px;
  text-align: left;
}
@media (min-width: 540px) {
  .coming-soon-teasers { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 820px) {
  .coming-soon-teasers { grid-template-columns: repeat(4, 1fr); }
}

.teaser-card {
  background: #FAF5FD;
  border: 1px solid #EBDDF8;
  border-radius: 16px;
  padding: 22px 18px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
.teaser-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(138, 78, 160, 0.12);
  border-color: #C49AD8;
  background: #FFFFFF;
}

.teaser-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F0DEFD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(196, 154, 216, 0.4);
}

.teaser-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #5B236F;
  margin: 0 0 6px 0;
  font-family: var(--font-body);
}

.teaser-card p {
  font-size: 13px;
  color: #6E5A69;
  margin: 0;
  line-height: 1.45;
}

.coming-soon-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.btn-beadify-ig {
  background: #8A4EA0;
  color: #FFF !important;
  padding: 13px 24px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(138, 78, 160, 0.25);
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-beadify-ig:hover {
  background: #6A2E80;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(138, 78, 160, 0.35);
}

.btn-beadify-wa {
  background: #FFF;
  color: #8A4EA0 !important;
  border: 1.5px solid #C49AD8;
  padding: 13px 22px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-beadify-wa:hover {
  border-color: #8A4EA0;
  background: #FBF6FE;
  transform: translateY(-1px);
}

.btn-beadify-return {
  background: transparent;
  color: #5B4A47 !important;
  border: 1px solid rgba(43, 34, 36, 0.2);
  padding: 13px 20px;
  border-radius: 9999px;
  font-size: 13.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-beadify-return:hover {
  border-color: var(--plum);
  color: var(--plum) !important;
  background: rgba(43, 34, 36, 0.04);
}

.coming-soon-footer-note {
  font-size: 12px;
  color: #8A7B8E;
}

/* ============================================================
   BEADIFY SHOP TOOLBAR, SEARCH BOX & FILTER PILLS
   ============================================================ */
.shop-toolbar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .shop-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.search-box {
  position: relative;
  flex-grow: 1;
  max-width: 440px;
}
.search-box svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8A4EA0;
  pointer-events: none;
}
.search-box input {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border-radius: var(--radius-pill, 8px);
  border: 1px solid #C49AD8;
  background: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  color: #2B2224;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-box input:focus {
  border-color: #8A4EA0;
  box-shadow: 0 0 0 3px rgba(138, 78, 160, 0.18);
}

.sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #5B4A47;
  white-space: nowrap;
}
.sort-box select {
  padding: 10px 16px;
  border-radius: var(--radius-pill, 8px);
  border: 1px solid #C49AD8;
  background: #FFF;
  font-family: inherit;
  font-size: 13.5px;
  color: #2B2224;
  outline: none;
  cursor: pointer;
}
.sort-box select:focus {
  border-color: #8A4EA0;
  box-shadow: 0 0 0 3px rgba(138, 78, 160, 0.18);
}

/* Filter Pills */
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.filter-pill {
  padding: 8px 18px;
  border-radius: var(--radius-pill, 8px);
  border: 1px solid #C49AD8;
  background: #FFF;
  color: #6A2E80;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s ease;
}
.filter-pill:hover {
  border-color: #8A4EA0;
  background: #F3E8FF;
  color: #5B236F;
}
.filter-pill.active {
  background: #8A4EA0;
  color: #FFF;
  border-color: #8A4EA0;
}

