/*@font-face {*/
/*    font-family: Vazir;*/
/*    src: url('../fonts/Vazir-Medium-FD-WOL.eot');*/
/*    src: url('../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'),*/
/*    url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'),*/
/*    url('../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*}*/


@font-face {
    font-family: Vazirmatn FD;
    src: url('../fonts/vazirmatn/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Vazirmatn FD', serif !important;
}
/* Inner pages */
.page-shell{min-height:calc(100vh - 76px);background:#fafafa}
.page-header{padding:3.2rem 0 2rem}.back-link{color:#6b7280;text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--orange)}
.detail-panel{background:#fff;border:1px solid #e8e8e8;border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(23,23,23,.05)}.detail-content{padding:2.5rem}.detail-cover-panel{background:#f8fafc;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.detail-main-cover{width:min(100%,290px);filter:drop-shadow(0 15px 16px rgba(17,24,39,.15));border-radius:22px}.detail-category{display:inline-block;color:#bf6b2c;background:#fff6ed;border-radius:999px;padding:.32rem .7rem;font-size:.75rem;font-weight:800}.detail-title{font-weight:900;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.4}.detail-meta{color:#818794;font-size:.84rem}.detail-price{font-size:1.8rem;color:#4d9b63;font-weight:900}.detail-price small{font-size:.86rem;color:#444}.detail-old-price{color:#a9aeb6;text-decoration:line-through}.detail-description{border-right:4px solid #f5a261;padding-right:1rem;line-height:2.05;color:#5a5f68}.gallery-strip{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1.4rem}.gallery-strip img{width:44px;height:58px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer}.gallery-strip img.active,.gallery-strip img:hover{border-color:var(--orange)}.detail-features{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.35rem;color:#69717d;font-size:.8rem}.detail-features span::before{content:'✓';color:#53a76c;font-weight:900;margin-left:.35rem}
.login-page{display:grid;place-items:center;padding:4rem 1rem;background:#fafafa}.login-card{width:min(100%,410px);background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:2rem;box-shadow:0 18px 25px rgba(17,24,39,.11)}.login-card h1{font-size:1.8rem;font-weight:900}.login-card .form-label{font-size:.87rem;font-weight:700}.login-card .form-control{height:52px;text-align:center}
.cart-title{font-size:1.75rem;font-weight:900}.cart-item{background:#fff;border:1px solid #e9e9e9;border-radius:16px;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.cart-item img{width:50px;height:66px;object-fit:cover;border-radius:8px}.cart-item-title{font-weight:800;font-size:1rem}.cart-item-subtitle{color:#8a919c;font-size:.79rem}.cart-price{color:#59a06d;font-weight:900;margin-right:auto}.cart-price del{display:block;color:#b3b6bb;font-size:.72rem;font-weight:400}.delete-cart{border:0;background:transparent;color:#e56f65;font-size:1.1rem}.checkout-card{background:#fff;border:1px solid #e9e9e9;border-radius:20px;padding:1.5rem;box-shadow:0 8px 22px rgba(17,24,39,.04)}.checkout-card h2{font-size:1.1rem;font-weight:900}.checkout-total{color:#d16a2a;font-size:1.7rem;font-weight:900}
.profile-layout{display:grid;grid-template-columns:1fr 210px;gap:2rem;align-items:start}.profile-sidebar{background:#fff;border-radius:24px;padding:1.6rem;box-shadow:0 10px 26px rgba(17,24,39,.11);text-align:center}.avatar-circle{width:72px;height:72px;display:grid;place-items:center;background:#fff0dc;border-radius:50%;margin:0 auto 1rem;color:#e37b2b;font-weight:900;font-size:1.7rem}.profile-name{font-weight:900}.profile-phone{font-size:.78rem;color:#7b818c}.profile-menu{border-top:1px solid #edf0f2;margin-top:1.25rem;padding-top:.75rem;text-align:right}.profile-menu a{display:block;padding:.72rem;border-radius:12px;text-decoration:none;color:#68707c;font-size:.9rem}.profile-menu a.active{color:var(--orange);background:#fff7ef;font-weight:800}.empty-books{min-height:275px;display:grid;place-items:center;text-align:center;background:#fff;border-radius:24px;box-shadow:0 12px 28px rgba(17,24,39,.12)}.empty-books .empty-icon{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 1rem;background:#f0f2f5;color:#c4c8ce;border-radius:10px;font-size:1.7rem}.empty-books p{color:#9298a1}
.page-toast{position:fixed;bottom:1rem;left:1rem;background:#111827;color:#fff;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;opacity:0;transform:translateY(10px);transition:.2s;z-index:1100}.page-toast.show{opacity:1;transform:none}
@media(max-width:991.98px){.detail-content{padding:1.6rem}.detail-cover-panel{padding:1.5rem}.profile-layout{grid-template-columns:1fr}.profile-sidebar{order:-1}.profile-menu{display:flex;gap:.4rem;justify-content:center}.profile-menu a{padding:.6rem}}
@media(max-width:575.98px){.page-header{padding:2rem 0 1.5rem}.detail-title{font-size:1.7rem}.cart-item{gap:.7rem;padding:.65rem}.cart-item-title{font-size:.82rem}.cart-item-subtitle{font-size:.68rem}.cart-price{font-size:.78rem}.profile-sidebar{padding:1.1rem}.login-card{padding:1.6rem}.detail-features{gap:.65rem}}
:root{--orange:#f47d27;--orange-dark:#e86b18;--ink:#0f0f0f;--muted:#6b7280;--cream:#fffaf6}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Vazirmatn,system-ui,sans-serif;color:var(--ink);background:#fff}
.fw-black{font-weight:900}
.site-header{z-index:1020}
.navbar-brand{letter-spacing:-.4px}
.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;color:var(--orange);border:3px solid var(--orange);border-radius:10px;font-weight:900;font-family:Arial,sans-serif;font-size:18px;line-height:1}
.nav-link{font-size:.9rem;color:#4b5563}
.nav-link:hover{color:var(--orange)}
.cart-button{font-size:1.15rem;background:#fff;border:0}
.cart-count{background:var(--orange);font-size:.62rem;min-width:17px}
.btn-orange{--bs-btn-color:#fff;--bs-btn-bg:var(--orange);--bs-btn-border-color:var(--orange);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--orange-dark);--bs-btn-hover-border-color:var(--orange-dark);--bs-btn-active-bg:var(--orange-dark);box-shadow:0 8px 16px rgba(244,125,39,.20);border-radius:12px}
.hero-section{min-height:430px;background:linear-gradient(180deg,#fff 0%,#fffaf5 53%,#fff 100%)}
.hex-pattern{position:absolute;inset:0;opacity:.38;background-image:linear-gradient(30deg,#f2e2d4 12%,transparent 12.5%,transparent 87%,#f2e2d4 87.5%,#f2e2d4),linear-gradient(150deg,#f2e2d4 12%,transparent 12.5%,transparent 87%,#f2e2d4 87.5%,#f2e2d4),linear-gradient(30deg,#f2e2d4 12%,transparent 12.5%,transparent 87%,#f2e2d4 87.5%,#f2e2d4),linear-gradient(150deg,#f2e2d4 12%,transparent 12.5%,transparent 87%,#f2e2d4 87.5%,#f2e2d4);background-size:56px 98px;background-position:0 0,0 0,28px 49px,28px 49px;mask-image:linear-gradient(90deg,transparent,black 25%,black 75%,transparent)}
.hero-kicker{padding:.48rem .9rem;background:#fff7ee;border-radius:999px;color:#b45617;font-size:.78rem;font-weight:700}
.hero-section h1{letter-spacing:-1.3px;font-size:clamp(2rem,5vw,3.8rem)}
.hero-section h1 span{color:var(--orange)}
.hero-copy{max-width:790px;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:2;color:#646464}
.py-lg-6{padding-top:5.5rem!important;padding-bottom:5.5rem!important}
.section-eyebrow{color:var(--orange);font-size:.85rem;font-weight:800}
.section-title{font-size:clamp(1.65rem,3vw,2.45rem);font-weight:900;letter-spacing:-.7px;margin:.35rem 0 1rem}
.filter-group .btn{border:1px solid #e5e7eb;font-size:.82rem;color:#6b7280;padding:.55rem .85rem}
.filter-group .btn.active{background:#111827;color:#fff;border-color:#111827}
.book-card{height:100%;border:1px solid #edf0f3;border-radius:18px;padding:.8rem;background:#fff;box-shadow:0 5px 18px rgba(17,24,39,.045);transition:transform .22s,box-shadow .22s}
.book-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(17,24,39,.11)}
.book-cover-wrap{position:relative;display:block;overflow:hidden;border-radius:12px;background:#f3f4f6;aspect-ratio:1/1.38}
.book-cover-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.book-card:hover .book-cover-wrap img{transform:scale(1.04)}
.discount{position:absolute;left:.5rem;top:.5rem;background:var(--orange);color:#fff;padding:.22rem .45rem;border-radius:8px;font-size:.68rem;font-weight:800}
.book-type{color:var(--orange);font-size:.72rem;font-weight:700}
.book-title{font-size:.94rem;font-weight:800;line-height:1.7;margin:.35rem 0;min-height:3.2em}
.book-subtitle{color:#89909b;font-size:.74rem;min-height:2.8em;line-height:1.65}
.price{font-weight:900;font-size:1rem}
.old-price{font-size:.72rem;text-decoration:line-through;color:#9ca3af}
.btn-buy{background:var(--ink);color:#fff;border-radius:11px;font-weight:700;font-size:.83rem;padding:.68rem;border:none}
.btn-buy:hover{background:#323232;color:#fff}
.details-btn{color:#59606a;font-size:.75rem;border:0;background:transparent}
.roadmap-section{background:linear-gradient(135deg,#fff9f3,#fff)}
.roadmap-card{background:#fff;border:1px solid #f0e5dc;border-radius:24px;padding:1.4rem;box-shadow:0 12px 35px rgba(190,119,71,.07)}
.road-step{display:flex;gap:1rem;position:relative;padding-bottom:1.25rem}
.road-step:last-child{padding-bottom:0}
.road-step:not(:last-child):before{content:"";position:absolute;right:18px;top:38px;height:calc(100% - 32px);border-right:2px dashed #fdcda8}
.road-step>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff1e6;color:var(--orange);font-weight:900}
.road-step h3{font-size:1rem;font-weight:800;margin:.2rem 0}
.road-step p{margin:0;color:#7b818b;font-size:.84rem}
.benefit-card{height:100%;padding:1.75rem;border:1px solid #f0f0f0;border-radius:18px;background:#fff}
.benefit-card b{font-size:1.05rem}
.benefit-card p{font-size:.86rem;color:#737983;line-height:1.9;margin:.6rem 0 0}
.footer-dark{background:#121212}
.footer-dark h3{font-size:.95rem;font-weight:800;margin-bottom:1rem}
.footer-dark a{display:block;color:#aab0b8;text-decoration:none;font-size:.84rem;margin:.55rem 0}
.footer-dark a:hover{color:#fff}
.cart-row{display:flex;gap:.7rem;padding:.8rem 0;border-bottom:1px solid #eee}
.cart-row img{width:48px;height:62px;object-fit:cover;border-radius:7px}
.cart-row strong{font-size:.78rem;line-height:1.7}
.cart-row small{color:var(--orange);font-weight:700}
.cart-total{display:flex;justify-content:space-between}
.empty-cart{text-align:center;color:#9ca3af;padding:4rem 0}
.toast{background:#111827;color:#fff}
.modal-content{box-shadow:0 20px 60px rgba(0,0,0,.18)}
.modal-book-cover{width:130px;height:175px;object-fit:cover;border-radius:12px}
.form-control{border-radius:12px;padding:.8rem 1rem}
.form-control:focus{border-color:#f6b384;box-shadow:0 0 0 .25rem rgba(244,125,39,.14)}
@media(max-width:575.98px){.hero-section{min-height:390px}
    .hero-section .btn-lg{font-size:.84rem;padding:.72rem 1rem}
    .book-title{font-size:.87rem}
    .py-lg-6{padding-top:3.8rem!important;padding-bottom:3.8rem!important}
    .navbar-brand{font-size:.95rem!important}
    .brand-mark{width:29px;height:29px;font-size:15px}
    .roadmap-card{padding:1rem}
}


:root {
    --primary: #f47d27;
    --primary-dark: #e86b18;
    --primary-light: #fff6ed;
}
 .profile-wrapper {
     background: #f8f9fa;
     min-height: calc(100vh - 76px);
     padding: 2rem 0;
 }

.profile-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary-light);
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    border: 3px solid var(--primary);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-name {
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
}

.profile-mobile {
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
    direction: ltr;
}

.profile-menu {
    margin-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}

.profile-menu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s;
    margin-bottom: 0.25rem;
}

.profile-menu a i {
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
}

.profile-menu a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.profile-menu a.active {
    background: var(--primary-light);
    color: var(--primary);
    font-weight: 700;
}

.profile-menu a.logout {
    color: #dc3545;
}

.profile-menu a.logout:hover {
    background: #fde8e8;
}

.profile-content {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    min-height: 400px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.book-item-mini {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.book-item-mini:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(244,125,39,0.1);
}

.book-item-mini img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.book-item-mini .info {
    flex: 1;
}

.book-item-mini .info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}

.book-item-mini .info .meta {
    font-size: 0.8rem;
    color: #6c757d;
}

.book-item-mini .download-btn {
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    background: var(--primary);
    color: #fff;
    border: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.book-item-mini .download-btn:hover {
    background: var(--primary-dark);
    color: #fff;
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state .icon {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h3 {
    font-weight: 700;
    color: #343a40;
}

.empty-state p {
    color: #6c757d;
}

.order-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.order-card .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.order-card .order-number {
    font-weight: 700;
    font-size: 0.95rem;
}

.order-card .order-status {
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.order-card .order-status.paid {
    background: #d4edda;
    color: #155724;
}

.order-card .order-status.pending {
    background: #fff3cd;
    color: #856404;
}

.order-card .order-status.failed {
    background: #f8d7da;
    color: #721c24;
}

.order-card .order-total {
    font-weight: 800;
    color: var(--primary);
    font-size: 1.1rem;
}

.order-card .order-date {
    font-size: 0.8rem;
    color: #6c757d;
}

.order-card .order-items {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
}

.order-card .order-items span {
    display: inline-block;
    background: #f8f9fa;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    margin: 0.2rem;
}

.bank-form .form-group {
    margin-bottom: 1.25rem;
}

.bank-form label {
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.35rem;
}

.bank-form .form-control,
.bank-form .form-select {
    border-radius: 12px;
    padding: 0.7rem 1rem;
    border: 2px solid #e9ecef;
    transition: all 0.2s;
}

.bank-form .form-control:focus,
.bank-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(244,125,39,0.15);
}

.bank-form small {
    color: #6c757d;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

.btn-submit {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 0.7rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-submit:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(244,125,39,0.3);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 991.98px) {
    .profile-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 1.5rem;
    }

    .profile-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
        border-top: none;
        padding-top: 0;
    }

    .profile-menu a {
        flex: 1;
        min-width: 120px;
        justify-content: center;
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .profile-wrapper {
        padding: 1rem 0;
    }

    .profile-content {
        padding: 1rem;
    }

    .book-item-mini {
        flex-wrap: wrap;
    }

    .book-item-mini .download-btn {
        width: 100%;
        justify-content: center;
    }

    .profile-avatar {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}



.btn-remove {
    background: #dc3545 !important;
    color: white !important;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-remove:hover:not(:disabled) {
    background: #c82333 !important;
    transform: translateY(-1px);
}

.btn-added {
    background: #28a745 !important;
    color: white !important;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-added:disabled {
    opacity: 0.8;
    cursor: default;
}

/* Cart count badge */
.cart-count {
    background: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 20px;
    text-align: center;
}

/* Header Styles */
.site-header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    z-index: 1050;
}

.navbar-brand {
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 12px !important;
}

.navbar-brand:hover {
    color: #d16a2a;
}

/* Brand Logo */
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #f8f9fa;
    padding: 4px;
    border: 1px solid #e9e9e9;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.navbar-brand:hover .brand-logo {
    transform: scale(1.05) rotate(-2deg);
    border-color: #d16a2a;
    box-shadow: 0 4px 12px rgba(209, 106, 42, 0.15);
}

/* Cart Button */
.cart-button {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f9fa;
    color: #1a1a2e;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    padding: 0;
    text-decoration: none;
}

.cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(209, 106, 42, 0.25);
}


.cart-button i {
    font-size: 1.2rem;
}

/* Cart Badge */
.cart-count {
    background: #dc3545;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    min-width: 18px;
    height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid white;
    font-weight: 700;
    line-height: 1;
    top: -6px;
    right: -6px;
    transform: none;
    position: absolute;
}

.cart-count.show {
    display: inline-flex;
}



/* Responsive */
@media (max-width: 768px) {
    .navbar-brand span:last-child {
        font-size: 0.9rem;
    }

    .brand-logo {
        width: 36px;
        height: 36px;
        padding: 3px;
    }

}

@media (max-width: 576px) {
    .navbar-brand span:last-child {
        font-size: 0.8rem;
    }

    .brand-logo {
        width: 32px;
        height: 32px;
        padding: 2px;
    }

    .cart-button {
        width: 38px;
        height: 38px;
    }

    .cart-button i {
        font-size: 1rem;
    }


}/* Header Styles */
.site-header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    z-index: 1050;
}

.navbar-brand {
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 12px !important;
}

.navbar-brand:hover {
    color: #d16a2a;
}

/* Brand Logo */
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #f8f9fa;
    padding: 4px;
    border: 1px solid #e9e9e9;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.navbar-brand:hover .brand-logo {
    transform: scale(1.05) rotate(-2deg);
    border-color: #d16a2a;
    box-shadow: 0 4px 12px rgba(209, 106, 42, 0.15);
}

/* Cart Button */
.cart-button {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f9fa;
    color: #1a1a2e;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    padding: 0;
    text-decoration: none;
}



.cart-button i {
    font-size: 1.2rem;
}

/* Cart Badge */
.cart-count {
    background: #dc3545;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    min-width: 18px;
    height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid white;
    font-weight: 700;
    line-height: 1;
    top: -6px;
    right: -6px;
    transform: none;
    position: absolute;
}

.cart-count.show {
    display: inline-flex;
}

/* Button Orange */
.btn-orange {
    background: linear-gradient(135deg, #d16a2a, #f08a4a);
    color: white;
    border: none;
    font-weight: 700;
    transition: all 0.3s ease;


}

.btn-orange:hover {
    background: linear-gradient(135deg, #b85a1f, #d97a3a);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(209, 106, 42, 0.3);
    text-decoration: none;
}

.btn-orange i {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-brand span:last-child {
        font-size: 0.9rem;
    }

    .brand-logo {
        width: 36px;
        height: 36px;
        padding: 3px;
    }

}

@media (max-width: 576px) {
    .navbar-brand span:last-child {
        font-size: 0.8rem;
    }

    .brand-logo {
        width: 32px;
        height: 32px;
        padding: 2px;
    }

    .cart-button {
        width: 38px;
        height: 38px;
    }

    .cart-button i {
        font-size: 1rem;
    }

}