.section_heading {
    color: #0014c7;
    margin-bottom: 0px;
}

.merger_btn_vi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin: 40px auto;
    padding: 3px;
    border: 2px solid #0014c7;
    border-radius: 30px;
    background: #fff;
}

.tab_btn {
    padding: 8px 18px;
    border-radius: 25px;
    color: #0014c7;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
    line-height: 1;
}

.tab_btn.active {
    background: #0014c7;
    color: #fff;
}


.select_btn_vi {
    background-color: #0014c7;
    color: white;
}

.section_desc_vi {
    color: #0014c7;
    line-height: 63px;
    font-weight: 500;
    font-size: 21px;
}

.section_vi_icon {
    color: #0014c7;
    font-size: 46px;
    line-height: 41px;
}

.site-content .ast-container {
    display: unset;
}

.hero {
    width: 98%;
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding: 40px 20px 60px;
    margin: 10px auto;
    border-radius: 10px;
}

.hero::before {
    background: linear-gradient(120deg, #ff8a3d 0%, #ff5fa0 45%, #c084fc 100%);
}

.hero h1 {
    transition: transform .4s ease;
}

.hero:hover h1 {
    transform: scale(1.03);
}

.hero h1 {
    font-size: 5rem;
    line-height: .9;
    color: var(--yellow);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
}

.trust {
    --p: 14px;
    aspect-ratio: 10/0;
    clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
    background: #FDF07A;
    width: 68%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #12129c;
}

.hero .eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 1.2rem;
}

/* Side discount tab */
.discount-tab {
    position: absolute;
    left: 0;
    background: var(--yellow);
    color: var(--navy);
    font-weight: 700;
    font-size: .7rem;
    padding: 14px 6px;
    writing-mode: vertical-rl;
    border-radius: 0 8px 8px 0;
    z-index: 5;
}

section {
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    color: var(--navy);
    margin: 50px 0 30px;
}

/* PRODUCT CARDS */
.product-card {
    border: none;
    text-align: center;
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
}

.badge-pill {
    transition: transform .3s ease;
}

.product-card:hover .badge-pill {
    transform: scale(1.1) rotate(-3deg);
}

