/* Other Available Block Styles */

.other-available-block {
  width: 100%;
  padding-bottom: 75px;
}

.other-available-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Title */
.other-available-title {
  font-size: 38px;
  line-height: 49px;
  text-align: center;
  color: #0c1f2b;
  font-weight: bold;
  margin: 0 0 50px;
}

/* Products Grid */
.other-available-block .products {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px 20px;
  padding: 0;
  gap: 0;
}

.other-available-block .products > li {
  padding: 0 10px !important;
  margin-bottom: 20px;
  flex: 0 0 25% !important;
  max-width: 25% !important;
  width: 25% !important;
}

/* Override Bulma column classes */
.other-available-block .products > li.column {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  width: 25% !important;
}

.other-available-block .products > li.is-3-tablet {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  width: 25% !important;
}

/* Featured Product Styling */
.other-available-block .other-available-featured {
  position: relative;
}

/* Ensure proper height for all products */
.other-available-block .products .kratom-product {
  height: 100%;
  margin: 0;
  border-radius: 5px;
  border: 1px solid var(--main-royal-grey-light, #e1e6ea);
  background: var(--main-white, #fff);

  /* Main-Shadow */
  box-shadow: 0 5px 25px 0 rgba(12, 31, 43, 0.05);
}

/* Featured product enhanced styling */
.other-available-block .other-available-featured .kratom-product {
  border-radius: 5px;
  border: 2px solid var(--main-orange, #ff6d4d);
  background: var(--main-white, #fff);
  box-shadow: 0 5px 25px 0 rgba(255, 109, 77, 0.25);
}

/* Image placeholder for preview mode */
.other-available-image-placeholder {
  width: 100%;
  height: 260px;
  background: linear-gradient(135deg, #f6f8fa 0%, #e1e6ea 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.other-available-image-placeholder::after {
  content: "Product Image";
  color: #9aa7ae;
  font-size: 14px;
  font-weight: 500;
}

/* Features Banner */
.other-available-features {
  border-radius: 5px;
  background: var(
    --Emerald-Gradient,
    linear-gradient(90deg, #002f1d 0%, #017859 100%)
  );
  padding: 30px;
  margin-top: 50px;
}

.other-available-features-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.other-available-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* .other-available-feature-content {
  text-align: center;
} */

.other-available-feature-title {
  font-size: 21px;
  line-height: 28px;
  color: white;
  font-weight: bold;
  margin: 0 0 8px;
}

.other-available-feature-subtitle {
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 6px;
}

.other-available-feature-subtitle span {
  color: rgba(255, 255, 255, 0.9);
}

.other-available-feature-subtitle svg {
  width: 12px;
  height: 12px;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .other-available-block .products > li,
  .other-available-block .products > li.column,
  .other-available-block .products > li.is-3-tablet {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  .other-available-block .products {
    margin-bottom: 0;
  }

  .other-available-features-inner {
    gap: 30px;
  }

  .other-available-feature-title {
    font-size: 20px;
    line-height: 26px;
  }

  .other-available-feature-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .other-available-block {
    padding-bottom: 40px;
  }

  .other-available-container {
    padding: 0 16px;
  }

  .other-available-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px;
  }

  /* Mobile Grid - Stack Cards */
  .other-available-block .products {
    margin: 0 0 20px;
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  .other-available-block .products .kratom-product {
    padding: 28px 15px 15px;
  }

  .other-available-block .products > li,
  .other-available-block .products > li.column,
  .other-available-block .products > li.is-10-mobile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 16px;
    margin-left: 0 !important;
  }

  /* Mobile Features Banner */
  .other-available-features {
    padding: 24px 16px;
    margin-top: 30px;
  }

  .other-available-features-inner {
    flex-direction: column;
    gap: 24px;
  }

  .other-available-features-inner .other-available-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
  }

  .other-available-features-inner .other-available-feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .other-available-feature-content {
    text-align: left;
  }

  .other-available-feature-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px;
  }

  .other-available-feature-subtitle {
    font-size: 14px;
    line-height: 18px;
    justify-content: flex-start;
  }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {
  .other-available-title {
    font-size: 24px;
    line-height: 32px;
  }

  .other-available-feature-title {
    font-size: 17px;
    line-height: 22px;
  }

  .other-available-feature-subtitle {
    font-size: 13px;
    line-height: 17px;
  }
}
