/* Desktop Grid Styles */

.manual-equipment-cards-desktop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    column-gap: 10%;
    row-gap: 130px;
}

@media (max-width: 992px) {
    .manual-equipment-cards-desktop-grid {
        display: none;
    }
}

@media (min-width: 1280px) {
    .manual-equipment-cards-desktop-grid {
        grid-template-columns: repeat(3, 1fr);
        justify-items: stretch;
    }
}

.manual-equipment-cards-desktop-grid__single-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 446px;
}

.manual-equipment-cards-desktop-grid__single-card--title-container {
    max-width: calc(100% - 40px);
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    flex-grow: 1;
}

.manual-equipment-cards-desktop-grid__single-card--title {
    font-family: "Univers Condensed Bold", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.manual-equipment-cards-desktop-grid__single-card--linked-image-wrapper {
    flex-shrink: 0;
    border: 2px solid #000;
    text-decoration: none !important;
}

.manual-equipment-cards-desktop-grid__single-card--image-container {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    max-height: 450px;
}

.manual-equipment-cards-desktop-grid__single-card--image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    padding: 26px;
    transition: color 0.3s ease-in-out;
    text-align: center;
}

.manual-equipment-cards-desktop-grid.carter-yellow-theme .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    background-color: #ffc720;
    color: black;
}

.manual-equipment-cards-desktop-grid.rental-red-theme .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    background-color: #a02d2c;
    color: white;
}

.manual-equipment-cards-desktop-grid.black-theme .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    background-color: #000;
    color: white;
}

.manual-equipment-cards-desktop-grid.carter-yellow-theme .manual-equipment-cards-desktop-grid__single-card--linked-image-wrapper:hover .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    color: #ffc720;
    background-color: black;
}

.manual-equipment-cards-desktop-grid.rental-red-theme .manual-equipment-cards-desktop-grid__single-card--linked-image-wrapper:hover .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    color: #a02d2c;
    background-color: black;
}

.manual-equipment-cards-desktop-grid.black-theme .manual-equipment-cards-desktop-grid__single-card--linked-image-wrapper:hover .manual-equipment-cards-desktop-grid__single-card--rent-decoration-container {
    color: #000;
    background-color: #ffc720;
}

.manual-equipment-cards-desktop-grid__single-card--rent-decoration {
    font-family: "Univers Condensed Bold", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.14;
    text-transform: uppercase;
}

/* Mobile Slider Styles */

.manual-equipment-cards-mobile-slider__slider-container {
    margin: 0 -11px;
    padding: 45px 11px;
}

@media (min-width: 993px) {
    .manual-equipment-cards-mobile-slider__slider-container {
        display: none;
    }
}

.manual-equipment-cards-mobile-slider__slider-container.carter-yellow-theme {
    background-color: #ffc720;
    color: black;
}

.manual-equipment-cards-mobile-slider__slider-container.rental-red-theme {
    background-color: #a02d2c;
    color: white;
}

.manual-equipment-cards-mobile-slider__slider-container.black-theme {
    background-color: #000;
    color: white;
}

#manual-equipment-cards-mobile-slider {
    position: relative;
    z-index: 0;
}

.manual-equipment-cards-mobile-slider__wrapper {
    z-index: 1;
}

.manual-equipment-cards-mobile-slider__single-card a {
    text-decoration: none !important;
    color: inherit;
}

.manual-equipment-cards-mobile-slider__single-card--image-container {
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    margin: 25px auto;
    max-height: 478px;
}

.manual-equipment-cards-mobile-slider__single-card--image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.manual-equipment-cards-mobile-slider__single-card--title-container {
    max-width: calc(100% - 40px);
    margin: 60px auto 0;
    text-align: center !important;
    height: 6em;
}

.manual-equipment-cards-mobile-slider__single-card--title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.06;
    text-transform: uppercase;
}

.manual-equipment-cards-mobile-slider--button-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 6em;
    z-index: 2;
    display: flex;
    align-items: center;

    border: none !important;
    padding: 0 !important;
}

.manual-equipment-cards-mobile-slider--button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 6em;
    z-index: 2;
    display: flex;
    align-items: center;

    border: none !important;
    padding: 0 !important;
}

.manual-equipment-cards-mobile-slider__single-card--rent-decoration-container {
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    border-radius: 5px;
    display: flex!important;
    font-family: Univers Condensed Bold,sans-serif!important;
    font-size: 20px!important;
    height: 40px;
    justify-content: center;
    min-width: 250px!important;
    padding: 0!important;
    text-align: center;
    text-decoration: none;
    width: 15%;
    margin-right: 0px;
    background-color: #000;
    color: white;
    margin: auto;
}

.manual-equipment-cards-mobile-slider__single-card--rent-decoration-container:hover {
    color: white;
    background-color: black;
}

.manual-equipment-cards-mobile-slider__slider-container.carter-yellow-theme .manual-equipment-cards-mobile-slider--button-prev, .manual-equipment-cards-mobile-slider__slider-container.carter-yellow-theme .manual-equipment-cards-mobile-slider--button-next{
    background-color: #ffc720;
    color: black;
}

.manual-equipment-cards-mobile-slider__slider-container.rental-red-theme .manual-equipment-cards-mobile-slider--button-prev, .manual-equipment-cards-mobile-slider__slider-container.rental-red-theme .manual-equipment-cards-mobile-slider--button-next {
    background-color: #a02d2c;
    color: white;
}

.manual-equipment-cards-mobile-slider__slider-container.black-theme .manual-equipment-cards-mobile-slider--button-prev, .manual-equipment-cards-mobile-slider__slider-container.black-theme .manual-equipment-cards-mobile-slider--button-next {
    background-color: #000;
    color: white;
}