@charset "UTF-8";
/* CSS Document */

.woocommerce ul.products li.product .button {
	display: block;
}
/* =========================================================
   13. CATEGORIE HERO — BOXSPRINGS
========================================================= */

.timco-cat-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0 0 30px;
  min-height: 430px;
  background: #f6f3ee;
}

.timco-cat-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.timco-cat-hero-bg.mobile {
  display: none;
}

.timco-cat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(246, 243, 238, 0.92) 0%,
    rgba(246, 243, 238, 0.88) 26%,
    rgba(246, 243, 238, 0.62) 46%,
    rgba(246, 243, 238, 0.12) 70%,
    rgba(246, 243, 238, 0.02) 100%
  );
  z-index: 1;
}

.timco-cat-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 55px 10px 48px;
}

.timco-cat-hero-content {
  width: 100%;
  max-width: 560px;
  margin: 0;
}

.timco-cat-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  max-width: 560px;
  margin: 0 0 12px 0;
}

.timco-cat-title {
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #1f1f1f;
}

.timco-cat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 15px;
  background: linear-gradient(180deg, #fffa3b 0%, #fffa3b 100%);
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.timco-cat-subtitle {
  width: 100%;
  max-width: 560px;
  margin: 0 0 22px 0;
  font-size: 18px;
  line-height: 1.45;
  color: #24324a;
}

.timco-cat-usps {
  list-style: none;
  width: 100%;
  max-width: 560px;
  padding: 0;
  margin: 0 0 22px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.timco-cat-usps li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 12px 16px 12px 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  color: #24324a;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  box-sizing: border-box;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.timco-cat-usps li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #2ebe2c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.timco-cat-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 340px;
  max-width: 560px;
  min-height: 50px;
  margin: 0;
  padding: 14px 34px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2ebe2c 0%, #1fa52a 100%);
  border: 1px solid #0d8b1f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 0 rgba(9, 102, 25, 0.22);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.timco-cat-cta:hover {
  color: #fff !important;
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 1px 0 rgba(9, 102, 25, 0.18);
}

@media (max-width: 991px) {
  .timco-cat-title {
    font-size: 44px;
  }

  .timco-cat-badge {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .timco-cat-hero.hero-hide-mobile {
    display: none;
  }

  .timco-cat-hero {
    min-height: auto;
  }

  .timco-cat-hero-bg.desktop {
    display: none;
  }

  .timco-cat-hero-bg.mobile {
    display: block;
    background-position: center center;
    background-size: cover;
  }

  .timco-cat-hero::before {
    background: linear-gradient(
      180deg,
      rgba(246, 243, 238, 0.68) 0%,
      rgba(246, 243, 238, 0.46) 38%,
      rgba(246, 243, 238, 0.20) 72%,
      rgba(246, 243, 238, 0.10) 100%
    );
  }

  .timco-cat-hero-inner {
    padding: 26px 14px 22px;
  }

  .timco-cat-hero-content,
  .timco-cat-title-row,
  .timco-cat-subtitle,
  .timco-cat-usps {
    max-width: 100%;
  }

  .timco-cat-title-row {
    gap: 10px;
    margin: 0 0 10px 0;
    align-items: center;
  }

  .timco-cat-title {
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .timco-cat-badge {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
  }

  .timco-cat-subtitle {
    max-width: 275px;
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.42;
    color: #24324a;
  }

  .timco-cat-usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px 0;
  }

  .timco-cat-usps li {
    min-height: 42px;
    padding: 10px 10px 10px 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #24324a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
  }

  .timco-cat-usps li::before {
    left: 11px;
    font-size: 15px;
  }

  .timco-cat-cta {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 13px 18px;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
  }
}

@media (max-width: 420px) {
  .timco-cat-title {
    font-size: 27px;
  }

  .timco-cat-subtitle {
    max-width: 240px;
    font-size: 14px;
  }

  .timco-cat-usps {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .timco-cat-hero.hero-hide-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .timco-cat-hero.hero-hide-mobile {
    display: none;
  }
}
/* =========================================================
   1a. CATEGORIE HERO — BOXSPRINGS woord weghalen
========================================================= */


.tax-product_cat.term-boxsprings #primary .title {
  display: none !important;
}
