<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .gallery-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gallery-thumbnails img {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.gallery-thumbnails img:hover {
    border-color: #333;
}

/* Popup */
.popup {
    display: none;
    align-items: center;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.popup_header {
    display: flex;
}
.product_name_popup {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 1.0625rem;
    word-wrap: break-word;
    height: 2.25rem;
    line-height: 1.125rem;
    padding-right: 12px;
    text-align: left;
}
}
.popup_body {
    display: flex;
}
.box-left {
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding: 12px 0 12px 12px;
    position: relative;
    width: 100%;
}
.box-right {
    align-content: flex-start;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.25rem;
    overflow: auto;
}
.image_popup {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.picture_popup {
    display: contents;
}
.image_popup img {
    height: 100%;
    left: 0;
    object-fit: contain;
    object-position: center;
    position: absolute;
    right: 0;
    width: 100%;
}
.popup_header{
    display: none;
}
.popup-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .14);
    height: auto;
    position: relative;
    z-index: 10000;
}
.close-btn {
    position: absolute;
    right: 0px;
    cursor: pointer;
    color: #333;
    z-index: 1100;
    font-weight: bold;
    border-radius: 50%;
    background: #aaa;
    padding: 0px 5px 0 7px;
    font-size: 16px;
    height: 24px;
    width: 24px;
    display: flex;
    top: 0px;
}
.list_image_popup{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 1.875rem 12px;
    width: 22rem;
}
.prev-btn,
.next-btn {
    align-items: center;
    background: rgba(0, 0, 0, .54);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 35px;
    height: 80px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -40px, 0);
    width: 40px;
    z-index: 2;
    border:none;
}

.prev-btn {
    left: 12px;
    padding-right: 4px;
}
.next-btn {
    padding-left: 4px;
    right: 0;
}

/* Danh sÄ‚Â¡ch Ã¡ÂºÂ£nh nhÃ¡Â»Â trong popup */

.popup-thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border-color 0.3s;
    margin-right: 5px;
    margin-bottom: 5px;
}

.popup-thumbnails img:hover,
.popup-thumbnails img.selected {
    border-color: red;
}
.popup-thumbnails {
    align-content: flex-start;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.25rem;
    overflow: auto;
}

.popup-thumbnails img:hover {
    transform: scale(1.05); /* PhÄ‚Â³ng to Ã¡ÂºÂ£nh khi hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* HiÃ¡Â»â€¡u Ã¡Â»Â©ng Ã„â€˜Ã¡Â»â€¢ bÄ‚Â³ng */
}
 .popup_body {
    height: 540px;
    width: 836px;
}
.previews .owl-nav [class*='owl-'], .previews .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    padding: 6px 0;
    cursor: pointer;
    z-index: 10;
    width: 20px;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
@media screen and (min-height: 900px) {
    .popup_body {
        height: auto;
        width: 1156px;
    }
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1024px) {
    .popup_body {
        width: 836px;
        height: auto;
    }
}
@media (max-width: 768px) {
    .popup_body {
        height: 100%;
        width: 100%;
        overflow-x: auto;
        display: block !important;

    }
    .list_image_popup {
        width: 100% !important;
        padding: 12px;
    }
    .popup_header{
        display: block;
    }
    .box-left {
        padding: 12px;
    }
}

@media (max-width: 480px) {
     .popup-thumbnails{
        display: inline-block;
        height: 160px;
        flex: unset;
        overflow-x: auto;
    }
    .popup-thumbnails img {
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }
    .popup_body {
        height: 100%;
        width: 100%;
        overflow-x: auto;
        display: block !important;

    }
    .list_image_popup {
        width: 100% !important;
        padding: 12px;
    }
    .popup_header{
        display: block;
    }
    .box-left {
        padding: 12px;
    }
}</pre></body></html>