/* Product list pages responsive overrides */

/* ----- Hero ----- */
.products-list-hero .breadcrumb__title {
  font-size: clamp(1.25rem, 4vw, 2.25rem) !important;
  line-height: 1.25 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.products-list-hero .breadcrumb__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}

@media (max-width: 991.98px) {
  .products-list-hero {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .products-list-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .products-list-hero {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* ----- Intro ----- */
.products-list-intro {
  overflow: hidden;
}

.products-list-intro .tp-section-title-2 {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  line-height: 1.3;
  width: 100%;
}

.products-list-hero-dec {
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.products-list-hero-dec img,
.products-list-hero-dec table,
.products-list-hero-dec iframe,
.products-list-hero-dec video {
  max-width: 100%;
  height: auto;
}

.products-list-hero-dec table {
  display: block;
  overflow-x: auto;
}

.products-list-hero-dec p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .products-list-intro .tp-section-title-wrapper-2 {
    margin-bottom: 1.5rem !important;
  }
}

/* ----- Product grid / cards ----- */
.tp-shop-area .tp-product-thumb-2 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.tp-shop-area .tp-product-thumb-2 a {
  display: block;
  height: 100%;
}

.tp-shop-area .tp-product-thumb-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tp-shop-area .tp-product-title-2 {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tp-shop-area .tp-product-details-add-to-cart-btn {
  white-space: normal;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .tp-shop-area .tp-product-item-2 {
    margin-bottom: 1.75rem !important;
  }

  .tp-shop-area .tp-product-details-add-to-cart {
    width: 100%;
  }

  .tp-shop-area .tp-product-details-add-to-cart-btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .tp-shop-area {
    padding-bottom: 3rem !important;
  }
}

/* ----- Sample form (included) ----- */
.tp-subscribe-form #sampleEmailForm {
  width: 100% !important;
  max-width: 100%;
}

.tp-subscribe-form .form-control {
  margin-bottom: 0.75rem;
}

.tp-subscribe-form .captcha img {
  height: auto;
  max-width: 100%;
}

.tp-subscribe-form .home-sample-captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.tp-subscribe-form .home-sample-captcha .form-control {
  flex: 1 1 120px;
  min-width: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .tp-subscribe-area .tp-subscribe-title {
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }

  .tp-subscribe-form .btn-primary {
    width: 100%;
    margin-top: 0.5rem;
  }
}
