.app-social-share .product-social,
.app-social-share .app-share-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-social-share-product .app-share-list {
    gap: 10px;
}

.product-right .app-social-share .product-icon .product-social li,
.product-right .app-social-share .app-share-list li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.app-social-share .product-social li,
.app-social-share .app-share-list li {
    margin: 0;
}

.app-social-share .product-social a,
.app-social-share .product-social button,
.app-social-share .app-share-list a,
.app-social-share .app-share-list button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
    padding: 0;
}

.app-social-share .product-social a i,
.app-social-share .product-social button i,
.app-social-share .app-share-list a i,
.app-social-share .app-share-list button i {
    color: #fff !important;
}

.app-social-share .product-social a:hover,
.app-social-share .product-social button:hover,
.app-social-share .app-share-list a:hover,
.app-social-share .app-share-list button:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.app-social-share .app-share-whatsapp a,
.app-social-share .app-share-whatsapp button { background: #25D366; }
.app-social-share .app-share-facebook a,
.app-social-share .app-share-facebook button { background: #1877F2; }
.app-social-share .app-share-x a,
.app-social-share .app-share-x button { background: #0f1419; }
.app-social-share .app-share-telegram a,
.app-social-share .app-share-telegram button { background: #229ED9; }
.app-social-share .app-share-linkedin a,
.app-social-share .app-share-linkedin button { background: #0A66C2; }
.app-social-share .app-share-copy a,
.app-social-share .app-share-copy button { background: #64748b; }

.app-social-share .app-share-copy {
    position: relative;
}

.app-social-share .app-share-copy button.is-copied {
    background: #16a34a !important;
    cursor: default;
    transform: none;
    box-shadow: 0 6px 16px rgba(22, 163, 74, .28);
}

.app-social-share .app-share-copy button.is-copied:disabled {
    opacity: 1;
}

.app-social-share .app-share-copy-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(4px);
    padding: 4px 8px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 3;
}

.app-social-share .app-share-copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #111827;
}

.app-social-share .app-share-copy.is-copied .app-share-copy-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.app-social-share-editorial {
    margin: 1.25rem 0 1.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: #fafafa;
}

.app-social-share-editorial .app-share-heading {
    margin: 0 0 .75rem;
    font-size: .95rem;
    font-weight: 600;
    color: #111827;
}

.app-instagram-gradient {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.category-block-instagram .category-image.app-instagram-category-icon {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-block-instagram .category-image.app-instagram-category-icon i {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.category-block-instagram .app-instagram-category-label {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 600;
}

.app-category-bestseller-badge {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 14px;
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
}

.app-category-bestseller-badge__icon {
    color: #f59e0b;
    font-size: 15px;
}

.app-category-bestseller-badge__pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff4eb;
    color: #ea580c;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

a.app-category-bestseller-badge__pill:hover {
    color: #c2410c;
    text-decoration: none;
}

@media (min-width: 768px) {
    .product-buttons.border-product {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }

    .product-buttons__main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .product-buttons__main > .btn {
        margin: 0 !important;
    }

    .product-buttons__secondary {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-left: 4px;
    }
}
