.elementor-kit-33{--e-global-color-primary:#941111;--e-global-color-secondary:#2FA8A4;--e-global-color-text:#111111;--e-global-color-accent:#F4EED6;--e-global-color-c07be52:#F7F7F7;--e-global-color-c776060:#000000;--e-global-typography-primary-font-family:"Federo";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Erode";--e-global-typography-secondary-font-size:32px;font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Erode";--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-family:"Perestiwa";--e-global-typography-accent-font-size:72px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-c07be52 );}.elementor-kit-33 e-page-transition{background-color:#FFBC7D;}.elementor-kit-33 p{margin-block-end:0.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* =========================================================
   BFB – Sticky "The Drop" + ".001" shrink + mask/line raise
   Elementor classes:
   - Sticky module container:  bfb-drop-sticky
   - "The Drop" text widget:   bfb-drop-title
   - ".001" text widget:       bfb-drop-num
   - Mask/line container:      bfb-drop-mask
   (No Divider widget used)
   ========================================================= */

/* Keep sticky module above products */
.bfb-drop-sticky{
  z-index: 50;
}

/* Ensure product grid stays under sticky module */
.swp-items,
.swp-items-list,
.wps-items,
.wps-items-list{
  position: relative;
  z-index: 1;
}

/* ---------- MASK BAR (covers products + contains the line) ---------- */
.bfb-drop-mask{
  position: relative;
  z-index: 60;
  background: #f7f5f1;                 /* IMPORTANT: set to your page background */
  padding-bottom: 18px;                /* "cover zone" height */
  transform: translateY(0) !important; /* explicit base state for smooth reverse */
  transition: transform 0.8s ease !important;
  transition-delay: 0s !important;
  will-change: transform;
}

/* ---------- TITLE (smooth both ways) ---------- */
.bfb-drop-title,
.bfb-drop-title .elementor-widget-container{
  display: inline-block;
  transform: scale(1) !important;      /* explicit base state */
  transform-origin: left top;
  transition: transform 0.8s ease !important;
  transition-delay: 0s !important;
  will-change: transform;
}

/* ---------- NUMBER (anchor shrink to RIGHT) ---------- */
.bfb-drop-num,
.bfb-drop-num .elementor-widget-container{
  display: inline-block;
  transform: scale(1) !important;      /* explicit base state */
  transform-origin: right top !important;
  transition: transform 0.8s ease, opacity 0.8s ease !important;
  transition-delay: 0s !important;
  will-change: transform, opacity;
}

/* Safety: Text Editor sometimes wraps content in <p> */
.bfb-drop-num p{
  transform-origin: right top !important;
}

/* ---------- SHRUNK STATE ---------- */
.bfb-drop-sticky.is-shrunk .bfb-drop-title,
.bfb-drop-sticky.is-shrunk .bfb-drop-title .elementor-widget-container{
  transform: scale(0.4) !important;
}

.bfb-drop-sticky.is-shrunk .bfb-drop-num,
.bfb-drop-sticky.is-shrunk .bfb-drop-num .elementor-widget-container{
  transform: scale(0.4) !important;   /* change to 0.75 if you want it less shrunk */
  opacity: 0.95;
}

/* Raise mask (and therefore the line inside it) */
.bfb-drop-sticky.is-shrunk .bfb-drop-mask{
  transform: translateY(-60px) !important; /* adjust: -6 to -18 */
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .bfb-drop-mask,
  .bfb-drop-title,
  .bfb-drop-num,
  .bfb-drop-title .elementor-widget-container,
  .bfb-drop-num .elementor-widget-container{
    transition: none !important;
  }
}

/* =========================
   MOBILE: shrink less
   Put this at the END of your CSS
   ========================= */
@media (max-width: 767px){

  /* Title shrink less on mobile */
  .bfb-drop-sticky.is-shrunk .bfb-drop-title,
  .bfb-drop-sticky.is-shrunk .bfb-drop-title .elementor-widget-container{
    transform: scale(0.42) !important; /* was 0.4 */
  }

  /* Number shrink less on mobile */
  .bfb-drop-sticky.is-shrunk .bfb-drop-num,
  .bfb-drop-sticky.is-shrunk .bfb-drop-num .elementor-widget-container{
    transform: scale(0.42) !important; /* was 0.4 */
  }

  /* Optional: reduce how much the mask/line lifts on mobile */
  .bfb-drop-sticky.is-shrunk .bfb-drop-mask{
    transform: translateY(-25px) !important; /* was -60px */
  }
}



------------------

.swp-cart-icon-fixed {
height: 64px!important;
width: 50px!important;
}

.swp-cart-icon-fixed .swp-cart-counter {
    font-family: "erode"!IMPORTANT;
    font-weight: 500!IMPORTANT;
    font-size: 14px!IMPORTANT;
}

/* Default: hide until JS confirms there's an item */
.swp-cart-icon-fixed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Show only when cart has items */
.swp-cart-icon-fixed.is-ready:not(.is-empty) {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Keep empty hidden */
.swp-cart-icon-fixed.is-empty {
  display: none !important;
}

.swp-cart-lineitem-left-in-stock{
    display: none!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Federo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Federo-Regular.eot');
	src: url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Federo-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Federo-Regular.woff2') format('woff2'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Federo-Regular.woff') format('woff'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Federo-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Erode';
	font-display: auto;
	src: url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Erode-Variable-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Perestiwa';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Peristiwa-BF64723cfa7f6a9.eot');
	src: url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Peristiwa-BF64723cfa7f6a9.eot?#iefix') format('embedded-opentype'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Peristiwa-BF64723cfa7f6a9.woff2') format('woff2'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Peristiwa-BF64723cfa7f6a9.woff') format('woff'),
		url('https://bagsforbreakfast.co/wp-content/uploads/2025/12/Peristiwa-BF64723cfa7f6a9.ttf') format('truetype');
}
/* End Custom Fonts CSS */