.elementor-11 .elementor-element.elementor-element-48b1c1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:9px;--padding-bottom:9px;--padding-left:16px;--padding-right:16px;}.elementor-11 .elementor-element.elementor-element-48b1c1a:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-48b1c1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1A17;}.elementor-11 .elementor-element.elementor-element-a6bed9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E5DDD0;--border-color:#E5DDD0;--padding-top:20px;--padding-bottom:18px;--padding-left:32px;--padding-right:32px;}.elementor-11 .elementor-element.elementor-element-a6bed9d:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-a6bed9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F2;}.elementor-11 .elementor-element.elementor-element-f084931{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3084d4b */.chafa-announce-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #F0EAE0;
  font-weight: 400;
}
.chafa-announce-inner .announce-left { opacity: 0.95; }
.chafa-announce-inner .announce-left .sep { margin: 0 12px; opacity: 0.4; }
.chafa-announce-inner .announce-right {
  display: flex;
  gap: 24px;
  opacity: 0.85;
}
.chafa-announce-inner .announce-right a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s, color 0.2s;
}
.chafa-announce-inner .announce-right a:hover {
  opacity: 1;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .chafa-announce-inner { font-size: 10px; }
  .chafa-announce-inner .announce-right { display: none; }
  .chafa-announce-inner .announce-left { width: 100%; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be64e6a *//* ============================================
   CHAFA FEBRICATE — Header Only
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap');


/* ============================================
   HEADER LAYOUT
   ============================================ */

.chafa-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


/* ============================================
   NAVIGATION (Left & Right)
   ============================================ */

.header-nav-left,
.header-nav-right {
  display: flex;
  gap: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1F1A17;
  flex: 0 0 auto;
}

.header-nav-left a,
.header-nav-right a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.header-nav-left a:hover,
.header-nav-right a:hover {
  border-bottom-color: #A8745A;
}


/* ============================================
   LOGO
   ============================================ */

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.header-logo img {
  height: 64px;
  width: auto;
  display: block;
  object-fit: contain;
}


/* ============================================
   RIGHT SIDE (Nav + Icons Group)
   ============================================ */

.header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 0 0 auto;
}


/* ============================================
   HEADER ICONS
   ============================================ */

.header-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-left: 20px;
  border-left: 0.5px solid #E5DDD0;
}

.header-icons a {
  display: flex;
  color: #1F1A17;
  transition: color 0.2s;
  position: relative;
  text-decoration: none;
}

.header-icons a:hover {
  color: #A8745A;
}

.header-icons svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}

.header-icons .cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  background: #A8745A;
  color: #FAF7F2;
  font-size: 9px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}


/* ============================================
   RESPONSIVE — TABLET (1024px and below)
   ============================================ */

@media (max-width: 1024px) {
  .chafa-header-inner {
    gap: 12px;
  }

  .header-nav-left,
  .header-nav-right {
    display: none;
  }

  .header-logo img {
    height: 48px;
  }

  .header-icons {
    padding-left: 0;
    border-left: none;
    gap: 14px;
  }

  .header-icons svg {
    width: 17px;
    height: 17px;
  }
}


/* ============================================
   RESPONSIVE — MOBILE (600px and below)
   ============================================ */

