/** Shopify CDN: Minification failed

Line 109:8 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.join {
  margin-left:20px; border-radius:30px; color:#fff; height:45px; font-size:14px; padding:10px 25px; background:#e85367;
}

.hide, .t4s-shipping_calculator, .hulk-powered-wrapper, .t4s-post-item.t4s-post-des-7 .t4s-post-metas, .paywhirl-plan-selector-header, .paywhirl-info-popup,
.t4s-post-item .t4s-post-content, .t4s-post-metas, .t4s-mb-nav__tabs .t4s-mb-tab__title:nth-of-type(2), .t4s-mb-nav__tabs {
  display:none!important;
}
.red {
  color:#e85367!important;
  font-weight:600!important;
}
/*************************************************************************************** FONT LOADING ****************************************************/
@font-face {
  font-family: 'Futura-Light';
  src: url('/cdn/shop/files/Futura-Light.eot?v=1746125566'); /* IE */
  src: url('/cdn/shop/files/Futura-Light.eot?v=1746125566') format('embedded-opentype'), /* IE fix */
       url('/cdn/shop/files/Futura-Light.woff?v=1746125566') format('woff'), /* Modern Browsers */
       url('/cdn/shop/files/Futura-Light.ttf?v=1746125610') format('truetype'), /* Safari, Android, iOS */
       url('/cdn/shop/files/Futura-Light.otf?v=1746125565') format('opentype'); /* OpenType fonts */
  font-weight: normal;
  font-style: normal;
}

/*********************************************************************************** HEADER *****************************************************************/
.t4s-type__drop>.t4s-sub-menu a {
  font-size:18px!important;
  font-weight:500!important;
  color:#343434!important;
}
.t4s-type__drop>.t4s-sub-menu a:hover{
  color:#e85367!important;
}

.t4s-top-bar-text__item p {
 
    line-height: 20px!important;
}
.t4s-type__drop>.t4s-sub-menu {
    
    border-radius: 10px;
}
/********************************************************* GALLERY *************************************/


    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
    }
    .gallery a{
      border-bottom:none!important;
    }
    .gallery a img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease-in-out;
    }

    .gallery a:hover img {
      transform: scale(1.03);
    }

    @media (max-width: 600px) {
      body {
        padding: 1rem;
      }
    }
/******************************************************************************** FAQ BUTTONS *********************************************************************/
    .button-container {
      display: flex;
      flex-wrap: wrap; /* Allow wrapping to create rows */
      gap: 20px; /* Add spacing between buttons */
      width: 1040px; /* Adjust width to fit two buttons per row */
      justify-content: center; /* Center buttons within the container */
      margin:auto;
    }
    .custom-button {
      display: flex;
      align-items: center; /* Center vertically */
      justify-content: center; /* Center horizontally */
      background-color: #EBF9FC;
      color: #000;
      border: 2px solid #222;
      border-radius: 30px;
      padding: 1px 25px 10px;
      text-decoration: none;
      font-size: 20px;
      font-weight:600;
      cursor: pointer;
      transition: background-color 0.3s, border-color 0.3s;
      width: auto; /* Fixed width for each button */
      height: 65px; /* Consistent height */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      text-align: center;
    }
        }
    .custom-button:nth-child(1) {
      background-color: #EBF9FC; /* Light aqua */
      color: #005bb5; /* Change text color for visibility */
    }
    .custom-button:nth-child(2) {
      background-color: #F8BBD0; /* Light pink */
    }
    .custom-button:nth-child(3) {
      background-color: #E1BEE7; /* Light purple */
    }
    .custom-button:nth-child(4) {
      background-color: #D1C4E9; /* Light violet */
    }
    .custom-button:nth-child(5) {
      background-color: #C5CAE9; /* Light blue */
    }
    .custom-button:nth-child(6) {
      background-color: #BBDEFB; /* Light sky blue */
    }
    .custom-button:nth-child(7) {
      background-color:  #bbfbf8; /* Light sky blue */
    }
    .custom-button:nth-child(8) {
      background-color: #fbd8bb; /* Light sky blue */
    }

   
    .custom-button:hover {
      background-color: #79cdeb;
      border: 2px solid #fff;
      color:#fff;
    }
    .custom-button img {
      width: 40px;
      height: 40px;
      margin-right: 10px; /* Space between image and text */
    }
    .custom-button.active {
      background-color: #121212; /* Active background - gold */
     /* box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);*/ /* Simulate a pressed effect */
      color: #fff; /* Change text color for visibility */
      border: 2px solid #fff !important;
    }

    .custom-button:active {
      background-color: #FFD700; /* Active state background color */
      box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
      color: #fff;
    }



