/* Jujo Spares — header & action polish */

.jujo_header {
    padding: 16px 0;
    background: #fff;
    border-bottom: 1px solid #eef0f3;
}

.jujo_header_row {
    display: flex;
    align-items: center;
    gap: 22px;
}

.jujo_header_logo {
    flex: 0 0 auto;
}

.jujo_header_logo .header_logo_area {
    justify-content: flex-start;
    gap: 12px;
}

.jujo_header .header_logo {
    width: auto;
    max-width: none;
    display: block;
}

.jujo_header .jujo_logo_img {
    width: auto;
    height: 58px;
    max-height: 58px;
    object-fit: contain;
    display: block;
}

.jujo_header_search {
    flex: 0 1 480px;
    min-width: 260px;
    max-width: 480px;
}

.jujo_header .jujo_search {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    align-items: center;
    background: #f5f7fa !important;
    border: 1px solid #e5e8ee !important;
    border-radius: 50px !important;
    overflow: hidden;
    height: 48px;
}

.jujo_header_highlights {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 0;
    padding: 0 16px;
    border-left: 1px solid #eef0f3;
    border-right: 1px solid #eef0f3;
}

.jujo_highlight_item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.jujo_highlight_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff8ef;
    border: 1px solid #fdebd0;
    color: var(--themeColorTwo);
    font-size: 15px;
}

.jujo_highlight_text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
}

.jujo_highlight_text small {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    color: #8b92a0;
}

.jujo_highlight_text strong {
    font-size: 13px;
    font-weight: 700;
    color: #1d2330;
    white-space: nowrap;
}

.jujo_header_mobile_cta {
    margin-left: auto;
    align-items: center;
}

.jujo_header_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    min-height: 48px;
}

.jujo_call_box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    padding: 6px 10px 6px 6px;
    border-radius: 999px;
    background: #f8f9fb;
    border: 1px solid #eceff3;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.jujo_call_box:hover {
    border-color: var(--themeColorTwo);
    background: #fff8ef;
}

.jujo_call_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e8ee;
    color: var(--themeColorTwo);
    font-size: 14px;
}

.jujo_call_text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    padding-right: 6px;
}

.jujo_call_text small {
    font-size: 11px;
    color: #7a8190;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.jujo_call_text strong {
    font-size: 14px;
    color: #1d2330;
    font-weight: 700;
}

.jujo_request_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--themeColorTwo);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px;
    height: 44px;
    border-radius: 50px;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(245, 166, 35, 0.28);
    transition: all 0.25s ease;
    border: none;
}

.jujo_request_btn i {
    font-size: 12px;
    transform: rotate(-45deg);
    transition: transform 0.25s ease;
}

.jujo_request_btn:hover {
    background: #1d2330;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(29, 35, 48, 0.2);
}

.jujo_request_btn:hover i {
    transform: rotate(0deg);
}

.jujo_request_btn_sm {
    height: 38px;
    padding: 0 14px;
    font-size: 12px;
    box-shadow: none;
}

/* Menu icon row polish */
.default_home .main_menu_2 .menu_icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.default_home .main_menu_2 .menu_icon > li > a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e8ebf0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    transition: all 0.25s ease;
}

.default_home .main_menu_2 .menu_icon > li > a b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.default_home .main_menu_2 .menu_icon > li > a b img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.default_home .main_menu_2 .menu_icon > li > a span {
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
}

.default_home .main_menu_2 .menu_icon > li > a:hover {
    border-color: var(--themeColorTwo);
    background: #fff8ef;
}

.default_home .main_menu_2 .menu_icon li a.user {
    width: auto !important;
    height: 42px !important;
    line-height: 1 !important;
    padding: 4px 12px 4px 4px !important;
    margin-left: 10px !important;
    border-left: none !important;
    border-radius: 50px !important;
    gap: 8px !important;
    background: #fff;
    border: 1px solid #e8ebf0 !important;
}

.default_home .main_menu_2 .menu_icon li a.user b {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 6px !important;
    border: none !important;
    background: #fff4e5 !important;
}

.default_home .main_menu_2 .menu_icon li a.user h5 {
    font-size: 13px !important;
    margin: 0 !important;
    font-weight: 600;
    color: #1d2330;
}

.default_home .main_menu_2 .menu_icon li:hover a.user,
.default_home .main_menu_2 .menu_icon li:hover > a {
    border-color: var(--themeColorTwo) !important;
}

.jujo_logout_btn {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    color: inherit;
    text-align: left;
    font-size: inherit;
}

.jujo_logout_btn svg {
    width: 18px;
    height: 18px;
}

