/* Add custom CSS styles below */ 
.s-block--enhanced-features__item {
  background: #f7f1e6;
}
.mb-5 {
  color: #8e9b7d !important;
}
.text-2xl {
  color: #000 !important;
}
.s-block--enhanced-features {
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-top: 0rem !important;
}
.s-block s-block--advanced-content {
  padding-top: 0rem;
}
.s-block--about {
  margin-top: 0rem !important;
}
.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 */
}
.bg-store-bg-secondary {
    background-color: #fef8ed;
}
.text-primary-reverse {
    color: #FFFFFF;
}
.sicon-keyboard_arrow_down {
    background-color: #00000;
}
.advanced-slider__caption__inner__content__heading {
    font-size: 46px !important;     
    font-weight: 700 !important;     
    line-height: 50px !important;     
    margin-bottom: 26px !important;     
    color: #000 !important;
}
.advanced-slider__caption__inner__content__text {
    font-size: 18px !important;
    font-weight: 700 !important;     
    color: #000 !important;
}
.text-primary {
    color: #00000;
}
.border-primary {
    border-color: #fff;
}
.advanced-slider__caption {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  pointer-events: none;
}

.advanced-slider__caption__inner--center,
.advanced-slider__caption__inner__content {
  position: static !important;
}

.advanced-slider__caption__inner__content {
  margin-bottom: 2rem !important;
  text-align: center !important;
  pointer-events: auto;
}
.advanced-slider__caption__inner__content__button {
  border-radius: .375rem;
}
.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: #8e9b7d !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: #8e9b7d;
    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: #3da7d7;
  }

  .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: .375rem;
  border: none;
  --tw-shadow: rgba(50, 50, 105, .15) 0px 2px 5px 0px, rgba(0, 0, 0, .05) 0px 1px 1px 0px;
  --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color), 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.s-button-primary {
    color: #fff !important;
}
.s-product-options-colors-item label[data-img-id="#9b9b9b"] span {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 50%,
    #000000 50%,
    #000000 100%
  ) !important;
}
.s-product-options-colors-item label[data-img-id="#c6c6c6"] span {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 50%,
    #000000 50%,
    #000000 100%
  ) !important;
}
.s-block--fixed-banner {
  margin-top: 0rem !important;
}