Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.48 KB | None | 0 0
  1. @media screen and (min-width: 800px) {
  2. li.isp_grid_product {
  3.     display: inline-block !important;
  4.     float: none !important;
  5.     vertical-align: top;
  6.     border: none !important;
  7.     background: none !important;
  8.     box-shadow: none !important;
  9.     overflow: visible !important;
  10.     width: 32.3% !important;
  11.     height: 525px !important;
  12. }
  13.  
  14. #isp_search_results_container li.isp_grid_product .isp_product_image {
  15.     width: 100% !important;
  16.     height: 100% !important;
  17.     object-fit: fill !important;
  18. }
  19.  
  20. .isp_product_image {
  21.     max-width: initial !important;
  22.     max-height: initial !important;
  23.     background: none !important;
  24.     position: initial !important;
  25.     top: auto !important;
  26.     left: auto !important;
  27.     transform: initial !important;
  28.     -webkit-transform: initial !important;
  29. }
  30.  
  31. img {
  32.     display: inline-block;
  33. }
  34.  
  35. .isp_product_info {
  36.     letter-spacing: 0.08em;
  37.     line-height: 19.5px;
  38.     text-transform: uppercase;
  39.     text-align: center !important;
  40.     font-size: 12px;
  41.     margin-top: 0 !important;
  42. }
  43.  
  44. li.isp_grid_product div.isp_product_image_wrapper {
  45.     height: 400px;
  46.     position: relative;
  47. }
  48.  
  49. .isp_facet_color_family .isp_facet_unvisible_values {
  50.     display: block !important;
  51. }
  52.  
  53. .isp_product_info {
  54.     margin-top: 1em !important;
  55. }
  56.  
  57. .isp_facet_color_family .isp_facet_show_hide_values {
  58.     display: none !important;
  59. }
  60. .isp_product_title {
  61.     font-weight: 100;
  62. }
  63. span.isp_product_price {
  64.     font-weight: bold;
  65.   }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement