.elementor-kit-5{--e-global-color-primary:#1B1B1B;--e-global-color-secondary:#AC5C2C;--e-global-color-text:#222222;--e-global-color-accent:#C8A353;--e-global-color-9f5d177:#C97C37;--e-global-color-256b005:#EEEEEE;--e-global-color-06de8e8:#E6E6E6;--e-global-color-eef0c28:#281924;--e-global-color-7b22d1a:#9BA068;--e-global-color-34175aa:#C8A353;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:51.2px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:22.4px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-size:17.6px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:1.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@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 */.e-loop-item .sold_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Show when product is out of stock */

.e-loop-item.outofstock .sold_overlay {
  opacity: 1;
  pointer-events: none;
}

.e-loop-item.instock .sold_overlay {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none;
}

.instock .soldLabelBig {
    display:none;
}

.sold_overlay .soldLabel {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #e60023;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}/* End custom CSS */