﻿.retractable-cards-buttons {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

.retractable-card-button {
    background-color: transparent;
    border: none;
    padding: 1rem 3rem 1rem 3rem;
}

.details__gallery {
    width: 50%;
    height: 57.9rem;
    margin: 0.8rem 8rem 2.4rem;
}

/* GALLERY */

.details__text {
    margin-right: 8rem;
    /*margin-top: 3.2rem;*/
    width: 50%;
}

.details__breadcrumbs {
    gap: .8rem;
    display: flex;
    margin-top: .8rem;
}

div.details__top-links {
    padding: 3.2rem 4rem 2.4rem 4rem;
    display: flex;
    justify-content: space-between;
}

.details__top-links__docs {
    display: flex;
    gap: 2.4rem;
}

.details__text_list_container li:first-of-type {
    margin-bottom: 1.6rem;
}






.details__breadcrumbs a:nth-child(-n+3), .details__breadcrumbs span:nth-child(-n+3) {
    color: var(--primary-default);
    text-decoration: underline;
}

.details__text_list_container {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 0.8rem;
    margin: 0;
}

.details__text__data {
    margin-top: 3.2rem;
    margin-bottom: 4rem;
}

.details__text_list_container li {
    display: flex;
    gap: 1.6rem;
}

    .details__text_list_marker {
        color: var(--text-text-brand);
    }

.details__text_price {
    margin-bottom: 4rem;
}

.details__text_buttons {
    display: flex;
    gap: 2.4rem;
}

/*.gallery-top {
    display: flex;
}*/

/* SWIPER */
#swiperGallery {
    /*width: fit-content;*/
    display: flex;
    height: fit-content;
    order: 0;
   /* margin: auto 5.2rem auto 3.2rem;*/
    overflow: unset;
    width:100%;
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
}

#swiperGallery2 {
    order: 1;
    width: 100%;
    height: 100%;
}

.swiperGallery-arrow-container {
    order: 3;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    /*margin-right: 1.6rem;
    gap: 1.6rem;*/
    gap: 80%;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 20;
}

.swiperGallery-arrow {
    border: .1rem solid var(--primary-black);
    border-radius: 100%;
    padding: 1rem;
}

.swiperGallery-arrow-right {
    transform: rotate(180deg);
}

.details__long__description {
    /*    display: flex;
    margin: 8.8rem 8rem;
    padding: 5.6rem 8rem;
    background-color: var(--grey-grey-100);
    border-radius: 4rem;
    gap: 3.2rem;*/
    padding: 4rem 20rem 4rem 20rem;
}

    .details__long__description div {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .details__long__description h4 {
        min-width: 32.5rem;
    }

.detailProductVideo {
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

#selectDocument {
    height: 4.8rem;
    padding: 1.5rem 1.6rem;
    background-color: var(--all-blue-400);
    border: none;
    border-radius: .8rem;
    color: var(--primary-white);
    -webkit-appearance: none;
    width: 100%;
    min-width: 18rem;
    background-color: transparent;
}

/* GALLERY */
.gallery {
    /*display: flex;*/
    height: 570px;
    /*border: 1.403px solid var(--color-gray-100, #EFF2F7);*/
    background-color: transparent;
    border-top-right-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem;
    position:relative;
}

    .gallery:hover {
        /*box-shadow: 0px 0px 24px 0px #EBEDFF;*/
}

    .gallery .swiper-container {
        width: 100%;
        height: 300px;
        margin-right: 9rem;
    }

    .gallery .swiper-slide {
        background-size: cover;
        background-position: center;
    }

        .gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

#swiperGallery .swiper-slide {
    height: 56px !important;
    max-width: 56px;
    border-radius: 11px;
    border: .2rem solid var(--grey-grey-300);
    cursor: pointer;
    overflow: auto;
}

#swiperGallery .swiper-slide-thumb-active {
    border-color: var(--primary-default);
}

.gallery .swiper-pagination {
    margin: 0 auto;
    position: initial;
    margin-right: 1.6rem;
    order: 3;
}

.gallery .swiper-slide {
    padding: 0;
}

#swiperGallery .swiper-slide-thumb-active {
    opacity: 1;
}

/* SLIDER */
.slider-grid .swiper-button-prev2, .slider-grid .swiper-button-next2 {
    display: none;
}

.slider-grid .slider-grid__wrapper {
    padding: 0 !important;
    margin-left: -15px;
    margin-right: -18px;
}

.swiper-slide {
    padding: 1.5em 1em;
}

