/** Shopify CDN: Minification failed

Line 137:6 "margin-botom" is not a known CSS property
Line 1558:11 Expected ":"

**/
.sep-design-pdp .product__main {
    display: flex;
    width: 100%;
    padding: 24px 48px;
    max-width: 1320px;
    margin: 0 auto;
  }

  .sep-design-pdp .product__information {
    width: 42.5%;
    padding-left: 24px;
    padding-right: 0;
  }

  .sep-design-pdp .product__images {
    width: 57.5%;
    padding-left: 24px;
    position: sticky;
    top: 106px;
    height: fit-content;
    padding-left: 0;
  }

  .sep-design-pdp .product__information_block {
    margin-bottom: 16px;
  }

  .sep-design-pdp .product__information_block.title {
    margin-bottom: 5px;
  }

  .sep-design-pdp .product__information_block.tight {
    margin-bottom: 12px;
  }

  .sep-design-pdp .product__information_block.title h1 {
    font-size: 68px;
    font-family: Quan, sans-serif;
    font-weight: 900;
    line-height: 0.9;
  }

  .sep-design-pdp .product__information_block.judgeme-badge {
    display: block !important;
  }

  .sep-design-pdp .pdp-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title price"
      "reviews price";
    column-gap: 14px;
    row-gap: 0;
    align-items: start;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .sep-design-pdp .mainslider-wrapper > .pdp-lead {
    display: none;
  }

  .sep-design-pdp .pdp-lead .product__information_block.title {
    grid-area: title;
    margin-bottom: 0;
  }

  .sep-design-pdp .pdp-lead .product__information_block.title h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    line-height: 0.7;
    margin-bottom: 0;
  }

  .sep-design-pdp .pdp-lead .product__information_block.judgeme-badge {
    grid-area: reviews;
    margin-bottom: 0;
    margin-top: 0;
  }

  .sep-design-pdp .pdp-lead .product__information_block.judgeme-badge .jdgm-prev-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .sep-design-pdp .pdp-lead .product__information_block.judgeme-badge .jdgm-star {
    padding-right: 1px !important;
    font-size: 11px !important;
  }

  .sep-design-pdp .pdp-lead .product__information_block.judgeme-badge .jdgm-prev-badge__text {
    font-size: 12px;
    color: #6E6E75;
  }

  .sep-design-pdp .pdp-lead .product__information_block.price-block {
    grid-area: price;
    align-self: start;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
  }

  .sep-design-pdp .pdp-lead .product__information_block.price-block .price-block.price {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
  }

  .sep-design-pdp .pdp-lead .product__information_block.price-block .price-block.compare-at-price {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
  }

  .sep-design-pdp .pdp-lead .product__information_block.price-block .price-block.discount-badge {
    display: none;
  }

  @media screen and (min-width: 799px) {
    .sep-design-pdp .pdp-lead .product__information_block.title h1 {
      font-size: 52px;
      margin-botom: 0;
    }

    .sep-design-pdp .pdp-lead .product__information_block.price-block .price-block.price {
      font-size: 30px;
    }
  }

  .sep-design-pdp .swiper-slide {
    cursor: pointer;
  }

  .sep-design-pdp .swiper-slide .image-wrapper {
    position: relative;
    padding-top: 50%;
    width: 100%;
  }
  
  .sep-design-pdp .other-products-container .swiper-slide {
    aspect-ratio: 1 / 1;
    border: 1px solid #E4E2DE;
    overflow: hidden;
  }

  .sep-design-pdp .other-products-container .swiper-slide .image-wrapper {
    opacity: 1;
    padding-top: 0;
    aspect-ratio: 1 / 1;
    height: 100%;
    overflow: hidden;
  }

  .sep-design-pdp .other-products-container .swiper-slide .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% center;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide-custom-active,
  .sep-design-pdp .other-products-container .swiper-slide.swiper-slide-custom-active {
    border: 1px solid black !important;
  }

  .sep-design-pdp .product__information_block.other-products.disabled {
    padding-bottom: 0;
  }

  .sep-design-pdp .other-products-container.disabled .pdp-prev,
  .sep-design-pdp .other-products-container.disabled .pdp-next,
  .sep-design-pdp .other-products-container.disabled .swiper {
    display: none;
  }

  .sep-design-pdp .swiper-slide .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
  }

  .sep-design-pdp .swiper-slide .image-wrapper .other-products-image-01 {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }

  .sep-design-pdp .swiper-slide.swiper-slide-custom-active .image-wrapper .other-products-image-01 {
    opacity: 1;
    object-position: 10% center;
  }

  .sep-design-pdp .swiper-slide .image-wrapper span.icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  .sep-design-pdp .swiper-slide .data-html5-video {
    width: 100%;
  }

  .sep-design-pdp .product__information_block.atc {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }

  .sep-design-pdp .product__information_block.atc .atc-button {
    background: #048D2E;
    color: white;
    height: 50px;
    border-radius: 14px;
    width: 100%;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: calc(100% - 76px);
  }

  .sep-design-pdp .product__information_block.atc .atc-button .atc-button__prices {
    display: flex;
    align-items: center;
    gap: 8px;
    display: none;
  }

  .sep-design-pdp .product__information_block.atc .atc-button .price-block.price {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }

  .sep-design-pdp .product__information_block.atc .atc-button .price-block.compare-at-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: line-through;
    opacity: 0.85;
    white-space: nowrap;
  }

  .pdp-sticky-atc {
    display: none;
  }

  @media screen and (max-width: 798px) {
    .pdp-sticky-atc {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: var(--nvn-mobile-bottom-menu-height, 140px);
      z-index: 9998;
      padding: 10px 16px;
      background: #fff;
      box-shadow: 0 -4px 16px rgba(14, 14, 16, 0.1);
    }

    .pdp-sticky-atc[hidden] {
      display: none;
    }

    .pdp-sticky-atc .atc-button {
      background: #048D2E;
      color: #fff;
      height: 48px;
      border-radius: 14px;
      width: 100%;
      padding: 10px 24px;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }

    .pdp-sticky-atc .atc-button.disabled {
      opacity: 0.55;
      cursor: not-allowed;
    }

    .pdp-sticky-atc .atc-button .atc-button__prices {
      display: none;
    }
  }

  .sep-design-pdp .product__information_block.b1g2f {
    background: #EAFAFF;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer {
    margin-top: 4px;
    border: 1.5px solid #0E0E10;
    border-radius: 15px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #F4F3F1;
    text-align: left;
    font-weight: 400;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow,
  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-summary {
    display: none !important;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__gift {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text {
    min-width: 0;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text b {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: block;
    line-height: 1.25;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text sup {
    font-size: 0.6em;
    line-height: 0;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text span {
    font-size: 12px;
    color: #6E6E75;
    font-weight: 400;
    line-height: 1.35;
    display: block;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text .pdp-offer__note {
    font-size: 10px;
    margin-top: 2px;
    opacity: 0.9;
  }

  .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__badge {
    margin-left: auto;
    font-weight: 800;
    font-size: 11.5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #0E0E10;
    color: #fff;
    padding: 8px 11px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .sep-design-pdp .product__information_block.freeshipping,
  .sep-design-pdp .product__information_block.sep-perks .freeshipping {
    display: flex;
    justify-content: center;
    font-size: 12px;
    height: 24px;
    gap: 4px;
    align-items: center;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.purchase-history-block {
    display: flex;
    align-items: center;
  }

  .sep-design-pdp .product__information_block.purchase-history-block .purchase-history {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #535353;
  }

  .sep-design-pdp .product__information_block.purchase-history-block .purchase-history-banner-icon {
    display: flex;
    align-items: center;
  }

  .sep-design-pdp .product__information_block.purchase-history-block .purchase-history-banner-icon img {
    width: 18px;
    height: 18px;
  }

  .sep-design-pdp .product__information_block.purchase-history-block .purchase-history-banner-text strong {
    color: #111;
    font-weight: 700;
  }

  .sep-design-pdp .product__information_block.freeshipping .freeshipping-icon,
  .sep-design-pdp .product__information_block.sep-perks .freeshipping .freeshipping-icon {
    display: flex;
  }

  .sep-design-pdp .product__information_block.freeshipping .freeshipping-icon img,
  .sep-design-pdp .product__information_block.sep-perks .freeshipping .freeshipping-icon img {
    width: 20px;
  }

  .sep-design-pdp .product__information_block.sep-perks {
    margin-bottom: 12px;
  }

  .sep-design-pdp .sep-feats-ship .feats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    padding: 16px 12px;
    border-top: 1px solid #E4E2DE;
  }

  .sep-design-pdp .sep-feats-ship .feat.hidden {
    display: none;
  }

  .sep-design-pdp .sep-feats-ship .feat {
    text-align: center;
    flex: 1 1 0;
    min-width: 72px;
    max-width: 160px;
  }

  .sep-design-pdp .sep-feats-ship .feat .fi {
    width: 30px;
    height: 30px;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sep-design-pdp .sep-feats-ship .feat .fi svg {
    width: 21px;
    height: 21px;
    stroke: #0E0E10;
    fill: none;
  }

  .sep-design-pdp .sep-feats-ship .feat b {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    color: #0E0E10;
  }

  .sep-design-pdp .sep-feats-ship .feat span {
    display: none;
    font-size: 10px;
    color: #6E6E75;
  }

  .sep-design-pdp .sep-feats-ship .ship3 {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
    font-size: 12.5px;
    color: #6E6E75;
  }

  .sep-design-pdp .sep-feats-ship[data-perk="prescription"] .ship3 {
    margin-top: 0;
  }

  .sep-design-pdp .sep-feats-ship .ship3 > div {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .sep-design-pdp .sep-feats-ship .ship3 svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    stroke: #0E0E10;
    fill: none;
  }

  .sep-design-pdp .sep-feats-ship .ship3 b {
    color: #0E0E10;
    font-weight: 600;
  }

  @media screen and (min-width: 799px) {
    .sep-design-pdp .sep-feats-ship .feats {
      gap: 8px;
      padding: 20px 0;
      margin-top: 12px;
    }

    .sep-design-pdp .sep-feats-ship .feat b {
      font-size: 11px;
    }

    .sep-design-pdp .sep-feats-ship .feat span {
      display: block;
    }

    .sep-design-pdp .sep-feats-ship .ship3 {
      margin-top: 24px;
      font-size: 13px;
    }
  }

  .sep-design-pdp .product__information_block.hsa-fsa {
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    font-weight: 400;
  }

  .sep-design-pdp .product__information_block.hsa-fsa div {
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  .sep-design-pdp .product__information_block.additional-information {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 14px;
    border-top: 1px solid #E4E2DE;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block {
    border-bottom: 1px solid #E4E2DE;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-header {
    background: transparent;
    border-radius: 0;
    height: auto;
    min-height: 0;
    padding: 16px 2px;
    gap: 12px;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-icon {
    display: none;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-title {
    font-size: 12.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    transform-origin: center center;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-caret img {
    display: none;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block.active .additional-block-caret {
    transform: rotate(45deg);
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block-content {
    font-size: 13.5px;
    color: #6E6E75;
    margin-top: 0;
  }

  .sep-design-pdp .product__information_block.additional-information .additional-block.active .additional-block-content {
    margin-top: 0;
  }

  .sep-design-pdp .product__information_block.additional-information .product-details .additional-block-content ul {
    display: block;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow,
  .sep-design-pdp .product__information_block.additional-information .special-features .frame-details-specrow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow li,
  .sep-design-pdp .product__information_block.additional-information .special-features .frame-details-specrow li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px dashed #E4E2DE;
    padding: 8px 0;
    padding-left: 0;
    position: static;
    color: #6E6E75;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow li.frame-details-feature {
    justify-content: flex-start;
    color: #0E0E10;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.additional-information .special-features .frame-details-specrow li {
    justify-content: flex-start;
    color: #0E0E10;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow li:after,
  .sep-design-pdp .product__information_block.additional-information .special-features .frame-details-specrow li:after {
    display: none;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow li span {
    color: #0E0E10;
    font-weight: 600;
    text-align: right;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-summary {
    margin-top: 10px;
    color: #6E6E75;
  }

  .sep-design-pdp .product__information_block.additional-information .frame-details-fit-guide {
    margin-top: 16px;
  }

  .sep-design-pdp .product__information_block.additional-information .fit-guide-zoom {
    position: relative;
    cursor: zoom-in;
    text-decoration: none;
    color: inherit;
  }

  .sep-design-pdp .product__information_block.additional-information .fit-guide-zoom img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sep-design-pdp .product__information_block.additional-information .fit-guide-zoom-hint {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(14, 14, 16, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    pointer-events: none;
  }

  @media screen and (min-width: 799px) {
    .sep-design-pdp .product__information_block.additional-information .fit-guide-zoom-hint {
      display: inline-block;
    }
  }

  @media screen and (min-width: 799px) {
    .sep-design-pdp .product__information_block.additional-information .frame-details .frame-details-specrow {
      grid-template-columns: 1fr 1fr;
      gap: 0 26px;
    }
  }

  .sep-design-pdp .additional-block-header {
    background: #F2F3F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    border-radius: 8px;
    padding: 16px;
    gap: 16px;
    cursor: pointer;
  }

  .sep-design-pdp .additional-block-header div {
    display: flex;
  }

  .sep-design-pdp .additional-block .additional-block-header .addtional-block-image {
    transition: all .28s ease-in-out;
  }

  .sep-design-pdp .additional-block.active .additional-block-header .addtional-block-image {
    transform: rotate(180deg);
  }

  .sep-design-pdp .additional-block-title {
    font-weight: 700;
    font-size: 18px;
    flex-grow: 1;
  }

  .sep-design-pdp .additional-block-content {
    font-size: 15px;
    transition: all .28s ease-in-out;
    height: 0;
    overflow: hidden;
  }
  
  .sep-design-pdp .additional-block.active .additional-block-content {
    height: auto;
    overflow: unset;
    margin-top: 12px;
  }

  .sep-design-pdp .additional-block-content h4 {
    margin: 22px 0 0;
    font-family: Quan, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
  }

  .sep-design-pdp .additional-block-content li {
    padding-left: 15px;
    position: relative;
  }

  .sep-design-pdp .additional-block-content li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
  }

  .sep-design-pdp .additional-block-content p+p {
    margin-top: 16px;
  }

  .sep-design-pdp .additional-block-content a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.judgeme-badge .jdgm-star {
    padding-right: 1px !important;
    font-size: 11px !important;
    color: #FFC401;
  }

  .sep-design-pdp .product__information_block.judgeme-badge .jdgm-prev-badge__text {
    font-size: 12px;
    color: #535353;
  }

  .sep-design-pdp .product__information .jdgm-star.jdgm--half:before,
  .sep-design-pdp .product__information .jdgm-star.jdgm--on:before,
  .sep-design-pdp .product__information .jdgm-star.jdgm--off:before {
    color: #FFC401 !important;
  }

  .sep-design-pdp .product__information_block.price-block .price-block.price {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
  }

  .sep-design-pdp .product__information_block.price-block .price-block.compare-at-price {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .sep-design-pdp .product__information_block.price-block {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .sep-design-pdp .product__information > .product__information_block.rx-information {
    display: none !important;
  }

  .sep-design-pdp .product__information_block.rx-toggle {
    display: block;
    cursor: default;
    font-size: 17px;
  }

  .sep-design-pdp .rx-toggle-lab {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 11px;
  }

  .sep-design-pdp .rx-toggle-lab-title {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .sep-design-pdp .rx-toggle-lab-link {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    color: #6E6E75;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .sep-design-pdp .rx-toggle-lensbox {
    border: 1.5px solid #E4E2DE;
    border-radius: 14px;
    overflow: hidden;
  }

  .sep-design-pdp .rx-toggle-lensrow {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
  }

  .sep-design-pdp .rx-toggle-ic {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 9px;
    background: #F4F3F1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E0E10;
  }

  .sep-design-pdp .rx-toggle-ic svg {
    width: 18px;
    height: 18px;
  }

  .sep-design-pdp .rx-toggle-tx {
    min-width: 0;
  }

  .sep-design-pdp .rx-toggle-tx b {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
  }

  .sep-design-pdp .rx-toggle-tx span {
    display: block;
    font-size: 12px;
    color: #6E6E75;
    line-height: 1.35;
    margin-top: 6px;
  }

  .sep-design-pdp .rx-toggle-chk {
    margin-left: auto;
    font-size: 11.5px;
    font-weight: 700;
    color: #2E7D5B;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .sep-design-pdp .rx-toggle-action {
    border-top: 1.5px solid #E4E2DE;
    cursor: pointer;
    transition: background 0.15s;
  }

  .sep-design-pdp .rx-toggle-action:hover {
    background: #F4F3F1;
  }

  .sep-design-pdp .rx-toggle.rx .rx-toggle-action {
    background: #F4F3F1;
    border-top: 0;
  }

  .sep-design-pdp .rx-toggle.rx .rx-toggle-lensrow--included + .rx-toggle-action {
    border-top: 1.5px solid #E4E2DE;
  }

  .sep-design-pdp .rx-toggle-chev {
    margin-left: auto;
    font-size: 18px;
    color: #6E6E75;
    line-height: 1;
    transition: transform 0.2s;
  }

  .sep-design-pdp .rx-toggle-image {
    display: none;
  }

  .sep-design-pdp .product__sep-design__mainSlider {
    position: relative;
  }

  .sep-design-pdp .product__sep-design__mainSlider .product-gallery-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper,
  .sep-design-pdp .product__main > .mainslider-wrapper {
    min-width: 0;
    width: 100%;
    position: relative;
  }

  .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper > .swiper {
    width: 100%;
    min-width: 0;
  }

  .sep-design-pdp .mainslider-wrapper > .atc_app_blocks {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    margin: 0;
    width: auto;
  }

  .sep-design-pdp .mainslider-wrapper > .atc_app_blocks:empty {
    display: none;
    height: 0;
    margin: 0;
  }

  .sep-design-pdp .mainslider-wrapper .glasson-wrap {
    justify-content: flex-end !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .sep-design-pdp .mainslider-wrapper .glasson-btn-360 {
    display: none !important;
  }

  .sep-design-pdp .mainslider-wrapper .glasson-btn.glasson-btn-live {
    height: auto !important;
    min-height: 0 !important;
    padding: 9px 14px !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid #E4E2DE !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  .sep-design-pdp .mainslider-wrapper .glasson-btn.glasson-btn-live svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: none;
  }

  .sep-design-pdp .mainslider-wrapper .glasson-wrap .pl-2 {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
  }

  .sep-design-pdp .mainslider-wrapper .sep-main-pagination {
    display: none;
  }

  .sep-design-pdp .mainslider-wrapper .sep-main-dot {
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(14, 14, 16, 0.28);
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s;
  }

  .sep-design-pdp .mainslider-wrapper .sep-main-dot.on {
    border-radius: 999px;
    background: #0E0E10;
    border: 2px solid white;
    outline: 1px solid black;
  }

  .sep-design-pdp .pdp-prev,
  .sep-design-pdp .pdp-next {
    cursor: pointer;
    display: flex;
  }

  .sep-design-pdp .product__sep-design__mainSlider .pdp-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 1;
  }

  .sep-design-pdp .product__sep-design__mainSlider .pdp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper {
    position: relative;
    order: 2;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide {
    aspect-ratio: 1 / 1;
    border: 1px solid #E4E2DE;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide .image-wrapper {
    padding-top: 0;
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide .image-wrapper img {
    height: 100%;
    object-fit: contain;
  }

  .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide .image-wrapper img.sep-thumb-img--cover {
    object-fit: cover;
  }

  .sep-design-pdp .product__information_block.other-products {
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
  }

  .sep-design-pdp .product__information_block.other-products[data-selected-product-type="sunglasses"] {
    border-bottom: 0;
  }

  .sep-design-pdp .product__sep-design__mainSlider .swiper.swiper-thumbs {
    width: calc(100% - 80px);
  }

  .sep-design-pdp .product__sep-design__mainSlider .swiper .swiper-slide,
  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide {
    border-radius: 8px;
    display: flex;
    overflow: hidden;
  }

  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide {
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    display: block;
    overflow: visible;
  }

  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide .image-wrapper {
    border: 1px solid #E4E2DE;
    border-radius: 10px;
  }

  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide.swiper-slide-custom-active {
    border: 0 !important;
  }

  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide.swiper-slide-custom-active .image-wrapper {
    border-color: #0E0E10;
  }

  .sep-design-pdp .other-products-name {
    margin-top: 7px;
    overflow: hidden;
    color: #6E6E75;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide.swiper-slide-custom-active .other-products-name {
    color: #0E0E10;
  }

  @media (hover: hover) and (pointer: fine) {
    body.sep-zoom-enabled .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper > .swiper[data-product-type="sunglasses"] .swiper-slide:not(.hidden) .image-wrapper,
    body.sep-zoom-enabled .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper > .swiper[data-product-type="prescription"] .swiper-slide:not(.hidden) .image-wrapper,
    body.sep-zoom-enabled .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper > .swiper[data-product-type="ophthalmic"] .swiper-slide:not(.hidden) .image-wrapper {
      cursor: zoom-in;
    }
  }

  .sep-zoom-lens {
    position: absolute;
    display: none;
    border: 1px solid rgba(14, 14, 16, 0.35);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 100vmax rgba(14, 14, 16, 0.04);
    pointer-events: none;
    z-index: 5;
  }

  .sep-zoom-panel {
    position: fixed;
    display: none;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #E4E2DE;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
    pointer-events: none;
    z-index: 9999;
  }

  @media screen and (min-width: 799px) {
    .sep-design-pdp .product__sep-design__mainSlider .product-gallery-media {
      flex-direction: row;
      align-items: stretch;
      gap: 16px;
    }

    .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper {
      order: 0;
      flex: 0 0 80px;
      width: 80px;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper {
      order: 0;
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
      display: flex;
      align-items: center;
    }

    .sep-design-pdp .product__sep-design__mainSlider .mainslider-wrapper > .swiper {
      width: 100%;
      min-width: 0;
    }

    .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper {
      width: 100%;
      flex: 0 0 auto;
      min-height: 0;
      height: calc((80px * 5) + (12px * 4));
    }

    .sep-design-pdp .product__sep-design__mainSlider .swiper.swiper-thumbs {
      width: 100%;
      height: calc((80px * 5) + (12px * 4));
    }

    .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide {
      width: 100%;
      height: 80px;
      aspect-ratio: 1 / 1;
    }

    .sep-design-pdp .product__sep-design__mainSlider .pdp-prev,
    .sep-design-pdp .product__sep-design__mainSlider .pdp-next {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      transform: rotate(90deg);
      flex-shrink: 0;
    }
  }

  .sep-design-pdp .product__information_block.other-products .other-products-header-wrapper {
    position: relative;
  }

  .sep-design-pdp .product__information_block.other-products .pdp-prev {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    left: 0px;
  }

  .sep-design-pdp .product__information_block.other-products .pdp-next {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    right: 0px;
  }

  .sep-design-pdp .swiper-button-disabled {
    opacity: 0.2;
  }

  .sep-design-pdp .swiper-button-lock {
    display: none;
  }

  .sep-design-pdp .other-products-header-title {
    font-weight: 600;
    font-size: 18px;
  }

  .sep-design-pdp .other-products-header-title a {
    text-decoration: none;
    color: black;
  }

  body[data-selected-product-type="rx"] .sep-design-pdp .other-products-header-wrapper,
  body[data-selected-product-type="ophthalmic"] .sep-design-pdp .other-products-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 11px;
  }

  body[data-selected-product-type="rx"] .sep-design-pdp .other-products-header,
  body[data-selected-product-type="ophthalmic"] .sep-design-pdp .other-products-header {
    justify-content: flex-start;
    align-items: baseline;
    width: auto;
    margin-bottom: 0;
  }

  body[data-selected-product-type="rx"] .sep-design-pdp .other-products-header-title,
  body[data-selected-product-type="ophthalmic"] .sep-design-pdp .other-products-header-title {
    font-family: Quan, sans-serif;
    font-size: 18.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0E0E10;
  }

  body[data-selected-product-type="rx"] .sep-design-pdp .other-products-badge,
  body[data-selected-product-type="ophthalmic"] .sep-design-pdp .other-products-badge {
    position: static;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-family: Quan, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6E6E75;
    max-width: none;
    line-height: 1.2;
    white-space: nowrap;
  }

  body[data-selected-product-type="rx"] .sep-design-pdp .product__information_block.other-products,
  body[data-selected-product-type="ophthalmic"] .sep-design-pdp .product__information_block.other-products {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E4E2DE;
  }

  .sep-design-pdp .other-products-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: calc(100% - 60px);
  }

  .sep-design-pdp .other-products-header-also-in {
    font-size: 12px;
    line-height: 16px;
  }

  .sep-design-pdp .other-products-header-xl-regular:empty {
    display: none;
  }

  .sep-design-pdp .other-products-header {
    margin-bottom: 12px;
  }

  .sep-design-pdp .pdp-size-selector {
    margin-top: 18px;
  }

  .sep-design-pdp .pdp-size-selector__lab {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 11px;
  }

  .sep-design-pdp .pdp-size-selector__k {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .sep-design-pdp .pdp-size-selector__v {
    font-size: 12.5px;
    color: #6E6E75;
  }

  .sep-design-pdp .pdp-size-selector__seg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sep-design-pdp .pdp-size-selector__btn {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
    border: 1.5px solid #E4E2DE;
    background: #fff;
    border-radius: 10px;
    padding: 9px 14px;
    text-align: left;
    cursor: pointer;
    color: #0E0E10;
    transition: border-color 0.16s, background 0.16s, color 0.16s;
  }

  .sep-design-pdp .pdp-size-selector__btn:hover {
    border-color: #0E0E10;
  }

  .sep-design-pdp .pdp-size-selector__btn.on {
    border-color: #0E0E10;
    background: #0E0E10;
    color: #fff;
  }

  .sep-design-pdp .pdp-size-selector.is-busy {
    pointer-events: none;
    opacity: 0.72;
  }

  .sep-design-pdp .pdp-size-selector.is-busy .pdp-size-selector__btn {
    cursor: wait;
  }

  .sep-design-pdp .product__information_block.rx-toggle.is-busy,
  .sep-design-pdp .product__information_block.other-products.is-busy {
    pointer-events: none;
    opacity: 0.72;
  }

  .sep-design-pdp .product__information_block.rx-toggle.is-busy,
  .sep-design-pdp .product__information_block.other-products.is-busy .swiper-slide {
    cursor: wait;
  }

  .sep-design-pdp .pdp-size-selector__t {
    font-weight: 700;
    font-size: 14px;
  }

  .sep-design-pdp .pdp-size-selector__d {
    font-size: 12px;
    opacity: 0.72;
  }

  .sep-design-pdp .product__information_block.atc .atc-button.disabled {
    background-color: black;
    color: white;
    pointer-events: none;
  }

  .sep-design-pdp .product__main[data-hide-rx-blocks] .product__information_block.rx-information,
  .sep-design-pdp .product__main[data-hide-rx-blocks] .product__information_block.other-products {
    display: none;
  }

  .sep-design-pdp .atc-button .spinning_circle {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-top: 2px solid #048D2E;
    border-bottom: 2px solid #048D2E;
  }

  .sep-design-pdp .glasson-btn {
    color: black !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 44px !important;
    background-color: #F2F3F4 !important;
    border-radius: 8px !important;
  }

  .sep-design-pdp .badge_item {
    padding: 4px 12px;
    color: white;
    background: black;
    height: 26px;
    border-radius: 15px;
    width: fit-content;
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  .sep-design-pdp .atc_app_blocks:empty {
    height: 44px;
    margin: 1.25rem 0;
  }

  .sep-design-pdp .product__information_block.subtitle {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #535353
  }

  .sep-design-pdp .product__information_block.featured-review {
    border: 1px solid #C9C9C9;
    border-radius: 12px;
    padding: 16px;
  }

  .sep-design-pdp .product__information_block.featured-review .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  .sep-design-pdp .product__information_block.featured-review .content {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #535353;
  }

  .sep-design-pdp .product__information_block.featured-review .name-date {
    margin-top: 16px;
    display: flex;
    gap: 16px;
  }

  .sep-design-pdp .product__information_block.featured-review .name-date .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    italize;
  }

  .sep-design-pdp .product__information_block.featured-review .name-date .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535353;
  }

  .sep-design-pdp .product__information_block.featured-review .jdgm-star:before {
    font-size: 13px !important;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell {
    display: flex;
    width:  100%;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }

  .sep-design-pdp .product__information_block.recommended-products {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_image {
    border-radius: 4px;
    width: min(158px, 25%);
    flex: 1;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_price {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    gap: 8px;
  }

  .sep-design-pdp .product__information_block.recommended-products .cd_upsell_compare_price {
    text-decoration: line-through;
    color: #737373;
  }

  .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_add {
    color: white;
    background: black;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    height: fit-content;
    cursor: pointer;
    flex: none;
  }

  .sep-design-pdp .estimation-get-it-by {
    text-align: center;
    margin-bottom: 16px;
  }

  .sep-design-pdp .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }

  .sep-design-pdp .swiper-pagination-bullet-active {
    background: black;
  }

  .sep-design-pdp .swiper-pagination {
    position: absolute;
    top: 0;
    bottom: unset;
    text-align: right;
  }

  .sep-design-pdp .glasson-wrap .pl-2 {
    font-size: 17px;
    font-weight: normal;
  }

  .sep-design-pdp .notifyme-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin: 15px auto;
    border-radius: 5px;
    border: 1px solid #000;
  }

  .sep-design-pdp .notifyme-wrapper .tabs-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
  }

  .sep-design-pdp .notifyme-wrapper .tabs-container .btn-group {
    padding: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #DADEDF;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sep-design-pdp .notifyme-wrapper .tabs-container .btn-group.active {
     background: #000;
    color: #fff;
    border: 1px solid #000;
  }

  .sep-design-pdp .notifyme-wrapper .tabs-container .btn-group>input[type=radio] {
    display: none;
  }

  .sep-design-pdp .notifyme-wrapper .tabs-container .btn-group label {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
  }

  .sep-design-pdp .notifyme-wrapper .form-tab input[type=email], 
  .sep-design-pdp .notifyme-wrapper .form-tab input[type=tel] {
    height: 40px;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #DADEDF !important;
    margin-bottom: 7px;
    margin-top: 10px;
  }

  .sep-design-pdp .notifyme-wrapper input.action_button.submit.submit-notifyme {
    padding: 8px 20px;
    background: #048d2e;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
    min-width: 100%;
    min-height: 45px;
    margin: 10px auto;
    text-align: center;
    display: block;
  }
  .sep-design-pdp #notify-form label[for="contact[email]"]:after {
    content: "Notify Me When Available";
  }
  .sep-design-pdp #notify-form label[for="contact[email]"] {
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform:uppercase;
  }
  
  .sep-design-pdp #notify-form #phone-number.form-tab { min-height:78px; }
  .sep-design-pdp #notify-form span.bis-integrations {
    text-align: right;
    align-items: inherit;
    display: block;
  }
  .sep-design-pdp .price-block.discount-badge {
    font: normal normal 400 12px / 19px Roboto, sans-serif;
    border-radius: 9px;
    background: #19C7FC;
    padding: 0 8px;
  }

  .sep-design-pdp .product__main .mainslider-wrapper.sticky {
    position: sticky;
    top: 93px;
    z-index: 2;
    background: white;
    border-bottom: 1px solid transparent;
    padding: 0;
    width: 100%;
    transition: border-bottom-color 0.28s ease, padding-left 0.28s ease, padding-right 0.28s ease;
  }

  @media screen and (max-width: 798px) {
    .sep-design-pdp .product__main .mainslider-wrapper.sticky {
      padding-bottom: 50px;
    }
  }

  .sep-design-pdp .product__main .mainslider-wrapper.sticky.floating {
    border-bottom-color: #ABABAB;
  }

  .sep-design-pdp .other-products-slider-wrapper {
    position: relative;
  }

  .sep-design-pdp .other-products-slider-wrapper .swiper {
    width: calc(100% - 50px);
  }

  .sep-design-pdp .other-products-slider-wrapper .swiper-lazy-preloader {
    margin-left: -11px;
    margin-top: -21px;
  }

  .sep-design-pdp .swiper-lazy-preloader {
    border: 4px solid #DADEDF;
    border-top-color: transparent;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
  }

  .sep-design-pdp .product__information.sold_out .product__information_block.atc .atc-button.disabled {
    background-color: #F2F3F4;
    color: #cd0000;
    pointer-events: none;
  }

  .sep-design-pdp button#BIS_trigger {
    display: none;
  }

  .sep-design-pdp .additional-block-caret {
    transition: transform 0.2s ease;
  }

  .sep-design-pdp .additional-block.product-details.active .additional-block-caret {
    transform: rotate(45deg);
  }

  .multipurpose_wipe_popup_button_wrapper {
    display: none !important;
  }
  .multipurpose_wipe_popup_message {
    margin-bottom: 0 !important;
  }

  .login-signup-div-tabs {
    display: flex;
    justify-content: space-around;
  }

  .login-signup-div-tab {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
  }

  .login-signup-div-tab:hover {
    text-decoration: underline;
  }

  .login-signup-div-tab.inactive:hover {
    text-decoration: none;
    cursor: default;
  }

  .login-signup-div-tab.active {
    background: black;
    color: white;
  }

  .login-signup-div-title {
    margin-bottom: 20px;
  }

  .login-signup-div-contents {
    padding: 20px;
    padding-bottom: 0px;
  }

  .login-signup-div-content input {
    border-radius: 4px;
  }

  .login-signup-div-content input[type="submit"],
  #btn-forgot-password {
    padding: 10px 30px;
    border-radius: 4px;
    background: #000;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 150px;
    letter-spacing: .08em;
    width: 150px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
  }

  .login-signup-div-content.active {
    display: block;
  }

  .login-signup-div-content {
    display: none;
  }

  .actions {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  #btn-forgot-password.disabled {
    background: gray;
  }

  @media screen and (max-width: 798px) {
    .sep-design-pdp .product__main {
      flex-direction: column;
      padding: 0px 16px;
    }

    .sep-design-pdp .product__sep-design__mainSlider .thumbnail-wrapper {
      display: none !important;
    }

    .sep-design-pdp .mainslider-wrapper .sep-main-pagination {
      position: absolute;
      left: 50%;
      right: auto;
      bottom: 10px;
      z-index: 2;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      transform: translateX(-50%);
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 1px 4px rgba(14, 14, 16, 0.12);
      pointer-events: auto;
    }

    .sep-design-pdp .mainslider-wrapper .sep-main-pagination.is-single {
      display: none;
    }

    .sep-design-pdp .mainslider-wrapper .sep-main-dot {
      width: 8px;
      height: 8px;
      background: #C8C8C8;
    }

    .sep-design-pdp .mainslider-wrapper .sep-main-dot.on {
      width: 8px;
      height: 8px;
      background: #0E0E10;
      border: 0;
      outline: 0;
      border-radius: 50%;
      box-shadow: none;
    }

    .sep-design-pdp .mainslider-wrapper .glasson-btn-360 {
      display: none !important;
    }

    .sep-design-pdp .mainslider-wrapper .glasson-btn.glasson-btn-live {
      display: inline-flex !important;
      align-items: center;
      gap: 6px;
      white-space: nowrap !important;
    }

    .sep-design-pdp .mainslider-wrapper > .atc_app_blocks {
      position: absolute !important;
      top: 70px !important;
      right: 12px !important;
      z-index: 3 !important;
      width: auto !important;
      margin: 0 !important;
    }

    .sep-design-pdp .pdp-size-selector__btn {
      flex-direction: column;
      gap: 2px;
      padding: 8px 12px;
      line-height: 1.2;
    }

    .sep-design-pdp .pdp-lead {
      margin-bottom: 0;
    }

    .sep-design-pdp .mainslider-wrapper > .pdp-lead {
      display: grid;
      margin: 12px 0 54px;
      padding: 0 0 8px;
      width: 100%;
    }

    .sep-design-pdp .product__information > .pdp-lead {
      display: none !important;
    }

    .sep-design-pdp .other-products-header-also-in {
      order: 2;
    }

    .sep-design-pdp .product__information_block.other-products .pdp-prev,
    .sep-design-pdp .product__information_block.other-products .pdp-next {
      display: none !important;
    }

    .sep-design-pdp .other-products-slider-wrapper .swiper {
      width: 100% !important;
      overflow: hidden !important;
    }

    .sep-design-pdp .product__information_block.other-products .swiper .swiper-slide .image-wrapper {
      border-radius: 6px;
    }

    .sep-design-pdp .product__information {
      margin-top: 0px;
      width: 100%;
      padding: 0;
    }

    .sep-design-pdp .product__information_block.price-block {
      position: sticky;
      top: calc(91px + var(--pdp-sticky-slider-height, 0px));
      z-index: 2;
      background: white;
      transition: top 0.28s ease;
    }

    .sep-design-pdp .product__information_block.price-block.is-stuck {
      border-bottom: 1px solid #ABABAB;
    }

    .sep-design-pdp .product__information_block {
      margin-bottom: 8px;
    }

    .sep-design-pdp .dynamic-sections .section__title {
      text-align: left !important;
      font-size: 36px !important;
      line-height: 34px !important;
      font-family: Quan, sans-serif !important;
      font-weight: 900 !important;
    }

    .sep-design-pdp .product__information_block.title h1 {
      font-size: 48px;
    }

    .sep-design-pdp .pdp-lead .product__information_block.title h1 {
      font-size: 36px;
      margin-bottom: 0;
    }

    .sep-design-pdp .pdp-lead .product__information_block.price-block {
      position: static;
      top: auto;
      z-index: auto;
      background: transparent;
      border-bottom: 0;
    }

    .sep-design-pdp .pdp-lead .product__information_block.price-block.is-stuck {
      border-bottom: 0;
    }

    .sep-design-pdp .product__images {
      width: 100%;
      position: static;
      padding: 0;
      margin-top: 0;
    }

    .sep-design-pdp .product__information_block.judgeme-badge .jdgm-prev-badge__text {
      font-size: 12px;
    }

    .sep-design-pdp .pdp-lead .product__information_block.judgeme-badge .jdgm-prev-badge__text {
      font-size: 12px;
    }

    .sep-design-pdp .product__information_block.price-block .price-block.price {
      font-size: 26px;
      line-height: 32px;
    }

    .sep-design-pdp .pdp-lead .product__information_block.price-block .price-block.price {
      font-size: 24px;
      line-height: 1;
    }

    .sep-design-pdp .product__information_block.price-block .price-block.compare-at-price {
      font-size: 20px;
    }

    .sep-design-pdp .product__information_block.rx-toggle {
      font-size: 15px;
    }

    .sep-design-pdp .product__information_block.b1g2f {
      font-size: 11px;
      line-height: 20px;
      padding: 4px;
      min-height: 44px;
      align-content: center;
    }

    .sep-design-pdp .product__information_block.b1g2f.pdp-offer {
      font-size: 14px;
      line-height: 1.35;
      padding: 12px 14px;
      min-height: 0;
      align-content: unset;
      margin-bottom: 20px;
    }

    .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__text b {
      font-size: 13px;
    }

    .sep-design-pdp .product__information_block.b1g2f.pdp-offer .pdp-offer__badge {
      font-size: 10.5px;
      padding: 7px 9px;
    }

    .sep-design-pdp .product__information_block.atc .atc-button {
      font-size: 16px;
      line-height: 24px;
      height: 42px;
      width: calc(100% - 60px);
      gap: 8px;
    }

    .sep-design-pdp .product__information_block.atc .atc-button .price-block.price {
      font-size: 16px;
    }

    .sep-design-pdp .product__information_block.atc .atc-button .price-block.compare-at-price {
      font-size: 12px;
    }

    .sep-design-pdp .product__information_block.freeshipping,
    .sep-design-pdp .product__information_block.sep-perks .freeshipping {
      font-size: 12px;
    }

    body[data-selected-product-type="rx"] .sep-design-pdp .other-products-header-title,
    body[data-selected-product-type="ophthalmic"] .sep-design-pdp .other-products-header-title {
      font-size: 18.5px;
    }

    .sep-design-pdp .additional-block-header {
      height: 52px;
    }

    .sep-design-pdp .product__information_block.additional-information .additional-block-header {
      height: auto;
      padding: 16px 2px;
    }

    .sep-design-pdp .additional-block-title {
      font-size: 15px;
    }

    .sep-design-pdp .product__information_block.additional-information .additional-block-title {
      font-size: 12.5px;
    }

    .sep-design-pdp .additional-block-caret {
      width: 20px;
      transition: transform 0.2s ease;
    }

    .sep-design-pdp .additional-block.product-details.active .additional-block-caret,
    .sep-design-pdp .product__information_block.additional-information .additional-block.active .additional-block-caret {
      transform: rotate(45deg);
    }

    .sep-design-pdp .additional-block-content {
      font-size: 14px;
    }

    .sep-design-pdp .product__information_block.additional-information .additional-block-content {
      font-size: 13.5px;
    }

    .sep-design-pdp .additional-block-icon {
      width: 35px;
    }

    .sep-design-pdp .product__information_block.freeshipping .freeshipping-icon {
      width: 18px;
    }

    .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_price,
    .sep-design-pdp .product__information_block.recommended-products .cart_drawer_upsell_title {
      font-size: 14px;
      line-height: 20px;
    }

    .sep-design-pdp .text_under_atc {
      font-size: 16px;
    }
  }