/************************************************************************** HOME: MORE THAN A BOX CSS  *********************************************************/
 .green-checklist {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
  }

  .green-checklist li {
    position: relative;
    padding-left: 80px; /* Space for the background icon */
    margin-bottom: 24px;
     font-family: 'Futura';
    color: #002147;
      list-style: none;
  }

  .green-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 50px;
    height: 50px;
    background-image: url('/cdn/shop/files/green-arrow.png?v=1750101744');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .green-checklist strong {
    display: block;
    font-size: 1.5em;
     line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .green-checklist span {
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 400;
  }
/*************************************************************** PRODUCT OPTIONS ****************************************************************/


.gpo-dropdown .dropdown-button {
  
    border: 1px solid #ffecc7 !important;
 
    border-radius: 30px!important;
}
.gpo-label, .gpo-label span.label-content, .gpo-label span.addOn, .gpo-label.required span.label-content::after {
 
    font-size: 14px;
    font-family: 'Futura-Light';

}
.gpo-choicelist input+label, .gpo-choicelist input+label span{
    font-size: 16px;
  font-family: 'Futura-Light';
}

.paywhirl-plan-selector .paywhirl-plan-selector-price span {
  
    color: #000;
}
.gpo-ov-wrapper.horizontal {

    margin-top: 20px;
}
.t4s-product__info-container {
  width:80%!important;
}
.paywhirl-plan-selector .paywhirl-plan-selector-group-container {

    background: #fff!important;
}
#shopify-block-AVzlYMXJuNjF6R0szT__globo_product_option_app_block_wbwcT6,
#shopify-block-ASWFjS2t3NDVtbkY5T__globo_product_option_app_block_wbwcT6{
  width:95%!important;
   margin-bottom:20px!important;
}
#shopify-block-AOTM1VnBxcXdHQ1A5N__globo_product_option_app_block_wbwcT6{
  width:95%!important;
   margin-bottom:20px!important;
}
/*#shopify-block-AVzlYMXJuNjF6R0szT__globo_product_option_app_block_wbwcT6{
  margin-bottom:20px!important;
}
.gpo-form__group span {
  display:none!important;
}*/
.gpo-element {
  margin-bottom: 5px!important;
}
.gpo-app {
  background: transparent!important;
  margin:0!important;
}
.gpo-input-wrap, .gpo-input {
  border: 1px solid #ffecc7 !important;
  border-radius: 30px!important;
  font-family: 'Futura'!important;
  font-size:16px!important;
}


/***************************************************************************** TRACKING ORDERS ********************************************************************************/
.pp_tracking_title{
    text-align: center;
    margin-bottom: 20px;
}

.pp_tracking_span{
  font-size:18px!important;
}

.t4s-sticky-atc__title {
 
    display: block !important;
}
.t4s-sticky-atc__qty .is--minus, .t4s-sticky-atc__qty .is--plus {
 
    margin: 0!important;
}
.t4s_nt_se_template--19338105323765__image_text_WXLTzq .t4s-container{
  max-width:900px!important;
}

.t4s-image-text-carousel img{
   border-radius: 30px 0 0 30px!important;
}

.t4s_nt_se_template--19338105323765__image_text_WXLTzq .t4s-container .t4s-container-inner {
  
    border-radius: 30px!important;
}

.t4s-image-text .t4s-btn{
  font-size:18px;
}

.t4s-image-text-des p {
    line-height: 30px;
    color: #fff;
    font-size: 24px;
}
.t4s-image-text .t4s-image-text-content {
    padding-left: 30px;
    padding-right: 30px;
}
.t4s-top-bar-text__item p {

    font-size: 14px;
    letter-spacing: 1px;
}

p, ul li, ol li {
    font-size: 18px;
  line-height:24px;
    font-weight: 400;
  color:#343434;
}

.legal-container {
  width:900px!important;
  margin:auto!important;
}
.legal-container p{
    font-size: 18px;
  line-height:24px;
    font-weight: 400;
  color:#565656;
}

