.br-global-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Outfit', 'Inter', sans-serif;
}

.br-global-cmyk-stripe {
    height: 4px;
    background: linear-gradient(90deg,
            #00a0e9 0%, #00a0e9 25%,
            #e6007e 25%, #e6007e 50%,
            #eab308 50%, #eab308 75%,
            #18181b 75%, #18181b 100%);
    width: 100%;
}

.br-global-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
}

.br-global-nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.85rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.br-global-logo {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #18181b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.site-logo-img,
.header-logo img,
.site-header-logo img,
.br-global-logo img {
    display: block !important;
    width: 155px !important;
    height: auto !important;
    max-height: 42px !important;
    object-fit: contain !important;
}

.header-logo,
.site-logo,
.site-header-logo,
.br-global-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    padding: 6px 0 !important;
    line-height: 1 !important;
    width: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.footer-logo img,
.br-global-footer-logo img {
    display: block !important;
    width: 180px !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.br-global-logo span {
    color: #e6007e;
}

.br-global-nav-list {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.br-global-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    padding: 0.5rem 0.25rem;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.br-global-nav-link:hover {
    color: #e6007e;
}

.br-global-nav-link.br-active {
    color: #e6007e;
    border-bottom-color: #e6007e;
}

/* Product shipping mini bar style */
.product-shipping-mini-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-bottom: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.85rem;
    background: linear-gradient(90deg, #eff6ff, #fdf2f8);
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.product-shipping-mini-bar i {
    color: #0ea5e9;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.product-shipping-mini-bar strong {
    color: #e6007e;
    font-weight: 800;
}

.product-shipping-mini-bar b {
    color: #0284c7;
    font-weight: 800;
}

/* Hızlı Kargo Üst Banner */
.top-shipping-banner {
    background-color: #0f172a;
    color: #cbd5e1;
    font-family: 'Outfit', 'Inter', sans-serif;
    padding: 0.45rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-shipping-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.top-shipping-left {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.top-shipping-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(230, 0, 126, 0.15);
    color: #e6007e;
    flex-shrink: 0;
}

.top-shipping-icon-wrapper i {
    font-size: 1rem;
    animation: truckPulse 2.5s infinite ease-in-out;
}

@keyframes truckPulse {
    0% {
        transform: scale(1) translateX(0);
    }

    30% {
        transform: scale(1.1) translateX(2px);
    }

    70% {
        transform: scale(0.95) translateX(-1px);
    }

    100% {
        transform: scale(1) translateX(0);
    }
}

.top-shipping-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.top-shipping-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.top-shipping-desc {
    font-size: 0.72rem;
    font-weight: 400;
    color: #94a3b8;
}

.top-shipping-desc.mobile-only {
    display: none !important;
}

.top-shipping-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.top-shipping-day-info {
    font-size: 0.78rem;
    font-weight: 600;
    color: #cbd5e1;
}

.top-shipping-day-info strong {
    color: #e6007e;
    font-weight: 800;
}

.top-shipping-timer-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.top-shipping-timer-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-shipping-timer {
    font-size: 0.85rem;
    font-weight: 800;
    color: #00a0e9;
    font-family: 'Outfit', monospace;
    letter-spacing: 0.5px;
    display: flex;
    gap: 1px;
}

/* Gizlenecek eski banner'lar */
.shipping-banner-home,
.shipping-banner {
    display: none !important;
}

/* Base styles for mobile menu/cart buttons */
.br-mobile-menu-toggle,
.br-mobile-cart-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.35rem;
    color: #0f172a;
    cursor: pointer;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.br-mobile-menu-toggle:hover,
.br-mobile-cart-toggle:hover {
    color: #e6007e;
}

.br-mobile-cart-toggle {
    position: relative;
}

#br-mobile-cart-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #e6007e;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    min-width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
}

@media (max-width: 1024px) {
    .br-global-nav-container {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.5rem 1rem !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 0.5rem !important;
    }

    .br-global-nav {
        display: none !important;
        /* Hide default horizontal nav on mobile since we have drawer */
    }

    .br-mobile-menu-toggle,
    .br-mobile-cart-toggle {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .br-global-nav-container {
        padding: 0.35rem 0.5rem !important;
        gap: 0.15rem !important;
    }

    .product-shipping-mini-bar {
        font-size: 0.7rem;
        padding: 0.4rem 0.5rem;
        gap: 0.25rem;
        margin-bottom: 0.4rem;
    }

    .br-global-logo {
        font-size: 1.1rem;
    }

    .site-logo-img,
    .header-logo img,
    .site-header-logo img,
    .br-global-logo img {
        width: 110px !important;
        max-height: 28px !important;
        height: auto !important;
        margin-left: 0 !important;
        object-fit: contain !important;
    }

    .footer-logo img,
    .br-global-footer-logo img {
        width: 130px !important;
        max-height: 36px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .site-header,
    .header,
    .br-global-header {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .category-nav,
    .product-category-nav,
    .main-category-menu,
    .br-global-nav-list {
        gap: 12px !important;
        padding: 4px 20px 4px 4px !important;
    }

    .category-nav a,
    .product-category-nav a,
    .main-category-menu a,
    .br-global-nav-link {
        font-size: 11px !important;
        padding: 4px 0 !important;
        min-height: auto !important;
    }

    .top-shipping-banner {
        padding: 0.4rem 0.75rem !important;
    }

    .top-shipping-container {
        flex-direction: column !important;
        gap: 0.2rem !important;
        align-items: center !important;
        text-align: center !important;
    }

    .top-shipping-left {
        flex-direction: column !important;
        gap: 0.15rem !important;
        align-items: center !important;
    }

    .top-shipping-icon-wrapper {
        display: none !important;
    }

    .top-shipping-title {
        font-size: 0.82rem !important;
        text-align: center !important;
    }

    .top-shipping-desc.desktop-only {
        display: none !important;
    }

    .top-shipping-desc.mobile-only {
        display: block !important;
        font-size: 0.72rem !important;
        font-weight: 600 !important;
        color: #cbd5e1 !important;
    }

    .top-shipping-desc.mobile-only strong {
        color: #e6007e !important;
        font-weight: 800 !important;
    }

    .top-shipping-right {
        flex-direction: column !important;
        gap: 0.15rem !important;
        align-items: center !important;
        width: 100% !important;
    }

    .top-shipping-day-info.desktop-only {
        display: none !important;
    }

    .top-shipping-timer-box {
        padding: 0.25rem 0.65rem !important;
        border-radius: 6px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .top-shipping-timer-label {
        font-size: 0.65rem !important;
    }

    .top-shipping-timer {
        font-size: 0.8rem !important;
    }

    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .site-header,
    .header,
    .br-global-header,
    .br-global-header-wrapper,
    .category-nav,
    .product-category-nav,
    .main-category-menu {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

.br-global-footer {
    background-color: #0f172a;
    color: #cbd5e1;
    padding: 3.5rem 2rem 2rem;
    font-family: 'Inter', sans-serif;
    margin-top: auto;
    border-top: 1px solid #1e293b;
}

.br-global-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

@media (max-width: 992px) {
    .br-global-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .br-global-footer-container {
        grid-template-columns: 1fr;
    }
}

.br-global-footer-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.br-global-footer-column h4 {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.br-global-footer-column p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0;
}

.br-global-footer-logo {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.br-global-footer-logo span {
    color: #00a0e9;
}

.br-global-footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.br-global-footer-link {
    color: #94a3b8;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.br-global-footer-link:hover {
    color: #e6007e;
}

.br-global-footer-bottom {
    max-width: 1280px;
    margin: 3rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.75rem;
    color: #64748b;
}

.br-global-footer-bottom span {
    color: #64748b;
}

.br-global-footer-backlink {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.br-global-footer-backlink:hover {
    color: #e6007e;
}

/* Hide other footers/headers to prevent duplication, particularly on client apps like sticker */
footer:not(.br-global-footer) {
    display: none !important;
}

header:not(.br-global-header):not(.br-global-header-wrapper) {
    display: none !important;
}

/* --- Unified Shopping Cart Styles --- */
.br-global-cart-trigger-floating {
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #e6007e;
    color: #ffffff !important;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(230, 0, 126, 0.35);
}

.br-global-cart-trigger-floating:hover {
    background: #c5006b;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px rgba(230, 0, 126, 0.45);
}

#br-global-cart-badge {
    background: #ffffff;
    color: #e6007e;
    font-size: 0.75rem;
    font-weight: 800;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
}

@media (max-width: 768px) {
    .br-global-cart-trigger-floating {
        right: 16px;
        bottom: 85px;
        padding: 0.65rem 1rem;
        font-size: 0.85rem;
    }
}

.br-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.br-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.br-cart-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background: #ffffff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 100001;
    display: flex;
    flex-direction: column;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', sans-serif;
    color: #1e293b;
}

.br-cart-drawer.active {
    right: 0;
}

.br-cart-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.br-cart-header h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.br-cart-close-btn {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    color: #94a3b8;
    transition: color 0.2s;
}

.br-cart-close-btn:hover {
    color: #0f172a;
}

.br-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.br-cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #94a3b8;
    text-align: center;
    margin-top: 4rem;
}

.br-cart-empty i {
    font-size: 3rem;
    color: #cbd5e1;
}

.br-cart-item {
    display: flex;
    gap: 1rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 1rem;
    border-radius: 16px;
    position: relative;
    transition: all 0.2s;
    text-align: left;
}

.br-cart-item:hover {
    border-color: #cbd5e1;
}

.br-cart-item-details {
    flex: 1;
}

.br-cart-item-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.br-cart-item-specs {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.br-cart-item-design {
    font-size: 0.7rem;
    color: #00a0e9;
    font-weight: 600;
    background: rgba(0, 160, 233, 0.08);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0.5rem;
    word-break: break-all;
}

.br-cart-item-price {
    font-weight: 800;
    font-size: 0.9rem;
    color: #e6007e;
}

.br-cart-item-delete {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 0.95rem;
    transition: color 0.2s;
    align-self: flex-start;
}

.br-cart-item-delete:hover {
    color: #ef4444;
}

.br-cart-footer {
    padding: 1.5rem;
    border-top: 1px solid #f1f5f9;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.br-cart-summary {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.br-cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #64748b;
}

.br-cart-total-row {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    border-top: 1px solid #e2e8f0;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
}

.br-cart-checkout-btn,
.br-cart-pay-btn {
    width: 100%;
    background: linear-gradient(135deg, #e6007e 0%, #00a0e9 100%);
    color: #ffffff;
    border: none;
    padding: 0.85rem;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 15px rgba(230, 0, 126, 0.15);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.br-cart-checkout-btn:hover,
.br-cart-pay-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(230, 0, 126, 0.25);
}

.br-cart-checkout-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 350px;
    overflow-y: auto;
    text-align: left;
}

.br-cart-checkout-section h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.25rem;
}

.br-cart-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.br-cart-form-group label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
}

.br-cart-form-group input,
.br-cart-form-group textarea {
    border: 1px solid #cbd5e1;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8rem;
    outline: none;
    font-family: inherit;
}

.br-cart-form-group input:focus,
.br-cart-form-group textarea:focus {
    border-color: #00a0e9;
}

.br-cart-back-btn {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    padding: 0.25rem;
}

.br-cart-back-btn:hover {
    color: #0f172a;
}

.br-paytr-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0.5rem;
}

/* --- Bouncing WhatsApp Support Button CSS --- */
#br-global-whatsapp-support {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #06b672;
    color: #ffffff;
    padding: 6px 20px 6px 6px;
    border-radius: 9999px;
    box-shadow: 0 10px 25px rgba(6, 182, 114, 0.3);
    border: 1px solid rgba(5, 160, 99, 0.3);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
}

#br-global-whatsapp-support:hover {
    background-color: #05a063;
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

#br-global-whatsapp-support:active {
    transform: scale(0.95);
}

#br-global-whatsapp-support-icon-container {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#br-global-whatsapp-support-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    border: 1.5px solid #06b672;
    animation: br_pulse 2s infinite;
}

@keyframes br_pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Hide other duplicate WhatsApp buttons on pages like sticker builder */
a[href*="wa.me"][class*="fixed"]:not(#br-global-whatsapp-support) {
    display: none !important;
}

/* --- Mobile WhatsApp Bottom Bar Styles --- */
#br-mobile-whatsapp-bar {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 75px !important;
    }

    #br-global-whatsapp-support {
        display: none !important;
    }

    .br-global-cart-trigger-floating {
        bottom: 85px !important;
    }

    #br-mobile-whatsapp-bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        border-top: 1.5px solid #f1f5f9;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) 16px;
        z-index: 999999;
        font-family: 'Outfit', sans-serif;
    }

    .br-mobile-whatsapp-left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .br-mobile-whatsapp-avatar-container {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f8fafc;
        border: 1.5px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

    .br-mobile-whatsapp-avatar {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

    .br-mobile-whatsapp-online-dot {
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 11px;
        height: 11px;
        background-color: #22c55e;
        border: 2px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
    }

    .br-mobile-whatsapp-text {
        display: flex;
        flex-direction: column;
    }

    .br-mobile-whatsapp-title {
        font-size: 14px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.2;
    }

    .br-mobile-whatsapp-phone {
        font-size: 11px;
        font-weight: 600;
        color: #64748b;
        line-height: 1.2;
        margin-top: 1px;
    }

    .br-mobile-whatsapp-right {
        display: flex;
        align-items: center;
    }

    .br-mobile-whatsapp-btn-whatsapp {
        height: 40px;
        border-radius: 10px;
        background-color: #007f66;
        color: #ffffff !important;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0 16px;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none !important;
        transition: all 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 127, 102, 0.2);
    }

    .br-mobile-whatsapp-btn-whatsapp:active {
        transform: scale(0.97);
        background-color: #006652;
    }

    .br-mobile-whatsapp-btn-whatsapp i {
        font-size: 18px;
    }
}

/* --- Mobile Navigation Drawer Styles --- */
.br-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.br-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.br-mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: #ffffff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.08);
    z-index: 100001;
    display: flex;
    flex-direction: column;
    transition: left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.br-mobile-menu-drawer.active {
    left: 0;
}

.br-mobile-menu-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.br-mobile-menu-logo img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.br-mobile-menu-close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #94a3b8;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.br-mobile-menu-close-btn:hover {
    color: #0f172a;
    background-color: #f1f5f9;
}

