/* header start */
.header-top-bar {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 44px;
  /* padding-left: var(--spacing-6) max(var(--container-gutter), 50% - var(--container-max-width) / 2); */
  padding: 0 max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  .web-link {
    height: 100%;
  }
  .vesync-logo {
    height: 100%;
    padding: 8px 0;
  }
  .logo-container {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 12px 0;
    height: 100%;
  }
  .company-logo {
    height: 100%;
  }
}
@media screen and (max-width: 699px) {
  .header-top-bar {
    height: 33px;
    justify-content: space-between;
    .vesync-logo {
      padding: 5px 0;
    }
    .logo-container {
      padding: 8px 0;
      gap: 10px;
    }
  }
}
/* header end */
/* collection page start */
.template-collection-heissluftfritteusen-ads .section.section-blends.section-full {
  margin-inline-start: max(var(--container-gutter), 50% - 1276px / 2);
  margin-inline-end: max(var(--container-gutter), 50% - 1276px / 2);
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.template-collection-heissluftfritteusen, .template-collection-heissluftfritteusen-ads {
  .shopify-section {
    background-color: #ffffff !important;
  }
  .content-over-media {
    grid-template: 0 minmax(0, 1fr) 0 / minmax(0, 1fr) minmax(0, min(1276px, 100% - var(--content-over-media-gap, var(--content-over-media-column-gap, var(--container-gutter))) * 2)) minmax(0, 1fr);
  }
  .container {
    margin-inline-start: max(var(--container-gutter), 50% - 1276px / 2);
    margin-inline-end: max(var(--container-gutter), 50% - 1276px / 2);
  }
  .heissluftfritteusen-banner {
    .prose {
      .h1 {
        color: #512A44;
        font-family: "Proxima Sera";
        font-size: 46px;
        font-weight: 700;
        line-height: 100%;
      }
      .desc {
        color: #512A44;
        font-family: Gilroy-Regular;
        font-size: 18px;
        line-height: normal;
        max-width: 280px;
      }
    }
  }
  .description-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 60px;
    gap: 30px;
    .logo {
      margin: 0 auto;
      margin-bottom: 38px;
    }
    .text {
      /* max-width: 140px; */
      margin: 0 auto;
      .h1, .desc {
        color: #512A44;
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
      }
      .h1 {
        font-family: Gilroy-Bold;
      }
      .desc {
        font-family: Gilroy-Regular;
      }
    }
  }
  .product-container {
    display: flex;
    gap: 90px;
    padding: 60px 0 12px;
    .product-left {
      width: 50%;
      .product-video {
        width: 100%;
        height: auto;
        max-height: 600px;
        aspect-ratio: 372.46/414.00;
      }
    }
    .product-right {
      width: 50%;
      .h1 {
        color: #FB914A;
        font-size: 42px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        margin: 20px 0 30px;
      }
      .desc {
        color: #000;
        font-family: Gilroy-Regular;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
      }
      .product-card {
        width: 200px;
      }
      .product-card__info {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }
  .foods-image-text {
    background: rgba(252, 210, 153, 0.20);
    padding: 94px 0 123px;
    margin-bottom: 60px;
    .header {
      text-align: center;
      max-width: 850px;
    }
    .h1 {
      color: #FB914A;
      font-size: 42px;
      font-style: italic;
      font-weight: 700;
      line-height: normal;
    }
    .desc {
      color: #000;
      font-family: Gilroy-Regular;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      margin-top: 16px;
    }
    .foods-detail {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 56px;
      margin-top: 90px;
      .image-text {
        display: flex;
        flex-direction: column;
        .image {
          width: auto;
          height: 182px;
          object-fit: contain;
          margin-bottom: 16px;
        }
        .text-sub {
          color: #000;
          font-family: Gilroy-Bold;
          font-size: 16px;
          font-weight: 400;
          line-height: 125%;
        }
        .text {
          color: #000;
          font-family: Gilroy-Regular;
          font-size: 14px;
          font-weight: 400;
          line-height: normal;
        }
      }
    }
  }
  .compare-products {
    margin-bottom: 60px;
    .h1 {
      color: #FB914A;
      font-size: 42px;
      font-style: italic;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      margin-bottom: 30px;
    }
    .image-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      .image {
        width: auto;
        height: auto;
        margin-bottom: 15px;
        object-fit: contain;
      }
      .btn {
        border-radius: 80px;
        background: #FB941A;
        padding: 7px;
        font-size: 12px;
        min-width: 130px;
        transition: all 0.3s ease;
        &:hover {
          background: #FB941A !important;
          color: #fff !important;
          box-shadow: none !important;
          transform: scale(1.05);
        }
      }
    }
    .table-wrapper {
      .td {
        border: 1px solid rgba(251, 145, 74, 0.40);
        padding: 16px 6px 6px;
        font-weight: 400;
        line-height: 112.5%;
        text-align: center;
        font-family: Gilroy-Regular;
        font-size: 16px;
      }
      .compare-row {
        position: relative;
      }
      .image-border {
        width: 100%;
        height: 1px;
        background: rgba(251, 145, 74, 0.40);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        bottom: 29px;
      }
      .compare-row:first-child .td {
        font-family: Gilroy-Bold;
      }
      .compare-row .td:first-child, .compare-row .td-image:first-child {
        font-family: Gilroy-Bold;
        text-align: left;
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: #fff;
      }
      .td-image {
        position: relative;
        top: 30px;
        vertical-align: bottom;
      }
    }
  }
}
@media screen and (max-width: 699px) {
  .template-collection-heissluftfritteusen, .template-collection-heissluftfritteusen-ads {
    .shopify-section {
      background-color: #ffffff !important;
    }
    .heissluftfritteusen-banner {
      .prose {
        padding: 70px 32px 0;
        .h1 {
          font-size: 32px;
        }
        .desc {
          max-width: 100%;
        }
      }
    }
    .description-container {
      display: flex;
      flex-wrap: wrap;
      margin-top: 32px;
      padding: 0 12px;
      gap: 0px;
      .item {
        width: 50%;
        margin-bottom: 32px;
      }
      .logo {
        margin-bottom: 15px;
      }
      .text {
        max-width: 100%;
        .h1, .desc {
          font-size: 14px;
          line-height: normal;
        }
      }
    }
    .product-container {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 0;
      margin-inline-start: 0;
      margin-inline-end: 0;
      .product-left {
        width: 100%;
        .product-video {
          width: 100%;
          height: auto;
          max-height: 600px;
          aspect-ratio: 372.46/414.00;
        }
      }
      .product-right {
        width: 100%;
        padding: 0 50px;
        .h1 {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          margin: 0 0 20px;
          text-align: center;
        }
        .desc {
          font-size: 16px;
          text-align: center;
        }
        .product-card {
          width: 100%;
        }
      }
    }
    .foods-image-text {
      padding: 32px 20px 32px;
      margin-bottom: 32px;
      .h1 {
        font-size: 22px;
        font-style: normal;

      }
      .foods-detail {
        grid-template-columns: 1fr;
        margin-top: 0px;
        gap: 32px;
        .image-text {
          .image {
            height: auto;
          }
        }
      }
    }
    .compare-products {
      margin-inline-start: 0;
      margin-inline-end: 0;
      margin-bottom: 64px;
      position: relative;
      .no-scrollbar {
        -webkit-scrollbar-width: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
        
        &::-webkit-scrollbar {
          display: none;
        }
      }
      .table-wrapper {
        .td {
          padding-right: 0px;
        }
      }
      .h1 {
        font-size: 22px;
        font-style: normal;
        padding: 0 85px;
      }
      .image-button {
        .btn {
          font-size: 10px;
          min-width: 100px;
        }
      }
      .pagination-compare {
        display: flex;
        gap: 20px;
        justify-content: center;
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        .page-dot {
          height: 10px;
          width: 10px;
          border-radius: 50%;
          background-color: #D9D9D9;
        }
        .page-dot.active {
          background-color: #FB914A;
        }
      }
    }
  }
}
/* collection page end */

/* ICONIC PAGE START */
.template-page-iconic-launch {
  .column-split-line {
    padding-top: 200px;
    .multi-column__item:nth-last-child(2) {
      position: relative;
      &::after {
        content: '';
        display: block;
        width: 1px;
        height: 60%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 20%;
        z-index: 1;
      }
    }
    .multi-column__item:last-child {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
    }
  }
  .custom-split-line-2 {
    padding-top: 110px;
    padding-bottom: 110px;
    .multi-column {
      gap: 0;
    }
    .multi-column__item:first-child {
      padding-right: 100px;
    }
    .multi-column__item:last-child {
      padding-left: 100px;
      position: relative;
      &::after {
        content: '';
        display: block;
        width: 1px;
        height: 90%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 5%;
        z-index: 1;
      }
    }
  }
  @media screen and (max-width: 699px) {
    .column-split-line {
      padding-top: 60px;
      .multi-column__item:last-child {
        align-items: center;
      }
    }
    .custom-split-line-2 {
      padding: 1.875rem 0 3.75rem; 
      .section-stack {
        background: #e8e0d5 !important;
      }
      .multi-column__item {
        background: #fff;
        border-radius: 6px;
        padding: 3.75rem 1.875rem;
      }
      .multi-column {
        gap: 1.875rem;
      }
      .multi-column__item:first-child {
        padding-right: 1.875rem;
      }
      .multi-column__item:last-child {
        padding-left: 1.875rem;
        &::after {
          content: '';
          display: none;
        }
      }
    }
  }
}
/* ICONIC PAGE END */

/* V FEATURES HOVER SECTION START */
.feature-grid__inner {
  margin: 0 auto;
  padding: 0 var(--section-outer-spacing-x);
}

.feature-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* Desktop fixed layout */
@media screen and (min-width: 700px) {
  .feature-grid__container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
  }

  .feature-grid__item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .feature-grid__item:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .feature-grid__item:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .feature-grid__item:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }
}