.t4s-accor-title .t4s-accor-text {
    font-weight:600;
    font-size: 20px;
}
.t4s-tab-wrapper.t4s-active .t4s-accor-title .t4s-accor-item-nav {
    background-color: #e85268;
}
.t4s-accordion-style-2 .t4s-accor-title .t4s-accor-item-nav {
 
    background-color: #ffe5e9;
}

.t4s-type-accordion .t4s-tab-content {

    color: #565656;
  font-weight:400;
    font-size: 18px;
}
.t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title {
  
    background-color: #fff8ee;
}
.t4s-type-accordion .t4s-tab-wrapper .t4s-accor-title {
  
    background-color: #edf7ef;
}

.shopify-policy__container {
  
  max-width:80ch;
}

.shopify-policy__body {
  color:#333;
  font-size:18px;
  line-height:24px;
}
.bl-bl_col_ayXtzr .t4s-col-inner , .bl-bl_col_mC8XwL .t4s-col-inner , .bl-bl_col_zDWqcq .t4s-col-inner  {
  border-radius:20px!important;
}

.bl-bl_col_3Q7wBg {
  margin-top:-65px!important;
}

.t4s-rating-wapper {
    color: #fec42d;
    min-height: 35px!important;

    margin-bottom: 20px!important;
    border-bottom: 1px solid #eee;
}

.t4s-quote-author {
   color: #022848!important;
  font-size: 18px!important;
  margin-bottom:10px!important;

}
.t4s-quote-content p, .t4s-quote-texts p {
    font-size: 16px!important;
    color: #022848!important;
}

.t4s-rating-wapper svg {
    width: 16px;
    height: 16px;
  margin: 2px!important;
    fill: #ea5165!important;
}

.t4s-quotes-des-2 .t4s-quote-wrap, .t4s-quotes-des-3 .t4s-quote-wrap {
  
    box-shadow: none!important;
}

.t4s-footer-menu ul li {
  
    margin-bottom: 5px!important;
}

.join {
  margin-left:20px; border-radius:30px; color:#fff; height:45px; 
  font-size:14px; 
  padding:10px 25px; 
  background:#e85367;
  font-weight:bold;
  
}

.join:hover{
  background:#56cfe1!important;
  color:#fff!important;
}

.sign-in{
  font-size:18px!important;
  color:#333!important;
  font-weight:500!important;
}
.t4s-post-item .t4s-post-title {
    font-size: 24px;
  line-height:30px;
    font-weight: 600;
 
}

.t4s-post-item .t4s-post-content {
    font-size: 18px;
  font-weight: 400;
    line-height: 24px;
 
}

input[type="submit"]{
    background: #e85367;
    color: #fff;
    border: 1px solid #e85367;
}
/********************************************************************************** SUBSCRIPTION *****************************************************************************************/

.subi-membership-selling-plan-name, .subi-membership-discount{
    color: #022848!important;
}
.subi-tiers-list {

}
.subi-widget-box {
    border: none!important;
  
    padding: 0!important;

}
.subi-header-wrapper h5{
  display:none!important;
}
.subi-membership-selling-plan.active {
    background: #fff;
    color: #022848;
}
.subi-membership-selling-plans-list {
  margin: 0!important;
    background: #ffecc7!important;
  border-radius: 30px!important;
  padding:10px!important;
  border:none!important;
}
.subi-membership-selling-plan {
    font-size: 18px;
  font-weight:500;
  border-radius: 30px;
  letter-spacing:1px;
}
.subi-tier-item .subi-tier-info .checkbox-label::before {
    left: -26px;
    border: 1px solid #fcd17e;
    background: #ffecc7;
}
.subi-tier-item .subi-tier-info .checkbox-label {
  color: #022848!important;
    font-size: 18px!important;
}
.subi-tier-price {
  font-size:18px!important;
  padding:5px!important;
  text-align:center!important;
  border-radius:0px!important;
      background: #fff!important;
    color: #022848!important;
    border-left: 1px solid #aaa;
    border-radius: 0px !important;
}

.subi-tier-item {
  padding:10px 12px 10px 36px!important;
    border-radius: 30px!important;
    border: 1px solid  #ffecc7!important;

    background: #fff!important;
}
.subify-root, .subify-root *{
  width:100%!important;
}
/************************************************************************************ REVIEWS *******************************************************************/
#shopify-section-template--19297646280949__1747688528acc5fcb2{
  background:#F9F4EF!important;
}