.br-mobile-menu-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    text-align: left;
}

.br-mobile-menu-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.br-mobile-menu-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.br-mobile-menu-categories li a {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.br-mobile-menu-categories li a:hover,
.br-mobile-menu-categories li a.active {
    background: linear-gradient(135deg, rgba(230, 0, 126, 0.04) 0%, rgba(0, 160, 233, 0.04) 100%);
    border-color: #e6007e;
    color: #e6007e;
}

.br-mobile-menu-categories li a .category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    margin-right: 0.85rem;
    font-size: 1rem;
}

.br-mobile-menu-categories li a .arrow-icon {
    margin-left: auto;
    font-size: 0.75rem;
    color: #cbd5e1;
    transition: transform 0.2s ease;
}

.br-mobile-menu-categories li a:hover .arrow-icon {
    color: #e6007e;
    transform: translateX(3px);
}

.br-mobile-menu-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.br-mobile-menu-contact-info .contact-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
}

.br-mobile-menu-contact-info .contact-item i {
    font-size: 1.15rem;
    color: #64748b;
    margin-right: 0.85rem;
    width: 24px;
    text-align: center;
}

.br-mobile-menu-contact-info .contact-item.whatsapp i {
    color: #22c55e;
}

.br-mobile-menu-contact-info .contact-item div {
    display: flex;
    flex-direction: column;
}

