:root {
    --loveKiss: 242, 138, 150;
    --white: 255, 255, 255;
    --nobelTeal: 7, 94, 93;
    --mintIceCream: 204, 238, 238;
    --eauDeCologne: 1, 167, 175;
    --pp-teal: 0, 174, 172;
}

*,
html,
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
    margin: 0;
}

textarea.no-resize {
    resize: none;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Standard property for other browsers */
}

.pp-btn-primary {
    background-color: rgb(var(--loveKiss));
    color: rgb(var(--white));
    padding: 1rem 2.5rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 0.5rem;

    &:hover {
        background-color: rgba(var(--loveKiss), 0.85);
        box-shadow: 0px 0px 15px 0px rgba(var(--loveKiss), 0.25);
    }
}

.pp-btn-secondary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: rgb(var(--pp-teal));
    --bs-btn-border-color: rgb(var(--pp-teal));
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: rgba(var(--pp-teal), 0.85);
    --bs-btn-hover-border-color: rgba(var(--pp-teal), 0.85);
    --bs-btn-focus-shadow-rgb: rgba(var(--pp-teal), 0.35);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: rgba(var(--pp-teal), 0.95);
    --bs-btn-active-border-color: rgba(var(--pp-teal), 0.95);
}

.hero-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh);
    background-color: rgb(var(--mintIceCream));
    background-image: url(../img/hero-pattern-bg.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 2;

    [class^="col-lg"] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-caption {
        color: rgb(var(--loveKiss));
        font-size: 3.5rem;
        font-weight: 400;
        font-style: normal;
        line-height: 50px;
        letter-spacing: -0.075em;
        margin: 2rem 0 4rem;
    }

    .hero-actions {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
}

.feature-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
    background-color: rgb(var(--white));
    padding: 10rem 0 5rem;

    .wave-bg {
        display: block;
        position: absolute;
        top: -23px;
        height: 130px;
        width: 100%;
        background: url(../img/wave-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    [class^="col-lg"] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }

    .feature-caption-bg {
        position: absolute;
        z-index: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;

        img {
            max-width: 600px;
            width: 100%;
            margin: 0 auto;
        }
    }
    .feature-caption {
        color: rgb(var(--nobelTeal));
        font-size: 5rem;
        font-weight: 400;
        font-style: normal;
        line-height: 5rem;
        letter-spacing: -0.075em;
        margin: 2rem 0 4rem;
        z-index: 2;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .feature-desc {
        padding: 0 0 0 5rem;

        h4 {
            font-size: 2.4rem;
            line-height: 2.8rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: rgb(var(--nobelTeal));
        }

        p {
            font-size: 1.6rem;
            line-height: 1.8rem;
            margin-bottom: 2rem;
            color: rgb(var(--nobelTeal));
        }

        .pp-btn-primary {
            margin-top: 2rem;
        }
    }
}

.ourgifts-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 10rem 0 5rem;

    .gifts-caption {
        background-color: rgb(var(--mintIceCream));
        padding: 3rem;
        min-height: 620px;

        h3 {
            font-size: 4rem;
            font-weight: 700;
            text-align: center;
            color: rgb(var(--nobelTeal));
            margin-bottom: 2rem;
        }
        ul {
            list-style: none;
            padding-left: 0;

            li {
                padding-left: 3.5rem;
                background-image: url(../img/check-mark-filled.png);
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 2.5rem;
                font-size: 1.5rem;
                line-height: 1.7rem;
                margin-bottom: 2rem;
                color: rgb(var(--nobelTeal));
            }
        }
    }
    .gifts-video {
        position: relative;
        width: 100%;
        height: 620px;
        aspect-ratio: 1 / 1;

        video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.setup-shop-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 6rem 0 10rem;

    .shop-caption {
        min-height: 620px;
        max-width: 450px;
        h4 {
            font-size: 6.5rem;
            line-height: 6.5rem;
            font-weight: 400;
            margin-bottom: 2rem;
            letter-spacing: -0.07em;
            color: rgb(var(--nobelTeal));
        }

        p {
            font-size: 1.3rem;
            line-height: 2rem;
            margin-bottom: 2rem;
            color: rgb(var(--nobelTeal));
        }
    }

    .setup-shop-img {
        min-height: 650px;
        position: relative;
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;

        .setup-shop-poster {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left center;
            border-left: 30px solid rgb(var(--nobelTeal));
            border-radius: 90px 0px 0px 90px;
        }
        .setup-shop-badge {
            width: 200px;
            height: 200px;
            position: absolute;
            bottom: 0px;
            left: -150px;
            right: auto;
            top: auto;

            img {
                transform: translate(0px) rotate(210deg);
            }
            .offer-text {
                position: absolute;
                top: 75px;
                text-align: center;
                pad: 1rem;
                color: rgb(var(--white));
                font-size: 2rem;
                line-height: 2.2rem;
                text-transform: uppercase;
                letter-spacing: -0.01em;
                font-weight: 700;
                transform: translate(0px) rotate(10deg);
            }
        }
    }
}

.connect-us-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 10rem 0 5rem;
    background-color: rgb(var(--nobelTeal));
    color: rgb(var(--white));

    .connect-logo {
        max-width: 320px;
        margin-bottom: 3.5rem;
    }

    .connect-box {
        min-height: 235px;
        border: 2px solid rgb(var(--white));
        padding: 2rem;
        margin-bottom: 1.5rem;

        h4 {
            font-size: 2rem;
            letter-spacing: -0.075em;
            font-weight: 400;
            margin-bottom: 1.5rem;
        }
        p {
            font-size: 1.2rem;
            line-height: 1.6rem;
            margin-bottom: 0;
        }

        .social-conect {
            display: flex;
            align-items: center;
            gap: 1rem;

            a {
                color: rgb(var(--white));
                font-size: 2rem;

                &:hover {
                    color: rgb(var(--loveKiss));
                }
            }
        }
    }
}

.faq-us-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 10rem 0 5rem;
    background-color: rgb(var(--mintIceCream));

    .wave-bg {
        display: block;
        position: absolute;
        top: -23px;
        height: 130px;
        width: 100%;
        background: url(../img/wave-bg-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .faq-caption {
        color: rgb(var(--loveKiss));

        h4 {
            font-size: 5rem;
            font-weight: 700;
            line-height: 5rem;
            margin-bottom: 2rem;
            letter-spacing: -0.075em;
        }
        p {
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 0;
            letter-spacing: -0.045em;
        }
    }

    .faq-tabs-list {
        margin: 5rem 0;

        .nav-link {
            padding: 1rem 2.5rem;
            background-color: rgba(var(--white), 0.5);
            font-size: 1.4rem;
            color: rgba(0, 0, 0, 0.55);
            font-weight: 600;
            border-radius: 0.5rem;

            &.active {
                background-color: rgb(var(--eauDeCologne));
                color: rgb(var(--white));
            }
        }

        #faqTabContent {
            margin-top: 5rem;
            padding: 1rem;
            border-radius: 15px;
            background-color: rgb(var(--white));

            .accordion-button {
                font-weight: 600;
                font-size: 1.2rem;
                &:focus {
                    box-shadow: none;
                }
                &:not(.collapsed) {
                    background-color: transparent;
                }
            }
            .accordion-collapse {
                border-top: 1px solid rgba(0, 0, 0, 0.3);
            }
        }
    }
}

.shop-by-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 4rem 0 0;
    background-color: rgb(var(--white));

    .shopby-title {
        font-size: 6.5rem;
        line-height: 6.5rem;
        font-weight: 400;
        margin-bottom: 3rem;
        letter-spacing: -0.07em;
        color: rgb(var(--nobelTeal));
        text-align: center;
    }
    .shopby-nav {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        justify-content: center;
        gap: 3rem;
        flex-wrap: wrap;

        a {
            display: block;
            &:hover {
                img {
                    transform: scale(1.3);
                }
            }
        }

        img {
            max-width: 130px;
            object-fit: cover;
            transform: scale(1);
            transition: transform 0.3s ease;
        }
    }
    .nav-desc {
        margin: 3rem 0;
        color: rgb(var(--nobelTeal));

        h4 {
            font-size: 3.4rem;
            line-height: 3.9rem;
            font-weight: 400;
            letter-spacing: -0.07em;
        }
        p {
            font-size: 1.3rem;
            line-height: 2rem;
        }

        [data-desc^="desc-"] {
            opacity: 0;
            height: 0;
            transition: opacity 0.3s ease;
        }
    }

    .shopby-nav:has([data-nav="venue"]:hover) + .nav-desc .desc-venue {
        opacity: 1;
        height: auto;
    }

    .shopby-nav:has([data-nav="cake"]:hover) + .nav-desc .desc-cake {
        opacity: 1;
        height: auto;
    }

    .shopby-nav:has([data-nav="food"]:hover) + .nav-desc .desc-food {
        opacity: 1;
        height: auto;
    }

    .shopby-nav:has([data-nav="decoration"]:hover)
        + .nav-desc
        .desc-decoration {
        opacity: 1;
        height: auto;
    }

    .shopby-nav:has([data-nav="music"]:hover) + .nav-desc .desc-music {
        opacity: 1;
        height: auto;
    }
}

