/** Shopify CDN: Minification failed

Line 255:21 Expected identifier but found whitespace
Line 255:23 Unexpected "{"
Line 255:32 Expected ":"
Line 256:10 Expected identifier but found whitespace
Line 256:12 Unexpected "{"
Line 256:21 Expected ":"
Line 257:17 Expected identifier but found whitespace
Line 257:19 Unexpected "{"
Line 257:28 Expected ":"
Line 725:21 Expected identifier but found whitespace
... and 20 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-hero-sction (INDEX:5) */
.about-hero-section {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 900px;
    display: flex;
    align-content: space-between;
    align-items: center;
    max-width: 2000px;
  }
  .about-hero-section .main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
  }
  .about-hero-section .top-heads-assets {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .about-hero-section .page-width {
    width: 100%;
  }
  .about-hero-section .sub-heading {
    color: #FFF;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .about-hero-section .main-heading {
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.44px;
    max-width: 515px;
  }
  /* .about-hero-section .main-heading p {
    letter-spacing: -3px;
  } */
  .about-hero-section .main-heading em {
    font-style: normal;
    font-weight: 500;
  }
  .about-hero-section .main-heading strong {
    font-style: normal;
    font-weight: 900;
  }
  .about-hero-section .about-hero-button {
    color: var(--Neutral-White, #F3EEE7);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-White, #F3EEE7);
    background: rgba(3, 3, 3, 0.20);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px 31px;
    margin-top: 10px;
  }
  @media(max-width: 990px) {
    .about-hero-section .main-heading {
      font-size: 44px;
      max-width: 350px;
    }
  }
  @media(max-width: 550px) {
    .about-hero-section .main-heading {
      font-size: 32px;
      max-width: 290px;
    }
    .about-hero-section .main-heading p {
      letter-spacing: -0.3px;
    }
    .page\.about-us .about-banner-section .main-desc p br:first-child{
      display: none;
    }
    .about-hero-section {
      background-position: bottom;
      height: 600px;
    }
    .about-hero-section .sub-heading {
      font-size: 18px;
    }
    .about-hero-section .about-hero-button {
      font-size: 18px;
      margin-top: 0px;
      padding: 15px 20px;
    }
  }
/* END_SECTION:about-hero-sction */

/* START_SECTION:about-purpose-section (INDEX:7) */
.about-purpose-section {
  background: #000;
  padding: 80px 0px 100px;
}
.about-purpose-section .main-heading {
  color: var(--Neutral-White, #F3EEE7);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 82.5px */
  max-width: 1018px;
}
.about-purpose-section .main-desc {
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;;
}
.about-purpose-section .main-logo {
  width: 80px;
  height: 55px;
}
.about-purpose-section .all-seets-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media(max-width: 768px) {
  .about-purpose-section .main-heading{
    font-size: 44px;
  }
  .about-purpose-section .main-desc {
    font-size: 20px;
  }
}
@media(max-width: 550px) {
  .about-purpose-section .main-heading{
    font-size: 32px;
  }
  .about-purpose-section .main-desc {
    font-size: 18px;
  }
  .about-purpose-section {
    padding: 30px 0 50px;
  }
}
/* END_SECTION:about-purpose-section */

/* START_SECTION:craftmanship (INDEX:24) */
/* ======================================== */
  /* ===== CRAFTMEN SECTION STYLES ===== */
  /* ======================================== */
  .ik-craftmen-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
  }

  .ik-craftmen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .ik-craftmen-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .ik-craftmen-content {
    width: 100%;
    padding: 40px 0;
  }

  /* Subtitle */
  .ik-craftmen-subtitle {
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  /* Heading */
  .ik-craftmen-title {
    font-family: 'Zen Maru Gothic' !important;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
  }

  /* Description */
  .ik-craftmen-desc {
    max-width: 540px;
    margin: 0 auto 28px;
    letter-spacing: 0.3px;
  }
  .ik-craftmen-content.text-left .ik-craftmen-desc {
    margin: 0 0 28px 0;
  }
  .ik-craftmen-content.text-right .ik-craftmen-desc {
    margin: 0 0 28px auto;
  }

  /* Button */
  .ik-craftmen-btn {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
  }

  .ik-craftmen-btn:hover {
    background-color: {{ section.settings.btn_hover_bg }};
    color: {{ section.settings.btn_hover_text }};
    border-color: {{ section.settings.btn_hover_border }};
  }

  /* ======================================== */
  /* ===== MOBILE RESPONSIVE ===== */
  /* ======================================== */
  @media (max-width: 768px) {
    .ik-craftmen-desktop {
      display: none !important;
    }
    .ik-craftmen-mobile {
      display: flex !important;
      min-height: 300px;
    }
    
    .ik-craftmen-container {
      max-width: 100%;
      padding: 0 15px;
    }

    .ik-craftmen-content {
      padding: 30px 0;
    }

    .ik-craftmen-title {
      font-size: 32px !important;
      line-height: 38px !important;
    }

    .ik-craftmen-desc {
      font-size: 14px !important;
      line-height: 24px !important;
      padding: 0 10px;
    }

    .ik-craftmen-btn {
      padding: 12px 30px !important;
      font-size: 12px !important;
    }
  }

  @media (max-width: 480px) {
    .ik-craftmen-mobile {
      min-height: 250px;
    }

    .ik-craftmen-title {
      font-size: 30px !important;
      line-height: 38px !important;
    }

    .ik-craftmen-desc {
      font-size: 15px !important;
      line-height: 26px !important;
    }

    .ik-craftmen-btn {
      padding: 10px 24px !important;
      font-size: 11px !important;
      width: 100%;
    } 
    div#ik-craftmen-mobile-template--22426213351555__craftmanship_tnRPwi {
      padding-top:250px!important;
    } 
    a.ik-craftmen-btn {
        background: transparent!important;
        border-radius: 10px!important;
    }
  }

  /* Desktop Only */
  @media (min-width: 769px) {
    .ik-craftmen-desktop {
      display: flex !important;
    }
    .ik-craftmen-mobile {
      display: none !important;
    }
  }
/* END_SECTION:craftmanship */

/* START_SECTION:creating-unique-section (INDEX:25) */
.creating-unqiue-section {
    padding: 70px 0 0px;
    background-color: #000;
  }
  .creating-unqiue-section .main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
   }
   .creating-unqiue-section .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
   }
   .creating-unqiue-section .section-heading strong {
     font-weight: 700;
   }
   .creating-unqiue-section .section-heading {
        color: #FFF;
        font-family: "Zen Maru Gothic";
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        margin: 0;
        max-width: 547px;
   }
   
   .creating-unqiue-section .section-description {
        color: #FFF;
        text-align: justify;
        font-family: Barlow;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px; /* 133.333% */
        margin: 0;
        max-width: 458px;
   }
   .creating-unqiue-section .image-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 60px;
      position: relative;
   }
   .creating-unqiue-section .banner-image {
      height: 350px;
      object-fit: cover;
   }
   .creating-unqiue-section .btm-banner {
      max-height: 350px;
      object-fit: cover;
   }
 
   .creating-unqiue-section .banner-image img {
      width: 100%;
      height: 100%;
      display: block;
   }
   .creating-unqiue-section .banner-text {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 10px;
      position: absolute;
      left: 50%;
     transform: translate(-50%, -40%);
   }
   .creating-unqiue-section .banner-description {
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 166.667% */
        margin: 0;
        max-width: 345px;
   }
   .creating-unqiue-section .banner-description strong {
      font-style: italic;
      font-weight: 500;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
   }
   .creating-unqiue-section .bottom.image-wrapper {
      margin-top: 0px;
   }
   .creating-unqiue-section .banner-btn {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    letter-spacing: 1.2px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-White, #F3EEE7);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    padding: 16px 31px;
    margin-top: 20px;
  }
   @media(max-width: 990px) {
    .creating-unqiue-section .image-wrapper {
      margin-top: 40px;
    }
    .creating-unqiue-section .banner-heading,
    .creating-unqiue-section .section-heading {
      font-size: 32px;
    }
    .creating-unqiue-section .section-description {
      font-size: 20px;
    }
    .creating-unqiue-section .banner-text {
      transform: translate(-50%, 30%);
    }
    .creating-unqiue-section {
      padding: 50px 0 20px;
    }
    .creating-unqiue-section .banner-description{
      font-size: 18px;
      max-width: 520px;
    }
    .creating-unqiue-section .text-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
   }

   @media(max-width: 550px) {
    .creating-unqiue-section .banner-text {
        transform: translate(-50%, -40%);
        width: 100%;
    }
    .creating-unqiue-section .banner-description {
      font-size: 14px;
      max-width: 320px;
    }
    .creating-unqiue-section .image-wrapper {
      margin-top: 30px;
    }
    .creating-unqiue-section .image-wrapper img {
        min-height: 120px;
        height: 120px;
        object-fit: cover;
    }
      .creating-unqiue-section .section-description {
        font-size: 18px;
      }
    .creating-unqiue-section .bottom.image-wrapper img{
      min-height: 160px;
      object-fit: cover;
    }
    .creating-unqiue-section .banner-btn {
        font-size: 18px;
    }
    .creating-unqiue-section .bottom.image-wrapper {
      margin-top: 0px;
    }
    .creating-unqiue-section {
      padding: 50px 0 0px;
    }
   }
