.gh-premium-trust{
    margin-top:25px;
    background:#ffffff;
    border:1px solid #edf2ed;
    border-radius:18px;
    padding:10px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.gh-premium-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid #f2f2f2;
}

.gh-premium-item:last-child{
    border-bottom:none;
}

.gh-premium-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:14px;
    background:linear-gradient(135deg,#1f7a3e,#2ea44f);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    font-weight:700;
    box-shadow:0 5px 15px rgba(31,122,62,0.25);
}

.gh-premium-content h4{
    margin:0 0 4px;
    font-size:16px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}

.gh-premium-content p{
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.6;
}

@media(max-width:768px){

.mobile-sticky-cart{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#ffffff;
    padding:10px 12px;
    z-index:99999;
    display:flex;
    align-items:center;
    gap:8px;
    box-shadow:0 -3px 20px rgba(0,0,0,0.08);
    border-top:1px solid #f0f0f0;
    backdrop-filter:blur(10px);
}

.mobile-sticky-price{
    min-width:72px;
}

.mobile-sticky-price strong{
    display:block;
    font-size:17px;
    font-weight:700;
    color:#1f7a3e;
    line-height:1.2;
}

.mobile-sticky-price span{
    font-size:10px;
    color:#888;
}

.mobile-sticky-qty{
    display:flex;
    align-items:center;
    border:1px solid #e6e6e6;
    border-radius:10px;
    overflow:hidden;
    height:42px;
    background:#fafafa;
}

.mobile-sticky-qty button{
    width:30px;
    height:42px;
    border:none;
    background:transparent;
    font-size:18px;
    font-weight:600;
    color:#333;
}

.mobile-sticky-qty input{
    width:34px;
    border:none;
    background:transparent;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:#111;
}

.mobile-sticky-btn{
    flex:1;
}

.mobile-sticky-btn button{
    width:100%;
    height:42px;
    border:none;
    border-radius:10px;
    background:linear-gradient(135deg,#1f7a3e,#2ea44f);
    color:#fff;
    font-size:14px;
    font-weight:700;
    box-shadow:0 4px 12px rgba(31,122,62,0.25);
}

body{
    padding-bottom:80px;
}

}

@media(max-width:768px){

.mobile-sticky-checkout{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    padding:12px;
    z-index:99999;
    box-shadow:0 -4px 20px rgba(0,0,0,0.08);
    border-top:1px solid #eee;
}

.mobile-sticky-checkout .btn{
    width:100%;
    height:50px;
    border-radius:12px;
    font-size:16px;
    font-weight:700;
    background:linear-gradient(135deg,#1f7a3e,#2ea44f);
    border:none;
}

body.woocommerce-cart,
body.checkout{
    padding-bottom:90px;
}

}
.btn-dark{
    background:linear-gradient(135deg,#111,#333)!important;
    border:none!important;
    border-radius:12px!important;
    height:48px;
    font-weight:700;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}