        /* ── VARIABLES ── */
        :root {
            --red: #C8102E;
            --red-d: #A00D24;
            --red-l: #fde8eb;
            --dark: #1a1a2e;
            --gr: #6c757d;
        }
        * { scroll-behavior: smooth; }
        body { font-family: 'Inter', sans-serif; color: #2d2d2d; }

        /* ── TOP BAR ── */
        .topbar { background: var(--dark); font-size: .82rem; padding: .45rem 0; }
        .topbar a { color: #adb5bd; text-decoration: none; transition: color .2s; }
        .topbar a:hover { color: #fff; }

        /* ── NAVBAR ── */
        .navbar { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,.08); padding: .8rem 0; position: sticky; top: 0; z-index: 1030; }
        .navbar-brand img { height: 65px; object-fit: contain; }
        .nav-link { font-weight: 500; color: #2d2d2d !important; padding: .45rem 1rem !important; border-radius: 6px; transition: all .2s; }
        .nav-link:hover, .nav-link.active { background: var(--red-l); color: var(--red) !important; }
        .nav-cta { background: var(--red); color: #fff !important; border-radius: 30px; padding: .45rem 1.3rem !important; }
        .nav-cta:hover { background: var(--red-d) !important; color: #fff !important; }
        .profile-menu {
            border: 1px solid #eceff4;
            border-radius: 14px;
            box-shadow: 0 14px 36px rgba(17, 24, 39, .12);
            padding: .55rem;
            min-width: 250px;
            margin-top: .55rem !important;
        }
        .profile-menu-head {
            padding: .5rem .55rem .45rem;
            line-height: 1.2;
        }
        .profile-menu-hello {
            font-size: .75rem;
            color: #6b7280;
            display: block;
            margin-bottom: .15rem;
        }
        .profile-menu-head strong {
            color: var(--dark);
            font-size: .9rem;
            font-weight: 700;
        }
        .profile-menu-divider {
            margin: .45rem 0;
            border-top-color: #edf0f5;
        }
        .profile-menu-item {
            border-radius: 10px;
            font-size: .88rem;
            font-weight: 600;
            color: #1f2937;
            padding: .52rem .62rem;
            display: flex;
            align-items: center;
            text-decoration: none !important;
        }
        .profile-menu-item i {
            width: 18px;
            text-align: center;
            color: var(--red);
        }
        .profile-menu-item:hover {
            background: #f8fafc;
            color: #111827;
            transform: translateX(1px);
        }
        .profile-menu-logout {
            color: #991b1b;
        }
        .profile-menu-logout i {
            color: #dc2626;
        }
        .cart-btn { position: relative; background: var(--dark); color: #fff !important; border-radius: 30px; padding: .45rem 1.2rem !important; }
        .cart-btn:hover { background: #2d2d5e !important; }
        .cart-badge { position: absolute; top: -6px; right: -6px; background: var(--red); color: #fff; border-radius: 50%; width: 20px; height: 20px; font-size: .7rem; font-weight: 700; display: none; align-items: center; justify-content: center; }
        .cart-badge.show { display: flex; }

        /* ── HERO ── */
        .hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; }
        .hero::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(200,16,46,.25) 0%, transparent 70%); top: -100px; right: -100px; border-radius: 50%; }
        .hero::after { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(200,16,46,.15) 0%, transparent 70%); bottom: -80px; left: -80px; border-radius: 50%; }
        .hero-badge { background: rgba(200,16,46,.15); border: 1px solid rgba(200,16,46,.4); color: #ff6b6b; font-size: .8rem; font-weight: 600; padding: .35rem .9rem; border-radius: 30px; display: inline-block; }
        .hero h1 { font-size: clamp(2rem,5vw,3.6rem); font-weight: 800; color: #fff; line-height: 1.15; }
        .hero h1 span { color: var(--red); }
        .hero p { color: #adb5bd; font-size: 1.1rem; line-height: 1.8; }
        .btn-hp { background: var(--red); border: none; color: #fff; padding: .85rem 2.2rem; border-radius: 50px; font-weight: 600; transition: all .3s; text-decoration: none; display: inline-block; }
        .btn-hp:hover { background: var(--red-d); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(200,16,46,.4); color: #fff; }
        .btn-ho { border: 2px solid rgba(255,255,255,.3); color: #fff; padding: .85rem 2.2rem; border-radius: 50px; font-weight: 600; text-decoration: none; transition: all .3s; display: inline-block; }
        .btn-ho:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
        .hero-num { font-size: 2rem; font-weight: 800; color: #fff; }
        .hero-num span { color: var(--red); }
        .hero-lbl { font-size: .8rem; color: #adb5bd; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }

        /* ── COMMON ── */
        .eyebrow { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--red); margin-bottom: .5rem; }
        .sec-title { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; color: var(--dark); }
        .sec-lead { color: #6c757d; font-size: 1.05rem; line-height: 1.8; }
        .divred { width: 52px; height: 4px; background: var(--red); border-radius: 4px; margin: 1rem 0 1.5rem; }

        /* ── SERVICE CARDS ── */
        .svc-card { background: #fff; border-radius: 16px; padding: 2rem 1.8rem; height: 100%; border: 1px solid #e9ecef; transition: all .3s; position: relative; overflow: hidden; }
        .svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--red); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
        .svc-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.1); border-color: transparent; }
        .svc-card:hover::before { transform: scaleX(1); }
        .svc-icon { width: 64px; height: 64px; background: var(--red-l); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
        .svc-icon i { font-size: 1.7rem; color: var(--red); }
        .svc-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: .7rem; }
        .svc-card p { font-size: .93rem; color: #6c757d; line-height: 1.7; margin: 0; }
        .svc-link { color: var(--red); font-size: .88rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .3rem; margin-top: 1rem; }
        .svc-link:hover { gap: .6rem; color: var(--red-d); }

        /* ── WHY ── */
        .why-section { background: var(--dark); }
        .why-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 1.8rem; transition: background .3s; }
        .why-card:hover { background: rgba(255,255,255,.09); }
        .why-card i { font-size: 2rem; color: var(--red); margin-bottom: .9rem; display: block; }
        .why-card h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
        .why-card p { color: #adb5bd; font-size: .9rem; line-height: 1.7; margin: 0; }

        /* ── PROD ITEMS (kurumsal liste) ── */
        .prod-item { border: 1px solid #e9ecef; border-radius: 14px; padding: 1.5rem; display: flex; align-items: center; gap: 1.2rem; transition: all .3s; }
        .prod-item:hover { border-color: var(--red); box-shadow: 0 4px 20px rgba(200,16,46,.1); }
        .prod-item i { font-size: 2rem; color: var(--red); flex-shrink: 0; }
        .prod-item h5 { font-size: .98rem; font-weight: 700; color: var(--dark); margin: 0 0 .3rem; }
        .prod-item p { font-size: .85rem; color: #6c757d; margin: 0; }

        /* ── SHOP / E-TİCARET ── */
        .shop-section { background: #f8f9fa; padding: 5rem 0; }
        .cat-btn { border: 2px solid #e9ecef; background: #fff; color: #555; padding: .45rem 1.2rem; border-radius: 30px; font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .2s; }
        .cat-btn:hover, .cat-btn.active { border-color: var(--red); background: var(--red); color: #fff; }
        .prod-card { background: #fff; border-radius: 16px; border: 1px solid #e9ecef; overflow: hidden; transition: all .3s; height: 100%; display: flex; flex-direction: column; }
        .prod-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.1); border-color: transparent; }
        .prod-thumb { background: linear-gradient(135deg,#f0f4ff,#e8ecff); height: 180px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
        .prod-thumb-link { width: 100%; height: 100%; display: block; padding: 0; }
        .prod-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
        .prod-thumb i { font-size: 4rem; color: var(--red); opacity: .7; }
        .prod-badge { position: absolute; top: .7rem; left: .7rem; background: var(--red); color: #fff; font-size: .7rem; font-weight: 700; padding: .25rem .65rem; border-radius: 20px; }
        .prod-badge.new-badge { background: #198754; }
        .prod-badge.sale-badge { background: #fd7e14; }
        .prod-body { padding: 1.2rem; flex: 1; display: flex; flex-direction: column; background: #f3f4f6; }
        .prod-cat { font-size: .72rem; font-weight: 700; text-transform: uppercase; color: var(--red); letter-spacing: .08em; margin-bottom: .4rem; }
        .prod-name { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; line-height: 1.4; }
        .prod-name-link, .prod-name-link:visited, .prod-name-link:hover { color: var(--dark) !important; text-decoration: none; }
        .prod-desc { font-size: .83rem; color: #6c757d; line-height: 1.6; margin-bottom: auto; }
        .prod-price { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-top: .8rem; display: flex; align-items: baseline; gap: .35rem; flex-wrap: wrap; }
        .prod-price span { font-size: .8rem; font-weight: 400; color: #adb5bd; text-decoration: line-through; margin-left: .4rem; }
        .prod-price small { font-size: .95rem; color: #6c757d; font-weight: 400; }
        .btn-cart { background: var(--red); color: #fff; border: none; border-radius: 30px; padding: .5rem 1.2rem; font-size: .88rem; font-weight: 600; width: 100%; margin-top: .8rem; transition: all .3s; cursor: pointer; }
        .btn-cart:hover { background: var(--red-d); transform: translateY(-1px); }
        .btn-cart.added { background: #198754; }
        .btn-cart:disabled { background: #adb5bd; cursor: not-allowed; transform: none; }

        /* ── CART OFFCANVAS ── */
        .offcanvas-cart .offcanvas-header { background: var(--dark); color: #fff; }
        .cart-item { display: flex; align-items: center; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid #f0f0f0; }
        .cart-item:last-child { border-bottom: none; }
        .cart-item-icon { width: 52px; height: 52px; background: var(--red-l); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .cart-item-icon i { font-size: 1.4rem; color: var(--red); }
        .cart-item-name { font-size: .9rem; font-weight: 600; color: var(--dark); }
        .cart-item-price { font-size: .85rem; color: var(--red); font-weight: 700; }
        .qty-ctrl { display: flex; align-items: center; gap: .5rem; }
        .qty-btn { width: 26px; height: 26px; border: 1.5px solid #e9ecef; background: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: .85rem; font-weight: 700; transition: all .2s; }
        .qty-btn:hover { border-color: var(--red); color: var(--red); }
        .qty-num { font-size: .88rem; font-weight: 700; min-width: 20px; text-align: center; }
        .cart-remove { color: #adb5bd; cursor: pointer; font-size: 1rem; margin-left: auto; }
        .cart-remove:hover { color: var(--red); }
        .cart-total { background: #f8f9fa; border-radius: 12px; padding: 1rem; margin-top: 1rem; }
        .btn-order { background: var(--red); color: #fff; border: none; border-radius: 30px; padding: .75rem; width: 100%; font-weight: 700; font-size: 1rem; margin-top: .8rem; cursor: pointer; transition: all .3s; text-decoration: none !important; display: flex; align-items: center; justify-content: center; gap: .35rem; line-height: 1.15; }
        .btn-order:hover, .btn-order:focus, .btn-order:active, .btn-order:visited { background: var(--red-d); color: #fff; text-decoration: none !important; }
        .mini-cart-wrap { min-height: 100%; }
        .mini-v2-item { padding: 1rem 0; border-bottom: 1px solid #eceef2; }
        .mini-v2-icon { width: 52px; height: 52px; border-radius: 12px; background: #f8e9ec; display: flex; align-items: center; justify-content: center; color: var(--red); flex-shrink: 0; font-size: 1.35rem; }
        .mini-v2-item .cart-item-name { color: var(--dark); font-size: .92rem; font-weight: 700; text-decoration: none; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: .1rem; }
        .mini-v2-item .cart-item-price { color: var(--red); font-size: .88rem; font-weight: 800; }
        .mini-v2-summary { background: #f8f9fb; border-radius: 14px; padding: 1rem; }
        .mini-v2-row { display: flex; align-items: center; justify-content: space-between; font-size: .95rem; margin-bottom: .35rem; }
        .mini-v2-row strong { font-weight: 700; white-space: nowrap; }
        .mini-v2-muted { color: #6c757d; font-size: .9rem; }
        .mini-v2-summary hr { margin: .55rem 0; border-top: 1px solid #d7dbe1; opacity: 1; }
        .mini-v2-grand { margin-bottom: 0; font-size: 1.4rem; font-weight: 800; color: var(--dark); }
        .mini-v2-grand strong { color: var(--red); }
        .cp-cart-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); padding: 3.2rem 0 3rem; }
        .cp-cart-title { margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; }
        .cp-cart-sub { color: #adb5bd; margin: .65rem 0 0; max-width: 700px; }
        .cp-cart-page { background: #f6f7fb; padding: 2rem 0 4rem; min-height: 60vh; }
        .cp-cart-list { display: grid; gap: .85rem; }
        .cp-cart-item { background: #fff; border: 1px solid #e9ecef; border-radius: 16px; padding: 1rem; display: grid; grid-template-columns: 92px 1fr auto; gap: .9rem; align-items: center; }
        .cp-cart-thumb { width: 92px; height: 92px; border-radius: 12px; background: #f0f2fb; display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .cp-cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
        .cp-cart-name { color: var(--dark); font-size: 1.03rem; font-weight: 700; text-decoration: none; line-height: 1.35; display: inline-block; margin-bottom: .35rem; }
        .cp-cart-name:hover { color: var(--red); }
        .cp-cart-meta { font-size: .86rem; color: #6c757d; margin-bottom: .55rem; }
        .cp-cart-meta strong { color: var(--dark); }
        .cp-cart-qty { display: inline-flex; align-items: center; gap: .4rem; }
        .cp-cart-side { text-align: right; min-width: 120px; }
        .cp-cart-line-total { font-size: 1rem; font-weight: 800; color: var(--red); margin-bottom: .55rem; }
        .cp-cart-remove { border: 1px solid #e9ecef; background: #fff; width: 34px; height: 34px; border-radius: 9px; color: #adb5bd; }
        .cp-cart-remove:hover { color: var(--red); border-color: #f3c6ce; background: #fff5f7; }
        .cp-cart-actions { margin-top: 1.1rem; display: flex; justify-content: flex-start; }
        .cp-cart-summary { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1.2rem; position: sticky; top: 100px; }
        .cp-cart-summary h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: .9rem; color: var(--dark); }
        .cp-sum-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: .35rem; font-size: .95rem; gap: .75rem; }
        .cp-sum-row strong { font-weight: 700; }
        .cp-sum-muted { color: #6c757d; }
        .cp-sum-grand { margin: .1rem 0 .2rem; font-size: 1.12rem; font-weight: 800; line-height: 1.2; align-items: flex-end; }
        .cp-sum-grand strong { color: var(--red); }
        .cp-empty { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; text-align: center; padding: 3rem 1.2rem; max-width: 760px; margin: 0 auto; }
        .cp-empty i { font-size: 2.8rem; color: var(--red); margin-bottom: .7rem; display: block; }
        .cp-empty h3 { font-size: 1.35rem; font-weight: 800; color: var(--dark); margin-bottom: .35rem; }
        .cp-empty p { color: #6c757d; margin-bottom: 1rem; }
        .cp-auth-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); padding: 3.2rem 0 3rem; }
        .cp-auth-title { margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; }
        .cp-auth-sub { color: #adb5bd; margin: .65rem 0 0; max-width: 680px; }
        .cp-auth-page { background: #f6f7fb; padding: 2rem 0 4rem; min-height: 60vh; }
        .cp-auth-card { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1.35rem; box-shadow: 0 10px 30px rgba(17,24,39,.04); }
        .cp-auth-card-sm { max-width: 560px; margin: 0 auto; }
        .cp-auth-card h2 { font-size: 1.18rem; font-weight: 800; color: var(--dark); margin: 0 0 .45rem; }
        .cp-auth-lead { color: #6c757d; font-size: .92rem; margin-bottom: .9rem; }
        .cp-auth-btn { max-width: 280px; text-decoration: none !important; }
        .cp-auth-link { color: var(--dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(26,26,46,.25); }
        .cp-auth-link:hover { color: var(--red); border-bottom-color: rgba(200,16,46,.45); }
        .cp-auth-foot { margin-top: 1rem; border-top: 1px solid #edf0f5; padding-top: .85rem; color: #6c757d; font-size: .9rem; }
        .cp-auth-foot a { color: var(--red); font-weight: 700; text-decoration: none; }
        .cp-auth-foot a:hover { color: var(--red-d); }
        .cp-login-dialog { max-width: 520px; }
        .cp-login-content { border: 0; border-radius: 18px; overflow: hidden; background: transparent; }
        .cp-login-card { border: 1px solid #e9ecef; box-shadow: 0 20px 50px rgba(17,24,39,.15); padding: 1.4rem; }
        .cp-login-close { position: absolute; top: 1rem; right: 1rem; z-index: 2; filter: grayscale(1); opacity: .8; }
        .cp-login-close:hover { opacity: 1; }
        .cp-account-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); padding: 2.8rem 0 2.6rem; }
        .cp-account-title { margin: 0; color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.1rem); font-weight: 800; }
        .cp-account-sub { margin-top: .6rem; color: #adb5bd; }
        .cp-account-page { background: #f6f7fb; padding: 2rem 0 4rem; min-height: 62vh; }
        .cp-account-nav { background: #fff; border: 1px solid #e9ecef; border-radius: 16px; padding: 1rem; position: sticky; top: 96px; }
        .cp-account-nav h5 { margin: 0 0 .75rem; font-size: .95rem; font-weight: 800; color: var(--dark); }
        .cp-account-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
        .cp-account-nav a { display: flex; align-items: center; gap: .5rem; padding: .55rem .65rem; border-radius: 10px; text-decoration: none; color: #374151; font-size: .9rem; font-weight: 600; transition: .2s; }
        .cp-account-nav a i { color: var(--red); }
        .cp-account-nav a:hover { background: #f8fafc; color: #111827; transform: translateX(1px); }
        .cp-account-nav a.active { background: var(--red-l); color: var(--red); }
        .cp-account-card { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1.2rem; }
        .cp-account-card h3 { margin: 0; font-size: 1.14rem; font-weight: 800; color: var(--dark); }
        .cp-account-note { margin-top: .55rem; color: #6c757d; font-size: .92rem; }
        .cp-account-linkbox { display: flex; align-items: flex-start; gap: .75rem; text-decoration: none; border: 1px solid #edf0f5; border-radius: 12px; padding: .85rem; background: #fff; }
        .cp-account-linkbox i { color: var(--red); font-size: 1.2rem; margin-top: .1rem; }
        .cp-account-linkbox strong { display: block; color: var(--dark); font-size: .95rem; margin-bottom: .1rem; }
        .cp-account-linkbox span { color: #6c757d; font-size: .86rem; }
        .cp-account-linkbox:hover { border-color: #f2c9d1; background: #fff8f9; }
        .cp-table thead th { font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; color: #6b7280; border-bottom-width: 1px; white-space: nowrap; }
        .cp-table tbody td { font-size: .9rem; color: #1f2937; vertical-align: top; }
        .cp-address-card { border-color: #e7ebf1; }
        .cp-address-add-btn { border-radius: 999px; padding: .35rem .8rem; font-weight: 700; }
        .cp-address-table tbody tr td { border-color: #eef1f5; }
        .cp-address-title { font-weight: 700; color: var(--dark); font-size: .95rem; }
        .cp-address-block { display: grid; gap: .15rem; }
        .cp-address-block strong { color: var(--dark); font-size: .92rem; }
        .cp-address-block span { color: #4b5563; font-size: .86rem; line-height: 1.35; }
        .cp-address-action { display: inline-flex; align-items: center; border: 1px solid #f4d7dd; background: #fff5f7; color: #b4233a; border-radius: 999px; padding: .22rem .65rem; font-size: .78rem; font-weight: 700; }
        .cp-address-modal .modal-dialog { max-width: 760px; }
        .cp-address-modal-content { background: #fff !important; border: 1px solid #e9ecef; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(17,24,39,.15); }
        .cp-address-modal-body { background: transparent; padding: 1.05rem 1.25rem .85rem; }
        .cp-address-modal-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .15rem; }
        .cp-address-modal-top .modal-title { color: var(--dark); font-size: 2rem; font-weight: 800; margin: 0; line-height: 1.1; }
        .cp-address-close { filter: none; opacity: .8; }
        .cp-address-close:hover { opacity: 1; }
        .cp-address-modal-note { margin: 0 0 .9rem; font-size: 1rem; color: #6b7280; }
        .cp-address-modal-body .form-label { font-size: 1rem; font-weight: 700; color: #374151; margin-bottom: .35rem; text-transform: none; letter-spacing: 0; }
        .cp-address-modal-body .form-control { background: #fff; border: 1.5px solid #dbe1ea; border-radius: 12px; padding: .72rem .9rem; min-height: 46px; }
        .cp-address-modal-body textarea.form-control { min-height: 140px; }
        .cp-address-modal-body .form-control:focus { border-color: #d31a3b; box-shadow: 0 0 0 .16rem rgba(211,26,59,.12); }
        .cp-address-modal-footer { background: #fff !important; border-top: 1px solid #edf0f5; padding: .95rem 1.25rem 1.25rem; }
        .cp-order-modal-dialog { max-width: 760px; }
        .cp-order-modal .cp-order-modal-content { background: #fff !important; border: 1px solid #e9ecef; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(17,24,39,.15); }
        .cp-order-modal .modal-header.cp-order-modal-header { background: #fff !important; color: var(--dark) !important; padding: 1rem 1.15rem .4rem; border-bottom: 0 !important; }
        .cp-order-modal .cp-order-modal-header .modal-title { font-size: 2rem; font-weight: 800; color: var(--dark) !important; line-height: 1.1; }
        .cp-order-modal .cp-order-modal-close { filter: none !important; opacity: .8; }
        .cp-order-modal-close:hover { opacity: 1; }
        .cp-order-modal-body { background: #fff; padding: .5rem 1.15rem .9rem; max-height: 72vh; overflow: auto; }
        .cp-order-modal-loader { min-height: 220px; display: flex; align-items: center; justify-content: center; color: #6b7280; font-size: 2rem; }
        .cp-order-modal-footer { background: #fff; border-top: 1px solid #edf0f5; padding: .9rem 1.15rem 1.15rem; }
        .cp-order-modal-footer a,
        .cp-order-modal-footer button { text-decoration: none !important; }
        .cp-order-modal-btn { max-width: 180px; margin-left: auto; margin-top: 0; }
        .cp-checkout-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); padding: 2.8rem 0 2.6rem; }
        .cp-checkout-title { margin: 0; color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.1rem); font-weight: 800; }
        .cp-checkout-sub { margin-top: .6rem; color: #adb5bd; }
        .cp-checkout-page { background: #f6f7fb; padding: 2rem 0 4rem; min-height: 62vh; }
        .cp-checkout-card { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1.2rem; }
        .cp-checkout-card h3 { margin: 0; font-size: 1.14rem; font-weight: 800; color: var(--dark); }
        .cp-checkout-address-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
        .cp-checkout-address-item { border: 1px solid #e8edf4; border-radius: 14px; background: #fff; overflow: hidden; transition: .2s; }
        .cp-checkout-address-item:hover { border-color: #f2c9d1; box-shadow: 0 10px 20px rgba(17,24,39,.05); }
        .cp-checkout-address-item.is-selected { border-color: #d31a3b; box-shadow: 0 0 0 .14rem rgba(211,26,59,.12); }
        .cp-checkout-address-head { display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: .65rem .75rem; border-bottom: 1px solid #eff3f8; }
        .cp-checkout-address-head a { color: #a8b0bd; text-decoration: none; }
        .cp-checkout-address-head a:hover { color: #b4233a; }
        .cp-checkout-radio { cursor: pointer; display: flex; align-items: center; gap: .5rem; margin: 0; font-size: .9rem; font-weight: 700; color: var(--dark); }
        .cp-checkout-address-body { padding: .72rem .75rem; display: grid; gap: .12rem; cursor: pointer; }
        .cp-checkout-address-body strong { font-size: .92rem; color: var(--dark); }
        .cp-checkout-address-body span { font-size: .84rem; color: #4b5563; line-height: 1.35; }
        .cp-checkout-empty { border: 1px dashed #d7dde6; color: #6b7280; border-radius: 12px; padding: 1rem; grid-column: 1 / -1; text-align: center; }
        .cp-checkout-cargo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
        .cp-checkout-cargo-item { border: 1px solid #e8edf4; border-radius: 12px; padding: .75rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; cursor: pointer; }
        .cp-checkout-cargo-item input[type=radio] { margin-right: .2rem; }
        .cp-checkout-cargo-item strong { display: block; font-size: .9rem; color: var(--dark); }
        .cp-checkout-cargo-item span { display: block; font-size: .82rem; color: #6b7280; }
        .cp-checkout-cargo-item img { width: 70px; height: 30px; object-fit: contain; }
        .cp-checkout-summary { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1rem; position: sticky; top: 96px; }
        .cp-order-table thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; color: #6b7280; background: #f8fafc; border-bottom: 1px solid #edf0f5; white-space: nowrap; }
        .cp-order-table tbody td { font-size: .9rem; color: #1f2937; vertical-align: middle; border-color: #eef1f5; }
        .cp-order-thumb { width: 72px; height: 72px; border-radius: 12px; background: #f0f2fb; display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .cp-order-thumb img { width: 100%; height: 100%; object-fit: contain; }
        .cp-order-name { color: var(--dark); font-weight: 700; text-decoration: none; line-height: 1.35; }
        .cp-order-name:hover { color: var(--red); }
        .cp-payment-card { padding: 1.2rem; }
        .cp-payment-tabs-wrap { margin-bottom: 1rem; }
        .cp-payment-tabs { border: 0; gap: .65rem; display: flex; flex-wrap: wrap; }
        .cp-payment-tabs .nav-link { border: 1px solid #e7ebf1; border-radius: 12px; background: #fff; color: #374151 !important; font-size: .9rem; font-weight: 700; padding: .62rem .95rem !important; display: inline-flex; align-items: center; gap: .45rem; line-height: 1.2; }
        .cp-payment-tabs .nav-link i { color: var(--red); font-size: .95rem; }
        .cp-payment-tabs .nav-link:hover { border-color: #f2c9d1; background: #fff8f9; color: #1f2937 !important; }
        .cp-payment-tabs .nav-link.active { border-color: #d31a3b; background: var(--red-l); color: var(--red) !important; box-shadow: 0 0 0 .14rem rgba(211,26,59,.08); }
        .cp-payment-content .tab-pane { border: 1px solid #edf0f5; border-radius: 14px; padding: 1rem; background: #fff; }
        .cp-payment-form .form-label { color: #374151; font-weight: 700; font-size: .9rem; margin-bottom: .35rem; }
        .cp-payment-form .form-control { border: 1.5px solid #dbe1ea; border-radius: 10px; min-height: 44px; }
        .cp-payment-form .form-control:focus { border-color: #d31a3b; box-shadow: 0 0 0 .16rem rgba(211,26,59,.12); }
        .cp-payment-card-preview { min-height: 190px; border: 1px dashed #e4e8ef; border-radius: 12px; background: #f8fafc; }
        .cp-payment-note { margin-bottom: .9rem; border: 1px solid #f4ccd3; background: #fff5f7; color: #b4233a; border-radius: 10px; padding: .65rem .75rem; font-size: .9rem; font-weight: 700; }
        .cp-payment-desc { color: #4b5563; font-size: .92rem; line-height: 1.6; }
        .cp-payment-desc p:last-child { margin-bottom: 0; }
        .cp-payment-submit { max-width: 290px; margin-top: 1rem; }
        .cp-payment-summary { top: 96px; }
        .cp-paytr-iframe-wrap { border: 1px solid #edf0f5; border-radius: 14px; background: #fff; padding: .35rem; }
        .cp-success-card { background: #fff; border: 1px solid #e9ecef; border-radius: 20px; padding: 2rem 1.4rem; box-shadow: 0 16px 40px rgba(17,24,39,.06); }
        .cp-success-icon { width: 86px; height: 86px; border-radius: 50%; background: #eefaf2; color: #198754; display: inline-flex; align-items: center; justify-content: center; font-size: 2.4rem; margin-bottom: .85rem; }
        .cp-success-card h2 { margin: 0 0 .65rem; font-size: clamp(1.35rem,2.4vw,1.9rem); font-weight: 800; color: var(--dark); }
        .cp-success-card p { margin: 0 auto 1.25rem; color: #6b7280; max-width: 620px; line-height: 1.7; }
        .cp-paytr-table { clear: both; font-size: 12px; max-width: 1200px; text-align: center; font-family: Arial, sans-serif; margin-top: .5rem; }
        .cp-paytr-table::before { display: table; content: " "; }
        .cp-paytr-table::after { content: ""; clear: both; display: table; }
        .cp-paytr-table .taksit-tablosu-wrapper { margin: 5px; width: 250px; padding: 12px; cursor: default; text-align: center; display: inline-block; border: 1px solid #e1e1e1; }
        .cp-paytr-table .taksit-logo img { max-height: 28px; padding-bottom: 10px; }
        .cp-paytr-table .taksit-tutari-text { float: left; width: 106px; color: #a2a2a2; margin-bottom: 5px; }
        .cp-paytr-table .taksit-tutar-wrapper { display: inline-block; background-color: #f7f7f7; }
        .cp-paytr-table .taksit-tutar-wrapper:hover { background-color: #e8e8e8; }
        .cp-paytr-table .taksit-tutari { float: left; width: 106px; padding: 6px 0; color: #474747; border: 2px solid #fff; }
        .cp-paytr-table .taksit-tutari-bold { font-weight: 700; }
        .cp-detail-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%); padding: 2.8rem 0 2.6rem; }
        .cp-detail-title { margin: 0; color: #fff; font-size: clamp(1.45rem, 2.8vw, 2.1rem); font-weight: 800; }
        .cp-detail-breadcrumb { margin-top: .55rem; display: flex; align-items: center; gap: .38rem; flex-wrap: wrap; }
        .cp-detail-breadcrumb a { color: #c9d1df; text-decoration: none; font-size: .88rem; }
        .cp-detail-breadcrumb a:hover { color: #fff; }
        .cp-detail-breadcrumb span { color: #74839c; font-size: .85rem; }
        .cp-detail-page { background: #f6f7fb; padding: 2rem 0 4rem; min-height: 62vh; }
        .cp-detail-gallery-card,
        .cp-detail-info-card,
        .cp-detail-tabs-card { background: #fff; border: 1px solid #e9ecef; border-radius: 18px; padding: 1.15rem; }
        .cp-detail-main-image { display: block; width: 100%; height: 420px; border-radius: 14px; background: linear-gradient(135deg,#f0f4ff,#e8ecff); overflow: hidden; }
        .cp-detail-main-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
        .cp-detail-thumbs { display: flex; gap: .55rem; margin-top: .75rem; overflow: auto; padding-bottom: .2rem; }
        .cp-detail-thumb { flex: 0 0 78px; width: 78px; height: 78px; border-radius: 12px; border: 1px solid #e8edf4; background: #f8fafc; overflow: hidden; }
        .cp-detail-thumb.is-active { border-color: #d31a3b; box-shadow: 0 0 0 .12rem rgba(211,26,59,.1); }
        .cp-detail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .cp-detail-price-wrap { margin-bottom: 1rem; }
        .cp-detail-price { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--dark); line-height: 1.1; }
        .cp-detail-price-old { margin-top: .25rem; font-size: 1rem; color: #9ca3af; text-decoration: line-through; }
        .cp-detail-discount { margin-top: .4rem; display: inline-flex; border: 1px solid #f3c6ce; background: #fff5f7; color: #b4233a; border-radius: 999px; font-size: .78rem; font-weight: 700; padding: .25rem .65rem; }
        .cp-detail-cart { display: flex; gap: .7rem; align-items: center; flex-wrap: wrap; margin-bottom: .9rem; }
        .cp-detail-cart .btn-order { max-width: 220px; margin: 0; }
        .cp-detail-qty { display: inline-flex; align-items: center; gap: .35rem; background: #f8fafc; border: 1px solid #e3e9f2; border-radius: 12px; padding: .3rem; }
        .cp-detail-qty .minus,
        .cp-detail-qty .plus { width: 34px; height: 34px; border: 1px solid #d7dee9; background: #fff; color: #111827; border-radius: 8px; font-size: 1.05rem; font-weight: 700; line-height: 1; padding: 0; transition: .18s; }
        .cp-detail-qty .minus:hover,
        .cp-detail-qty .plus:hover { border-color: #d31a3b; color: #d31a3b; background: #fff5f7; }
        .cp-detail-qty .qty { width: 52px; height: 34px; border: 1px solid #d7dee9; border-radius: 8px; background: #fff; text-align: center; font-weight: 700; font-size: 1rem; color: #111827; padding: 0 .2rem; }
        .cp-detail-qty .qty:focus { outline: 0; border-color: #d31a3b; box-shadow: 0 0 0 .12rem rgba(211,26,59,.12); }
        .cp-detail-short { color: #4b5563; line-height: 1.65; margin: 0 0 .95rem; }
        .cp-detail-meta { display: grid; gap: .45rem; border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; padding: .8rem 0; margin-bottom: .95rem; }
        .cp-detail-meta div { display: flex; align-items: center; justify-content: space-between; gap: .8rem; font-size: .88rem; }
        .cp-detail-meta span { color: #6b7280; font-weight: 600; }
        .cp-detail-meta strong { color: var(--dark); font-weight: 700; }
        .cp-detail-meta a { color: var(--red); text-decoration: none; }
        .cp-detail-meta a:hover { color: var(--red-d); }
        .cp-detail-perks { display: grid; gap: .42rem; }
        .cp-detail-perks div { display: flex; align-items: center; gap: .5rem; font-size: .88rem; font-weight: 600; color: #374151; }
        .cp-detail-perks i { color: var(--red); }
        .cp-detail-tabs { border-bottom: 1px solid #edf0f5; gap: .4rem; }
        .cp-detail-tabs .nav-link { border: 1px solid transparent; border-radius: 10px; color: #4b5563; font-size: .88rem; font-weight: 700; padding: .52rem .88rem; }
        .cp-detail-tabs .nav-link:hover { border-color: #e8edf4; background: #f8fafc; color: #1f2937; }
        .cp-detail-tabs .nav-link.active { border-color: #d31a3b; background: #fff5f7; color: #b4233a; }
        .cp-detail-tabs-card .tab-pane { color: #374151; font-size: .93rem; line-height: 1.7; }
        .cp-detail-related h3 { margin: 0 0 1rem; font-size: 1.3rem; font-weight: 800; color: var(--dark); }

        /* ── CONTACT ── */
        .ci-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #e9ecef; }
        .ci-item:last-child { border-bottom: none; }
        .ci-icon { width: 46px; height: 46px; background: var(--red-l); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .ci-icon i { color: var(--red); font-size: 1.2rem; }
        .ci-item h6 { font-size: .78rem; font-weight: 700; text-transform: uppercase; color: #adb5bd; letter-spacing: .06em; margin-bottom: .2rem; }
        .ci-item a, .ci-item p { margin: 0; font-size: .95rem; color: var(--dark); font-weight: 500; text-decoration: none; }
        .ci-item a:hover { color: var(--red); }
        .form-control, .form-select { border-radius: 10px; border: 1.5px solid #e9ecef; padding: .75rem 1rem; }
        .form-control:focus, .form-select:focus { border-color: var(--red); box-shadow: 0 0 0 .2rem rgba(200,16,46,.15); }
        .btn-sub { background: var(--red); border: none; color: #fff; padding: .85rem 2.2rem; border-radius: 50px; font-weight: 600; width: 100%; transition: all .3s; font-size: 1rem; cursor: pointer; }
        .btn-sub:hover { background: var(--red-d); box-shadow: 0 6px 20px rgba(200,16,46,.35); }

        /* ── CTA ── */
        .cta-strip { background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%); }

        /* ── FOOTER ── */
        footer { background: #111827; color: #9ca3af; }
        footer h5 { color: #fff; font-weight: 700; font-size: 1rem; margin-bottom: 1.2rem; }
        footer a { color: #9ca3af; text-decoration: none; font-size: .92rem; }
        footer a:hover { color: var(--red); }
        .footer-bot { background: #0d1117; font-size: .82rem; }

        /* ── SCROLL TOP ── */
        .scroll-top { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 44px; height: 44px; background: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; box-shadow: 0 4px 16px rgba(200,16,46,.4); opacity: 0; transition: opacity .3s; z-index: 999; text-decoration: none; font-size: 1.1rem; }
        .scroll-top.show { opacity: 1; }

        /* ── CHECK LIST ── */
        .ck li { display: flex; align-items: flex-start; gap: .7rem; padding: .4rem 0; font-size: .97rem; color: #444; }
        .ck li i { color: var(--red); margin-top: 3px; font-size: 1rem; flex-shrink: 0; }

        /* ── ORDER MODAL ── */
        .modal-header:not(.cp-order-modal-header) { background: var(--dark); color: #fff; }
        .order-product-row { background: #f8f9fa; border-radius: 10px; padding: .75rem 1rem; margin-bottom: .5rem; display: flex; justify-content: space-between; align-items: center; font-size: .9rem; }

        /* ── COOKIE POPIN ── */
        #cookiePopin_ { position: fixed; left: 16px; bottom: 16px; width: min(430px, calc(100vw - 32px)); background: #fff; border: 1px solid #e7ebf1; border-radius: 16px; box-shadow: 0 20px 45px rgba(17,24,39,.16); z-index: 9999; padding: .9rem .95rem .8rem; color: #1f2937; }
        #cookieTitle_ { font-size: 1rem; font-weight: 800; color: #111827; line-height: 1.2; padding-right: 2rem; margin-bottom: .45rem; }
        #cookieDescription_ { font-size: .86rem; line-height: 1.5; color: #4b5563; margin-bottom: .7rem; }
        #cookieClose_ { position: absolute; top: .52rem; right: .52rem; width: 30px; height: 30px; border-radius: 8px; border: 1px solid #e5e7eb; background: #fff; color: #4b5563; font-size: 1.05rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
        #cookieClose_:hover { background: #f9fafb; color: #111827; }
        #cookiePopin_ .cookie-actions { display: flex; justify-content: flex-end; }
        #cookiePopin_ .cookie-accept { border: 0; border-radius: 999px; background: var(--red); color: #fff; font-size: .84rem; font-weight: 700; padding: .46rem .95rem; line-height: 1.1; cursor: pointer; }
        #cookiePopin_ .cookie-accept:hover { background: var(--red-d); }

        @media (max-width: 768px) {
            .hero { min-height: 100vh; text-align: center; }
            .sd { display: none !important; }
            .cp-cart-item { grid-template-columns: 72px 1fr; }
            .cp-cart-thumb { width: 72px; height: 72px; }
            .cp-cart-side { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; text-align: left; min-width: 0; border-top: 1px dashed #e9ecef; padding-top: .7rem; margin-top: .2rem; }
            .cp-cart-summary { position: static; }
            .cp-account-nav { position: static; }
            .cp-checkout-address-grid,
            .cp-checkout-cargo-grid { grid-template-columns: 1fr; }
            .cp-checkout-summary { position: static; }
            .cp-payment-content .tab-pane { padding: .85rem; }
            .cp-payment-submit { max-width: 100%; }
            .cp-paytr-table .taksit-tablosu-wrapper { width: 100%; margin: 5px 0; }
            .cp-detail-main-image { height: 300px; }
            .cp-detail-cart .btn-order { max-width: 100%; width: 100%; }
            #cookiePopin_ { left: 10px; right: 10px; bottom: 10px; width: auto; padding: .8rem .82rem .74rem; }
            #cookieTitle_ { font-size: .95rem; }
            #cookieDescription_ { font-size: .82rem; }
        }
