/* Testimonials Section */
.sgc-testimonial__star {
  text-align: center;
} 

/* Collections Section (featured-collection — no ST) */
body[data-page-type="index"] .section-featured-collection .featured-collection__tab {
  font-weight: 300 !important;
}

body[data-page-type="index"] .section-featured-collection .featured-collection__tab.active {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--tab-active-border-color);
  border-color: transparent;
  font-weight: 500 !important;
}

.section-featured-collection :is(.block-product-title, .block-product-subtitle) {
  font-weight: 500;
  font-style: normal;
}

/* Our Mission Section */
.block-group:has(> .custom-sline-block .st-hook-founder-signatures) 
.block-image img {
  object-fit: contain;
}

.block-group:has(> .custom-sline-block .st-founders-image) 
{
  height: stretch;
}

.block-group:has(> .custom-sline-block .st-founders-image) 
.block-image {
  height: 100%;
}

/* Mobile Breakpoints */
@media (max-width: 768px) {
  .sgc-testimonial__card-wrapper {
    width: 100% !important;
  }

  .sgc-testimonial-section .sgc-testimonial-content-group-inner-item
  .typography-default span {
    font-size: 21px !important;
  }
}

@media (min-width: 960px) and (max-width: 1024px) {

  .block-group:has(> .custom-sline-block .st-hook-our-mission) {
    flex-direction: column;
  }

  .block-group {
    width: 100% !important;
  }
}

/* Desktop — featured-collection (no ST) */
@media (min-width: 960px) {
  .section-featured-collection .featured-collection__tabs-list {
    width: 100%;
  }

  .section-featured-collection .featured-collection__tab {
    font-size: 24px;
    flex: 1;
    text-align: center;
  }
}
