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

.tags {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 1rem 0;
    justify-content: flex-start;
    padding:4rem;
}

    .tags ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .tags a {
        display: inline-block;
        margin-right: 8px;
        color: inherit;
        text-decoration: underline;
    }


.activeTag {
    margin-right: 8px;
    text-decoration: underline;
    cursor: pointer;
}

.inactiveTag {
    margin-right: 8px;
    color: gray;
    text-decoration: none;
    cursor: default;
}


.tablinks {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .tablinks.active {
        background-color: rgb(26 40 72 / var(--tw-bg-opacity));
        color: white;
        border-bottom: none;
    }

.tabcontent-container {
    border: 1px solid #ccc;
    padding: 10px;
}

.tabcontent {
    display: none;
}

    .tabcontent.active {
        display: block;
    }

.gold-text {
    color: rgb(178 147 65);
}

.bg-grey {
    background-color: lightgray;
}

/* Tooltip container */
.tooltip-mobile, .tooltip-mobile2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip-mobile .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: #e6e8e9;
        color: #000000;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        opacity: 0;
        transition: opacity .6s;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 9999;
    }

    .tooltip-mobile2 .tooltiptext {
        visibility: hidden;
        width: 400px;
        background-color: #e6e8e9;
        color: #000000;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        opacity: 0;
        transition: opacity .6s;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 9999;
    }

    .tooltip-mobile:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .tooltip-mobile2:not(:disabled):not(.disabled) {
        cursor: pointer;
    }


    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip-mobile:hover .tooltiptext, .tooltip-mobile2:hover .tooltiptext {
        visibility: visible;
        opacity: 1
    }

.tooltip-mobile-top {
    bottom: 125%;
    left: 0%;
    margin-left: -61px;
}

.tooltip-mobile2-top {
    bottom: 125%;
    left: 0%;
    margin-left: 0px;
}

.tooltip-mobile .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 35%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #dddddd transparent transparent transparent;
}

.tooltip-mobile2 .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #dddddd transparent transparent transparent;
}





.modal-message {
    position: absolute;
    top: -50px; /* Adjust as necessary */
    /* left: 50%;*/
    right: 0px;
    transform: translateX(-50%);
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    display: none;
    z-index: 1001;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.product-swiper, .product-swiper .swiper-wrapper, .product-swiper .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
    /* justify-content: center;*/
}

    .product-swiper .swiper-slide img {
        max-height: 100%;
        width: auto;
        margin: auto;
        cursor: pointer;
    }

/* Modal Styles */
.modal-full {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255);
    z-index: 9999;
}

.modal-content-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; /* Adjust the width as needed */
    max-height: 90vh;
    overflow: hidden;
}

/*.modal-content-full img {
                width: 100%;
                transition: transform 0.25s ease;
            }*/
/* Hover effect to scale the image */
/*.modal-content-full img:hover {
                    transform: scale(2);*/ /* Adjust the scale factor based on your preference */
/*cursor: zoom-in;
                }*/

.modal-full-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
    color: black;
}

    .modal-full-close:hover,
    .modal-full-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.full-gallery, .full-thumbs {
    width: 100%;
    height: auto;
}

.full-gallery {
    height: 75vh; /* Limit the gallery swiper height */
}

.full-thumbs {
    height: 15vh; /* Limit the thumbnail swiper height */
    margin-top: 10px;
}

.full-gallery .swiper-slide img {
    /*  width: auto;
            height: 100%;
            object-fit: contain;
            margin: 0 auto;*/

    max-height: 75vh; /* Set the maximum height to viewport height */
    width: auto; /* Maintain aspect ratio by adjusting width automatically */
    object-fit: contain; /* Ensure the image fits within the bounds while preserving aspect ratio */
    margin: auto; /* Center the image within the slide */
    display: block;
}

.full-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.full-thumbs .swiper-slide {
    width: auto !important;
    flex: 0 0 auto;
}

.zoom-message {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 101; /* Ensure it's above other elements */
}

/*.full-gallery .swiper-slide img {
    pointer-events: none;*/ /* Prevent browser drag events */
/*}*/

.expanded-description-slider {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    visibility: hidden;
    padding-top: 0;
}

    /* Show class added when "Show More" is clicked */
    .expanded-description-slider.show {
        max-height: 1000px; /* Ensure it is large enough for the full content */
        overflow: hidden;
        visibility: visible;
        padding-top: 10px;
    }

.show-more-btn {
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 4px;
    display: block; /* Ensure button is below text */
    transition: all 0.5s ease-in-out; /* Smoothly adjust to changes */
}

    .show-more-btn:hover {
        background-color: #0056b3;
    }
</pre></body></html>