@charset "UTF-8";
.ow-product-card .component-content a {
  width: 100%; }
  .ow-product-card .component-content a .product-details .product-category {
    color: #cccccc; }
  .ow-product-card .component-content a .product-details h4 {
    color: #004494; }
  .ow-product-card .component-content a .product-details .description {
    -webkit-line-clamp: 2 !important; }
  .ow-product-card .component-content a:hover {
    border: 1px solid #004494; }
  .ow-product-card .component-content a ul li {
    display: flex; }
    .ow-product-card .component-content a ul li:before {
      content: "•";
      margin-right: 6px; }

.ow-product-card .component-content .row-item .product-details .btn {
  position: relative !important;
  bottom: auto; }
