.elementor-kit-6{--e-global-color-primary:#EFE9E0;--e-global-color-secondary:#B62024;--e-global-color-text:#711517;--e-global-color-accent:#D7B78A;--e-global-typography-primary-font-family:"Arima";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arima";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arimo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arimo";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-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 *//* make the whole card pointerable */
.product-card-clickable { position: relative; cursor: pointer; }

/* small tap effect */
.product-card-clickable:active { transform: scale(0.995); transition: transform .08s; }

/* red circular + indicator */
.product-card-clickable .tap-add-indicator {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e60023;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:22px;
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
  z-index: 10;
  transition: transform .18s ease;
}

/* bubble counter top-right of the red circle */
.product-card-clickable .tap-add-indicator .count-bubble {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #fff;
  color: #e60023;
  font-size: 12px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* show bubble when card has count */
.product-card-clickable.has-cart-count .tap-add-indicator .count-bubble { display: flex; }/* End custom CSS */