/* 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 {
  .shopify-section--video {
    .prose h1 {
      font-family: Gilroy;
    }
    .prose > div > p {
      font-family: Gilroy;
    }
    .prose em {
      font-family: Proxima Sera;
    }
  }
  .column-split-line {
    padding-top: 200px;
    .section-header {
      justify-items: center;
    }
    .prose h2 {
      font-family: Gilroy;
      font-weight: 400;
    }
    .prose p {
      color: #333;
    }
    .h4 {
      font-family: Gilroy;
      color: #000;
      line-height: 100%;
      font-weight: 600;
    }
    .multi-column__item:nth-last-child(2) {
      position: relative;
      &::after {
        content: '';
        display: block;
        width: 1px;
        height: 60%;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 20%;
        z-index: 1;
      }
    }
    .multi-column__item:last-child {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      & .prose > div {
        .button {
          background: #fff;
          color: #333;
          border: 1px solid #333;
          letter-spacing: 3.613px;
          font-size: 0.875rem;
          &:hover {
            background: #333 !important;
            color: #E8E0D5 !important;
            border: 1px solid #E8E0D5 !important;
            box-shadow: none !important;
          }
        }
      }
    }
    @media screen and (min-width: 700px) {
      .multi-column__item:nth-child(2) {
        img {
          scale: 1.2;
        }
      }
    }
    
    @media screen and (max-width: 699px) {
      .button {
        scale: 0.7;
      }
    }
  }
  .custom-split-line-2 {
    padding-top: 110px;
    padding-bottom: 110px;
    .multi-column {
      gap: 0;
    }
    .prose > p {
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 162.5% ;
      strong {
        color: #000;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 123%;
      }
      em {
        color: #000;
        font-family: "Proxima Sera";
        font-size: 26px;
        font-style: italic;
        font-weight: 500;
        line-height: 123%;
      }
    }
    .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;
      }
    }
  }
  .iconic-product-link {
    .h2 {
      font-family: Proxima Sera;
      font-style: italic;
      font-weight: 500;
    }
    .bold {
      font-weight: 400;
      font-family: Gilroy;
    }
    .button {
      font-weight: 500;
      font-family: Gilroy;
    }
  }
  @media screen and (max-width: 699px) {
    .column-split-line {
      padding-top: 60px;
      .multi-column__item:last-child {
        align-items: center;
        .prose p {
          max-width: 100% !important;
        }
      }
    }
    .custom-split-line-2 {
      padding: 1.875rem 0 3.75rem; 
      .prose > p {
        font-size: 0.75rem;
        line-height: 1.4;
        strong {
          font-size: 1.5rem;
          margin-bottom: 0.75rem;
        }
        em {
          font-size: 1.5rem;
          margin-bottom: 0.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;
  transition: opacity 0.8s ease;
}

.feature-grid__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: transparent;
  transition: background 0.8s 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.2;
}

.feature-grid__title em {
  font-family: "Proxima Sera";
  font-weight: 500;
  font-style: italic;
}

.feature-grid__description {
  display: none;
  font-weight: 400;
  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: 1rem;  /* 32px - Base */
    line-height: 1;
  }
  
  .feature-grid__description {
    font-size: 0.875rem;  /* 18px - Base */
    margin: 0.5rem 0 0;  /* 24px - Base */
    display: block;
  }
  .feature-grid__content {
    padding: 0.875rem;
  }

  .feature-grid__item:nth-child(1) {
    .feature-grid__title {
      font-size: 1.6875rem;  /* 60px - Base */
      line-height: 1.35;
    }
    .feature-grid__description {
      font-size: 0.875rem;  /* 30px - Base */
      margin: 0.5rem 0 0;  /* 24px - Base */
    }
    .feature-grid__content {
      padding: 0.875rem;
    }
  }




  
  /* Hover effects - image fades out, overlay fades in */
  .feature-grid__item:hover .feature-grid__image,
  .feature-grid__item:hover .feature-grid__video {
    opacity: 0;
  }

  .feature-grid__item:hover .feature-grid__content {
    background: var(--feature-overlay-bg);
  }
  
  .feature-grid__item:hover .feature-grid__description {
    opacity: 1;
  }
}

