body {
  background: #f8f8f8;
  font-family: 'DM Sans', sans-serif;
}

.product-wrapper {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.product-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-title {
  font-size: 2rem;
  font-weight: 700;
}

/* ===== PRICE SECTION UPGRADE ===== */

.price-box {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 700;
}

.price-box .old {
  text-decoration: line-through;
  color: #777;
  font-size: 1.9rem;
}

.price-box .sale {
  font-size: 1.9rem;
  color: #e11b22;
}

.sale-badge {
  background: linear-gradient(135deg, #ff4d4d, #d62828);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* =============================== */

.product-description {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #444;
}

.specs-box {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: #f1f5f9;
}

.specs-box h3 {
  margin-bottom: .75rem;
  font-weight: 700;
}

.specs-box ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.add-to-cart {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.add-to-cart .btn {
  padding: .9rem 1.5rem;
  font-size: 1rem;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }

  .product-wrapper {
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
  }

  .product-image img {
    max-width: 85%;
    margin: 0 auto;
  }

  .product-content {
    align-items: center;
  }

  .product-title {
    font-size: 2.2rem;
  }

  .product-description {
    font-size: 1.15rem;
    line-height: 1.75rem;
  }

  .specs-box {
    width: 90%;
    margin: 1.5rem auto 0 auto;
    text-align: left;
  }

  .specs-box h3 {
    font-size: 1.4rem;
  }

  .specs-box li {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .price-box {
    justify-content: center;
  }

  .price-box .old {
    font-size: 2rem;
  }

  .price-box .sale {
    font-size: 2rem;
  }

  .sale-badge {
    font-size: 1rem;
  }

  .add-to-cart .btn {
    font-size: 1.15rem;
  }
}

/* ===== SIMPLE PRODUCT SLIDER ===== */
.slider {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.slides {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.slide {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.slide.is-active {
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

.slider-btn:hover {
  background: rgba(0,0,0,0.7);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #cbd5e1;
  cursor: pointer;
}

.dot.is-active {
  background: #111827;
}

.product-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* =========================================================
   MIELE CANISTER CATEGORY PAGE
   ========================================================= */

.miele-shop-page {
  --miele-blue: #0058a9;
  --miele-blue-dark: #003f7e;
  --miele-blue-soft: #edf4fb;
  --miele-red: #e11b22;
  --miele-ink: #0f1b34;
  --miele-muted: #5a667a;
  --miele-border: #d7e2ee;
  --miele-shadow: 0 12px 32px rgba(19, 50, 87, 0.08);

  color: var(--miele-ink);
  background: #f5f7fa;
}

/* ================= HERO ================= */

.miele-category-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 88, 169, 0.10), transparent 22%),
    linear-gradient(180deg, #eef4fb 0%, #edf3fa 100%);
  border-bottom: 1px solid #d9e4ef;
}

.miele-category-hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      ellipse at 58% -30%,
      transparent 0 52px,
      rgba(0, 88, 169, 0.045) 53px 55px
    );
  opacity: 0.9;
}

.miele-category-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
  min-height: 430px;
  padding: 2.8rem 0 2.6rem;
}

.miele-category-hero__content {
  max-width: 680px;
}

.miele-category-hero__eyebrow {
  margin: 0 0 1rem;
  color: var(--miele-blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.miele-category-hero h1 {
  margin: 0;
  color: #081732;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.miele-category-hero h1 span {
  display: block;
}

.miele-category-hero__lead {
  max-width: 660px;
  margin: 1.35rem 0 0;
  color: #455468;
  font-size: 1.15rem;
  line-height: 1.7;
}

.miele-category-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.8rem;
}

.miele-category-benefit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 190px;
}

.miele-category-benefit__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  color: var(--miele-blue);
  font-size: 1.1rem;
  font-weight: 800;
  border: 1px solid #c7d8ea;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 88, 169, 0.08);
}

.miele-category-benefit strong,
.miele-category-benefit small {
  display: block;
}

.miele-category-benefit strong {
  font-size: 1rem;
  line-height: 1.25;
}

.miele-category-benefit small {
  margin-top: 0.12rem;
  color: var(--miele-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.miele-category-hero__visual {
  position: relative;
  min-height: 345px;
}

.miele-category-hero__image-glow {
  position: absolute;
  right: 7%;
  bottom: 5%;
  width: 340px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 88, 169, 0.12), rgba(0, 88, 169, 0) 72%);
  filter: blur(12px);
}

.miele-category-hero__image {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: min(88%, 360px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(24, 47, 73, 0.18));
}

/* ================= MAIN SECTION ================= */

.miele-products-section {
  padding: 0 0 4rem;
}

.miele-filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 1.75rem;
  align-items: center;
  margin-top: 0.2rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--miele-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(19, 50, 87, 0.06);
}

.miele-filter-panel__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.miele-filter-panel__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f1fb;
  color: var(--miele-blue);
  font-size: 1.4rem;
  font-weight: 800;
}

