.site__header {
    padding-top: 84px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
    background: black;
    text-align: center;
}

.site__header {
    padding-top: 84px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
    background: black;
    text-align: center;
}

.cart-icon {
    position: fixed;
    top: 200px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url('https://icons.veryicon.com/png/o/miscellaneous/flower-mall-color-icon/shopping-cart-114.png')
        no-repeat center center;
    background-size: contain;
    cursor: pointer;

    z-index: 10000000000;
}

.cart-icon .item-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.product {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.cart {
    position: fixed;
    top: 150px;
    right: 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 10000000000;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-total {
    margin-top: 10px;
    font-weight: bold;
}

.close-cart {
    text-align: right;
    margin-bottom: 10px;
}

.checkout-button {
    display: block;
    margin-top: 10px;
    background: green;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

button {
    background: #2f4ad0;
    transition: all 0.4s ease;
    color: aliceblue;
    padding: 8px;
    border: none;
    font-weight: var(--font-weight-bold);
    margin-top: 5px;
}

.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: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px;
    width: 100%;
    background-color: #f5f5f5;
}

.thumbnails {
    display: flex;
    gap: 10px;
}

.thumbnail {
    min-width: 150px;
    height: 150px;
    background-color: #ddd;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
    cursor: grab;
}

.thumbnail:active {
    cursor: grabbing;
}

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

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

.thumbnail-container img {
    width: 100px;
    height: 110px;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    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;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}
