/** Shopify CDN: Minification failed

Line 16:20 Unexpected "{"
Line 16:29 Expected ":"
Line 22:20 Unexpected "{"
Line 22:29 Expected ":"
Line 28:20 Unexpected "{"
Line 28:29 Expected ":"
Line 46:20 Unexpected "{"
Line 46:29 Expected ":"
Line 56:20 Unexpected "{"
Line 56:29 Expected ":"
... and 345 more hidden warnings

**/
  #shopify-section-{{ section.id }} .product__main {
    display: flex;
    width: 100%;
    padding: 24px 48px;
  }

  #shopify-section-{{ section.id }} .product__information {
    position:relative;
    width: 50%;
    padding-left: 24px;
    padding-right: 0;
  }
  #shopify-section-{{ section.id }} .product__information.Loading_active:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffb3;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'><circle cx='25' cy='25' r='20' fill='none' stroke='%23000000' stroke-width='4' stroke-linecap='round' stroke-dasharray='31.4 31.4'><animateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 25 25;360 25 25'/></circle></svg>");
    background-repeat: no-repeat;
    background-position: center;
  }

  #shopify-section-{{ section.id }} .product__images {
    margin-top: 16px;
    width: 50%;
    padding-left: 24px;
    position: sticky;
    top: 106px;
    height: fit-content;
    padding-left: 0;
  }

  #shopify-section-{{ section.id }} .product__information_block {
    margin-bottom: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.title {
    margin-bottom: 5px;
  }

  #shopify-section-{{ section.id }} .product__information_block.tight {
    margin-bottom: 12px;
  }

  #shopify-section-{{ section.id }} .product__information_block.title h1 {
    font-size: 68px;
    line-height: 0.9;
  }

  #shopify-section-{{ section.id }} .product__information_block.judgeme-badge {
    display: block !important;
  }

  #shopify-section-{{ section.id }} .product__information_block.hsa-fsa img{
    width:30px;
  }

  #shopify-section-{{ section.id }} .swiper-slide {
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .swiper-slide .image-wrapper {
    position: relative;
    padding-top: 50%;
    width: 100%;
  }

  #shopify-section-{{ section.id }} .other-products-container .swiper-slide .image-wrapper {
    opacity: 0.5;
  }

  #shopify-section-{{ section.id }} .other-products-container .swiper-slide .image-wrapper:hover {
    opacity: 1;
  }

  #shopify-section-{{ section.id }} .other-products-container .swiper-slide.swiper-slide-custom-active .image-wrapper {
    opacity: 1;
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .thumbnail-wrapper .swiper-slide-custom-active,
  #shopify-section-{{ section.id }} .other-products-container .swiper-slide.swiper-slide-custom-active {
    border: 1px solid black;
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products.disabled {
    padding-bottom: 0;
  }

  #shopify-section-{{ section.id }} .other-products-container.disabled .pdp-prev,
  #shopify-section-{{ section.id }} .other-products-container.disabled .pdp-next,
  #shopify-section-{{ section.id }} .other-products-container.disabled .swiper {
    display: none;
  }

  #shopify-section-{{ section.id }} .swiper-slide .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    object-fit: contain;
  }

  #shopify-section-{{ section.id }} .swiper-slide .image-wrapper .other-products-image-01 {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }

  #shopify-section-{{ section.id }} .swiper-slide.swiper-slide-custom-active .image-wrapper .other-products-image-01 {
    opacity: 1;
  }

  #shopify-section-{{ section.id }} .swiper-slide .image-wrapper span.icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  #shopify-section-{{ section.id }} .swiper-slide .data-html5-video {
    width: 100%;
  }

  #shopify-section-{{ section.id }} .product__information_block.atc {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }

  #shopify-section-{{ section.id }} .product__information_block.atc .atc-button {
    background: #000000;
    color: white;
    height: 60px;
    border-radius: 50px;
    width: 100%;
    padding: 16px 24px;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #shopify-section-{{ section.id }} .product__information_block.atc .atc-button:hover{
    color: #19c7fc;
  }

  #shopify-section-{{ section.id }} .product__information_block.b1g2f {
    background: #f2f3f4;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
  }

  #shopify-section-{{ section.id }} .product__information_block.freeshipping {
    display: flex;
    justify-content: center;
    font-size: 12px;
    height: 24px;
    gap: 4px;
    align-items: center;
    font-weight: 600;
  }

  #shopify-section-{{ section.id }} .product__information_block.freeshipping .freeshipping-icon {
    display: flex;
  }

  #shopify-section-{{ section.id }} .product__information_block.freeshipping .freeshipping-icon img {
    width: 20px;
  }

  #shopify-section-{{ section.id }} .product__information_block.hsa-fsa {
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    font-weight: 400;
  }

  #shopify-section-{{ section.id }} .product__information_block.hsa-fsa div {
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  #shopify-section-{{ section.id }} .product__information_block.additional-information {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  #shopify-section-{{ section.id }} .product__information_block.additional-information .additional-block{
        border-bottom: 1px solid #D9D9D9;
  }

  #shopify-section-{{ section.id }} .additional-block-header {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    border-radius: 0;
    padding: 0;
    gap: 16px;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .additional-block-header div {
    display: flex;
  }

  #shopify-section-{{ section.id }} .additional-block .additional-block-header .addtional-block-image {
    transition: all .28s ease-in-out;
  }

  #shopify-section-{{ section.id }} .additional-block.active .additional-block-header .addtional-block-image {
    transform: rotate(180deg);
  }

  #shopify-section-{{ section.id }} .additional-block-title {
    font-weight: 700;
    font-size: 18px;
    flex-grow: 1;
  }

  #shopify-section-{{ section.id }} .additional-block-content {
    font-size: 15px;
    transition: all .28s ease-in-out;
    height: 0;
    overflow: hidden;
  }

  #shopify-section-{{ section.id }} .additional-block.active .additional-block-content {
    height: auto;
    overflow: unset;
    margin-top: 0px;
    margin-bottom:15px;
  }

  #shopify-section-{{ section.id }} .additional-block-content h4 {
    margin: 22px 0 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
  }

  #shopify-section-{{ section.id }} .additional-block-content li {
    padding-left: 15px;
    position: relative;
  }

  #shopify-section-{{ section.id }} .additional-block-content li:after {
    content: unset;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
  }

  #shopify-section-{{ section.id }} .additional-block-content p+p {
    margin-top: 16px;
  }

  #shopify-section-{{ section.id }} .additional-block-content a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
  }

  #shopify-section-{{ section.id }} .product__information_block.judgeme-badge .jdgm-star {
    padding-right: 6px !important;
    color: #FFC401;
  }

  #shopify-section-{{ section.id }} .product__information_block.judgeme-badge .jdgm-prev-badge__text {
    font-size: 18px;
    color: #535353;
  }

  #shopify-section-{{ section.id }} .product__information .jdgm-star.jdgm--half:before,
  #shopify-section-{{ section.id }} .product__information .jdgm-star.jdgm--on:before,
  #shopify-section-{{ section.id }} .product__information .jdgm-star.jdgm--off:before {
    color: #FFC401 !important;
  }

  #shopify-section-{{ section.id }} .product__information_block.price-block .price-block.price {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
  }

  #shopify-section-{{ section.id }} .product__information_block.price-block .price-block.compare-at-price {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: line-through;
  }

  #shopify-section-{{ section.id }} .product__information_block.price-block {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #shopify-section-{{ section.id }} .product__information_block.rx-toggle {
    display: flex;
    gap: 12px;
    cursor: pointer;
    align-items: center;
    font-size: 17px;
  }

  #shopify-section-{{ section.id }} .rx-toggle-image {
    display: flex;
  }

  #shopify-section-{{ section.id }} .rx-toggle.rx .rx-toggle-image .rx-toggle-unchecked {
    display: none;
  }

  #shopify-section-{{ section.id }} .rx-toggle.sunglasses .rx-toggle-image .rx-toggle-checked {
    display: none;
  }

  #shopify-section-{{ section.id }} .rx-toggle-text {
    line-height: 1;
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider {
    position: relative;
  }

  #shopify-section-{{ section.id }} .pdp-prev,
  #shopify-section-{{ section.id }} .pdp-next {
    cursor: pointer;
    display: flex;
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .pdp-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 1;
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .pdp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    background: transparent !important;
    border: 0 !important;  
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .thumbnail-wrapper {
    position: relative;
    padding-top:10px;
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products {
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products[data-selected-product-type="{{ product.type }}"] {
    border-bottom: 0;
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .swiper.swiper-thumbs {
    width: calc(100% - 80px);
  }

  #shopify-section-{{ section.id }} .product__sep-design__mainSlider .swiper .swiper-slide,
  #shopify-section-{{ section.id }} .product__information_block.other-products .swiper .swiper-slide {
    border-radius: 8px;
    display: flex;
    overflow: hidden;
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products .other-products-header-wrapper {
    position: relative;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products .pdp-prev {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    left: 0px;
        background: transparent !important;
    border: 0 !important;  
  }

  #shopify-section-{{ section.id }} .product__information_block.other-products .pdp-next {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    right: 0px;
    background: transparent;
    border: 0;
  }

  #shopify-section-{{ section.id }} .swiper-button-disabled {
    opacity: 0.2;
  }

  #shopify-section-{{ section.id }} .swiper-button-lock {
    display: none;
  }

  #shopify-section-{{ section.id }} .other-products-header-title {
    font-weight: 600;
    font-size: 18px;
  }

  #shopify-section-{{ section.id }} .other-products-header-title a {
    text-decoration: none;
    color: black;
  }

  body[data-selected-product-type="rx"] #shopify-section-{{ section.id }} .other-products-header-title,
  body[data-selected-product-type="ophthalmic"] #shopify-section-{{ section.id }} .other-products-header-title {
    font-size: 16px;
  }

  #shopify-section-{{ section.id }} .other-products-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: calc(100% - 60px);
  }

  #shopify-section-{{ section.id }} .other-products-header-also-in {
    font-size: 12px;
    line-height: 16px;
  }

  #shopify-section-{{ section.id }} .other-products-header-xl-regular a {
    font-size: 12px;
    background: black;
    color: white;
    border-radius: 15px;
    padding: 2px 8px;
    line-height: 16px;
  }

  #shopify-section-{{ section.id }} .other-products-header-xl-regular:empty {
    display: none;
  }

  #shopify-section-{{ section.id }} .other-products-header {
    margin-bottom: 12px;
  }

  #shopify-section-{{ section.id }} .product__information_block.atc .atc-button.disabled {
    background-color: black;
    color: white;
    pointer-events: none;
  }



  #shopify-section-{{ section.id }} .atc-button .spinning_circle {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-top: 2px solid #19c7fc;
    border-bottom: 2px solid #19c7fc;
  }

  #shopify-section-{{ section.id }} .glasson-btn {
    color: black !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 44px !important;
    background-color: #F2F3F4 !important;
    border-radius: 8px !important;
  }

  #shopify-section-{{ section.id }} .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;
  }

  #shopify-section-{{ section.id }} .atc_app_blocks:empty {
    height: 44px;
    margin: 1.25rem 0;
  }

  #shopify-section-{{ section.id }} .product__information_block.additional-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #shopify-section-{{ section.id }} .product__information_block.additional-blocks .additional-block {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.additional-blocks .additional-block div {
    display: flex;
    align-items: center;
  }

  #shopify-section-{{ section.id }} .product__information_block.subtitle {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #535353
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review {
    border: 1px solid #C9C9C9;
    border-radius: 12px;
    padding: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .content {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #535353;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .name-date {
    margin-top: 16px;
    display: flex;
    gap: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .name-date .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    italize;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .name-date .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535353;
  }

  #shopify-section-{{ section.id }} .product__information_block.featured-review .jdgm-star:before {
    font-size: 13px !important;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell {
    display: flex;
    width:  100%;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_image {
    border-radius: 4px;
    width: min(158px, 25%);
    flex: 1;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_price {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    gap: 8px;
  }

  #shopify-section-{{ section.id }} .product__information_block.recommended-products .cd_upsell_compare_price {
    text-decoration: line-through;
    color: #737373;
  }

  #shopify-section-{{ section.id }} .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;
  }

  #shopify-section-{{ section.id }} .pay-later-with {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .pay-later-with img{width:auto;}
  #shopify-section-{{ section.id }} .pay-later-with .payments img {
    width: 210px;
  }
  #shopify-section-{{ section.id }} .pay-later-with .payments {
    line-height: 1;
  }
  #shopify-section-{{ section.id }} .pay-later-with span {
    font-size: 12px;
    margin: 0 7px;
  }
  #shopify-section-{{ section.id }} .estimation-get-it-by {
    text-align: center;
    margin-bottom: 16px;
  }

  #shopify-section-{{ section.id }} .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }

  #shopify-section-{{ section.id }} .swiper-pagination-bullet-active {
    background: black;
  }

  #shopify-section-{{ section.id }} .swiper-pagination {
    position: absolute;
    top: 0;
    bottom: unset;
    text-align: right;
  }

  #shopify-section-{{ section.id }} .glasson-wrap .pl-2 {
    font-size: 17px;
    font-weight: normal;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin: 15px auto;
    border-radius: 5px;
    border: 1px solid #000;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper .tabs-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
  }

  #shopify-section-{{ section.id }} .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;
  }
  #shopify-section-{{ section.id }} .notifyme-wrapper .tabs-container .btn-group.active {
     background: #000;
    color: #fff;
    border: 1px solid #000;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper .tabs-container .btn-group>input[type=radio] {
    display: none;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper .tabs-container .btn-group label {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper .form-tab input[type=email],
  #shopify-section-{{ section.id }} .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;
  }

  #shopify-section-{{ section.id }} .notifyme-wrapper input.action_button.submit.submit-notifyme {
    padding: 8px 20px;
    background: #19c7fc;
    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;
  }
  #shopify-section-{{ section.id }} #notify-form label[for="contact[email]"]:after {
    content: "Notify Me When Available";
  }
  #shopify-section-{{ section.id }} #notify-form label[for="contact[email]"] {
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform:uppercase;
  }

  #shopify-section-{{ section.id }} #notify-form #phone-number.form-tab { min-height:78px; }
  #shopify-section-{{ section.id }} #notify-form span.bis-integrations {
    text-align: right;
    align-items: inherit;
    display: block;
  }
  #shopify-section-{{ section.id }} .price-block.discount-badge {
    font: normal normal 400 12px / 19px Roboto, sans-serif;
    border-radius: 9px;
    background: #19C7FC;
    padding: 0 8px;
  }

  #shopify-section-{{ section.id }} .product__main .mainslider-wrapper.sticky {
    position: sticky;
    top: 82px;
    z-index: 2;
    background: white;
  }

  #shopify-section-{{ section.id }} .other-products-slider-wrapper {
    position: relative;
  }

  #shopify-section-{{ section.id }} .other-products-slider-wrapper .swiper {
    width: calc(100% - 50px);
  }

  #shopify-section-{{ section.id }} .swiper-lazy-preloader {
    border: 4px solid #DADEDF;
    border-top-color: transparent;
  }

  #shopify-section-{{ section.id }} .product__information.sold_out .product__information_block.atc .atc-button.disabled {
    background-color: #000000;
    color: #ffffff;
    pointer-events: none;
  }

  #shopify-section-{{ section.id }} button#BIS_trigger {
    display: none;
  }

  #shopify-section-{{ section.id }} .additional-block-caret {
    transition: all .28s ease-in-out;
  }

  #shopify-section-{{ section.id }} .additional-block.active .additional-block-caret {
    transform: rotate(180deg);
  }

  .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-size: 15px;
    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;
    text-transform: uppercase;
    min-width: 150px;
    letter-spacing: .08em;
    width: 150px;
    text-align: center;
    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) {
    #shopify-section-{{ section.id }} .product__main {
      flex-direction: column;
      padding: 0px 16px;
    }

    #shopify-section-{{ section.id }} .other-products-header-xl-regular {
      order: 1;
    }

    #shopify-section-{{ section.id }} .other-products-header-also-in {
      order: 2;
    }

    #shopify-section-{{ section.id }} .product__information {
      margin-top: 16px;
      width: 100%;
      padding: 0;
    }

    #shopify-section-{{ section.id }} .product__information_block {
      margin-bottom: 8px;
    }

    #shopify-section-{{ section.id }} .dynamic-sections .section__title {
      text-align: left !important;
      font-size: 36px !important;
      line-height: 34px !important;
    }

    #shopify-section-{{ section.id }} .product__information_block.title h1 {
      font-size: 48px;
    }

    #shopify-section-{{ section.id }} .product__images {
      width: 100%;
      position: static;
      padding: 0;
      margin-top: 0;
    }

    #shopify-section-{{ section.id }} .product__information_block.judgeme-badge .jdgm-prev-badge__text {
      font-size: 14px;
    }

    #shopify-section-{{ section.id }} .product__information_block.price-block .price-block.price {
      font-size: 26px;
      line-height: 32px;
    }

    #shopify-section-{{ section.id }} .product__information_block.price-block .price-block.compare-at-price {
      font-size: 20px;
    }

    #shopify-section-{{ section.id }} .product__information_block.rx-toggle {
      font-size: 15px;
    }

    #shopify-section-{{ section.id }} .product__information_block.b1g2f {
      font-size: 11px;
      line-height: 20px;
      padding: 4px;
      min-height: 44px;
      align-content: center;
    }

    #shopify-section-{{ section.id }} .product__information_block.atc .atc-button {
      font-size: 16px;
      line-height: 24px;
      height: 44px;
      width: 100%;
    }

    #shopify-section-{{ section.id }} .other-products-header-title {
      font-size: 16px;
    }

    #shopify-section-{{ section.id }} .product__information_block.freeshipping {
      font-size: 12px;
    }

    #shopify-section-{{ section.id }} .product__information_block.additional-blocks .additional-block {
      font-size: 14px;
    }

    body[data-selected-product-type="rx"] #shopify-section-{{ section.id }} .other-products-header-title,
    body[data-selected-product-type="ophthalmic"] #shopify-section-{{ section.id }} .other-products-header-title {
      font-size: 15px;
    }

    #shopify-section-{{ section.id }} .additional-block-header {
      height: 52px;
    }

    #shopify-section-{{ section.id }} .additional-block-title {
      font-size: 15px;
    }

    #shopify-section-{{ section.id }} .additional-block-caret {
      width: 20px;
      transition: all .28s ease-in-out;
    }

    #shopify-section-{{ section.id }} .additional-block.product-details.active .additional-block-caret {
      transform: rotate(180deg);
    }

    #shopify-section-{{ section.id }} .additional-block-content {
      font-size: 14px;
    }

    #shopify-section-{{ section.id }} .additional-block-icon {
      width: 35px;
    }

    #shopify-section-{{ section.id }} .product__information_block.freeshipping .freeshipping-icon {
      width: 18px;
    }

    #shopify-section-{{ section.id }} .product__information_block.afterpay {
      margin-bottom: 0px;
    }

    #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_price,
    #shopify-section-{{ section.id }} .product__information_block.recommended-products .cart_drawer_upsell_title {
      font-size: 14px;
      line-height: 20px;
    }

    #shopify-section-{{ section.id }} .text_under_atc {
      font-size: 16px;
    }
    #shopify-section-{{ section.id }} .pay-later-with .payments {
      margin-top: 0px;
      text-align: center;
    }
    #shopify-section-{{ section.id }} .pay-later-with .payments img {
      width: 250px;
    }

    #shopify-section-{{ section.id }} .pay-later-with {
      flex-wrap: nowrap;
      gap: 8px;
    }

    #shopify-section-{{ section.id }} .pay-later-with span {
      margin: 0px;
      white-space: nowrap;
    }
  }