/** Shopify CDN: Minification failed

Line 1243:1 Expected "}" to go with "{"

**/
.p-container {
 display: flex;
  justify-content: space-between;
  /* align-items: center; */
   align-items: flex-start;
}
  .title-modal-trigger {
    display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
    padding-bottom: 16px;
    background: #f7f8f9;
  padding-top: 10px;
  padding-left: 1rem;
  }
    .title-modal-trigger h2 {
    font-size: 24px;
  line-height: 36px;
    margin: 0;
  }
  .title-modal-trigger button {
    font-size: 16px;
  font-weight: 400;
  color: #1236ed;
        text-align: left;
  }
   .title-modal-trigger button span {
       text-decoration: underline;
   }

  .hidden { display: none; }
.step:not(.hidden) { display: block; }
.modal-content { transition: all 0.3s ease; }
/* Modal Styling */
  /* Modal base */
.lens-modal {
  position: fixed;
  width: 100vw;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
  .lens-modal.hidden { display: none; }
  .lens-modal__overlay {
    position: fixed; top: 0; left: 0; width:100%; height:100%;
    background: rgba(0,0,0,0.6); z-index: 999;
  }
  .lens-modal__content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 24px;
    z-index: 9999;
    overflow: auto;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    height: 100%;
  }
  .main-product-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 100vh; */
  }
  .lens-wrapper {
    border-left: 2px solid #eee !important;
  padding-left: 15px !important;
  position: relative;
  }
  .main-heading {
    margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5;
  }
  .product-image-main {
  width: 66.6667%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  height: auto;
  object-fit: contain;
  }
  .main-product-info h2 {
    font-size: 20px;
  margin: 0;
  font-weight: 500;
  }
    .main-product-info p {
    font-size: 18px;
  margin: 0;
  font-weight: 500;
  }
  .lens-modal__close {
    position:absolute; top:8px; right:16px; 
    background:none; border:none; cursor:pointer;   z-index: 99;
  }
  .lens-modal__close svg {
    width: 30px;
    height: 30px;
  }
  .lens-modal__steps {
    display:flex;  margin-bottom:24px; padding:0; list-style:none; margin-top: 40px;
  }
  .lens-modal__step {
    flex:1; height:8px; background:#ddd; 
  }
  .lens-modal__step.is-active { background:#000; }

  .lens-modal__panel { display:none; }
  .lens-modal__panel.is-active { display:block; }

  .option-card {
   text-align: left;
  /* border: 1px solid #f7f8f9; */
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  background: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0,0,0,.03),0 0 2px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  }
  .option-card:hover {
      background: #e4e4e4;
  }
  .option-card-left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
  }
  .option-card-left {
  flex: 0 0 120px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
  .option-card-left img {
    width: 100%;
    /* max-width: 96px;
    max-height: 50px; */
    max-width: 120px;
  max-height: 80px;
  }
  .option-card-right {
    padding: 0.5rem 1.5rem;
    width: 75%;
    min-width: 0;
      flex: 1;
  }
  .option-card-right h3, .option-card-right h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  .strong {
    font-weight: 600;
  }
   .option-card-right p {
      font-size: 16px;
      font-weight: 300;
      color: #6f6f6f;
      margin: 0;
      line-height: 1.3;
     margin-top: 8px;
   }
   .option-card.is-expanded .option-card-right.reading {
     width: 41.6667% !important;
   }
  .option-card.cstm {
      align-items: center;
      background-color: #0e0f11;
      border: .0625rem solid transparent;
      cursor: pointer;
      display: flex;
      justify-content: center;
      font-size: 14px;
        max-height: 3rem !important;
    margin: 0;
        margin-bottom: .25rem !important;
    margin-top: .25rem !important;
            padding: 8px;
    color: white;
  width: 100%;
  text-align: center;
  font-weight: 600;
    transition: 0.3s ease;
  }
  .option-card.cstm:hover {
        background-color: #fff !important;
    border: .0625rem solid #0e0f11 !important;
    color: #0e0f11 !important;
  }
  .lens-modal__options { display:grid; }

  .lens-modal__actions {
    display:flex; justify-content:space-between; margin-top:24px;
  }
  .btn-primary {
    align-items: center;
  background-color: #e4d9c5;
  border: .0625rem solid transparent;
  border-radius: 3.75rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 12px 0 !important;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
    font-size: 16px;
    color: #000000;
  }
   .btn-primary:hover {
         background-color:rgb(237, 229, 214); ;
   }
   .quantity-submit-row__submit button{
      background-color: #fff;
      border: .0625rem solid #e4d9c5;
   }
    .quantity-submit-row__submit button:hover{
      background-color:  #e4d9c5;
   }
  .custom-show-btn {
        font-size: 14px;
        cursor: pointer !important;
    font-weight: 600;
    align-items: center;
    background-color: #fff;
    border: .0625rem solid transparent;
    border: .0625rem solid #0e0f11 !important;
    color: #0e0f11;
    cursor: pointer;
   display: flex;
  justify-content: center;
  padding: 12px 16px;
  transition: 0.3s ease;
  border-radius: 8px;
  width: 100%;
  max-width: 24rem;
  margin: auto;
  gap: 5px;
  }
  
    .custom-show-btn:hover {
          background-color: #0e0f11 !important;
    border: .0625rem solid #0e0f11 !important;
    color: #fff !important;
    }
  .divider-with-text {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 24px auto;
  max-width: 24rem;
}
.upload-image {
  background-color: #f7f8f9;
  font-size: 1rem !important;
  font-weight: 300;
  width: 100%;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  border: 1px solid #bdbdbd;
}
.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #e0e0e0; /* default divider color */
}

