:root{
    --primary-color: #45474A;
    --bs-primary-rgb: 69, 71, 74;
    --bs-link-color-rgb: 69, 71, 74;
    --primary-variant-color: #45474A;
    --primary-grey-color:#615b6a;
    --primary-variant-grey:#D3D5D8;
    --secondary-color:#999999;
    --secondary-variant-color:#6B6459;
    --social-icons-dark: #A2A2A2;
    --dark-color: #000000;
    --dark-color-20percent: #D3D5D8;
    --dark-color-10percent: #DADDE0;
    --dark-color-5percent: #EFF0F0;
    --light-color: #ffffff;
    --primary-color-rgb: 69, 71, 74;
    --primary-color-60-solid: #909092;
    --primary-variant-color-rgb: 69, 71, 74;
    --secondary-variant-color-rgb:rgb(107, 100, 89);
    --bs-breadcrumb-divider-color:rgba(var(--primary-color-rgb),0.6);
    --bs-breadcrumb-item-active-color:rgba(var(--primary-color-rgb),0.6);
    --bs-dropdown-link-active-bg: #999999;
    --bs-dropdown-link-hover-bg: #999999;
    --kitchen-color: #694644;
    --cleanspace-color: #5A6966;
    --spacelock-color: #94897F;
    --wardrobe-color: #524A48;
}
body{
    font-family: 'Poppins';
    font-weight: 500;
    color: var(--primary-color);
}
.poppins{
    font-family: 'Poppins';
}
.poppins-light{
    font-weight: 300;
}
.poppins-medium{
    font-family: 'Poppins';
    font-weight: 500;
}
.poppins-bold, .poppins strong{
    font-family: 'Poppins';
    font-weight: 900;
}
strong,b{
    font-weight: 900 !important;
}
 .footer.text-dark .footer-icon{
    fill: var(--primary-color);
} 
.footer.text-light .footer-icon{
    fill: var(--light-color);
}
.footer.text-dark{
    background-color: var(--light-color);
}
#footerCollapse .nav-link:hover{
    color: var(--secondary-variant-color) !important;
}
/* footer.footer{
    display: flex;
    align-self: flex-end !important;
    width: 100%;
} */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,
.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6,.bg-white .h1,.bg-white .h2,.bg-white .h3,.bg-white .h4,.bg-white .h5,.bg-white .h6{
    color: var(--primary-color);
}
.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5,.bg-dark h6,.bg-dark .h1,.bg-dark .h2,.bg-dark .h3,.bg-dark .h4,.bg-dark .h5,.bg-dark .h6{
    color: var(--light-color);
}
.bg-dark a, .bg-dark button, .navbar-dark a, .navbar-dark a.nav-link, .navbar-dark .nav-item button, .navbar-dark a.dropdown-item, .main-navbar.navbar-dark .nav-link.show {
    color: var(--light-color);
}
.text-dark a {
    color: var(--primary-color);
}
.bg-white a, .bg-white button {
    color: var(--primary-color);
}
.bg-white{
    background-color: var(--light-color);
}
.bg-gray{
    background-color: rgba(var(--primary-color-rgb),0.1);
}
.bg-trans{
    background-color: transparent;
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23000'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='17.97'/%3E%3Cline x1='10' y1='17.97' x2='18.41' y2='9.55'/%3E%3Cline x1='1.59' y1='9.55' x2='10' y2='17.97'/%3E%3C/g%3E%3C/svg%3E");
}
.form-check-input-custom[type=checkbox] {
    border-radius: 0.5em;
}
.form-check-input-custom{
    background-color: transparent;
}
.form-check-label-custom{
    padding-left: 0.5rem;
}
.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.navbar-spacer{
    margin-bottom: 3rem;
    height: 1rem;
}
@media (min-width:992px){
    .navbar-spacer{
        margin-bottom: 5rem;
        height: 1rem;
    } 
}
.center-claim{
    height: 80vh;
    /* padding-top: 35vh; */
}
/* LINEE CON FRECCIA */
.arrow-start, .arrow-end{
    border-top-width: 1px;
    border-top-style: solid;
    height: 20px;
    opacity: 1 !important;
    width: 100%;
    position: relative;
    margin-top: 0.5rem;
}
.arrow-start-80, .arrow-end-80{
    width: 80%;
}
.bg-white .arrow-start, 
.bg-white .arrow-end{
    border-top-color: var(--primary-color);   
}
.arrow-end.dark{
    border-top-color: var(--primary-color) !important;   
}
.bg-dark .arrow-start, 
.bg-dark .arrow-end{
    border-top-color: var(--light-color);   
}
.arrow-end.light{
    border-top-color: var(--light-color) !important;   
}
.arrow-start-80{
   margin-left: 20%; 
}
.arrow-start::after{
    position: absolute;
    /* content: url('../img/icone/arrow-start.svg'); */
    width: 20px;
    height: 20px;
    left: -2px;
    top: -10.5px;
}
.arrow-end::after{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -2px;
    top: -10.5px;
}
.bg-dark .arrow-start::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg%3E%3Cline stroke='%23fff' x1='17.97' y1='10' x2='2.03' y2='10'/%3E%3Cline stroke='%23fff' x1='2.03' y1='10' x2='10.45' y2='18.41'/%3E%3Cline stroke='%23fff' x1='10.45' y1='1.59' x2='2.03' y2='10'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .arrow-start::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg%3E%3Cline stroke='%23000' x1='17.97' y1='10' x2='2.03' y2='10'/%3E%3Cline stroke='%23000' x1='2.03' y1='10' x2='10.45' y2='18.41'/%3E%3Cline stroke='%23000' x1='10.45' y1='1.59' x2='2.03' y2='10'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark .arrow-end::after,
.bg-white .arrow-end.light::after,
.arrow-end.light::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg%3E%3Cline stroke='%23FFF' x1='2' y1='10' x2='18' y2='10'/%3E%3Cline stroke='%23FFF' x1='18' y1='10' x2='9.6' y2='1.6'/%3E%3Cline stroke='%23FFF' x1='9.6' y1='18.4' x2='18' y2='10'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .arrow-end::after,
.arrow-end.dark::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg%3E%3Cline stroke='%23000' x1='2' y1='10' x2='18' y2='10'/%3E%3Cline stroke='%23000' x1='18' y1='10' x2='9.6' y2='1.6'/%3E%3Cline stroke='%23000' x1='9.6' y1='18.4' x2='18' y2='10'/%3E%3C/g%3E%3C/svg%3E");
}
/* 909092 */
/* LINEE CON PUNTA */
.point-start, .point-end, .point-sm-start, .point-sm-end, .point-lg-start, .point-lg-end{
    border-top-width: 1.5px;
    border-top-style: solid;
    height: 16px;
    opacity: 1 !important;
    width: 100%;
    position: relative;
    margin-top: 0.5rem;
}
.point-start-60, .point-end-60, 
.point-lg-start-60, .point-lg-end-60,
.point-sm-start-60, .point-sm-end-60{
    width: 60%;
}
.point-start-80, .point-end-80,
.point-sm-start-80, .point-sm-end-80{
    width: 80%;
}
.bg-white .point-start, 
.bg-white .point-end, .bg-white .point-lg-end{
    border-top-color: var(--primary-color);   
}
.point-start.light-primary-border-color, 
.point-end.light-primary-border-color{
    border-top-color: var(--primary-color-60-solid) !important;   
}
.bg-white .point-end.light-primary-border-color::after,
.point-end.light-primary-border-color::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1' fill='none' stroke='%23909092' points='1.79 1.59 10.21 10 1.79 18.41'/%3E%3C/g%3E%3C/svg%3E");
}