.site-header {
    .site-logo {
        width: 100%;
        max-width: 250px;
    }
    .cart-btn,
    .login-btn {
        color: #777;
        transition: 0.2s;
        padding: 0;
        height: 40px;
        width: 40px;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid transparent;
        line-height: 44px;
        text-align: center;
        position: relative;
        background: #f0f0f0;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;

        &:hover {
            background-color: rgba(var(--mintIceCream), 0.9);
            color: rgb(var(--pp-teal));
        }

        .badge {
            background-color: rgb(var(--pp-teal));
            color: rgb(var(--white));
            font-weight: 400;
        }
    }
    .login-btn {
        min-width: 40px;
        min-height: 40px;
        width: auto;
        height: auto;
        padding: 0px 20px;

        &:hover {
            background-color: rgb(var(--pp-teal));
            color: rgb(var(--white));
        }

        span {
            font-weight: 600;
            font-size: 14px;
        }
    }
}

.site-footer {
    background-color: rgb(var(--pp-teal));
    padding: 2rem 2rem;
    text-align: center;
    color: var(--bs-white);

    ul {
        list-style: none;
        padding-left: 0;
    }
    a {
        color: var(--bs-white);
        text-decoration: none;
        font-size: 14px;
        &:hover {
            text-decoration: underline;
        }
    }
}