.slider-grid .swiper-slide__image {
    border: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*	.slider-grid .swiper-slide__image img {max-width: initial;}*/

.gallery .swiper-slide {
    padding: 0;
}


/* SWIPER 2 COL */
#swiperSlider {
    margin-bottom: 2em;
}

    #swiperSlider .swiper-slide {
        margin-bottom: 0;
        padding: 0;
    }

        #swiperSlider .swiper-slide, #swiperSlider .swiper-slide .box-image {
            background: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

    #swiperSlider .swiper-button-next, #swiperSlider .swiper-button-prev {
        display: none;
    }

    #swiperSlider .box-image .container .sliderText {
        height: 100%;
        background-color: #FFA168;
        background: rgb(255,161,104);
        background: linear-gradient(0deg, rgba(255,161,104,1) 37%, rgba(240,180,0,0.020045518207282953) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em 0.8em 40px 0.8em;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #swiperSlider .swiper-slide .box-image .sliderImage {
        height: 310px;
        width: 100%;
        right: initial;
        position: absolute;
        max-width: initial;
        display: flex;
        justify-content: center;
        z-index: 0;
    }

    #swiperSlider .sliderImage.box-image__img img {
        width: auto;
        height: 100%;
        max-width: initial;
    }

    #swiperSlider .swiper-slide .box-image {
        width: 100%;
        height: 100%;
        min-height: 310px;
        padding: 0;
    }

    #swiperSlider .sliderText p {
        margin-top: 1em;
        font-size: 14px !important;
        line-height: 17px;
    }

    #swiperSlider .swiper-slide .box-image .cta.black {
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 6px;
    }

    #swiperSlider .swiper-pagination-bullet {
        width: 110px !important;
        height: 9px !important;
        display: inline-block;
        border-radius: 0;
        background-color: #000;
        margin: 0;
    }

    #swiperSlider .swiper-pagination {
        text-align: center;
        padding: 10px 0 0 0;
        position: initial;
    }

    #swiperSlider .swiper-slide h2 {
        font-size: 23px;
        line-height: 26px;
    }

/* SLIDER */
.slider-grid .swiper-pagination {
    display: none;
}

/* SWIPER 2 COL */
#swiperSlider .box-image .container .sliderText {
    padding-right: 2rem;
    padding-left: 2rem;
}

#swiperSlider .swiper-button-next {
    right: 10px;
}

#swiperSlider .swiper-button-prev {
    left: 10px;
}

#swiperSlider .sliderText .sliderTitle {
    font-size: 21px;
}

#swiperSlider .swiper-pagination {
    display: none;
}

/* DETAIL PRODUCT */
.details {
    margin: 3em 0 0 0;
    padding-bottom: 2em;
    position: relative;
}

    .details h1 {
        font-size: 35px;
    }

    .details p {
        line-height: 22px;
    }

.gallery .swiper-pagination {
    margin: 0 auto;
    position: initial;
}

.details__text__data h2 {
    font-size: 25px;
}

.logistics-data {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
}

.logistic-data-package {
    display: flex;
    gap: .8rem;
    flex-direction: column;
}

.logistic-data-row {
    display: flex;
}

    .logistic-data-row .details__text_list_marker {
        margin-right: 1rem;
    }

#profileDocument {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    /*padding-top: 0.5rem;*/
}

.accordion-list {
    list-style-type: none;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    background-color: var(--grey-grey-100);
    padding: 1.6rem 2.4rem;
    border-radius: 0.8rem;
}

    .accordion-title::after {
        content: url("/Portals/0/Icons/ico-down_bk.svg");
        position: absolute;
        width: 20px;
        height: 20px;
        right: 1rem;
        top: 1.2rem;
    }

   /* .accordion-title .active::after {
        transform: rotate(180deg);
        top: 2.5rem;
        right: 1.5rem;
    }*/

    #profileDocument .accordion-list:has(.accordion-content.active) .accordion-title::after {
        transform: rotate(180deg);
        right: 1.7rem;
        top: 2.4rem;
    }


    .accordion-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transition: max-height 1s ease;
        max-height: 0;
        background-color: var(--grey-grey-50);
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        /*padding: 2.4rem;*/
    }

.active {
    max-height: fit-content;
    transition: max-height 1s ease;

    /*padding:2.4rem;*/
}

.contentData {
    padding: 2.4rem;
}

.details__gallery {
    margin: 0.8rem 8rem 2.4rem;
}