.kl_reviews__summary.kl_reviews__summary.kl_reviews__summary h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Futura';
    font-weight: 600;
  padding:20px 0 0;
}
/************************************************************************************ CART **********************************************************************/
.t4s-main-cart .t4s-quantity-cart-item .is--minus,  
.t4s-main-cart .t4s-quantity-cart-item .is--plus{
    margin-top: 0px!important;
}
.t4s-main-cart .t4s-page_cart__title {
    font-size: 18px!important;
    letter-spacing: 1px!important;
    line-height: 22px!important;
}
.t4s-main-cart .t4s-btn-group__checkout-update {

        margin-bottom: 20px!important;
}

.t4s-cart_selling_plan, .product-details__item--property{
  font-size:14px!important;
  line-height: 20px!important;
}

.t4s-cart__agree a{
  color:#56cfe1!important;
  text-decoration:underline!important;
}

.t4s-mini_cart__title {
    font-size: 16px!important;
    font-weight: 600!important;
  color: #57cee1!important;
}
/***************************************************************** PRODUCTS ***************************************************/
.product-storytime-stars-book-club .t4s-product__media-wrapper{
  background-image:url(https://kulturedkidsclub.com/cdn/shop/files/Kultured-Kid-Club-Storytime-Stars_2e9088a2-7d4e-4031-b65c-4b0163d486ef.png);
  background-position:center center;
  background-size:cover;
      min-height: 200px;
}

.product-rising-readers-book-club .t4s-product__media-wrapper{
  background-image:url(https://kulturedkidsclub.com/cdn/shop/files/Kultured-Kid-Club-Rising-Readers-v2_187de64e-b8d7-42dc-8e0c-3c27c68c1937.png);
  background-position:center center;
  background-size:cover;
      min-height: 200px;
}

.product-young-explorers-book-club .t4s-product__media-wrapper{
  background-image:url(https://kulturedkidsclub.com/cdn/shop/files/KKC-Young-Explorers_7166888d-089a-490c-8bd0-b75de62ee0dd.png);
  background-position:center center;
  background-size:cover;
      min-height: 200px;
}

.product-storytime-stars-book-club .t4s-product__media-wrapper .t4s-product__one_media, .product-rising-readers-book-club .t4s-product__media-wrapper .t4s-product__one_media,
.product-young-explorers-book-club .t4s-product__media-wrapper .t4s-product__one_media {
  display:none!important;
}



.t4s-product-form__buttons .t4s-quantity-wrapper {
  
    width: 100%!important;

    margin-bottom: 20px!important;
}
.t4s-mini_cart__actions .t4s-quantity-cart-item button {
  margin-top:0px!important;
}
.is--tab-design-mb__accordion.accordion-2 .t4s-tab__title .t4s-tab__text{
    font-size: 24px;
}

.t4s-product-form__buttons .t4s-quantity-wrapper {
    height: 60px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number]{

    height: 58px;
 }
.t4s-product-form__buttons .t4s-quantity-wrapper button {
    height: 60px;
}
.t4s-product-form__buttons #shopify-installments span{
      padding-bottom: 10px!important;
  margin-bottom:40px!important;
}
.t4s-product-form__buttons {
  margin-top:0px!important;
}

.product-storytime-stars-book-club .t4s-product-form__buttons,
.product-rising-readers-book-club .t4s-product-form__buttons,
.product-young-explorers-book-club .t4s-product-form__buttons
{
  margin-top:-40px!important;
}
.product-storytime-stars-book-club .t4s-product__title{
  color:#15892E!important;
}

.product-rising-readers-book-club .t4s-product__title{
  color:#F6A02A!important;
}

.product-young-explorers-book-club .t4s-product__title{
  color:#EA5165!important;
}

.t4s-product-form__buttons>.t4s-flex-wrap {
        flex-wrap: wrap !important;
}

.product-storytime-stars-book-club .t4s-product-form__buttons>.t4s-flex-wrap,
.product-rising-readers-book-club .t4s-product-form__buttons>.t4s-flex-wrap,
.product-young-explorers-book-club .t4s-product-form__buttons>.t4s-flex-wrap
{
        flex-wrap: wrap !important;
}
.product-tags {
 margin-bottom:0px!important;
}

.product-tags .tag {
  display:none;
  background-color: transparent;
  color: #333;
  border-bottom:1px solid #aaa;
  padding: 5px 1px;
  margin-right: 5px;
  border-radius: 0px;
  font-size: 16px;
  text-transform:uppercase;
  
}

.t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__submit{
  background:#e85367;
  width:100%;
  height:60px!important;
  font-size:18px;
  font-weight:bold;
}

.t4s-section-main-product {
        background-image: url('https://kulturedkidsclub.com/cdn/shop/files/Kultured-Kid-Club-BG-v1.jpg?v=1745527725&width=3024')!important;
      background-size: cover!important;
      background-repeat: no-repeat!important;
      background-position: center!important;
}
.t4s-product__title {
    font-size: 24px !important;
    letter-spacing: 1px !important;
    line-height: 1.1em !important;
    margin-top: 20px!important;
    display: block !important;
}

.product-storytime-stars-book-club .t4s-product__title{
  color:#15892E!important;
}
.t4s-product__info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

}
.t4s-product__description p{
  font-size:18px!important;
  line-height:1.2em!important;
}

.t4s-product-form__buttons .t4s-quantity-wrapper .is--minus, .t4s-product-form__buttons .t4s-quantity-wrapper .is--plus {

    margin-top: 0px!important;
}

.breadcrumb_pr_wrap {
 
    margin-bottom: 0px!important;
}
.t4s-product .t4s-product-title {
    font-size: 18px;

    line-height: 28px;
   
}
/************************************************ ENRICHMENT PROGRAM FORM ********************************************************/
.hulk_form_NXaN6OyX8E120x8M0kVqeA input, .hulk_form_NXaN6OyX8E120x8M0kVqeA textarea, 
.hulk_form_NXaN6OyX8E120x8M0kVqeA select, .hulk_form_NXaN6OyX8E120x8M0kVqeA .form-control[disabled],
.hulk_form_NXaN6OyX8E120x8M0kVqeA .form-control[readonly] {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: 'Futura' !important;
    font-weight: 500 !important;
  height:40px;
}
input::placeholder {
  font-size: 16px!important;
}
.form_generater_form_div .form-group {
    margin-bottom: 10px;
}
/****************************************************** JOIN CLUB BUTTON *******************************************************************/

.form-step-wrap{
  background:#fff;
  border-radius:20px;
  padding:30px;
}
.step-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}

