body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop ul.products,
body.woocommerce-shop .products,
body.woocommerce-shop .woocommerce-pagination{
    display:none!important;
}

.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message{
    display:none!important;
}

.gpid-shop-toast{
    position:fixed;
    top:18px;
    left:50%;
    transform:translate(-50%,-18px);
    z-index:2147483647;
    display:flex;
    align-items:center;
    gap:12px;
    width:min(560px,calc(100vw - 28px));
    background:linear-gradient(135deg,#00BDA5,#16A34A);
    color:#fff;
    border-radius:18px;
    padding:15px 18px;
    box-shadow:0 22px 60px rgba(13,27,42,.30);
    opacity:0;
    pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
    font-weight:900;
}
.gpid-shop-toast.show{
    transform:translate(-50%,0);
    opacity:1;
    pointer-events:auto;
}
.gpid-shop-toast-icon{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:50%;
    background:rgba(255,255,255,.22);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}
.gpid-shop-toast-text{
    line-height:1.25;
    flex:1;
}
.gpid-shop-toast-text strong{
    display:block;
    color:#fff!important;
    font-size:15px;
}
.gpid-shop-toast-text span{
    display:block;
    color:#EFFFFB!important;
    font-size:13px;
    font-weight:700;
}
.gpid-shop-toast a{
    color:#fff!important;
    text-decoration:underline!important;
    font-weight:900;
}
.gpid-spp-btn.loading,
.ajax_add_to_cart.loading{
    opacity:.85!important;
    pointer-events:none!important;
}
@media(max-width:680px){
    .gpid-shop-toast{
        top:10px;
        width:calc(100vw - 20px);
        border-radius:16px;
    }
}
