/* Add custom CSS styles below */ 
.promotion-banner__inner ul li {
  animation: none !important;
}
.promotion-banner__inner ul li:not(:first-child) {
  display: none !important;
}
.promotion-banner__inner {
  display: flex;
  align-items: center;   /* vertical centering */
  justify-content: center; /* horizontal centering */
  height: 100%; /* ensure it uses the full height of the banner */
}
.home-block-line {
  display: none !important;
}
@media (max-width: 639px) { .s-rating-modal-product-img-wrap{width: 4rem;}}

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 60vh;
    height: auto;
    position: relative;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .modal-content::-webkit-scrollbar {
    width: 10px;
  }

  .modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }

  .modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .size-guide-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-top: 10px !important;
  }

  .size-guide-link {
    font-size: 1.5rem !important;
    color: black !important;
    transition: color 0.3s ease !important;
  }

  .size-guide-link:hover {
    color: #3ea8d7 !important;
  }

  .size-guide-arabic {
    font-size: 1.5rem;
    font-weight: 700;
  }

  html[dir="rtl"] .size-guide-container {
    flex-direction: row-reverse; /* Switch the order of elements */
  }

  .size-questionnaire {
    padding: 25px 0px 20px 0px;
  }

  [dir="rtl"] .size-questionnaire {
    text-align: right;
  }

  .question-group {
    margin-bottom: 20px;
  }

  .question-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .question-group input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .body-type-options {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }

  .body-type-btn {
    flex: 1;
    padding: 10px 2px 10px 2px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .body-type-btn.selected {
    border-color: #383B71;
  }

  .body-type-btn span {
    display: block;
    text-align: center;
  }

  .submit-btn, .start-over-btn {
    width: 100%;
    padding: 12px;
    background: #3da8d7;
    font-size: 1.1rem;
    font-weight: 700;
    color: black;
    border: none;
    border-radius: 29px;
    cursor: pointer;
  }

  .s-product-availability-footer .submit-btn {
    padding: 5px !important;
  }

  #sizeResult {
    text-align: center;
  }

  .size-recommendation {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
  }

  .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }

  .modal-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
  }

  .size-recommendation-main {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .size-recommendation-note {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1.5rem;
  }

  .body-type-btn > img {
    display: none !important;
  }

  .size-recommendation-link {
    text-decoration: underline;
    font-size: 0.875rem;
    color: #666;
    transition: color 0.3s ease;
  }

  .size-recommendation-link:hover {
    color: #383B71;
  }

  .size-guide-link-div {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #3f3f3f;
    padding: 4px 7px;
    background: #f7f5ef;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%);
  }
 .rounded-lg  {
  border-radius: 0 !important;
}