    .trybeboxlivestore-popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999;
    }
    
    .trybeboxlivestore-popup-container {
        position: fixed;
        max-height: 100vh;
        background: #FFFFFF;  
    }
    .trybeboxlivestore-popup-header-top-livegift-left
    { 
        display: flex; 
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
        padding-bottom: 6px;
        padding-top: 6px;
        width: 100% !important;
    }
    
    .trybeboxlivestore-popup-header-top-livegift-right
    { 
        display: flex; 
        justify-content: center;
        align-items: center;
        width: 56px;
        padding-bottom: 6px;
        padding-top: 6px;
        color: #1E1E1E;
        border-left: 1px solid #DCDCDE;
    }
    
    
    /* Desktop styles */
    @media (min-width: 768px) {
        .trybeboxlivestore-popup-container {  
             overflow: hidden; /* prevent body scroll */
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            width: 396px;
            max-width: 90vw;
            height: 100%;
        }

        .trybeboxlivestore-popup-header-top-livegift
        { 
      position: absolute; 
        /* Auto layout */
        display: flex; 
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px 0px 24px;
        position: absolute;
        width: 396px;
        left: calc(50% - 396px/2);
        top: 0px;

        /* WP Gray/Gray 5 */
        border-bottom: 1px solid #DCDCDE;

        } 

        .trybeboxlivestore-popup-header-bottom-livegift
        {  
      position: absolute; 
      z-index: 1000;
      /* Frame 1476 */

        /* Auto layout */
        display: flex;
        align-items: center;
        padding: 16px 24px;
        gap: 24px;

        position: absolute;
        width: 396px;
        height: 80px;
        left: calc(50% - 396px/2);
        bottom: 0px;

        background: #F7F8F8;
        /* WP Gray/Gray 5 */
        border-top: 1px solid #DCDCDE;

        }
        
        .trybeboxlivestore-popup-header-middle-livegift
        {  
            
      position: absolute;
      top: 60px;    /* same as .top height */
      bottom: 60px; /* same as .bottom height */
      left: 0;
      right: 0;
      overflow-y: auto;
      padding: 16px;
      background: #FFFFFF; 

        }
 
        .trybeboxlivestore-undo-last
        {
            display: none !important;
        }

    .trybeboxlivestore-popup-actions-widthcheck
    {
        width: 45% !important;
    }

    .trybeboxlivestore-popup-actions-widthundo
    {
        width: 45% !important;
    }

    
    .trybeboxlivestore-popup-content-txt-desktop
    {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    }
    .trybeboxlivestore-popup-content-txt-mob
    {
        display: none !important;

    }
}
    
    /* Mobile styles */
    @media (max-width: 767px) {
        .trybeboxlivestore-popup-container {
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 60vh;
        }
        .trybeboxlivestore-undo-all
        {
            display: none !important;
        }

    .trybeboxlivestore-popup-actions-widthcheck
    {
        width: 100% !important;
    }

    .trybeboxlivestore-popup-actions-widthundo
    {
        display: none !important;
        width: 45% !important;
    }
    
    .trybeboxlivestore-popup-content-txt-mob
    {
    font-style: normal;
    font-weight: 600; 
    color: #000000;  
        font-size: 16px !important;
        line-height: 20px !important;
    }
    
    .trybeboxlivestore-popup-content-txt-desktop
    {
        display: none !important;
    }

    
        .trybeboxlivestore-popup-header-top-livegift
        { 
      position: absolute; 
        /* Auto layout */
        display: flex; 
        justify-content: space-between;
        align-items: center;
        padding: 0px 16px 0px 16px;
        position: absolute;
        width: 100%;
        left: calc(100% - 0);
        top: 0px;

        /* WP Gray/Gray 5 */
        border-bottom: 1px solid #DCDCDE;

        } 

        

        .trybeboxlivestore-popup-header-bottom-livegift
        {  
      position: absolute; 
      z-index: 1000;
      /* Frame 1476 */

        /* Auto layout */
        display: flex;
        align-items: center;
        padding: 16px 24px;
        gap: 24px;

        position: absolute;
        width: 100%;
        height: 80px;
        left: calc(50% - 0);
        bottom: 0px;

        background: #F7F8F8;
        /* WP Gray/Gray 5 */
        border-top: 1px solid #DCDCDE;

        }
        
        .trybeboxlivestore-popup-header-middle-livegift
        {  
            
      position: absolute;
      top: 60px;    /* same as .top height */
      bottom: 60px; /* same as .bottom height */
      left: 0;
      right: 0;
      overflow-y: auto;
      padding: 16px;
      background: #FFFFFF; 
      margin-bottom: 20px;

        }
 
    
    .trybeboxlivestore-popup-header-top-livegift-right
    { 
        
        background: #1F1F1F;
        transform: rotate(-45deg);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: flex; 
        justify-content: center;
        align-items: center; 
        padding-bottom: 6px;
        padding-top: 6px;
        color: #1E1E1E;
        border-left: 1px solid transparent;
    }
    
        .trybeboxlivestore-close-btn
        { 
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #fff !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .trybeboxlivestore-close-btn:hover {
        color: #fff !important;
    }

    }
    
    
    
    .trybeboxlivestore-close-btn {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #999;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .trybeboxlivestore-close-btn:hover {
        color: #333;
    }
    
    .trybeboxlivestore-popup-content {
        padding: 20px;
    }
    
    .trybeboxlivestore-products-grid { 
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
      gap: 16px; /* spacing between items */
    }
    
    .trybeboxlivestore-product-item { 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 0px;
        gap: 6px;
        width: 100%;
        height: auto; 
        background: #FFFFFF; 
        border: 1px solid #DCDCDE;
        border-radius: 8px; 
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease; 
    }
    
    .trybeboxlivestore-product-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .trybeboxlivestore-product-item.added {
        border-color: #F45EAC;
    }
    
    .trybeboxlivestore-product-item img {
        width: 56px;
        height: 56px;
        object-fit: cover; 
        margin-bottom: 2px;
    }
    
    .trybeboxlivestore-product-name 
    {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #1E1E1E;
    }
    
    .trybeboxlivestore-product-price {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #8C8F94;
    }
    
    .trybeboxlivestore-product-price bdi 
    { 
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    text-align: center !important;
    color: #8C8F94 !important;
    }
    .trybeboxlivestore-product-price bdi .woocommerce-Price-currencySymbol 
    { 
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 12px !important;
    text-align: center !important;
    color: #8C8F94 !important;
    }

    .trybeboxlivestore-product-counter { 
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px; 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
gap: 10px;
display: none;
position: absolute;
width: 27px;
height: 24px;
right: -0.33px;
top: 0px;
color: #fff;
/* Brand/Pink */
background: #F45EAC;
border-radius: 0px 8px 0px 2px;

    }
    
    .trybeboxlivestore-product-counter.show {
        display: flex;
    }
    
    .trybeboxlivestore-popup-actions {
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .trybeboxlivestore-btnundo
    {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        color: #D63638 !important;
        background-color: transparent !important;
        border: 1px solid transparent !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
        letter-spacing: 0.01em !important;
        text-transform: capitalize !important;
        padding: 0px !important;
    }

    .trybeboxlivestore-btn {
        flex: 1;
        padding: 12px 16px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }
     
    
    .trybeboxlivestore-checkout {
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 12px 24px !important;
gap: 6px !important;
height: 48px !important;
width: 100% !important;
background: #1A6DAF !important;
border: 1px solid transparent !important;
border-radius: 820px !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #FFFFFF !important;
text-transform: capitalize !important;
    } 
    
    .trybeboxlivestore-deskundo-last {
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 12px 24px !important;
gap: 8px !important;
height: 48px !important;
width: 100% !important;
background: #FFFFFF !important;
border: 1px solid #EBEDEF !important;
border-radius: 820px !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #D63638 !important;
text-transform: capitalize !important;
    }
     

    .trybeboxlivestore-trigger-btn {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        color: #1A6DAF !important;
        background: transparent !important;
        border: 1px solid transparent !important;
        padding: 0px !important;
        cursor: pointer !important;
        transition: background-color 0.3s ease !important;
        text-transform: capitalize !important;
    } 
    
    .trybeboxlivestore-loading {
        text-align: center;
        padding: 30px;
        font-size: 12px;
        color: #666;
    }
    
    @media (max-width: 480px) { 
        .trybeboxlivestore-popup-actions {
            flex-direction: column;
        }
        
        .trybeboxlivestore-btn {
            flex: none;
        }
    }