.feature-grid__item {
  position: relative;
  overflow: hidden;
  background: var(--background);
}

.feature-grid__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Desktop - first item uses ratio, others fill height */
@media screen and (min-width: 700px) {
  /* Items 2, 3, 4 fill the grid cell height */
  .feature-grid__item:nth-child(2),
  .feature-grid__item:nth-child(3),
  .feature-grid__item:nth-child(4) {
    height: 100%;
  }

  .feature-grid__item:nth-child(2) .feature-grid__image-wrapper,
  .feature-grid__item:nth-child(3) .feature-grid__image-wrapper,
  .feature-grid__item:nth-child(4) .feature-grid__image-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
}

.feature-grid__image,
.feature-grid__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-grid__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: transparent;
  transition: background 0.3s ease;
}

/* Mobile-first typography - Base styles */
.feature-grid__title {
  font-size: 1.25rem;  /* 20px - mobile base */
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

.feature-grid__title em {
  font-family: "Proxima Sera";
  font-weight: 500;
  font-style: italic;
}

.feature-grid__description {
  display: none;
  font-size: 1.125rem;  /* 18px - pc base */
  color: #ffffff;
  margin: 1.5rem 0 0;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mobile styles */
@media screen and (max-width: 699px) {
  .feature-grid__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 8px;
  }

  .feature-grid__item {
    border-radius: 8px;
    height: auto;
    grid-column: auto;
  }

  /* Change order: 1, 4, 2, 3 */
  .feature-grid__item:nth-child(1) {
    grid-row: 1;
  }

  .feature-grid__item:nth-child(4) {
    grid-row: 2;
  }

  .feature-grid__item:nth-child(2) {
    grid-row: 3;
  }

  .feature-grid__item:nth-child(3) {
    grid-row: 4;
  }

  .feature-grid__image-wrapper {
    height: auto;
  }

  /* Images 1 and 3: 1:1 ratio (square) */
  .feature-grid__item:nth-child(1) .feature-grid__image-wrapper,
  .feature-grid__item:nth-child(3) .feature-grid__image-wrapper {
    padding-bottom: 100%;
  }

  /* Images 4 and 2: 33:16 ratio (horizontal, 16/33 = 0.4848 = 48.48%) */
  .feature-grid__item:nth-child(4) .feature-grid__image-wrapper,
  .feature-grid__item:nth-child(2) .feature-grid__image-wrapper {
    padding-bottom: 48.48%;
  }

  .feature-grid__content {
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }
}

/* Tablet styles (700px+) - 75% of 1600px+ base */
@media screen and (min-width: 700px) {
  .feature-grid__title {
    font-size: 1.5rem;  /* 24px (32px * 0.75) */
    line-height: 1;
  }
  
  .feature-grid__description {
    font-size: 0.84375rem;  /* 13.5px (18px * 0.75) */
    margin: 1.125rem 0 0;  /* 18px (24px * 0.75) */
    display: block;
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__title {
    font-size: 2.8125rem;  /* 45px (60px * 0.75) */
    line-height: 1.35;
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__description {
    font-size: 1.40625rem;  /* 22.5px (30px * 0.75) */
    margin: 1.125rem 0 0;  /* 18px */
  }
  
  /* Hover effects */
  .feature-grid__item:hover .feature-grid__content {
    background: var(--feature-overlay-bg);
  }
  
  .feature-grid__item:hover .feature-grid__description {
    opacity: 1;
  }
}

/* Medium screens (1000px+) - 85% of 1600px+ base */
@media screen and (min-width: 1000px) {
  .feature-grid__title {
    font-size: 1.7rem;  /* 27.2px (32px * 0.85) */
    line-height: 1;
  }
  
  .feature-grid__description {
    font-size: 0.95625rem;  /* 15.3px (18px * 0.85) */
    margin: 1.275rem 0 0;  /* 20.4px (24px * 0.85) */
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__title {
    font-size: 3.1875rem;  /* 51px (60px * 0.85) */
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__description {
    font-size: 1.59375rem;  /* 25.5px (30px * 0.85) */
    margin: 1.275rem 0 0;  /* 20.4px */
  }
}

/* Large screens (1150px+) - 90% of 1600px+ base */
@media screen and (min-width: 1150px) {
  .feature-grid__title {
    font-size: 1.8rem;  /* 28.8px (32px * 0.90) */
    line-height: 1;
  }
  
  .feature-grid__description {
    font-size: 1.0125rem;  /* 16.2px (18px * 0.90) */
    margin: 1.35rem 0 0;  /* 21.6px (24px * 0.90) */
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__title {
    font-size: 3.375rem;  /* 54px (60px * 0.90) */
    line-height: 1.3;
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__description {
    font-size: 1.6875rem;  /* 27px (30px * 0.90) */
    margin: 1.35rem 0 0;  /* 21.6px */
  }
}

/* Extra large screens (1600px+) - Base size (100%) */
@media screen and (min-width: 1600px) {
  .feature-grid__title {
    font-size: 2rem;  /* 32px - Base */
    line-height: 1.5;
  }
  
  .feature-grid__description {
    font-size: 1.125rem;  /* 18px - Base */
    margin: 1.5rem 0 0;  /* 24px - Base */
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__title {
    font-size: 3.75rem;  /* 60px - Base */
  }
  
  .feature-grid__item:nth-child(1) .feature-grid__description {
    font-size: 1.875rem;  /* 30px - Base */
    margin: 1.5rem 0 0;  /* 24px - Base */
  }
}
/* V FEATURES HOVER SECTION END */