.fl-main-container .fl-container.fl-flasher .fl-message, .fl-main-container .fl-container.fl-flasher .fl-title {
    display: block ruby !important;
}

.box-attribute{
    font-size: 14px;
    padding: 5px 0;
}

.box-warranty{
    display: flex;
}

.box-warranty img{
    width: 80px;
    padding-left: 10px;
}

.box-warranty .txt-title{
    font-size: 13px;
    margin-bottom: 10px;
}

.box-warranty .txt-des{
    font-size: 12px;
    color: #8d8d8d;
}

.product-gallery {
    display: flex;
    gap: 15px;
    align-items: center;
}

.thumbs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.thumbs-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #f1f1f1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbs-btn:hover {
    background: #dddddd;
}

/* Thumbnails */
.thumbs-slider {
    height: 100%;
    max-height: 435px;
}

.thumbs-slider img {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    opacity: .4;
    transition: .2s;
    box-shadow: 1px 1px 3px #848484;
}

.thumbs-slider .swiper-slide-thumb-active img {
    opacity: 1;
}

/* Main slider */
.main-slider {
    width: 480px;
}

.main-slider img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .product-gallery {
        flex-direction: column-reverse;
    }

    .thumbs-wrapper {
        flex-direction: row;
        width: 100%;
    }

    .thumbs-slider {
        width: 100%;
        height: 90px;
    }

    .thumbs-btn {
        transform: rotate(90deg);
    }

    .main-slider {
        width: 100%;
    }
}

.thumbs-slider .swiper-slide {
    width: 70px;
    height: 70px;
    margin: auto;
}
