/* ========================================
   BeeBeauty — Homepage sections
   ======================================== */

.bee-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: #2B211C;
  letter-spacing: 0.03em;
  margin: 0 0 32px;
  text-align: center;
}

/* ---- Кнопка "Детальніше" під секцією ---- */
.bee-section-footer {
    text-align: center;
    margin-top: 32px;
}

.bee-section-more {
    display: inline-block;
    padding: 12px 36px;
    border: 1.5px solid #2B211C;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2B211C;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.bee-section-more:hover {
    background: #2B211C;
    color: #fff;
}

/* ---- Бігучий рядок ---- */
.bee-ticker {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #2B211C;
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}

.bee-ticker__track {
  display: inline-flex;
  animation: bee-ticker 22s linear infinite;
}

.bee-ticker:hover .bee-ticker__track {
  animation-play-state: paused;
}

.bee-ticker__item {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0 8px;
}

.bee-ticker__sep {
  color: rgba(255,255,255,0.35);
  margin-left: 16px;
  font-size: 9px;
}

@keyframes bee-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- Акції ---- */
.bee-sale {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 48px 0 56px;
  background: #F7F4F1;
}

.bee-sale__inner {
  width: 100%;
  padding: 0 clamp(16px, 3vw, 56px);
}

/* ---- B2B банер ---- */
.bee-b2b {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 64px 0 72px;
  background: #2B211C;
}

.bee-b2b__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 56px);
  text-align: center;
}

.bee-b2b__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D8C2A6;
  margin: 0 0 16px;
}

.bee-b2b__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.bee-b2b__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin: 0 0 36px;
}

.bee-b2b__theses {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
}

.bee-b2b__thesis {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bee-b2b__thesis-icon {
  color: #D8C2A6;
  font-size: 9px;
}

.bee-b2b__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #D8C2A6;
  color: #2B211C;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, transform 0.15s;
}

.bee-b2b__btn:hover {
  background: #c9af93;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .bee-b2b { padding: 48px 0 56px; }
  .bee-b2b__theses { flex-direction: column; align-items: center; gap: 10px; }
}

/* ---- Ховаємо заголовок Shop на головній ---- */
.bee-homepage .woocommerce-products-header,
.bee-homepage .page-title,
.bee-homepage h1.entry-title {
  display: none !important;
}
