.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;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-gallery.loaded {
    opacity: 1;
}
.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;
}

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

.thumbs-wrapper {
    position: relative;
}

.thumbs-prev,
.thumbs-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.thumbs-prev {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbs-next {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.div-message-cart{
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.pt-main{
    padding-top: 157px;
}
@media (max-width:1024px) {
    .div-message-cart{
        bottom: 65px;
    }
    .pt-main{
        padding-top: 127px;
    }
}

@media (max-width: 768px) {
    .image-brand{
        margin-top: 15px;
    }
    .product-gallery {
        flex-direction: column-reverse;
    }
    .thumbs-wrapper {
        flex-direction: row;
        width: 100%;
    }

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

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

    .main-slider {
        width: 100%;
    }
    .thumbs-slider .swiper-slide {
        width: auto;
        height: auto;
        margin: 5px 2px;
    }
}


.txt-en-name{
    font-size: 18px;
    color:#8b8b8b;
    font-weight: bold;
}

.txt-label-price{
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px
}

.txt-price{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px
}

.btn-buy{
    background-color: var(--color-success);
    padding: 10px 0;
    border-radius: 7px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.image-brand{
    width: 80px;
    box-shadow: 1px 1px 3px #cdcdcd;
    padding: 15px 0;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
.text-select-size{
    display: flex;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    text-decoration: underline;
    padding-block: calc(var(--spacing)*5);
}
.max-w-3xl {
    max-width: 48rem;
}

.text-justify {
    text-align: justify;
}

.overflow-x-auto{
    overflow-x: auto;
}


.arrow-up{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #c4c4c4;
}

.arrow-down{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #c4c4c4;
}

.arrow-left{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #838181;
}

.arrow-right{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #838181;
}

.box-cart-message {
    width: 100%;
    margin: 5px auto 15px auto;
    background-color: #fff;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    padding: 15px 10px;
}