/* Large screens (1150px+) - 90% of 1600px+ base */
@media screen and (min-width: 1250px) {
  .feature-grid__title {
    font-size: 1.5rem;  /* 32px - Base */
    line-height: 1;
  }
  
  .feature-grid__description {
    font-size: 15px;  /* 15px - Base */
    margin: 1.5rem 0 0;  /* 16px - Base */
  }
  .feature-grid__content {
    padding: 1.35rem;
  }

  .feature-grid__item:nth-child(1) {
    .feature-grid__title {
      font-size: 2.75rem;  /* 44px - Base */
      line-height: 1.22;
    }
    .feature-grid__description {
      font-size: 1.6875rem;  /* 30px - Base */
      margin: 1.35rem 0 0;  /* 24px - Base */
    }
    .feature-grid__content {
      padding: 1.35rem;
    }
  }
}

/* Extra large screens (1600px+) - Base size (100%) */
@media screen and (min-width: 1600px) {
  .feature-grid__title {
    font-size: 2rem;  /* 32px - Base */
    line-height: 1.2;
  }
  
  .feature-grid__description {
    font-size: 1.125rem;  /* 18px - Base */
    margin: 1.5rem 0 0;  /* 24px - Base */
  }
  .feature-grid__content {
    padding: 1.875rem;
  }

  .feature-grid__item:nth-child(1) {
    .feature-grid__title {
      font-size: 2.75rem;  /* 44px - Base */
      line-height: 1.22;
    }
    .feature-grid__description {
      font-size: 1.875rem;  /* 30px - Base */
      margin: 1.5rem 0 0;  /* 24px - Base */
    }
    .feature-grid__content {
      padding: 2.5rem;
    }
  }
}
/* V FEATURES HOVER SECTION END */