.miele-filter-panel h2 {
  margin: 0;
  color: #0d1832;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 800;
}

.miele-filter-panel p {
  margin: 0.35rem 0 0;
  color: var(--miele-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.miele-filter-panel__control label {
  display: block;
  margin-bottom: 0.5rem;
  color: #23334c;
  font-size: 0.95rem;
  font-weight: 700;
}

.miele-filter-panel__control select {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 2px solid #7fb1e5;
  border-radius: 10px;
  background: #fff;
  color: #0f1d34;
  font: inherit;
  font-size: 1rem;
  outline: none;
}

.miele-filter-panel__control select:focus {
  border-color: var(--miele-blue);
  box-shadow: 0 0 0 4px rgba(0, 88, 169, 0.12);
}

/* ================= CHECKLIST ================= */

.miele-checklist {
  margin: 1rem 0 1.25rem;
  padding: 1rem;
  border-radius: 14px;
  background: #e11b22;
  color: #fff;
}

.miele-checklist__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.miele-checklist__actions {
  display: flex;
  gap: 0.5rem;
}

.miele-checklist__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.miele-checklist__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

/* ================= TRUST STRIP ================= */

.miele-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1rem 0 0.8rem;
  overflow: hidden;
  border: 1px solid #d6e2ee;
  border-radius: 14px;
  background: #edf4fb;
}

.miele-trust-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 72px;
  padding: 0.95rem 1rem;
  border-right: 1px solid #d6e2ee;
}

.miele-trust-strip__item:last-child {
  border-right: 0;
}

