/** Shopify CDN: Minification failed

Line 356:24 Unexpected "{"
Line 356:33 Expected ":"
Line 365:24 Unexpected "{"
Line 365:33 Expected ":"
Line 378:24 Unexpected "{"
Line 378:33 Expected ":"
Line 383:24 Unexpected "{"
Line 383:33 Expected ":"
Line 388:24 Unexpected "{"
Line 388:33 Expected ":"
... and 192 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:kairaus-blogs (INDEX:39) */
/* =============================
  BLOGS SECTION (moved from assets/index.css)
  ============================= */

  .blogs {
    padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 6vw, 7.5rem);
    background: var(--primary-bg);
    background-color: var(--kblogs-section-bg);
  }

   .blogs-container {
    max-width: 1600px;
    margin: auto;
  }

   .blogs-heading {
    text-align: center;
    margin-bottom: 56px;
  }

   .blogs-heading h2 {
    font-family: "Manrope";
    font-size: 56px;
    font-weight: 500;
    color: var(--heading-gray);
    color: var(--kblogs-heading);
  }

   .blogs-heading p {
    font-size: 24px;
    color: var(--sub-tebt-gray);
    color: var(--kblogs-subtitle);
  }

   .blog-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: clamp(1rem, 2vw, 1.5rem);
  }

   .blogs-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: clamp(1rem, 2vw, 1.5rem);
  }

   .blogs-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 2vw, 1.5rem);
  }

   .blog-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 0.25rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }

   .featured-blog {
    min-height: clamp(28rem, 42vw, 36rem);
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2)),
      url("https://images.unsplash.com/photo-1603190287605-e6ade32fa852");
  }

   .featured-blog2 {
    min-height: clamp(12rem, 18vw, 18rem);
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2)),
      url("https://images.unsplash.com/photo-1618220179428-22790b461013");
  }

   .featured-blog3 {
    min-height: clamp(10rem, 14vw, 14rem);
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2)),
      url("https://images.unsplash.com/photo-1615874959474-d609969a20ed");
  }

   .featured-blog4 {
    min-height: clamp(10rem, 14vw, 14rem);
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2)),
      url("https://images.unsplash.com/photo-1600585152220-90363fe7e115");
  }

   .overlay-one {
    padding: clamp(1rem, 1.6vw, 1.5rem);
    width: 100%;
    color: white;
  }

   .overlay-one h3 {
    font-family: "Manrope";
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.6rem;
    color: var(--kblogs-overlay-heading);
    text-align: left;
  }

   .overlay-one p {
    font-size: clamp(0.8rem, 1vw, 1rem);
    opacity: 0.85;
    margin-bottom: 1rem;
    color: var(--kblogs-overlay-body);
  }

   .badge-one {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    border-radius: 0.125rem;
    font-weight: 500;
    background: var(--kblogs-badge-bg);
    color: var(--kblogs-badge-text);
  }

   .read-more {
    font-size: clamp(0.8rem, 1vw, 1rem);
    color: white;
    text-decoration: underline;
    color: var(--kblogs-read-more);
  }

   .blogs-btn {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3vw, 3rem);
  }

   .blogs-btn button {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 1.6rem;
    font-size: clamp(0.9rem, 1vw, 1.1rem);
    background: var(--black);
    color: white;
    border-radius: 0.4rem;
    border: none;
    cursor: pointer;
    background: var(--kblogs-explore-bg);
    color: var(--kblogs-explore-text);
  }

   .blogs-btn img {
    width: 1.2rem;
  }

  .blogs-btn svg {
    width: 20px;
    height: 20px;
  }

  @media (max-width: 1919px) {
     .blog-grid {
      grid-template-columns: 1.2fr 1fr;
    }
  }

  @media (max-width: 1599px) {
     .featured-blog {
      min-height: clamp(26rem, 40vw, 32rem);
    }

    .blogs {
      padding: 5.5rem clamp(2rem, 6.25vw, 7.5rem);
    }

    .blogs h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

     .overlay-one h3 {
      font-size: 1.25rem;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }

  @media (max-width: 1439px) {
     .blog-grid {
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
    }

     .blogs-right,
     .blogs-bottom {
      gap: 0.75rem;
    }

     .overlay-one p {
      display: none;
    }

     .featured-blog {
      min-height: clamp(22rem, 42vw, 28rem);
    }
  }

  @media (max-width: 1023px) {
     .blog-grid {
      grid-template-columns: 1fr;
    }

     .blogs-right {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }

     .blogs-bottom {
      grid-template-columns: 1fr;
    }

     .featured-blog {
      min-height: 18rem;
    }
    .blogs-heading p{
      font-size:14px;
      margin-bottom: 0px;
    }
    .blogs h2{
      font-size:24px;
    }
  }

  @media (max-width: 768px) {
    .section-kairaus-blogs .blogs-heading{
      margin-bottom: 0px;
    }
    .blogs {
      padding: 3rem 1rem;
    }

     .blog-grid {
      margin: 1.8rem 0;
      gap: 0.5rem;
    }

     .blogs-right {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      gap: 0.5rem;
    }

     .blogs-bottom {
      grid-template-columns: 1fr;
    }

     .featured-blog {
      background-position: top;
      border-radius: 0;
    }

     .featured-blog2,
     .featured-blog3 {
      min-height: 18rem;
      border-radius: 0;
    }

     .featured-blog4 {
      display: none;
    }

     .badge-one {
      font-size: 11px;
      padding: 5px 10px;
    }

     .overlay-one h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 16px;
      margin-bottom: 0.5rem;
    }

     .overlay-one p {
      display: none;
    }
  }

  @media (max-width: 576px) {
    .blogs-btn button{
      padding: 0.5rem 1rem;
      font-size: 14px !important;
    }
    .blogs-btn svg {
        width: 15px;
        height: 15px;
    }
     .blogs-right {
      grid-template-columns: 1fr 1fr;
    }

     .blogs-bottom {
      grid-template-columns: 1fr;
    }

     .featured-blog,
     .featured-blog2,
     .featured-blog3 {
      min-height: 13.5rem;
    }
  }

  @media (max-width: 480px) {
     .featured-blog,
     .featured-blog2,
     .featured-blog3 {
      min-height: 10.5rem;
    }

     .overlay-one h3 {
      font-size: 0.875rem;
    }
  }