.point-start.dark,.point-end.dark{
    border-top-color: var(--primary-color) !important;   
}
.bg-dark .point-start, 
.bg-dark .point-end,
.point-sm-start, 
.point-sm-end,
.bg-dark .point-lg-start
.bg-dark .point-lg-end{
    border-top-color: var(--light-color);   
}
.point-end.light,
.point-lg-end.light{
    border-top-color: var(--light-color) !important;   
}
.point-start-80{
   margin-left: 20%; 
}
.point-start::after{
    position: absolute;
    width: 10px;
    height: 16px;
    left: -2px;
    top: -9px;
}
.point-end::after, .point-sm-end::after{
    position: absolute;
    width: 10px;
    height: 16px;
    right: -2px;
    top: -9px;
}
.bg-dark .point-start::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1.5' fill='none' stroke='%23fff' points='10.21 1.59 1.79 10 10.21 18.41'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .point-start::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1.7' fill='none' stroke='%2345474A' points='10.21 1.59 1.79 10 10.21 18.41'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark .point-end::after,
.bg-white .point-end.light::after,
.point-end.light::after,
.point-sm-end::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1.5' fill='none' stroke='%23fff' points='1.79 1.59 10.21 10 1.79 18.41'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .point-end::after,
.point-end.dark::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1.7' fill='none' stroke='%2345474A' points='1.79 1.59 10.21 10 1.79 18.41'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width:992px){
    .point-start-80, .point-lg-start-80{
        margin-left: 20%; 
     }
     .point-start::after{
        position: absolute;
        width: 10px;
        height: 16px;
        left: -2px;
        top: -9px;
    }
    .point-end::after{
        position: absolute;
        width: 10px;
        height: 16px;
        right: -2px;
        top: -9px;
    }
    .point-sm-start-80, .point-sm-end-80{
        width: 100%;
    }
    .point-sm-start-60, .point-sm-end-60{
        width: 100%;
    }
    .point-start-80, .point-end-80,
    .point-lg-start-80, .point-lg-end-80{
        width: 80%;
    }
    .point-sm-end::after{
        content:'';
    }
}
.form-control.focus-trans:focus{
 background-color: transparent;
}
.form-control.border-bottom, .custom-file-button.border-bottom{
    border-bottom-width: 1.5px !important;
}
.border-dark{
    border-color: var(--primary-color) !important;
}
.custom-select-button {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid transparent;
    /* border-bottom: 1px solid var(--dark-color); */
    border-bottom: 1.5px solid var(--primary-color);
    appearance: none;
    cursor: pointer;
    text-align: left;
  }
