.elementor-kit-403{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#0B0B0B;--e-global-color-accent:#FFD100;--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-403 button,.elementor-kit-403 input[type="button"],.elementor-kit-403 input[type="submit"],.elementor-kit-403 .elementor-button{background-color:#FFD100;color:#000000;}.elementor-kit-403 e-page-transition{background-color:#FFBC7D;}.elementor-kit-403 h3{font-family:"Lora", Sans-serif;font-size:18px;}.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-kit-403{--e-global-typography-primary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-403{--e-global-typography-primary-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Card elevation + hover */
.product-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
}

/* Hover gallery overlay (desktop) */
.hover-gallery {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: .25s ease;
}
.product-card:hover .hover-gallery,
.product-card:focus-within .hover-gallery {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Tag pills */
.tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #facc15;   /* accent edge */
  background: #fff7c2;          /* soft yellow */
  margin: 4px 6px 0 0;
}

/* Buttons */
.product-card .elementor-button {
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.product-card .elementor-button--style-outline {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #111;
}/* End custom CSS */