.elementor-15 .elementor-element.elementor-element-fe55a66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-fe55a66{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-753f062 *//* ========== Main Image Styling ========== */
.main-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.dialog-type-lightbox {
    background-color: rgb(0 0 0)!important;}
#product-filter {
  margin-bottom: 20px;
}
#product-filter select {
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  border-radius: 8px;
}
.product-item{
     padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.main-image img {
    width: 100%;
    max-height: 750px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.thumb-info{
    display: flex
;
    justify-content: space-between;
     font-family: 'Poppins', sans-serif;
     font-size: 19px;
    font-weight: 500;
}
/* ========== Thumbnail Row Styling ========== */
.thumbnail-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-top: 5px;
    scrollbar-width: none; /* Firefox */
}
.thumbnail-row::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.thumbnail {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    border-color: #0073e6;
    transform: scale(1.05);
}

/* ========== Mobile Styling ========== */
@media screen and (max-width: 767px) {
    .main-image img {
        max-height: 320px;
    }

    .thumbnail {
        width: 70px;
        height: 70px;
    }
}/* End custom CSS */