/* Estroute 万圣节专区主题样式 — v4.17 (仅 halloween_cn.html 引用) */
/* 配色：南瓜橙 #f28c28 / 深紫黑 #1a0b2e / 幽灵紫 #7b5ea7 / 夜幕黑 #0f0617 */

/* ---- 页面氛围底色 ---- */
body.halloween-page {
    background: #0f0617;
    color: #e8dcc8;
}

/* ---- Hero 万圣节主题 ---- */
.halloween-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at 20% 20%, #3a1d5c 0%, transparent 60%),
                radial-gradient(ellipse at 80% 80%, #5a2a0e 0%, transparent 55%),
                linear-gradient(160deg, #0f0617 0%, #1a0b2e 55%, #2b1033 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.halloween-hero::before {
    content: "🎃";
    position: absolute;
    font-size: 7rem;
    opacity: .14;
    top: 12%;
    left: 6%;
    transform: rotate(-12deg);
}
.halloween-hero::after {
    content: "🦇";
    position: absolute;
    font-size: 4.5rem;
    opacity: .18;
    bottom: 16%;
    right: 9%;
    transform: rotate(10deg);
}
.halloween-hero .hero-title {
    color: #f28c28;
    text-shadow: 0 4px 22px rgba(242, 140, 40, .35);
    letter-spacing: .04em;
}
.halloween-hero .hero-subtitle {
    color: rgba(232, 220, 200, .88);
    font-weight: 300;
}

/* ---- 分类区块标题 ---- */
.halloween-section-title {
    margin-top: 56px;
    margin-bottom: 32px;
    color: #f28c28;
    font-size: 1.9rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: .06em;
    position: relative;
}
.halloween-section-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #f28c28, #7b5ea7);
}

/* ---- 商品卡片万圣节化 ---- */
.halloween-page .products-grid .product-card {
    background: #1c1030;
    border: 1px solid rgba(242, 140, 40, .22);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.halloween-page .products-grid .product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 140, 40, .65);
    box-shadow: 0 14px 34px rgba(242, 140, 40, .16);
}
.halloween-page .product-content h3 {
    color: #f3e9d2;
}
.halloween-page .product-sku {
    color: #f28c28;
}
.halloween-page .card-actions .like-btn {
    color: #e8dcc8;
    border-color: rgba(242, 140, 40, .4);
}
.halloween-page .card-actions .like-btn.want-label {
    background: #f28c28;
    color: #1a0b2e;
    border-color: #f28c28;
    font-weight: 600;
}
.halloween-page .card-actions .like-btn:hover {
    background: rgba(242, 140, 40, .16);
    border-color: #f28c28;
}
.halloween-page .card-actions .like-btn.want-label:hover {
    background: #ffa14d;
    border-color: #ffa14d;
    color: #1a0b2e;
}
.halloween-page .card-actions .like-btn.want-label.liked {
    background: #1a0b2e;
    color: #f28c28;
    border-color: #f28c28;
}

/* ---- 万圣节热卖徽标 ---- */
.halloween-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    background: linear-gradient(135deg, #f28c28, #d4631c);
    color: #fff;
    font-size: .66rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    letter-spacing: .06em;
    box-shadow: 0 2px 8px rgba(242, 140, 40, .35);
    pointer-events: none;
}

/* ---- 顶部热卖区 ---- */
.halloween-hot-title {
    color: #f3e9d2;
    font-size: 2rem;
    text-align: center;
    margin: 10px 0 34px;
}

/* ---- 响应式微调 ---- */
@media (max-width: 768px) {
    .halloween-hero { min-height: 56vh; }
    .halloween-hero .hero-title { font-size: 2.2rem; }
}
