/** Shopify CDN: Minification failed

Line 437:12 Unexpected "{"
Line 437:21 Expected ":"
Line 437:28 Unexpected "{"

**/



.product-trust-point__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  margin-top:6px;
}

.product-trust-point__check {
  font-weight: 700;
}

.product-trust-point__label {
  flex: 1;
}

.product-trust-point__qmark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.sb-lens-placeholder {
  margin-bottom: 10px;
}

.sb-lens-placeholder__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
    padding: 16px 32px;
  border-radius: 12px;
   background: #0C3C40;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
     color: white;
     font-size: 16px;
    font-weight: 600;
     font-family: inherit;
     transition: all var(--sb-transition);
}
.sb_customize-btn {
  
    background: #0c3c40!important;
}
.sb-lens-placeholder__btn:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  animation: sbShimmer 1.2s infinite;
}

@keyframes sbShimmer {
  100% { transform: translateX(100%); }
}

.sb-lens-placeholder__spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.6);
  animation: sbSpin .8s linear infinite;
}

@keyframes sbSpin {
  to { transform: rotate(360deg); }
}

.sb-lens-placeholder__text {
  display: block;
  margin-top: 6px;
  opacity: .7;
  font-size: 12px;
}
.sb-lens-placeholder[hidden],
.sb-lens-placeholder.is-hidden {
  display: none !important;
}
/* Trustpoint modal: force CENTER modal (not right drawer) */
modal-dialog.trustpoint-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
}

/* show only when open (Shopify modal-dialog uses [open]) */
modal-dialog.trustpoint-modal:not([open]) {
  display: none !important;
}

modal-dialog.trustpoint-modal[open] {
  display: block !important;
}

/* overlay */
modal-dialog.trustpoint-modal .trustpoint-overlay,
modal-dialog.trustpoint-modal .product-popup-modal__overlay {
  position: fixed !important;
  inset: 0 !important;
 }

/* modal box */
modal-dialog.trustpoint-modal .product-popup-modal__dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(560px, calc(100% - 32px)) !important;
  max-height: -webkit-fill-available;
  overflow: auto !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.25) !important;
}


.product__info-container--contact-lens {
  max-width: 700px;
  width: 100%;
}

.contact-lens-info {
  display: flex;
  flex-direction: column;
 }

.contact-lens-info__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top:16px;
}

.contact-lens-info__title {
    margin: 23px 0 0;
    font-size: 20px;
    font-weight: 500;
  }

.contact-lens-info__stock {
  color: #14843c;
  font-weight: 500;
}
 

.contact-lens-legend {
  display: block;
  font-weight: 600;
    margin: 24px 0;
  }

.contact-lens-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-lens-option-grid input[type="radio"] {
  display: none;
}

.contact-lens-option-grid label {
  border: 1px solid #cfd6dd;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
}

.contact-lens-option-grid input[type="radio"]:checked + label {
  border-color: #0b3b3f;
  background: #eef7f7;
}

.contact-lens-select-wrap select,
.contact-lens-eye-card select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  padding: 8px 12px;
}

