/* Incenza Doofinder layer — aligned with product-miniature (category listing) */

.dfd-root .dfd-card-preset-product .dfd-card-description {
  display: block !important;
}

.dfd-root .dfd-card-preset-product .dfd-card-content.dfd-card-flex.dfd-card-content--incenza {
  text-align: center;
  min-width: 0;
  overflow: visible;
  gap: 0.5rem;
}

/* ≈ .product-miniature__infos */
.dfd-root .dfd-card-preset-product .dfd-card-infos {
  display: grid;
  gap: 0.25rem;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-brand {
  margin: 0;
  color: var(--bs-gray-500, #6c757d);
  font-size: 0.875rem;
  line-height: normal;
  text-transform: uppercase;
}

/* ≈ .product-miniature__title */
.dfd-root .dfd-card-preset-product a.dfd-card-title-link {
  margin: 0;
  color: var(--bs-black, #000);
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  text-decoration: none;
}

.dfd-root .dfd-card-preset-product a.dfd-card-title-link:hover,
.dfd-root .dfd-card-preset-product a.dfd-card-title-link:focus-visible {
  color: var(--bs-black, #000);
  text-decoration: underline;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-description {
  margin: 0;
  color: var(--bs-gray-500, #6c757d);
  font-size: 0.875rem;
  line-height: normal;
}

.dfd-root .dfd-card-preset-product a.dfd-card-media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* ≈ .sf-variant-texts-root / .sf-variant__text (prod) */
.dfd-root .dfd-card-preset-product .dfd-card-variants-inline {
  margin: 0.25rem 0 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.dfd-root .dfd-card-preset-product .dfd-card-variants-scroll {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.dfd-root .dfd-card-preset-product .dfd-card-variants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dfd-root .dfd-card-preset-product .dfd-card-variant-item {
  flex: 0 0 auto;
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
}

.dfd-root .dfd-card-preset-product a.dfd-card-variant-text {
  position: relative;
  z-index: 2;
  display: inline-block !important;
  text-decoration: none !important;
  color: inherit !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  cursor: pointer;
}

.dfd-root .dfd-card-preset-product .dfd-card-variant-pill {
  display: inline-block !important;
  box-sizing: border-box;
  width: auto;
  min-width: 2.5em;
  margin: 0;
  padding: 0.5em !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  color: #333 !important;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: normal;
}

.dfd-root .dfd-card-preset-product a.dfd-card-variant-text:hover .dfd-card-variant-pill,
.dfd-root .dfd-card-preset-product a.dfd-card-variant-text:focus-visible .dfd-card-variant-pill {
  border-color: #666 !important;
}

/* ≈ .evo-netreviews--listing */
.dfd-root .dfd-card-preset-product .dfd-card-reviews {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  width: 100%;
}

.dfd-root .dfd-card-preset-product .dfd-card-stars {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.dfd-root .dfd-card-preset-product .dfd-card-stars-empty {
  color: #ccc;
}

.dfd-root .dfd-card-preset-product .dfd-card-stars-filled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #000;
}

.dfd-root .dfd-card-preset-product .dfd-card-review-grade,
.dfd-root .dfd-card-preset-product .dfd-card-review-count {
  color: var(--bs-gray-500, #6c757d);
  font-size: 0.875rem;
  line-height: normal;
  text-decoration: none;
}

.dfd-root .dfd-card-preset-product a.dfd-card-review-count {
  position: relative;
  z-index: 2;
}

.dfd-root .dfd-card-preset-product a.dfd-card-review-count:hover,
.dfd-root .dfd-card-preset-product a.dfd-card-review-count:focus-visible {
  text-decoration: underline;
}

/* ≈ .product-miniature__actions */
.dfd-root .dfd-card-preset-product .dfd-card-actions {
  display: grid;
  gap: 0.25rem;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-from {
  margin: 0;
  color: var(--bs-gray-500, #6c757d);
  font-size: 0.875rem;
  line-height: normal;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-pricing {
  justify-content: center;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-price {
  color: var(--bs-black, #000);
  font-weight: 700;
  line-height: normal;
}

.dfd-root .dfd-card-preset-product .dfd-card-content--incenza .dfd-card-link {
  display: none;
}

.dfd-root .dfd-card-preset-product.dfd-card--no-variants .dfd-card-variants-inline,
.dfd-root .dfd-card-preset-product.dfd-card--no-variants .dfd-cart-add-button,
.dfd-root .dfd-card-preset-product.dfd-card--no-variants .dfd-card-select-quantity {
  display: none !important;
}
