/* ============ Start Category Section =============== */
.category-sec1 .category-card {
    padding-inline: 20px;
}

.category-sec1 .category-img {
    width: 100%;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    height: 440px;
    object-fit: cover;
}

.category-sec1 .title {
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.category-sec1 .content {
    padding: 10px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.category-sec1 .common-white-btn {
    padding: 5px 40px;
    border-radius: 30px;
    border: 2px solid #fff;
    /* padding: 10px 40px; */
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
}

/* Start Responsive */
@media only screen and (max-width:976px) {
    .category-sec1 .content {
        padding: 10px 10px 30px;
    }

    .category-sec1 .category-img {
        height: 240px;
    }

    section.discover-sec {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:600px) {
    .category-sec1 .category-img {
        height: 400px;
    }
}


/* End Responsive */

/* ============ End Category Section =============== */

/* ============ Start Product Section =============== */
.product-sec {}

.product-sec .product-img {
    width: 100%;
}

.product-sec .product-card {
    position: relative;
}

.product-sec .content {
    /* position: absolute;
    bottom: 10px;
    width: 65%; */
    padding: 20px;
    background: #fff;
    text-align: center;
}

.product-sec .title {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 28px;
}

.product-sec .place {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    margin-block: 10px;
    margin: 10px 0 18px;
}

.product-sec .date {
    color: var(--white);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-sec .price {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.products-banner-sec {
    /* height: 85vh; */
    height: 480px;
    padding-top:0 ;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url('../images/bg2.webp');
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-banner-sec .full-diver {
    top: 35%;
}

.product-sec .common-black-btn {
    padding: 6px 35px;
    border-radius: 20px;
}

.product-banner-content .sub-title {
    margin-bottom: 10px !important;
}
.product-banner-content .title {
    margin-bottom: 15px !important;
}
.products-banner-sec.collection-banner-sec .para{
    width: 60%;
    margin-top: 30px;
}

.product-diver {
    height: 2px;
    background: #fff;
    width: 100vw;
    left: 0;
    position: absolute;
}

/* Start Responsive */

@media only screen and (min-width: 1500px) {

    .products-banner-sec .full-diver {
        top: 45%;
    }
}


/* @media only screen and (min-width: 1500px) {
        .products-banner-sec  .full-diver {
            top: 44%;
        }
} */
@media only screen and (max-width: 1500px) {

    .products-banner-sec .full-diver {
        top: 34%;
    }
}

@media only screen and (max-width:976px) {
    .products-banner-sec .tab-mt-80 {
        margin-top: 80px;
    }

    .products-banner-sec .full-diver {
        top: 34%;
    }

    .products-banner-sec .tab-mt-80 {
        margin-top: 80px;
    }
    .products-banner-sec.collection-banner-sec .para{
        width: 100%;
    }

}

@media only screen and (max-width:600px) {

    .products-banner-sec {
        background: url('../images/b2-mob.webp');
    }
    .products-banner-sec.collection-banner-sec .para{
        width: 100%;
    }

    .products-banner-sec .tab-mt-80 {
        margin-top: 0px;
    }

    .products-banner-sec img.product-bg {
        width: 300px;
    }

    .products-banner-sec .full-diver {
        top: 23%;
    }

    .products-banner-sec .title {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

/* End Responsive */
/* ============ End Product Section =============== */


/* ============ Start Product Detail Section =============== */
.product-btn-grp {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-btn-grp .common-black-btn {
    border: 1px solid #383d31;
    padding: 6px 25px;
    border-radius: 10px;
}


.product-image {
    margin-bottom: 20px;
    /* Space between main slider and thumbnails */
}

.product-image-thumb {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.product-image-thumb .swiper-slide {
    width: 100px;
    cursor: pointer;
}

.product-image-thumb img {
    width: 100%;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.product-image-thumb .swiper-slide-thumb-active img {
    border-color: #333;
    transform: scale(1.1);
}

.product-image-thumb img:hover {
    border-color: #333;
    transform: scale(1.1);
}

.product-image-thumb .swiper-wrapper {
    flex-direction: row;
}

/* ============ End Product  DetailSection =============== */



details.readmore {
    cursor: text;
    position: relative;
    margin-bottom: 50px;

    summary {
        display: -webkit-box;
        pointer-events: none;

        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        &:after {
            top: 100%;
            display: block;
            cursor: pointer;
            position: absolute;
            pointer-events: initial;
            text-decoration: underline;
        }
    }

    &:not([open]) summary:after {
        content: attr(data-more);
    }

    &[open] summary {
        -webkit-line-clamp: unset;

        &:after {
            content: attr(data-less);
        }
    }
}

.product-info .para3 {
    font-size: 13px;
    line-height: 22px;
}