.elementor-kit-958{--e-global-color-primary:#000000;--e-global-color-text:#676767;--e-global-color-secondary:#FAFAFA;--e-global-color-accent:#EB4A4A;--e-global-color-49017bb:#333333;--e-global-color-8945b21:#FFFFFF;--e-global-color-64bd467:#3D3140;--e-global-color-24b5e4e:#F2F1EC;--e-global-color-5829311:#F1F1F1;--e-global-color-b0fc759:#EDEDED;--e-global-color-8ac1b63:#E5E5E5;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:400;--e-global-typography-66a5477-font-size:40px;--e-global-typography-66a5477-font-weight:600;--e-global-typography-f1d787b-font-size:30px;--e-global-typography-f1d787b-font-weight:600;--e-global-typography-f978308-font-size:36px;--e-global-typography-f978308-font-weight:600;--e-global-typography-f978308-line-height:1.3px;background-color:var( --e-global-color-astglobalcolor4 );color:var( --e-global-color-primary );font-size:18px;font-weight:400;}.elementor-kit-958 p{margin-block-end:20px;}.elementor-kit-958 a{font-size:18px;font-weight:400;}.elementor-kit-958 a:hover{font-weight:500;}.elementor-kit-958 h1{color:#000000;font-size:40px;font-weight:600;}.elementor-kit-958 h2{color:var( --e-global-color-primary );font-size:36px;font-weight:600;}.elementor-kit-958 h3{color:var( --e-global-color-primary );font-size:24px;font-weight:600;}.elementor-kit-958 h4{color:var( --e-global-color-primary );font-size:20px;font-weight:500;}.elementor-kit-958 h5{color:#333333;font-size:16px;font-weight:400;}.elementor-kit-958 h6{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;font-style:normal;}.elementor-kit-958 button,.elementor-kit-958 input[type="button"],.elementor-kit-958 input[type="submit"],.elementor-kit-958 .elementor-button{border-radius:10px 10px 10px 10px;padding:15px 20px 15px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 */.badge {
  background-color: #990000;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1.2;
}


.card-image:hover {
  transform: scale(1.03);
  transition: 0.3s ease;
}

.card-image img {
  max-height: 300px;
  object-fit: contain;
}

/* Prevent horizontal scrolling on mobile */
html, body {
  overflow-x: hidden;
}

body {
  width: 100vw;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

/* Mobile menu only */
@media (max-width: 1024px) {

  /* LOGIN turns into red button */
  .elementor-nav-menu--dropdown .menu-login a {
    display: block;
    background: #eb4a4a;
    color: #fff !important;
    padding: 20px 20px;
    border-radius: 0px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }

  .elementor-nav-menu--dropdown .menu-login a:hover {
    background: #c53030;
  }

  /* CART turns into icon only */
  .elementor-nav-menu--dropdown .menu-cart a {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../png/cart.png") no-repeat center;
    background-size: 30px 30px;
    text-indent: -9999px; /* hide the word */
    margin: 10px auto; /* center under Login */
  }
}
/* --- GLOBAL CTA BOX STYLE --- */
.global-cta,
.global-cta .elementor-container,
.global-cta.e-con,
.global-cta .e-con-inner {
  max-width: 800px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #f9f9f9;  /* light gray background */
  border-radius: 8px;
  padding: 24px 32px;
}

@media (max-width: 1024px){
  .global-cta { max-width: 640px !important; }
}

@media (max-width: 767px){
  .global-cta { max-width: 92% !important; }
}/* End custom CSS */