.custom-select-button::after{
    margin-left: 0.255em;
    vertical-align: -0.05em;
    width: 13px;    
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    transition: all 0.3s;
    display: inline-block;
    margin-left: 0.35rem;
    margin-right: 0;
}
.custom-select-button::after{
    /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23000'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='17.97'/%3E%3Cline x1='10' y1='17.97' x2='18.41' y2='9.55'/%3E%3Cline x1='1.59' y1='9.55' x2='10' y2='17.97'/%3E%3C/g%3E%3C/svg%3E"); */
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke-width='1.5' stroke='%2345474A'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='16.97'/%3E%3Cpolyline fill='none' points='1.59 9.55 10 17.97 18.41 9.55'/%3E%3C/g%3E%3C/svg%3E");
}
.custom-select-button:not(.collapsed)::after{
    transform: rotate(180deg);
    transform-origin: 7px 9.5px;
}
.custom-select-options {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--primary-color);
    border-top: none;              
}
.custom-select-option {
    padding: 0.375rem 0rem;
    cursor: pointer;
    color: var(--secondary-color);
}
.custom-select-option:hover {
    background-color: var(--light-color);
}
.invalid-feedback-custom {
    color: var(--bs-form-invalidborder-color);
    display: none;
}
.form-control{
    padding-left: 0; 
}
.form-control::-moz-placeholder {
    color: var(--secondary-color);
    font-weight: 500;
}
.form-control::placeholder {
    color: var(--secondary-color);
    font-weight: 500;
}
/* .primary-color-placeholder::placeholder,
.primary-color-placeholder::-ms-input-placeholder{
    color: var(--primary-color) !important;
} */
.primary-color-placeholder::placeholder{
    color: var(--primary-color) !important;
}
.dropdown-toggle::after {
    margin-left: 0.255em;
    /* vertical-align: -0.05em; */
    vertical-align: -0.1em;
    width: 13px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    transition: all 0.3s;
}
.dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke-width='2' stroke='%2345474A'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='16.97'/%3E%3Cpolyline fill='none' points='1.59 9.55 10 17.97 18.41 9.55'/%3E%3C/g%3E%3C/svg%3E");
}
.menuMobile .dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke-width='2' stroke='%2345474A'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='16.97'/%3E%3Cpolyline fill='none' points='1.59 9.55 10 17.97 18.41 9.55'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.bg-dark .dropdown-toggle::after, .navbar-dark .dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke-width='2' stroke='%23FFF'%3E%3Cg%3E%3Cline x1='10' y1='2.03' x2='10' y2='16.97'/%3E%3Cpolyline fill='none' points='1.59 9.55 10 17.97 18.41 9.55'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-collapse-plus{
    transition: all 0.3s;
    position: relative;
    margin-left: 1rem;
    padding: 0 0.75rem;
}
/* .btn-collapse-plus::before{
    content:'';
    position: absolute;
    width: 16px;
    height: 2px;
    left: 0;
    top: 7px;
    background-color: var(--primary-color);
}
.btn-collapse-plus.collapsed::after{
    content:'';
    position: absolute;
    width: 2px;
    left: 7px;
    transform: rotate(0deg);
    height: 16px;
    top: 0;
    background-color: var(--primary-color);
    transition: all 0.3s;
}
.btn-collapse-plus:not(.collapsed)::after{
    content:'';
    position: absolute;
    width: 2px;
    left: 7px;
    transform: rotate(90deg);
    height: 16px;
    top: 0px;
    background-color: var(--primary-color);
    transition: all 0.3s;
} */
.btn-collapse-plus::before{
    content:'';
    position: absolute;
    width: 14px;
    height: 1.5px;
    left: 0;
    top: 6.25px;
    background-color: var(--primary-color);
}
.btn-collapse-plus.collapsed::after{
    content:'';
    position: absolute;
    width: 1.5px;
    left: 6.25px;
    transform: rotate(0deg);
    height: 14px;
    top: 0;
    background-color: var(--primary-color);
    transition: all 0.3s;
}
.btn-collapse-plus:not(.collapsed)::after{
    content:'';
    position: absolute;
    /* width: 1.5px; */
    width: 0px;
    left: 6.25px;
    transform: rotate(90deg);
    height: 14px;
    top: 0px;
    background-color: var(--primary-color);
    transition: all 0.3s;
}
.menuMobile hr{
    border-top: 1px solid var(--primary-color) !important;
}
.dropdown-toggle.show::after,.dropdown-toggle.collapsebtn:not(.collapsed)::after{
    transform: rotate(180deg);
    transform-origin: 6px 10px;
}
.sectionslider {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
/* .sectionslider {
    position: relative; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}  */ 
.sectionslider .content-container {
    position: absolute; 
    z-index: 3;
    /* z-index: 1; */
    bottom: 3rem; 
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
}
.sectionslider .content-container-journal {
    position: absolute; 
    z-index: 3 !important;
    bottom: calc(50% - 6rem); 
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
}
.homeSwiper {
    width: 100%;
    height: 100%;
}

.homeSwiper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.home-sectionslider{
    position: absolute;
    width: 100%;
    height:100%;
    z-index:-1; 
    overflow:hidden;
}
/* .homeSwiper .swiper-slide>img {
    min-width: 100%;
    height: auto;
    object-fit: cover;
}
@media(min-width:1400px){
    .homeSwiper .swiper-slide>img {
        width: 100%;
    }
} */
.prodotti-sectionslider{
    position: absolute;
    width: 100%;
    height:100%;
}
.prodotti-background{
    height:50vh;
    background-repeat:no-repeat; 
    background-size:cover;
}
.prodotti-background-cucina{
    background-image:url('../img/ambiente-cucina.jpg');
    background-position:bottom left;
    transition: all 0.3s;
}
.prodotti-background-armadio{
    background-image:url('../img/ambiente-armadio.jpg');
    background-position:top center;
    transition: all 0.3s;
}
.footer{
    position: relative;
    z-index: 3;
    /* top: 10rem; */
    top:0;
}
@media(min-width:992px){
    .prodotti-background-cucina{
        background-position:bottom left;
    }
    .prodotti-background-armadio{
        background-position:top right;
    } 
    .footer{
        top: 0;
    } 
}
.main-navbar{
    position: absolute;
    width: 100%;
    z-index: 2;
    /* box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%),0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 5%); */
}
.main-navbar .nav-link{
    font-weight: 500;
}
.main-navbar .nav-link:hover,
.main-navbar .secondary-hover:hover{
    color: var(--secondary-variant-color);
}

.main-navbar .nav-link.show{
    color: inherit;
}
.main-navbar .nav-link.active{
    color: inherit;
}
.main-navbar .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-item:hover,
.dropdown-item:focus{
    background-color: rgba(var(--primary-color-rgb),0.6) !important;
}
.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus{
    background-color: transparent !important;
}
.navbar-brand svg{
    width: 150px;
    transition: all 0.3s;
}
@media(min-width:576px){
.navbar-brand svg{
    width: 160px;
}    
}
.nav-category .nav-item a:hover{
 color: var(--secondary-variant-color);
}
a.link-secondary-color:hover{
    color: var(--secondary-variant-color);
}

.bg-dark .main-navbar .nav-link.active,
.bg-dark .main-navbar .nav-link:hover, 
.bg-dark .main-navbar .dropdown-item:hover, 
.bg-dark .main-navbar .dropdown-item:focus{
    color: var(--light-color);
    /* background-color: var(--primary-color) !important; */
}
/* .bg-dark .main-navbar .nav-link.active, 
.bg-dark .main-navbar .dropdown-item:hover, 
.bg-dark .main-navbar .dropdown-item:focus,
.bg-dark .nav-link.active,
.bg-dark .nav-link:hover, 
.bg-dark .dropdown-item:hover, 
.bg-dark .dropdown-item:focus{
    color: var(--light-color);    
} */
.bg-dark .main-navbar .secondary-hover:hover{
    color: var(--light-color);
}
.bg-white {
    color: var(--primary-color);
    background-color: var(--light-color);
}

    /* filter: grayscale(100%);
    mix-blend-mode: difference; */
/* .bg-dark .logo, .logo.light{
    fill: var(--light-color);
}

.bg-white .logo{
    fill: var(--primary-color);
} */
.logo.light{
    fill: var(--light-color);
}
.logo.dark{
    fill: var(--primary-color);
}

.blog-title, .blog-title a, a.blog-author, a.blog-comment, a.blog-link{
    color: var(--primary-color);
    text-decoration: none;
}
.breadcrumb{
    margin-bottom: 0.3rem;
}
.breadcrumb-item a{
    color: #000;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, "•");
}
.bg-dark .breadcrumb-item a, .bg-dark .breadcrumb-item.active{
    color: var(--light-color);
}
.bg-dark .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light-color);
}
.news-title, .news-title a, a.news-author, a.news-comment, a.news-link{
    color: var(--primary-color);
    text-decoration: none;
}
.grid .card {
    transition: all 0.3s;
}
.grid .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* #foundModal.offcanvas-top.h-auto {
    bottom: initial;
} */
#foundModal a.list-group-item{
    background-color: transparent;
    color: var(--light-color);
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a svg {
    fill: var(--primary-color);
}
.text-dynamic ul{
    padding-left: 0;
    margin-bottom: 0;;
}
.ps-product{
    padding-left: 2rem;
    padding-right: 1.4rem;
}
.fill-dark-color{
    fill: var(--dark-color);
}
.fill-light-color{
    fill: var(--light-color);
}
.fill-social-icons{
    fill: var(--social-icons-dark);
}
.fill-social-icons.light{
    fill: var(--light-color);
}
.stroke-dark-color{
    stroke: var(--dark-color);
}
.stroke-primary{
    stroke: var(--primary-color);
}
.button-stroke-secondary-hover .stroke-primary{
    stroke: var(--primary-color) !important;
    fill: var(--primary-color);
}
.button-stroke-secondary-hover:hover .stroke-primary{
    stroke: var(--secondary-variant-color) !important;
    fill: var(--secondary-variant-color);
}
.stroke-primary-rgba-60{
    stroke:rgba(var(--primary-color-rgb),0.6) !important;
}
.stroke-2px{
    stroke-width: 2;
}
.stroke-light{
    stroke: var(--light-color);
}
.bg-primary{
    color: var(--light-color);
    background-color: var(--primary-color);
}
.bg-primary-variant{
    color: var(--light-color);
    background-color: var(--primary-variant-color);
}
.bg-primary-variant-rgba-90{
    color: var(--light-color);
    background-color: rgba(var(--primary-variant-color-rgb),0.9);
}
.bg-secondary{
    color: var(--light-color);
    background-color: var(--secondary-color);
}
.bg-secondary-variant{
    color: var(--light-color);
    background-color: var(--secondary-variant-color);
}
.bg-primary-grey{
    color: var(--light-color);
    background-color: var(--primary-grey-color);
}
.bg-primary-variant-grey{
    color: var(--light-color);
    background-color: var(--primary-variant-grey);
}
.bg-dark{
    color: var(--light-color);
    background-color: var(--dark-color);
}
.bg-dark-20{
    color: var(--light-color);
    background-color: var(--dark-color-20percent);
}
.bg-dark-10{
    background-color: var(--dark-color-10percent);
}
.bg-dark-5{
    background-color: var(--dark-color-5percent);
}
.text-primary{
    color: var(--primary-color);
}
.text-primary-rgba-60,.bg-white a.text-primary-rgba-60, h5.text-primary-rgba-60{
    color: rgba(var(--primary-color-rgb),0.6);
}
.text-primary-rgba-60.text-primary-hover:hover{
    color: rgba(var(--primary-color-rgb),1) !important;
}
.text-primary-rgba-60.text-primary-hover:hover .stroke-primary-rgba-60{
    stroke:rgba(var(--primary-color-rgb),1) !important;
}
.text-primary-variant{
    color: var(--primary-variant-color);;
}
.text-secondary{
    color: var(--secondary-color);
}
.text-secondary-variant{
    color: var(--secondary-variant-color);
}
.text-light-grey{
    color: #ccc;
}
.text-light-rgba-80,
a.text-light-rgba-80{
    color: rgba(255,255,255, 0.8);
}
a.text-light-grey{
    color: #999 !important;
}
.bg-primary a, .bg-primary-variant a, .bg-primary-variant a, .bg-primary-grey a, .bg-primary-variant-grey a, .bg-secondary-variant a{
    color: var(--light-color);
}

