.elementor-76 .elementor-element.elementor-element-ff16faf{--display:flex;--min-height:327px;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-ff16faf:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-ff16faf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3B2112;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-76 .elementor-element.elementor-element-668edde > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-76 .elementor-element.elementor-element-668edde{text-align:center;}.elementor-76 .elementor-element.elementor-element-668edde .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:4.7rem;line-height:60px;color:#F1E0C6;}.elementor-76 .elementor-element.elementor-element-45439b83{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-45439b83:not(.elementor-motion-effects-element-type-background), .elementor-76 .elementor-element.elementor-element-45439b83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-76 .elementor-element.elementor-element-2c6bac92 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-76 .elementor-element.elementor-element-668edde > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-76 .elementor-element.elementor-element-668edde{text-align:center;}.elementor-76 .elementor-element.elementor-element-668edde .elementor-heading-title{line-height:1.5em;}}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-668edde > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-76 .elementor-element.elementor-element-668edde .elementor-heading-title{font-size:34px;line-height:50px;}}/* Start custom CSS for text-editor, class: .elementor-element-2c6bac92 *//* ✅ GENERAL TEXT COLOR AND SIZE IN WOO BLOCKS */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-cart * {
  color: #3B2112 !important;
  font-size: calc(0.86em + 2px) !important;
}

/* ✅ BUTTONS: NORMAL STATE */
body:not(.woocommerce-block-theme-has-button-styles) 
.wc-block-components-button:not(.is-link) {
  background-color: #3B2112 !important;
  color: #F1E0C6 !important;
  border: none !important;
}

/* ✅ BUTTONS: HOVER STATE */
body:not(.woocommerce-block-theme-has-button-styles) 
.wc-block-components-button:not(.is-link):hover {
  background-color: #F1E0C6 !important;
  color: #3B2112 !important;
}

/* ✅ BUTTON TEXT SPAN: NORMAL */
.wc-block-components-button:not(.is-link) 
.wc-block-components-button__text {
  color: #F1E0C6 !important;
  font-size: calc(1em + 2px) !important;
}

/* ✅ BUTTON TEXT SPAN: HOVER */
.wc-block-components-button:not(.is-link):hover 
.wc-block-components-button__text {
  color: #3B2112 !important;
}/* End custom CSS */