/**
 * OVERZEAS three-column product card layout for category pages.
 * Loaded by the ovzcardfeatures module in production.
 */

@media (min-width: 992px) {
  html body #products .products.grid > .product-miniature {
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    padding: 0 12px 12px !important;
  }

  html body #products .products.grid .product-miniature .product-block {
    margin: 6px 0 6px !important;
    padding: 0px !important;
  }

  html body #products .products.grid .product-miniature .thumbnail-container {
    width: calc(100% - 24px) !important;
    margin: 8px 12px 0 !important;
  }

  html body #products .products.grid .product-miniature .fmm_sticker_base_span img {
    width: 45px !important;
    max-width: 45px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  html body #products .products.grid .product-miniature .ovz-card-meta {
    width: calc(100% - 24px) !important;
    min-height: 28px !important;
    margin: 0 12px !important;
    padding: 6px 0 5px !important;
  }

  html body #products .products.grid .product-miniature .ovz-card-brand,
  html body #products .products.grid .product-miniature .ovz-card-reference {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  html body #products .products.grid .product-miniature .product-title {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    flex: 0 0 100px !important;
    margin: 8px 0 9px !important;
    padding: 0 12px !important;
    font-size: 17px !important;
    line-height: 20px !important;
  }

  html body #products .products.grid .product-miniature .product-title > a {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  html body #products .products.grid .product-miniature .product-right-block {
    min-height: 73px !important;
    padding: 0 12px !important;
  }

  html body #products .products.grid .product-miniature .ovz-card-features {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    margin: 0 0 3px !important;
    gap: 3px !important;
  }

  html body #products .products.grid .product-miniature .ovz-card-features--disabled {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
  }

  html body #products .products.grid .product-miniature .ovz-card-feature {
    height: 21px !important;
    min-height: 21px !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    line-height: 19px !important;
  }

  html body #products .products.grid .product-miniature .reviews_list_stars {
    min-height: 21px !important;
    font-size: 13px !important;
    line-height: 15px !important;
  }

  html body #products .products.grid .product-miniature .reviews_list_stars .gsniprev-img-star-category {
    width: 13px !important;
    height: 13px !important;
  }

  html body #products .products.grid .product-miniature .product-price-and-shipping {
    height: 27px !important;
    min-height: 27px !important;
    line-height: 27px !important;
  }

  html body #products .products.grid .product-miniature .product-price-and-shipping .price {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  html body #products .products.grid .product-miniature .product-list-actions {
    min-height: 55px !important;
    padding: 0 12px 7px !important;
  }

  html body #products .products.grid .product-miniature .product-list-actions .btn,
  html body #products .products.grid .product-miniature .product-list-actions .add-to-cart {
    height: 44px !important;
    min-height: 44px !important;
    margin-top: 4px !important;
    font-size: 19px !important;
  }

  html body #products .products.grid .product-miniature .product-list-actions .icon-shopping-cart,
  html body #products .products.grid .product-miniature .product-list-actions .icon-magnifier {
    width: 48px !important;
    height: 44px !important;
    min-width: 48px !important;
    flex-basis: 48px !important;
    font-size: 28px !important;
  }

  html body #products .products.grid .product-miniature .product-list-actions .add-to-cart-label,
  html body #products .products.grid .product-miniature .product-list-actions .product-action-label {
    height: 44px !important;
    padding: 0 7px !important;
    font-size: 19px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body #products .products.grid > .product-miniature {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}