.miele-trust-strip__item > span {
  color: var(--miele-blue);
  font-size: 1.15rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.miele-trust-strip__item strong,
.miele-trust-strip__item small {
  display: block;
}

.miele-trust-strip__item strong {
  color: #0d1a33;
  font-size: 0.98rem;
  line-height: 1.2;
}

.miele-trust-strip__item small {
  margin-top: 0.15rem;
  color: var(--miele-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

/* ================= RESULTS ================= */

.miele-results-hint {
  min-height: 1.25rem;
  margin: 0.8rem 0 1rem;
  color: var(--miele-muted);
  font-size: 0.95rem;
  text-align: right;
}

/* ================= GRID ================= */

.miele-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.miele-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #dbe4ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(22, 46, 76, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.miele-product-card:hover,
.miele-product-card:focus-visible {
  transform: translateY(-4px);
  border-color: #bdd0e4;
  box-shadow: 0 14px 30px rgba(22, 46, 76, 0.12);
}

.miele-product-card:focus-visible {
  outline: 3px solid rgba(0, 88, 169, 0.18);
  outline-offset: 2px;
}

.miele-product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
  padding: 1.3rem 1rem 0.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.miele-product-card__image-wrap img {
  width: 100%;
  max-width: 190px;
  height: 190px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.25s ease;
}

.miele-product-card:hover .miele-product-card__image-wrap img {
  transform: scale(1.03);
}

.miele-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1rem 1.15rem;
}

.miele-product-card h3 {
  margin: 0;
  color: #142136;
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.38;
  text-align: left;
}

.miele-product-card__description {
  margin: 0.65rem 0 0;
  color: #596678;
  font-size: 0.86rem;
  line-height: 1.65;
  text-align: left;
}

.miele-product-card__footer {
  margin-top: auto;
  padding-top: 1rem;
}

.miele-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.miele-product-card__old-price {
  color: #7b8490;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.miele-product-card__sale-price {
  color: var(--miele-red);
  font-size: 1.1rem;
  font-weight: 800;
}

.miele-product-card__call-price {
  color: #111827;
  font-size: 0.98rem;
  font-weight: 700;
}

.miele-product-card__sale-badge {
  display: inline-flex;
  margin-top: 0.7rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4d4d, #d62828);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(214, 40, 40, 0.18);
}

.miele-product-grid__empty {
  grid-column: 1 / -1;
  margin: 1rem 0;
  padding: 2rem;
  border: 1px dashed #cdd7e3;
  border-radius: 12px;
  background: #fff;
  color: var(--miele-muted);
  text-align: center;
}

/* ================= TABLET ================= */

@media (max-width: 1100px) {
  .miele-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .miele-category-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  }
}

@media (max-width: 900px) {
  .miele-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .miele-trust-strip__item:nth-child(2) {
    border-right: 0;
  }

  .miele-trust-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid #d6e2ee;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .miele-category-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding: 2.25rem 0 1.5rem;
    text-align: center;
  }

  .miele-category-hero__content {
    max-width: 100%;
  }

  .miele-category-hero h1 {
    font-size: 3rem;
    line-height: 0.98;
  }

  .miele-category-hero__eyebrow {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .miele-category-hero__lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.22rem;
    line-height: 1.85;
  }

  .miele-category-benefits {
    justify-content: center;
    gap: 0.9rem;
  }

  .miele-category-benefit {
    min-width: min(100%, 320px);
    padding: 0.15rem 0;
    justify-content: flex-start;
    text-align: left;
  }

  .miele-category-benefit__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 1.15rem;
  }

  .miele-category-benefit strong {
    font-size: 1.08rem;
  }

  .miele-category-benefit small {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .miele-category-hero__visual {
    min-height: 310px;
  }

  .miele-category-hero__image {
    right: 50%;
    bottom: 0;
    width: min(82%, 330px);
    max-height: 320px;
    transform: translateX(50%);
  }

  .miele-category-hero__image-glow {
    right: 50%;
    bottom: 2%;
    width: 300px;
    height: 190px;
    transform: translateX(50%);
  }

  .miele-products-section {
    padding: 0.75rem 0 3rem;
  }

  .miele-filter-panel {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.35rem;
    border-radius: 16px;
  }

  .miele-filter-panel__heading {
    align-items: flex-start;
    text-align: left;
  }

  .miele-filter-panel__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 1.45rem;
  }

  .miele-filter-panel h2 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .miele-filter-panel p {
    font-size: 1.08rem;
    line-height: 1.6;
  }

  .miele-filter-panel__control label {
    font-size: 1.05rem;
  }

  .miele-filter-panel__control select {
    min-height: 56px;
    font-size: 1.08rem;
  }

  .miele-checklist {
    padding: 1.15rem;
  }

  .miele-checklist__header strong {
    font-size: 1.15rem;
  }

  .miele-trust-strip {
    grid-template-columns: 1fr;
  }

  .miele-trust-strip__item {
    justify-content: flex-start;
    min-height: auto;
    padding: 1rem 1rem;
    border-right: 0;
    border-bottom: 1px solid #d6e2ee;
  }

  .miele-trust-strip__item:nth-child(2) {
    border-bottom: 1px solid #d6e2ee;
  }

  .miele-trust-strip__item:last-child {
    border-bottom: 0;
  }

  .miele-trust-strip__item strong {
    font-size: 1.02rem;
  }

  .miele-trust-strip__item small {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .miele-results-hint {
    margin: 0.85rem 0 1rem;
    font-size: 1rem;
    text-align: left;
  }

  .miele-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .miele-product-card__image-wrap {
    min-height: 240px;
    padding: 1.35rem 1rem 0.85rem;
  }

  .miele-product-card__image-wrap img {
    max-width: 210px;
    height: 210px;
  }

  .miele-product-card__body {
    padding: 1rem 1rem 1.15rem;
  }

  .miele-product-card h3 {
    font-size: 1.15rem;
    line-height: 1.4;
  }

  .miele-product-card__description {
    font-size: 1rem;
    line-height: 1.65;
  }

  .miele-product-card__sale-price {
    font-size: 1.28rem;
  }

  .miele-product-card__old-price,
  .miele-product-card__call-price {
    font-size: 1rem;
  }

  .miele-product-card__sale-badge {
    font-size: 0.78rem;
    white-space: normal;
    line-height: 1.25;
  }
}