.site-content {
    background-image: url(../img/main-bg-top.png);
    background-repeat: repeat-x;
    padding-top: 9rem;

    .main-wrapper {
        background-image: url(../img/main-bg-bottom.png);
        background-repeat: repeat-x;
        padding-bottom: 9rem;
        background-position: bottom left;
        min-height: 100vh;
    }

    .toggle-personal-package {
        margin: 0 auto 50px;
        width: fit-content;
        .toggle-box {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            font-size: 16px;
            font-weight: 500;

            box-shadow: 0px 0px 5px 1px #d1d1d1;
            padding: 8px 20px;
            border-radius: 50px;
            background-color: rgb(var(--pp-teal));
            color: rgb(var(--white));
        }

        .tooltip-icon {
            position: relative;
            display: inline-block;
            background: #02817f;
            color: white;
            font-size: 14px;
            font-weight: bold;
            width: 20px;
            height: 20px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            line-height: 20px;
            margin-left: 8px;
        }
        .tooltip-icon:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }
        .tooltip-text {
            visibility: hidden;
            background-color: #333;
            color: #fff;
            font-size: 14px;
            padding: 6px 10px;
            border-radius: 6px;
            position: absolute;
            z-index: 10;
            bottom: 125%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            white-space: nowrap;
            transition: opacity 0.3s ease;
        }
        .form-check {
            display: flex;
            align-items: center;
        }
        .form-check-input {
            width: 4em;
            height: 2em;
            margin-right: 1em;
            background-color: #02817f;
            border-color: #02817f;
        }
        .form-check-input:checked {
            background-color: #ff5c6d;
            border-color: #ff5c6d;
        }
    }

    .guest-filter-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 50px;
        background-color: #e0fdfd;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-end;
        padding: 20px;
        border-radius: 10px;
    }
    .guest-filter-item {
        display: flex;
        flex-direction: column;
        flex: 1 1 200px;
    }
    .guest-filter-item label {
        margin-bottom: 5px;
        font-weight: 400;
        color: #333;
        font-size: 14px;
    }
    .guest-filter-item input,
    .guest-filter-item select {
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        height: 51px !important;
    }

    .form-item {
        height: 51px;
        line-height: 51px;
        padding: 10px 20px !important;
        outline: none;
        font-size: 15px;
        color: #808080;
        margin: 0 0 16px 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        display: block;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
        font-weight: 500;
        opacity: 1;
        border-radius: 3px;
    }
    .guest-filter-btn {
        padding: 10px 15px;
        background: #00aeac;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 20px;
        font-size: 16px;
        transition: background 0.3s ease;
    }
    .guest-filter-btn:hover {
        background-color: #7fd6d5;
        color: #01817f;
    }

    .listing-store-toggle {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-size: 16px;
        font-weight: 600;
        margin: 0 auto 50px;
        width: fit-content;
        padding: 8px 20px;

        label {
            font-size: 19px;
            color: #707070;
            font-weight: 600;
        }

        .form-check {
            display: flex;
            align-items: center;
        }
        .form-check-input {
            width: 4em;
            height: 2em;
            margin-right: 1em;
            background-color: #02817f;
            border-color: #02817f;
        }
        .form-check-input:checked {
            background-color: #ff5c6d;
            border-color: #ff5c6d;
        }
    }

    #partyTabs {
        gap: 1rem;
        .nav-link {
            font-weight: 700;
            padding: 0.75rem 2rem;
            border-radius: 0.75rem 0.75rem 0 0;
            background-color: rgb(var(--mintIceCream));
            color: #707070;
            &:hover {
                background-color: rgba(var(--pp-teal), 0.3);
                color: #707070;
            }
            &.active,
            &.active:hover {
                background-color: rgba(var(--pp-teal), 0.9);
                color: white;
            }
        }
    }
    .party-tab-content {
        min-height: 300px;
        padding: 1.5rem;

        .tab-pane.active {
            min-height: 300px;
            padding: 1rem 0;
        }

        #checkout > .box {
            min-height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tab-prod-filter-grid {
            display: grid;
            grid-template-columns: 250px 1fr;

            .filter-content {
                label {
                    display: flex;
                    margin: 9px 0;
                    position: relative;
                    padding: 9px 14px;
                    border-radius: 8px;
                    font-size: 0.925rem;
                    cursor: pointer;

                    &:hover,
                    &:has(input:checked) {
                        color: rgb(var(--white));
                        background-color: rgb(var(--pp-teal));
                    }

                    input {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                        z-index: 1;
                        cursor: pointer;
                    }

                    input[type="checkbox"] {
                        display: inline;
                    }
                }
            }

            .tab-products-box {
                padding-top: 2rem;

                .no-products-box {
                    min-height: 300px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    font-weight: bold;
                    font-size: 1.2rem;
                }

                .storefront-list {
                    padding: 0 2.5rem;
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 25px;

                    .sf-card {
                        background: #fff;
                        border: 1px solid #e6e6e6;
                        border-radius: 14px;
                        overflow: hidden;
                        transition: 0.25s ease;
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        padding: 10px;
                        gap: 1rem;

                        .sf-img-wrap {
                            width: 100%;
                            height: 180px;
                            position: relative;
                            overflow: hidden;
                            text-align: center;
                            margin: auto;

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

                            .sf-vendor-logo {
                                width: 32px;
                                height: 32px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                border-radius: 10px 0px 0px 0px;
                            }
                        }

                        .sf-details {
                            padding: 10px;
                        }

                        .sf-title {
                            font-size: 19px;
                            font-weight: 700;
                        }
                        .sf-desc {
                            margin: 8px 0 20px;
                            font-size: 14px;
                            color: #555;
                            line-height: 1.4;
                            overflow: hidden;
                            height: 60px !important;
                        }
                        .sf-btn {
                            background-color: rgb(var(--pp-teal));
                            color: rgb(var(--white));
                            padding: 8px 15px;
                            text-decoration: none;
                            border-radius: 0.3rem;
                            font-size: 14px;

                            &:hover {
                                background-color: rgba(var(--pp-teal), 0.9);
                            }
                        }
                    }
                }
            }
        }
    }

    .store-info {
        margin-top: -5rem;
        .store-banner {
            position: relative;
            margin-bottom: 3rem;

            .banner-img {
                width: 100%;
                height: 350px;
                border-radius: 1rem;
                object-fit: cover;
                object-position: center;
            }

            .store-logo {
                position: absolute;
                bottom: -60px;
                left: 50%;
                transform: translateX(-50%);
                right: auto;

                img {
                    width: 120px;
                    height: 120px;
                    object-position: center;
                    object-fit: cover;
                    border-radius: 50%;
                    border: 6px solid #fff;
                    background: #fff;
                    box-shadow:
                        0 3px 6px rgba(0, 0, 0, 0.16),
                        0 3px 6px rgba(0, 0, 0, 0.23);
                }
            }
        }
        .store-intro {
            margin: 2rem 0;

            .store-title {
                font-size: 2rem;
                font-weight: 600;
                margin-top: 1rem;
            }
            .store-desc {
                max-width: 650px;
                width: 100%;
                margin: 0 auto;
                font-size: 0.875rem;
                font-weight: 500;
            }
        }
    }

    .store-products {
        .sf-card {
            position: relative;
            padding: 0 !important;
            border: none !important;
            gap: 0 !important;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease !important;
            background-color: #f7f7f7 !important;

            &:hover {
                box-shadow: 0px 0px 5px 1px #d1d1d1;
                background-color: #e7e7e7;

                .view-more {
                    opacity: 1;
                    visibility: visible;
                    /* transition-delay: 0s, 0.5s; */
                }
            }

            .sf-img-wrap {
                height: 240px !important;
                margin: 0px !important;
            }

            img {
                border-radius: 10px 10px 0px 0px !important;
            }

            .sf-title {
                font-size: 1.1rem !important;
                font-weight: 500 !important;
            }

            .sf-details {
                padding: 1rem !important;
                border-radius: 0px 0px 10px 10px !important;
            }

            .view-more {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0.3rem;
                position: absolute;
                top: 40%;
                left: 50%;
                transform: translate(-50%, -40%);
                background-color: #222 !important;
                color: #fff;
                border-radius: 30px;
                padding: 8px 16px;
                border: none;
                font-size: 14px;
                opacity: 0;
                visibility: hidden;
                transition:
                    opacity 0.5s ease-in-out,
                    visibility 0.5s ease-in-out;

                span {
                    font-weight: 600 !important;
                }
            }
        }
    }

    .product-info {
        .product-image {
            max-height: 400px;
            object-fit: cover;
            object-position: center;
            width: 100%;
        }
        .thumbnail {
            width: 80px;
            height: 80px;
            object-fit: cover;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }
        .thumbnail:hover,
        .thumbnail.active {
            opacity: 1;
        }

        .addons-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;

            label.addon_title {
                width: 100%;
                margin-bottom: 0.5rem;
            }

            label.addon {
                position: relative;
                display: flex;
                margin: 0;
                position: relative;
                padding: 5px 10px;
                border-radius: 8px;
                border: 1px solid #02817f;

                .addon-checkbox {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    z-index: 1;
                }
                &:has(input:checked) {
                    color: #fff;
                    background-color: #02817f;
                }
            }
        }
        .product_meta {
            .posted_in,
            .tagged_as {
                display: flex;
                align-items: center;
                font-weight: 500;
                margin-bottom: 0.5rem;
                font-size: 0.925rem;

                a {
                    margin-left: 10px;
                    font-weight: 600;
                    text-decoration: none;
                    color: rgba(20, 103, 176, 0.95);
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }

    .cart-wrapper {
        background-color: #f8f9fa;
        min-height: 100vh;
        padding: 40px 0;

        .product-card {
            background: white;
            border-radius: 12px;
            transition: transform 0.2s;
        }

        .product-card:hover {
            transform: translateY(-2px);
        }

        .quantity-input {
            width: 60px;
            text-align: center;
            border: 1px solid #dee2e6;
            border-radius: 6px;
        }

        .product-image {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
        }

        .summary-card {
            background: white;
            border-radius: 12px;
            position: sticky;
            top: 20px;
        }

        .checkout-btn {
            background: linear-gradient(135deg, #6366f1, #4f46e5);
            border: none;
            transition: transform 0.2s;
        }

        .checkout-btn:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg, #4f46e5, #4338ca);
        }

        .remove-btn {
            color: #dc2626;
            cursor: pointer;
            transition: all 0.2s;
        }

        .remove-btn:hover {
            color: #991b1b;
        }

        .quantity-btn {
            width: 28px;
            height: 28px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: #f3f4f6;
            border: none;
            transition: all 0.2s;
        }

        .quantity-btn:hover {
            background: #e5e7eb;
        }

        .discount-badge {
            background: #dcfce7;
            color: #166534;
            font-size: 0.875rem;
            padding: 4px 8px;
            border-radius: 6px;
        }
    }
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
}
.empty-icon {
    margin: 0 0 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    color: var(--tblr-secondary);
}
.empty-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: var(--tblr-font-weight-bold);
}
.empty-subtitle,
.empty-title {
    margin: 0 0 0.5rem;
}
.empty-action {
    margin-top: 1.5rem;
}

