.elementor-kit-15358{--e-global-color-primary:#212121;--e-global-color-secondary:#212121;--e-global-color-text:#212121;--e-global-color-accent:#F73049;--e-global-color-103d864:#38C1BC;--e-global-color-021f26b:#58027F;--e-global-color-2c24bb0:#DD1994;--e-global-color-fe11f33:#092453;--e-global-color-72bb6c5:#FFFFFF;--e-global-color-c29eb79:#4701D2;--e-global-color-67e1ce8:#FF9633;--e-global-color-c9e6167:#FF3845;--e-global-color-c1999c2:#6F39B5;--e-global-typography-primary-font-family:"Staatliches";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Monda";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Monda";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-family:"Staatliches";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:"Monda", Sans-serif;font-size:16px;font-weight:400;line-height:27px;}.elementor-kit-15358 button,.elementor-kit-15358 input[type="button"],.elementor-kit-15358 input[type="submit"],.elementor-kit-15358 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Staatliches", Sans-serif;font-size:22px;font-weight:400;color:var( --e-global-color-72bb6c5 );border-radius:55px 55px 55px 55px;padding:20px 30px 20px 30px;}.elementor-kit-15358 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15358 h2{color:var( --e-global-color-primary );font-family:"Staatliches", Sans-serif;font-size:80px;font-weight:400;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-15358{--e-global-typography-primary-font-size:55px;}.elementor-kit-15358 h2{font-size:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15358{--e-global-typography-primary-font-size:36px;}.elementor-kit-15358 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fix reward points text overlapping product prices on shop */
.woocommerce ul.products li.product .price .simpleshopmessage,
.woocommerce ul.products li.product .price .variableshopmessage {
    display: none !important;
}



/* Shop category carousel - flexbox layout */
.elementor-element-cat001a .products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.elementor-element-cat001a .products .product-category {
  flex: 1 1 0 !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 10px !important;
  text-align: center !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
  transition: transform 0.2s,box-shadow 0.2s !important;
  cursor: pointer !important;
}
.elementor-element-cat001a .products .product-category:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}
.elementor-element-cat001a .products .product-category img {
  border-radius: 7px !important;
  width: 100% !important;
  height: 120px !important;
  object-fit: cover !important;
  margin-bottom: 8px !important;
}
.elementor-element-cat001a .woocommerce-loop-category__title {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #333 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 !important;
}
.elementor-element-cat001a .woocommerce-loop-category__title .count {
  display: block !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  color: #888 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.elementor-element-cat001a mark.count {
  background: none !important;
  color: #888 !important;
  font-size: 11px !important;
}
/* Fix category section full-width */
.elementor-element-cat001a .elementor-widget-container,
.elementor-element-cat001a .elementor-shortcode,
.elementor-element-cat001a .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
}
/* Shop product cards - white rounded cards like dev site */
.elementor-element-b624d06 ul.products li.product {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.elementor-element-b624d06 ul.products li.product:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

/* Shop product card - grid layout for aligned buttons */
.elementor-element-b624d06 ul.products li.product {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 1fr auto !important;
  align-items: stretch !important;
}
.elementor-element-b624d06 ul.products li.product > .woocommerce-LoopProduct-link {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.elementor-element-b624d06 ul.products li.product > .screen-reader-text {
  display: none !important;
}

/* ADD TO CART - red, left */
.elementor-element-b624d06 a.button,
.elementor-element-b624d06 button.button,
.elementor-element-b624d06 .add_to_cart_button,
.elementor-element-b624d06 .product_type_simple,
.elementor-element-b624d06 .product_type_variable,
.elementor-element-b624d06 .product_type_grouped {
  background-color: #F73049 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 55px !important;
  padding: 16px 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  text-align: center !important;
  box-sizing: border-box !important;
  margin-top: 12px !important;
  margin-right: 4px !important;
  transition: background 0.2s !important;
  display: block !important;
  grid-column: 1 !important;
}
.elementor-element-b624d06 a.button:hover,
.elementor-element-b624d06 .add_to_cart_button:hover {
  background-color: #d42038 !important;
  color: #ffffff !important;
}

/* BUY NOW - dark, right */
.elementor-element-b624d06 .live-buy-now-btn {
  background-color: #212121 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 55px !important;
  padding: 16px 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  text-align: center !important;
  box-sizing: border-box !important;
  margin-top: 12px !important;
  margin-left: 4px !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
  display: block !important;
  line-height: 1.4 !important;
  grid-column: 2 !important;
}
.elementor-element-b624d06 .live-buy-now-btn:hover {
  background-color: #3a3a3a !important;
  color: #ffffff !important;
}

/* Hide banner glow image */
.elementor-element-c7029b9 {
  display: none !important;
}/* End custom CSS */