@font-face {
    font-family: 'Playfair Display SC Bold';
    src: url('fonts/playfair-display.bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #312111;
    --secondary-color: #000000;
}

body {
    font-family: 'Satoshi';
    margin: 0;
    padding: 0;
    background: url('images/fullbg.webp');
    background-size: 100%;
    background-repeat: repeat-y;
}


.wrapper {
    width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 45px;
    font-family: 'Playfair Display SC Bold', sans-serif;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

h3 {
    font-size: 24px;
    font-family: 'Playfair Display SC Bold', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

img {
    width: 100%;
    height: 100%;
}

.explore-btn {
    align-items: center;
    padding: 50px 0 0;

    a {
        text-decoration: none;
        color: #dcd8c8;
        font-size: 24px;
        position: relative;
        transition: color 0.3s;
        background-color: #312111;
        padding: 12px 24px;
        border-radius: 50px;
        display: inline-block;
        font-family: 'Satoshi';

        &:hover {
            transform: scale(1.05);
            transition: all 0.3s ease-in-out;
        }
    }
}

.hedersolution .header {
    position: relative;
}

.bg-1 {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    .top {
        background: var(--primary-color);
        color: #E0DDD0;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        overflow: hidden;
        /* contain animations */

        .dynamic-text {
            display: inline-block;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
    }

    .main {
        display: flex;
        justify-content: center;

        .wrapper {
            display: flex;
            align-items: center;
            justify-content: end;
            padding: 35px 5%;
            margin: 0 0;
            gap: 246px;

            .logo {
                img {
                    width: 400px;
                    object-fit: contain;
                    display: block;
                }
            }

            .actions {
                display: flex;
                align-items: center;
                gap: 25px;

                .icon-btn {
                    text-decoration: none;
                    color: var(--primary-color);
                    font-size: 20px;
                    position: relative;
                    transition: color 0.3s;

                    &:hover {
                        color: var(--secondary-color);
                    }

                    &.cart-btn .count {
                        position: absolute;
                        top: -5px;
                        right: -8px;
                        background: var(--primary-color);
                        color: #fff;
                        font-size: 11px;
                        width: 13px;
                        height: 13px;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border: 2px solid #fff;
                    }
                }
            }
        }
    }

    .menu {

        /* border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; */
        background: #aaa49266;

        nav {
            ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                justify-content: center;
                gap: 40px;
                position: relative;

                li {
                    position: relative;
                    padding: 15px 0;

                    a {
                        text-decoration: none;
                        color: #0c0c0c;
                        font-size: 16px;
                        text-transform: uppercase;
                        letter-spacing: 0.5px;
                        transition: color 0.3s;
                        display: flex;
                        /* alignment for text and icon */
                        align-items: center;
                        gap: 5px;

                        i {
                            font-size: 12px;
                            margin-top: 2px;
                            /* slight adjustment for optical alignment */
                        }

                        &:hover {
                            color: var(--primary-color);
                        }
                    }

                    .dropdown {
                        position: absolute;
                        top: 100%;
                        left: 50%;
                        transform: translateX(-50%);
                        background: #fff;
                        min-width: 200px;
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                        display: none;
                        /* Hidden by default */
                        flex-direction: column;
                        padding: 10px 0;
                        z-index: 100;
                        border-top: 2px solid var(--primary-color);
                        gap: 0;

                        li {
                            padding: 0;
                            width: 100%;

                            a {
                                display: block;
                                padding: 10px 20px;
                                text-transform: none;
                                font-size: 15px;

                                &:hover {
                                    background: #f9f9f9;
                                }
                            }
                        }
                    }

                    &:hover .dropdown {
                        display: flex;
                        /* Show on hover */
                    }
                }
            }
        }
    }
}

.banner {

    background-size: cover;
    background-position: center;
    min-height: 777px;
    /* Prevent overlapping on zoom/small screens */
    /* Reduced height to fit viewport better with header */
    display: flex;
    /* Center the carousel */
    align-items: center;
    justify-content: flex-end;
    padding: 0 5% 40px 5%;
    /* Added bottom padding */
    flex-direction: column;

    .carousel-container {
        width: 100%;
        max-width: 1200px;
        /* background: url('images/bg-carrasol.png'); */
        background-size: cover;
        background-position: center;
        border-radius: 50px;
        height: 500px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        /* Horizontal center only */

        .carousel-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 0px;
            box-sizing: border-box;
            opacity: 0;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            transform: translateX(100px);
            /* Default state for non-active */
            pointer-events: none;

            &.active {
                opacity: 1;
                transform: translateX(0);
                pointer-events: auto;
                z-index: 2;
            }

            img {
                object-fit: cover;
            }

            .content {
                color: #fff;
                width: 50%;
                opacity: 0;
                transform: translateY(20px);
                transition: all 0.6s ease 0.3s;
                /* Delay for content */

                span {
                    font-size: 45px;
                    font-weight: normal;
                    margin: 0 0 10px 0;
                }

                h2 {
                    font-size: 50px;
                    font-weight: normal;
                    margin: 0 0 30px 0;
                    line-height: 1.2;
                }

                .coupon-btn {
                    display: inline-block;
                    background-color: #DCD8C8;
                    color: #37291B;
                    padding: 12px 30px;
                    border-radius: 30px;
                    font-size: 20px;
                    font-weight: bold;
                    cursor: pointer;
                    transition: transform 0.2s;

                    &:hover {
                        transform: scale(1.05);
                    }
                }
            }

            &.active .content {
                opacity: 1;
                transform: translateY(0);
            }

            .image {
                width: 45%;
                height: 100%;
                display: flex;
                align-items: flex-end;
                justify-content: flex-end;
                opacity: 0;
                transform: translateX(30px);
                transition: all 0.6s ease 0.2s;

                img {
                    max-height: 100%;
                    max-width: 100%;
                    object-fit: contain;
                }
            }

            &.active .image {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .carousel-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;

            .dot {
                width: 10px;
                height: 10px;
                background-color: #5C4A3A;
                border-radius: 50%;
                cursor: pointer;
                transition: background-color 0.3s;

                &.active {
                    background-color: #E0DDD0;
                }
            }
        }

        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: all 0.3s ease;
            display: none;

            img {
                width: 65%;
                height: auto;
                transition: filter 0.3s ease, transform 0.3s ease;
            }

            &.next {
                right: 20px;

                &:hover img {
                    transform: translateX(5px);
                    filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(233%) hue-rotate(345deg) brightness(89%) contrast(85%);
                    /* Recolor to cream/white */
                }
            }

            &.prev {
                left: 20px;

                img {
                    transform: rotate(180deg);
                }

                &:hover img {
                    transform: rotate(180deg) translateX(5px);
                    filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(233%) hue-rotate(345deg) brightness(89%) contrast(85%);
                }
            }
        }
    }
}

.category {
    text-align: center;

    background-size: cover;
    padding: 40px;

    .cat-list {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
        margin: 50px 0px;
    }

    .cat-item {
        img {
            width: 130px;
            height: 130px;
            border-radius: 100%;
            object-fit: contain;
        }

        h3 {
            font-size: 17px;
            font-family: 'Satoshi';
            margin-top: 15px;
        }
    }

    .cat-item:hover {
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
    }


}

.product-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

    .product-item {
        background: #fff;
        border-radius: 60px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        position: relative;

        img {
            width: 100%;
            height: 222px;
            border-radius: 40px;
            object-fit: cover;
        }

        span {
            font-size: 20px;
            font-family: 'Satoshi', sans-serif;
            margin-top: 20px;
            padding: 0 20px;
            text-align: center;

        }

        p {
            font-size: 20px;
            font-family: 'Satoshi', sans-serif;
            margin: 0 0px;
            padding: 10px 0 30px;

        }
    }
}

.beginning-section {

    background-size: cover;
    /* Light beige background */
    padding: 80px 0 0px;
    text-align: center;
    position: relative;
    overflow: hidden;

    h2 {
        margin-bottom: 50px;
    }

    .beginning-swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;

        .swiper-slide {
            background-position: center;
            background-size: cover;
            width: 300px;
            height: 400px;

            img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
            }
        }

        .swiper-button-next,
        .swiper-button-prev {
            display: none;
        }
    }
}

