.a3-information-tag {
    min-width: 148px;
    /* max-width: 148px; */
    min-height: 32px;
    /* max-height: 32px; */
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: 26px; 
    width: max-content;
    cursor: pointer;
}

.a3-information-tag:hover {
    border: 1px solid var(--Gradient1, #17174F);
}

.a3-information-tag-active {
    min-width: 148px;
    /* max-width: 148px; */
    min-height: 32px;
    /* max-height: 32px; */
    border: 1px solid var(--Gradient1, #17174F);
    border-radius: 26px;
    background: var(--Gradient1, linear-gradient(120deg, #17174F 57.32%, #E34A45 86.6%));
    cursor: pointer;
}

.a3-information-text {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
}

.a3-information-tag:hover > .a3-information-text {
    background-image: var(--Gradient1, linear-gradient(120deg, #17174F 57.32%, #E34A45 86.6%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.a3-information-text-active {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.a3-information-tag:hover > .a3-information-text-active {
    background-image: var(--Gradient1, linear-gradient(120deg, #FFF 100%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.a3-information-tag-active:hover {
    background-color: red;
}

.a3-tag-content {
    width: 195px;
    height: 196px;
    border-radius: 14px;
    background: #F4F4FF;
    display: none;
}

.a3-tag-content-active {
    display: block;
}

#prevBtn,
#nextBtn {
    position: absolute;
    cursor: pointer;
}

.a3-carousel-container {
    margin-top: 38px;
    overflow: hidden;
}

.a3-container-product-card {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease-in-out;
}

.a3-container-card {
    width: 223px;
    padding-bottom: 6px;
    border-radius: 9px;
    border: 1px solid #F3F3F3;
    background: #F6F6FF;
}

.a3-button-product {
    background: #FFF;
    border-radius: 31px;
    box-shadow: 16px 9px 29px 0px rgba(60, 60, 63, 0.20);
    width: 47px;
    height: 47px;
    border-radius: 23.5px;
    position: absolute;
    bottom: 109px;
    cursor: pointer;
}

.a3-promosi-main-image {
    /* height: 350px; */
    border-radius: 12px;
    /* border: 1px solid #EEE; */
}

.a3-promosi-main-image > img {
    border-radius: 12px;
}

.a3-promosi-other-image {
    /* min-width: 150px; */
    height: 135px;
    border-radius: 6px;
    cursor: pointer;
}

.a3-promosi-other-image:hover {
    border: 1px solid #AAA8ED;
}

.a3-promosi-other-image > img {
    border-radius: 6px;
}

.a3-promosi-other-image-active {
    border: 1px solid #AAA8ED;
    border-radius: 6px;
}

.a3-promosi-other-image-active > img {
    border-radius: 6px;
}

.a3-container-other-image {
    gap: 24px;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
}
.a3-container-other-image::-webkit-scrollbar{
    display: none !important;
}

.softbox-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.softbox-modal-content {
    border-radius: 16px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 645px;
    height: 321px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.softbox-modal-content-padding {
    margin: 32px 37px 67px 38px; 
    position: relative;
}

.softbox-modal-title {
    font-weight: bold;
    font-size: 24px;
    color: #313131;
    flex: 1;
    text-align: center;
}

.softbox-modal-description {
    margin-top: 18px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140.3%;
    text-align: center;
    color: #5C5F75;
}

.softbox-modal-container-sosmed {
    margin-top: 40px;
    gap: 19px;
}

.softbox-modal-container-content-sosmed {
    border: 3px solid #E8F0FF;
    width: 94px;
    height: 94px;
    border-radius: 9px;
    cursor: pointer;
}

.softbox-modal-container-content-sosmed:hover {
    border: 3px solid #181850;
}

.softbox-modal-content-sosmed-information {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #5C5F75;
}

.softbox-modal-container-content-sosmed:hover > .softbox-modal-content-sosmed-information {
    color: #181850;
}

#close-mobile {
    display: none;
}

#close-desktop {
    display: block;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
  
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@media only screen and (max-width: 655px) {
    #close-mobile {
        display: block;
    }

    #close-desktop {
        display: none;
    }

    .softbox-modal-content {
        width: auto;
        margin: 0px 24px;
        height: fit-content;
    }

    .softbox-modal-content-padding {
        margin: 12px 15px 43px 18.5px;
    }
    
    .softbox-modal-container-sosmed {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    /* FLOATING BUTTON STYLE */
    .floating-button-wrap {
        position: fixed !important;
        flex-direction: row !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0px !important;
        top: 92% !important;
        height: fit-content !important;
        width: 100% !important;
        background-color: #ffff;
        border-radius: 40px;
        box-shadow: 0px -7px 33.20000076293945px 0px #17164F2E;
        align-items: center;
        justify-content: center;
    }
    .floating-button-container-icon {
        box-shadow: none !important; 
    }
    .floating-button-icon {
        width: 32px !important;
        height: 32px !important;
        border-radius: 100% !important;
    }
    .floating-button-icon img{
        width: 22px;
        height: 22px;
    }
    .whatsapp-container {
        position: fixed !important;
        bottom: 80px !important;
        right: 5%;
    }
    .whatsapp-floating-button-container-icon {
        width: 65px !important;
        height: 65px !important;
        box-shadow: 6px 9px 17px 0px rgba(226, 75, 68, 0.15) !important;
        border-radius: 100% !important;
    }
    .whatsapp-floating-button-icon {
        width: 48px !important;
        height: 48px !important;
        border-radius: 100% !important;
    }
    .whatsapp-icon{
        width: 29px !important;
        height: 29px !important;
    }
    .floating-button-text {
        display: none;
    }

    /* PAPER BAG CONTENT */
    .paper-bag-padding{
        padding: 48px 26px !important;
    }
    .paper-bag-container{
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }
    .paper-bag-container > div {
        width: 100% !important;
    }
    .paper-bag-title{
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .paper-bag-subtitle{
        font-size: 24px !important;
        font-weight: 700 !important;
    }
    .paper-bag-image{
        max-width: 100% !important;
        height: auto !important;
    }
    .a3-promosi-main-image > img {
        width: 100% !important;
        height: auto !important;
    }
    .paper-bag-pesan-button{
        margin-top: 0px !important;
    }
    .overflow-menu{
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .overflow-menu::-webkit-scrollbar{
        display: none !important;
    }
    .paper-bag-card-flex{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .a3-information-tag{
        min-width: 45% !important;
    }
    .a3-tag-content{
        width: 122px !important;
        height: 150px !important;
    }
    .paper-bag-tag-content-container{
        height: 100% !important;
    }
    .paper-bag-tag-content-container > img{
        width: 100% !important;
        height: 50% !important;
        object-fit: cover !important;
    }
    .paper-bag-tag-content-container > div{
        width: 100% !important;
        height: 50% !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .paper-bag-manfaat-kerjasama-padding{
        padding: 0px !important;
    }
    .container-keunggulan-header, .container-keunggulan-body{
        padding: 0px 26px !important;
        margin-bottom: 24px !important
    }
    .container-keunggulan-body-card{
        width: 100% !important;
        height: 100%  !important;
    }
    .container-keunggulan-body-card-flex{
        width: 100% !important;
    }
    .keunggulan-body-title{
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .keunggulan-body-title{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .a3-button-product{
        display: none !important;
    }
    .a3-carousel-container {
        overflow-x: scroll !important;
    }
    .a3-carousel-container::-webkit-scrollbar {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .paper-bag-padding{
        padding: 48px 26px !important;
    }
    .paper-bag-image{
        width: 40% !important;
        height: 40% !important;
    }
    .a3-promosi-main-image > img {
        width: 100% !important;
        height: 100% !important;
    }
    .paper-bag-card-flex{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .paper-bag-manfaat-kerjasama-padding{
        padding: 0px !important;
    }
    .container-keunggulan-header, .container-keunggulan-body{
        padding: 0px 26px !important;
        margin-bottom: 24px !important
    }
    .produk-terkait-container {
        width: 90% !important;
        margin-left: 5% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px){
    .paper-bag-image{
        width: 40% !important;
        height: 40% !important;
    }
    .a3-promosi-main-image > img {
        width: 100% !important;
        height: 100% !important;
    }
    .paper-bag-card-flex{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}