.elementor-kit-5{--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-5 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);}@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 */@import url('https://fonts.googleapis.com/css2?family=Butcherman&family=Creepster&family=Poppins:wght@400;600;700&display=swap');

/* ===== GLOBAL BASE ===== */
body {
  background-color: #0D0D0D;
  color: #F2E9DC;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

a {
  color: #FF6B00;
  transition: color 0.25s ease;
}
a:hover {
  color: #7CFC00;
}

::selection {
  background: #FF6B00;
  color: #0D0D0D;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0D0D0D; }
::-webkit-scrollbar-thumb { background: #FF6B00; border-radius: 10px; }

/* ===== GLOBAL BUTTONS ===== */
.elementor-button {
  transition: all 0.3s ease !important;
}
.elementor-button:hover {
  box-shadow: 0 0 25px rgba(124,252,0,0.5);
  transform: translateY(-2px);
}

/* ===== WOOCOMMERCE OVERRIDES ===== */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  color: #FF6B00 !important;
  font-weight: 700;
}
.woocommerce a.button, .woocommerce button.button {
  background-color: #FF6B00 !important;
  color: #0D0D0D !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
  background-color: #7CFC00 !important;
}
.woocommerce span.onsale {
  background: #5D1A8B !important;
  color: #F2E9DC !important;
}/* End custom CSS */