.thumb-wrap {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.thumb-wrap:hover {
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.product-thumb {
    aspect-ratio: 1/1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    color: var(--navy);
    position: relative;
}

.thumb-wrap:hover .product-thumb {
    transform: scale(1.12);
}

.badge-pill {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: var(--navy);
    font-size: .65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.thumb-1 {
    background: linear-gradient(160deg, #dfe6ff, #c8d4ff);
}

.thumb-2 {
    background: linear-gradient(160deg, #fbffb0, #eaff7f);
}

.thumb-3 {
    background: linear-gradient(160deg, #ff8fd0, #ff5fa0);
}

.thumb-4 {
    background: linear-gradient(160deg, #7fe3ff, #5fc9ff);
}

.product-card p {
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: .95rem;
}

/* Manifesto / split section */
.manifesto {
    background: linear-gradient(135deg, #ff3d9a, #ffd6ea 70%);
    color: var(--navy);
    padding: 70px 40px;
}

.spcae-container {
    width: 96%;
    margin: 30px auto;
    border-radius: 20px;
}

.manifesto h2 {
    font-size: 2.8rem;
    text-align: center;
}

.img-frame {
    overflow: hidden;
    border-radius: 6px;
}

.img-frame>div {
    transition: transform .6s cubic-bezier(.22, .9, .34, 1);
}

.img-frame:hover>div {
    transform: scale(1.1);
}

.manifesto-img {
    background: linear-gradient(160deg, #eee, #ddd);
    min-height: 420px;
    border-radius: 6px;
}

/* Full bleed color banners */
.zoom-banner {
    overflow: hidden;
}

.zoom-banner {
    z-index: 0;
}

.zoom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: transform 1.2s cubic-bezier(.22, .9, .34, 1);
}

.zoom-banner:hover::before {
    transform: scale(1.08);
}

.banner-lilac {
    background: linear-gradient(160deg, #f3d9ff, #e2b8ff);
    min-height: 320px;
}

.banner-lilac::before {
    background: linear-gradient(160deg, #f3d9ff, #e2b8ff);
}

.banner-pink {
    background: linear-gradient(135deg, #ff3d9a, #ff9ad1);
    min-height: 260px;
}

.banner-pink::before {
    background: linear-gradient(135deg, #ff3d9a, #ff9ad1);
}

/* Non-negotiables */
.non-neg {
    background: var(--cyan);
    padding: 60px 0;
}

.toggle-pill {
    display: inline-flex;
    background: #fff;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 25px;
}

.toggle-pill span {
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 700;
    font-size: .85rem;
}

.toggle-pill .active {
    background: var(--navy);
    color: #fff;
}

.non-neg li {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 14px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.non-neg li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--navy);
    font-weight: 900;
}

.non-neg-img {
    background: linear-gradient(160deg, #ffe3d0, #ffc9a0);
    min-height: 420px;
    border-radius: 6px;
}

.toggle-pill span {
    cursor: pointer;
    transition: transform .2s ease;
}

.toggle-pill span:hover {
    transform: scale(1.06);
}

/* Meet VI's gals */
.gals-section {
    background: linear-gradient(180deg, #ffd8b0, #ffb98a);
    padding: 60px 0;
}

.gal-img {
    background: linear-gradient(160deg, #f4c9b0, #e8a888);
    min-height: 340px;
    border-radius: 6px;
}

.product-list-btn {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    color: var(--navy);
}

.product-list-btn.active {
    background: var(--navy);
    color: #fff;
}

.product-list-btn {
    cursor: pointer;
}

.product-list-btn:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.product-detail-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.stars {
    color: #ffb400;
}

/* Gallery strip */
.gallery-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.gallery-strip {
    overflow: hidden;
}

.gallery-strip div {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.gallery-strip div:hover {
    transform: scale(1.08);
    z-index: 2;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .25);
}

.g1 {
    background: linear-gradient(160deg, #d0c7bb, #ede6dc);
}

.g2 {
    background: linear-gradient(160deg, #e8b8a0, #f0d0be);
}

.g3 {
    background: linear-gradient(160deg, #3a2c6b, #6b4c9a);
}

.g4 {
    background: linear-gradient(160deg, #c9c9c9, #ececec);
}

footer {
    background: var(--navy);
    color: #fff;
    padding: 50px 0 20px;
    font-size: .9rem;
}

footer h6 {
    font-weight: 700;
    margin-bottom: 14px;
}

footer a {
    color: #d9d6ff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: .85rem;
}

footer a {
    position: relative;
    width: fit-content;
}

footer a:hover {
    color: #fff;
    transform: translateX(4px);
}

footer .bi {
    cursor: pointer;
    display: inline-block;
}

footer .bi:hover {
    transform: scale(1.3) rotate(8deg);
    color: var(--pink);
}

.newsletter-btn:hover {
    background: var(--hot-pink);
    transform: scale(1.05);
}

.newsletter-input {
    border-radius: 30px 0 0 30px;
    border: none;
}

.newsletter-btn {
    border-radius: 0 30px 30px 0;
    background: var(--pink);
    border: none;
    color: #fff;
    padding: 0 20px;
}

.shop-now-banner {
    text-align: center;
    padding: 70px 0;
    color: #fff;
}

.shop-now-banner::before {
    background: linear-gradient(90deg, #ff3d9a, #c084fc);
}

.shop-now-banner h2 {
    font-size: 3.5rem;
    position: relative;
    transition: transform .4s ease, letter-spacing .4s ease;
}

.shop-now-banner:hover h2 {
    transform: scale(1.05);
    letter-spacing: 3px;
}

.product-slider-section {
    min-height: 100vh;
}

.left-content {
    min-height: 700px;
}

.section-title {
    color: #0014c4;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.product-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product_slide_btn {
    width: 100%;
    max-width: 384px;
    margin: auto;
    border: 1px solid #0014c4;
    background: transparent;
    color: #0014c4;
    background: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.product_slide_btn:hover,
.product_slide_btn.active {
    background: #0014c4;
    color: #fff;
}

.user-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.user-image {
    width: 100%;
    height: 690px;
    object-fit: cover;
    border-radius: 12px;
}

.product-card {
    background: #f8f8f8;
    border: 1px solid #0014c4;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}

.product-image-box {
    padding: 10px;
    text-align: center;
    background: #fbff9e;
}

.product-image {
    height: 334px;
    width: auto;
    object-fit: contain;
}

.product-details {
    padding: 20px 0px;
}

.rating {
    color: #ff62b5;
    font-size: 14px;
}

.rating-text {
    color: #0014c4;
    margin-left: 5px;
    font-weight: 500;
}

.product-title {
    color: #0014c4;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.product-price {
    color: #0014c4;
    font-size: 15px;
    font-weight: 500;
}

.detail-heading {
    color: #0014c4;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-details p {
    color: #0014c4;
    margin: 0;
    font-size: 15px;
}

.beauty-slider {
    position: relative;
}

.slider-wrapper {
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    padding: 0 10px;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.image-card {
    flex: 0 0 auto;
    width: 280px;
}

.image-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.slider-btn:hover {
    background: #f1f1f1;
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background:
        radial-gradient(ellipse at 50% 30%, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 55%, var(--sky-bottom) 100%);
}

.cloud {
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    background: rgba(255, 255, 255, .55);
    opacity: .6;
}

.discount-tab {
    position: absolute;
    left: 0;
    top: 38%;
    background: #f5f26b;
    color: #1a1a1a;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .03em;
    padding: .9rem .5rem;
    border-radius: 0 10px 10px 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
    z-index: 5;
}

.tube {
    position: absolute;
    width: 170px;
    height: 340px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--tube-navy-2) 0%, var(--tube-navy) 60%, #150f33 100%);
    box-shadow:
        inset -12px 0 24px rgba(0, 0, 0, .35),
        inset 8px 8px 20px rgba(255, 255, 255, .06),
        0 25px 40px rgba(0, 0, 0, .25);
    color: #fff;
    padding: 1.1rem 1rem;
}

.tube::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14%;
    width: 18%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 70%);
    border-radius: 20px;
}

.tube .brand {
    font-size: .6rem;
    letter-spacing: .15em;
    font-weight: 700;
    opacity: .9;
}

.tube .product-name {
    font-size: .95rem;
    font-weight: 700;
    margin-top: .4rem;
    line-height: 1.15;
}

.tube .tagline {
    font-size: .6rem;
    letter-spacing: .06em;
    opacity: .85;
    margin-top: .5rem;
}

.tube .lens {
    position: absolute;
    bottom: 1.1rem;
    left: 1rem;
    width: 34px;
    height: 20px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.tube-pink {
    top: 2%;
    left: calc(50% - 260px);
    transform: rotate(-9deg);
    z-index: 3;
}

.tube-pink .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34%;
    background: linear-gradient(135deg, var(--hot-pink), #d6209a);
    border-radius: 0 0 26px 26px;
}

.tube-pink .lens {
    background: var(--hot-pink);
}

.tube-blue {
    top: 0%;
    left: calc(50% + 70px);
    transform: rotate(8deg);
    z-index: 2;
}

.tube-blue .lens {
    background: var(--mint);
}

.tube-blue::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10%;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(180, 255, 240, .9), rgba(180, 255, 240, 0) 70%);
}

.tube-yellow {
    top: 44%;
    left: calc(50% - 190px);
    transform: rotate(-32deg);
    z-index: 4;
}

.tube-yellow .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22%;
    background: linear-gradient(135deg, var(--lemon), #e8d276);
    border-radius: 0 0 26px 26px;
}

.tube-yellow .lens {
    background: var(--lemon);
}

/* sunburst */
.sunburst {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 340px;
    height: 340px;
    transform: translate(-50%, -50%);
    background:
        conic-gradient(from 0deg,
            rgba(255, 255, 255, .55) 0deg 4deg, transparent 4deg 18deg,
            rgba(255, 255, 255, .4) 18deg 22deg, transparent 22deg 40deg,
            rgba(255, 255, 255, .55) 40deg 44deg, transparent 44deg 62deg,
            rgba(255, 255, 255, .4) 62deg 66deg, transparent 66deg 84deg,
            rgba(255, 255, 255, .55) 84deg 88deg, transparent 88deg 106deg,
            rgba(255, 255, 255, .4) 106deg 110deg, transparent 110deg 128deg,
            rgba(255, 255, 255, .55) 128deg 132deg, transparent 132deg 150deg,
            rgba(255, 255, 255, .4) 150deg 154deg, transparent 154deg 172deg,
            rgba(255, 255, 255, .55) 172deg 176deg, transparent 176deg 194deg,
            rgba(255, 255, 255, .4) 194deg 198deg, transparent 198deg 216deg,
            rgba(255, 255, 255, .55) 216deg 220deg, transparent 220deg 238deg,
            rgba(255, 255, 255, .4) 238deg 242deg, transparent 242deg 260deg,
            rgba(255, 255, 255, .55) 260deg 264deg, transparent 264deg 282deg,
            rgba(255, 255, 255, .4) 282deg 286deg, transparent 286deg 304deg,
            rgba(255, 255, 255, .55) 304deg 308deg, transparent 308deg 326deg,
            rgba(255, 255, 255, .4) 326deg 330deg, transparent 330deg 348deg,
            rgba(255, 255, 255, .55) 348deg 352deg, transparent 352deg 360deg);
    opacity: .7;
    filter: blur(1px);
    z-index: 1;
    border-radius: 50%;
}

/* --- overlay text/CTA --- */
.overlay-content {
    position: relative;
    z-index: 6;
    min-height: 560px;
}

.headline {
    font-weight: 800;
    letter-spacing: .04em;
    color: #fff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
    font-size: clamp(1.5rem, 4vw, 2.6rem);
}

.btn-locator {
    background: linear-gradient(135deg, #ff59c8, #e0159a);
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em;
    border: none;
    border-radius: 50px;
    padding: .75rem 2.2rem;
    box-shadow: 0 10px 25px rgba(224, 21, 154, .4);
    transition: transform .15s ease;
}

.btn-locator:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(224, 21, 154, .5);
}

.polaroid {
    background: #fff;
    padding: 15px 15px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-radius: 5px;
}

.rotate-left {
    transform: rotate(-3deg);
}

.rotate-right {
    transform: rotate(3deg);
}

.polaroid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.quote {
    margin: 20px 0;
    font-style: italic;
}

.love-stories {
    padding: 80px 0;
    background: #FFF8F3;
}

.section-subtitle {
    color: #d27b67;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #2d2d2d;
}

.section-desc {
    color: #666;
    max-width: 600px;
    margin: auto;
}

.polaroid {
    background: #fff;
    padding: 15px 15px 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .3s;
    border-radius: 4px;
    position: relative;
}

.polaroid:hover {
    transform: translateY(-8px) rotate(0deg) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.rotate-left {
    transform: rotate(-3deg);
}

.rotate-right {
    transform: rotate(3deg);
}

.polaroid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 2px;
}

.quote {
    font-size: 15px;
    color: #444;
    font-style: italic;
    margin: 18px 0 15px;
    line-height: 1.6;
}

.shade {
    font-weight: 700;
    color: #d27b67;
    margin-bottom: 3px;
}

.tone {
    color: #777;
    font-size: 14px;
}

.follow-box {
    margin-top: 60px;
}

.btn-love {
    background: #d27b67;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-love:hover {
    background: #bc6652;
    color: #fff;
}
.accordion-button:not(.collapsed) {
  background-color: #ff5fac;
  color: #ffffff;
}

@media(max-width:991px) {
    .hero h1 {
        font-size: 2rem;
    }

    .trust {
        width: 100%;
        padding: 5px 30px;
    }

    .btn-locator {
        padding: 10px;
        transition: transform .15s ease;
        font-size: 12px;
        margin: 0px 5px;
    }

    .section-title {
        font-size: 36px;
        text-align: center;
    }

    .left-content {
        min-height: auto;
        margin-bottom: 30px;
    }

    .user-image {
        height: auto;
        margin-bottom: 20px;
    }

    .product-card {
        margin-top: 20px;
    }

    .product-slider-section {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .manifesto h2 {
        font-size: 2.2rem;
    }

    .manifesto {
        padding: 50px 24px;
    }

    .non-neg-panel-img {
        border-radius: 10px !important;
    }
}

@media (max-width:768px) {
    .tube {
        width: 110px;
        height: 220px;
    }

    .tube-pink {
        left: calc(50% - 150px);
        top: 4%;
    }

    .tube-blue {
        left: calc(50% + 40px);
        top: 2%;
    }

    .tube-yellow {
        left: calc(50% - 100px);
        top: 52%;
    }

    .sunburst {
        width: 220px;
        height: 220px;
    }

    .banner {
        min-height: 460px;
    }

    .overlay-content {
        min-height: 460px;
    }
}

@media(max-width:767px) {
    .gallery-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 1.8rem;
    }

    .shop-now-banner h2 {
        font-size: 2.2rem;
    }

    .manifesto h2 {
        font-size: 2rem;
    }

    .hero {
        min-height: 60vh;
        padding: 28px 16px 40px;
    }

    .hero .eyebrow {
        font-size: 1rem;
    }

    .container-fluid.py-2.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .slider-btn {
        width: 42px;
        height: 42px;
        font-size: .8rem;
    }

    .image-card {
        min-width: 240px;
        height: 400px;
        border-radius: 24px;
    }
}

@media (max-width:400px) {
    .tube {
        width: 88px;
        height: 176px;
    }

    .tube-pink {
        left: calc(50% - 110px);
    }

    .tube-blue {
        left: calc(50% + 26px);
    }

    .tube-yellow {
        left: calc(50% - 76px);
    }

    .cloud {
        transform: scale(.7);
    }

    .sunburst {
        width: 170px;
        height: 170px;
    }

    .banner {
        min-height: 400px;
    }

    .overlay-content {
        min-height: 400px;
    }

    .btn-locator {
        padding: .65rem 1.6rem;
    }
}