    .gift-occasion-content-container{
        padding: 84px 68px ;
    }

    .gift-occasion-h1{
        color: #9D8668;
        font-size: 45px;
        font-weight: 500;
        line-height: 55px;
        text-align: center;
    }

    .gift-occasion-h2 {
        color: #9D8668;
        font-size: 35px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .gift-occasions-p{
        color: #181818;
        text-align: center;
        font-size: 28px;
        font-weight: 300;
        line-height: 38px;
    }


    .dynamic-sku-heading{
        color: #9D8668 !important;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .banner-wedding-container {
        padding: 16px 0;
    }

    .occasion-product-grid-container{
        padding: 16px 0;
    }

    .bestseller-btn,
    .bestseller-btn:visited {
        display: inline-block;
        padding: 16px 32px;
        border-radius: 68px;
        background-color: #EAE1D8;
        color: #9D8668;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
    }

#gifting-bubble-slider {
    --bubble-size: 380px;
    --bubble-gap: 80px;
    --visible-slides: 3;

    width: 100%;
    max-width: calc((var(--bubble-size) * var(--visible-slides)) + (var(--bubble-gap) * (var(--visible-slides) - 1)));
    margin: 0 auto;
    padding: 32px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#gifting-bubble-slider .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

#gifting-bubble-slider .swiper-slide {
    width: var(--bubble-size) !important;
    flex: 0 0 var(--bubble-size);
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center !important;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-card {
    width: var(--bubble-size);
    max-width: var(--bubble-size);
    text-align: center !important;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-image {
    width: var(--bubble-size);
    height: var(--bubble-size);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 28px;
    display: block;
    flex-shrink: 0;
    line-height: 0;
    box-sizing: border-box;
}

#gifting-bubble-slider .gifting-bubble-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    padding: 50px;
}

#gifting-bubble-slider .gifting-bubble-image picture,
#gifting-bubble-slider .gifting-bubble-image>div,
#gifting-bubble-slider .gifting-bubble-image>span,
#gifting-bubble-slider .gifting-bubble-image>a {
    width: 100%;
    height: 100%;
    display: block;
}

#gifting-bubble-slider .gifting-bubble-title {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    color: #181818;
    margin: 0 0 22px;
    padding: 0;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    word-spacing: normal !important;
}

#gifting-bubble-slider .gifting-bubble-text {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 300;
    color: #181818;
    margin: 0;
    padding: 0;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    word-spacing: normal !important;
}

#gifting-bubble-slider .gifting-bubble-pagination {
    position: static;
    margin-top: 28px;
    text-align: center;
}

    .gift-occasion-bestseller-cta{
        text-align: center;
        padding: 36px;
    }

    .gift-card-banner-container {
        position: relative;
    }

    .gift-card-cta-wrapper {
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
       text-align: center;
    }

    .gift-card-title {
        margin: 0;
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: 3.6px;
        text-align: center;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    }

    .gift-card-cta-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gift-card-link,
    .gift-card-link:visited {
        margin: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-decoration: underline;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    }

.gifting-bubble-prev,
.gifting-bubble-next {
    display: none;
    Background: transparent !important;
    border: none !important;
    color: #9D8668 !important;
    
}

.green-font{
    color: #5e5f3e;
}

@media (min-width: 1200px) {
    #gifting-bubble-slider .gifting-bubble-pagination {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #gifting-bubble-slider {
        --visible-slides: 2;
        --bubble-gap: 40px;
    }
}

    @media (max-width: 767px) {
    .gift-occasion-content-container{
        padding: 36px 24px ;
    }

    .gifting-bubble-prev,
    .gifting-bubble-next {
        display: flex;
        position: absolute;
        top: 170px;
        z-index: 5;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 0;
        background: transparent !important;
        color: #9D8668 !important;
        cursor: pointer;
        border: none !important;
    }

    .gifting-bubble-prev {
        left: 8px;
    }

    .gifting-bubble-next {
        right: 8px;
    }

    .gifting-bubble-prev.swiper-button-disabled,
    .gifting-bubble-next.swiper-button-disabled {
        opacity: .3;
        pointer-events: none;
    }

    .gift-occasion-h1{
        font-size: 35px;
        line-height: 45px;
        font-weight: 500;
    }

    .gift-occasion-h2 {
        font-size: 35px;
        line-height: 35px;
        font-weight: 500;
    }

    .gift-occasions-p{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 32px;
    }

    .dynamic-sku-heading{
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        text-align: center;
    }

    .occasion-product-grid-container{
        padding:  24px;
    }

    #gifting-bubble-slider {
        --bubble-size: 300px;
        --bubble-gap: 24px;
        --visible-slides: 1;

        max-width: 100%;
        padding: 24px 0;
    }

    #gifting-bubble-slider .swiper-slide {
        width: 100% !important;
        flex: 0 0 100%;
    }

    #gifting-bubble-slider .gifting-bubble-card {
        width: 300px;
        max-width: 300px;
    }

    #gifting-bubble-slider .gifting-bubble-image {
        width: 300px;
        height: 300px;
        margin-bottom: 28px;
    }

    #gifting-bubble-slider .gifting-bubble-title {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 22px;
    }

    #gifting-bubble-slider .gifting-bubble-text {
        font-size: 18px;
        line-height: 1.35;
    }

    .bestseller-btn,
    .bestseller-btn:visited {
        padding: 13px 24px;
        font-size: 16px;
    }
    .gift-occasion-bestseller-cta{
        padding: 16px;
    }

    .gift-card-cta-wrapper {
        left: 50%;
        top: 80%;
        gap: 0;
    }

    .gift-card-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .gift-card-link {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width: 375px) {
    .gifting-bubble-image {
        height: 290px;
        aspect-ratio: 142 / 141;
        margin-bottom: 24px;
    }

    .gifting-bubble-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .dynamic-sku-heading {
        font-size: 18px;
    }


    .gift-occasion-h2 {
        color: #9D8668;
        font-size: 28px;
        padding: 16px;
    }

    .gift-card-title {
        font-size: 20px;
        line-height: 1.4em;
    }

    .gift-card-link {
        font-size: 16px;
    }
}