@media screen and (min-width: 1200px) {
    .header-three-container {
        max-width: 64dvw !important;
    }

    /*.main-slider-slide {*/
    /*    height: 45dvh !important;*/
    /*}*/
}

.one-footer .social-network .top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
}

ul.gallery-options.special {
    z-index: 100 !important;
}

.product-gallery {
    border: 0 !important;
}

.section-title .logo-category {
    width: 49px;
    top: 2px;
}

@media (max-width: 768px) {
    body {
        padding-top: 0 !important;
    }
}

.original-price {
    font-size: 13px;
}

.amazing-product img {
    width: 100% !important;
}


section.slider-section {
   background-color: unset !important;
   border: 0 !important;
   -webkit-box-shadow: 0 0 0 !important;
   box-shadow: 0 0 0 !important;
}

section.slider-section .product-card {
    padding: 8px;
    border-radius: 20px !important;
}

section.slider-section .product-card .product-thumb {
border-radius: 10px;
}
.product-card .product-meta {
    display: flex;
    justify-content: right;
    align-items: center;
}
.product-card .product-meta img {
    width: 16px;
    margin-left: 5px;
}

@media (max-width: 768px) and (max-width: 991px) {
    .category-section-slider .category-slider .item img {
        max-width: 100px;
        background: #fff;
        padding: 3px;
        border-radius: 1.5em !important;
    }
}


#hookah-loader {
    position: fixed;
    inset: 0;
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#hookah-loader.hide {
    opacity: 0;
    pointer-events: none;
}

.hookah-container {
    position: relative;
    width: 200px;
    height: 350px;
}

/* قلیان */
.hookah {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 250px;
}

/* سر قلیان */
.hookah-head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 40px;
    background: linear-gradient(180deg, #d4a574 0%, #8b6f47 100%);
    border-radius: 10px 10px 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.hookah-head::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 15px;
    background: #ff4500;
    border-radius: 50%;
    box-shadow: 0 0 20px #ff4500, 0 0 40px #ff4500;
    animation: ember 2s ease-in-out infinite;
}

@keyframes ember {
    0%, 100% {
        box-shadow: 0 0 20px #ff4500, 0 0 40px #ff4500;
        opacity: 0.8;
    }
    50% {
        box-shadow: 0 0 30px #ff6347, 0 0 60px #ff6347;
        opacity: 1;
    }
}

/* لوله */
.hookah-pipe {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 80px;
    background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%);
    border-radius: 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* بدنه شیشه */
.hookah-body {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 100px;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border-radius: 40%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 5px 15px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

/* آب داخل شیشه */
.water {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.5) 0%, rgba(118, 75, 162, 0.6) 100%);
    animation: water-bubble 2s ease-in-out infinite;
}

@keyframes water-bubble {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* حباب‌های آب */
.bubble {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: bubble-rise 3s infinite ease-in;
}

.bubble:nth-child(1) { left: 20%; animation-delay: 0s; }
.bubble:nth-child(2) { left: 50%; animation-delay: 0.5s; }
.bubble:nth-child(3) { left: 75%; animation-delay: 1s; }

@keyframes bubble-rise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(-60px) scale(0.5);
        opacity: 0;
    }
}

/* پایه */
.hookah-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 50px;
    background: linear-gradient(180deg, #4a4a4a 0%, #2a2a2a 100%);
    border-radius: 0 0 45% 45%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

/* دود */
.smoke-container {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    pointer-events: none;
}

.smoke-loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0;
    animation: smoke-rise 4s ease-out infinite;
}

.smoke-loader:nth-child(1) {
    animation-delay: 0s;
    left: 45%;
}

.smoke-loader:nth-child(2) {
    animation-delay: 0.8s;
    left: 50%;
}

.smoke-loader:nth-child(3) {
    animation-delay: 1.6s;
    left: 55%;
}

.smoke-loader:nth-child(4) {
    animation-delay: 2.4s;
    left: 48%;
}

.smoke-loader:nth-child(5) {
    animation-delay: 3.2s;
    left: 52%;
}

@keyframes smoke-rise {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.5;
        transform: translateY(-80px) translateX(20px) scale(2);
    }
    100% {
        opacity: 0;
        transform: translateY(-150px) translateX(-10px) scale(3);
    }
}

/* متن لود */
.loading-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    white-space: nowrap;
}

.loading-dots span {
    animation: dot-blink 1.4s infinite;
    animation-fill-mode: both;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dot-blink {
    0%, 80%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

/* درصد */
.percentage {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    font-family: 'Arial', sans-serif;
    text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}