.contact-lens-eye-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-lens-eye-card {
  border: 1px solid #d8dee5;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-lens-add-to-cart .product-form__submit {
  display: inline-flex !important;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .contact-lens-eye-grid {
    grid-template-columns: 1fr;
  }
}
   

 
.contact-lens-pack-card__meta {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

.contact-lens-pack-card__meta-item {
  font-size: 13px;
  line-height: 1.3;
  color: #234a7c;
  font-weight: 500;
}

.contact-lens-prescription__top {
  margin-bottom: 16px;
}

.contact-lens-same-rx {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.contact-lens-same-rx input {
  width: 18px;
  height: 18px;
}

.contact-lens-eye-card select[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-lens-prescription {
  margin: 24px 0;
}

.contact-lens-prescription__top {
  margin-bottom: 16px;
}

.contact-lens-same-rx {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.contact-lens-same-rx input {
  width: 18px;
  height: 18px;
}

.power-dropdown {
  position: relative;
  width: 100%;
}

.power-dropdown__trigger {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font: inherit;
}

.power-dropdown__label {
  color: #4a5568;
}

.power-dropdown__arrow {
  font-size: 18px;
  line-height: 1;
}

.power-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 360px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dee5;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.power-dropdown.is-open .power-dropdown__menu {
  display: block;
}

.power-dropdown__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.power-dropdown__col {
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0C444B transparent;
}
.power-dropdown__col::-webkit-scrollbar-button {
  display: none !important;
}

.power-dropdown__col::-webkit-scrollbar-button:vertical:start:decrement,
.power-dropdown__col::-webkit-scrollbar-button:vertical:end:increment {
  display: none !important;
  height: 0 !important;
}

.power-dropdown__col::-webkit-scrollbar-button:increment,
.power-dropdown__col::-webkit-scrollbar-button:decrement {
  display: none !important;
}

.power-dropdown__col::-webkit-scrollbar {
  width: 6px;
}

.power-dropdown__col {
  overflow-y: overlay; /* important for Chrome */
}
.power-dropdown__col::-webkit-scrollbar {
  width: 4px !important;
}

.power-dropdown__col::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 10px !important;
}

.power-dropdown__col::-webkit-scrollbar-thumb {
  background: #0C444B !important;
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  background-clip: padding-box !important;
}

.power-dropdown__col::-webkit-scrollbar-thumb:hover {
  background: #083437 !important;
}

.power-dropdown__col::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.power-dropdown__col:last-child {
  border-right: none;
}

.power-dropdown__head {
  position: sticky;
  top: 0;
  background: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
  z-index: 2;
}

.power-option {
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 10px 14px;
  text-align: center;
  cursor: pointer;
  font: inherit;
}

.power-option:hover {
  background: #0C444B !important;
  color: #fff !important;
}
.contact-lens-eye-card--single {
  max-width: 460px;
}

#single-rx-{{ section.id }} {
  grid-template-columns: 1fr;
}

.contact-lens-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.contact-lens-pack-grid input[type="radio"] {
  display: none;
}

.contact-lens-pack-card {
    border: 1px solid rgba(190, 191, 192, 0.56);
    border-radius: 28px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 200px; */
    text-align: center;
    cursor: pointer;
    color: #1f4f86;
}

.contact-lens-pack-card__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-lens-pack-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-lens-pack-card__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.contact-lens-pack-card__specs {
  margin: 8px 0;
  border-top: 1px solid rgb(236, 236, 236);
  border-bottom: 1px solid rgb(236, 236, 236);
}

.contact-lens-pack-card__spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
    padding: 3px 0;
  }

.contact-lens-pack-card__spec-row + .contact-lens-pack-card__spec-row {
  /* border-top: 2px solid #4d77a8; */
}

.contact-lens-pack-card__spec-label {
  font-size: 12px;
 }
.contact-lens-pack-card__spec-value {
   font-size: 12px;
  font-weight: 700;
  /* color: #1f4f86; */
}

.contact-lens-pack-card__bottom {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact-lens-pack-card__compare {
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
  /* color: #1f4f86; */
  opacity: 0.9;
}

.contact-lens-pack-card__current {
  font-size: 16px;
  font-weight: 800;
  /* color: #1f4f86; */
}

.contact-lens-pack-grid input[type="radio"]:checked + .contact-lens-pack-card {
    box-shadow: 0 0 0 1px rgb(12 60 64);
    transform: translateY(-1px);
        background: #0c3c40;
    color: #fff;
}

@media screen and (max-width: 989px) {
  .contact-lens-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .contact-lens-pack-grid {
    grid-template-columns: 1fr;
  }

  .contact-lens-pack-card {
    min-height: 150px;
  }
}

.contact-lens-quantity-block {
  margin-top: 24px;
}

.contact-lens-quantity-block__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #0b3b3f;
}

.contact-lens-quantity-block__inner {
  border: 1px solid #bfc8d2;
  border-radius: 10px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-lens-qty-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-lens-qty-card.is-disabled {
  opacity: 0.55;
}

.contact-lens-qty-card__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.contact-lens-qty-card__check input {
  width: 18px;
  height: 18px;
}

.contact-lens-stepper {
  border: 1px solid #6f7584;
  border-radius: 999px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.contact-lens-stepper__btn {
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  color: #4f5260;
  cursor: pointer;
  height: 100%;
}

.contact-lens-stepper__btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.contact-lens-stepper__value {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #4f5260;
}

@media screen and (max-width: 749px) {
  .contact-lens-quantity-block__inner {
    grid-template-columns: 1fr;
  }
}

.prescription-dropdown .power-dropdown__menu {
  max-height: 260px;
  overflow-y: auto;
}

.power-dropdown__single-list {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.power-dropdown__single-list .power-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}

.power-dropdown__single-list .power-option:hover,
.power-dropdown__single-list .power-option.is-selected {
  background: rgba(12, 68, 75, 0.08);
}

.contact-lens-upload {
  margin-top: 16px;
}

.contact-lens-upload-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px dashed #b7c8cb;
  border-radius: 16px;
  background: #f8fbfb;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact-lens-upload-card:hover {
  border-color: #0c444b;
  background: #f2f8f8;
}

.contact-lens-upload-card__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: #eaf3f4;
  color: #0c444b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-lens-upload-card__content {
  flex: 1;
}

.contact-lens-upload-card__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #0c444b;
}