.compose-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e5e7eb;

    .compose-header {
        border-bottom: 1px solid var(--tblr-border-color);
        padding: 1rem 1.5rem;

        display: flex;
        align-items: center;
        justify-content: space-between;

        .select2-container--default .select2-selection--single {
            display: block;
            width: 100%;
            padding: 0.5625rem 1rem;
            font-family: var(--tblr-body-font-family);
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.25rem;
            color: var(--tblr-body-color);
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: var(--tblr-bg-forms);
            background-clip: padding-box;
            border: var(--tblr-border-width) solid var(--tblr-border-color);
            border-radius: var(--tblr-border-radius);
            box-shadow: var(--tblr-shadow-input);
            transition:
                border-color 0.15s ease-in-out,
                box-shadow 0.15s ease-in-out;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .select2-selection__arrow {
            height: 40px !important;
        }
        .select2-selection__rendered {
            flex-grow: 1;
        }
    }

    .compose-actions {
        border-top: 1px solid var(--tblr-border-color);
        padding: 1rem 1.5rem;
    }
    .message-threads {
        padding: 2rem 2rem;
        flex: auto 1 1;
        max-height: 750px;
        overflow-y: auto;
    }
}

.chat-bubbles {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-bubble {
    background: rgba(var(--loveKiss), 0.5);
    border-radius: 10px;
    padding: 1rem;
    position: relative;
}

.chat-bubble-me {
    background-color: rgba(var(--mintIceCream), 0.3) !important;
    box-shadow: none;
}

.chat-bubble-title {
    margin-bottom: 0.25rem;
}

.chat-bubble-author {
    font-weight: 600;
}

.chat-bubble-date {
    color: #202224b2;
    font-size: 0.875rem !important;
}

.chat-bubble-body > *:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    background-color: rgba(var(--nobelTeal), 0.9);
}

.footer-wrap {
    h3 {
        font-weight: 600;
    }
    .quick-links {
        ul {
            list-style: none;
            li > a {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 1rem;
                font-weight: 600;
            }
        }
    }

    .contact-links {
        a {
            font-size: 1rem;
        }
        a:hover {
            text-decoration: none;
        }
    }
    .social-links {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 30px;

        a {
            display: block;
            font-size: 28px;
            background-color: rgba(255, 255, 255, 0.85);
            color: #202020;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        a:hover {
            background-color: rgba(255, 255, 255, 1);
        }
    }
}