.details__text__data-tabs .details__text_list_container li:first-of-type {
    margin: 0;
}


.link-disabled {
    filter: invert(80%) sepia(80%) saturate(50%) hue-rotate(175deg);
} 


/*STILI PER TAB*/
.doc-tabs {
    padding: 9.6rem 18.9rem 8rem;
}

.doc-tabs__nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    border: none;
    box-shadow: 0px 2px 0px 0px #E0E0E0;
}

    .doc-tabs__nav li {
        all: unset;
        flex: 1;
        display: flex;
        justify-content: center;
    }

        .doc-tabs__nav li.active {
            box-shadow: 0px 2px 0px 0px #0065F2;
        }

        .doc-tabs__nav li a {
            line-height: 110%;
            color: var(--Grey-grey-400, #A2AEBF);
            padding: 1.6rem 2.4rem;
        }

.nav-tabs.doc-tabs__nav > li.active > a:hover, .nav-tabs.doc-tabs__nav > li.active > a, .nav-tabs.doc-tabs__nav > li a {
    background-color: unset;
    border: 0;
}

.doc-tabs .tab-pane {
    margin-top: 4rem;
}

.doc-tabs__nav li a:hover {
    border: none;
    background-color: unset;
}




.doc-tabs__nav li.active a, .doc-tabs__nav li.active a:hover, .nav-tabs > li.active > a:focus {
    color: #000020;
    border: 0;
    font-weight: 600;
}

.docs-tabs__text {
    margin: 0 12rem;
}

.details__text__data-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5.6rem;
}

.mg-up-12 {
    margin-top: 1.2rem;
}

.doc-tabs hr {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}


.docs-tabs__text:focus {
    color: none;
    border: none;
    border-bottom: 0.1rem solid var(--primary-default);
}

#doc-tabs__1 .collapse.in {
    display: contents;
}



.d-flex-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}


/*STILE PER IL PDF*/
.color-code {
    color: #455cff;
}



@media (max-width:768px) {

    .details__top-links {
        padding: 0;
    }

    .details__gallery {
        margin: 0;
    }

    .swiperGallery-arrow-container {
        Gap: 70%;
    }
}

@media (max-width:992px) {

    .accordion-content {
        margin: 0 !important;
    }
} 

@media screen and (max-width: 1024px) {
    .details__gallery, .details__text {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .doc-tabs {
        padding: 1.6rem 1.6rem 6rem;
    }

    .docs-tabs__text {
        margin: 0;
        text-align: justify;
    }

    .doc-tabs__nav li a {
        padding: 0.8rem;
        font-size: 2rem;
    }

    .doc-tabs .profile-document-wrapper {
        padding: 0;
    }

    .doc-tabs .accordion-content {
        margin: 0 !important;
    }

    .details__text__data-tabs {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }
}

@media (max-width:576px) {

    .details__text__data-tabs {
        grid-template-columns: 1fr;
    }

    .doc-tabs__nav {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: white;
        box-shadow: none;
        gap: 10px;
        padding: 0.5rem 0;
    }

        .doc-tabs__nav li {
            background-color: var(--text-text-primary);
            border-radius: 6rem;
            display: flex;
            align-items: center;
            text-align: center;
            height: auto;
        }

            .doc-tabs__nav li a {
                font-size: 1.2rem;
                color: var(--primary-white) !important;
            }

            .doc-tabs__nav li.active {
                box-shadow: none;
            }
}

@media (max-width:1024px) {
    .details__gallery {
        margin: 0;
    }
}

@media (max-width:1024px) {
    .details__text {
        margin: 4.8rem 0 4.8rem;
        padding: 1.6rem;
    }

    .accordion-content .box-divider .d-flex-row {
        flex-direction: row !important;
        gap: 1.6rem;
        align-items: flex-start;
    }
}




@media (max-width:1024px) {
    .details__breadcrumbs {
        gap: 0.6rem;
    }
}

@media (max-width:1024px) {
    .box-divider {
        flex-direction: row !important;
    }
}


@media screen and (max-width: 1024px) {
    div.d-flex-row {
        flex-direction: column;
    }

    .pd-layout-12 {
        padding: 4rem 1.6rem 0rem 1.6rem;
        text-align: center;
        gap: 4rem;
    }
}

@media (max-width: 1024px) {
    #divVideoUrmet {
        padding: 1.6rem 1.6rem 6rem;
    }
}
@media (min-width: 1025px) {
    #divVideoUrmet {
        padding: 9.6rem 18.9rem 8rem;
    }
}