.jujo_logout_btn:hover {
    color: var(--themeColorTwo);
}

@media (max-width: 1399px) {
    .jujo_header_search {
        flex: 1 1 auto;
        max-width: none;
    }

    .jujo_header_actions {
        margin-left: auto;
    }
}

@media (max-width: 1199px) {
    .jujo_call_text small {
        display: none;
    }

    .jujo_request_btn {
        padding: 0 16px;
        height: 42px;
    }
}

@media (max-width: 991px) {
    .jujo_header {
        padding: 12px 0;
    }

    .jujo_header_row {
        gap: 12px;
    }

    .jujo_header .jujo_logo_img {
        height: 48px;
        max-height: 48px;
    }
}

/* Home bike brands slider */
.jujo-brand-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 14px;
    min-height: 120px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.jujo-brand-item:hover .img {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.jujo-brand-logo {
    max-height: 56px;
    width: auto !important;
    object-fit: contain;
}

.jujo-brand-slide {
    padding: 0 8px;
}

.jujo-brands-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.jujo-brand-item h3 {
    font-size: 13px;
    margin-top: 12px;
    text-transform: capitalize;
    line-height: 1.3;
    min-height: 34px;
}

/* Shop brand filters */
.shop-brand-filter-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: #374151;
}

.shop-brand-list {
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fafafa;
}

.shop-brand-link {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.15s;
}

.shop-brand-link:last-child {
    border-bottom: none;
}

.shop-brand-link:hover,
.shop-brand-link.active {
    background: #111;
    color: #fff;
}

.shop-brand-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.shop-brand-chips-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7280;
    margin-right: 4px;
}

.shop-brand-chip {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    color: #374151;
    text-decoration: none;
    background: #fff;
    transition: all 0.15s;
}

.shop-brand-chip:hover,
.shop-brand-chip.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.shop_filter_form .form-control,
.shop_filter_form .form-select {
    font-size: 13px;
}

.menu_cat_item li a span img.jujo-cat-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Buy / Request / Checkout */
.jujo-product-brand {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff8ef;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
}

.jujo-buy-now {
    background: #1d2330 !important;
    box-shadow: none !important;
}

.jujo-buy-now:hover {
    background: var(--themeColorTwo) !important;
}

.jujo-checkout-box,
.jujo-checkout-summary {
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 12px;
    padding: 24px;
}

.jujo-checkout-box h4,
.jujo-checkout-summary h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.jujo-address-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jujo-address-tags label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #e5e8ee;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.jujo-payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #e5e8ee;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.jujo-checkout-summary p {
    margin-bottom: 10px;
}

/* ========== Preloader ========== */
.jujo-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.18), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 140, 0, 0.14), transparent 42%),
        #fff;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.jujo-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.jujo-preloader-inner {
    text-align: center;
}

