/**
 * @Plugin Name:团络云授权插件
 * @Plugin URI:https://www.tuanluowang.com/
 * @Author: TuanLuoYun Net
 * @Author URI: https://www.tuanluowang.com/
 * @Date: 2023-12-31 19:59:12
 * @LastEditors: TuanLuoYun Net
 * @LastEditTime: 2024-01-10 07:53:08
 * @Description: 感谢您使用团络云授权插件，插件源码有详细的注释，支持二次开发。
 * @Remind me: 无利不起早，使用盗版插件会存在各种未知风险。支持正版，从我做起！
 */
 
 .single-product .products-container {
    margin-top: -21px;
}

/* ============ 顶部限时优惠栏 - 蓝红紫高级配色 ============ */
.single-product .promotion-countdown-top.promotion-countdown,
.promotion-countdown-top,
#promotionCountdownTop {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background-image: 
        radial-gradient(ellipse at 5% 20%, rgba(255, 80, 120, 0.45) 0%, transparent 38%),
        radial-gradient(ellipse at 35% 80%, rgba(80, 120, 255, 0.4) 0%, transparent 40%),
        radial-gradient(ellipse at 70% 15%, rgba(180, 80, 255, 0.42) 0%, transparent 40%),
        radial-gradient(ellipse at 95% 85%, rgba(60, 180, 255, 0.35) 0%, transparent 40%),
        linear-gradient(135deg, #0d47a1 0%, #1565c0 12%, #5c2e91 32%, #8e24aa 52%, #c2185b 75%, #1a237e 100%) !important;
    background-color: #5c2e91 !important;
    box-shadow: 0 8px 32px rgba(142, 36, 170, 0.35), 0 2px 10px rgba(194, 24, 91, 0.25), inset 0 1px 0 rgba(255,255,255,0.15) !important;
    animation: promoGlow 3s ease-in-out infinite !important;
    border-bottom: 2px solid rgba(255, 120, 200, 0.3) !important;
}
.single-product .promotion-countdown-top::before,
.promotion-countdown-top::before {
    background-image: none !important;
    content: none !important;
}
@keyframes promoGlow {
    0%, 100% { box-shadow: 0 8px 32px rgba(142, 36, 170, 0.35), 0 2px 10px rgba(194, 24, 91, 0.25), inset 0 1px 0 rgba(255,255,255,0.15); }
    50% { box-shadow: 0 8px 48px rgba(194, 24, 91, 0.45), 0 2px 18px rgba(92, 46, 145, 0.4), inset 0 1px 0 rgba(255,255,255,0.22); }
}

.single-product .products-box {
    padding: 0 0 60px 0;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: 
        radial-gradient(ellipse at 15% 10%, rgba(135, 206, 250, 0.3) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 15%, rgba(155, 120, 255, 0.28) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 100%, rgba(100, 220, 180, 0.22) 0%, transparent 50%),
        linear-gradient(135deg, #1e88e5 0%, #42a5f5 15%, #5c6bc0 40%, #7e57c2 65%, #5e9e9f 85%, #3f9a8e 100%);
}

.single-product .products-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255,255,255,0.05) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255,255,255,0.05) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0%, transparent 30%);
    pointer-events: none;
}

.single-product .products-box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(180, 230, 255, 0.12) 0%, transparent 25%),
        radial-gradient(circle at 70% 70%, rgba(200, 180, 255, 0.1) 0%, transparent 25%);
    animation: auroraFloat 12s ease-in-out infinite;
    pointer-events: none;
}

@keyframes auroraFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.7; }
    33% { transform: translate(3%, -3%) rotate(120deg); opacity: 1; }
    66% { transform: translate(-2%, 4%) rotate(240deg); opacity: 0.85; }
}

.single-product .products-background {
    background: 
        radial-gradient(circle at 20% 30%, rgba(135, 206, 250, 0.35) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(180, 140, 255, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 60% 85%, rgba(100, 220, 180, 0.28) 0%, transparent 40%),
        linear-gradient(135deg, #1565c0 0%, #3949ab 30%, #5e35b1 55%, #388e3c 80%, #1976d2 100%);
}



.modal-not-logged-tip {
    margin: 0 0 16px 0;
    padding: 16px 18px;
    background: 
        radial-gradient(ellipse at 15% 20%, rgba(100, 200, 255, 0.2) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 80%, rgba(160, 140, 255, 0.18) 0%, transparent 45%),
        linear-gradient(135deg, #e3f2fd 0%, #f0e9ff 50%, #e0f2f1 100%);
    border: 1.5px solid rgba(92, 107, 192, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 16px rgba(30, 136, 229, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);
}
.modal-not-logged-tip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1e88e5, #5c6bc0, #7e57c2, #26a69a);
}
.modal-not-logged-tip .tip-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1e88e5, #5c6bc0);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 
        0 4px 12px rgba(30, 136, 229, 0.3),
        inset 0 1px 0 rgba(255,255,255,0.25);
}
.modal-not-logged-tip .tip-content {
    flex: 1;
    min-width: 0;
}
.modal-not-logged-tip .tip-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 6px;
    line-height: 1.4;
}
.modal-not-logged-tip .tip-desc {
    font-size: 12px;
    line-height: 1.65;
    color: #4a5568;
}
.modal-not-logged-tip .tip-actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.single-product .products-box .products-row {
    padding: 0 20px;
    max-width: 1400px;
    margin: auto;
}

.single-product .products-row .payrow-6 {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 10px);
}

@media (max-width: 768px) {
    .single-product .products-row .payrow-6 {
        padding: 10px;
        width: 100%;
    }

    .single-product .products-box .products-row {
        text-align: center;
    }

    .single-product .products-details {
        margin: auto;
    }
}

.single-product .pay-content {
    max-width: 400px;
    margin: auto;
}

.single-product .products-header {
    font-size: 24px;
    letter-spacing: .1em;
}

.single-product .products-doc {
    opacity: .8;
    margin: 20px 0;
}

.single-product .more-but {
    margin-top: 30px;
}

.single-product .more-but .but.hollow {
    margin: 0 10px;
    padding: 0.5em 1.5em;
    margin: 0 10px;
}

.single-product .products-pay {
    margin: 20px 0;
}

.single-product .products-pay .but {
    padding: 0.5em 2em;
    margin: 0;
}

.single-product .products-pay .but+.but {
    margin-left: 20px;
}

.single-product .products-details {
    background: rgba(0, 0, 0, 0.1);
    opacity: .6;
    max-width: 300px;
    text-align: left;
}

.single-product .pay-content .share-btn text {
    display: none;
}