:root {
  --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
}
.timer-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0px 0px !important;
  margin-top: 5px;
}

.text-dark {
  color: black;
}

.banner {
  text-align: center;
  color: white;
  padding: 0!important;
  font-family: "Inter", sans-serif;
}

.banner .top-bar {
  background-color: #000000;
  padding: 15px 0;
}

.banner .top-bar p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.banner .bottom-bar {
  background-color: #ACF4A1;
  padding: 8px;
}

.banner .order-text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.banner .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.yellow-text {
  color: #ACF4A1;
}

.fw-normal {
  font-weight: 400;
}

.banner .timer {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timer .box {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timer .label {
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 20px;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
  margin-left: 10px;
}

/* Mobile banner */
.mobile-banner {
  display: none;
}
.size-guide-header-logo img{
  max-height: 45px;
  width: auto;
}
/* Responsive design for mobile */
@media (max-width: 768px) {
  .desktop-banner {
      display: none;
  }

  .banner .top-bar p {
    font-size: 16px;
  }

  .banner .code {
    font-size: 18px;
    height: 34px;
  }

  .mobile-banner {
      display: block;
  }

  .banner .bottom-bar {
      display: block;
      text-align: center;
  }
  .size-guide-header-logo img{max-height: 35px;}

}
@media (max-width: 390px) {
  .banner .code {
    font-size: 16px;
  }
  .banner .order-text {
    font-size: 16px;
}
.banner .code {
  padding: 5px 15px;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
}
@media (max-width: 320px) {
  .banner .code {
    font-size: 14px;
    height: 32px;
  }
  .banner .order-text {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.banner .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
}


.gpay-button.black.short,
.gpay-button.black.plain {
    background-size: 68px;
    background-repeat: no-repeat;
    background-position: center;
}

.pkg-savings {
    color: #49d426;
}
.gpay-button.new_style {
    background-size: auto;
    border-radius: 100vh;
    padding: 11px 24px;
    box-sizing: border-box;
    border: 1px solid #747775;
    min-height: 48px;
    font-size: 20px;
    width: auto;
}
.gpay-card-info-container.black,
.gpay-button.black {
    outline: 1px solid #757575;
    box-shadow: none;
}

.gpay-card-info-container.black.focus,
.gpay-button.black.focus {
    outline: 1px auto Highlight;
    outline: 1px auto -webkit-focus-ring-color;
    box-shadow: none;
}

.gpay-card-info-container.white,
.gpay-button.white {
    outline: 1px solid #3c4043;
    box-shadow: none;
}

.gpay-card-info-container.white.focus,
.gpay-button.white.focus {
    outline: 1px auto Highlight;
    outline: 1px auto -webkit-focus-ring-color;
    box-shadow: none;
}
.select-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-out;
    overflow: hidden;
    /*        transition: opacity 0.5s ease-out;*/
}

.select-visible {
    max-height: 1500px;
    transition: max-height 0.7s ease-in;
    overflow: hidden;
    /*        transition: opacity 0.5s ease-in;*/
    opacity: 1;
}

.custom-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.custom-option-container {
    flex: 1 1 10%;
    margin: 5px;
    position: relative;
    max-width: 60px;
}

.custom-radio-button {
    appearance: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.custom-radio-label {
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 10px;

    transition: background-color 0.3s, color 0.3s;
}

.custom-radio-button:checked + .custom-radio-label {
    background-color: #ffcaae;
    color: #000000;
    border-color: #e44714;
}
.is-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.is-disabled label {
    text-decoration: line-through;
    color: gray;
}


.gpay-button.black.short,
  .gpay-button.black.plain {
      background-size: 68px;
      background-repeat: no-repeat;
      background-position: center;
  }

  .pkg-savings {
      color: #49d426;
  }
  .gpay-button.new_style {
      background-size: auto;
      border-radius: 100vh;
      padding: 11px 24px;
      box-sizing: border-box;
      border: 1px solid #747775;
      min-height: 48px;
      font-size: 20px;
      width: auto;
  }
  .gpay-card-info-container.black,
  .gpay-button.black {
      outline: 1px solid #757575;
      box-shadow: none;
  }

  .gpay-card-info-container.black.focus,
  .gpay-button.black.focus {
      outline: 1px auto Highlight;
      outline: 1px auto -webkit-focus-ring-color;
      box-shadow: none;
  }

  .gpay-card-info-container.white,
  .gpay-button.white {
      outline: 1px solid #3c4043;
      box-shadow: none;
  }

  .gpay-card-info-container.white.focus,
  .gpay-button.white.focus {
      outline: 1px auto Highlight;
      outline: 1px auto -webkit-focus-ring-color;
      box-shadow: none;
  }
