/*
Stylesheet for the single product template page
@package indaweb-child
*/
.decorativi-tabs-wrapper{
    padding-top: 5%;
    border-top: 1px solid var(--black);
}
.decorativi-tabs-wrapper h2{
    font-size: 42px;
    letter-spacing: 0;
}
.decorativi-tabs-wrapper p{
    margin-bottom: 40px;
}
.decorativi-tabs{
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 0 !important;
    margin: 30px 0 20px 0;
}
.decorativi-tab-groups .titolo-gruppo{
    margin-top: 40px;
    padding-bottom: 20px;
}
.decorativi-tabs li{
    width: 148px;
    border-radius: 4px;
    border: 2px solid;
    border-color: var(--border-color);
    position: relative;
    cursor: pointer;
}
.decorativi-tabs li.active{
    border: 2px solid var(--black);
}
.decorativo-tab-title{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px;
}
.decorativo-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.decorativo-label{
    padding: 4px 8px;
    border-radius: 50px;
    background-color: var(--brand-dove);
    color: var(--black);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}
.decorativo-content{
    padding: 25px;
    border-radius: 25px;
    background-color: var(--brand-dove);
}
.decorativo-tab-image{
    height: 150px;
    background-size: cover;
    background-position: top left;
}
.decorativo-image {
    width: 100%;
    padding-top: 100%; /* creates a square container */
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px;
}
.decorativo-content {
    display: none;
    gap: 5%;
}
.decorativo-content.active {
    display: flex;
}
.decorativo-content-left{
    min-width: 350px;
    width: 45%;
    border-radius: 8px;
}
.decorativo-content-right{
    width: 50%;
}
.d-label,.colour-code{
    font-family: var(--mono);
    text-transform: uppercase;
}
.d-label.black{
    color: var(--black);
    font-size: 16px;
}
.d-label.grey{
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px !important ;
}
.colour-code{
    margin-bottom: 15px;
}
.decorativo-content-right h2{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10%;
}
.technical-data{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 25px;
}
.technical-data p{
    padding-bottom: 5px;
    margin: 0 20px 15px 0;
    border-bottom: 1px solid var(--black);
    font-size: 16px;
}
.disponibilita{
    font-size: 12px;
    margin-bottom: 50px;
}
.avvia-visualizer, .login-register-button{
    padding: 15px 40px 15px 20px!important;
    line-height: 1 !important;
    display: inline-block;
    cursor: pointer;
}
.avvia-visualizer:hover, .login-register-button:hover{
    background-color: var(--black) !important;
    color: #fff;
}
.avvia-visualizer:hover:after, .login-register-button:hover:after{
    color: #fff;
}
.avvia-visualizer:after, .login-register-button:after{
    line-height: 1 !important;
}
a[data-lightbox="decorativo"]{
    position: relative;
    display: block;
}
a[data-lightbox="decorativo"] svg{
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.lb-outerContainer {
    margin-top: 3% !important;
}
.plus-tabs-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 5% 0;
}
.plus-tabs {
    list-style: none !important;
    margin: 0 5% 0 0;
    padding: 0 !important;
    display: block;
    width: 40%;
}
.plus-tab {
    cursor: pointer;
    margin-right: 5px;
    opacity: .5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}
.plus-tab.active {
    opacity: 1;
}
.plus-number {
    color: var(--black);
    font-size: 16px;
    padding: 5px;
    border: 1px solid var(--black);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    line-height: 1;
}
.plus-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 1.4;
	width: calc(100% - 42px);
}
.plus-content-wrapper{
    width: 50%;
}
.plus-content {
    display: none;
    padding: 0;
    margin-top: 0;
    font-size: 1.2rem;
}
.plus-content.active {
    display: block;
}
@media screen and (max-width: 768px){
    .plus-tabs-wrapper{
        display: block !important;
        margin: 60px 0;
    }
    .plus-tabs, .plus-content-wrapper{
        width: 100%;
    }
    .plus-tabs{
        margin-bottom: 30px;
    }
    .plus-title{
        font-size: 26px;
    }
    .decorativi-tabs-wrapper{
        margin: 60px 0;
    }
    .decorativo-content.active{
        display: block !important;
    }
    .decorativo-content-left{
        width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }
    .decorativo-content-right{
        width: 100%;
        min-width: 100%;
    }
    .decorativo-content-right h2{
        font-size: 32px;
    }
    .decorativo-image{
        min-height: 300px;
    }
}
.product-gallery-slider{
    margin-top: 5%;
}
.product-gallery-slider .slide-image {
    height: 300px;
    overflow: hidden;
    position: relative;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-gallery-slider .slide-image img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.swiper-button-prev, .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}
.swiper-pagination {
    display: none;
}
.product-gallery-slider .swiper-button-next{
    margin-right: 10px;
}
.product-gallery-slider .swiper-button-prev{
    margin-left: 10px;
}
.product-gallery-slider .swiper-button-next, .product-gallery-slider .swiper-button-prev{
    width: 38px;
    height: 38px;
    background-color: var(--brand-dove-light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--black);
}
.product-gallery-slider .swiper-button-next:after, .product-gallery-slider .swiper-button-prev:after{
    font-size: 16px !important;
}
.product-gallery-slider .slide-caption{
    font-family: var(--mono);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.3;
}
.product-downloads-product-download-accordion { 
    margin-top: 2em; 
}
.product-downloads-product-download-accordion .landing-download-button{
    margin-bottom: 0 !important;
    font-size: 16px;
}
.product-downloads-product-download-accordion h3{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
}
.product-download-accordion-item { 
    border-bottom: 1px solid var(--black); 
}
.download-entry:not(.restricted){
    border-bottom: rgba(0, 0, 0, 0.15);
}
.product-download-accordion-title {
    border: none;
    padding: .85em .85em .85em 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-download-accordion-title:after{
    border: none !important;
    width: 18px !important;
    height: 10px !important;
    content: " ";
    background-image: url(/wp-content/uploads/2025/04/dropdown.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-download-accordion-content {
    display: none;
    padding: 1.25em;
    padding-top: 0 !important;
}
.product-download-accordion-content.open { 
    display: block; 
}
.download-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid var(--border-color);
}
.download-entry:last-child{
    border-bottom: none !important;
}
.download-entry.restricted {
    opacity: 0.5;
    pointer-events: none;
}
.download-entry.restricted p{
    font-size: 16px;
}
.download-disabled {
    font-style: italic;
    color: #999;
}
.restricted-notice{
    margin-top: 50px;
}
.restricted-notice p{
    font-size: 24px;
    margin-bottom: 20px;
}
.certificazioni-prodotto{
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.certificazione-item{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(240 234 224 / 50%);
    margin-bottom: 20px;
}
.certificazione-item img{
	max-width: 180px !important;
	max-height: 180px;
    object-fit: contain;
    object-position: left;
    height: 180px;
}
.cert-info{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.cert-info h4{
    font-size: 1.3em;
    font-weight: 600;
}
.certificazioni-main-title{
    margin-top: 20px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
}
.certificazioni-prodotto-main{
    padding: 5% 0;
    border-top: 0.5px solid var(--black);
    border-bottom: 0.5px solid var(--black);
}
@media screen and (max-width: 767px){
    .certificazioni-prodotto{
        display: block;
    }
}
.geometrie-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    column-gap: 30px;
}
.single-geometria{
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 15px;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
.geometria-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}
.geometria-info p{
    font-size: 16px;
}
.geometria-info h4{
    font-size: 22px;
}
.geometrie-main-title{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
}
