.elementor-widget-container {
    margin-top: 10px;
}
.site__header {
    padding-top: calc(var(--section-padding) + -10px);
    padding-bottom: calc(var(--section-padding) + 1px);
    position: relative;
    z-index: 1;
}
.gallery {
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
}

.main-image {
    position: relative;
    margin-bottom: 10px;
}

.main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    max-height: 550px;
}

.main-image img:hover {
    transform: scale(1.05);
}

.thumbnail-container {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    cursor: grab;
}

.thumbnail-container.active {
    cursor: grabbing;
    user-select: none;
}

.thumbnails {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
    min-width: 100%;
}

.thumbnail {
    height: 130px;

    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    cursor: pointer;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}

.thumbnail:active {
    cursor: grabbing;
}

.thumbnail-container::-webkit-scrollbar {
    display: none;
}

.thumbnail-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.thumbnail-container img {
    border-radius: 5px;
    cursor: pointer;
    object-fit: contain;
    transition: opacity 0.2s;
}

.thumbnail-container img:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.elementor-3575 .elementor-element.elementor-element-c52f6fd .elementor-price-list-header {
    color: #000000;
    font-size: 15px;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    align-items: center;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    justify-content: space-between;
    margin-left: 10px;
}
.elementor-price-list .elementor-price-list-header,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-text {
    display: flex;
    width: 100%;
}
.elementor *,
.elementor ::after,
.elementor ::before {
    box-sizing: border-box;
}

.elementor-3575 .elementor-element.elementor-element-c52f6fd .elementor-price-list-separator {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
}
.elementor *,
.elementor ::after,
.elementor ::before {
    box-sizing: border-box;
}
.elementor-price-list-separator {
    border-color: #dbb254;
}

.elementor-widget-price-list .elementor-price-list {
    list-style: none;
}

.elementor-headline-dynamic-text {
    color: #b9860e;
}
.elementor-price-list-price {
    color: #038e0c;
}

@media (max-width: 767px) {
    .gallery {
        margin: 12px auto;
    }

    .main-image img {
        max-height: 480px;
        object-fit: contain;
    }

    .thumbnail {
        min-width: 88px;
    }
}
