/* Minification failed. Returning unminified contents.
(2,38): run-time error CSS1031: Expected selector, found '90'
(2,38): run-time error CSS1025: Expected comma or open brace, found '90'
(4,3): run-time error CSS1030: Expected identifier, found '90'
(4,3): run-time error CSS1033: Expected closing bracket, found '90'
(4,5): run-time error CSS1031: Expected selector, found ']'
(4,5): run-time error CSS1025: Expected comma or open brace, found ']'
(5,8): run-time error CSS1019: Unexpected token, found '-'
(5,9): run-time error CSS1019: Unexpected token, found '-'
(5,10): run-time error CSS1019: Unexpected token, found '-'
(5,11): run-time error CSS1019: Unexpected token, found '-'
(5,12): run-time error CSS1019: Unexpected token, found '-'
(5,13): run-time error CSS1019: Unexpected token, found '-'
(5,14): run-time error CSS1019: Unexpected token, found '-'
(5,15): run-time error CSS1019: Unexpected token, found '-'
(5,16): run-time error CSS1019: Unexpected token, found '-'
(5,17): run-time error CSS1019: Unexpected token, found '-'
(5,18): run-time error CSS1019: Unexpected token, found '-'
(5,19): run-time error CSS1019: Unexpected token, found '-'
(5,20): run-time error CSS1019: Unexpected token, found '-'
(5,21): run-time error CSS1019: Unexpected token, found '-'
(5,22): run-time error CSS1019: Unexpected token, found '-'
(5,23): run-time error CSS1019: Unexpected token, found '-'
(5,24): run-time error CSS1019: Unexpected token, found '-'
(5,25): run-time error CSS1019: Unexpected token, found '-'
(5,26): run-time error CSS1019: Unexpected token, found '-'
(5,27): run-time error CSS1019: Unexpected token, found '-'
(5,28): run-time error CSS1019: Unexpected token, found '^'
(6,3): run-time error CSS1030: Expected identifier, found '91'
(6,3): run-time error CSS1033: Expected closing bracket, found '91'
(6,5): run-time error CSS1031: Expected selector, found ']'
(6,5): run-time error CSS1025: Expected comma or open brace, found ']'
(9,2): run-time error CSS1030: Expected identifier, found '2'
(9,2): run-time error CSS1033: Expected closing bracket, found '2'
(9,3): run-time error CSS1031: Expected selector, found ']'
(9,3): run-time error CSS1025: Expected comma or open brace, found ']'
(20,2): run-time error CSS1030: Expected identifier, found '13'
(20,2): run-time error CSS1033: Expected closing bracket, found '13'
(20,4): run-time error CSS1031: Expected selector, found ']'
(20,4): run-time error CSS1025: Expected comma or open brace, found ']'
(146,2): run-time error CSS1030: Expected identifier, found '139'
(146,2): run-time error CSS1033: Expected closing bracket, found '139'
(146,5): run-time error CSS1031: Expected selector, found ']'
(146,5): run-time error CSS1025: Expected comma or open brace, found ']'
(155,2): run-time error CSS1030: Expected identifier, found '148'
(155,2): run-time error CSS1033: Expected closing bracket, found '148'
(155,5): run-time error CSS1031: Expected selector, found ']'
(155,5): run-time error CSS1025: Expected comma or open brace, found ']'
(160,2): run-time error CSS1030: Expected identifier, found '153'
(160,2): run-time error CSS1033: Expected closing bracket, found '153'
(160,5): run-time error CSS1031: Expected selector, found ']'
(160,5): run-time error CSS1025: Expected comma or open brace, found ']'
(195,2): run-time error CSS1030: Expected identifier, found '188'
(195,2): run-time error CSS1033: Expected closing bracket, found '188'
(195,5): run-time error CSS1031: Expected selector, found ']'
(195,5): run-time error CSS1025: Expected comma or open brace, found ']'
(209,2): run-time error CSS1030: Expected identifier, found '202'
(209,2): run-time error CSS1033: Expected closing bracket, found '202'
(209,5): run-time error CSS1031: Expected selector, found ']'
(209,5): run-time error CSS1025: Expected comma or open brace, found ']'
 */

.transition-all is undefined on line 90:
 [89]:                     opacity: 0.5;
 [90]:                     .transition-all();
       --------------------^
 [91]:  (0)