.contact-lens-upload-card__text {
  margin: 0 0 4px;
  font-size: 14px;
  color: #35565b;
}

.contact-lens-upload-card__note {
  margin: 0;
  font-size: 12px;
  color: #6a8387;
}

.contact-lens-upload-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #0c444b;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.contact-lens-upload-file-name {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eef6f6;
  color: #0c444b;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}
/* Heading */
.contact-lens-prescription-block__title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #0c444b;
}

/* Toggle container */
.contact-lens-prescription-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0;
  padding: 4px;
  border: 1.5px solid #0c444b;
  border-radius: 999px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 16px;
}

/* Each option */
.contact-lens-prescription-toggle__option {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
}

/* Hide native radio */
.contact-lens-prescription-toggle__option input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Text / button look */
.contact-lens-prescription-toggle__text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #0c444b;
  background: transparent;
  transition: all 0.25s ease;
  text-align: center;
  white-space: nowrap;
}

/* Selected state */
.contact-lens-prescription-toggle__option input[type='radio']:checked + .contact-lens-prescription-toggle__text {
  background: #0c444b;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(12, 68, 75, 0.18);
}

/* Hover */
.contact-lens-prescription-toggle__option:hover .contact-lens-prescription-toggle__text {
  background: rgba(12, 68, 75, 0.06);
}

/* Prevent hover override on selected */
.contact-lens-prescription-toggle__option input[type='radio']:checked + .contact-lens-prescription-toggle__text:hover {
  background: #0c444b;
  color: #ffffff;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .contact-lens-prescription-block__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .contact-lens-prescription-toggle {
    width: 100%;
  }

  .contact-lens-prescription-toggle__text {
    min-height: 50px;
    font-size: 15px;
    padding: 0 12px;
  }
}

.contact-lens-upload-success {
  border: 1px solid #d6e5e3;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin-top: 8px;
}

.contact-lens-upload-success__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-lens-upload-success__check {
  flex: 0 0 auto;
  line-height: 0;
}

.contact-lens-upload-success__title {
 margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    color: #0c444b;
}

.contact-lens-upload-success__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #314b6b;
  max-width: 560px;
}

.contact-lens-upload-success__preview-wrap {
  margin-top: 20px;
}

.contact-lens-upload-success__image {
  display: block;
  width: 100%;
  max-width: 280px;
  max-height: 280px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #dce6ea;
  background: #f8fbfb;
}

.contact-lens-upload-success__file {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 16px;
  border: 1px solid #dce6ea;
  border-radius: 18px;
  background: #f8fbfb;
}

.contact-lens-upload-success__file-icon {
  color: #0c444b;
  line-height: 0;
}

.contact-lens-upload-success__file-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #0c444b;
  word-break: break-word;
}

