
.rhigi-share-gallery-host{
    position:relative!important;
}
.rhigi-product-share-wrap{
    position:absolute!important;
    z-index:85!important;
    top:14px!important;
    left:14px!important;
    width:auto!important;
    margin:0!important;
    display:block!important;
    pointer-events:auto!important;
}
.rhigi-product-share-button{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    display:grid!important;
    place-items:center!important;
    color:inherit!important;
    background:transparent!important;
    box-shadow:none!important;
    cursor:pointer!important;
    overflow:visible!important;
    transition:transform .16s ease,filter .16s ease!important;
}
.rhigi-product-share-button:hover{
    transform:translateY(-2px) scale(1.05)!important;
    filter:drop-shadow(0 8px 10px rgba(15,23,42,.24))!important;
}
.rhigi-product-share-button:focus-visible{
    outline:3px solid rgba(255,90,0,.45)!important;
    outline-offset:4px!important;
}
.rhigi-product-share-button img{
    display:block!important;
    width:52px!important;
    height:52px!important;
    max-width:none!important;
    object-fit:contain!important;
    background:transparent!important;
    filter:drop-shadow(0 5px 7px rgba(15,23,42,.22))!important;
    pointer-events:none!important;
}
.rhigi-product-share-modal{position:fixed;z-index:1000000;inset:0}
.rhigi-product-share-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.62);opacity:0;transition:.18s}
.rhigi-product-share-card{position:absolute;top:50%;left:50%;width:min(500px,calc(100vw - 28px));padding:24px;border-radius:24px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.32);opacity:0;transform:translate(-50%,-46%) scale(.97);transition:.18s}
.rhigi-product-share-modal.is-open .rhigi-product-share-backdrop{opacity:1}
.rhigi-product-share-modal.is-open .rhigi-product-share-card{opacity:1;transform:translate(-50%,-50%) scale(1)}
.rhigi-product-share-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;font-size:23px;cursor:pointer}
.rhigi-product-share-card-head{padding-right:35px;display:flex;align-items:center;gap:13px}
.rhigi-product-share-icon{
    width:58px;
    height:58px;
    flex:0 0 58px;
    display:grid;
    place-items:center;
    background:transparent;
}
.rhigi-product-share-icon img{
    display:block;
    width:58px;
    height:58px;
    object-fit:contain;
    background:transparent;
    filter:drop-shadow(0 5px 8px rgba(15,23,42,.2));
}
.rhigi-product-share-card-head h3{margin:0;font-size:22px}.rhigi-product-share-card-head p{margin:5px 0 0;color:#64748b}
.rhigi-product-share-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.rhigi-share-option{min-height:88px;padding:12px 8px;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#1e293b!important;background:#fff;text-decoration:none!important;cursor:pointer}
.rhigi-share-option:hover{border-color:#fdba74;background:#fff7ed}
.rhigi-share-option span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;background:#0f172a;font-size:13px;font-weight:950}
.rhigi-share-option[data-share-channel="whatsapp"] span{background:#22c55e}.rhigi-share-option[data-share-channel="facebook"] span{background:#1877f2}.rhigi-share-option[data-share-channel="x"] span{background:#000}.rhigi-share-option[data-share-channel="email"] span{background:#6366f1}.rhigi-share-option[data-share-channel="copy"] span{background:#ff5a00}
.rhigi-product-share-copy{margin-top:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.rhigi-product-share-copy input{min-width:0;min-height:44px;padding:0 12px;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc}
.rhigi-product-share-copy button{min-height:44px;padding:0 16px;border:0;border-radius:12px;color:#fff;background:#ff5a00;font-weight:900}
.rhigi-product-share-toast{position:absolute;left:50%;bottom:14px;padding:8px 12px;border-radius:999px;color:#fff;background:#0f172a;font-size:12px;font-weight:850;opacity:0;transform:translate(-50%,8px);transition:.18s}
.rhigi-product-share-toast.is-visible{opacity:1;transform:translate(-50%,0)}
body.rhigi-share-open{overflow:hidden}
@media(max-width:600px){
    .rhigi-product-share-wrap{
        top:10px!important;
        left:10px!important;
    }
    .rhigi-product-share-button{
        width:48px!important;
        height:48px!important;
        min-width:48px!important;
        min-height:48px!important;
    }
    .rhigi-product-share-button img{
        width:46px!important;
        height:46px!important;
    }
    .rhigi-product-share-card{padding:20px 16px}
    .rhigi-product-share-grid{grid-template-columns:repeat(2,1fr)}
}