.divider-text {
  margin: 0 0.5rem; /* mx-2 equivalent */
  color: #9e9e9e; /* text-400 equivalent */
  font-size: 0.875rem;
}
.btn-secondary {
	background: #0e0f11;
	color: #fff;
	border: 1px solid #000;
	padding: 8px 20px;
	cursor: pointer;
	font-weight: bolder;
	font-size: 16px;
	border-radius: 6px;
  transition: 0.3s ease;
}
.btn-secondary:hover {
      background-color: #fff;
    border: .0625rem solid #0e0f11;
    color: #0e0f11;
}
  /* Step 2 specific */
  .pd-mode-toggle { display:flex; gap:1.5rem; margin-bottom:1rem; }
  .pd-mode-toggle label { 
    font-weight: 600;
  cursor: pointer;
  color: #2e2e2e; }
  .pd-wrapper {
    background-color: #f7f8f9;
  border-radius: .5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  }
  .pd-wrapper p {
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 16px;
  }
  .pd-input { margin-bottom:1.5rem; }
  .pd-single select, td select {
	width: 6rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #fff;
	font-size: 1rem;
	font-weight: 400;
    height: 41px;
    cursor: pointer;
    transition: 0.3s ease;
}
  td select {
    border-color: #2c2c2c;
    width: 100%;
  }
  .myTable {
    width: 75%;
    table-layout: fixed;
  }
  
   .pd-single select:hover {
         border-color: #3b82f6;
   }
  .pd-multi {
    display: flex;
  align-items: center;
  gap: 16px;
  }
  .pd-multi label {
	display: flex;
	margin-bottom: .75rem;
	flex-direction: column;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}
  .pd-multi select { 
    width: 6rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #fff;
	font-size: 1rem;
	font-weight: 400; 
    height: 41px;
    cursor: pointer;
    transition: 0.3s ease;
  }
     .pd-multi select:hover {
         border-color: #3b82f6;
   }
  .hidden { display:none; }

  /* Prescription dropdowns */
  .pd-table {
    width:100%; border-collapse:collapse; margin-bottom:1.5rem;
  }
  .pd-table th, .pd-table td {
    border:none; text-align:center; padding:.75rem; vertical-align: top;
  }
  .pd-table th {
    font-weight: 600;
  font-size: 14px;
  padding-bottom: 0;
  }
  .pd-table .eye { text-align:left; font-weight:600; padding-left:1rem; width: 40px;}
  .relative { position:relative; }
  .rx__dropdown {
    width:100%; cursor:pointer; padding:.5rem; border:1px solid #ccc;
    border-radius:4px;
  }
  .rx__dropdown-icon {
    position:absolute; right:.75rem; top:50%; transform:translateY(-50%);
    cursor:pointer;
  }
  .rx__dropdown-list {
    position:absolute; top:100%; left:0; right:0;
    max-height:200px; overflow-y:auto; background:#fff; border:1px solid #ccc;
    z-index:10; list-style:none; margin:0; padding:0;
  }
  .rx__dropdown-list.hidden { display:none; }
  .rx__dropdown-list li {
    padding:.5rem; cursor:pointer;
  }
  .rx__dropdown-list li:hover {
    background:#f0f0f0;
  }
  .preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}

   /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;

}

/* Tooltip text */
.tooltip .tooltiptext {
display: none;
  width: 200px;
  background-color: #1f2933;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 99999;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  height: auto;
}

/* Tooltip arrow */
/* .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  display: block;
  opacity: 1;
} 
.thumb-wrap {
  position: relative;
}

.preview-thumb {
  display: block;
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.remove-thumb { 
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  padding: 0;
  cursor: pointer;
}
.validation-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  z-index: 999999;
}
.validation-popup__backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  overflow: hidden;
}
  .table-wrapper {
    /* overflow-x: auto; */
    background: #f7f8f9;
  margin: auto;
  max-width: 90rem;
     padding: 1rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
 
  }
.validation-popup__dialog {
  position: relative;
  background: #fff;
  padding: 48px 1.5em;
  border-radius: 8px;
  max-width: 320px;
  text-align: center;
  pointer-events: all;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.validation-popup h3 {
 font-size: 20px;
  font-weight: 600;
  margin-bottom: .5rem;
  margin-top: .5rem;
  color: #495057;
}
.validation-popup p {
	margin: 1em 0;
	padding: 1rem;
	color: #0e0f11;
	line-height: 1.5;
	line-height: 1.5;
	font-weight: 300;
}
.validation-popup .btn-secondary {
  margin-bottom: 0.5em;
  width: 100%;
}
.validation-popup .btn-link {
  display: block;
  text-decoration: underline;
  margin: .5em auto 0;
  color: #495057;
}
  .back-btn svg {
    width: 20px;
    height: 20px;
  }
    .back-btn {
  position: absolute;
  top: 5px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
    }
   .back-btn span {
     text-decoration: underline;
      margin-left: -3px;
   }
.hidden { display: none; }
.collapsible {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.collapsible #toggle-icon {
  margin-left: auto;
  transition: transform .2s;
}
.content.hidden {
  display: none;
}
.content {
  margin-top: 1em;
}
.review-table {
  width: 100%;
  border-collapse: collapse;
}
.review-table th,
.review-table td {
  border: 1px solid #e2e2e2;
  padding: 1rem 0.25rem;
  text-align: center;
}
.review-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}
.review-meta li {
  margin-bottom: 0.25em;
}
.review-actions {
  margin-top: 1.5em;
  text-align: center;
  border-top: 1px solid black;
  padding-top: 2rem;
}
.subtotal {
  margin-bottom: 2rem;
      font-size: 20px;
      font-weight: 700;
  color: #2e2e2e;
}
/* Hide ADD column when .hide-add class is present */
.pd-table.hide-add th:nth-child(5),
.pd-table.hide-add td:nth-child(5) {
  display: none;
}
  /* hide them by default */