[1]: @import '../ignite/abstracts/_variables';
[2]: 
[3]: .dealerInventoryGallery__container {
[4]:     width: 100%;
[5]:     display: grid;
[6]:     grid-template-columns: 1fr;
[7]:     margin: 24px;
[8]:     @media (min-width: @reflex-md) {
[9]:         grid-template-columns: 2fr 1fr;
[10]:         grid-column-gap: 20px;
[11]:     }
[12]: }
[13]: 
[14]: #dealerInventoryGallery {
[15]:     width: 100%;
[16]:     max-width: 738px;
[17]:     margin: 0;
[18]: 
[19]:     .dealerInventoryGallery__display-image {
[20]:         height: 266px;
[21]:         width: 100%;
[22]:         position: relative;
[23]:         overflow: hidden;
[24]:         @media (min-width: @reflex-xs) {
[25]:             max-width: 738px;
[26]:             height: 376px;
[27]:         }
[28]: 
[29]:         #displayed-img {
[30]:             position: absolute;
[31]:             top: 50%;
[32]:             left: 0;
[33]:             right: auto;
[34]:             bottom: auto;
[35]:             transform: translateY(-50%);
[36]:         }
[37]: 
[38]:         button {
[39]:             width: 36px;
[40]:             height: 36px;
[41]:             color: #fff;
[42]:             position: absolute;
[43]:             top: 50%;
[44]:             bottom: auto;
[45]:             border: 0px transparent;
[46]:             background: @red;
[47]:             opacity: 1;
[48]: 
[49]:             &.dealerInventoryGallery__button-arrow--prev {
[50]:                 left: 0;
[51]:                 right: auto;
[52]:             }
[53]: 
[54]:             &.dealerInventoryGallery__button-arrow--next {
[55]:                 left: auto;
[56]:                 right: 0;
[57]:             }
[58]: 
[59]:             &.inventoryZoom {
[60]:                 top: 0;
[61]:                 right: 0;
[62]:                 left: auto;
[63]:             }
[64]: 
[65]:             &:hover, &:focus {
[66]:                 opacity: .75;
[67]:                 cursor: pointer;
[68]:             }
[69]:         }
[70]:     }
[71]: 
[72]:     #inventoryThumbnails__wrapper {
[73]:         overflow-x: scroll;
[74]:         overflow-y: hidden;
[75]:         height: 84px;
[76]:         width: 100%;
[77]: 
[78]:         #inventoryThumbnails__scrollable-row {
[79]:             width: max-content;
[80]:             display: inline-flex;
[81]: 
[82]:             .inventoryThumbnails__thumbnail {
[83]:                 height: 69px;
[84]:                 max-width: 125px;
[85]:                 overflow: hidden;
[86]:                 background: transparent;
[87]: 
[88]:                 img {
[89]:                     opacity: 0.5;
[90]:                     .transition-all();
[91]: 
[92]:                     &:hover, &:focus {
[93]:                         opacity: 1;
[94]:                         cursor: pointer;
[95]:                     }
[96]: 
[97]:                     &.active-slide {
[98]:                         opacity: 1;
[99]:                     }
[100]:                 }
[101]:             }
[102]:         }
[103]: 
[104]:         &::-webkit-scrollbar {
[105]:             height: 7px;
[106]:         }
[107]: 
[108]:         &::-webkit-scrollbar-track {
[109]:             background: transparent;
[110]:         }
[111]: 
[112]:         &::-webkit-scrollbar-thumb {
[113]:             background-color: #969696;
[114]:             border-radius: 6px;
[115]:         }
[116]:     }
[117]: 
[118]:     .dealerInventoryGallery__photo-disclaimer {
[119]:         margin: 4px 0;
[120]:         color: @darkgray;
[121]:     }
[122]: 
[123]:     .dealerInventoryGallery__dealer-description {
[124]:         margin: 21px 0 0 0;
[125]:         color: #2a2a2a;
[126]:         line-height: 1.4;
[127]:         display: none;
[128]: 
[129]:         @media (min-width: @reflex-sm) {
[130]:             display: flex;
[131]:             flex-direction: column;
[132]:         }
[133]: 
[134]:         span {
[135]:             line-height: 1.5;
[136]:         }
[137]:     }
[138]: }
[139]: 
[140]: .dealer-description-mobile {
[141]:     display: none;
[142]: 
[143]:     @media (max-width: @reflex-sm) {
[144]:         display: flex;
[145]:         flex-direction: column;
[146]:     }
[147]: }
[148]: 
[149]: #galleryImageDetailModalModal {
[150]:     box-shadow: 0px 0px 0px 4096px rgba(7, 38, 63, .8);
[151]:     overflow:hidden;
[152]: }
[153]: 
[154]: #dealerInventoryGallery--modal {
[155]:     .dealerInventoryGallery__display-image {
[156]:         #displayed-modal-img {
[157]:             object-fit: contain;
[158]:         }
[159]: 
[160]:         button {
[161]:             width: 36px;
[162]:             height: 36px;
[163]:             color: #fff;
[164]:             position: absolute;
[165]:             top: 50%;
[166]:             bottom: auto;
[167]:             border: 0px transparent;
[168]:             background: @red;
[169]:             opacity: 1;
[170]: 
[171]:             &.dealerInventoryGallery__button-arrow--prev {
[172]:                 left: 0;
[173]:                 right: auto;
[174]:             }
[175]: 
[176]:             &.dealerInventoryGallery__button-arrow--next {
[177]:                 left: auto;
[178]:                 right: 0;
[179]:             }
[180]: 
[181]:             &:hover, &:focus {
[182]:                 opacity: .75;
[183]:                 cursor: pointer;
[184]:             }
[185]:         }
[186]:     }
[187]: }
[188]: 
[189]: #galleryImageDetailModalModal {
[190]:     .modal__body {
[191]:         padding: 0;
[192]:         overflow: hidden;
[193]:         max-height: max-content;
[194]:     }
[195]: 
[196]:     .modal__close-btn {
[197]:         background: @red;
[198]:         border-radius: 0;
[199]:         margin: 0;
[200]:     }
[201]: }
[202]: 
