.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   BEEBOO FASHION — PRODUCT PAGE SHARED STYLES
   
   WHERE TO ADD THIS:
   Elementor > Site Settings > Custom CSS  (paste once, globally)
   OR: Add it inside a single HTML widget at the very top of your page.
   
   This defines the fonts and design tokens used by ALL 9 product
   page sections. You only need this ONCE on the page.
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --bb-black:       #0D0D0D;
  --bb-white:       #FFFFFF;
  --bb-cream:       #FAF1F2;
  --bb-accent:      #69000E;
  --bb-accent-soft: #D98A92;
  --bb-accent-mid:  #A34752;
  --bb-green:       #6E7F5F;
  --bb-green-soft:  #A3B18A;
  --bb-gray-100:    #F5F5F5;
  --bb-gray-200:    #E8E8E8;
  --bb-gray-400:    #AAAAAA;
  --bb-gray-600:    #666666;
  --bb-gray-800:    #222222;
  --bb-font-display: 'Playfair Display', serif;
  --bb-font-body:    'DM Sans', sans-serif;
  --bb-radius:       14px;
  --bb-radius-sm:    8px;
}

/* Pulse animation used across multiple sections */
@keyframes bb-pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.bb-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--bb-accent);
  animation: bb-pulse 1.5s infinite;
  display: inline-block;
}/* End custom CSS */