/* PRODUCT ICONIC MAIN GRID START */
.product-iconic {
  max-width: 1600px;
  margin: 0 auto;
  .product-info__text, .product-info__rating, .product-info__price, .product-info__buy-buttons {
    margin-block-start: 2.5rem;
    margin-block-end: 2.5rem;
  }
  .product-gallery {
    .product-gallery__thumbnail-list {
      margin: 0 auto;
    }
  }
  .circle-button {
    width: 53px;
    height: 53px;
  }
  .product-info__title {
    font-family: Gilroy;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .product-info__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 116.667%;
    color: #333;
  }
  sale-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 127.778%;
  }
  buy-buttons .button {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    font-family: Gilroy;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .product-info__accordion {
    border-top: none;
    border-bottom: 1px solid #333;
    .accordion__toggle {
      font-size: 24px;
      line-height: 116.667%;
      font-weight: 400;
      padding-block-start: 2.5rem;
      padding-block-end: 2.5rem;
    }
    .accordion__content {
      font-size: 20px;
      font-weight: 400;
      line-height: 45px;
      strong {
        font-size: 22px;
        font-weight: 500;
      }
    }
    .circle-chevron {
      background-color: transparent !important;
      color: #000 !important;
        .icon-chevron-bottom-small {
          width: 14px;
          height: 14px;
          transform: rotate(270deg);
          path {
            stroke-width: 0.5px;
          }
        }
    }
    &[aria-expanded="true"] .circle-chevron .icon-chevron-bottom-small {
      transform: rotate(180deg);
    }
  }
  page-dots .product-gallery__thumbnail {
    /* background: #D9D9D9; */
    &[aria-current="true"] {
      border: 0.5px solid #000;
    }
    &:after {
      display: none;
    }
  }
}
@media screen and (min-width: 700px) {
  .product-iconic{
    column-gap: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .product-iconic{
    column-gap: 15%;
  }
}
@media screen and (max-width: 699px) {
  .product-iconic {
    .product-info__text, .product-info__rating, .product-info__price, .product-info__buy-buttons {
      margin-block-start: 1.25rem;
      margin-block-end: 1.25rem;
    }
    .product-info__title {
      font-size: 1.375rem;
      letter-spacing: 4.4px;
    }
    .product-info__text {
      font-size: 0.75rem;
    }
    sale-price {
      font-size: 1.375rem;
    }
    buy-buttons .button {
      border-radius: 0.25rem;
      font-size: 0.75rem;
    }
    .product-info__accordion {
      .accordion__toggle {
        font-size: 1rem;
      }
      .accordion__content {
        font-size: 0.75rem;
        line-height: 200%;
        strong {
          font-size: 0.875rem;
        }
      }
      .circle-chevron {
        .icon-chevron-bottom-small {
          width: 0.625rem;
          height: 0.625rem;
        }
      }
    }
  }
}
/* PRODUCT ICONIC MAIN GRID END */

/* TEMPLATE PRODUCT ICONIC START */
.template-product-iconic {
  @media screen and (max-width: 699px) {
    overflow-x: hidden;
  }
  .shopify-section--media-with-text {
    .section-full {
      padding-block-start: 0;
      padding-block-end: 0;
    }
    .prose {
      max-width: 490px;
      & > h2 {
        font-size: 28px;
        text-align: left;
        font-weight: 500;
        line-height: 135.714%;
        font-family: Gilroy;
        em {
          font-weight: 600;
          font-family: Proxima Sera;
        }
      }
      & > p {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        line-height: 133.333%;
        margin-top: 24px;
        color: #333;
        &:before {
          content: "";
          display: block;
          width: 100%;
          height: 0.5px;
          background-color: #333;
          margin-bottom: 29px;
        }
      }
    }
    @media screen and (max-width: 699px) {
      .media-with-text__content {
        min-height: 15.625rem;
        align-content: baseline;
      }
      .prose {
        max-width: 100%;
        & > h2 {
          line-height: 122.727%;
          font-size: 1.375rem;
        }
        & > p {
          font-size: 0.75rem;
          margin-top: 0.625rem;
          line-height: 162.5%;
          &:before {
            margin-bottom: 0.625rem;
          }
        }
      }
    }
  }
  .iconic-column-two {
    padding-block-start: 120px;
    padding-block-end: 120px;
    .multi-column {
      position: relative;
      &:before {
        content: "";
        display: block;
        width: 0.5px;
        height: 80%;
        background-color: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 1;
      }
    }
    .multi-column__item {
      max-width: 500px;
      margin: 0 auto;
      .prose {
        & > h2 {
          font-size: 28px;
          font-weight: 500;
          line-height: 135.714%;
          font-family: Gilroy;
          em {
            font-weight: 600;
            font-family: Proxima Sera;
          }
        }
        & > p {
          font-size: 16px;
          font-weight: 400;
          line-height: 162.5%;
          margin-top: 24px;
        }
      }
    }
    @media screen and (max-width: 699px) {
      padding-block-start: 4.5rem;
      padding-block-end: 4.5rem;
      padding-inline-start: 2.5rem;
      padding-inline-end: 2.5rem;
      .multi-column {
        gap: 7.5rem;
        &:before {
          width: 90%;
          height: 0.5px;
          left: 5%;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
          margin-top: 1rem;
        }
      }
      .multi-column__item {
        max-width: 100%;
        .prose {
          & > h2 {
            font-size: 1.375rem;
            line-height: 122.727%;
          }
          & > p {
            font-size: 0.75rem;
            margin-top: 0.625rem;
          }
        }
        img {
          scale: 0.8;
        }
      }
    }
  }
  .slideshow {
    .stretching-dots {
      width: 50%;
      margin: 0 auto;
      /* Dynamic tap-area width based on element count */
      &:has(.tap-area:nth-child(2):last-child) .tap-area {
        width: 50%; /* 2 elements */
      }
      &:has(.tap-area:nth-child(3):last-child) .tap-area {
        width: 33.33%; /* 3 elements */
      }
      &:has(.tap-area:nth-child(4):last-child) .tap-area {
        width: 25%; /* 4 elements */
      }
      &:has(.tap-area:nth-child(5):last-child) .tap-area {
        width: 20%; /* 5 elements */
      }
      .tap-area {
        width: 30%; /* default fallback */
      }
    }
    .slideshow__controls {
      width: 100%;
    }
    .slideshow__slide {
      &:nth-of-type(odd) {
        .text-custom{
          right: 8%;
        }
      }
      &:nth-of-type(even) {
        .text-custom{
          right: -8%;
        }
      }
    }
    .circle-button {
      color: #E8E0D5;
    }
    .prose {
      border-radius: 20px;
      border: 0.5px solid #E8E0D5;
      background: rgba(0, 0, 0, 0.10);
      backdrop-filter: blur(7.5px);
      padding: 56px 42px;
      text-align: left;
      display: flex;
      flex-direction: column-reverse;
      color: #E8E0D5;
      & > .h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 135.7%;
        margin-top: 0px;
        font-family: Gilroy;
        &:after {
          content: "";
          display: block;
          width: 100%;
          height: 0.5px;
          background-color: #E8E0D5;
          margin-top: 34px;
          margin-bottom: 34px;
        }
        em, i {
          font-weight: 600;
          font-family: Proxima Sera;
        }
      }
      & > .subheading {
        font-size: 16px;
        font-weight: 400;
        line-height: 162.5%;
      }
    }
    @media screen and (max-width: 699px) {
      .stretching-dots>* {
        height: 0.25rem;
      }
      .content-over-media {
        min-height: 31.25rem;
      }
      .slideshow__slide {
        &:nth-of-type(odd),
        &:nth-of-type(even) {
          .text-custom {
            right: 0;
          }
        }
      }
      .prose {
        border-radius: 0.625rem;
        padding: 0.625rem 1rem;
        background: rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(3.52px);
        & > .h2 {
          font-size: 1.375rem;
          &:after {
            margin-top: 1rem;
            margin-bottom: 1rem;
          }
        }
        & > .subheading {
          font-size: 0.75rem;
        }
      }
    }
  }
  .v-layout {
    padding: 120px 0 0;
    .h1 {
      font-size: 28px;
      font-weight: 500;
      line-height: normal;
      font-family: Gilroy;
      margin-bottom: 85px;
    }
    & > .v-block-wrapper {
      margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
      margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
      max-width: 1260px;
      margin: 0 auto;
      & > .v-stack {
        width: 50%;
        position: relative;
        &::after {
          content: "";
          display: block;
          width: 0.5px;
          height: 75%;
          background-color: #333;
          position: absolute;
          right: 0;
          top: 0%;
          z-index: 1;
        }
      }
      & > .v-block-wrapper {
        padding-left: 6%;
        margin-top: 4%;
        width: 50%;
        box-sizing: border-box;
        & > .v-block-wrapper {
          .v-stack {
            margin-right: 30px;
            max-width: 94px;
          }
        }
        & > .v-block-wrapper:last-of-type {
          margin-top: 18px;
          .rich-text:first-of-type {
            margin-bottom: 30px;
          }
        }
        p {
          font-size: 10px;
          font-weight: 400;
          line-height: 22px;
          color: #333;
        }
        strong {
          font-size: 16px;
          font-weight: 500;
          line-height: 137.5%;
        }
      }
    }
    @media screen and (max-width: 699px) {
      padding: 2.5rem 0;
      .h1 {
        font-size: 1.375rem;
        margin-bottom: -2rem;
        text-align: center;
      }
      & > .v-block-wrapper {
        flex-direction: column;
        & > .v-stack {
          width: 100%;
          &::after {
            display: none;
          }
        }
        & > .v-block-wrapper {
          margin-left: 0;
          margin-top: -3rem;
          width: 100%;
          & > .v-block-wrapper {
            display: flex;
            flex-direction: row;
            padding-right: 2rem;
            padding-left: 1rem;
            margin-top: -1rem;
            .v-stack {
              margin-right: 1rem;
              scale: 0.8;
            }
          }
          & > .v-block-wrapper:last-of-type {
            display: flex;
            flex-direction: column;
            margin-top: 1.5rem;
            margin-left: 6.75rem;
            .rich-text:first-of-type {
              margin-bottom: 1.25rem;
            }
          }
          p {
            font-size: 0.5rem;
            line-height: 125%;
          }
          strong {
            font-size: 0.75rem;
          }
        }
      }
    }
  }
}
/* TEMPLATE PRODUCT ICONIC END */

/* VIDEO SECTION - Heading with image */
.video-heading-with-image {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-3);
  vertical-align: middle;
  p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important; 
  }
}

.video-heading__image img {
  width: auto;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important; 
}
@media (max-width: 699px) {
  .video-heading__image img {
    max-height: 1.5rem;
  }
}
/* VIDEO SECTION END */