/* END_SECTION:kairaus-blogs */

/* START_SECTION:kairaus-browse-motion (INDEX:40) */
/* ------ BROWSE IN MOTION (moved from assets/index.css) ------- */

  #KairausBrowseMotion-{{ section.id }}.browse-motion {
    width: 100%;
    margin: 0;
    padding: clamp(3.5rem, 6vw, 6.25rem) 0;
    background: var(--main-white);
    overflow: hidden;
    background-color: var(--kbm-bg);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
    width: 100%;
    max-width: min(100%, 120rem);
    margin: 0 auto;
    padding-left: 0;
    padding-right: clamp(3.5rem, 6vw, 7.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 30rem);
    column-gap: clamp(1.5rem, 3vw, 4rem);
    align-items: center;
    position: relative;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__left {
    min-width: 0;
    overflow: hidden;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__slider {
    width: 100%;
    overflow: hidden;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__slider.swiper-horizontal {
    border-radius: 0;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__slider .swiper-wrapper {
    align-items: stretch;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-list {
    transform: none;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-card {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(24rem, 42vw, 40rem);
    overflow: hidden;
    background: #ddd;
    border-radius: 0 !important;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 0 !important;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.1)
    );

    /* customization */
    background-color: var(--kbm-overlay);
    opacity: var(--kbm-overlay-opacity);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-card h3 {
    position: absolute;
    left: clamp(0.875rem, 1.2vw, 1.125rem);
    bottom: clamp(0.875rem, 1.2vw, 1rem);
    z-index: 2;
    margin: 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
    color: var(--kbm-card-title);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__content {
    width: 100%;
    min-width: 0;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 400;
    color: #434547;
    margin-bottom: clamp(0.75rem, 1.2vw, 0.875rem);
    letter-spacing: -0.03em;
    color: var(--kbm-heading);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__content p {
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    line-height: 1.45;
    font-weight: 300;
    color: #8e8e8e;
    margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
    color: var(--kbm-text);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__content a {
    display: inline-block;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    line-height: 1.2;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 0.125rem;
    color: var(--kbm-link);
    text-decoration: underline;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: clamp(0.75rem, 1vw, 0.875rem);
    margin-top: clamp(1rem, 1.5vw, 1.25rem);
    padding-right: 0;
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow {
    width: clamp(3rem, 4vw, 4rem);
    height: clamp(3rem, 4vw, 4rem);
    border: 0.125rem solid #3d3d3d;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2f2f2f;
    transition: 0.5s ease;
    flex-shrink: 0;

    /* customization */
    color: var(--kbm-nav);
    border-color: var(--kbm-nav);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow svg {
    width: clamp(1.125rem, 1.5vw, 1.5rem);
    height: clamp(1.125rem, 1.5vw, 1.5rem);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow:hover {
    transform: translateY(-1px);
    background-color: var(--black);

    /* customization */
    color: var(--kbm-nav-hover);
    border-color: var(--kbm-nav-hover);
  }

  #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow:hover svg {
    color: #fff;
  }

  @media (max-width: 1600px) and (min-width: 1440px) {
    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: clamp(24rem, 42vw, 40rem);
    }
  }

  @media (max-width: 1439px) and (min-width: 1101px) {
    #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
      grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 20rem);
      column-gap: 2.5rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: clamp(22rem, 38vw, 34rem);
    }
  }

  @media (max-width: 1100px) and (min-width: 577px) {
    #KairausBrowseMotion-{{ section.id }}.browse-motion {
      padding: clamp(3rem, 5vw, 4.5rem) 0;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
      grid-template-columns: minmax(0, 1.3fr) minmax(14rem, 16rem);
      column-gap: 2.5rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content h2 {
      max-width: 100%;
      font-size: clamp(1.9rem, 3.8vw, 2.6rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content p {
      max-width: 100%;
      margin-bottom: 1.5rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: clamp(22rem, 52vw, 32rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card h3 {
      font-size: clamp(1.35rem, 3vw, 2rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__nav {
      justify-content: center;
    }
  }

  @media (max-width: 900px) and (min-width: 577px) {
    #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
      column-gap: 1.75rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: clamp(20rem, 58vw, 27rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content h2 {
      font-size: clamp(1.25rem, 4.8vw, 2.2rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content p {
      font-size: clamp(0.95rem, 2vw, 1.125rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content a {
      font-size: clamp(0.95rem, 2vw, 1.125rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow {
      width: 3.25rem;
      height: 3.25rem;
    }
  }

  @media (max-width: 768px) and (min-width: 577px) {
    #KairausBrowseMotion-{{ section.id }}.browse-motion {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
      grid-template-columns: 1fr;
      row-gap: 2rem;
      padding-left: clamp(1.25rem, 3vw, 2rem);
      padding-right: clamp(1.25rem, 3vw, 2rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__left {
      order: 2;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content {
      order: 1;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: 32rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card h3 {
      font-size: clamp(1.25rem, 3vw, 1.75rem);
      left: 0.875rem;
      bottom: 0.875rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content h2 {
      font-size: clamp(1.75rem, 5vw, 2.25rem);
      margin-bottom: 0.625rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content p {
      font-size: 1rem;
      margin-bottom: 1.25rem;
      line-height: 1.5;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content a {
      display: none;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__nav {
      margin-top: 1rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow {
      width: 3rem;
      height: 3rem;
    }
  }

  @media (max-width: 576px) {
    #KairausBrowseMotion-{{ section.id }} .browse-motion__slider {
      margin-bottom: 0;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__container {
      grid-template-columns: 1fr;
      row-gap: 2rem;
      padding-left: clamp(1.25rem, 3vw, 2rem);
      padding-right: clamp(1.25rem, 3vw, 2rem);
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__left {
      order: 2;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card {
      height: 480px;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-card h3 {
      font-size: 16px;
      left: 14px;
      bottom: 14px;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content {
      order: 1;
      max-width: 100%;
      text-align: center;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content h2 {
      font-size: 24px;
      margin-bottom: 0.5rem;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__content p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__nav,
    #KairausBrowseMotion-{{ section.id }} .browse-motion__content a {
      display: none;
    }

    #KairausBrowseMotion-{{ section.id }} .browse-motion__arrow {
      width: 40px;
      height: 40px;
    }
    .browse-motion{
      padding:30px 0 59px;
    }
  }
/* END_SECTION:kairaus-browse-motion */

/* START_SECTION:kairaus-contact-strip (INDEX:43) */
/* NEWSLETTER (moved from assets/index.css) */

  #KairausContactStrip-{{ section.id }} .contact-strip {
    background-color: var(--secondary-white);
    padding: 76px 120px;
    position: relative;
    background-color: var(--kcs-strip-bg);
  }

  #KairausContactStrip-{{ section.id }} .contact-elipse {
    position: absolute;
    width: 100%;
    height: 230px;
    border-radius: 50%;
    left: 0px;
    top: 100px;
    opacity: 0.15;
    background: var(--sub-tebt-gray, #8B8B8B);
    filter: blur(50px);
    background: var(--kcs-elipse);
  }

  /* The original CSS referenced ./Assets SVGs here; left empty to avoid broken URLs in Shopify */
  #KairausContactStrip-{{ section.id }} .contact-strip::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 500px;
    top: 0;
    left: 0;
    background: url(/cdn/shop/files/top-left_e5b69884-736b-418c-8024-65dda60f19f7.svg?v=1780064100);
    background-repeat: no-repeat;
    opacity: 0.05;
  }

  #KairausContactStrip-{{ section.id }} .contact-strip::after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 500px;
    bottom: 0;
    right: 0;
    background: url(/cdn/shop/files/bottom-right_cd13173f-966d-4303-b654-a0de158eeedc.svg?v=1780064192);
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.05;
  }

  #KairausContactStrip-{{ section.id }} .contact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #KairausContactStrip-{{ section.id }} .contact-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
  }

  #KairausContactStrip-{{ section.id }} .icon-circle {
    width: 60px;
    height: 60px;
    background-color: var(--black);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px auto;
    background-color: var(--kcs-icon-circle-bg);
  }

  #KairausContactStrip-{{ section.id }} .contact-item h3 {
    color: var(--black);
    text-align: center;
    font-family: "Manrope";
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--kcs-title);
  }

  #KairausContactStrip-{{ section.id }} .contact-item p {
    color: var(--sub-tebt-gray);
    text-align: center;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: var(--kcs-body);
  }

  #KairausContactStrip-{{ section.id }} .divider {
    width: 3px;
    height: 350px;
    background: linear-gradient(0deg, #F7F7F7 0.12%, #1E1F20 50.48%, #F7F7F7 100%);
    background: var(--kcs-divider);
  }

  #KairausContactStrip-{{ section.id }} .contact-strip-mobile {
    display: none;
  }

  #KairausContactStrip-{{ section.id }} .icon-circle img {
    width: 50%;
    height: 50%;
  }


  @media (max-width: 1600px) {

  
    #KairausContactStrip-{{ section.id }} .contact-strip {
      padding: 3.5rem clamp(2rem, 6.25vw, 7.5rem);
    }

    #KairausContactStrip-{{ section.id }} .contact-item h3 {
      font-size: 2rem;
    }

    #KairausContactStrip-{{ section.id }} .contact-item p {
      font-size: 1.05rem;
    }
  }

  @media (max-width: 1200px) {

    #KairausContactStrip-{{ section.id }} .contact-item h3 {
      font-size: 1.75rem;
    }

    #KairausContactStrip-{{ section.id }} .contact-item p {
      font-size: 1rem;
    }
  }

  @media (max-width: 768px) {
    #KairausContactStrip-{{ section.id }} .contact-strip {
      display: none;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile {
      display: block;
      width: 100%;
      padding: 0px 16px;
      overflow: hidden;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__slider {
      width: 100%;
      overflow: visible;
      border-radius: 0 !important;
      margin-bottom: 0;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__slider .swiper-slide {
      display: flex;
      justify-content: center;
      height: auto;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__card {
      width: 100%;
      min-height: 230px;
      background: #1E1F20;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
      padding: 28px 18px 36px;
      display: flex;
      border-radius: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: var(--kcs-mobile-card-bg);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__icon-box {
      width: 56px;
      height: 56px;
      background: #F4F4F4;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 28px;
      flex-shrink: 0;
      background: var(--kcs-mobile-icon-box);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__icon-box img {
      width: 34px;
      height: 34px;
      object-fit: contain;
      display: block;
      filter: brightness(0) saturate(100%);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__card h3 {
      color: #FFF;
      text-align: center;
      font-family: "Manrope";
      font-size: 28px;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 28px;
      text-transform: uppercase;
      color: var(--kcs-mobile-title);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__card p {
      color: #F2F2F2;
      text-align: center;
      font-family: "Inter";
      font-size: 18px;
      font-weight: 400;
      line-height: 1.45;
      margin: 0;
      color: var(--kcs-mobile-body);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__pagination {
      position: static !important;
      margin-top: 18px;
      text-align: center;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 6px !important;
      background: #d6d6d6;
      opacity: 1;
      background: var(--kcs-pagination);
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__pagination .swiper-pagination-bullet-active {
      background: #8c8c8c;
      background: var(--kcs-pagination-active);
    }
  }

  @media (max-width: 480px) {
    #KairausContactStrip-{{ section.id }} .contact-strip-mobile {
      padding: 0;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__icon-box {
      width: 3.5rem;
      height: 3.5rem;
      margin-bottom: 1.5rem;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__icon-box img {
      width: 2.17rem;
      height: 2.17rem;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__card h3 {
      font-size: 1.4rem;
      margin-bottom: 1rem;
    }

    #KairausContactStrip-{{ section.id }} .contact-strip-mobile__card p {
      font-size: 1.10rem;
    }
  }
/* END_SECTION:kairaus-contact-strip */

/* START_SECTION:kairaus-getoff (INDEX:51) */
/* GET 10% OFF (moved from assets/index.css) */

  #KairausGetoff-{{ section.id }}.getoff-section {
    background-color: var(--main-white);
    padding: clamp(3.5rem, 6vw, 6.25rem) clamp(1rem, 6vw, 7.5rem);
    position: relative;
    overflow: hidden;
    background-color: var(--kgo-bg);
  }

  .getoff-main {
    width: 100%;
    max-width: 92rem;
    margin: 0 auto;
  }

  #KairausGetoff-{{ section.id }}.getoff-section h3,
  h3 {
    color: var(--black);
    text-align: center;
    font-family: "Manrope";
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: clamp(0.5rem, 1vw, 0.875rem);
    color: var(--kgo-heading);
  }

  #KairausGetoff-{{ section.id }}.getoff-section > .getoff-main > p,
  .getoff-main > p {
    color: var(--black);
    text-align: center;
    font-family: "Inter";
    font-size:24px;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
    color: var(--kgo-subtitle);
  }

  .stack-getoff {
    position: relative;
    width: 100%;
    max-width: 81.25rem;
    height: clamp(18rem, 38vw, 30.75rem);
    margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  }

  .getoff-card, .getoff-card-one {
    position: absolute;
    top: 0;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .getoff-card {
    height: 100%;
  }

  .getoff-card-one {
    height: 100%;
    border-left: clamp(0.2rem, 0.35vw, 0.375rem) solid #F7F7F7;
    border-right: clamp(0.2rem, 0.35vw, 0.375rem) solid #F7F7F7;
  }

  .getoff-card img,
  .getoff-card video,
  .getoff-card-one img,
  .getoff-card-one video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.5rem;
  }

  .getoff-card__image--fallback,
  .discount-offer__mobile-image--fallback {
    display: none;
  }

  .getoff-center {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    z-index: 3;
  }

  .getoff-left {
    left: 0;
    top: 50%;
    width: 29%;
    height: 86%;
    margin-left: clamp(0.75rem, 2.2vw, 2.5rem);
    transform: translateY(-50%) perspective(28.875rem) rotateY(192deg) translateX(clamp(2rem, 5vw, 5.5rem));
    z-index: 1;
  }

  .getoff-right {
    right: 0;
    top: 50%;
    width: 29%;
    height: 86%;
    margin-right: clamp(0.75rem, 2.2vw, 2.5rem);
    transform: translateY(-50%) perspective(28.875rem) rotateY(170deg) translateX(clamp(-6.75rem, -5vw, -2rem));
    z-index: 1;
  }

  .getoff-elipse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    width: min(80%, 65rem);
    height: clamp(3rem, 5vw, 6.25rem);
    border-radius: 50%;
    opacity: 0.2;
    background: #8B8B8B;
    filter: blur(0.75rem);
    pointer-events: none;
  }

  .getoff-text {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
  }

  .getoff-text p {
    font-family: "Inter";
    font-size:24px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: clamp(1.25rem, 2vw, 2rem);
    color: var(--kgo-desc);
  }

  .getoff-text p br {
    display: none;
  }

  .getoff-text label {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 38rem;
    margin: 0 auto;
  }

  .getoff-text label input {
    width: 100%;
    min-width: 0;
    font-size: clamp(0.9rem, 1vw, 1rem);
    padding:13px;
    border: 0.125rem solid var(--kgo-input-text);
    outline: none;
    background: var(--kgo-input-bg);
    color: var(--kgo-input-text);
    border-radius: 0;
  }

  .getoff-text label input::placeholder {
    color: var(--black);
    font-size: inherit;
    color: var(--kgo-input-placeholder);
  }

  .getoff-text label button {
    flex-shrink: 0;
    padding: 13px;
    line-height:1;
    background-color: var(--black);
    border: none;
    font-family: "Inter";
    font-size: clamp(0.95rem, 1.25vw, 1.375rem);
    font-weight: 400;
    color: var(--primary);
    cursor: pointer;
    background: var(--kgo-btn-bg);
    color: var(--kgo-btn-text);
  }

  /* MOBILE getoff (moved from assets/index.css) */
  .discount-offer__mobile {
    display: none;
    position: relative;
    width: 100%;
    min-height: 730px;
    overflow: hidden;
    isolation: isolate;
  }

  .discount-offer__mobile-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .discount-offer__mobile-overlay {
    display: none;
  }

  .discount-offer__mobile-content {
    position: absolute;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    z-index: 3;
    text-align: center;
  }

  .discount-offer__mobile-content h2 {
    color: #fff;
    font-family: "Manrope";
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--kgo-mobile-heading);
  }

  .discount-offer__mobile-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 28px;
    color: var(--kgo-mobile-subtitle);
  }

  .discount-offer__mobile-form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
  }

  .discount-offer__mobile-form input {
    border-radius: 0;
    flex: 1;
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-right: none;
    outline: none;
    background: rgba(30, 10, 10, 0.35);
    color: #fff;
    font-size: 16px;
    width: 100%;
    background: var(--kgo-mobile-input-bg);
    border-color: var(--kgo-mobile-input-border);
    color: var(--kgo-mobile-input-text);
  }

  .discount-offer__mobile-form input::placeholder {
    color: rgba(255, 255, 255, 0.95);
    color: var(--kgo-mobile-placeholder);
  }

  .discount-offer__mobile-form button {
    height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.95);
    color: #1E1F20;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;

    background: var(--kgo-mobile-btn-bg);
    color: var(--kgo-mobile-btn-text);
  }

  /* Keep our customization overlay visible (index.css had display:none) */
  .discount-offer__mobile-overlay {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-color: var(--kgo-mobile-overlay);
    opacity: var(--kgo-mobile-overlay-opacity);
  }

  @media (max-width: 576px) {
    #KairausGetoff-{{ section.id }}.getoff-section {
      padding: 0;
    }

    .getoff-main {
      display: none;
    }

    .discount-offer__mobile {
      min-height: 690px;
    }

    .discount-offer__mobile-content {
      width: calc(100% - 28px);
      bottom: 34px;
    }

    .discount-offer__mobile-content h2 {
      font-size: 26px;
      margin-bottom: 8px;
    }

    .discount-offer__mobile-content p {
      font-size: 15px;
      margin-bottom: 24px;
    }

    .discount-offer__mobile-form input,
    .discount-offer__mobile-form button {
      height: 46px;
      font-size: 15px;
    }

    .discount-offer__mobile-form button {
      padding: 0 16px;
    }
  }

  @media (max-width: 420px) {
    .discount-offer__mobile {
      min-height: 640px;
    }

    .discount-offer__mobile-content h2 {
      font-size: 24px;
    }

    .discount-offer__mobile-content p {
      font-size: 14px;
    }

    .discount-offer__mobile-form input {
      padding: 0 12px;
    }

    .discount-offer__mobile-form button {
      padding: 0 14px;
      font-size: 14px;
    }
  }

  @media (max-width: 1600px) and (min-width: 1440px) {
    #KairausGetoff-{{ section.id }}.getoff-section h3 {
      font-size: clamp(2.8rem, 6vw, 3.75rem);
    }

    .getoff-main > p {
      font-size: clamp(0.95rem, 1.8vw, 1.375rem);
    }

    .getoff-right {
      width: 30%;
      height: 84%;
      transform: translateY(-50%) perspective(28.875rem) rotateY(170deg) translateX(20px);
    }

    .getoff-left {
      width: 30%;
      height: 84%;
      transform: translateY(-50%) perspective(28.875rem) rotateY(192deg) translateX(-20px);
    }

    .getoff-center {
      width: 50%;
      transform: translateX(-50%) translateY(30px);
      height: 88%;
    }

    .getoff-elipse {
      bottom: -26px;
    }
  }

  @media (max-width: 1439px) and (min-width: 992px) {
    #KairausGetoff-{{ section.id }}.getoff-section {
      padding-inline: clamp(1.25rem, 4vw, 3rem);
    }

    #KairausGetoff-{{ section.id }}.getoff-section h3 {
      font-size: clamp(2.8rem, 6vw, 3.75rem);
    }

    .stack-getoff {
      height: clamp(16rem, 37vw, 25rem);
    }

    .getoff-center {
      width: 62%;
    }

    .getoff-left,
    .getoff-right {
      width: 28%;
      height: 84%;
    }

    .getoff-left {
      transform: translateY(-50%) perspective(21rem) rotateY(192deg) translateX(-3.75rem);
    }

    .getoff-right {
      transform: translateY(-50%) perspective(21rem) rotateY(170deg) translateX(3rem);
    }

    .getoff-elipse {
      bottom: -8px;
    }

    .getoff-center {
      width: 46%;
      transform: translateX(-50%) translateY(24px);
      height: 88%;
    }

    .getoff-text p {
      max-width: 800px;
      margin: 0 auto 2rem;
    }
  }

  @media (max-width: 991px) and (min-width: 769px) {
    #KairausGetoff-{{ section.id }}.getoff-section {
      padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 6vw, 7.5rem);
    }

    .stack-getoff {
      height: clamp(14rem, 36vw, 21rem);
      max-width: 100%;
    }

    .getoff-center {
      width: 64%;
    }

    .getoff-left,
    .getoff-right {
      width: 27%;
      height: 82%;
      margin-inline: 0.75rem;
    }

    .getoff-left {
      transform: translateY(-50%) perspective(16rem) rotateY(192deg) translateX(1.5rem);
    }

    .getoff-right {
      transform: translateY(-50%) perspective(16rem) rotateY(170deg) translateX(-1.75rem);
    }

    .getoff-text p {
      font-size: 1rem;
    }
  }
  @media (max-width: 991px) {
    .getoff-elipse{
      bottom:-24px;
    }
  }
  @media (max-width: 768px) {
    #KairausGetoff-{{ section.id }}.getoff-section {
      padding: 0;
      height: 100vh;
    }

    .getoff-main {
      display: none;
    }

    .discount-offer__mobile {
      display: block;
      height: 100%;
      position: relative;
      z-index: 0;
    }

    .discount-offer__mobile::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.69%, rgba(0, 0, 0, 0.81) 81.16%, rgba(0, 0, 0, 0.90) 100%);
      z-index: 1;
    }

    .stack-getoff {
      height: clamp(12.5rem, 42vw, 18rem);
      margin-bottom: 1.75rem;
    }

    .getoff-center {
      width: 66%;
    }

    .getoff-left,
    .getoff-right {
      width: 26%;
      height: 80%;
      margin-inline: 0.25rem;
    }

    .getoff-left {
      transform: translateY(-50%) perspective(12rem) rotateY(192deg) translateX(0.85rem);
    }

    .getoff-right {
      transform: translateY(-50%) perspective(12rem) rotateY(170deg) translateX(-1rem);
    }

    .getoff-text {
      max-width: 100%;
    }

    .getoff-text p {
      font-size: 0.95rem;
      line-height: 1.55;
      margin-bottom: 1.25rem;
    }

    .getoff-text label {
      max-width: 32rem;
    }

    .getoff-text label input {
      padding: 0.85rem 0.9rem;
    }

    .getoff-text label button {
      font-size: 0.95rem;
      padding: 0.85rem 1rem;
    }
  }
/* END_SECTION:kairaus-getoff */