.ff-bride.overview .items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    row-gap: 17px;
    column-gap: 28px;
}

.ff-bride.overview .result-bride{  
    position: fixed;
    top: 15%;
    left: 0;
    right: 0; 
    bottom: 0;
    margin: auto; 
}

/*  SLIDE */
.ff-bride .item-bride{
    cursor: pointer;
}
.ff-bride .item-bride .s1{
    line-height: 0;
    position: relative;
} 

.ff-bride .item-bride .hidden{
    display: none;
}

.ff-bride .item-bride .s1 img {
    height: 550px;
    object-fit: cover;
}

.ff-bride .item-bride .s1 .reveal{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(217, 217, 217, 0.00) 100%);
    padding: 146px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto ;
    width: 100%;
    height: 191px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.ff-bride .item-bride:hover .s1 .reveal{
    opacity: 1;
    pointer-events: auto;
}
.ff-bride .item-bride .s2{
    text-align: center;
    padding: 37px 20px 32px;
}
.ff-bride .item-bride .s2 .title{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.ff-bride .item-bride .s2 .icon-plus{
    font-size: 25px; 
    transition: 0.3s ease;
}
.ff-bride .item-bride:hover .s2 .icon-plus{
    opacity: 0.2;
}

.result-bride .z1-wrap {
    width: 45% !important;
}
.result-bride .z2 {
    width: 55% !important;
}
.result-bride{
    height: 550px;
    width: calc(100% - 20px);
    max-width: 1100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    margin: auto;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 20px 33px 0px rgba(2, 6, 19, 0.09);
    transform: scale(0);
    pointer-events: 0;
    transition: 0.3s ease;
}
.result-bride.active{
    transform: scale(1);
    pointer-events: auto;
    position: fixed;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.result-bride .close{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
}
.result-bride .result{
    height: 100%;
}
.result-bride .result .hidden{
    display: flex;
    height: 100%; 
}
.result-bride .result .z1{
    width: 448px;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.result-bride .result .z2{
    padding: 32px 42px 50px 75px;

}
.result-bride .result .x1{
    margin-bottom: 20px; 
}
.result-bride .result .x1 img{
    max-height: 27px;
    width: auto;
}

.result-bride .result .x2{
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.result-bride .result .x3{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; 
    height: 162px;
    max-height: 100%;
    margin-bottom: 40px;
}
.result-bride .result .x4 {
    max-height: 160px;
}
.result-bride .result .x4 img{
    object-fit: cover;
    aspect-ratio: 57 / 84;
    object-position: center;
    height: fit-content;
}

.result-bride .grid-type-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.result-bride .pro-container{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
}

.result-bride .pro-container .b1{
    width: 42px; 
    height: 62px;
    flex-shrink: 0;
    overflow: hidden;
    
}

.result-bride .pro-container:hover .b1 img{
    transform: scale(1.1);
}

.result-bride .pro-container .b1 img{
    object-fit: cover;
    aspect-ratio: 42/62;
    object-position: center;
    transition: 0.3s ease;
}


.result-bride .pro-container .pt{ 
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.result-bride .pro-container .price{ 
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
}


@media(max-width:1100px){
    .result-bride .grid-type-2{ 
        grid-template-columns: 1fr ; 
    }
}

@media(max-width:1023px){
    .ff-bride.overview .items{
        grid-template-columns: 1fr 1fr;
    }

    .result-bride .result .z1 {
        width: 300px; 
    }
    .result-bride .result .z2 {
        padding: 32px 22px 20px 30px;
    }
    .result-bride .result .x1 {
        margin-bottom: 20px;
    }
    .result-bride {
        height: 540px;
    }

    
}

@media(max-width: 767px){

    .ff-bride.overview .items{
        grid-template-columns: 1fr;
    }

    .result-bride .close{
        z-index: 3;
    }

    .ff-bride.overview .result-bride.active{
        width: calc(100% - 20px);
        border: 1px solid #000;
    }

    .result-bride .result .hidden .z1{
        display: none;
    }

    .result-bride .result .hidden {
        flex-direction: column;
    }

    .result-bride .result .z2{
        background:transparent;
        z-index: 2;
        width: 100%!important;
    }

    .result-bride .result .x2{
        margin-bottom: 20px;
    }


    .result-bride .result .x3 {
        font-size: 16px;
        height: 124px;
        margin-bottom: 30px;
        
    }

    .result-bride {
        height: 400px;
    }
}