.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7e65e7c:#DEEFFC;--e-global-color-f5c60f2:#99A0AE;--e-global-color-75244aa:#EBEBEB;--e-global-color-b46c04e:#171717;--e-global-color-b81b3e8:#292929;--e-global-color-b242d5c:#E312EA;--e-global-color-f7898ac:#8A38F5;--e-global-color-2f8e74c:#000000;--e-global-color-87285e9:#FFFFFF;--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:"Outfit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-585c0b7-font-family:"Outfit";--e-global-typography-585c0b7-font-size:14px;--e-global-typography-585c0b7-font-weight:400;--e-global-typography-585c0b7-line-height:1.3em;--e-global-typography-4d1d80b-font-family:"Outfit";--e-global-typography-4d1d80b-font-size:14px;--e-global-typography-4d1d80b-font-weight:500;--e-global-typography-4d1d80b-line-height:1.3em;--e-global-typography-78104c4-font-family:"Outfit";--e-global-typography-78104c4-font-size:18px;--e-global-typography-78104c4-font-weight:500;--e-global-typography-78104c4-line-height:1.3em;--e-global-typography-324e320-font-family:"Outfit";--e-global-typography-324e320-font-size:20px;--e-global-typography-324e320-font-weight:500;--e-global-typography-324e320-line-height:1.4em;--e-global-typography-163ea89-font-family:"Outfit";--e-global-typography-163ea89-font-size:24px;--e-global-typography-163ea89-font-weight:700;--e-global-typography-163ea89-line-height:1.3em;--e-global-typography-4957fbc-font-family:"Outfit";--e-global-typography-4957fbc-font-size:30px;--e-global-typography-4957fbc-font-weight:500;--e-global-typography-4957fbc-line-height:1.3em;--e-global-typography-5e9f360-font-family:"Inter";--e-global-typography-5e9f360-font-size:14px;--e-global-typography-5e9f360-font-weight:400;--e-global-typography-5e9f360-line-height:1.3em;background-color:transparent;background-image:linear-gradient(90deg, #E312EA0A 10%, #8A38F50A 90%);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-75244aa );border-radius:16px 16px 16px 16px;padding:20px 020px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-78104c4-font-size:15px;--e-global-typography-324e320-font-size:16px;--e-global-typography-163ea89-font-size:18px;--e-global-typography-4957fbc-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.jet-radio-list-wrapper fieldset {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

/* Remove default row spacing */
.jet-radio-list__row {
  margin: 0 !important;
}

/* Hide native radio input */
.jet-radio-list__input {
  display: none !important;
}

/* Remove checkbox / tick icon */
.jet-radio-list__decorator,
.jet-radio-list__checked-icon {
  display: none !important;
}

/* Base button */
.jet-radio-list__button {
  padding: 15px 30px;
  border-radius: 16px;
  border: 1.5px solid #D0D5DD;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Label text */
.jet-radio-list__label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #475467;
  white-space: nowrap;
}

/* -------------------------------
   Hover gradient
   ------------------------------- */
.jet-radio-list__button:hover {
  background: linear-gradient(220deg, #E312EA 0%, #8A38F5 100%);
  border-color: transparent;
}

.jet-radio-list__button:hover .jet-radio-list__label {
  color: #ffffff;
}

/* -------------------------------
   Active / Checked gradient
   ------------------------------- */
.jet-radio-list__input:checked + .jet-radio-list__button {
  background: linear-gradient(220deg, #E312EA 0%, #8A38F5 100%);
  border-color: transparent;
}

.jet-radio-list__input:checked + .jet-radio-list__button .jet-radio-list__label {
  color: #ffffff;
}

/* -------------------------------
   Mobile responsive
   ------------------------------- */
@media (max-width: 767px) {
  .jet-radio-list-wrapper fieldset {
    gap: 6px;
  flex-wrap: nowrap;
  }

  .jet-radio-list__button {
    padding: 6px 15px;
  }

  .jet-radio-list__label {
    font-size: 14px;
  }
}


@media (max-width: 767px) {
  #ast-scroll-top {
    display: none !important;
  }
}




/* Target this specific widget only */
.elementor-element-ad57fa7 .custom-add-to-cart-button {
    all: unset;
    display: inline-block;
    padding: 10px 20px !important;
    border: 1px solid #ff00cc !important;
    background: transparent !important;
    color: #ff00cc !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.elementor-element-ad57fa7 .custom-add-to-cart-button:hover {
    background: linear-gradient(135deg, #8a2be2, #ff2cc3) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

/* When in cart */
.elementor-element-ad57fa7 .custom-add-to-cart-button[data-in-cart="true"] {
    background: linear-gradient(135deg, #8a2be2, #ff2cc3) !important;
    color: #fff !important;
    border: none !important;
}/* End custom CSS */