.br-mobile-menu-contact-info .contact-item strong {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e293b;
}

.br-mobile-menu-contact-info .contact-item span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
    margin-top: 1px;
}

.br-mobile-menu-contact-info .contact-item.address {
    align-items: flex-start;
}

.br-mobile-menu-contact-info .contact-item.address i {
    margin-top: 3px;
}

/* --- Esnaf Destek Reklam Bannerleri --- */

/* 2. Ürün Sayfası İçi Promo Banner */
.product-promo-banner {
    display: flex;
    width: 100%;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1.5px solid rgba(230, 0, 126, 0.15);
    border-radius: 1rem;
    padding: 1.25rem 1.75rem;
    text-decoration: none;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.product-promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(230, 0, 126, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.product-promo-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 0 20px rgba(230, 0, 126, 0.25);
    border-color: rgba(230, 0, 126, 0.4);
}

.promo-badge {
    background: linear-gradient(135deg, #e6007e 0%, #d946ef 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.45rem 0.95rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(230, 0, 126, 0.2);
}

.promo-badge i {
    animation: starPulse 1.5s infinite ease-in-out;
}

@keyframes starPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.promo-details {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.promo-price-box {
    display: flex;
    flex-direction: column;
}

.promo-price {
    font-size: 2.35rem;
    font-weight: 900;
    color: #facc15;
    /* Golden Yellow */
    line-height: 1;
    text-shadow: 0 0 12px rgba(250, 204, 21, 0.2);
    letter-spacing: -0.5px;
}

.promo-text-box {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.promo-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.promo-subtitle {
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 500;
}

.promo-action {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.65rem 1.35rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.product-promo-banner:hover .promo-action {
    background: #e6007e;
    border-color: #e6007e;
    box-shadow: 0 4px 12px rgba(230, 0, 126, 0.3);
}

@media (max-width: 991px) {
    .product-promo-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.25rem;
    }

    .promo-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .promo-action {
        width: 100%;
        justify-content: center;
    }

    .promo-price {
        font-size: 2rem;
    }

    .promo-title {
        font-size: 1.05rem;
    }
}

/* --- Esnaf Destek Tanıtım Pop-up'ı --- */
.promo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.promo-popup-box {
    position: relative;
    max-width: 600px;
    width: 90%;
    border-radius: 1.5rem;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    line-height: 0;
}

.promo-popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0;
    line-height: 1;
}

.promo-popup-close-btn:hover {
    background: rgba(15, 23, 42, 0.85);
    transform: scale(1.08);
}