.bg-primary .breadcrumb-item a, .bg-primary-variant .breadcrumb-item a, .bg-primary-variant .breadcrumb-item a, .bg-primary-grey .breadcrumb-item a, .bg-primary-variant-grey .breadcrumb-item a, .bg-secondary-variant .breadcrumb-item a{
    color: #000;
}
@media (min-width: 768px){
.main{
    display: flex !important;
    flex-direction: column !important;
    min-height: 90vh;
}    
} 
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--secondary-color);
}
.nav-pills .nav-link {
    color: var(--secondary-color);
}
.general-links .nav-link{
    padding: 0.2rem 0.5rem;
}
.general-links .nav-link:hover, .menuMobile button:hover{
    color: var(--secondary-variant-color);
}
.border-primary {
    border: 1px solid var(--primary-color) !important;
}
.border-secondary {
    border: 1px solid var(--secondary-color) !important;
}
.rounded-top-start{
    border-top-left-radius: 0.25rem !important;
}
.rounded-bottom-start{
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-top-end{
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom-end{
    border-bottom-right-radius: 0.25rem !important;
}
.fs-1{font-size:calc(1.375rem + 1.5vw) !important}
.fs-2{font-size:calc(1.325rem + 0.9vw) !important}
.fs-3{font-size:calc(1.3rem + 0.6vw) !important}
.fs-4{font-size:calc(1.275rem + 0.3vw) !important}
.fs-5{font-size:1.25rem !important}
.fs-6{font-size:1rem !important}
.fs-xl{font-size:1.25rem !important}
.fs-lg{font-size:1.125rem !important}
.fs-base{font-size:1rem !important}
.fs-sm{font-size:0.875rem !important}
.fs-xs{font-size:0.75rem !important}
@media (min-width: 768px){
    .border-start-md {
        border-left: 1px solid #dee2e6!important;
    }
}
#sidebar-categories ul{
    width: 100%;
}
#sidebar-categories .nav-item i, #sidebar-categories .nav-item a{
    padding-top: .75rem;
    padding-bottom: .75rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#sidebar-categories .d-flex a{
    padding-left: .75rem;
}
#sidebar-categories .nav-item:not(.lev1) a{
    color: var(--primary-color) !important;
}
#sidebar-categories .nav-item:not(.lev1) a:before{
    content: "__ ";
    position: relative;
    top: -0.4rem;
}
#sidebar-categories .nav-item:not(.lev1) a:hover{
    font-weight: 500;
}
#sidebar-categories .nav-item.lev2{
    background-color: #EFF0F0;
}
#sidebar-categories .nav-item.lev3,#sidebar-categories .nav-item.lev4{
    background-color: #DADDE0;
}
#sidebar-categories .nav-item i{
    padding-left: .75rem;
    padding-right: .75rem;
    cursor: pointer;
}
#sidebar-categories .nav-item a:hover{
    background-color: var(--primary-variant-grey);
}
#sidebar-categories ul li ul li i, #sidebar-categories ul li ul li a{
   padding-left: 1.25rem !important;
}
#sidebar-categories ul li ul li ul li i, #sidebar-categories ul li ul li ul li a{
    padding-left: 1.75rem !important;
}
#sidebar-categories .opensub{
    transition: all 0.3s;    
}
#sidebar-categories .opensub:not(.collapsed){
    transform: rotate(90deg);
    transform-origin: 40% 40%;    
}
/* .toggle-collapse{
    transition: all 0.3s;
}
.toggle-collapse:not(.collapsed){
    transform: rotate(90deg);
    transform-origin: 40% 40%;
} */
.toggle-collapse {
    cursor:pointer;
}
.toggle-collapse .arrow-collapse{
    transition: all 0.3s;
}
.toggle-collapse:not(.collapsed) .arrow-collapse{
    transform: rotate(90deg);
    transform-origin: 40% 40%;
}
.hover-shadow{
    transition: all .3s;
}
.hover-shadow:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.compare-th{
    /* background-color: #e5e5e5; */
    border-bottom: 1px solid var(--primary-color);
}
.compare-td:not(:last-child){
    border-right: 1px solid var(--primary-color);
}
/* .btn-pill{
    border-radius: 1rem;
} */
.btn-primary {
    color: var(--light-color) !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary.disabled {
    color: var(--primary-color) !important;
    background-color: var(--primary-variant-grey);
    border-color: var(--primary-variant-grey);
}
.btn-primary.disabled svg {
    fill: var(--primary-color);
}
.btn-primary svg{
    fill: var(--light-color);
}
.btn-primary:hover, .btn-primary:focus {
    color: var(--light-color);
    background-color: var(--primary-variant-color);
    border-color: var(--primary-variant-color);
}
.btn-compare{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    font-size: 0.8rem;
}
.btn-compare svg{
    fill: #666;
    position: relative;
    top: -0.1rem;
}
.btn-compare.active{
    color: var(--primary-color);
}
.btn-compare.active svg{
    fill: var(--primary-color);
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.px-2-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
/* HAMBURGER */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }
    .bg-dark .hamburger:hover{
        opacity: 1;
    }
    .hamburger.is-active:hover {
      opacity: 0.7; 
    }
    .bg-white .hamburger.is-active .hamburger-inner,
    .bg-white .hamburger.is-active .hamburger-inner::before,
    .bg-white .hamburger.is-active .hamburger-inner::after {
        background-color: var(--primary-color); 
    }
    .bg-dark .hamburger.is-active .hamburger-inner,
    .bg-dark .hamburger.is-active .hamburger-inner::before,
    .bg-dark .hamburger.is-active .hamburger-inner::after {
        background-color: var(--light-color); 
    }
  
.hamburger-box {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
}  
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 14px;
    /* height: 1px; */
    height: 1.5px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.bg-white .hamburger-inner,
.bg-white .hamburger-inner::before,
.bg-white .hamburger-inner::after{
    background-color: var(--primary-color);
}
.bg-dark .hamburger-inner,
.bg-dark .hamburger-inner::before,
.bg-dark .hamburger-inner::after,
.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::before,
.navbar-dark .hamburger-inner::after {
    background-color: var(--light-color);
}
.bg-white .hamburger-box.post-hamburger .hamburger-inner,
.bg-white .hamburger-box.post-hamburger .hamburger-inner::before,
.bg-white .hamburger-box.post-hamburger .hamburger-inner::after,
.bg-dark .hamburger-box.post-hamburger .hamburger-inner,
.bg-dark .hamburger-box.post-hamburger .hamburger-inner::before,
.bg-dark .hamburger-box.post-hamburger .hamburger-inner::after{
    background-color: var(--light-color) !important;
}
@media (min-width:992px){
    .bg-white .hamburger-box.post-hamburger .hamburger-inner,
    .bg-white .hamburger-box.post-hamburger .hamburger-inner::before,
    .bg-white .hamburger-box.post-hamburger .hamburger-inner::after,
    .bg-dark .hamburger-box.post-hamburger .hamburger-inner,
    .bg-dark .hamburger-box.post-hamburger .hamburger-inner::before,
    .bg-dark .hamburger-box.post-hamburger .hamburger-inner::after{
        background-color: var(--primary-color) !important;
    }    
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
/*
   * Slider
*/
.hamburger--slider .hamburger-inner {
top: 3px; }
.hamburger--slider .hamburger-inner::before {
    top: 5px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 10px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 5px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-90deg); }


.aboutSwiper .swiper-wrapper{
   /*  width: 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
}
.aboutSwiper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutSwiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
hr.line{
    border-top: 2px solid rgba(var(--primary-color-rgb),0.4);
    margin: 0 !important;
}
hr.line-1{
    border-top: 1.5px solid var(--primary-color);
    opacity:0.6;
    /* margin: 0 !important; */
}
hr.line-dark{
    border-top: 2px solid var(--primary-color);
    margin: 0 !important;
}
hr.line-dark-1{
    border-top: 1.4px solid var(--primary-color);
    margin: 0 !important;
    opacity: 1;
}
.timeline .navigation::before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0.9rem;
    border-bottom: 1.5px solid var(--primary-color);
}
.timeline .navigation2::before{
    content: '';
    position: absolute;
    /* width: calc(100% - 4rem); */
    width: calc(100% - 2rem);
    bottom: 0.9rem;
    border-bottom: 1.5px solid var(--primary-color);
}
.timeline .navigation2::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cg%3E%3Cpolyline stroke-width='1.5' fill='none' stroke='%2345474A' points='1.79 1.59 10.21 10 1.79 18.41'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    /* right: 1.8rem; */
    right: 30px;
    bottom:7px;
    width: 10px;
    height: 16px;
}

