@charset "UTF-8";
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px; }

@media (max-width: 767px) {
  .container {
    padding: 0 20px; } }

.microsite-page--marketing {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin-top: -1px; }

.microsite-hero__inner {
  position: relative; }

.sea-app-banner {
  margin-bottom: 60px; }

.microsite-hero__image {
  width: 100%;
  display: block; }

.microsite-hero__button-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 20px;
  gap: 12px; }

.sea-button {
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px; }

@media (max-width: 767px) {
  .microsite-hero__button-wrapper {
    position: static;
    -ms-transform: none;
        transform: none;
    text-align: center;
    background-color: #f1f2f2; } }

.microsite-hero__button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #001e62;
  color: #fff;
  text-decoration: none;
  border-radius: 23px;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: "ASICS 3.0 Bold"; }

.microsite-hero__button:hover,
.microsite-hero__button:focus {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.9; }

.microsite-hero__title {
  font-size: 28px;
  font-family: "ASICS 3.0 Regular";
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center; }

@media (min-width: 768px) {
  .microsite-hero__title {
    font-size: 40px; } }

.microsite-hero__subtitle {
  font-size: 20px;
  font-family: "ASICS 3.0 Regular";
  margin: 0;
  opacity: 0.85;
  text-align: center; }

.work_heading {
  font-size: 32px;
  color: #001e62;
  font-family: "ASICS 3.0 Bold";
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .work_heading {
      font-size: 24px; } }

.sea-heading p {
  line-height: 1.43;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "ASICS 3.0 Regular"; }

.work-box {
  border: 0.5px solid #cfcfcf;
  transition: 0.3s ease; }

.work-section {
  padding-top: 1.25rem;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .work-section {
      margin-top: 16px; } }

.work-box:hover {
  border-color: #001e62; }

.work-count {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e1b562;
  color: #001e62;
  font-size: 14px;
  font-family: "ASICS 3.0 Bold";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.work-title,
.work-content {
  color: #001e62; }

.work-title {
  font-size: 18px;
  font-family: "ASICS 3.0 Bold"; }

.work-content {
  font-size: 12px;
  line-height: 22px;
  font-family: "ASICS 3.0 Regular"; }

/* Mobile View */
@media (max-width: 767px) {
  .work-box {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    text-align: left !important;
    gap: 25px;
    margin-bottom: 16px; }
  .work-count {
    min-width: 48px;
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin-top: 10px; } }

.microsite-benefits {
  background-color: #fff; }

.microsite-benefits__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px; }

@media (min-width: 768px) {
  .microsite-benefits__grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }

.microsite-benefit-card {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #f5f5f5; }

.microsite-benefit-card__title {
  font-size: 16px;
  font-family: "ASICS 3.0 Bold";
  margin: 0 0 8px; }

.microsite-benefit-card__desc {
  font-size: 14px;
  color: #666;
  margin: 0; }

.member-product {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .member-product {
      padding: 20px; } }

.member-product__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }

.member-product__card {
  max-width: 373px;
  width: 100%;
  background: #fff;
  overflow: hidden; }

.member-product__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block; }

.member-product__content {
  padding-top: 24px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 220px; }

.member-product__title {
  font-size: 24px;
  font-family: "ASICS 3.0 Bold";
  line-height: 32px;
  margin-bottom: 12px;
  color: #001e62; }

.member-product__desc {
  font-size: 16px;
  line-height: 26px;
  color: #001e62;
  margin-bottom: 20px;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.member-product__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  padding: 0 24px;
  background: #001e62;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-family: "ASICS 3.0 Bold" !important;
  max-width: 142px;
  margin: 0 auto; }

.partner-perk {
  padding-bottom: 60px; }

.loyalty-text a {
  font-size: 16px;
  text-decoration: underline;
  color: #001e62;
  padding-bottom: 40px; }
  .loyalty-text a:hover {
    color: aqua; }

/* Mobile */
@media (max-width: 767px) {
  .member-product__wrapper {
    gap: 16px; }
  .member-product__card {
    width: 200px; }
  .member-product__image img {
    height: 180px; }
  .member-product__content {
    max-height: 251px;
    height: 100%;
    padding: 16px 0 0; }
  .member-product__title {
    min-height: 52px;
    font-size: 18px;
    line-height: 26px; }
  .member-product__desc {
    font-size: 14px;
    line-height: 22px; }
  .member-product__button {
    width: 100%;
    height: 42px; } }

@media (max-width: 455px) {
  .member-product__content {
    max-height: unset;
    height: auto;
    min-height: auto;
    padding: 16px 0 0; } }

body {
  background-color: white !important; }

.container-fluid {
  max-height: 100vh; }

.microsite-logo {
  margin-bottom: 15px; }

.microsite-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block; }

.microsite-profile-form-wrapper {
  min-height: auto;
  padding: 40px 20px;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

.microsite-profile-heading {
  font-size: 20px;
  font-weight: 700;
  color: #001e62;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 60px; }

.microsite-profile-form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }

.microsite-form {
  width: 100%;
  background: #fff; }

.microsite-profile-image {
  min-height: 100vh;
  overflow: hidden; }

.microsite-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* =========================
   FORM GROUP
========================= */
.microsite-form__group {
  margin-bottom: 22px; }

.microsite-form__fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

/* =========================
   LABELS
========================= */
.microsite-form__label,
.microsite-form__fieldset legend {
  display: block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .68px;
  line-height: 25px;
  color: #001e62;
  margin-bottom: 20px; }

.microsite-form__required {
  color: #c00;
  padding: 0;
  font-size: 22px !important; }

/* =========================
   INPUTS
========================= */
.microsite-form__input,
select.microsite-form__input,
textarea.microsite-form__input {
  width: 100%;
  height: 48px;
  border: 1.5px solid #001e62;
  border-radius: 14px;
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: #001e62;
  transition: all 0.2s ease;
  outline: none; }

.microsite-form__input:-ms-input-placeholder {
  color: #fff; }

.microsite-form__input::placeholder {
  color: #fff; }

.microsite-form__input:focus {
  border-color: #001e62;
  box-shadow: 0 0 0 2px rgba(0, 45, 114, 0.1); }

/* =========================
   MOBILE FIELD
========================= */
.microsite-form__mobile-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  max-width: 600px; }

.microsite-form__input--dialcode {
  max-width: 110px;
  text-align: center;
  font-weight: 600;
  background: #fff;
  padding-left: 42px; }

.microsite-form__input--mobile {
  -ms-flex: 1;
      flex: 1; }

.microsite-form__input--email-display {
  max-width: 600px; }

/* =========================
   RADIO BUTTONS
========================= */
.microsite-form__radio-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #001e62;
  font-weight: 500;
  padding-top: 18px; }

.microsite-form__radio {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #001e62;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.microsite-form__radio:checked {
  background: #001e62;
  box-shadow: inset 0 0 0 5px #fff; }

/* =========================
   CHECKBOXES
========================= */
.microsite-form__checkbox-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 69px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 16px;
  color: #001e62;
  font-weight: 500;
  margin-top: 16px;
  padding-inline-start: 12px; }

.microsite-form__checkbox {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1.5px solid #001e62;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  background: #fff; }

.microsite-form__checkbox:checked {
  background: #001e62 !important; }

.microsite-form__checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }

/* =========================
   ERROR
========================= */
.microsite-form__error {
  display: block;
  margin-top: 6px;
  color: #c00;
  font-size: 13px; }

/* =========================
   BUTTON
========================= */
.microsite-form__actions {
  margin-top: 35px; }

.microsite-form__submit {
  width: 100%;
  max-width: 91%;
  height: 56px;
  border-radius: 40px;
  background: #001e62;
  border: 2px solid #001e62;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.microsite-form__submit:hover,
.microsite-form__submit:focus,
.microsite-form__submit:active,
.microsite-form__submit.active,
.microsite-form__submit:focus:active,
.microsite-form__submit:active:hover {
  background: #001e62;
  border-color: #001e62;
  color: #fff; }

.microsite-form__dialcode-wrapper {
  position: relative;
  width: 120px; }

.microsite-form__flag {
  position: absolute;
  top: 50%;
  left: 12px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  z-index: 2; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {
  .microsite-profile-form-wrapper {
    padding: 15px 16px 35px; }
  .microsite-profile-heading {
    font-size: 26px;
    margin-bottom: 16px; }
  .microsite-form__mobile-row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px; }
  .microsite-form__input--dialcode {
    max-width: 100%;
    width: 100%; }
  .microsite-form__radio-label,
  .microsite-form__checkbox-label {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0; }
  .microsite-form__submit {
    height: 52px;
    font-size: 15px; } }

/* SHOPPING PREFERENCE ONLY */
.microsite-shopping-fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px; }

.microsite-shopping-fieldset legend {
  width: 100%; }

/* Hide only shopping checkbox */
.microsite-shopping-label .ms-shopping-cb {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* Button Style */
.microsite-shopping-label {
  position: relative;
  width: 190px;
  height: 44px;
  border: 2px solid #001e62;
  border-radius: 10px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  margin: 0;
  transition: all 0.2s ease; }

.microsite-shopping-text {
  color: #001e62;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease; }

/* Selected */
.microsite-shopping-label:has(.ms-shopping-cb:checked) {
  background: #d7dce6; }

.microsite-shopping-label:has(.ms-shopping-cb:checked) .microsite-shopping-text {
  color: #001e62; }

.microsite-shopping-label:hover .microsite-shopping-text {
  color: #001e62; }

/* Remove old checkbox icon only here */
.microsite-shopping-label .microsite-form__checkbox::after,
.microsite-shopping-label .microsite-form__checkbox::before {
  display: none; }

/* HIDE FITNESS CHECKBOX */
.microsite-fitness-label .ms-fitness-cb {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* Mobile */
@media (max-width: 767px) {
  .microsite-shopping-label {
    width: calc(50% - 6px); } }

/* FITNESS FIELDSET */
.microsite-fitness-fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px; }

.microsite-fitness-fieldset legend {
  width: 100%; }

/* FITNESS BUTTON */
.microsite-fitness-label {
  position: relative;
  width: 190px;
  min-height: 44px;
  border: 2px solid #001e62;
  border-radius: 10px;
  background: #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  margin: 0 !important;
  padding: 10px 14px;
  transition: all 0.2s ease;
  text-align: center; }

/* TEXT */
.microsite-fitness-text {
  color: #001e62;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3; }

/* ACTIVE */
.microsite-fitness-label:has(.ms-fitness-cb:checked) {
  background: #d7dce6; }

.microsite-fitness-label:has(.ms-fitness-cb:checked) .microsite-fitness-text {
  color: #001e62; }

.microsite-fitness-label:hover .microsite-fitness-text {
  color: #001e62; }

/* MOBILE */
@media (max-width: 767px) {
  .microsite-fitness-label {
    width: calc(50% - 6px); } }

.membership-preference-form {
  padding: 0; }
  .membership-preference-form .microsite-form__group {
    margin-bottom: 24px; }
  .membership-preference-form .microsite-form__fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0; }
  .membership-preference-form .microsite-form__label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize; }
  .membership-preference-form .microsite-form__radio-label,
  .membership-preference-form .microsite-form__checkbox-label {
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 0; }
  .membership-preference-form .microsite-form__radio {
    opacity: 1;
    position: relative;
    left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0; }
  .membership-preference-form .microsite-form__checkbox {
    visibility: visible !important;
    opacity: 1 !important;
    appearance: auto !important;
    position: static !important;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    display: none; }
  .membership-preference-form .microsite-shopping-fieldset,
  .membership-preference-form .microsite-fitness-fieldset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 24px; }
  .membership-preference-form .microsite-shopping-fieldset .microsite-form__label,
  .membership-preference-form .microsite-fitness-fieldset .microsite-form__label {
    width: 100%; }
  .membership-preference-form .microsite-shopping-label,
  .membership-preference-form .microsite-fitness-label {
    width: calc(50% - 12px);
    margin-bottom: 0; }
  .membership-preference-form .microsite-form__mobile-row {
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    max-width: 100%; }
  .membership-preference-form .microsite-form__dialcode-wrapper {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .membership-preference-form .microsite-form__input {
    width: 100%; }
  .membership-preference-form .microsite-form__actions {
    margin-top: 32px; }
  .membership-preference-form .microsite-form__submit {
    min-width: 180px;
    max-width: 100%;
    width: 100%; }
  .membership-preference-form .country-code-input {
    position: relative;
    width: 120px; }
    .membership-preference-form .country-code-input .country-flag {
      position: absolute;
      left: 12px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 20px;
      height: 14px;
      object-fit: cover;
      z-index: 2; }
    .membership-preference-form .country-code-input .microsite-form__input--dialcode {
      padding-left: 40px !important;
      height: 49px; }
  @media (max-width: 767px) {
    .membership-preference-form .microsite-shopping-label,
    .membership-preference-form .microsite-fitness-label {
      width: 100%; }
    .membership-preference-form .microsite-form__mobile-row {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .membership-preference-form .microsite-form__dialcode-wrapper {
      width: 33%; } }

.microsite-unsub__logo {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto; }

.microsite-page--unsubscribe {
  min-height: calc(100vh - 1px);
  background: #fff;
  width: 100%; }

.microsite-unsub {
  padding: 24px 20px;
  max-width: 680px; }
  .microsite-unsub--centered {
    max-width: 420px;
    margin: 60px auto;
    text-align: center; }
  .microsite-unsub__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 16px;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 28px;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .microsite-unsub__form {
    display: contents; }
  .microsite-unsub__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-family: "ASICS 3.0 Bold", Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #001e62 !important;
    transition: background 0.2s, color 0.2s;
    line-height: 1.2; }
    .microsite-unsub__btn--keep {
      background: #001e62 !important;
      color: #fff !important; }
      .microsite-unsub__btn--keep:hover, .microsite-unsub__btn--keep:focus {
        background: #003380 !important;
        color: #fff !important;
        text-decoration: none; }
    .microsite-unsub__btn--unsub {
      background: #fff !important;
      color: #001e62 !important;
      border-color: #001e62 !important; }
      .microsite-unsub__btn--unsub:hover, .microsite-unsub__btn--unsub:focus {
        background: #f0f4ff !important; }
  .microsite-unsub__title {
    font-size: 32px;
    font-family: "ASICS 3.0 Bold";
    color: #001e62 !important;
    margin: 0 0 8px; }
  .microsite-unsub__desc {
    font-size: 18px;
    color: #001e62 !important;
    margin: 0 0 12px;
    font-family: "ASICS 3.0 Regular"; }
  .microsite-unsub__changemind {
    font-size: 15px;
    color: #001e62 !important;
    margin: 24px 0 12px;
    font-family: "ASICS 3.0 Regular"; }
  .microsite-unsub__resubscribe-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    justify-self: center; }
  .microsite-unsub__list {
    font-size: 14px;
    color: #333;
    margin: 0 0 24px;
    padding-left: 20px;
    font-family: "ASICS 3.0 Regular", Arial, sans-serif; }
    .microsite-unsub__list li {
      margin-bottom: 6px;
      line-height: 1.5; }
  .microsite-unsub__link {
    color: #00c;
    text-decoration: underline; }
    .microsite-unsub__link:hover {
      color: #00a; }
  .microsite-unsub__all-box {
    border: 1px solid #999;
    max-width: 460px; }
    .microsite-unsub__all-box-header {
      background: #e0e0e0;
      border-bottom: 1px solid #999;
      padding: 6px 12px;
      font-size: 13px;
      font-weight: 700;
      font-family: "ASICS 3.0 Bold", Arial, sans-serif;
      color: #000; }
    .microsite-unsub__all-box-body {
      padding: 12px;
      background: #fff; }
      .microsite-unsub__all-box-body p {
        font-size: 13px;
        color: #333;
        margin: 0 0 12px;
        font-family: "ASICS 3.0 Regular", Arial, sans-serif; }
  .microsite-unsub__all-btn {
    font-size: 12px;
    color: #000;
    background: #f0f0f0;
    border: 1px solid #999;
    padding: 4px 10px;
    cursor: pointer;
    font-family: "ASICS 3.0 Regular", Arial, sans-serif; }
    .microsite-unsub__all-btn:hover {
      background: #e0e0e0; }
  .microsite-unsub__error {
    font-size: 14px;
    color: #c00;
    font-family: "ASICS 3.0 Regular", Arial, sans-serif;
    margin: 0; }

@media (max-width: 767px) {
  .microsite-unsub__logo {
    width: 140px;
    margin-bottom: 24px; }
  .microsite-unsub {
    padding: 20px 16px; }
    .microsite-unsub--centered {
      margin: 40px auto; }
    .microsite-unsub__title {
      font-size: 20px; }
    .microsite-unsub__actions {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .microsite-unsub__btn {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .microsite-unsub__all-box {
      max-width: 100%; } }

.membership-sidebar {
  width: 100%;
  min-width: 300px;
  height: auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  /* HIDE CHECKBOX COMPLETELY */
  /* DROPDOWN OPEN — default checked state shows submenu */
  /* ICON ROTATE — points up when open, down when closed */ }
  .membership-sidebar .sidebar-menu {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative; }
    .membership-sidebar .sidebar-menu:last-child {
      border-bottom: none; }
  .membership-sidebar .sidebar-toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .membership-sidebar .sidebar-menu__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer;
    padding: 18px;
    margin: 0;
    width: 100%; }
    .membership-sidebar .sidebar-menu__header:hover {
      background: #f9f9f9; }
    .membership-sidebar .sidebar-menu__header::before {
      display: none !important;
      content: none !important; }
  .membership-sidebar .sidebar-menu__title {
    font-size: 16px;
    font-weight: 600;
    color: #001e62;
    line-height: 1.4;
    text-align: left; }
  .membership-sidebar .sidebar-menu__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .membership-sidebar .sidebar-menu__icon i {
      font-size: 13px;
      color: #001e62;
      transition: transform 0.3s ease; }
  .membership-sidebar .sidebar-submenu {
    list-style: none;
    padding: 0 18px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease; }
    .membership-sidebar .sidebar-submenu li {
      margin-bottom: 8px; }
      .membership-sidebar .sidebar-submenu li:last-child {
        margin-bottom: 18px; }
    .membership-sidebar .sidebar-submenu a {
      display: block;
      text-decoration: none;
      color: #001e62;
      font-size: 15px;
      padding: 4px 0; }
      .membership-sidebar .sidebar-submenu a.active {
        font-weight: bold; }
      .membership-sidebar .sidebar-submenu a:hover {
        text-decoration: underline; }
  .membership-sidebar .sidebar-toggle-input:checked + .sidebar-menu__header + .sidebar-submenu {
    max-height: 300px;
    padding-top: 4px; }
  .membership-sidebar .sidebar-toggle-input:checked + .sidebar-menu__header .sidebar-menu__icon i {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.pt_account .primary-content {
  padding: 0 10px; }

#main {
  max-width: 1400px; }

.breadcrumb {
  background-color: white; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 0;
      padding-bottom: 4px; } }

/* MOBILE VIEW */
@media (max-width: 767px) {
  .membership-sidebar {
    width: 100%;
    min-width: 365px; }
    .membership-sidebar .sidebar-menu__header {
      padding: 16px; }
    .membership-sidebar .sidebar-menu__title {
      font-size: 15px; }
    .membership-sidebar .sidebar-submenu {
      padding-left: 16px;
      padding-right: 16px; }
      .membership-sidebar .sidebar-submenu a {
        font-size: 14px;
        padding: 10px 12px; }
    .membership-sidebar .sidebar-menu__icon {
      width: 28px;
      height: 28px; }
      .membership-sidebar .sidebar-menu__icon i {
        font-size: 12px; } }

.membership-dashboard {
  /* LEFT SECTION */
  /* RIGHT SECTION */ }
  .membership-dashboard .member-banner img {
    min-height: 187px; }
  .membership-dashboard .member-profile-section {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .membership-dashboard .member-profile-section {
        display: block;
        padding: 5px 0; } }
  .membership-dashboard .member-profile-left {
    width: 35%; }
    @media (max-width: 767px) {
      .membership-dashboard .member-profile-left {
        width: 100%;
        min-width: 283px; } }
    .membership-dashboard .member-profile-left .expire-date {
      width: 100%;
      border: 1px solid #f7b500;
      border-radius: 8px;
      background-color: #fdf0cd;
      margin-top: 7%;
      padding: 15px; }
      @media (max-width: 767px) {
        .membership-dashboard .member-profile-left .expire-date {
          width: 100%;
          margin-bottom: 20px; } }
      .membership-dashboard .member-profile-left .expire-date p {
        margin: 0;
        font-size: 12px;
        letter-spacing: 0.67px;
        line-height: 14px;
        color: #5c4300; }
  .membership-dashboard .welcome-title {
    font-size: 21px;
    font-weight: 700;
    color: #001e62;
    margin-bottom: 20px; }
  .membership-dashboard .points-card {
    width: 328px;
    border: 2px solid #011d62;
    border-radius: 8px;
    background-color: #fff;
    display: block;
    padding: 15px; }
    @media (max-width: 767px) {
      .membership-dashboard .points-card {
        width: 100%;
        margin-bottom: 20px; } }
  .membership-dashboard .redeem-text {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 8px;
    color: #001e62;
    font-size: 12px;
    font-weight: 600; }
  .membership-dashboard .points-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 15px; }
  .membership-dashboard .points-circle {
    min-width: 100px;
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 6px solid #082b7a;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  .membership-dashboard .points-circle h3 {
    margin: 0;
    color: #001e62;
    font-size: 28px;
    font-weight: 700;
    font-size: 12px; }
  .membership-dashboard .points-circle span {
    font-size: 14px;
    color: #082b7a;
    font-size: 12px; }
  .membership-dashboard .points-details p {
    margin-bottom: 5px;
    color: #001e62;
    font-size: 10px;
    font-weight: 600; }
  .membership-dashboard .membership-cards-section {
    width: 100%;
    position: relative; }
    .membership-dashboard .membership-cards-section .card-top-info {
      width: 68%;
      margin: 0 auto 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767px) {
        .membership-dashboard .membership-cards-section .card-top-info {
          width: 100%; } }
      .membership-dashboard .membership-cards-section .card-top-info h3 {
        font-size: 18px;
        font-weight: 700;
        color: #0b2c7a;
        margin: 0;
        text-transform: uppercase; }
      .membership-dashboard .membership-cards-section .card-top-info a {
        font-size: 12px;
        font-weight: 700;
        color: #0b2c7a;
        text-decoration: underline; }
    .membership-dashboard .membership-cards-section .card-learn-more a {
      font-size: 14px;
      color: #001e62;
      text-decoration: underline; }
    .membership-dashboard .membership-cards-section .tier-benefit a {
      color: #001e62;
      text-decoration: underline !important; }
    .membership-dashboard .membership-cards-section .membership-cards-wrapper {
      position: relative;
      width: 100%;
      height: 258px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767px) {
        .membership-dashboard .membership-cards-section .membership-cards-wrapper {
          height: 173px;
          -ms-flex-align: start;
              align-items: flex-start; } }
    .membership-dashboard .membership-cards-section .membership-card {
      position: absolute;
      border-radius: 24px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.4s ease; }
      .membership-dashboard .membership-cards-section .membership-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .membership-dashboard .membership-cards-section .membership-card .card-overlay {
        position: absolute;
        inset: 0;
        padding: 24px;
        background: rgba(0, 0, 0, 0.15);
        color: #fff; }
    .membership-dashboard .membership-cards-section .main-card {
      width: 68%;
      height: 250px;
      z-index: 3;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .membership-dashboard .membership-cards-section .main-card {
          width: 100%;
          height: 173px; } }
      .membership-dashboard .membership-cards-section .main-card .card-content {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start;
        /* LEFT CONTENT */
        /* RIGHT CONTENT */ }
        .membership-dashboard .membership-cards-section .main-card .card-content .left-content h2 {
          font-size: 22px;
          font-weight: 500;
          margin-bottom: 10px; }
        .membership-dashboard .membership-cards-section .main-card .card-content .left-content h1 {
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 45px; }
        .membership-dashboard .membership-cards-section .main-card .card-content .left-content .member-name span {
          font-size: 13px;
          opacity: 0.8; }
        .membership-dashboard .membership-cards-section .main-card .card-content .left-content .member-name p {
          font-size: 18px;
          font-weight: 600;
          margin: 5px 0 0; }
        .membership-dashboard .membership-cards-section .main-card .card-content .right-content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          height: 100%;
          text-align: center; }
          @media (max-width: 767px) {
            .membership-dashboard .membership-cards-section .main-card .card-content .right-content {
              -ms-flex-pack: start;
                  justify-content: flex-start;
              gap: 6px; } }
          .membership-dashboard .membership-cards-section .main-card .card-content .right-content span {
            font-size: 13px;
            opacity: 0.8; }
          .membership-dashboard .membership-cards-section .main-card .card-content .right-content h4 {
            font-size: 12px;
            font-weight: 700;
            margin: 5px 0 20px; }
            @media (max-width: 767px) {
              .membership-dashboard .membership-cards-section .main-card .card-content .right-content h4 {
                margin: 2px 0 0; } }
          .membership-dashboard .membership-cards-section .main-card .card-content .right-content p {
            margin: 5px 0 0;
            font-size: 12px;
            font-weight: 600; }
            @media (max-width: 767px) {
              .membership-dashboard .membership-cards-section .main-card .card-content .right-content p {
                margin: 0; } }
          .membership-dashboard .membership-cards-section .main-card .card-content .right-content .view-ecard {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background-color: #777;
            color: #fff !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            text-align: center;
            font-size: 15px !important;
            font-weight: 700;
            line-height: 1.3;
            text-decoration: none;
            cursor: pointer; }
            @media (max-width: 767px) {
              .membership-dashboard .membership-cards-section .main-card .card-content .right-content .view-ecard {
                width: 50px;
                height: 50px;
                font-size: 10px !important; } }
            .membership-dashboard .membership-cards-section .main-card .card-content .right-content .view-ecard:hover {
              text-decoration: none !important; }
    .membership-dashboard .membership-cards-section .side-card {
      width: 315px;
      height: 170px;
      z-index: 1;
      opacity: 0.9;
      cursor: pointer; }
      @media (max-width: 767px) {
        .membership-dashboard .membership-cards-section .side-card {
          display: none; } }
      .membership-dashboard .membership-cards-section .side-card .small-overlay {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; }
        .membership-dashboard .membership-cards-section .side-card .small-overlay h4 {
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          margin: 0; }
      .membership-dashboard .membership-cards-section .side-card.side-card--left {
        left: 40px; }
        @media (max-width: 767px) {
          .membership-dashboard .membership-cards-section .side-card.side-card--left {
            left: -10px; } }
      .membership-dashboard .membership-cards-section .side-card.side-card--right {
        right: 40px; }
        @media (max-width: 767px) {
          .membership-dashboard .membership-cards-section .side-card.side-card--right {
            right: -10px; } }
      .membership-dashboard .membership-cards-section .side-card.side-card--back-left {
        left: 0;
        z-index: 0; }
        @media (max-width: 767px) {
          .membership-dashboard .membership-cards-section .side-card.side-card--back-left {
            left: -30px; } }
      .membership-dashboard .membership-cards-section .side-card.side-card--back-right {
        right: 0;
        z-index: 0; }
        @media (max-width: 767px) {
          .membership-dashboard .membership-cards-section .side-card.side-card--back-right {
            right: -30px; } }
    .membership-dashboard .membership-cards-section .custom-bullets {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 12px;
      margin-top: 25px; }
      .membership-dashboard .membership-cards-section .custom-bullets .bullet {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #0b2c7a;
        cursor: pointer;
        transition: all 0.3s ease; }
        .membership-dashboard .membership-cards-section .custom-bullets .bullet.active {
          background: #0b2c7a; }

.membership-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  min-width: 280px;
  max-width: 400px;
  padding: 14px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  font-family: "ASICS 3.0 Regular";
  font-size: 18px;
  animation: toast-in 0.3s ease forwards; }
  .membership-toast--success {
    background: #08ca69;
    color: #fff;
    border-left: 4px solid #08ca69; }
  .membership-toast--error {
    background: #c0392b;
    color: #fff;
    border-left: 4px solid #922b21; }
  .membership-toast__icon {
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700; }
  .membership-toast__msg {
    -ms-flex: 1;
        flex: 1;
    line-height: 1.4; }
  .membership-toast.toast--hide {
    animation: toast-out 0.3s ease forwards; }

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateX(40px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes toast-out {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(40px); } }

@media (max-width: 767px) {
  .membership-toast {
    top: auto;
    bottom: 20px;
    right: 16px;
    left: 16px;
    max-width: 100%; } }

.membership-coupons {
  padding-bottom: 20px; }

.coupon-section-heading {
  font-size: 22px;
  font-weight: 700;
  color: #001e62;
  margin-bottom: 20px; }

.available-coupon {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  row-gap: 20px; }

.coupon-wrapper {
  width: calc(50% - 10px); }

.coupon-card {
  width: 100%;
  min-height: 120px;
  background: linear-gradient(90deg, #039 0%, #4f8df5 100%);
  border-radius: 14px;
  padding: 18px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  /* ticket notch circles */ }
  .coupon-card .close-card {
    display: none;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 2; }
  .coupon-card::before, .coupon-card::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .coupon-card::before {
    top: -9px; }
  .coupon-card::after {
    bottom: -9px; }
  .coupon-card .coupon-content {
    width: 58%; }
    .coupon-card .coupon-content h3 {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      margin-bottom: 10px;
      font-weight: 500; }
    .coupon-card .coupon-content .expire-text {
      font-size: 14px;
      color: #fff;
      margin: 0; }
      .coupon-card .coupon-content .expire-text span {
        font-weight: 700; }
  .coupon-card .coupon-right {
    width: 38%;
    text-align: center; }
    .coupon-card .coupon-right .coupon-code {
      margin-bottom: 12px; }
      .coupon-card .coupon-right .coupon-code span {
        display: block;
        font-size: 13px;
        color: #fff; }
      .coupon-card .coupon-right .coupon-code strong {
        font-size: 18px;
        color: #fff;
        font-weight: 700; }
    .coupon-card .coupon-right .view-info-btn,
    .coupon-card .coupon-right .copy-code-btn {
      width: 100%;
      border: none;
      background: #fff;
      color: #002b7f;
      border-radius: 30px;
      padding: 10px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer; }
    .coupon-card .coupon-right .copy-code-btn {
      display: none; }

/* Show close button when wrapper is active */
.active-wrapper .coupon-card .close-card {
  display: block; }

/* Terms panel */
.coupon-terms-panel {
  display: none;
  padding-top: 26px; }

.active-wrapper .coupon-terms-panel {
  display: block; }
  .active-wrapper .coupon-terms-panel.coupon-terms-panel--empty {
    display: none; }

.coupon-terms-heading {
  font-size: 16px;
  font-weight: 700;
  color: #001e62;
  margin-bottom: 16px; }

.coupon-terms-content ul {
  margin: 0;
  padding-left: 40px;
  list-style: disc; }

.coupon-terms-content li {
  font-size: 14px;
  color: #001e62;
  margin-bottom: 6px;
  line-height: 1.5; }

.coupon-terms-content a {
  color: #001e62;
  word-break: break-all; }

/* Single-view: hide all wrappers except active */
.available-coupon.single-view .coupon-wrapper {
  display: none; }

.available-coupon.single-view .coupon-wrapper.active-wrapper {
  display: block; }

/* Mobile */
@media (max-width: 767px) {
  .coupon-wrapper {
    width: 100%;
    margin-bottom: 16px; } }

/* ====================================================
   COUPON POPUP
==================================================== */
.coupon-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .coupon-popup-overlay.coupon-popup-overlay--open {
    display: -ms-flexbox;
    display: flex; }

.coupon-popup {
  background: linear-gradient(135deg, #039 0%, #4f8df5 100%);
  border-radius: 16px;
  padding: 32px 28px 28px;
  width: 90%;
  max-width: 420px;
  position: relative;
  text-align: center;
  color: #fff; }
  .coupon-popup__close {
    position: absolute;
    top: 12px;
    right: -3px;
    background: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    padding: 0; }
  .coupon-popup__name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 0 24px;
    line-height: 1.4; }
  .coupon-popup__code-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 16px; }
  .coupon-popup__code-label {
    opacity: 0.85; }
  .coupon-popup__code-value {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em; }
  .coupon-popup__copy-icon {
    background: transparent !important;
    border: none !important;
    color: #fff;
    cursor: pointer;
    padding: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    opacity: 0.85;
    transition: opacity 0.2s; }
    .coupon-popup__copy-icon[data-copied]::after {
      content: " ✓";
      font-size: 13px;
      color: #a0f0a0; }
  .coupon-popup__barcode {
    border-radius: 8px;
    padding: 12px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .coupon-popup__barcode svg {
      max-width: 100%;
      height: 80px;
      background: #fff; }

/* =========================================================
   DESKTOP CSS SAME RAHEGI
========================================================= */
.membership-points {
  width: 100%;
  padding: 20px;
  color: #001e62;
  font-family: Arial, sans-serif; }

/* =========================
   TOP TABLE
========================= */
.points-summary-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px; }

.points-summary-table th,
.points-summary-table td {
  border: 1px solid #a8a8a8;
  text-align: center;
  padding: 8px; }

.points-summary-table th {
  background: #d9d9d9;
  font-size: 12px;
  font-weight: 700; }

.points-summary-table td {
  background: #efefef;
  font-size: 16px;
  font-weight: 500; }

/* =========================
   HEADING + CONTENT
========================= */
.point-history-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: underline; }

.point-history-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
  font-family: "Graphik Regular"; }

/* =========================
   TABLE WRAPPER + AJAX LOADER OVERLAY
========================= */
.tx-table-wrap {
  position: relative;
  min-height: 60px; }

.tx-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.tx-loader__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000;
  border-radius: 50%;
  animation: txSpin 0.7s linear infinite; }

@keyframes txSpin {
  to {
    transform: rotate(360deg); } }

.tx-table-wrap.is-loading > .points-history-table,
.tx-table-wrap.is-loading > .mobile-transaction-wrapper {
  filter: blur(2px);
  pointer-events: none; }

/* =========================
   DATE VALIDATION
========================= */
.date-error {
  color: #c00;
  font-size: 0.75rem;
  margin: 0.25rem 0 0;
  min-height: 1rem; }

.date-input--error {
  border-color: #c00 !important; }

/* =========================
   DATE FILTER
========================= */
.date-filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  gap: 30px; }

.date-input-group {
  width: 260px;
  position: relative; }

.date-input-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 12px;
  color: #777;
  transition: 0.3s;
  pointer-events: none; }

.date-input-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  outline: none;
  padding: 12px 0 6px;
  background: transparent; }

/* default date text hide */
.date-input-group input::-webkit-datetime-edit {
  color: transparent; }

/* selected date show */
.date-input-group input:focus::-webkit-datetime-edit,
.date-input-group input:valid::-webkit-datetime-edit {
  color: #000; }

/* label upar move */
.date-input-group input:focus + label,
.date-input-group input:valid + label {
  top: -8px;
  font-size: 12px;
  color: #001e62; }

/* =========================
   DESKTOP TABLE
========================= */
.points-history-table {
  width: 100%;
  border-collapse: collapse; }

.points-history-table thead {
  background: #d3d3d3; }

.points-history-table th {
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center; }

.points-history-table td {
  padding: 8px;
  text-align: center;
  font-size: 12px; }

.points-history-table tbody tr:nth-child(odd) {
  background: #f1f1f1; }

.points-history-table tbody tr:nth-child(even) {
  background: #dcdcdc; }

/* =========================================================
   MOBILE CARDS HIDE ON DESKTOP
========================================================= */
.mobile-transaction-wrapper {
  display: none; }

/* =========================================================
   TABLET VIEW
========================================================= */
@media (max-width: 991px) {
  .membership-points {
    padding: 20px; }
  .point-history-heading {
    font-size: 22px; }
  .point-history-content {
    font-size: 15px;
    margin-bottom: 40px; }
  .date-input-group {
    width: 48%; }
  .points-summary-table td {
    font-size: 22px; }
  .points-history-table {
    overflow-x: auto;
    display: block;
    white-space: nowrap; } }

/* =========================================================
   MOBILE VIEW
========================================================= */
@media (max-width: 767px) {
  /* =========================
       SUMMARY TABLE
    ========================= */
  .points-summary-table {
    background: #fff;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px; }
  .points-summary-table th {
    background: #f0f4f8;
    color: #1a2e4a;
    font-size: 12px;
    padding: 10px 12px; }
  .points-summary-table td {
    font-size: 20px;
    color: #1a2e4a;
    padding: 14px 12px;
    background: #fff; }
  /* =========================
       HEADING + CONTENT
    ========================= */
  .point-history-heading {
    font-size: 15px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #1a2e4a; }
  .point-history-content {
    font-size: 12.5px;
    line-height: 1.6;
    color: #6b7a8d;
    margin-bottom: 20px; }
  /* =========================
       DATE FILTERS
    ========================= */
  .date-filter-wrapper {
    gap: 12px;
    margin-bottom: 20px; }
  .date-input-group {
    width: 100%; }
  .date-input-group label {
    font-size: 13px;
    color: #6b7a8d;
    margin-bottom: 5px; }
  .date-input-group input {
    border-bottom: 2px solid #1a2e4a;
    padding: 8px 0;
    font-size: 13px;
    background: transparent; }
  /* =========================
       DESKTOP TABLE HIDE
    ========================= */
  .points-history-table {
    display: none; }
  /* =========================
       MOBILE CARDS SHOW
    ========================= */
  .mobile-transaction-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px; }
  .mobile-transaction-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff; }
  .mobile-transaction-header {
    background: #1a2e4a;
    padding: 10px 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mobile-order-id {
    color: #fff;
    font-size: 12px;
    font-weight: 600; }
  .mobile-location {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px; }
  .mobile-transaction-body {
    padding: 12px 14px; }
  .mobile-transaction-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; }
  .mobile-label {
    font-size: 12px;
    color: #6b7a8d; }
  .mobile-value {
    font-size: 12px;
    color: #1a2e4a;
    font-weight: 500; }
  .mobile-points-block {
    text-align: right; }
  .mobile-points-text {
    font-size: 11px;
    color: #6b7a8d; }
  .mobile-points {
    font-size: 18px;
    font-weight: 700;
    color: #00c896; }
  .mobile-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 10px 0; } }

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  z-index: 9999;
  animation: overlayIn 0.18s ease; }

.overlay.hide {
  display: none; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  z-index: 9999; }

.modal-overlay.active {
  display: -ms-flexbox;
  display: flex;
  animation: overlayIn 0.18s ease; }

@keyframes overlayIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.modal {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  width: 100%;
  max-width: 400px;
  height: auto;
  overflow: visible;
  position: relative;
  animation: modalIn 0.22s ease; }

#premiumModal.active .modal {
  display: block; }

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: black !important;
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 20px !important;
  transition: background 0.15s, color 0.15s; }

.modal-close:hover {
  background: #f2f2f2;
  color: #1a1a1a; }

.modal-close svg {
  width: 16px;
  height: 16px; }

.mem-card {
  background: #1a2f7a;
  border-radius: 12px;
  padding: 1.4rem 1.5rem 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden; }

.mem-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none; }

.card-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
  margin-bottom: 10px; }

.card-logo svg {
  width: 22px;
  height: 14px; }

.card-brand {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.03em; }

.card-tier {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16em;
  margin-bottom: 22px; }

.card-tagline {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.modal-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 14px; }

.benefits {
  list-style: none;
  padding: 0;
  margin: 0; }

.benefits li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1a1a1a;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0; }

.benefits li:last-child {
  border-bottom: none; }

.dot {
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 50%;
  background: #1a2f7a; }

.benefits-modal-card-img {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  max-width: 325px;
  width: 100%; }

body {
  font-family: "Barlow", sans-serif;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

/* === Modal Wrapper === */
#eCardModal.active .modal {
  display: block; }

#eCardModal .modal {
  width: 520px;
  max-width: calc(100vw - 2rem);
  border-radius: 0;
  padding: 2rem 1.8rem 1.8rem;
  position: relative;
  overflow: hidden;
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#eCardModal .modal.modal--premier {
  background-image: url("../images/Premier.png"); }

#eCardModal .modal.modal--premium {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/Premium.png"); }

#eCardModal .modal.modal--prestige {
  background-image: url("../images/Prestige.png"); }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

/* === Decorative Dots === */
.modal__dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none; }

.modal__dot--1 {
  width: 180px;
  height: 180px;
  top: -60px;
  right: -50px; }

.modal__dot--2 {
  width: 100px;
  height: 100px;
  bottom: 20px;
  left: -25px; }

.modal__dot--3 {
  width: 55px;
  height: 55px;
  top: 70px;
  right: 30px; }

.modal__dot--4 {
  width: 35px;
  height: 35px;
  bottom: 70px;
  right: 65px; }

/* === Close Button === */
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  transition: background 0.2s;
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 20px !important; }

.modal__close:hover {
  background: rgba(255, 255, 255, 0.28); }

/* === Logo === */
.modal__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 1; }

.modal__logo-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em; }

.modal__logo-text sup {
  font-size: 0.5rem;
  vertical-align: super; }

/* === Fields === */
.modal__field {
  position: relative;
  z-index: 1; }

.modal__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px; }

.modal__value {
  font-size: 1.05rem;
  font-weight: 400;
  color: #fff; }

.modal__value--sm {
  font-size: 0.9rem; }

/* === Divider === */
.modal__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 1.3rem 0;
  position: relative;
  z-index: 1; }

/* === Barcode === */
.modal__barcode {
  border-radius: 8px;
  padding: 0.7rem 1rem;
  position: relative;
  z-index: 1; }
  .modal__barcode svg {
    display: block;
    max-width: 100%;
    height: 80px;
    background: #fff; }

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  z-index: 9999;
  animation: overlayIn 0.18s ease; }

.overlay.hide {
  display: none; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  z-index: 9999; }

.modal-overlay.active {
  display: -ms-flexbox;
  display: flex;
  animation: overlayIn 0.18s ease; }

@keyframes overlayIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.modal {
  display: block;
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  width: 100%;
  max-width: 400px;
  height: auto;
  overflow: visible;
  position: relative;
  animation: modalIn 0.22s ease; }

#tierModal.active .modal {
  display: block; }

/* Close Button */
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #888;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s; }

.modal-close:hover {
  background: #f0f0f0;
  color: #333; }

/* Title */
.modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a2e5a;
  margin-bottom: 1rem;
  padding-right: 2rem;
  padding-left: 10px; }

/* Body text */
.modal-body {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.25rem; }

/* Example Box */
.example-box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem; }

.example-label {
  font-size: 13px;
  color: #777;
  font-style: italic;
  margin-bottom: 0.75rem; }

/* Bullet Items */
.bullet-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  list-style: none; }

.bullet-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px; }

.bullet-dot {
  margin-top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.dot-gray {
  background: #aaa; }

.dot-green {
  background: #1d9e75; }

.bullet-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-bottom: 2px; }

.bullet-desc {
  font-size: 13px;
  color: #666; }

/* Learn More Button */
.btn-learn {
  display: inline-block;
  font-size: 14px;
  padding: 8px 18px;
  border: 1px solid #c0c8d8;
  border-radius: 6px;
  background: #fff;
  color: #1a2e5a;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s; }

.btn-learn:hover {
  background: #f0f4fa;
  border-color: #1a2e5a; }

/* Trigger button (behind modal) */
.open-btn {
  padding: 10px 22px;
  background: #1a2e5a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer; }

/*# sourceMappingURL=style-asics-microsite.css.map */
