/* Float Buttons */
.float-buttons {
    left: 1vw;
}


.page-background {
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
}

.img-background {
    width: 100%;
    top: -5px;
    z-index: 1;
}

.accesorios-page {
    position: relative;
    overflow: hidden;
    background: #ffba00 url("../../img/4746.png") no-repeat right bottom;
    /*background-size: cover;*/
}

.accesorios-page::after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 620px;
    background: #fff;
    transform: skewY(-21deg);
    transform-origin: top left;
    z-index: 1;
}

.accesorios-page>* {
    position: relative;
    z-index: 2;
}

.fake-background {
    height: 100%;
    /* background-color: rgba(255, 186, 0, 1); */
    background: linear-gradient(to bottom,
            rgba(255, 186, 0, 1) 0,
            rgba(255, 186, 0, 1) 100px,
            transparent 100%);
    width: 120%;
}

.accesorios-content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: 50px;
    z-index: 2;
}

.accesorios-content .row {
    display: flex;
    flex-wrap: wrap;
}

.accesorios-content .row article {
    display: flex;
    margin-bottom: 24px;
}

.accesorios .accesorio {
    background-color: black;
    padding: 10px 15px;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accesorios .accesorio:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}


.accesorio .card-auto {
    padding-bottom: 20px !important;
    color: white;
    padding: 0;
    flex-shrink: 0;
}

.card-auto img {
    object-fit: cover;
    object-position: center;
    height: 150px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(77, 77, 77, 1)
}

.card-auto:hover {
    background-color: black;
    box-shadow: none;
}

.accesorio .card-promocion {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0 !important;
}

.accesorio .card-promocion .p-0 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.accesorio .card-promocion h4 {
    margin-top: auto;
    margin-bottom: 0;
}

.card-promocion--title {
    font-size: 15px;
    line-height: 1.4;
    color: white;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    flex-shrink: 0;
}

.btn-yellow {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 36px;
    border-radius: 3px;
}

.page-title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.paragraph {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: center;
}

.trama {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.accesorios-page {
    /* background: url('https://jeepstaging.dexst.com.ar/wp-content/themes/jeep_2024/assets/img/rectangle-pv.png') no-repeat center top;
    background-size: cover; */
}

@media(max-width:768px) {
    .accesorios-content {
        max-width: 400px;
        margin: 0 auto;
    }

    .overlap-padding-header {
        padding-top: 74px;
    }

    .accesorio {
        margin-bottom: 20px;
    }

    .header-pp {
        min-height: 246px !important;
    }
}

@media (min-width: 768px) {
    .overlap-padding-header {
        padding-top: 54px !important;
    }
}

@media (min-width: 1025px) {
    .overlap-padding-header {
        padding-top: 95px !important;
    }
}

@media (min-width: 1025px) {
    .overlap-padding-header {
        padding-top: 95px !important;
    }
}