.vertical-product-card .card-btn a {
    background-color: #f36b2d;
    color: #1e223f;
    border-color: #1e223f;
}

.card-btn a {
    background-color: #f36b2d;
    color: #1e223f;
    border-color: #1e223f;
}

.slider-container1 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide1 {
    min-width: 100%;
    box-sizing: border-box;
}

.slide1 img {
    width: 100%;
    height: auto;
}


.slide-content1 {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.text-line {
    font-size: 2vw;
    margin-bottom: 2vh;
    color: #1e223f;
}


.slider-button1 {
    padding: 0.5vw 1vw;
    font-size: 20px;
    background-color: #f36b2d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}


/* Responsive styles */
@media (max-width: 768px) {
    .text-line {
        font-size: 3vw;

    }

    .slider-button1 {
        padding: 1vw 3vw;
        font-size: 2vw;
        border-radius: 4px;

    }
}

/* Responsive styles */
@media (max-width: 390px) {
    .text-line {
        font-size: 3vw;

    }

    .slider-button1 {
        padding: 1vw 2vw;
        font-size: 10px;
        border-radius: 4px;
    }
}



.banner-box.banner-lg {
    padding: 66px 242px;
}

.slide {
    position: relative;
}

.banner-image {
    width: 100%;
    display: block;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body {
    background-color: #f8f1e7 !important;
}

.bgcolor {
    background-color: #fff !important;
}

.bgcolor1 {
    background-color: #fff !important;
    height: 136px;
}

.hbox {
    height: 199px;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
}

@media (max-width: 1399.98px) {
    .banner-box.banner-lg {
        padding: 30px 161px;
    }
}

@media (max-width: 768px) {
    .slide {
        flex: 1;
    }
}

@media (max-width: 576px) {
    .overlay-content {
        padding: 20px;
    }

    .gshop-title {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
    }
}