/* END_SECTION:creating-unique-section */

/* START_SECTION:every-detail-section (INDEX:31) */
.every-detail-section {
    padding: 70px 0 20px;
    background-color: #EEEADB;
  }
 
  .every-detail-section .main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
   }
   .every-detail-section .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
   }
   .every-detail-section .section-heading strong {
     font-weight: 700;
   }
   .every-detail-section .section-heading {
      color: #000;
      font-family: "Zen Maru Gothic";
      font-size: 48px;
      font-style: normal;
      font-weight: 400;
      line-height: 112%; /* 53.76px */
      text-transform: capitalize;
      margin: 0;
   }
   .every-detail-section a{
     color: #fff;
   }
   
   .every-detail-section .section-description {
      color: #020202;
      font-family: Barlow;
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: 110%; /* 33px */
      margin: 0;
   }
   .every-detail-section .image-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 70px;
      position: relative;
   }
   .every-detail-section .image-wrapper img{
    height: 480px;
    object-fit: cover;
   }
   .every-detail-section .bottom.image-wrapper img{
    height: 410px
   }
   .every-detail-section .banner-image img {
      width: 100%;
      height: 100%;
      display: block;
   }
   .every-detail-section .banner-text {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: absolute;
      top: 150px;
      left: 100px;
   }
   .every-detail-section .banner-heading {
      color: #FFF;
      font-family: "Zen Maru Gothic";
      font-size: 48px;
      font-style: normal;
      font-weight: 400;
      line-height: 112%;
      text-transform: capitalize;
      margin: 0;
   }
   .every-detail-section .banner-description {
      color: var(--Neutral-White, #F3EEE7);
      font-family: Barlow;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 570px;
      margin: 0;
   }
   .every-detail-section .banner-description strong {
      font-style: italic;
      font-weight: 500;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
   }
   .every-detail-section .bottom.image-wrapper {
      margin-top: 10px;
   }
   @media(max-width: 990px) {
    .every-detail-section .image-wrapper {
      margin-top: 40px;
    }
    .every-detail-section .banner-heading,
    .every-detail-section .section-heading {
      font-size: 32px;
    }
    .every-detail-section .section-description {
      font-size: 20px;
    }
    .every-detail-section .banner-text {
      position: absolute;
      top: 80px;
      left: 50px;
    }
    .every-detail-section {
      padding: 50px 0 20px;
    }
    .every-detail-section .banner-description{
      font-size: 18px;
      max-width: 520px;
    }
   }

   @media(max-width: 550px) {
    .every-detail-section .text-wrapper {
      flex-direction: column;
      gap: 10px;
    }
    .every-detail-section .banner-text {
      position: absolute;
      top: 20px;
      left: 20px;
    }
    .every-detail-section .banner-description {
      font-size: 14px;
      max-width: 320px;
    }
    .every-detail-section .image-wrapper {
      margin-top: 30px;
    }
    .every-detail-section .image-wrapper img {
        min-height: 220px;
       height: 220px;
        object-fit: cover;
    }
    .every-detail-section .bottom.image-wrapper img{
      min-height: 150px;
      height: 150px;
      object-fit: cover;
    }
    .every-detail-section .bottom.image-wrapper {
      margin-top: 0px;
    }
     .every-detail-section .main-wrapper.page-width {
      padding: 0;
    }
    .every-detail-section {
      padding: 20px 0 10px;
    }
   }
/* END_SECTION:every-detail-section */

/* START_SECTION:heat-therapy (INDEX:49) */
.ik-heat-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    z-index: 0; /* Creates stacking context for pseudo-element */
  }
  h2.ik-heat-heading {
    font-family: 'Zen Maru Gothic' !important;
  }

  .ik-heat-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2; /* Ensures text stays above the overlay */
    width: 100%;
  }

  .ik-heat-content {
    width: 100%;
    padding: 40px 0;
  }
  
  .ik-heat-card-title{
    font-family: 'Zen Maru Gothic', sans-serif !important;
  }

  /* Buttons */
  .ik-heat-btn {
    text-decoration: none;
    transition: all 0.3s ease;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .ik-heat-btn:hover {
    background-color: {{ section.settings.btn_hover_bg }};
    color: {{ section.settings.btn_hover_text }};
    border-color: {{ section.settings.btn_hover_border }};
  }

  .ik-heat-bottom-btn:hover {
    background-color: {{ section.settings.bottom_btn_hover_bg }};
    color: {{ section.settings.bottom_btn_hover_text }};
    border-color: {{ section.settings.bottom_btn_hover_border }};
  }

  /* Cards - Desktop (3 Columns) */
  .ik-heat-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 0;
  }

  .ik-heat-card {
    transition: all 0.3s ease;
    background: #ffffff0f !important;
  }

  .ik-heat-card-icon img {
    width: 26px !important;
    display: block;
  }

  @media(min-width:768px){
    a.ik-heat-btn.ik-heat-top-btn {
      display: none!important;
    } 
    .ik-heat-card {
      border-radius: 0px!important;
    } 
    a.ik-heat-btn.ik-heat-bottom-btn {
      display: none!important;
    }
  }

  /* ======================================== */
  /* ===== DESKTOP / MOBILE TOGGLE ===== */
  /* ======================================== */
  @media (min-width: 769px) {
    .ik-heat-desktop {
      display: flex !important;
    }
    .ik-heat-mobile {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    .ik-heat-desktop {
      display: none !important;
    }
    .ik-heat-mobile {
      display: flex !important;
      min-height: 300px;
    }

    .ik-heat-container {
      padding: 0 15px;
    }

    .ik-heat-content {
      padding: 30px 0;
    }

    /* Cards - Stack on Mobile */
    .ik-heat-cards {
      grid-template-columns: 1fr;
      gap: 16px;
      margin: 0;
    }
  }
  
  @media(max-width:767px){
    h2.ik-heat-heading {
      display: none!important;
    }
    p.ik-heat-desc {
      display: none!important;
    }
    a.ik-heat-btn.ik-heat-top-btn {
      display: none!important;
    } 
  }
  
  @media (max-width: 480px) {
    .ik-heat-mobile {
      min-height: 250px;
    }
  }
/* END_SECTION:heat-therapy */

/* START_SECTION:home-hero-section (INDEX:57) */
.home-hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    /* display: flex;
    align-content: space-between;
    align-items: center; */
  }
  .home-hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 850px;
  }
  .home-hero-section .page-width {
    display: flex;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    justify-content: center;
    transform: translate(-50%, -100%);
  }
  .home-hero-section .main-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: normal;
    justify-content: space-between;
    width: 100%;
    padding: 15rem 0 380px;

  }
  .home-hero-section .top-heads-assets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-hero-section .bottom-text-assets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .home-hero-section .sub-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Barlow';
  }
  .home-hero-section .main-heading {
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 99.5%; /* 63.68px */
    text-transform: capitalize;
  }
  .home-hero-section .main-heading em {
    font-style: normal;
    font-weight: 500;
  }
  .home-hero-section .main-heading strong {
    font-style: normal;
    font-weight: 900;
  }
  .home-hero-section .description {
    color: #FFF;
    text-align: justify;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 116.667% */
    max-width: 300px;
  }
  .home-hero-section .main-button {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    letter-spacing: 1.2px;
    border-radius: 10px;
    border: 1px solid var(--Neutral-White, #F3EEE7);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    padding: 16px 30px;
  }
  @media (max-width: 1650px) {
    .home-hero-section img {
      max-height: 800px;
    }
    .home-hero-section .main-wrapper{
      padding: 12rem 0 280px;
    }
  }
  @media(max-width: 550px) {
    .home-hero-section {
      height: 600px;
    }
    .home-hero-section .main-heading {
      font-size: 32px;
    }
    .home-hero-section .description ,
    .home-hero-section .sub-heading {
      font-size: 18px;
    }
    .home-hero-section .main-button {
      font-size: 18px;
    }
    .home-hero-section .bottom-text-assets {
      margin: 0;
    }
    .home-hero-section .main-wrapper {
      padding: 12rem 0 6rem;
    }
  }
/* END_SECTION:home-hero-section */

/* START_SECTION:mobile-sec (INDEX:92) */
/* ======================================== */
  /* ===== HEAT BENEFITS SECTION STYLES ===== */
  /* ======================================== */
  
  .ik-heat-benefits-mobile {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block !important;
    background-color: #242833 !important;
  }

  .ik-heat-benefits-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }

  .ik-heat-benefits-content {
    width: 100%;
  }

  /* Hexagon Shape using Clip Path */
  .ik-heat-benefit-icon-hexagon {
    flex-shrink: 0;
    transition: all 0.3s ease;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }

  .ik-heat-benefit-item {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    cursor: pointer;
  }

  .ik-heat-benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    border-color: rgba(255, 255, 255, 0.15) !important;
    background-color: rgba(255, 255, 255, 0.10) !important;
  }

  .ik-heat-benefit-item:hover .ik-heat-benefit-icon-hexagon {
    background-color: rgba(255, 255, 255, 0.20) !important;
  }

  /* Hide on Desktop */
  @media (min-width: 769px) {
    .ik-heat-benefits-mobile {
      display: none !important;
    }
  }

  /* Show only on Mobile */
  @media (max-width: 768px) {
    .ik-heat-benefits-mobile {
      display: block !important;
    }
  }

  @media (max-width: 480px) {
    .ik-heat-benefits-container {
      padding: 0 16px;
    }
    
    .ik-heat-benefit-item {
      padding: 16px !important;
    }
    
    .ik-heat-benefit-icon-hexagon {
      width: 28px !important;
      height: 28px !important;
    }
  }
