.elementor-393 .elementor-element.elementor-element-e816abd{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════
   BanehPS Elementor Addons - Complete Glassmorphism CSS
   Version: 3.1.0 | Theme: Red Gaming Brand
   ═════════════════════════════════════════════════════════════ */

/* ─────────── Base & Reset ──────────── */
overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* ──────────── Glassmorphism Utilities ──────────── */
.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(220, 38, 38, 0.08);
}
.glass-dark {
    background: rgba(17, 24, 39, 0.9);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.gradient-text {
    background: linear-gradient(135deg, #DC2626, #991B1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ──────────── Animations ──────────── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); } 50% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.animate-fade-in-up { animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hover-lift { transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease; }
.hover-lift:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15); }

/* ──────────── Header Styles ──────────── */
.bps-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(220,38,38,0.1); }
.bps-topbar { background: linear-gradient(90deg, #DC2626, #991B1B); color: white; padding: 8px 0; font-size: 13px; }
.bps-logo-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #DC2626, #991B1B); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; box-shadow: 0 4px 15px rgba(220,38,38,0.4); }
.bps-search-input { width: 100%; padding: 12px 48px 12px 16px; background: rgba(243,244,246,0.8); border: 1px solid rgba(220,38,38,0.2); border-radius: 12px; font-family: 'Vazirmatn'; transition: all 0.3s; }
.bps-search-input:focus { outline: none; border-color: #DC2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.1); background: white; }
.bps-action-btn { width: 44px; height: 44px; background: rgba(255,255,255,0.8); border: 1px solid rgba(220,38,38,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #374151; position: relative; transition: all 0.3s; }
.bps-action-btn:hover { background: rgba(220,38,38,0.1); color: #DC2626; border-color: #DC2626; transform: translateY(-2px); }
.bps-cart-badge { position: absolute; top: -4px; right: -4px; width: 20px; height: 20px; background: #DC2626; color: white; border-radius: 50%; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; animation: pulse-glow 2s infinite; }
.bps-login-btn { display: flex; align-items: center; gap: 8px; padding: 10px 20px; background: linear-gradient(135deg, #DC2626, #991B1B); color: white; border-radius: 12px; font-weight: 700; font-size: 14px; box-shadow: 0 4px 15px rgba(220,38,38,0.4); }
.bps-nav-item a { display: flex; align-items: center; gap: 6px; padding: 8px 16px; color: #374151; font-weight: 600; font-size: 14px; border-radius: 8px; white-space: nowrap; }
.bps-nav-item a:hover { background: rgba(220,38,38,0.1); color: #DC2626; }
.bps-nav-item.special a { color: #DC2626; font-weight: 700; }

/* ─────────── Hero Slider ──────────── */
.bps-hero-slider { position: relative; height: 500px; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(220,38,38,0.2); }
.bps-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); }
.bps-hero-content { position: absolute; top: 50%; right: 60px; transform: translateY(-50%); max-width: 500px; color: white; z-index: 2; }
.bps-hero-title { font-size: 48px; font-weight: 900; margin-bottom: 16px; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.bps-hero-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: linear-gradient(135deg, #DC2626, #991B1B); color: white; border-radius: 12px; font-weight: 700; box-shadow: 0 4px 20px rgba(220,38,38,0.5); }
.bps-hero-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(220,38,38,0.6); }

/* ──────────── Section Titles ──────────── */
.bps-section-title { display: flex; align-items: center; gap: 12px; font-size: 28px; font-weight: 900; color: #1f2937; margin-bottom: 32px; }
.bps-section-title::before { content: ''; width: 4px; height: 32px; background: linear-gradient(180deg, #DC2626, #991B1B); border-radius: 2px; }
.bps-view-all { display: flex; align-items: center; gap: 8px; color: #DC2626; font-weight: 700; font-size: 14px; }
.bps-view-all:hover { gap: 12px; color: #991B1B; }

/* ──────────── Product Cards ──────────── */
.bps-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.bps-product-card { background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border: 1px solid rgba(220,38,38,0.1); border-radius: 20px; padding: 20px; overflow: hidden; }
.bps-product-badge { position: absolute; top: 16px; right: 16px; padding: 6px 12px; background: linear-gradient(135deg, #DC2626, #991B1B); color: white; border-radius: 20px; font-size: 12px; font-weight: 700; z-index: 2; box-shadow: 0 4px 12px rgba(220,38,38,0.4); }
.bps-product-image { position: relative; aspect-ratio: 1; background: linear-gradient(135deg, #f9fafb, #f3f4f6); border-radius: 16px; overflow: hidden; margin-bottom: 16px; }
.bps-product-image img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform 0.5s; }
.bps-product-card:hover .bps-product-image img { transform: scale(1.1); }
.bps-product-actions { position: absolute; top: 16px; left: 16px; display: flex; flex-direction: column; gap: 8px; opacity: 0; transform: translateX(-20px); transition: all 0.3s; }
.bps-product-card:hover .bps-product-actions { opacity: 1; transform: translateX(0); }
.bps-product-action-btn { width: 40px; height: 40px; background: white; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #6b7280; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: all 0.3s; }
.bps-product-action-btn:hover { background: #DC2626; color: white; transform: scale(1.1); }
.bps-product-category { display: block; font-size: 12px; color: #DC2626; font-weight: 600; margin-bottom: 8px; }
.bps-product-name { font-size: 16px; font-weight: 700; color: #1f2937; margin-bottom: 12px; line-height: 1.4; height: 44px; overflow: hidden; }
.bps-product-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; color: #fbbf24; font-size: 14px; }
.bps-product-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(220,38,38,0.1); }
.bps-product-old-price { font-size: 13px; color: #9ca3af; text-decoration: line-through; }
.bps-product-current-price { font-size: 20px; font-weight: 900; color: #10b981; }
.bps-add-to-cart-btn { width: 44px; height: 44px; background: linear-gradient(135deg, #DC2626, #991B1B); border: none; border-radius: 12px; color: white; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(220,38,38,0.4); transition: all 0.3s; }
.bps-add-to-cart-btn:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(220,38,38,0.5); }

/* ──────────── Categories ──────────── */
.bps-categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; }
.bps-category-card { background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border: 1px solid rgba(220,38,38,0.1); border-radius: 20px; padding: 24px; text-align: center; }
.bps-category-icon { width: 80px; height: 80px; margin: 0 auto 16px; background: linear-gradient(135deg, #fef2f2, #ffffff); border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: all 0.3s; }
.bps-category-card:hover .bps-category-icon { background: linear-gradient(135deg, #DC2626, #991B1B); transform: rotate(360deg); }
.bps-category-name { font-size: 16px; font-weight: 700; color: #1f2937; margin-bottom: 4px; }
.bps-category-card:hover .bps-category-name { color: #DC2626; }

/* ──────────── Weekend Sale ──────────── */
.bps-weekend-sale { background: linear-gradient(135deg, #DC2626, #991B1B); border-radius: 24px; padding: 60px 40px; color: white; position: relative; overflow: hidden; }
.bps-sale-title { font-size: 42px; font-weight: 900; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.bps-timer-box { background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-radius: 16px; padding: 16px 24px; min-width: 80px; text-align: center; color: #1f2937; }
.bps-timer-number { font-size: 32px; font-weight: 900; display: block; line-height: 1; margin-bottom: 4px; }

/* ─────────── About Us ──────────── */
.bps-about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bps-about-image { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(220,38,38,0.2); }
.bps-about-image::before { content: ''; position: absolute; inset: -20px; background: linear-gradient(135deg, #DC2626, #991B1B); border-radius: 24px; opacity: 0.2; filter: blur(20px); z-index: -1; }
.bps-about-feature { display: flex; align-items: center; gap: 12px; padding: 16px; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border: 1px solid rgba(220,38,38,0.1); border-radius: 16px; transition: all 0.3s; }
.bps-about-feature:hover { transform: translateX(-8px); box-shadow: 0 8px 20px rgba(220,38,38,0.2); }
.bps-about-feature i { font-size: 24px; color: #DC2626; }

/* ─────────── Blog ──────────── */
.bps-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.bps-blog-card { background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border: 1px solid rgba(220,38,38,0.1); border-radius: 20px; overflow: hidden; }
.bps-blog-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.bps-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.bps-blog-card:hover .bps-blog-image img { transform: scale(1.1); }
.bps-blog-category { position: absolute; top: 16px; right: 16px; padding: 6px 12px; background: #DC2626; color: white; border-radius: 20px; font-size: 12px; font-weight: 700; }
.bps-blog-read-more { display: inline-flex; align-items: center; gap: 8px; color: #DC2626; font-weight: 700; font-size: 14px; }
.bps-blog-read-more:hover { gap: 12px; color: #991B1B; }

/* ──────────── Single Product ──────────── */
.bps-single-product { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.bps-product-gallery { background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border: 1px solid rgba(220,38,38,0.1); border-radius: 24px; padding: 40px; box-shadow: 0 20px 60px rgba(220,38,38,0.1); }
.bps-thumbnail { aspect-ratio: 1; background: rgba(255,255,255,0.9); border: 2px solid rgba(220,38,38,0.1); border-radius: 12px; padding: 8px; cursor: pointer; transition: all 0.3s; }
.bps-thumbnail:hover, .bps-thumbnail.active { border-color: #DC2626; box-shadow: 0 4px 12px rgba(220,38,38,0.2); }
.bps-option-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 16px; }
.bps-option-card { background: rgba(255,255,255,0.9); border: 2px solid rgba(220,38,38,0.1); border-radius: 12px; padding: 16px; cursor: pointer; transition: all 0.3s; }
.bps-option-card.selected { border-color: #DC2626; background: rgba(220,38,38,0.05); }
.bps-add-to-cart-main { width: 100%; padding: 16px; background: linear-gradient(135deg, #DC2626, #991B1B); color: white; border: none; border-radius: 12px; font-size: 18px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 4px 20px rgba(220,38,38,0.4); transition: all 0.3s; }
.bps-add-to-cart-main:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(220,38,38,0.5); }

/* ──────────── Footer ─────────── */
.bps-footer { background: linear-gradient(135deg, #111827, #1f2937); color: #9ca3af; padding: 60px 0 20px; margin-top: 60px; position: relative; overflow: hidden; }
.bps-footer::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); opacity: 0.3; }
.bps-footer-logo-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #DC2626, #991B1B); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; }
.bps-footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; transition: all 0.3s; }
.bps-footer-social a:hover { background: #DC2626; transform: translateY(-4px); }
.bps-footer-title { font-size: 18px; font-weight: 700; color: white; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.bps-footer-title::before { content: ''; width: 3px; height: 24px; background: #DC2626; border-radius: 2px; }
.bps-footer-links a { color: #9ca3af; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.bps-footer-links a:hover { color: #DC2626; padding-right: 8px; }
.bps-footer-contact-item i { color: #DC2626; font-size: 18px; margin-top: 4px; }
.bps-footer-newsletter-input { flex: 1; padding: 10px 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: white; font-family: 'Vazirmatn'; }
.bps-footer-newsletter-btn { padding: 10px 20px; background: linear-gradient(135deg, #DC2626, #991B1B); color: white; border: none; border-radius: 8px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.bps-footer-badges { display: flex; justify-content: center; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 20px; }
.bps-footer-badge { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 16px 24px; display: flex; align-items: center; gap: 12px; transition: all 0.3s; }
.bps-footer-badge i { font-size: 32px; color: #DC2626; }

/* ──────────── Responsive Design ──────────── */
@media (max-width: 1024px) {
    .bps-hero-slider { height: 400px; }
    .bps-hero-title { font-size: 36px; }
    .bps-about-section { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
    .bps-topbar { font-size: 12px; }
    .bps-search-box { display: none; }
    .bps-login-btn { display: none; }
    .bps-hero-slider { height: 300px; }
    .bps-hero-content { right: 20px; max-width: 80%; }
    .bps-hero-title { font-size: 24px; }
    .bps-products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .bps-categories-grid { grid-template-columns: repeat(3, 1fr); }
    .bps-blog-grid { grid-template-columns: 1fr; }
    .bps-option-cards { grid-template-columns: 1fr; }
    .bps-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .bps-products-grid { grid-template-columns: 1fr; }
    .bps-categories-grid { grid-template-columns: repeat(2, 1fr); }
    .bps-sale-title { font-size: 28px; }
    .bps-timer-box { padding: 12px 16px; min-width: 60px; }
    .bps-timer-number { font-size: 24px; }
}

/* ──────────── Custom Scrollbar ─────────── */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #DC2626, #991B1B); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(135deg, #991B1B, #7f1d1d); }

/* ─────────── Loading & Toast ──────────── */
.bps-spinner { width: 40px; height: 40px; border: 3px solid rgba(220,38,38,0.1); border-top-color: #DC2626; border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.bps-toast { position: fixed; bottom: 24px; left: 24px; padding: 16px 24px; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); display: flex; align-items: center; gap: 12px; z-index: 9999; transform: translateX(-400px); opacity: 0; transition: all 0.3s; }
.bps-toast.show { transform: translateX(0); opacity: 1; }
.bps-toast-success { border-right: 4px solid #10b981; }
.bps-toast-error { border-right: 4px solid #DC2626; }/* End custom CSS */