.columns {
    row-gap: inherit;
}

.slider-frame img {
    width: 100%;
    object-fit: cover;
}

.slick-prev, .slick-next {
    height: 80px !important;
}

.slick-prev::before {
    padding-right: 0px !important;
}

.slick-next::before {
    padding-left: 0px !important;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-prev:active, 
.slick-next:active, 
.slick-prev:focus, 
.slick-next:focus, 
.slick-prev:not(.primary), 
.slick-next:not(.primary) {
    background: none;
    border: none;
    box-shadow: none;
}

.slick-prev::before, .slick-next::before, .slick-prev::after, .slick-next::after {
    color: #FFFFFF !important;
    font-size: 70px !important;
}

@media (max-width: 1024px) {
    .slick-prev::before, .slick-next::before, .slick-prev::after, .slick-next::after {
        font-size: 40px !important;
    }
    .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
    }
}

.slick-prev:hover::before, .slick-next:hover::before {
    color: #FFD24E !important;
}

@media (max-width: 767px) {
    .tagline {
        font-size: 18px !important;
    }
}

.item {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    padding-top: 75px;
    background: #ccc;
    text-align: center;
    color: #FFF;
    font-size: 3em;
}

.tagline {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.tagline-comment {
    text-align: center;
    letter-spacing: 0.5px;
}


.product-series-content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding:10px;
}

.product-series-content img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-series-content .shop-now-btn {
    position: absolute;
    bottom: 25px;
    left: 30px;
    background: #1f7b6d;
    padding: 8px 12px;
    border-radius: 8px;
    color: #ffd24e !important;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .product-series-content .shop-now-btn {
        padding: 6px 10px;
        font-size: 14px !important;
        bottom: 23px;
        left: 25px;
    }
}

@media (max-width: 767px) {
    .product-series-content .shop-now-btn {
        padding: 4px 6px;
        font-size: 12px !important;
        bottom: 20px;
        left: 20px;
    }
}

.home-video-embed {
    width: 100%;
    height: 250px;
    outline: none;
}

@media (min-width: 576px) {
    .home-video-embed {
        width: 100%;
        height: 330px;
    }
}

@media (min-width: 768px) {
    .home-video-embed {
        width: 100%;
        height: 410px;
    }
}

@media (min-width: 992px) {
    .home-video-embed {
        width: 100%;
        height: 480px;
    }
}

@media (min-width: 1200px) {
    .home-video-embed {
        width: 100%;
        height: 700px;
    }
}

@media (min-width: 1400px) {
    .home-video-embed {
        width: 100%;
        height: 850px;
    }
}

.home-video {
    width: 100%;
    object-fit: cover;
    max-height: 850px;
}

.about-us-logo {
    max-width: 280px;
}

@media (max-width: 992px) {
    .about-us-logo {
        max-width: 180px;
    }
}

@media (max-width: 576px) {
    .about-us-logo {
        max-width: 150px;
    }
}

.about-us-text {
    text-align: center;
    white-space: pre-line;
}

.about-us-img {
    width: 100%;
    object-fit: cover;
}


#slider4 .slick-dots {
    position: absolute;
    bottom: 10px;
}

#slider4 .slick-dots li.slick-active button {
    background: radial-gradient(#1F7B6D, #00917B);
    border: none;
}


.product-series-container {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    position: relative;
}

.product-series-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product-series-image {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

.product-series-image:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.rule-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}

.rule-name {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.rule-product-card {
    /* width: 300px; */
    /* height: 300px; */
    position: relative;
    padding: 3px;
    margin: 10px auto;
    transition: .25s;
}

.rule-product-card:hover {
    scale: 1.025;
    box-shadow: 0px 0px 5px -1px #a0a0a0;
    z-index: 1000;
}

.rule-product-card img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.rule-product-card .discount {
    position: absolute;
    border: 1px solid #1f7b6d;
    color: #1f7b6d;
    font-size: 15px;
    padding: 5px 20px 5px 10px;
    border-radius: 0px 20px 21px 0px;
    top: 10px;
    left: 9px;
    max-width: 70%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: clip;
}

.rule-product-card .name {
    color: black;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    padding: 0px 20px;
    text-align: center;
}

.rule-product-card .price-before {
    font-size: 13px;
    color: #9d9d9d;
    text-decoration: line-through;
    text-align: center;
}

.rule-product-card .price-after {
    color: red;
    text-align: center;
}

.countdown-container {
    display: flex;
    gap: 12px;
    align-items: center;
}

.countdown-box {
    background: #1F7B6D;
    padding: 8px 12px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: bold;
}