/* END_SECTION:mobile-sec */

/* START_SECTION:sauna-second (INDEX:109) */
/* ======================================== */
  /* ===== DESKTOP STYLES ===== */
  /* ======================================== */
  .ik-sauna-section-wrapper {
    width: 100%;
  }
  .ik-sauna-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
  }

  .ik-sauna-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .ik-sauna-subtitle {
    font-size: 11px;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ik-sauna-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #222;
    margin: 0 0 12px 0;
  }
  .ik-sauna-desc {
    font-size: 15px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
  }

  /* TABS - Desktop */
  .ik-sauna-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .ik-sauna-tabs {
    display: inline-flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
  }
  .ik-sauna-tab {
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    color: #555;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
  }
  .ik-sauna-tab.active {
    background: #111;
    color: #fff;
  }

  /* GALLERY - DESKTOP */
  .ik-sauna-gallery-container {
    position: relative;
    margin-bottom: 40px;
  }
  .ik-sauna-gallery {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .ik-sauna-gallery.active {
    display: block;
    opacity: 1;
  }
  
  .ik-sauna-gallery .ik-sauna-slider-wrapper {
    overflow: visible;
  }
  .ik-sauna-gallery .ik-sauna-slider-track {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
  }
  .ik-sauna-gallery .ik-sauna-slide:first-child {
    grid-row: span 3;
  }
  .ik-sauna-gallery .ik-sauna-slide:first-child .ik-sauna-img-wrap {
    height: 500px;
  }
  .ik-sauna-gallery .ik-sauna-slide:not(:first-child) .ik-sauna-img-wrap {
    height: calc((500px - 30px) / 3);
  }
  
  .ik-sauna-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
  }
  .ik-sauna-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ik-sauna-pagination {
    display: none;
  }

  /* CARDS - DESKTOP */
  .ik-sauna-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .ik-sauna-card {
    background-color: #F3EEE7;
    padding: 35px 25px 25px;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  .ik-sauna-card-highlight {
    border-color: #111;
    background-color: #faf9f7;
  }
  .ik-sauna-card-badge {
    position: absolute;
    top: 0;
    left: 75px;
    transform: translate(-50%, -50%);
    background: #111;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 14px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 2px;
  }
  .ik-sauna-card h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 12px;
    color: #111;
  }
  .ik-sauna-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 60px;
  }
  .ik-sauna-card-footer {
    font-size: 11px;
    width: fit-content;
    color: #888;
    border-bottom: 1px solid #eae8e3;
    padding-top: 14px;
    font-weight: 500;
  }

  /* FEATURES - DESKTOP */
  .ik-sauna-features {
    background: #242833;
    color: #fff;
    padding: 35px 40px 40px;
    border-radius: 4px;
    margin-top: 10px;
  }
  .ik-sauna-tick-icon {
    display: none;
  }
  .ik-sauna-features-title {
    font-size: 11px;
    letter-spacing: 1px;
    color: #aaa;
    margin-bottom: 22px;
    font-weight: 600;
  }
  .ik-sauna-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 25px;
  }
  .ik-sauna-feature-item {
    font-size: 13px;
    line-height: 1.4;
    color: #d1d1d1;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 14px;
  }

  /* ======================================== */
  /* ===== MOBILE STYLES (ONLY) ===== */
  /* ======================================== */
  @media (max-width: 768px) {
    #ik-sauna-{{ section.id }} {
      padding-bottom: 0px !important;
    }

    /* HEADER */
    .ik-sauna-subtitle {
      font-size: 10px;
      letter-spacing: 2px;
      margin-bottom: 8px;
    }
    .ik-sauna-title {
      font-size: 28px;
      font-weight: 300;
      line-height: 1.3;
      margin-bottom: 10px;
      padding: 0 5px;
    }
    .ik-sauna-desc {
      font-size: 14px;
      padding: 0 10px;
      max-width: 100%;
    }

    /* TABS */
    .ik-sauna-tabs-wrapper {
      margin-bottom: 30px;
    }
    .ik-sauna-tabs {
      width: 100%;
      display: flex;
      border-radius: 20px !important;
      overflow: hidden;
    }
    .ik-sauna-tab {
      flex: 1;
      padding: 15px 5px;
      text-align: center;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.3px;
    }

    /* GALLERY */
    .ik-sauna-gallery-container {
      margin-bottom: 30px;
      overflow: visible;
    }
    .ik-sauna-gallery {
      display: none;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .ik-sauna-gallery.active {
      display: block;
      opacity: 1;
    }

    .ik-sauna-gallery .ik-sauna-slider-wrapper {
      overflow: hidden;
      border-radius: 20px !important;
      margin-inline: 0;
      padding-inline: 0;
    }

    .ik-sauna-gallery .ik-sauna-slider-track {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 0;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 0;
    }
    .ik-sauna-gallery .ik-sauna-slider-track::-webkit-scrollbar {
      display: none;
    }
    
    .ik-sauna-gallery .ik-sauna-slide {
      flex: 0 0 100%;
      scroll-snap-align: center;
      min-height: 280px;
    }
    .ik-sauna-gallery .ik-sauna-slide .ik-sauna-img-wrap {
      height: 280px;
      border-radius: 0 !important;
    }
    .ik-sauna-gallery .ik-sauna-slide .ik-sauna-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 !important;
    }

    /* DOTS */
    .ik-sauna-pagination {
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 18px;
      padding: 6px 0;
      position: relative;
      z-index: 1;
    }
    .ik-sauna-dot {
      width: 8px;
      height: 8px;
      background: #d0d0d0;
      border-radius: 4px !important;
      transition: all 0.3s ease;
      cursor: pointer;
      display: inline-block;
    }
    .ik-sauna-dot.active {
      background: #111;
      width: 24px;
      border-radius: 4px !important;
    }

    /* CARDS */
    .ik-sauna-cards {
      display: flex !important;
      flex-direction: column;
      gap: 0;
      margin-bottom: 25px;
    }
    .ik-sauna-card {
      display: none !important;
      padding: 28px 20px 20px;
      border-radius: 20px !important;
    }
    .ik-sauna-card.mobile-active {
      display: flex !important;
      flex-direction: column;
    }
    .ik-sauna-card-highlight {
      border-color: #111;
      border-width: 2px;
    }
    .ik-sauna-card-badge {
      font-size: 9px;
      padding: 4px 12px;
      letter-spacing: 0.8px;
      top: 0;
      left: 75px;
      transform: translate(-50%, -50%);
      border-radius: 4px !important;
    }
    .ik-sauna-card h3 {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 10px;
    }
    .ik-sauna-card p {
      font-size: 13px;
      line-height: 1.6;
      margin-bottom: 18px;
      min-height: auto;
    }
    .ik-sauna-card-footer {
      font-size: 11px;
      padding-top: 12px;
      width: fit-content;
    }

    /* FULL-SCREEN MODE FEATURES CONTAINER (ZERO BORDER RADIUS) */
    .ik-sauna-features {
      padding: 35px 48px 40px !important;
      border-radius: 0px !important; 
      margin-top: 5px;
      margin-left: -20px !important;
      margin-right: -20px !important;
      margin-bottom: 0px !important;
      width: calc(100% + 40px) !important;
      box-sizing: border-box !important;
    }
    .ik-sauna-features-title {
      font-size: 10px;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }
    .ik-sauna-features-grid {
      display: flex !important;
      flex-direction: column !important; 
      gap: 16px !important;
    }
    .ik-sauna-feature-item {
      font-size: 12px;
      line-height: 1.4;
      padding-left: 0;
      
      /* Shifted border framework strictly to the left edge of the icon component block */
      border-left: 1px solid rgba(255, 255, 255, 0.24) !important;
      padding-left: 14px;
      
      display: flex !important;
      align-items: center;
    }
    .ik-sauna-tick-icon {
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      width: 14px;
      flex-shrink: 0;
      margin-right: 14px; /* Added clean spacing gap between check icon and content string */
    }
    .ik-sauna-feature-text {
      display: block;
    }
  }

  /* SMALL PHONES */
  @media (max-width: 480px) {
    .ik-sauna-title {
      font-size: 24px;
    }
    .ik-sauna-tab {
      font-size: 10px;
      padding: 15px 4px;
    }
    .ik-sauna-gallery .ik-sauna-slide {
      min-height: 230px;
    }
    .ik-sauna-gallery .ik-sauna-slide .ik-sauna-img-wrap {
      height: 230px;
    }
    .ik-sauna-card h3 {
      font-size: 25px;
    }
    .ik-sauna-card p {
      font-size: 12px;
    }
    .ik-sauna-features-grid {
      gap: 14px 12px;
    }
    .ik-sauna-feature-item {
      font-size: 11px;
    }
    .ik-sauna-dot {
      width: 7px;
      height: 7px;
    }
    .ik-sauna-dot.active {
      width: 20px;
    }
  }

  /* Override for specific mobile fixes */
  @media(max-width:767px){
    .ik-sauna-section-wrapper{
      padding-bottom: 0px !important;
    }
    .ik-sauna-gallery .ik-sauna-slide:first-child .ik-sauna-img-wrap {
      height: 290px;
    }
    .ik-sauna-gallery .ik-sauna-slide .ik-sauna-img-wrap {
      height: 290px !important;
      border-radius: 0 !important;
    }
    .ik-sauna-pagination {
      z-index: 0 !important;
      margin-top: -29px !important;
    }
  }