.media-section {

    background-size: cover;
    background-position: center;
    padding: 80px 0 60px;
    text-align: center;
    overflow: hidden;

    h2 {
        margin-bottom: 50px;
    }

    .media-grid {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        align-items: flex-start;
    }

    .media-card {
        width: 250px;
        height: 442px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

        &.down {
            margin-top: 50px;
            /* Stagger effect */
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(5px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;

            i {
                font-size: 20px;
                color: #fff;

                margin-left: 0px;
                margin-top: 7px;
            }
        }

        &:hover {
            transform: scale(1.02);

            img {
                transform: scale(1.1);
            }

            .play-btn {
                background: #fff;
                transform: translate(-50%, -50%) scale(1.2);

                i {
                    color: var(--primary-color);
                }
            }
        }
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes flipLogo {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.choose-section {

    background-size: cover;
    background-position: center;
    padding: 60px 0 80px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;

    h2 {
        font-size: 48px;
        margin-bottom: 60px;
        color: #000;
        letter-spacing: 2px;
    }

    .choose-container {
        position: relative;
        margin: 0 auto;
    }

    .choose-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 90px;
    }

    .choose-item {
        height: 280px;
        overflow: hidden;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        cursor: pointer;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Top Left & Bottom Right */
        &.item-tl,
        &.item-br {
            border-radius: 80px 0 80px 0;
        }

        /* Top Right & Bottom Left */
        &.item-tr,
        &.item-bl {
            border-radius: 0 80px 0 80px;
        }

        &:hover {
            transform: scale(1.05) rotateY(10deg);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
    }

    .center-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-70%, 0%);
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        transform-style: preserve-3d;
        rotate: 45deg;
        /* Diamond shape container */

        .logo-inner {
            animation: flipLogo 5s infinite linear;
            display: flex;
            rotate: -45deg;

            /* Counter-rotate icon */
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

.store-section {
    display: flex;
    background-color: #1a0802;
    /* Deep dark brown/black */
    height: 625px;
    overflow: hidden;
    position: relative;
    align-items: center;

    .store-image {
        width: 80%;
        height: 100%;
        position: relative;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Create a fade out effect to the right */
            /* -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
            mask-image: linear-gradient(to right, black 60%, transparent 100%); */
        }
    }

    .store-content {
        width: 20%;
        padding-right: 8%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* Align content to the right */
        color: #fff;
        z-index: 10;

        h2 {
            font-family: 'Satoshi', sans-serif;
            /* Using consistent title font */
            font-size: 60px;
            font-weight: normal;
            margin: 0 0 10px 0;
            color: #E0DDD0;
        }

        p {
            font-size: 24px;
            margin: 0 0 40px 0;
            color: #E0DDD0;
            font-weight: 300;
        }

        .find-store-btn {
            background-color: #E0DDD0;
            color: #1a0802;
            text-decoration: none;
            padding: 12px 35px;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            transition: transform 0.3s;
            display: inline-block;

            &:hover {
                transform: scale(1.05);
            }
        }
    }
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 80px 0 40px;
    font-family: 'Satoshi', sans-serif;

    .footer-header {
        margin-bottom: 50px;

        h2 {
            font-size: 60px;
            font-family: 'Playfair Display SC Bold', sans-serif;
            font-weight: bold;
            color: #fff;
        }
    }

    .footer-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 80px;
        border-bottom: 1px solid #333;
        padding-bottom: 50px;
    }

    .footer-col {
        flex: 1;
        min-width: 200px;

        h3 {
            font-size: 20px;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;

            i {
                background: linear-gradient(135deg, #333, #000);
                padding: 8px;
                border-radius: 5px;
                font-size: 14px;
                border: 1px solid #444;
                box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
            }
        }

        ul {
            list-style: none;
            padding: 0;
            margin: 0;

            li {
                margin-bottom: 15px;

                a {
                    text-decoration: none;
                    color: #aaa;
                    font-size: 14px;
                    transition: color 0.3s;

                    &:hover {
                        color: #fff;
                    }
                }
            }
        }

        &.newsletter {
            label {
                display: block;
                font-size: 14px;
                margin-bottom: 10px;
                color: #aaa;
            }

            input[type="email"] {
                width: 100%;
                padding: 10px;
                border-radius: 20px;
                border: 1px solid #fff;
                background: transparent;
                color: #fff;
                margin-bottom: 20px;
                outline: none;
            }

            .checkbox-group {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                margin-bottom: 20px;

                input[type="checkbox"] {
                    margin-top: 3px;
                }

                label {
                    font-size: 12px;
                    line-height: 1.4;
                    color: #fff;
                }
            }

            button {
                background: #fff;
                color: #000;
                border: none;
                padding: 10px 30px;
                border-radius: 20px;
                font-weight: bold;
                cursor: pointer;
                box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
                transition: transform 0.2s, box-shadow 0.2s;

                &:hover {
                    transform: scale(1.05);
                    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
                }
            }
        }
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        color: #777;
        font-size: 12px;

        .social-icons {
            display: flex;
            gap: 15px;

            a {
                color: #777;
                font-size: 18px;
                transition: color 0.3s;
                border: 1px solid #333;
                padding: 8px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;

                &:hover {
                    color: #fff;
                    border-color: #fff;
                }
            }
        }

        .partners {
            display: flex;
            gap: 20px;
        }

        .legal-links {
            display: flex;
            gap: 20px;

            a {
                text-decoration: none;
                color: #777;
                transition: color 0.3s;

                &:hover {
                    color: #fff;
                }
            }
        }
    }
}

.header-bg {
    height: 217px;

    background-size: 100% 100%;
}

.inner-banner-sec {
    padding: 50px 0 50px 0;
    background-image: url('images/bg-carrasol-1.webp');
    background-size: cover;
    height: 73vh;

    .inner-banner-div {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .inner-banner-left {
            h1 {
                font-size: 48px;
                color: white;
                font-weight: 400;
            }

            p {
                background-color: #dcd8c8;
                width: fit-content;
                padding: 8px 25px;
                border-radius: 50px;
                font-size: 20px;
                margin-top: 29px;
                font-weight: 500;
                color: #37291b;
            }
        }

        .inner-banner-right {
            img {
                max-width: 500px;
                height: auto;
            }
        }

    }
}

.cetagory-sec {
    padding: 50px 0 50px 0;

    background-size: cover;
    background-position: center;

    .cetagory-nav {
        background-image: linear-gradient(to right, #cac2ab, #cac2ab00);

        .dropdown {
            button {
                padding: 7px 15px;
                font-size: 17px;
                outline: none;
                border: 0px;
                background-color: #2e1f10;
                color: white;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                z-index: 1;
                background-color: #2e1f10;
                width: 160px;
                color: white;
                font-size: 15px;
                border-radius: 0px 0px 20px 20px;

                ul {
                    padding: 10px;

                    li.dropbtn-li-1 {
                        margin: 0px;
                        list-style-type: none;
                        position: relative;

                        button.dropbtn1 {
                            width: 100%;
                            text-align: left;
                        }
                    }
                }
            }

            &:hover .dropdown-content {
                display: block;
            }
        }

    }

    .cetagory-div {
        padding-top: 50px;

        .product-list {
            gap: 0;

            .cetagory-item.product-item {
                margin-bottom: 30px;
                border-radius: 25px;
                padding-bottom: 20px;

                img {
                    border-radius: 25px;
                    height: 270px;
                    margin-bottom: 10px;
                }

                p {
                    font-size: 20px;
                    line-height: normal;
                    margin-bottom: 0;
                    text-align: left;
                    width: 100%;
                    padding: 3px 20px;
                    font-weight: 600;
                }
            }
        }
    }

}

.product-single-sec {
    padding: 50px 0 50px 0;

    background-size: cover;
    background-position: center;

    .product-single-left {
        padding: 25px;
        background-color: white;
        border-radius: 30px;

        .big-img {
            overflow: hidden;

            img.tabcontent {
                width: 585px;
                height: 585px;
                object-fit: cover;
                margin-bottom: 10px;
                display: none;
                border-radius: 20px;

            }
        }

        .rating-div p {
            display: flex;
            gap: 10px;
            font-size: 17px;
            font-weight: 400;
            color: #aaaaaa;
            align-items: center;

            img {
                width: 20px;
                height: 20px;
            }

        }

        img.tablinks {
            height: 140px;
            width: 140px;
            border-radius: 10px;
            object-fit: cover;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        img.tablinks:hover {
            border-color: #312110;
            transform: scale(1.05);
        }

        img.tablinks.active {
            border-color: #312110;
            opacity: 1;
        }

        .img-tab-btn {
            margin-top: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .img-tab-btn::-webkit-scrollbar {
            height: 6px;
        }

        .img-tab-btn::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .img-tab-btn::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .img-tab-btn::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .thumbnail-grid {
            display: flex;
            flex-direction: row;
            gap: 15px;
            width: max-content;
        }

        .thumbnail-item {
            flex-shrink: 0;
            width: 140px;
            height: 140px;
            overflow: hidden;
            border-radius: 10px;
        }

        .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .product-single-right {
        padding: 25px;
        background-color: white;
        border-radius: 30px;


        .cat {
            margin-top: 25px;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0px;
            color: gray;

            span {
                color: black;
            }
        }

        .title-pd {
            display: flex;
            justify-content: space-between;
            gap: 30px;


            h2 {
                font-size: 32px;
                word-spacing: 3px;
                color: black;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 20px;
                font-family: 'Playfair Display SC Bold', sans-serif;
                text-transform: unset;

            }

            i {
                margin-top: 10px;
                display: block;
            }
        }

        h5 {
            font-size: 35px;
            color: black;
            line-height: normal;
            margin: 10px 0;
        }

        p.p1 {
            color: black;
            font-weight: 600;
            margin: 0;
            font-family: 'Satoshi', sans-serif;
            font-size: 20px;

            a {
                color: #368db8;
                font-size: 16px;

            }
        }

        p.p2 {
            font-size: 15px;
            color: skyblue;
            font-weight: 600;
            margin: 0;
            margin-bottom: 10px;

            a {
                color: #368db8;
                font-size: 16px;
                font-family: 'Satoshi', sans-serif;

            }

            a.dc {
                font-family: 'Satoshi';
                color: #312110;
                font-size: 17px;
                line-height: 1.5;
                border-bottom: 1px solid #312110;
            }
        }

        div.apply-coupon-div {
            background-color: #2e3f92;
            max-width: 100%;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;

            h6 {
                font-size: 15px;
                font-weight: 500;
                line-break: normal;
                color: white;
                margin: 0;
            }

            p {
                font-size: 15px;
                font-weight: 500;
                line-break: normal;
                color: white;
                margin: 0;
            }

            button {
                border: 0px;
                background-color: white;
                outline: none;
                padding: 5px 10px;
                border-radius: 50px;
                font-size: 15px;
                line-height: normal;
                font-weight: 500;
            }
        }

        .color {
            display: flex;
            align-items: center;
            gap: 75px;
            margin-bottom: 15px;

            p {
                margin: 0px;
                font-size: 16px;
                font-weight: 700;
                font-family: 'Satoshi', sans-serif;
            }

            .color-option {
                display: flex;
                gap: 10px;


                button {
                    border: NONE;
                    outline: 0;
                    width: 25px;
                    height: 25px;
                    background-color: white;
                    border-radius: 50%;
                }
            }
        }

        .metal {
            display: flex;
            align-items: center;
            gap: 75px;
            margin-bottom: 15px;

            p {
                margin: 0px;
                font-size: 16px;
                font-weight: 700;
                font-family: 'Satoshi', sans-serif;
            }

            .metal-option {
                display: flex;
                gap: 10px;

                button {
                    width: fit-content;
                    padding: 5px 10px;
                    border: 1px solid black;
                    font-size: 15px;
                    font-weight: 600;
                    border-radius: 5px;
                    background-color: white;
                    line-height: normal;
                }
            }
        }

        .ring-size {
            display: flex;
            align-items: center;
            gap: 75px;
            margin-bottom: 15px;

            p {
                margin: 0px;
                font-size: 16px;
                font-weight: 700;
                font-family: 'Satoshi', sans-serif;
            }

            .ring-size-option {
                display: flex;
                gap: 10px;

                select {
                    width: 100px;
                    padding: 5px 10px;
                    border: 1px solid black;
                    font-size: 15px;
                    font-weight: 600;
                    border-radius: 5px;
                    background-color: white;
                    line-height: normal;
                }
            }
        }

        .btns {
            display: flex;
            gap: 30px;
            margin-bottom: 15px;

            button {
                width: fit-content;
                font-size: 15px;
                font-weight: 600;
                background-color: #312110;
                border: 0;
                color: white;
                outline: none;
                line-height: normal;
                padding: 8px 25px;
                border-radius: 5px;
            }
        }

        .pincode {
            border: 1px solid #000000;
            width: fit-content;
            display: flex;
            gap: 0;
            align-items: center;
            padding: 5px 10px 5px 0px;
            margin-top: 25px;
            border-radius: 12px;
            overflow: hidden;

            input {
                border: 0px;
                padding: 7px 15px 8px 15px;
            }



            button {
                border: 0px;
                width: fit-content;
                padding: 8px 15px;
                background-color: #312110;
                border-radius: 5px;
                color: white;
                font-size: 15px;
                font-weight: 600;
                outline: none;
                line-height: normal;
            }
        }
    }

    .additional-info {
        margin-top: 50px;
        padding: 30px;
        background-color: white;
        border-radius: 30px;

        h2 {
            margin: 0px;
            width: fit-content;
            font-size: 22px;
            font-weight: 600;
            background-color: #e9e6ed;
            border: 1px solid #dfdbe5;
            border-radius: 4px 4px 0px 0px;
            padding: 4px 15px 6px 15px;
        }

        h6.heading-1 {
            background-color: #f9f9f9;
            font-size: 15px;
            font-weight: 600;
            color: #4d4b44;
            padding: 5px 15px;
            margin-bottom: 20px;
        }

        .product-details {
            .div-1 {
                display: flex;
                gap: 20px;

                .weight {
                    border: 1px solid black;
                    border-radius: 15px;
                    padding: 20px;
                    margin-bottom: 20px;

                    h6 {
                        font-size: 15px;
                        font-weight: 600;
                        margin-bottom: 15px;
                        color: #4d4b44;
                        margin-right: 35px;
                        margin-top: 0px;
                    }

                    p {
                        font-size: 13px;
                        font-weight: 400;
                        color: #848182;
                        margin: 0;
                        line-height: normal;
                    }

                    table {
                        margin-top: 10px;
                        width: 100%;

                        tr {
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                            gap: 0px;

                            td {
                                border-bottom: 1px solid #aaaaaa;
                                font-size: 15px;
                                color: #a5a4a5;
                                padding: 8px 8px;
                                font-weight: 600;
                            }
                        }
                    }
                }
            }
        }

        .our-promise {
            ul {
                padding: 0;

                li {
                    display: flex;
                    align-items: center;
                    gap: 15px;
                    list-style-type: none;
                    margin-bottom: 5px;
                    font-size: 15px;
                    font-weight: 500;
                    color: #9aa5bd;

                    img {
                        width: 30px;
                        height: 30px;
                        padding: 0;
                    }
                }
            }

            .certificate {
                background-color: #aecaed;
                padding: 20px;
                border: 1px solid #367bd1;

                h6 {
                    text-transform: uppercase;
                    font-size: 15px;
                    font-weight: 700;
                    margin-bottom: 10px;
                    color: #34507a;
                }

                p {
                    font-size: 13px;
                    font-weight: 700;
                    color: #426ba7;
                }
            }
        }
    }
}

.similar-product {
    padding: 0px 0 50px 0;

    background-size: 100% 100%;

    h2 {
        font-size: 37px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .similar-product-grid {

        img {
            width: 100%;
            height: 222px;
            object-fit: cover;
            border-radius: 40px;
            margin-bottom: 10px;
        }

        p {
            font-size: 22px;
            font-weight: 400;
            padding: 20px 0 25px;
        }
    }
}

.dropdown-content1 {
    display: none;
    position: absolute;
    right: -190px;
    width: 200px;
    background-color: #2e1f10;
    z-index: 2;
    top: 0;
    border-radius: 15px;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

.dropbtn-li-2 {
    list-style-type: none;
    position: relative;
    padding: 4px 0px 4px 30px;
}

.dropbtn-li-2::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-image: linear-gradient(to right, #cac2ab, #cac2ab00);
    position: absolute;
    left: 10px;
    top: 11px;
}

img.saveratext {
    width: 145px;
}

/* Global Floating Moments Widget */
.global-moments-btn {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999;
    display: none;
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.global-moments-btn:active {
    transform: scale(0.9);
}

.moments-video-thumbale {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 130px;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10000;
    display: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    background: #000;
    transition: transform 0.3s ease;
}

.moments-video-thumbale:active {
    transform: scale(0.95);
}

.moments-video-thumbale .thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moments-video-thumbale .thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.moments-video-thumbale .thumb-play-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.moments-video-thumbale .thumb-play-btn i {
    color: #fff;
    font-size: 18px;
    margin-left: 3px;
}

.moments-video-thumbale .thumb-text {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-family: 'Playfair Display SC Bold', sans-serif;
    font-size: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.moments-video-thumbale .thumb-top-icons {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    z-index: 10;
}

.moments-video-thumbale .thumb-logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.moments-video-thumbale .thumb-actions {
    display: flex;
    gap: 8px;
}

.moments-video-thumbale .thumb-action-item {
    color: #fff;
    font-size: 14px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {

    .global-moments-btn,
    .moments-video-thumbale {
        display: block !important;
    }
}