.elementor-kit-2063{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6aad81fe:#4054B2;--e-global-color-18263eb0:#23A455;--e-global-color-5e0f099d:#000;--e-global-color-41d832de:#FFF;--e-global-color-cab9d78:#0183FF;--e-global-color-adbf0c9:#EFF1F5;--e-global-color-36efec8:#22D9C4;--e-global-color-e7fa213:#06DE9E;--e-global-typography-primary-font-family:"Roboto";--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-2063 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:7px;}.elementor-element{--widgets-spacing:7px 7px;--widgets-spacing-row:7px;--widgets-spacing-column:7px;}{}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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elm_c_btn.btn_c_all.is_main {
    display: none;
}
.store-warranty-container {
  display: flex !important;
  gap: 20px !important;
  justify-content: space-between !important;
  font-family: inherit !important;
  padding: 10px 0 !important;
}

.store-warranty-box {
  flex: 1 1 !important;
  max-width: 320px !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: center !important;
}

.store-price {

    font-size: 1.2rem !important;
    font-weight: 500 !important;  color: #222 !important;
  margin-bottom: 10px !important;
}

.store-buy-button {
  background-color: #2563eb !important;
  color: #fff !important;
  padding: 8px 23px !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
}

.store-buy-button:hover {
  background-color: #1e40af !important;
}

.store-description {
  font-size: 0.85rem !important;
  color: #444 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  justify-content: center !important;
}

.store-label {
  font-weight: bold !important;
  color: #333 !important;
}

.store-badge {
  padding: 1px 6px !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  color: #fff !important;
}

.store-gold-badge {
  background-color: #eab308 !important;
}

.store-silver-badge {
  background-color: #9ca3af !important;
}

.store-gold {
  border: 2px solid #eab308 !important;
  background: linear-gradient(to bottom right, #fffbe6, #fff1a8) !important;
}

.store-silver {
  border: 2px solid #9ca3af !important;
  background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb) !important;
}

@media (max-width: 700px) {
  .store-warranty-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .store-warranty-box {
    width: 90% !important;
  }
}/* End custom CSS */