.timeline .navigation .swiper-slide{
    height: auto;
    padding-left: 2rem;
    padding-bottom: 2rem;
}
.timeline .navigation.navigation2 .swiper-slide{
    height: auto;
    padding-left: 2rem;
    padding-bottom: 1rem;
}
@media(min-width:992px){
.timeline .navigation .swiper-slide h4{
    position: relative;
    top: -.6rem;
}
}
.timeline .navigation .swiper-slide.first-slide{
    padding-left: 6rem;
    position: relative;
}
.timeline .navigation .swiper-slide.first-slide-2{
    padding-left: 4rem;
    position: relative;
}

.timeline .navigation .swiper-slide.first-slide .v-t{
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    left: 2.3rem;
}
/* .timeline .navigation .swiper-slide{
    border-left:2px solid var(--primary-color);
} */
.timeline .navigation .swiper-slide::before{
    position: absolute;
    bottom: 0;
    content:'';
    border-left:1.5px solid var(--primary-color);
    width: 100%;
    height: 100%;
    left: 10px;
    background-color: transparent; 
    z-index: 0;
}
.timeline .navigation .swiper-slide::after{
    position: absolute;
    bottom: -4px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle fill='%2345474A' cx='10' cy='10' r='10'/%3E%3C/svg%3E");
    fill: var(--primary-color);
    width: 13px;
    height: 13px;
    left: 4.1px;
    border-radius: 50%;
    background-color: transparent; 
    z-index: 0;
}
/* .timeline .navigation .swiper-slide.first-slide::after{
    left: 4.25px;
} */
.timeline .navigation .swiper-slide.first-slide::before{
    left: 4.5rem;
}
.timeline .navigation .swiper-slide.first-slide::after{    
    left: 4.13rem;
}
.timeline .navigation .swiper-slide.first-slide-2::before{
    left: 2.7rem;
}
.timeline .navigation .swiper-slide.first-slide-2::after{    
    left: 2.32rem;
}
.timeline .swiper-button-disabled{
    /* opacity: 50%; */
}
.ms-breadcrumb{
    margin-left: 0.6rem;
}
.ms-arrow{
    margin-left: 2.3rem;
}
.px-custom{
    padding-left: calc(5.5rem * 0.5);
    padding-right: calc(5.5rem * 0.5);
}
.w-105{
    width: 110%;
}
.legal ul{
    padding-left: 0;
}
.modal-wide {
    width: 90vw;
    max-width: none;
    /* height: 100%; */
    /* margin: 0; */
  }
  .modal-wide .modal-content {
    /* height: 100%; */
    border: 0;
    border-radius: 0;
  }
  .modal-wide .modal-header,
  .modal-wide .modal-footer {
    border-radius: 0;
  }
  .modal-wide .modal-body {
    overflow-x: auto;
  }
  .hover-about{
    position:relative;
    width: 100%;
    height: 100%;
    margin-bottom: 4rem;
  }
    .group-1, .group-2 {
        position: relative;
        opacity: 1;
        width: 100%;
    }
    .hover-about .group.hide {
        display: none;
    }
    .hover-about .group.show {
        display: block;
    }
    .hover-about .writing-about{
        position: absolute;
        color: rgba(var(--primary-color-rgb),0.6);
        /* left:10%;
        top: 80%;
        transform: rotate(270deg);
        transform-origin: 0 0; */
        left: 35%; /* Posiziona la scritta al centro orizzontalmente */
        top: 60%; /* Posiziona la scritta al centro verticalmente */
        transform: translate(-50%, -50%) rotate(270deg); /* Centro dell'immagine e ruotata */
        white-space: nowrap; /* Mantiene il testo su una singola riga */
    }
  @media (min-width: 992px) {
    .spacer-end{
        height: 300px;
    }
    .group-1,.group-2{
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hover-about .group.hide{
        display: block;
        opacity: 0;
        transition: all 0.3s;
    }
    .hover-about .group.show{
        opacity: 1;
        transition: all 0.3s;
    }
    .hover-about .writing-about{
        left:0%;
        top: 40%;
        transform: translate(0, 0) rotate(270deg); /* Adatta la posizione per desktop */
    }
}
@media (min-width: 1000px){
    .hover-about .writing-about{
        left:0%;
        top: 30%;
        transform: translate(0, 0) rotate(270deg); /* Adatta la posizione per desktop */
    }
}
@media (min-width: 1200px){
    .spacer-end{
        height: 400px;
    }
    .hover-about .writing-about{
        left:5%;
        top: 45%;
        transform: translate(0, 0) rotate(270deg); /* Adatta la posizione per desktop */
    }
}
@media (min-width: 1300px){
    .hover-about .writing-about{
        left:10%;
        top: 50%;
    }
}
@media (min-width: 1400px){
    .hover-about .writing-about{
        top: 60%;
    }
}
@media (min-width: 1600px){
    .hover-about .writing-about{
        left:15%;
        top: 90%;
        transform: translate(0, 0) rotate(270deg); /* Adatta la posizione per desktop */
    }
}
@media (min-width: 556px) {
    .modal-xxl {
      --bs-modal-width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .modal-xxl {
      --bs-modal-width: 100%;
    }
  }
  .form-control:active {
    filter: none !important;
  }
  .hover-blog{
    transition: all 0.3s;
  }
  .hover-blog:hover{
    transition: all 0.3s;
    /* background-color: var(--dark-color-20percent); */
    background-color: #ececec;
  }
  /* leftIn Animazione di entrata */
.modal.leftIn .modal-dialog {
    transform: translateX(-100%); /* Partenza fuori dalla schermata a sinistra */
    transition: transform 0.5s ease-out;
}

.modal.leftIn.show .modal-dialog {
    transform: translateX(0); /* Arrivo nella posizione normale */
}

/* leftIn Animazione di uscita */
.modal.leftOut .modal-dialog {
    transform: translateX(-100%); /* Uscita verso sinistra */
    transition: transform 0.5s ease-in;
}

  /* rightIn Animazione di entrata */
  .modal.rightIn .modal-dialog {
    transform: translateX(100%); /* Partenza fuori dalla schermata a destra */
    transition: transform 0.5s ease-out;
}

.modal.rightIn.show .modal-dialog {
    transform: translateX(0); /* Arrivo nella posizione normale */
}

/* rightIn Animazione di uscita */
.modal.rightOut .modal-dialog {
    transform: translateX(100%); /* Uscita verso destra */
    transition: transform 0.5s ease-in;
}
.tag-filters .filter:hover .filtertext{
    color: var(--secondary-variant-color);
}
.tag-filters .filter:hover .filtersvg{
    stroke: var(--secondary-variant-color) !important;
}
.small-md{
 font-size: 80%;
}

@media (min-width: 992px){
    .small-md{
        font-size:inherit;
    } 
}
.display-2 {
    font-size: calc(1.575rem + 3vw);
    font-weight: 900;
    hyphens: auto;
}
@media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
      hyphens: none;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3vw);
    font-weight: 900;
    hyphens: auto;
}
@media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
      hyphens: none;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2vw);
    font-weight: 900;
    hyphens: auto;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
        hyphens: none;
    }
}
.homepage-height{
    min-height: 70vh;
    height: 70vh;
}
@media (min-width: 992px){
    .homepage-height{
        min-height: 90vh;
        height: 90vh;
    }
}
.small-line-height{
    line-height: 80%;
}
@media (min-width: 992px){
    .small-line-height{
        line-height: inherit;
    }  
}
.modal-backdrop {
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.05;
}
a.grey-link {
    color: var(--primary-color-60-solid) !important;
    transition: all 0.3s;
}
a.grey-link:hover{
    color: var(--primary-color) !important;
}
/* centra il blocco nella pagina */
.hero-wrap{
  text-align: center;
}