/* END_SECTION:sauna-second */

/* START_SECTION:showcase-ikigai-section (INDEX:110) */
.showcase-ikigai-section {
   padding: 60px 0;
   background: #000;
}
.showcase-ikigai-section .main-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 60px;
}
.showcase-ikigai-section .main-headigs-box {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}
.showcase-ikigai-section .main-heading strong {
   font-weight: 700;
}
.showcase-ikigai-section .main-heading {
   color: #FFF;
   font-family: "Zen Maru Gothic";
   font-size: 64px;
   font-style: normal;
   font-weight: 400;
   line-height: 110%;
   max-width: 400px;
}
.showcase-ikigai-section .main-description {
   color: #FFF;
   font-family: Barlow;
   font-size: 30px;
   font-style: normal;
   font-weight: 400;
   line-height: 110%; /* 33px */
}
.showcase-ikigai-section .benfits-block-wrapper {
   display: flex;
   gap: 21px;
   justify-content: center;
}
.showcase-ikigai-section .benfits-block {
   position: relative;
   width: 33%;
   height: 100%;
}
.showcase-ikigai-section .benfits-block img {
   width: 100%;
   height: auto;
   display: block;
}
.showcase-ikigai-section .benfits-content {
   position: absolute;
   bottom: 0px;
   left: 0px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    display: flex;
    flex-direction: column;
    padding: 0 45px 45px 45px;
    gap: 15px;
}
.showcase-ikigai-section .benfits-content .block-head {
   color: #FFF;
   font-family: "Zen Maru Gothic";
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 95%; /* 19px */
}
.showcase-ikigai-section .benfits-content .block-desc {
   color: var(--Neutral-White, #F3EEE7);
   font-family: Barlow;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}
.showcase-ikigai-section .benfits-content .block-desc a {
    color: var(--Neutral-White, #F3EEE7);
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}
@media (max-width: 1150px) {
    .showcase-ikigai-section .benfits-content {
        padding: 0 20px 20px;
    }
}
@media (max-width: 990px) {
    .showcase-ikigai-section .main-heading {
        font-size: 32px;
        max-width: 270px;
    }
    .showcase-ikigai-section .main-description {
        font-size: 20px;
    }
    .showcase-ikigai-section .benfits-content .block-head {
        font-size: 16px;
    }
    .showcase-ikigai-section .benfits-content .block-desc {
        font-size: 12px;
    }
    .showcase-ikigai-section .benfits-content {
        padding: 0 10px 10px;
        gap: 10px;
    }
    .showcase-ikigai-section .main-wrapper {
        gap: 50px;
    }
}

@media (max-width: 767px) {
   .showcase-ikigai-section {
      padding: 40px 0;
   }
   .showcase-ikigai-section .page-width{
      padding: 0px 0;
   }
   .showcase-ikigai-section .main-headigs-box {
      flex-direction: column;
      text-align: center;
      gap: 10px;
   }
   .showcase-ikigai-section .main-heading {
      font-size: 32px;
   }
   .showcase-ikigai-section .main-description {
      font-size: 16px;
      line-height: 140%; /* 22px */
   }
   .showcase-ikigai-section .benfits-block-wrapper {
      flex-direction: column;
      gap: 15px;
   }
   .showcase-ikigai-section .benfits-block {
      width: 100%;
   }
   .showcase-ikigai-section .benfits-content {
      padding: 0 30px 30px;
   }
   .showcase-ikigai-section .benfits-content .block-head {
      font-size: 16px;
      line-height: 120%; /* 19px */
   }
   .showcase-ikigai-section .benfits-content .block-desc {
      font-size: 12px;
      line-height: 140%; /* 17px */
   }  
}
/* END_SECTION:showcase-ikigai-section */

/* START_SECTION:what-include-section (INDEX:122) */
.whats-include-section {
    background: #EEEADB;
    /* max-width: 1440px; */
    padding: 30px 0px;
  }
  .whats-include-section .main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .whats-include-section .left-wrap {
    width: 45%;
  }
  .whats-include-section .right-wrap {
    width: 50%;
    padding: 0 20px;
  }
  .whats-include-section .main-heading {
    color: #000;
    font-family: "Zen Maru Gothic";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 83.2px */
  }
  .whats-include-section .main-image {
    width: 100%;
    display: flex;
  }
  .whats-include-section .all-text-assets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .whats-include-section .numbr-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
 
  .whats-include-section .text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #4F5F82;
  }
  .whats-include-section .block-number {
    color: #000;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .whats-include-section .samll-text {
    color: #000;
    font-family: "Zen Maru Gothic";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
    max-width: 315px;
  }
  .whats-include-section .block-text {
    color: #000;
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%; /* 19px */
    text-transform: uppercase;
    max-width: 230px;
    text-align: left;
  }
  .whats-include-section .shop-btn {
    color: #FFF;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #1945A4;
    padding: 16px 52px;
    margin: 0 auto;
    cursor: pointer;
  }
  .whats-include-section .all-text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  @media (max-width: 1250px) {
    .whats-include-section .all-text-box {
      gap: 10px;
    }
    .whats-include-section .main-heading {
      font-size: 54px;
    }
    .whats-include-section .text-box {
      padding: 10px 0px;
    }
    .whats-include-section .numbr-text {
      gap: 20px;
    }
    .whats-include-section .block-text {
      font-size: 18px;
      max-width: 160px;
    }
    .whats-include-section .block-number {
      font-size: 26px;
    }
  }
  @media(max-width: 990px) {
    .whats-include-section .main-wrapper.page-width {
      padding: 0;
    }
    .whats-include-section .main-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .whats-include-section .right-wrap,
    .whats-include-section .left-wrap {
        width: 100%;
    }
     .whats-include-section .right-wrap {
        padding: 0 20px 30px;
    }
    .whats-include-section .main-heading {
        font-size: 32px;
    }
    .whats-include-section .text-box {
        padding: 5px 0px;
    }
    .whats-include-section .numbr-text {
        gap: 10px;
    }
    .whats-include-section .block-number {
        font-size: 20px;
    }
    .whats-include-section .block-text {
        font-size: 14px;
        max-width: 200px;
    }
    .whats-include-section .samll-text {
        font-size: 12px;
        width: 100%;
        min-width: 100%;
    }
    .whats-include-section .text-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .whats-include-section .shop-btn{
        font-size: 16px;
        padding: 15px 40px
    }
    .whats-include-section .all-text-box {
      gap: 20px;
    }
  }
/* END_SECTION:what-include-section */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:rental-pdp-button (INDEX:167) */
.subscription-selector .custom-dropdown {
  position: relative;
  width: 100%;
}

#dropdown-button {
  width: 100%;
  padding: 24px 20px;
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  letter-spacing: 1.92px;
  background-color: #1945A4;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.subscription-selector .dropdown-options {
  position: absolute;
  width: 100%;
  background-color: #0e2342;
  border-radius: 0 0 10px 10px;
  margin-top: 2px;
  z-index: 99;
  list-style: none;
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}

.subscription-selector .dropdown-options li {
  padding: 16px 0;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid #122f56;
}
.subscription-selector .month-display {
    color: #CBCBCB;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.subscription-selector .dropdown-options li:hover {
  background-color: #183c6b;
}
.subscription-selector .buy-now-button {
  color: #000;
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFF;
  padding: 24px 20px;
  text-decoration: none;
  margin-top: 2rem;
  width: 100%;
}
.custom-price-display.idr span{
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}
.custom-price-display.dollar span {
  color: #898989;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
}


@media(max-width: 749px) {
  .subscription-selector .buy-now-button,
  .subscription-selector #dropdown-button {
    padding: 18px 20px;
    font-size: 18px;
    width: 100%;
  }
  .subscription-selector .dropdown-options li {
    padding: 10px 0;
    font-size: 14px;
  }
}
/* END_SNIPPET:rental-pdp-button */