/*поиск*/

.search-results {
    position: absolute;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.product-item {
   display: flex;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    border: 1px solid var(--clr-border-2);
    position: relative;
}
.product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}
.product-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}
.product-price {
    color: #e53935;
    font-weight: bold;
}
/*поиск*/



.cart-textadd {
    display: none;
    position: fixed;
    bottom: 0;
    background: rgb(0,0,0,0.5);
    width: 100%;
    padding: 40px;
    font-size: 30px;
    color: white;
    text-align: center;
    z-index: 33;
}



/*o nas*/

                            .slider {
                                max-width: 800px;
                                margin: 0 auto;
                                font-family: sans-serif;
                            }

                            /* Большое изображение */
                            #big-image {
                                width: 100%;
                                height: 400px;
                                overflow: hidden;
                                border-radius: 10px;
                                position: relative;
                            }

                            #big-image img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                transition: opacity 0.4s ease;
                                display: block;
                            }

                            /* Превью + стрелки */
                            .thumbnail-wrapper {
                                overflow-x: auto;
                                margin-top: 15px;
                                display: flex;
                                align-items: center;
                                position: relative;
                                scroll-behavior: smooth;
                            }

                            /* Превьюшки */
                            .thumbnails {
                                display: flex;
                                gap: 10px;
                                padding: 5px 10px;
                                overflow-x: auto;
                                scroll-snap-type: x mandatory;
                                -webkit-overflow-scrolling: touch;
                                scrollbar-width: none;
                                flex: 1;
                            }

                            .thumbnails::-webkit-scrollbar {
                                display: none;
                            }

                            .thumbnails img {
                                width: 80px;
                                height: 50px;
                                object-fit: cover;
                                border-radius: 6px;
                                cursor: pointer;
                                opacity: 0.6;
                                transition: transform 0.3s, opacity 0.3s;
                                scroll-snap-align: start;
                            }

                            .thumbnails img:hover {
                                opacity: 1;
                                transform: scale(1.05);
                            }

                            /* Активное превью (можно назначать через JS при клике) */
                            .thumbnails img.active {
                                border: 2px solid #6784e0;
                                opacity: 1;
                            }

                            /* Стрелки */
                            .thumb-arrow {
                                font-size: 24px;
                                color: #1c3481;
                                cursor: pointer;
                                padding: 5px 10px;
                                user-select: none;
                                border-radius: 4px;
                                background-color: rgba(255, 255, 255, 0.8);
                                transition: background-color 0.3s;
                                z-index: 2;
                            }

                            .thumb-arrow:hover {
                                background-color: #eee;
                            }

                            .lleft {
                                margin-right: 10px;
                            }

                            .rright {
                                margin-left: 10px;
                            }
							
							
		.scroll-thumbs {
            max-height: 450px;
            overflow-y: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .scroll-thumbs::-webkit-scrollbar {
            display: none;
        }	
							
/*o nas*/





/*filiali ymaps*/
             #maps {
                    width: 100%;
                    height: 300px;
                    position: relative;
                }

                .city-overlay {
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    background: rgba(255, 255, 255, 0.95);
                    padding: 15px;
                    border-radius: 8px;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                    font-family: Arial, sans-serif;
                    font-size: 14px;
                    z-index: 2;
                    max-width: 250px;
                }

                .city-overlay h4 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                .city-item {
                    margin-bottom: 6px;
                    line-height: 1.4;
                }
 /*filiali ymaps*/    