/* Header Event */

.header-event-container {
    display: flex;
    width: fit-content;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.header-event-inner {
    display: flex;
    width: 330px;
    transition: transform 0.5s ease;
}

.header-event-item {
    min-width: 100%;
    box-sizing: border-box;
    display: none;

    /* Hide all items by default */
}

.header-event-item.active {
    display: block;
    /* Show the active item */
}

.header-event-item .text1{
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.header-event-item .text2{
    font-size: 14px;
    color: #7F7E7E;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.header-event-control {
    /* transform: translateY(-50%); */
    /* background-color: rgba(255, 255, 255, 0.7); */
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 1000;
    color: #FFD24E;
    font-size: 24px;
}

.header-event-control.prev {
    left: 0;
}

.header-event-control.next {
    right: 0;
}


.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;
}

.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;
}

.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;
}

.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;
}
