/** Shopify CDN: Minification failed

Line 306:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.glasses-measure-container {
    display: flex;
    gap: 20px;
    .glasses-measure-image {
      width: 50%;
      border-radius: 16px;
      display: flex;
      align-items: center;
      img {
        width: 100%;
        height: auto;
        object-fit: contain;
      }
    }
    .glasses-measure-text {
      background-color: #F2DEE9;
      height: -webkit-fill-available;
      border-radius: 16px;
      padding: 50px;
      width: 50%;
      h2 {
        margin: 0;
      }
    }
    .measure-property__wrapper {
      display: grid;
      gap: 10px;
      .measure-property__item {
        display: grid;
        background-color: white;
        border: 1px solid #12131633;
        border-radius: 8px;
        padding: 20px;
        justify-items: start;
        h4 {
          margin: 0;
        }
        p {
          margin: 0;
        }
      }
    }
    .measure-example__wrapper {
      display: flex;
      gap: 10px;
      .measure-example__item {
        display: grid;
        background-color: white;
        border: 1px solid #12131633;
        border-radius: 8px;
        padding: 28px 12px;
        justify-items: center;
        width: 100%;
        text-align: center;
        h4 {
          font-size: 16px;
          margin: 0;
          font-family: 'Figtree', sans-serif;
        }
      }
    }
    @media screen and (width < 900px) {
      flex-direction: column;
      .glasses-measure-image {
        width: 100%;
      }
      .glasses-measure-text {
        width: 100%;
      }
    }
    @media screen and (width < 750px) {
      h3 {
        font-size: 20px;
      }
      .glasses-measure-text {
        padding: 20px;
        h2 {
          font-size: 22px;
        }
      }
      .measure-example__wrapper {
        .measure-example__item {
          padding: 10px 4px;
          width: 33%;
          h4 {
            font-size: 12px;
          }
        }
      }
    }
  }
@media screen and (width < 990px) {
  .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    object-position: 80% 0%;
  }
}
@media screen and (width < 750px) {
  .banner__heading {
    font-size: 36px;
    line-height: normal;
  }
}
.pdp-image-text__container {
    margin: 80px auto;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    .pdp-image-text__bg-image {
      position: absolute;
    }
    .pdp-image-text__content {
      padding: 50px;
      width: 50%;
      z-index: 2;
      position: relative;
      h2 {
        margin: 0;
      }
      ul {
        padding-left: 30px;
      }
    }
    &.pdp-image-text__image--has-bg {
      position: relative;
      .pdp-image-text__bg-image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
      }
      .pdp-image-text__image {
        position: relative;
        z-index: 2;
        padding: 60px;
        object-fit: cover;
        display: flex;
        img {
          border-radius: 16px;
          overflow: hidden;
          aspect-ratio: 10/12;
        }
      }
      .pdp-image-text__content {
        margin: 60px 60px 60px 0;
        border-radius: 16px;
      }
    }
    .pdp-image-text__image {
      display: flex;
      width: 50%;
      img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }
    @media screen and (width > 900px) {
      &.image-left {
        flex-direction: row-reverse;
      }
    }
    &.image-left.pdp-image-text__image--has-bg {
      .pdp-image-text__content {
        margin: 60px 0px 60px 60px;
      }
    }
    @media screen and (width < 900px) {
      flex-direction: column;
      .pdp-image-text__image, .pdp-image-text__content {
        width: 100%;
      }
      .pdp-image-text__content {
        padding: 20px;
      }
      &.pdp-image-text__image--has-bg {
        .pdp-image-text__image {
          padding: 20px;
        }
        .pdp-image-text__content {
          margin: 0 20px 20px 20px;
          max-width: calc(100% - 40px);
        }
      }
    }
  }
.pdp-lens-details {
  position: relative;
}
.pdp-lens-details__container {
  margin: 0px auto;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
  .pdp-lens-details__header {
    text-align: center;
    background: #F2DEE9;
    color: black;
    padding: 16px;
    h2 {
      margin: 0;
      padding: 0;
    }
  }
  .pdp-lens-details__list {
    display: grid;
    gap: 2px;
    margin-top: 2px;
    width: 100%;
  }
  .pdp-lens-details__item {
    display: flex;
    gap: 2px;
    &:nth-child(even) {
      .details__item-value {
        background: #FFFFFF;
      }
      .details__item-property {
        background: #FFFFFF;
      }
    }
    &:nth-child(odd) {
      .details__item-value {
        background: #E7DCEA;
      }
      .details__item-property {
        background: #E7DCEA;
      }
    }
    
    
    }
    
  .details__item-value, .details__item-property, .details__item-about {
    padding: 36px 16px;
    text-align: left;
    height: auto;
    line-height: normal;
    width: 100%;
    display: grid;
    font-size: 18px;
    gap: 8px;
    align-items: center;
    p {
      margin: 0;
    }
    h4 {
      margin: 0 auto;
      font-family: Figtree, sans-serif;
      font-weight: bold;
      text-align: center;
    }
    }
    .details__item-value, .details__item-property {
    width: 50%;
    }
  .details__item-about {
    background: #FFFFFF;
    height: 100%;
    display: block;
    margin-top: 2px;
  }
  @media screen and (width < 900px) {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    .details-list__wrapper {
      flex-direction: column;
    }
  }

  @media screen and (width < 750px) {
    margin: 20px auto;
    .pdp-lens-details__header {
      h2 {
        font-size: 22px;
      }
    }
    .details__item-value, .details__item-property {
      font-size: 16px;
    }
  }
  }
  .details-list__wrapper {
    display: flex;
    gap: 2px;
  }
  .pdp-lens-details-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
}