.contact-lens-upload-success__again {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff7a3d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.contact-lens-upload-success__again:hover {
  opacity: 0.85;
}

@media screen and (max-width: 749px) {
  .contact-lens-upload-success {
    padding: 16px;
    border-radius: 16px;
  }

  .contact-lens-upload-success__top {
    gap: 12px;
  }

  .contact-lens-upload-success__title {
    font-size: 22px;
  }

  .contact-lens-upload-success__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-lens-upload-success__image,
  .contact-lens-upload-success__file {
    max-width: 100%;
  }
}

.product-form__error-message-wrapper {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.product-form__error-message-wrapper.is-error {
  background: #fff3ee;
  color: #b83b00;
  border: 1px solid #ef6a01;
}

.product-form__error-message-wrapper.is-success {
  background: #eefaf3;
  color: #176b3a;
  border: 1px solid #35a864;
}

.product-form__error-message-wrapper[hidden] {
  display: none;
}

 
 

.rx-entry__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.rx-entry__buttons--single {
  grid-template-columns: 1fr;
}

.rx-entry__buttons .button,
.rx-entry__buttons form {
  width: 100%;
}
.rx-entry__buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .rx-entry__buttons {
    grid-template-columns: 1fr;
  }
}

/* Make direct Add to Cart match Select Lenses */
.rx-entry__buttons .rx-direct-add-to-cart,
.rx-entry__buttons .rx-entry__button {
  background: #0c444b !important;
  color: #fff !important;
  border: 1px solid #0c444b !important;
  border-radius: 8px !important;
  min-height: 64px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none !important;
}

.rx-entry__buttons .rx-direct-add-to-cart:hover,
.rx-entry__buttons .rx-entry__button:hover {
  background: #08373d !important;
  border-color: #08373d !important;
  color: #fff !important;
}

.rx-entry__buttons .rx-direct-add-to-cart:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.rx-entry__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rx-lens-btn-text {
  color: #fff;
  font-weight: 800;
}

.rx-lens-btn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff8ef;
  color: #111;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.product-popup-modal__popup .rte p {
    margin: 0;
    padding: 0px 40px;
}

 /* Keep color tooltip as old, fix size tooltip only */
.product-parameters .frame-size-label {
  position: relative !important;
  overflow: visible !important;
  z-index: 5;
}

.product-parameters .frame-size-label[data-option-name]:hover {
  z-index: 9999;
}

.product-parameters .frame-size-label[data-option-name]:hover::before {
  content: attr(data-option-name);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #1f234f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 99999;
  pointer-events: none;
}




/* 4 Great Reasons block */
.lm-reasons {
  margin: 34px 0 24px;
  padding: 28px 20px 18px;
  background: #fff;
  text-align: center;
}

.lm-reasons__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #11154b;
  text-transform: uppercase;
}

.lm-reasons__heading strong {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.lm-reasons__heading span {
  width: 90px;
  height: 2px;
  background: #004a55;
  position: relative;
}

.lm-reasons__heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #004a55;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lm-reasons__heading span:first-child::after {
  right: 0px;
}

.lm-reasons__heading span:last-child::after {
  left: 0px;
}

.lm-reasons__subheading {
  margin: 12px 0 28px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #004a55;
  text-transform: uppercase;
}

.lm-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lm-reason-card {
  text-align: center;
}

.lm-reason-card__icon {
  width: 120px;
  height: 90px;
  margin: 0 auto 16px;
}

.lm-reason-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lm-reason-card h4 {
  margin: 0 0 12px;
  color: #11154b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-reason-card p {
  margin: 0 0 16px;
  color: #22283d;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: bold;
}

.lm-reason-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #004a55;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.lm-reason-card a span {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 989px) {
  .lm-reasons__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }

  .lm-reasons__heading strong {
    font-size: 22px;
  }

  .lm-reasons__heading span {
    width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .lm-reasons {
    padding: 24px 10px 12px;
  }

  .lm-reasons__grid {
    grid-template-columns: 1fr;
  }

  .lm-reasons__heading span {
    display: none;
  }

  .lm-reasons__heading strong {
    font-size: 20px;
  }

  .lm-reasons__subheading {
    font-size: 20px;
  }
}