/* blocco largo quanto il contenuto (cioè quanto l'H1, se è il più largo) */
.hero-block{
  display: inline-block;
  text-align: left; /* importante: il blocco non deve essere centrato di default */
}

/* H1 centrato, ma mantiene la sua larghezza naturale */
.hero-title{
  text-align: center;
  margin: 0;
  white-space: nowrap; /* se vuoi evitare che vada a capo su desktop */
}

/* i link occupano esattamente la stessa larghezza del blocco (quindi dell'H1) */
.hero-links{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;          /* distanza minima tra voci */
}

.hero-link{
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.bg-kitchen{
    background-color: var(--kitchen-color);
}
.txt-kitchen{
    color: var(--kitchen-color);
}
.bg-cleanspace{
    background-color: var(--cleanspace-color);
}
.txt-cleanspace{
    color: var(--cleanspace-color);
}
.bg-spacelock{
    background-color: var(--spacelock-color);
}
.txt-spacelock{
    color: var(--spacelock-color);
}
.bg-wardrobe{
    background-color: var(--wardrobe-color);
}
.txt-wardrobe{
    color: var(--wardrobe-color);
}
/* PRODOTTI */
.prodotti-page{
  position: fixed;
  inset: 0;
  height: 100dvh;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
}
.prodotti-container{
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.prodotti-panel{
    position: relative;
    flex: 0 0 auto;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.prodotti-panel{
    background-image: var(--bg-mobile);
}
.prodotti-panel-first, .prodotti-panel-last{
    min-height: 300px;
}
.prodotti-title-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8px; 
  left: 0;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  padding-right: 18px;
}

.prodotti-title{
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    width: 260px;
    transform-origin: 100% 50%;
    transform: rotate(-90deg) translateX(50%);
    position: relative;
    bottom: 48px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.prodotti-line{ z-index: 2; }

.prodotti-line{
    position: absolute;
    left: 0px;
    right: 18px;
    bottom: 22px;
}
.prodotti-arrow{
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(255,255,255,.7);
  border-top: 1px solid rgba(255,255,255,.7);
  transform: translateY(-50%) rotate(45deg);
}
.product-stripe{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    z-index: 1;
}
.prodotti-link{
    position: absolute;
    inset: 0;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 991.9px){
    .prodotti-title.display-2{
        font-size: 1.8rem;
    }
}
@media (min-width: 992px){ 
    .prodotti-title-wrap{
        position: absolute;
        z-index: 3;
        top: auto;
        right: auto;
        left: auto;
        width: 0;
        bottom: 180px; 
        right: -11px;   
        transform: none; 
        display: inline-block;  
        padding-right: 0;
    }
    .prodotti-title{
        margin: 0;
        line-height: 1;  
        width: auto; 
        text-align: left;
        transform: rotate(-90deg) translateX(0);
        transform-origin: 0% 100%;
        will-change: transform;     
        white-space: nowrap;
    }
    .prodotti-page{
        position: absolute;
        width: 100%;
        height:100%;
    } 
    .prodotti-container{
        height: 100%;
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }
    .prodotti-panel{
        flex: 1 1 0;
        min-width: 0;
    }
    .prodotti-panel{
        background-image: var(--bg-desktop);
    }
    .product-stripe{
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 18px;
        height: 100%;
    }
    
    .prodotti-line{
        position: absolute;
        left: 0px;
        right: 32px;
        bottom: 100px;
    }
    .margin-title-lg{
        margin-left:-0.25rem;
    }
}

.ambiente{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
}
.ambiente .content-container {
    position: absolute; 
    /* z-index: 3; */
    top: 3rem; 
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
}
.ambiente-bg{
    background-repeat:no-repeat; 
    background-size:cover;
    background-position: center bottom;
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-border-color);
}
.was-validated .form-check-input:invalid ~ .form-check-label a {
    color: var(--bs-form-invalid-color);
}