.step {
  text-align: center;
  color: #6e7191;
}

.circle {
  width: 40px;
  height: 40px;
  border: 2px solid #dfe3e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 5px;
  background-color: white;
  color: #6e7191;
}

.step.active .circle {
  border-color: #cce5e7;
  background-color: #e6f5f6;
  color: #0fa3af;
}

.dot-line {
  width: 30px;
  height: 6px;
  background: radial-gradient(circle, #dfe3e8 2px, transparent 2px);
  background-size: 6px 6px;
  background-repeat: repeat-x;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #0fa3af;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
/******************************************************************** ENRICHMENT TAB ******************************************************/
.form_generater_form_div .checkbox label, .form_generater_form_div .checkbox-multi label, .form_generater_form_div .radio label ,
.form_submit_div .btn{
 
    font-family: 'Futura' !important;
}

@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-content {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.tab-content.animate {
  animation-name: slideInTop;
}
    .tabs-wrapper {
      width: 100%;
      background-color: #f5f5f5;
    }

    .tabs-container {
      max-width: 100%;
      min-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .tab {
      flex: 1;
      text-align: center;
      padding: 1em 0.5em!important;
      color: white;
      font-weight: bold!important;
      cursor: pointer;
      min-width: 200px;
      transition: background-color 0.3s;
      font-size:2.0rem;
      line-height:1.2em;
    }

    .tab.green { background-color: #5e8d3d; }
    .tab.blue { background-color: #77b9d3; }
    .tab.red { background-color: #e05c5c;color:#fff!important; }
    .tab.orange { background-color: #e1a948; }
    .tab.darkblue { background-color: #2a3c6b; }
    
    h2.green { color: #5e8d3d; }
    h2.blue { color: #77b9d3; }
     h2.red { color: #e05c5c; }
   h2.orange { color: #e1a948; }
   h2.darkblue { color: #2a3c6b; }

    .tab.active {
      box-shadow: inset 0 -4px #ffa304;
    }
     .tab-content h2{
      /* color:#1f8834;*/
       font-size:25px;
       line-height:30px;
     }
          .tab-content h4{
       color:#032849;
            font-size:35px;
            line-height:40px;
            font-weight:600;
            margin-bottom:20px;
     }
               .tab-content p{
       color:#032849;
            font-size:18px;
            line-height:24px;
            font-weight:400;
     }
      .tab-content ul li{
       color:#1f8834;
                 font-size:20px;
            line-height:26px;
         font-weight:500;
      }
     .quote-btn{
       display: inline-block; margin-top: 1em; 
       font-size:18px; 
       background-color: #e05c5c; color: white; 
       padding: 12px 24px!important; border-radius: 30px; 
       text-decoration: none; 
       font-weight: bold;}

    @media (max-width: 1000px) {
      .tabs-container {
        flex-direction: column;
        min-width: auto;
      }
      .tab {
        min-width: auto;
        width: 100%;
      }
    }

    .tab-content {
      max-width: 1400px;
      margin: 20px auto;
      padding: 1em 1em 5em;
      display: none;
      border: 0px solid #ccc;
      background: #fff;
    }

    .tab-content.active {
      display: block;
    }
/*********************************** Custom-Checklist-Container ********************/
.custom-checklist-container {
  max-width: 1000px;
  margin: 0 auto;
}

.custom-checklist {
  list-style: none!important;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  margin-left:-30px;
}

.custom-checklist li {
  position: relative;
    list-style: none!important;
  padding-left: 30px;
  font-weight: 600;
  font-size: 2rem;
  color: #0B1C39; /* dark blue text */
  line-height: 1.2;
}

.custom-checklist li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
  color: #C66; /* muted red check */
}
/******** FAQ CRIPPLED BG ********/
.t4s_nt_se_template--19338105323765__accordion_h8rmGA, 
.t4s_nt_se_template--19342243987701__accordion_h8rmGA,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA,
.t4s_nt_se_template--19345369596149__accordion_h8rmGA,
.t4s_nt_se_template--19353690570997__accordion_h8rmGA,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA{
     /* background-image: url('/cdn/shop/files/Crumpled-bg-v3.jpg?v=1746733316')!important;*/
      background-image: url('/cdn/shop/files/KKC-FAQ-BG-v1.jpg?v=1747249623')!important;
      background-size: cover!important;
      background-repeat: no-repeat!important;
      background-position: center!important;
      /*border: 2px solid #d9d3cb;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/ 
      padding: 30rem 2rem 22rem!important;
      border-radius: 6px;
    /*  max-width: 1400px;*/
      margin: auto;
      box-sizing: border-box;
      color: #333; /* dark text for contrast */
    }
.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title,

.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title{
    background-color: transparent!important;
}

.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-type-accordion .t4s-tab-wrapper .t4s-accor-title,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-type-accordion  .t4s-tab-wrapper .t4s-accor-title, 
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-type-accordion  .t4s-tab-wrapper .t4s-accor-title,

.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-type-accordion  .t4s-tab-wrapper .t4s-accor-title, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-type-accordion  .t4s-tab-wrapper .t4s-accor-title,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-type-accordion  .t4s-tab-wrapper .t4s-accor-title{
    background-color: transparent!important;
}

.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-accor-title .t4s-accor-text,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-accor-title .t4s-accor-text,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-accor-title .t4s-accor-text,

.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-accor-title .t4s-accor-text, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-accor-title .t4s-accor-text, 
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-accor-title .t4s-accor-text{
  color:#052748;
  font-size: 30px;
  line-height:1.3em!important;
}
.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content,

.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content,
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-type-accordion .t4s-tab-content {
  border:none!important;
}
.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title,

.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title,
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-accordion-style-2 .t4s-type-accordion .t4s-accor-title{
    padding: 10px 40px 10px 0px;
}
.t4s_nt_se_template--19338105323765__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper, 
.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper{
 
    border-bottom: 1px solid #16892e;
}
.t4s_nt_se_template--19342243987701__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper{
    border-bottom: 1px solid #F6A02A;
}
.t4s_nt_se_template--19342368997621__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper, 
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-type-accordion>.t4s-tab-wrapper {
    border-bottom: 1px solid #EA5165;
}


/******** IMAGE TEXT SECTION ********/

.img-text-section {
      display: flex;
      flex-wrap: wrap;
      border-radius: 30px;
      overflow: hidden;
      max-width: 1200px;
      margin: 20px auto;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 900px; /* Set max width to 900px */
    }

    .image-section {
      flex: 1 1 45%;
      min-height: 300px;
    }

    .text-section {
      flex: 1 1 60%;
      min-height: 300px;
    }
.ls {
    flex: 1 1 45%!important;

}
    .image-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .text-section {
    
      color: white;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
       text-align: left;
    }

    .green-box {
      background-color: #17892e;

    }
        .orange-box {
      background-color: #f6a02a;

    }
        .red-box {
      background-color: #e95064;

    }
        .text-section h3 {
      margin: 10px 0;
      font-size: 3rem;
      font-weight: 600;
      color:#fff;
       margin-bottom: 20px;
    }
    .text-section h4 {
      margin: 0;
      font-size: 2.0rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
        color:#fff;
    }

    .text-section p {
      font-size: 1.75rem;
      line-height:1.3em;
      margin-bottom: 60px;
          color:#fff;
    }

.cta-link {
  font-weight: 500;
  color: white!important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
        font-size: 2rem;
  transition: opacity 0.3s ease;
}

    .cta-link :hover {
     /* background: white;*/
      color: #4E843A;
    }
    .arrow-icon {
  transition: transform 0.3s ease;
}

.cta-button:hover .arrow-icon {
  transform: translateX(4px);
}
.t4s-accordion-style-2 .t4s-accor-title .t4s-accor-item-nav {

    right: 10px!important;

}
    @media (max-width: 768px) {
      .image-section {

    min-height: 200px;
}
      .img-text-section {
        flex-direction: column;
      }

      .text-section {
        padding: 30px 20px;
      }
    .text-section h3 {
        font-size: 2.5rem;
      }
      .text-section h4 {
        font-size: 2rem;
      }

      .text-section p {
        font-size: 2rem;
        margin-bottom:20px;
      }
    }
/*************************************** BLOG ******************************/

.t4s-post-item .t4s-post-info {
margin-bottom: 0!important;
}
.t4s-entry-date {
  color:#000!important;
}
.t4s-article-image{
  width:900px!important;
}

.t4s-post-inner {
  padding:0 0 20px!important;
}
.template-blog article.t4s-post-item {
   box-shadow: 1px 1px 10px #ccc;
    border-radius: 20px;
    padding: 0px;
  width:28%!important;
  margin:30px!important;
}
.t4s-post-item.t4s-post-des-7 .t4s-post-info {
position: absolute;
left: 0px!important;
right: 0px!important;
bottom: 0px!important;

padding: 10px!important;

}

.t4s-main-blog .t4s-post-item .t4s-post-thumb {
margin-bottom:0px;
  border-radius:20px 20px 0 0;
}
.t4s-post-item .t4s-post-title {
  margin-top:10px!important;
  margin-bottom:50px!important;
}
.t4s-post-item .t4s-post-title a {
line-height:1.2em!important;
font-size: 24px!important;
padding: 10px 0 0!important;
}
.t4s-article-related .t4s-post-title a {
line-height:1.2em!important;
font-size: 20px!important;
padding: 10px 0 0!important;
  color:#2a2a2a;
  text-decoration:none!important;
  border-bottom: none !important;
}
.t4s-post-info, .t4s-post-content, .t4s-post-readmore{
  padding:0 20px!important;
}
.t4s-post-item .t4s-post-readmore {
    font-size: 14px;
    text-transform: uppercase;
    color: #e85367;
    line-height: 21px;
    font-weight: 600;
}
 .t4s-post-content {
   margin:20px 0 20px!important;
 }
.t4s-article-content {
  width:900px!important;
  margin:auto!important;
}
.t4s-post-item.t4s-post-des-7 .t4s-post-title{
  font-size:24px;
  line-height:30px;
  text-transform:capitalize!important;
  
}
  .t4s-post-item.t4s-post-des-7 .t4s-post-info {
   padding:10px 20px!important;
    left: 0px!important; 
    right: 0px!important; 
    bottom: -10px!important;
    background: #01274a!important;
 

    width: 100%!important;
}


  .gpo-paragraph p span {
    font-size:14px!important;
    font-family: Futura-Light!important;
  color:#000!important;
    background:none!important;
  }
.required p span, #paragraph-2 p span{
  color:#ff0000!important;
}
  .paywhirl-plan-selector, .paywhirl-plan-selector .paywhirl-plan-selector-group-container, #shopify-block-AWVV4WHErekRMUGd6O__paywhirl_subscriptions_paywhirl_plan_selector_7reW46 {
  margin:0!important;
  }

  .kl_reviews__list_container {
 
    min-height: 100px!important;
}
/*************************************** GALLERY *****************************************************/
/* Responsive 3-column gallery */
.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
}

.custom-gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.custom-gallery-grid img:hover {
  transform: scale(1.05);
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .custom-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .custom-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Popup Lightbox - centered fix */
#lightbox-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

#lightbox-overlay.active {
  display: flex;
}

.lightbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
}

#lightbox-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/*---------------- Custom CSS for laptop -------------------*/
@media (max-width: 1366px) {
  
  .gpo-form__group.gpo-col-3 {
    width: 50%!important;
}
    .template-blog article.t4s-post-item {
    width:40%!important;
  }
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
  .t4s-article-content,.t4s-article-image {
    width: 100% !important;
    
}


}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .hulk_form_NXaN6OyX8E120x8M0kVqeA .form_generater_form_div {
    padding:10px!important;
  }
  .tab-content h4 {

  font-size: 30px!important;
  line-height: 35px!important;
  }
  .quote-btn {

  font-size: 16px!important;

  padding: 12px 20px !important;
  }
  .join {
    display:none!important;
  }
  .template-blog article.t4s-post-item {
    width:90%!important;
  }
        .custom-button {
        width: 100%; /* Full width for smaller screens */
          font-size:16px!important;
          height:45px!important;
      }
          .button-container {
gap:10px!important;
  width: 100%!important;
    }
.t4s-product__info-container {
    width: 100% !important;
}

    .green-checklist li {
  
    padding-left: 50px;
    margin-bottom: 14px;

  }
  .green-checklist li::before {

    width: 36px;
    height: 36px;
  }
  .green-checklist strong {
    display: block;
    font-size: 1.2em;
     line-height: 1.4;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .green-checklist span {
    font-size: 1.25em;
    line-height: 1.4;
  }

  .gpo-form__group.gpo-col-3 {
    width: 100%!important;
}
.t4s_nt_se_template--19338105323765__accordion_h8rmGA  .t4s-accor-title .t4s-accor-text,
.t4s_nt_se_template--19342243987701__accordion_h8rmGA  .t4s-accor-title .t4s-accor-text,
.t4s_nt_se_template--19342368997621__accordion_h8rmGA  .t4s-accor-title .t4s-accor-text, 
  
.t4s_nt_se_template--19345369596149__accordion_h8rmGA .t4s-accor-title .t4s-accor-text, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA .t4s-accor-title .t4s-accor-text,
.t4s_nt_se_template--19353748111605__accordion_h8rmGA .t4s-accor-title .t4s-accor-text {
 
    color:#052748;
    font-size: 26px!important;
      line-height:1.1em!important;
}
.t4s_nt_se_template--19338105323765__accordion_h8rmGA, .t4s_nt_se_template--19342243987701__accordion_h8rmGA, 
.t4s_nt_se_template--19342368997621__accordion_h8rmGA, .t4s_nt_se_template--19345369596149__accordion_h8rmGA, 
.t4s_nt_se_template--19353690570997__accordion_h8rmGA, .t4s_nt_se_template--19353748111605__accordion_h8rmGA{
   /*background-image: url('/cdn/shop/files/Crumpled-bg-Mobile-v2.jpg?v=1746734148')!important;*/
background-image: url('/cdn/shop/files/KKC-FAQ-BG-Mobile-v1.jpg?v=1747250725')!important;
      padding: 15rem 0rem 17rem!important;
  margin-top:-100px!important;
 
}
  .legal-container {
  width:100%!important;
  
}
  .text-section {
    
    min-height: 200px!important;
}

  .t4s_nt_se_template--19297645887733__feature_columns_DwkqzR,  .t4s_nt_se_template--19297645887733__feature_columns_faBXXB, .t4s_nt_se_template--19297645887733__feature_columns_DAdxYN{
  margin:0!important;
  padding:20px;
}

  .join {
  margin-left:0px!important;
    height:30px!important; 
    font-size:9px!important; 
    padding:10px 8px!important;
}

  .sign-in{
    display:none!important;
  }
  .bl-bl_col_3Q7wBg {
  margin-top:-35px!important;
}
  
}