#reading-card .reading-options {
  display: none;
  /* if you want them side‑by‑side: */
   flex-wrap: wrap;
  padding: 0.5rem 1rem;
  width: 33.333%;
}
#reading-card .reading-options button {
  display: none;
}
/* when we add .is-expanded to the card, show them */
#reading-card.is-expanded .reading-options {
  display: flex;
}
#reading-card.is-expanded .reading-options button {
  display: block;
}
.selection-summary {
  font-size: 0.9rem;
  color: #555;
}
.variant-card { position: relative; /* for ribbon */ }
.variant-card .ribbon {
  background: black;
  color: white;
  padding: 4px 12px;
  font-size: .8rem;
}
.review-table th {
  font-weight: 600;
}
.variant-card .features {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}

  .recommend {
    border: 1px solid black !important;
     margin-top: 0 !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
/* ─────────────────────────────────────────────────────────────────---- */
/* 1) BASIC CARD SETUP                                                     */
/* ───────────────────────────────────────────────────────────────────── */
.variant-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 280px;               /* adjust as needed */
  margin: 1rem;               /* spacing between cards */
  transition: border-color 0.2s ease;
  margin-top: 34.167px;
  cursor: pointer;
}

/* When a card is marked "selected" */
.variant-card.is-selected {
  /* border-color: #28a745; */
}

/* ───────────────────────────────────────────────────────────────────── */
/* 2) “RECOMMENDED” RIBBON                                                  */
/* ───────────────────────────────────────────────────────────────────── */
/* This black bar sits at the very top and spans full width. */
.variant-card .ribbon {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 0;
  z-index: 2;
}

/* ───────────────────────────────────────────────────────────────────── */
/* 3) IMAGE STYLING                                                         */
/* ───────────────────────────────────────────────────────────────────── */
/* We give the <img> itself a light-blue background so it appears like a header banner. */
.variant-card img {
  width: 100%;
  height: auto;
  background-color: #e6f7ff; /* very light blue */
  object-fit: contain;       /* ensure it doesn’t get squashed */
}

/* ───────────────────────────────────────────────────────────────────── */
/* 4) TITLE & PRICE                                                         */
/* ───────────────────────────────────────────────────────────────────── */
.variant-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

.variant-card .priceLens {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}
.variant-card .title-and-price {
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 26px;
  padding: 0 15px;
}
/* ───────────────────────────────────────────────────────────────────── */
/* 5) FEATURE LIST (“text_1” … “text_4”)                                     */
/* ───────────────────────────────────────────────────────────────────── */
/* We render these as a <ul> with green checkmark bullets. */
.variant-card .features {
  list-style: none;
  padding: 0;
  margin: 1rem;
}

.variant-card .features li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #2e2e2e;
  line-height: 1.3;
}



/* ───────────────────────────────────────────────────────────────────── */
/* 6) OFFER BUBBLE (“offer_text”)                                            */
/* ───────────────────────────────────────────────────────────────────── */
/* A small pill-shaped bubble with light green bg and dark‐green text */
.variant-card .offer-bubble {
background-color: #caf1d8;
  color: #188a42;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  text-align: center;
  max-width: 90%;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 600;
}

/* ───────────────────────────────────────────────────────────────────── */
/* 7) “SELECT” BUTTON                                                         */
/* ───────────────────────────────────────────────────────────────────── */
/* Transparent by default, black border + text; on hover → black bg + white text */
.variant-card button {
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 4px;
  color: #000000;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
}

.variant-card button:hover {
  background-color: #000000;
  color: #ffffff;
}

/* ───────────────────────────────────────────────────────────────────── */
/* 8) RESPONSIVE GRID CONTAINER (OPTIONAL)                                   */
/* ───────────────────────────────────────────────────────────────────── */
/* If you want the parent <div id="variant-list"> to show cards in a row/globally: */
#variant-list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;   
  gap: 1rem;                */
  padding: 0;
  margin: 0;
}

/* Alternatively, a CSS Grid approach: */
/*
#variant-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
*/

