.tiffany-details {

    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
    padding: 30px 100px;
}

.tiffany-details .breadcrumbs a {

    color: black;
    text-decoration: none;
}

.tiffany-details .detail-page {

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;

}

.tiffany-details .detail-page .meta-data {

    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: center;

}

.tiffany-details .detail-page .meta-data .meta-data-info {

    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 40px;
    margin: 20px 20px 0;
    padding: 10px;
}

.tiffany-details .detail-page .meta-data .meta-data-info h3 {
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    font-family: "Poppins", sans-serif;

}

.tiffany-details .detail-page .meta-data .meta-data-info p {

    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 24px;
}

.tiffany-details .detail-page .meta-data .meta-data-info strong {

    font-weight: 600;
}

.wrap-slide {

    display: flex;
    flex-direction: column;
}

.swiper-slider {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 550px;
}

.swiper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;

}

.swiper-slider .swiper-wrapper {

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.swiper-slider .swiper-wrapper .swiper-slide .carousel-slide {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-slider .swiper-wrapper .swiper-slide .carousel-slide img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {

    color: white;
    z-index: 999;
}

.swiper-scrollbar {

    background-color: white;
    color: black;
}

.swiper-slider2 {
    margin-top: 20px;
    display: flex;
    width: 100%;
    position: relative;
}

.swiper-slider2 .swiper3 {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 40px;

}

.swiper-slider2 .swiper-wrapper {

    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-slider2 .swiper-wrapper .swiper-slide {
    display: flex;
    width: 20%;
}

.swiper-slider2 .swiper-wrapper .swiper-slide a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-slider2 .swiper-wrapper .swiper-slide a img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {

    position: absolute;
    color: black;
    width: 40px;
    height: 50px;
    top: 50%;
    left: 0;
    transform: translate(-10%, 0);

}

.swiper-button-next {

    position: absolute;
    color: black;
    width: 40px;
    height: 50px;
    top: 50%;
    right: 0;
    transform: translate(10%, 0);

}



@media screen and (max-width:990px) {

    .tiffany-details {

        margin-top: 100px;
        padding: 20px 50px;
    }

}

@media screen and (max-width:580px) {

    .tiffany-details {

        margin-top: 100px;
        padding: 10px 10px 20px;
    }

}