.jujo-preloader-ring {
    width: 84px;
    height: 84px;
    margin: 0 auto 16px;
    border-radius: 50%;
    border: 3px solid #f3e7d4;
    border-top-color: var(--themeColorTwo, #ffa500);
    animation: jujoSpin 0.9s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jujo-preloader-gear {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff8ef;
    color: var(--themeColorTwo, #ffa500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: jujoSpinReverse 1.4s linear infinite;
}

.jujo-preloader-brand strong {
    display: block;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #1d2330;
    line-height: 1.1;
}

.jujo-preloader-brand span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8b92a0;
}

.jujo-preloader-bar {
    width: 120px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: #eee;
    overflow: hidden;
}

.jujo-preloader-bar span {
    display: block;
    width: 40%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffa500, #ff8c00);
    animation: jujoLoadBar 1.1s ease-in-out infinite;
}

@keyframes jujoSpin {
    to { transform: rotate(360deg); }
}

@keyframes jujoSpinReverse {
    to { transform: rotate(-360deg); }
}

@keyframes jujoLoadBar {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(320%); }
}

/* ========== Product page ========== */
.jujo-product-page {
    background:
        linear-gradient(180deg, #fafbfd 0%, #fff 180px);
}

.jujo-product-gallery {
    position: sticky;
    top: 110px;
}

.jujo-product-main-image {
    position: relative;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.jujo-product-main-image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    padding: 24px;
}

.jujo-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #1d2330;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 6px 10px;
    border-radius: 999px;
}

.jujo-product-badge + .jujo-product-badge {
    left: auto;
    right: 16px;
}

.jujo-product-badge-request {
    background: var(--themeColorTwo, #ffa500);
    color: #1d2330;
}

.jujo-product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.jujo-product-thumb {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border: 1px solid #e5e8ee;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jujo-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jujo-product-thumb.is-active,
.jujo-product-thumb:hover {
    border-color: var(--themeColorTwo, #ffa500);
    box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.15);
}

.jujo-product-info {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.jujo-product-meta-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.jujo-product-category {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
}

.jujo-product-category:hover {
    color: var(--themeColorTwo, #ffa500);
}

.jujo-product-title {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    color: #111827;
    margin: 0 0 8px;
    font-weight: 700;
}

.jujo-product-sku {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 16px;
}

.jujo-product-sku span {
    color: #4b5563;
    font-weight: 600;
}

.jujo-product-price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
}

.jujo-product-price {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.jujo-product-price.is-request {
    color: #b45309;
    font-size: 26px;
}

.jujo-product-mrp {
    color: #9ca3af;
    font-size: 16px;
}

.jujo-product-price-note {
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.jujo-product-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.jujo-spec-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef0f3;
}

.jujo-spec-chip i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff8ef;
    color: var(--themeColorTwo, #ffa500);
    font-size: 13px;
}

.jujo-spec-chip small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    font-weight: 600;
}

.jujo-spec-chip strong {
    display: block;
    font-size: 13px;
    color: #1f2937;
    line-height: 1.2;
}

.jujo-spec-chip.is-stock i {
    background: #ecfdf5;
    color: #059669;
}

.jujo-spec-chip.is-out i {
    background: #fef2f2;
    color: #dc2626;
}

.jujo-product-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 22px;
}

.jujo-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.jujo-qty-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #e5e8ee;
    border-radius: 50px;
    background: #fff;
}

.jujo-qty-box label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.jujo-qty-box input {
    width: 54px;
    border: 0;
    outline: 0;
    text-align: center;
    font-weight: 700;
    background: transparent;
}

.jujo-product-actions .common_btn {
    height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.jujo-request-cta {
    min-width: 220px;
}

.jujo-call-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border-radius: 50px;
    border: 1px solid #e5e8ee;
    color: #1d2330;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
}

.jujo-call-cta:hover {
    border-color: var(--themeColorTwo, #ffa500);
    color: var(--themeColorTwo, #ffa500);
}

.jujo-product-assurances {
    list-style: none;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid #eef0f3;
    display: grid;
    gap: 10px;
}

.jujo-product-assurances li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #4b5563;
}

.jujo-product-assurances i {
    color: var(--themeColorTwo, #ffa500);
}

.jujo-product-panel,
.jujo-product-side-card {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.03);
    height: 100%;
}

.jujo-product-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eef0f3;
    padding-bottom: 12px;
}

.jujo-product-tabs button {
    border: 0;
    background: transparent;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
}

.jujo-product-tabs button.is-active {
    background: #fff8ef;
    color: #b45309;
}

.jujo-product-description,
.jujo-fitment-list,
.jujo-fitment-note {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
}

.jujo-fitment-list {
    padding-left: 18px;
    margin-bottom: 14px;
}

.jujo-fitment-list li {
    margin-bottom: 8px;
}

.jujo-fitment-note a {
    color: var(--themeColorTwo, #ffa500);
    font-weight: 700;
}

.jujo-product-side-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.jujo-product-side-card > p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
}

.jujo-side-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #eef0f3;
    text-decoration: none;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.jujo-side-link:last-child {
    margin-bottom: 0;
}

.jujo-side-link i {
    color: var(--themeColorTwo, #ffa500);
}

.jujo-side-link:hover {
    border-color: #fdebd0;
    background: #fffaf3;
    color: #1d2330;
}

.jujo-related-section .section_heading h3 {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .jujo-product-gallery {
        position: static;
    }

    .jujo-product-main-image {
        min-height: 280px;
    }

    .jujo-product-info {
        padding: 20px;
    }

    .jujo-product-actions .common_btn {
        flex: 1 1 auto;
    }
}

.footer_copyright .footer-credit-link {
    color: var(--themeColorTwo, #ffa500);
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer_copyright .footer-credit-link:hover {
    color: var(--themeColorTwo, #ffa500);
    opacity: 0.85;
    text-decoration: underline;
}

.footer_2 .footer_2_logo_area ul.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.footer_2 .footer_2_logo_area ul.footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    line-height: 1;
    color: var(--themeColorTwo, #ffa500);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer_2 .footer_2_logo_area ul.footer-social li a:hover {
    background: var(--themeColorTwo, #ffa500);
    border-color: var(--themeColorTwo, #ffa500);
    color: #fff;
}
