/* Lincoln Site colors - Light Grey: #EFEFEF, BLACK: #12181a, red: #F26247; grey-blue (light to dark): #3E4E55; #324047, #293238 fonts - font-family: proxima-nova, arial, helvetica, sans-serif; 100, 300, 400, 500, 600, 700, 800, 900 font-family: miller-banner, "Times New Roman", Times, serif; 300, 400 */ /* ************Inventory Models************ */ .available-models { display: grid; justify-content: center; background: #f5f5f5; } .available-models .info { margin-top: 10px; } .available-models .btn-good3 { width: 100%; margin-bottom: 11px; } .available-models .bx-viewport { height: auto !important; min-height: 370px !important; background: #f5f5f5; } .available-models .bxslider2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; /* Adjust gap as needed */ padding: 0; margin: 0; list-style: none; width: auto !important; } .available-models .bxslider2 li { border-radius: 20px; padding: 15px; background: #ffffff; } .available-models .bx-controls { display: none; } /* Responsive adjustments */ @media (max-width: 1300px) { .available-models .bxslider2 { grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */ } } @media (max-width: 992px) { .available-models .bxslider2 { grid-template-columns: repeat(1, 1fr); /* 2 columns on tablets */ } } @media (max-width: 600px) { .available-models .bxslider2 { grid-template-columns: 1fr; /* 1 column on smaller screens */ gap: 20px; /* Reduce gap for smaller screens */ } .available-models .bxslider2 li { padding: 10px; /* Adjust padding for mobile */ } } /* ***********END Inventory Models*********** */ .badgelisting { min-width: 121px; } @media (min-width: 768px) and (max-width: 991px) { .hdr-button { margin-top: 5px; } } @media (min-width: 992px) and (max-width: 1111px) { .hdr-button { margin-top: 0; } }