@media (max-width: 560px) {
  .miele-category-hero__grid {
    padding: 2rem 0 1.35rem;
  }

  .miele-category-hero h1 {
    font-size: 2.6rem;
  }

  .miele-category-hero__lead {
    font-size: 1.12rem;
    line-height: 1.8;
  }

  .miele-category-benefits {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
  }

  .miele-filter-panel {
    padding: 1.2rem;
  }

  .miele-filter-panel__heading {
    gap: 0.85rem;
  }

  .miele-filter-panel h2 {
    font-size: 1.75rem;
  }

  .miele-filter-panel p {
    font-size: 1rem;
  }

  .miele-filter-panel__control label {
    font-size: 1rem;
  }

  .miele-filter-panel__control select {
    min-height: 54px;
    font-size: 1rem;
  }

  .miele-product-grid {
    grid-template-columns: 1fr;
  }

  .miele-product-card__image-wrap {
    min-height: 250px;
  }

  .miele-product-card__image-wrap img {
    max-width: 225px;
    height: 225px;
  }

  .miele-product-card h3 {
    font-size: 1.28rem;
  }

  .miele-product-card__description {
    font-size: 1.08rem;
    line-height: 1.72;
  }

  .miele-product-card__sale-price {
    font-size: 1.4rem;
  }

  .miele-product-card__sale-badge {
    font-size: 0.8rem;
  }
}

/* =========================================================
   CLEANER MOBILE TRUST BENEFITS
   ========================================================= */

@media (max-width: 768px) {
  .miele-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .miele-trust-strip__item {
    display: flex;
    min-width: 0;
    min-height: 105px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #d6e2ee;
    border-radius: 12px;
    background: #edf4fb;
  }

  .miele-trust-strip__item:nth-child(2),
  .miele-trust-strip__item:nth-child(-n + 2),
  .miele-trust-strip__item:last-child {
    border-right: 1px solid #d6e2ee;
    border-bottom: 1px solid #d6e2ee;
  }

  .miele-trust-strip__item > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    color: var(--miele-blue);
    font-size: 1.05rem;
    border-radius: 50%;
    background: #fff;
  }

  .miele-trust-strip__item div {
    min-width: 0;
  }

  .miele-trust-strip__item strong {
    font-size: 1rem;
    line-height: 1.3;
  }

  .miele-trust-strip__item small {
    margin-top: 0.25rem;
    font-size: 0.88rem;
    line-height: 1.4;
  }
}

@media (max-width: 430px) {
  .miele-trust-strip {
    grid-template-columns: 1fr;
  }

  .miele-trust-strip__item {
    min-height: auto;
    align-items: center;
    padding: 0.9rem 1rem;
  }
}

/* =========================================================
   FINAL MOBILE PRICE + TRUST CARD REFINEMENTS
   ========================================================= */

@media (max-width: 768px) {
  .price-box .old,
  .price-box .sale {
    font-size: 2rem;
  }

  .miele-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .miele-trust-strip__item,
  .miele-trust-strip__item:nth-child(2),
  .miele-trust-strip__item:nth-child(-n + 2),
  .miele-trust-strip__item:last-child {
    display: flex;
    min-width: 0;
    min-height: 118px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.9rem 0.65rem;
    text-align: center;
    border: 1px solid #d6e2ee;
    border-radius: 14px;
    background: #edf4fb;
    box-shadow: 0 4px 12px rgba(19, 50, 87, 0.05);
  }

  .miele-trust-strip__item > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--miele-blue);
    font-size: 1.05rem;
    border: 1px solid #d3e2f2;
    border-radius: 50%;
    background: #fff;
  }

  .miele-trust-strip__item div {
    min-width: 0;
  }

  .miele-trust-strip__item strong {
    font-size: 1.12rem;
    line-height: 1.3;
  }

  .miele-trust-strip__item small {
    margin-top: 0.25rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }
}

@media (max-width: 390px) {
  .miele-trust-strip {
    gap: 0.6rem;
  }

  .miele-trust-strip__item,
  .miele-trust-strip__item:nth-child(2),
  .miele-trust-strip__item:nth-child(-n + 2),
  .miele-trust-strip__item:last-child {
    min-height: 112px;
    padding: 0.8rem 0.5rem;
  }

  .miele-trust-strip__item strong {
    font-size: 1.05rem;
  }

  .miele-trust-strip__item small {
    font-size: 0.9rem;
  }
}

/* =========================================================
   MIELE CANISTER — SUMMER SALE BADGE
   Keeps sale prices red and changes only the sale badges
   to the yellow/light-orange summer design.
   ========================================================= */

.price-box .sale,
.miele-product-card__sale-price {
  color: #e11b22;
  font-weight: 800;
}

.sale-badge,
.miele-product-card__sale-badge {
  background: linear-gradient(135deg, #ffe36e 0%, #f6ad45 100%);
  color: #4a2b00;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(232, 137, 0, 0.28);
}

.miele-product-card__sale-badge {
  box-shadow: 0 4px 12px rgba(232, 137, 0, 0.25);
}

.miele-shop-page {
  --miele-red: #e11b22;
}

/* =========================================================
   AUTHORIZED MIELE DEALER — RED HIGHLIGHT
   ========================================================= */

.miele-category-benefit--authorized {
  width: fit-content;
  min-width: 280px;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(225, 27, 34, 0.22);
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(225, 27, 34, 0.10) 0%,
    rgba(255, 255, 255, 0.96) 72%
  );
  box-shadow: 0 8px 20px rgba(225, 27, 34, 0.10);
}

.miele-category-benefit--authorized .miele-category-benefit__icon {
  color: #ffffff;
  border-color: #e11b22;
  background: #e11b22;
  box-shadow: 0 6px 14px rgba(225, 27, 34, 0.24);
}

.miele-category-benefit--authorized strong {
  color: #b51218;
  font-size: 1.08rem;
  font-weight: 800;
}

.miele-category-benefit--authorized small {
  color: #4f5968;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .miele-category-benefit--authorized {
    width: min(100%, 360px);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
  }

  .miele-category-benefit--authorized strong {
    font-size: 1.15rem;
  }

  .miele-category-benefit--authorized small {
    font-size: 0.95rem;
  }
}


/* =========================================================
   AUTHORIZED MIELE DEALER — SOFTER RED STYLE
   ========================================================= */

.miele-category-benefit--authorized {
  min-width: 270px;
  padding: 0.8rem 1rem;
  border-color: rgba(225, 27, 34, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 16px rgba(19, 50, 87, 0.06);
  backdrop-filter: blur(4px);
}

.miele-category-benefit--authorized .miele-category-benefit__icon {
  color: #e11b22;
  border-color: rgba(225, 27, 34, 0.22);
  background: rgba(225, 27, 34, 0.08);
  box-shadow: none;
}

.miele-category-benefit--authorized strong {
  color: #9f1820;
  font-size: 1.04rem;
  font-weight: 800;
}

.miele-category-benefit--authorized small {
  color: #5d6674;
  font-size: 0.88rem;
}

@media (max-width: 768px) {
  .miele-category-benefit--authorized {
    padding: 0.85rem 1rem;
  }

  .miele-category-benefit--authorized strong {
    font-size: 1.08rem;
  }

  .miele-category-benefit--authorized small {
    font-size: 0.92rem;
  }
}


/* =========================================================
   MIELE CANISTER — CLEANER PREMIUM REFINEMENTS
   ========================================================= */

/* Simplify the Authorized Miele Dealer treatment */
.miele-category-benefit--authorized {
  width: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.miele-category-benefit--authorized .miele-category-benefit__icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  color: #e11b22;
  border: 1px solid rgba(225, 27, 34, 0.24);
  background: rgba(225, 27, 34, 0.06);
  box-shadow: none;
}

.miele-category-benefit--authorized strong {
  color: #8f171d;
  font-size: 1rem;
  font-weight: 800;
}

.miele-category-benefit--authorized small {
  color: #5f6978;
  font-size: 0.86rem;
}

/* Use a cleaner 3-column lower benefit strip */
.miele-trust-strip--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.miele-trust-strip--three .miele-trust-strip__item:nth-child(3) {
  border-right: 0;
}

@media (max-width: 900px) {
  .miele-trust-strip--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .miele-trust-strip--three .miele-trust-strip__item {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .miele-category-benefit--authorized {
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    text-align: left;
  }

  .miele-trust-strip--three {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .miele-trust-strip--three .miele-trust-strip__item,
  .miele-trust-strip--three .miele-trust-strip__item:nth-child(2),
  .miele-trust-strip--three .miele-trust-strip__item:nth-child(-n + 2),
  .miele-trust-strip--three .miele-trust-strip__item:last-child {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.95rem 1rem;
    text-align: left;
  }
}
