/* Big Invnetory Slider */

/* #module_59e81f0f-adf0-416d-b74d-0595b0c2dc49 {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C356D534DA85F1E45212AE4B2B00495D.jpg) !important;
    background-size: cover;
} */

#module_59e81f0f-adf0-416d-b74d-0595b0c2dc49 {
    background: #cfcfcf;
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
  }

  /* red angled background */
  #module_59e81f0f-adf0-416d-b74d-0595b0c2dc49::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: #c00000;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
  }

  @media (max-width: 768px) {
    #module_59e81f0f-adf0-416d-b74d-0595b0c2dc49::after {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 100% 25%, 0 45%);
    }
  }

.inventoryslideshow .inventoryslideshow-slick {
    background-color: #fff !important;
    padding: 3rem !important;
    border-radius: 3px !important;
    z-index: 1;
}

@media (min-width: 280px) {
    .inventoryslideshow .inventoryslideshow-slick {
        padding: 0rem !important;
    }
    
}

@media (min-width: 440px) {
    .inventoryslideshow .inventoryslideshow-slick {
        padding: 1rem !important;
    }
    
}

@media (min-width: 768px) {
    .inventoryslideshow .inventoryslideshow-slick {
        padding: 3rem !important;
    }
    
}

/* Inventory Search */

section.inventory-search-module .form__wrapper {
    background-color: #CCCCCC !important;
    border: 0px solid var(--color-theme-border) !important;
    border-radius: 0 !important;
}

/* Small Inventory Module */'

.card__multi__style1 .item__card {
    flex: 1;
    border: 1px solid var(--inventoryslideshow-border);
    display: flex;
    flex-direction: column;
    background-color: #CCCCCC !important;
}
