/* Main container setup for horizontal scroll */
.theme-product-detail-image-inner {
    display: flex !important;                  /* Aligns images in a row */
    overflow-x: auto !important;               /* Enables horizontal scroll */
    scroll-snap-type: x mandatory;             /* Ensures snap to each image */
    scroll-behavior: smooth;                   /* Smooth scroll effect */
    -webkit-overflow-scrolling: touch;         /* Smooth touch scrolling on mobile */
    width: 100%;                               /* Full width of the container */
    height: 1000px;                              /* Adjusts based on image height */
    flex-wrap: nowrap;                         /* Prevents wrapping */
}

/* Each image container occupies full view width */
.theme-product-detail-image-inner .image-container {
    flex: 0 0 100%;                            /* Each image takes 100% of the viewport width */
    scroll-snap-align: start;                  /* Snaps each image to the start of the viewport */
}

/* Styling for images */
.theme-product-detail-image-inner .image-container img {
    width: 100%;                               /* Fills container width */
    height: 1080px;                              /* Maintains aspect ratio */
    object-fit: contain;                       /* Fits image within the container */
}

/* Optional scrollbar styling to make the scroll visible within the container */
.theme-product-detail-image-inner::-webkit-scrollbar {
    height: 8px;                               /* Horizontal scrollbar height */
}

.theme-product-detail-image-inner::-webkit-scrollbar-thumb {
    background-color: #888;                    /* Color of the scrollbar thumb */
    border-radius: 4px;
}

.theme-product-detail-image-inner::-webkit-scrollbar-thumb:hover {
    background: #555;                          /* Color on hover */
}


.zpsearch_products-container .theme-store-collection-container {
    flex-direction: column;
    align-items: flex-start;
}

[data-sort-by-products-target]{
    width: 100%;
}

.theme-product-image-loader-dots[data-theme-product-image-skeleton-loader] {
  display: none!important;
}

body {
    background-color: #ffffff !important; /* Sets background to white */
}

@media screen and (max-width: 992px) {
  .zpvideo-bg-container video {
    display: block !important;
  }
  .zpvideo-bg-container .zpvideo-fallback-image {
    display: none !important;
  }
}

.zpbutton-align-left .zpbutton-content{
  text-align: left;
}




        .quote-popup {
            position: fixed;
            width: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 0 50px 50px;
            border: 1px solid #ccc;
            border-radius: 25px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 9999;
        }
    
        .quote-popup {
            display: none
        }
    
        .zs-form .zpcontainer {
            max-width: 100%;
        }
    
        .zs-form .zpform-container .zpform-outer li .zpform-field-container {
            max-inline-size: 100% !important;
        }
    
        @media(max-width:768px) {
            .quote-popup {
                width: 85%;
                height: 400px;
                overflow: scroll;
                padding: 20px;
            }
    
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=button],
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=submit],
            .zpform-container .zpform-outer li .zpform-field-container.zpform-button input[type=reset] {
                width: 200px;
                margin-bottom: 20px;
            }
        }
    
        .quote-popup .close {
            position: absolute;
            top: 10px;
            right: 20px;
            cursor: pointer;
            font-size: 25px;
        }
    
        [data-zs-product-id] [data-zs-selling-price],
        [data-zs-product-id] [data-zs-pricing-container] {
            display: none
        }
        .custom-text{
    margin-left: 10px;
    align-self: center;
}
[data-zs-product-details-section-container] [data-zs-product-details-primary-section] [data-zs-pricing-container] [data-zs-pricings]{
    border: none;
    padding-bottom: 0
}
.theme-product-list-style-05 .theme-cart-and-wishlist {
    margin-block-start: auto;
}