@media (max-width: 600px) {
  .header-logo img {
    height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f22be30 *//* ============================================================================
   CHAFA — Mobile Header (Drawer-Style)
   ============================================================================ */

.chafa-mobile-header {
  width: 100%;
  position: relative;
  z-index: 100;
  font-family: 'Inter', sans-serif;
}


/* === ANNOUNCEMENT BAR === */

.chafa-mobile-header .cmh-announcement {
  background: #1F1A17;
  color: #FAF7F2;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 300;
}

.chafa-mobile-header .cmh-announce-track {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}

.chafa-mobile-header .cmh-divider-dot {
  color: rgba(250, 247, 242, 0.4);
}


/* === TOP BAR === */

.chafa-mobile-header .cmh-bar {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  padding: 14px 18px;
  background: #FAF7F2;
  border-bottom: 0.5px solid #E5DDD0;
  gap: 12px;
}


/* === ICON BUTTON (universal for all icons) === */

.chafa-mobile-header .cmh-icon-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1A17;
  text-decoration: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.chafa-mobile-header .cmh-icon-btn svg {
  width: 22px;
  height: 22px;
}


/* === LOGO (centered) === */

.chafa-mobile-header .cmh-logo {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.chafa-mobile-header .cmh-logo img {
  height: 40px;
  width: auto;
  max-width: 140px;
  display: block;
}


/* === RIGHT ICONS === */

.chafa-mobile-header .cmh-right {
  display: flex;
  gap: 4px;
  align-items: center;
}


/* === CART BADGE === */

.chafa-mobile-header .cmh-cart {
  position: relative;
}

.chafa-mobile-header .cmh-cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #A8745A;
  color: #FAF7F2;
  border-radius: 50%;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1;
}


/* ============================================
   DRAWER OVERLAY (background dim)
   ============================================ */

.chafa-mobile-header .cmh-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 26, 23, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.chafa-mobile-header .cmh-overlay.cmh-open {
  opacity: 1;
  visibility: visible;
}


/* ============================================
   DRAWER (slides in from right)
   ============================================ */

.chafa-mobile-header .cmh-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 88%;
  max-width: 380px;
  background: #FAF7F2;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(31, 26, 23, 0.15);
  overflow: hidden;
}

.chafa-mobile-header .cmh-drawer.cmh-open {
  transform: translateX(0);
}


/* === DRAWER HEADER === */

.chafa-mobile-header .cmh-drawer-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 0.5px solid #E5DDD0;
  gap: 12px;
}

.chafa-mobile-header .cmh-drawer-logo {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.chafa-mobile-header .cmh-drawer-logo img {
  height: 40px;
  width: auto;
  max-width: 140px;
  display: block;
}

.chafa-mobile-header .cmh-spacer {
  width: 40px;
  height: 40px;
}


/* ============================================
   MAIN MENU
   ============================================ */

.chafa-mobile-header .cmh-menu {
  flex: 1;
  padding: 36px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


/* === MAIN MENU LINKS (Cormorant) === */

.chafa-mobile-header .cmh-menu-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #1F1A17;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
  width: fit-content;
}

.chafa-mobile-header .cmh-menu-link:hover,
.chafa-mobile-header .cmh-menu-link:active {
  color: #A8745A;
  padding-left: 6px;
}


/* === DIVIDER === */

.chafa-mobile-header .cmh-divider {
  width: 32px;
  height: 0.5px;
  background: #A8745A;
  opacity: 0.4;
  margin: 12px 0 4px;
}


/* === SUB-LINKS (Inter caps) === */

.chafa-mobile-header .cmh-sub-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chafa-mobile-header .cmh-sub-link {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #5A4F45;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  width: fit-content;
}

.chafa-mobile-header .cmh-sub-link:hover,
.chafa-mobile-header .cmh-sub-link:active {
  color: #A8745A;
}


/* ============================================
   DRAWER FOOTER
   ============================================ */

.chafa-mobile-header .cmh-drawer-footer {
  padding: 24px 32px 28px;
  border-top: 0.5px solid #E5DDD0;
  background: #F5EFE5;
}


/* === SOCIAL ICONS === */

.chafa-mobile-header .cmh-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}

.chafa-mobile-header .cmh-social-icon {
  width: 38px;
  height: 38px;
  border: 0.5px solid #1F1A17;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1A17;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.chafa-mobile-header .cmh-social-icon svg {
  width: 16px;
  height: 16px;
}

.chafa-mobile-header .cmh-social-icon:hover,
.chafa-mobile-header .cmh-social-icon:active {
  background: #1F1A17;
  color: #FAF7F2;
  border-color: #1F1A17;
}


/* === CONTACT EMAIL === */

.chafa-mobile-header .cmh-contact {
  text-align: center;
}

.chafa-mobile-header .cmh-contact-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8A7A6A;
  margin-bottom: 6px;
  font-weight: 400;
}

.chafa-mobile-header .cmh-contact-email {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #1F1A17;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(168, 116, 90, 0.5);
  padding-bottom: 2px;
  letter-spacing: 0.3px;
}

.chafa-mobile-header .cmh-contact-email:hover {
  color: #A8745A;
  border-bottom-color: #A8745A;
}


/* ============================================
   PREVENT BODY SCROLL WHEN DRAWER OPEN
   ============================================ */

body.cmh-no-scroll {
  overflow: hidden;
}/* End custom CSS */