.dentalversender {
  --custom-border-radius: 50rem 0 0 50rem;

  /* NmBreadcrumb */

  .nm-breadcrumbs__delimiter {
    --nm-core-breadcrumbs-delimiter-padding: 0 0.75rem;
  }

  .nm-breadcrumbs__crumb {
    --nm-core-breadcrumbs-crumb-color: var(--gray-400);
    --nm-core-breadcrumbs-crumb-current-color: var(--primary);

    font-size: var(--subtitle-1-font-size);
    font-weight: var(--subtitle-1-font-weight);
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  /* NmQuantitySelection */

  .nm-quantity-selection {
    --nm-core-quantity-selection-button-border-radius: 0.5rem;

    .nm-button--secondary,
    .nm-quantity-selection__input-field {
      border-color: var(--gray-100);
      color: var(--primary);
    }

    .nm-quantity-selection__input-field[disabled] {
      color: var(--gray-300);
      background-color: var(--gray-100);
      border-color: var(--white);
      border-top: 0;
      border-bottom: 0;
    }

    .nm-button--secondary {
      padding: 0 14px;
      font-size: 0.75rem;

      &:hover {
        color: var(--gray-600);
      }

      &.nm-button--disabled {
        color: var(--gray-300);
        background-color: var(--gray-100);
      }
    }
  }

  /* -------- NmHTMLContainer -------- */

  .nm-teaser-text-html {
    h1 {
      color: var(--tertiary);
      font-family: var(--font-family-headline), sans-serif;
      font-weight: var(--font-weight-bold);
      font-size: 3rem;
      line-height: 1.2;
      margin: 1rem 0;
    }

    h2 {
      font-family: var(--font-family-headline), sans-serif;
      color: var(--gray-500);
      font-weight: var(--font-weight-bold);
      font-size: 2rem;
      line-height: 1.2;
      margin: 0.75rem 0;
    }

    h3 {
      font-family: var(--font-family-headline), sans-serif;
      color: var(--gray-500);
      font-weight: var(--font-weight-bold);
      font-size: 1.5rem;
      line-height: 1.2;
      margin: 0.5rem 0;
    }

    h4 {
      font-family: var(--font-family-headline), sans-serif;
      color: var(--gray-500);
      font-weight: var(--font-weight-semibold);
      font-size: 1.25rem;
      line-height: 1.2;
      margin: 0.25rem 0;
    }

    a {
      color: var(--primary);
      text-decoration: none;

      &:visited {
        color: var(--primary);
      }
    }
  }

  /* -------- NmButton -------- */

  .nm-button {
    font-family: var(--font-family-headline), sans-serif;
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-base);
  }

  .nm-button--primary {
    border-radius: var(--custom-border-radius);
  }

  /* -------- NmInput -------- */

  .nm-input__field {
    height: 45px;
  }

  /* -------- NmCheckbox -------- */

  .nm-checkbox {
    --nm-core-checkbox-label-color: var(--gray-500);
    --nm-core-checkbox-border-color: var(--gray-500);
  }

  .nm-pagination {
    /* stylelint-disable no-descending-specificity */

    .nm-button--secondary {
      color: var(--gray-900);

      &:hover {
        --nm-core-button-secondary-hover-color: var(--gray-900);
        --nm-core-button-secondary-hover-border-color: var(--gray-900);
        --nm-core-button-primary-background: var(--gray-900);
        --nm-core-button-secondary-color: var(--gray-900);
      }
    }
  }

  /* NmFavButton */

  .nm-fav-button {
    color: var(--accent);

    &:hover {
      color: var(--accent-hover);
    }
  }

  /* ProductTile */

  .product-tile {
    height: 543px;

    .product-tile__description {
      font-size: 0.875rem;
    }

    .product-tile__image-wrap {
      border-radius: 0;
      height: 360px;
      margin-bottom: 1rem;
    }

    .product-tile__image-wrap--highlight {
      border: 2px solid var(--accent);
    }

    .product-tile__add-to-cart-button {
      background-color: var(--accent);

      &:hover {
        background-color: var(--accent-hover);
      }

      &[disabled] {
        color: var(--gray-400);
        background: var(--gray-200);
        border-color: var(--nm-core-button-primary-disabled-border-color);
      }
    }

    .product-tile__detail-button {
      background-color: var(--accent);

      &:hover {
        background-color: var(--accent-hover);
      }
    }

    .product-tile__name {
      height: 44px;
    }
  }

  .product-tile--reduced {
    height: 430px;
  }

  /* ProductListGrid */

  .product-list-grid {
    --product-list-grid-default: 3;
  }

  /* NmSearchInput */

  .nm-input-search__input {
    border-radius: var(--custom-border-radius);
  }
}
