.elementor-kit-2045{--e-global-color-primary:#F6941D;--e-global-color-secondary:#2B5983;--e-global-color-text:#6A7282;--e-global-color-accent:#F6941D;--e-global-color-0bad73c:#E07D10;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-weight:500;}.elementor-kit-2045 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* =========================
   KC Mobile Header - Remove Blur
========================= */

@media (max-width: 767px){

  header,
  .elementor-location-header,
  .elementor-location-header .elementor-section,
  .elementor-location-header .e-con,
  .elementor-location-header .elementor-element{
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    filter:none !important;
  }

  .elementor-location-header{
    background:#ffffff !important;
  }

  .elementor-location-header img{
    image-rendering:auto;
    filter:none !important;
    transform:none !important;
  }
}

/* =========================
KC Shop - View all + JS pagination
========================= */

.kc-view-all-wrap{
  margin-top:20px;
  text-align:center;
}

.kc-view-all-btn{
  appearance:none;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 20px;
  border-radius:999px;
  font-family:"Prompt", sans-serif;
  font-size:13px;
  line-height:1;
  cursor:pointer;
  transition:all .2s ease;
}

.kc-view-all-btn--b2c{
  background:rgba(246,148,29,.08);
  color:#F6941D;
}

.kc-view-all-btn--b2b{
  background:rgba(43,89,131,.08);
  color:#2B5983;
}

.kc-view-all-btn:hover{
  opacity:.8;
  transform:translateY(-1px);
}

.kc-pagination-wrap{
  margin-top:48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}

.kc-pagination-info{
  margin:0;
  color:#9CA3AF;
  font-family:"Prompt", sans-serif;
  font-size:12px;
  line-height:1.4;
}

.kc-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-wrap:wrap;
}

.kc-page-btn{
  appearance:none;
  width:36px;
  height:36px;
  border-radius:12px;
  border:1px solid #E5E7EB;
  background:#FFFFFF;
  color:#374151;
  font-family:"Prompt", sans-serif;
  font-size:14px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all .2s ease;
}

.kc-page-btn:hover:not(:disabled):not(.is-active){
  border-color:#F6941D;
  color:#F6941D;
}

.kc-page-btn.is-active{
  background:#F6941D;
  border-color:#F6941D;
  color:#FFFFFF;
  box-shadow:0 6px 16px rgba(246,148,29,.25);
}

.kc-page-btn:disabled{
  opacity:.3;
  cursor:not-allowed;
}

@media (max-width:767px){
  .kc-pagination-wrap{
    margin-top:32px;
  }

  .kc-page-btn{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:13px;
  }
}

/* =========================
KC Single Post - remove bottom gap
========================= */

body.single-post .elementor-location-single.post,
body.single-post .elementor-location-single[class*="post-"],
body.single-post .post,
body.single-post article.post,
body.single-post .entry-content,
body.single-post .article-inner{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

body.single-post .elementor-location-single > .elementor-element:last-child,
body.single-post .elementor-location-single > .e-con:last-child{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

body.single-post .elementor-location-single .elementor-widget:last-child{
  margin-bottom:0 !important;
}/* End custom CSS */