.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#44D62C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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:992px){.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 */.floating-offer-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right bottom;
  z-index: 9999;
  animation: pulseGlow 1.8s infinite;
}

.floating-offer-btn .elementor-button {
  background: #44D62C;
  color: #000;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
  padding: 14px 26px;
  border: none;
}

@keyframes pulseGlow {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(68,214,44,0.7);
  }

  70% {
    opacity: 0.9;
    box-shadow: 0 0 0 18px rgba(68,214,44,0);
  }

  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(68,214,44,0);
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card .content-container {
  flex: 1;
}

.product-card .bottom-container {
  margin-top: auto;
}/* End custom CSS */