/* ObonGlow v2.9.0 — standalone social shortcode */
.obonglow-social-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 18px 0 0;
    line-height: 1;
}

.obonglow-social-share__label {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
}

.obonglow-social-share__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff !important;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(24, 32, 55, .14);
    text-decoration: none !important;
    transform: translateY(0);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.obonglow-social-share__icon:hover {
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(24, 32, 55, .20);
    transform: translateY(-2px);
}

.obonglow-social-share__icon:focus-visible {
    outline: 2px solid #ff4f9a;
    outline-offset: 3px;
}

.obonglow-social-share__icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.obonglow-social-share__icon--facebook {
    background: linear-gradient(145deg, #3f5ec9 0%, #253aa2 100%);
}

.obonglow-social-share__icon--instagram {
    background: radial-gradient(circle at 30% 105%, #fdf497 0 5%, #fd5949 42%, #d6249f 66%, #285aeb 100%);
}

@media (max-width: 767px) {
    .obonglow-social-share {
        margin-top: 14px;
        gap: 9px;
    }

    .obonglow-social-share__label {
        font-size: 13px;
        line-height: 34px;
    }

    .obonglow-social-share__icon {
        width: 34px;
        height: 34px;
    }

    .obonglow-social-share__icon svg {
        width: 17px;
        height: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .obonglow-social-share__icon {
        transition: none;
    }

    .obonglow-social-share__icon:hover {
        transform: none;
    }
}

/* Automatic placement beneath the product gallery card. */
.single-product .obonglow-social-share[data-obonglow-placed="yes"] {
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin-top: -2px;
}

#obonglow-social-auto-mount[hidden] {
    display: none !important;
}