/* ───────────────────────────────────────────────────────────────────── */
/* 9) SOME MINOR UTILITY CLASSES                                              */
/* ───────────────────────────────────────────────────────────────────── */
/* If you ever need to hide a card or show an “error” text inside the same area */
.variant-card.hidden {
  display: none;
}

.variant-card .error,
#variant-list .error {
  color: #cc0000;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
}
.main-product-info.mobile {
  display: none;
}
   .reading-desk {
      display: flex !important;
    }
  .option-card-right.cstm {
    padding-top: 1.5rem;
  padding-bottom: 1.5rem;flex:1;
  }
    .option-card-right.cstm ul {
      color: #6f6f6f;
      font-weight: 300 !important;
      /* padding-left: 1.5rem !important; */
      margin-top: 1rem !important;
      font-size: 16px;
      list-style: disc;
      line-height: 1.3;
    }
  .option-card-right.cstm ul li {
    margin-bottom: .5rem !important;
  }
    .option-card-right.cstm .priceLens {
      font-size: 16px !important;
    }
  .popular {
	font-size: 14px;
	background-color: #1eb640;
	color: #fff;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: .25rem;
	padding-top: .25rem;
	margin-left: .5rem;
	border-radius: 1.5rem;
	font-weight: 600;
  width: fit-content;
  height: max-content;
  line-height: 1.2;
  }
  .title-and-price {
    display: flex;
  justify-content: space-between;
  }
  .title-and-price {
    margin-bottom: 16px;
  }

  .priceLens {
    font-size: 14px !important;
  font-weight: 500 !important;
  color: rgb(var(--heading-color)) !important;
    /* text-align: right; */
  }
  .price-bold {
    font-weight: 600;
  }
  .learn-more {
    font-weight: 600;
  text-decoration: underline;
  margin-top: .25rem;
  width: 7rem;
  }
  .red-text {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ce0e0e;
  }
  .price-and-text {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .priceLens {
	min-width: 90px;text-align: right;
}
  @media (max-width: 990px) {
    .back-btn {
      top: -35px;
    }
    .reading-desk {
      display: none !important;
    }
    .lens-modal__content {
      display: block;
    }

    .main-product-info.mobile {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
    padding: 8px;
    width: 100%;
    flex-direction: row;
    height: 100%;
      gap: 10px;
    }
    .main-product-info {
      display: none;
    }
    .option-card-right h3, .option-card-right h2 {
    	font-size: 14px;
      line-height: 1.8;

    }
    .option-card-right p {
    	font-size: 12px;
        margin-top: 8px !important;

    }
    .lens-wrapper {
    	border-left: none !important;
    	padding-left: 0 !important;
    }
  .option-card-right.cstm ul {
        font-size: 12px;
  }
    .option-card-right.cstm .priceLens {
      font-size: 12px !important;
    }
    .popular {
      font-size: 12px;
    }
    .option-card-left {
      /* padding: 0.5rem 1rem; */
       padding: 0; 
    }
    .option-card-right {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  .variant-card {
    width: 21%;
  }
  .mobile-hide {
    display: none !important;
  }
  @media (min-width: 990px) {
    .lens-modal__panel.cstm {
      /* width: 95vw; */
    }
     .mobile-hide {
      display: flex !important;
    }
    .modal-badge {
      font-size: 16px !important;
    }
    .priceLens {
      text-align: right;
    }
    .popular {
      left: 10px !important;
    }
  }
    @media (max-width: 1200px) {
        .variant-card {
          width: 44%;
        }
    }
  @media (max-width: 768px) {
      .option-card.is-expanded .option-card-right.reading {
        	width: 75% !important;
        }
        #reading-card .reading-options {
        	width: 100%;
        }
        .option-card {
          flex-wrap: wrap;
        }
    .variant-card {
            width: 44%;
          }
    .validation-popup {
 /* height: 150vh;
top: 17%; */
}
.validation-popup__backdrop {
 /* height: 150vh; */

}
  }
  .hide-mob {
    display: block;
  }
   .show-mob {
        display: none;
      }
  .eye-further {
    font-weight: 500;
  }
  .title-modal-trigger h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
  }
    @media (max-width: 576px) {
    .option-card-left img {
      padding: 5px 0;
    }
       .myTable {     width: 100%;   }
        .variant-card {
            width: 100%;
              margin-top: 0 !important;
          }
      .hide-mob {
        display: none;
      }
      .option-card-right.cstm h3 {
        /* flex-direction: column; */
      }
       .option-card-right.cstm .priceLens {
        margin-left: unset !important;
        /* margin-left: auto !important;  */
    text-align: right;
       }
      .show-mob {
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
      }
      .mob-option-right {

        /* padding-right: 0; */
  padding-bottom: 0;
  padding-top: 0;
      }
      .title-and-price.cstm {
        gap: 0;
  margin: 0;
  /* flex-direction: column;
  align-items: flex-start !important;
    gap: 2px !important;
    margin-bottom: 5px; */
      }
       .title-and-price.cstm .priceLens {
	min-width: unset;
}
      .mobile-para {
        font-weight: 300;
        color: #6f6f6f;
        margin: 0;
        line-height: 1.3;
        font-size: 12px;
            padding-left: 10px;
      }
      .mobile-para:first-of-type {
        margin-top: 10px;
      }
      .popular {
          margin-left: 0;
      }
      .pd-table td {
            vertical-align: bottom;
        }
      .pd-table th, .pd-table td {
        /* min-width: 90px; */
      }
      .table-wrapper {
          /* overflow-x: auto;  */
      }
      .tooltip .tooltiptext {
      top: 0%;
    bottom: unset;
    left: 0;
      }
      .title-and-price {
        /* flex-direction: column; */
/* align-items: flex-start !important; */
margin-bottom: 8px;
gap: 0;
      }
      .option-card-right.cstm {
          padding: .5rem 0.5rem;
        }
        .price-and-text {
          flex-direction: column-reverse;
        }
        .price-and-text p {
        margin-top: 2px !important;
      }
      .red-text {
	font-size: 14px;
}
 .title-modal-trigger h4 {
    font-size: 12px;
  }



    }
      .option-card {
	position: relative;
}
    .modal-badge {
  position: absolute;
  top: 5px;
  left: 25px;
  min-width: 80px !important;
}
 @media (max-width: 440px) {
    .popular.modal-badge {
        left: 25px !important;
      }
   .pd-table th, .pd-table td {
	min-width: 66px;
	padding: 4px;
}
.modal-badge {
  left: 25px;
}
.small-height {
  max-height: 70px;
}
 }
 @media (max-width: 400px) {
  .modal-badge {
    left: 25px;
  }
}
 @media (max-width: 380px) {
   .show-mob {
    	font-size: 10px;
    }
 }


.option-card-left {
  position: relative;
}

.learn-more {
	margin-top: 0;
	width: unset;
  position: absolute !important;
  /* left: 40%; */
  bottom: -15px;
  right: 5px;
  width: 26px;
  height: 26px;
}
  .title-and-price h2 {
    min-width: 0; 
  white-space: normal;
  overflow-wrap: break-word;
  }
  @media (max-width: 440px) {
    .learn-more {
        bottom: -20px;
        right: 5px;
      }
  }

  .title-and-price h3 {
  /* flex: 1; allows title to take available space */
  min-width: 0; /* required for proper text wrapping in flex layouts */
  word-break: break-word; /* breaks long words if needed */
}

@media (min-width: 524px) and (max-width: 576px) {
  .option-card-right.mob-option-right {
    flex: unset;
    width: 74%;
  }
}




  @media (max-width: 576px) {
   div[data-step-panel="4"] .mob-option-right {
        width: fit-content;
    }
    div[data-step-panel="4"] .mobile-para {
      width:100%;
    }
    .learn-more:after {
    content: '';
    position: absolute;
    top: -21px;
    bottom: 0;
    left: -24px;
    right: 0;
}