/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme with Persian Vazirmatn Typography and Custom Styling for SR Motor
Author: SR Motor Team
Author URI: http://srmotor.ir
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

:root {
    --sr-primary: #0284c7;
    --sr-primary-hover: #0369a1;
    --sr-accent: #38bdf8;
    --sr-accent-light: #7dd3fc;
    --sr-accent-bg: rgba(56, 189, 248, 0.14);
    --sr-accent-border: rgba(56, 189, 248, 0.35);
    --sr-dark: #0f172a;
    --sr-dark-secondary: #1e293b;
    --sr-dark-deep: #0b1120;
    --sr-light-bg: #f8fafc;
    --sr-border: #e2e8f0;
    --sr-text-main: #1a202c;
    --sr-text-muted: #64748b;
}

/* ==========================================================================
   GLOBAL TYPOGRAPHY & RESET
   ========================================================================== */
body, 
button, 
input, 
textarea, 
select, 
h1, h2, h3, h4, h5, h6,
.elementor,
.elementor-widget,
.elementor-heading-title,
.woocommerce,
.woocommerce-page,
.woocommerce-Price-amount,
.price,
.shopengine,
.main-navigation,
.site-title,
.site-description {
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #f8fafc;
    color: var(--sr-text-main);
    direction: rtl;
    text-align: right;
}

/* Persian Digit Number Formatting */
.woocommerce-Price-amount, 
.price, 
.count, 
.qty, 
.product-quantity {
    font-feature-settings: "ss01" 1, "ss02" 1;
}

/* Standard Unified Container */
.sr-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ==========================================================================
   HEADER & NAVIGATION BAR (PERFECTLY ALIGNED)
   ========================================================================== */

/* 1. Top Announcement Bar */
/* 1. Top Announcement Bar */
.sr-topbar {
    width: 100%;
    background: var(--sr-dark);
    color: #e2e8f0;
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sr-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.sr-topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: #cbd5e1;
    font-weight: 600;
}
.sr-topbar-left {
    display: flex;
    align-items: center;
}
.sr-topbar-phones {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    direction: ltr;
}
.sr-topbar-phones a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12.5px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sr-topbar-phones a:hover {
    color: #38bdf8;
}

/* 2. Main Header Bar (Full width wrap) */
.sr-main-header-wrap {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid var(--sr-border);
}
.sr-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    gap: 24px;
}

/* Logo Area (Consistent across Homepage, Shop and all pages) */
.sr-logo-area {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.sr-brand-link,
a.sr-brand-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}
.sr-brand-logo,
img.sr-brand-logo,
.sr-brand-link img {
    height: 46px !important;
    width: 46px !important;
    max-height: 46px !important;
    max-width: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}
.sr-brand-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: right !important;
}
.sr-brand-title,
span.sr-brand-title {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: var(--sr-dark) !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}
.sr-brand-sub,
span.sr-brand-sub {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
}

/* Search Form */
.sr-search-area {
    flex: 1;
    max-width: 520px;
}
.sr-search-form {
    display: flex;
    position: relative;
    width: 100%;
}
.sr-search-field {
    width: 100%;
    padding: 11px 18px 11px 50px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-sizing: border-box !important;
}
.sr-search-field:focus {
    border-color: var(--sr-accent) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2) !important;
}
.sr-search-btn {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #1e293b;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}
.sr-search-btn:hover {
    background: #0f172a;
    transform: translateY(-50%) scale(1.05);
}

/* Header Actions (Harmonized, Clean & Consistent Style) */
.sr-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sr-action-btn-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: var(--sr-dark);
    padding: 9px 16px;
    border-radius: 20px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 40px;
    box-sizing: border-box;
}
.sr-action-btn-item:hover {
    background: #e2e8f0;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}
.sr-btn-icon {
    font-size: 15px;
    line-height: 1;
}
.sr-btn-label {
    line-height: 1;
}
.sr-cart-badge {
    background: #1e293b;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 900;
    padding: 2px 7px;
    border-radius: 10px;
    line-height: 1.2;
    margin-right: 2px;
}

/* 3. Navigation Bar (Full width, seamless background, container aligned) */
.sr-nav-bar {
    width: 100%;
    background: var(--sr-dark-secondary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 90;
}
.sr-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.sr-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
.sr-nav-list > li {
    position: relative;
}
.sr-nav-list > li > a {
    display: block;
    padding: 13px 15px;
    color: #f1f5f9;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sr-nav-list > li > a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}
.sr-dropdown:hover .sr-sub-menu {
    display: block;
}
.sr-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    min-width: 230px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    z-index: 100;
    border: 1px solid var(--sr-border);
}
.sr-sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.sr-sub-menu li a:hover {
    background: #f0f9ff;
    color: var(--sr-primary);
}
.sr-nav-help {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
}
.sr-wa-link {
    background: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
}
.sr-wa-link:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
}

/* ==========================================================================
   HOMEPAGE STYLES (HERO, CATEGORIES, PRODUCTS, PROMO, BRANCHES)
   ========================================================================== */

/* --- Yamaha-Style Cinematic Full-Width Hero Section --- */
.sr-hero-cinematic-section {
    position: relative;
    width: 100%;
    min-height: 560px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 60px 0;
    margin-bottom: 45px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Multi-layer dark gradient overlay for crystal clear text readability */
.sr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        270deg,
        rgba(11, 17, 32, 0.90) 0%,
        rgba(11, 17, 32, 0.76) 42%,
        rgba(11, 17, 32, 0.35) 72%,
        rgba(11, 17, 32, 0.05) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Main Hero Content Overlay */
.sr-hero-cinematic-container {
    position: relative;
    z-index: 2;
    width: 100%;
}
.sr-hero-cinematic-content {
    max-width: 620px;
    text-align: right;
}

.sr-hero-brand-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #38bdf8;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.sr-hero-cinematic-title {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 16px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.sr-hero-cinematic-title span {
    color: #38bdf8;
    background: linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-hero-cinematic-desc {
    font-size: 16px;
    line-height: 2.1;
    color: #e2e8f0;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    max-width: 540px;
}

.sr-hero-history-badge {
    margin-bottom: 26px;
}
.sr-hero-history-badge span {
    display: inline-flex;
    align-items: center;
    background: rgba(56, 189, 248, 0.14);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #7dd3fc;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

/* 3. Hero Action Button (Yamaha Style White Pill) */
.sr-hero-cinematic-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

.sr-hero-btn-white-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0f172a !important;
    font-size: 15px;
    font-weight: 900;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
}
.sr-hero-btn-white-pill:hover {
    background: #38bdf8;
    color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(56, 189, 248, 0.45);
}

@media (max-width: 768px) {
    .sr-hero-cinematic-section {
        min-height: auto;
        padding-bottom: 45px;
    }
    .sr-hero-cinematic-title {
        font-size: 28px;
    }
    .sr-hero-cinematic-desc {
        font-size: 14px;
    }
    .sr-hero-cinematic-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .sr-hero-btn-white-pill,
    .sr-hero-btn-glass,
    .sr-hero-btn-consult {
        width: 100%;
        text-align: center;
    }
}

/* Button Variants */
.sr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}
.sr-btn-hero-main {
    background: #ffffff;
    color: #0f172a !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}
.sr-btn-hero-main:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    color: #000000 !important;
}
.sr-btn-hero-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
}
.sr-btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    transform: translateY(-2px);
}
.sr-btn-primary {
    background: var(--sr-primary);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}
.sr-btn-primary:hover {
    background: var(--sr-primary-hover);
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
}
.sr-btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.sr-btn-outline:hover {
    background: #ffffff;
    color: var(--sr-dark);
    border-color: #ffffff;
}
.sr-btn-outline-white {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
}
.sr-btn-outline-white:hover {
    background: #ffffff;
    color: var(--sr-dark);
}
.sr-btn-wa {
    background: #22c55e;
    color: #ffffff;
}
.sr-btn-wa:hover {
    background: #16a34a;
    transform: translateY(-2px);
    color: #ffffff;
}

/* --- Section Headers --- */
.sr-section-header {
    margin-bottom: 25px;
}
.sr-section-title {
    font-size: 22px;
    font-weight: 900;
    color: var(--sr-dark);
    margin: 0 0 6px 0;
    position: relative;
    padding-right: 14px;
}
.sr-section-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 22px;
    background: linear-gradient(180deg, var(--sr-accent) 0%, var(--sr-primary) 100%);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.4);
}
.sr-section-subtitle {
    font-size: 14px;
    color: var(--sr-text-muted);
    margin: 0;
}
.sr-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.sr-view-all-link {
    color: var(--sr-primary);
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: padding-left 0.2s;
}
.sr-view-all-link:hover {
    padding-left: 6px;
}

/* --- Categories Grid (Compact Modern Background Photo Tiles) --- */
.sr-cats-section {
    padding: 15px 0 35px 0;
}
.sr-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 900px) {
    .sr-cats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 500px) {
    .sr-cats-grid {
        grid-template-columns: 1fr;
    }
}

.sr-cat-tile {
    position: relative;
    height: 102px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    background: #0f172a;
}
.sr-cat-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(2, 132, 199, 0.25);
    border-color: rgba(56, 189, 248, 0.45);
}

.sr-cat-tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    transition: transform 0.45s ease, opacity 0.3s ease;
    opacity: 0.85;
}
.sr-cat-tile:hover .sr-cat-tile-bg {
    transform: scale(1.07);
    opacity: 0.98;
}
.sr-cat-tile-fallback {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.sr-cat-tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.82) 48%, rgba(15, 23, 42, 0.22) 80%, rgba(15, 23, 42, 0.05) 100%);
    transition: background 0.3s ease;
}
.sr-cat-tile:hover .sr-cat-tile-overlay {
    background: linear-gradient(270deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.74) 48%, rgba(15, 23, 42, 0.15) 80%, rgba(15, 23, 42, 0.02) 100%);
}

.sr-cat-tile-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: right;
}
.sr-cat-tile-title {
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
.sr-cat-tile-count {
    color: #38bdf8;
    font-size: 12px;
    font-weight: 700;
}
.sr-cat-tile-arrow {
    position: relative;
    z-index: 2;
    color: #38bdf8;
    font-size: 16px;
    font-weight: 800;
    opacity: 0.7;
    transform: translateX(4px);
    transition: all 0.25s ease;
}
.sr-cat-tile:hover .sr-cat-tile-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #ffffff;
}

/* ==========================================================================
   WOOCOMMERCE GLOBAL GRID & CLEARFIX RESET (HIGH SPECIFICITY)
   ========================================================================== */
body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
    display: none !important;
    content: none !important;
    clear: none !important;
    width: 0 !important;
    height: 0 !important;
}

body.woocommerce ul.products li.product::before,
body.woocommerce ul.products li.product::after,
body.woocommerce-page ul.products li.product::before,
body.woocommerce-page ul.products li.product::after,
.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after,
ul.products li.product::before,
ul.products li.product::after {
    display: none !important;
    content: none !important;
}

body.woocommerce ul.products li.first,
body.woocommerce ul.products li.last,
body.woocommerce-page ul.products li.first,
body.woocommerce-page ul.products li.last,
.woocommerce ul.products li.first,
.woocommerce ul.products li.last,
ul.products li.first,
ul.products li.last {
    clear: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Default Strict 3-Column Grid for All WooCommerce Archives (4 rows of 3 = 12 products per page) */
.sr-shop-archive-wrapper ul.products,
.archive.post-type-archive-product ul.products,
body.woocommerce[class*="columns-"] ul.products,
body.woocommerce-page[class*="columns-"] ul.products,
body.woocommerce ul.products,
body.woocommerce-page ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce-shop ul.products,
.tax-product_cat ul.products,
ul.products.columns-3,
ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 20px 0 45px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

body.woocommerce[class*="columns-"] ul.products li.product,
body.woocommerce-page[class*="columns-"] ul.products li.product,
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
ul.products li.product.sr-moto-card {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    clear: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

/* Explicitly hide filtered out products with maximum specificity */
body.woocommerce ul.products li.product.sr-filtered-out,
body.woocommerce-page ul.products li.product.sr-filtered-out,
.woocommerce ul.products li.product.sr-filtered-out,
ul.products li.product.sr-moto-card.sr-filtered-out,
li.sr-moto-card.sr-filtered-out {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    pointer-events: none !important;
}

body.woocommerce ul.products li.product:hover,
ul.products li.product.sr-moto-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #38bdf8 !important;
}

/* Tablet Grid (641px to 992px): 2 Columns */
@media (max-width: 992px) {
    .sr-shop-archive-wrapper ul.products,
    .archive.post-type-archive-product ul.products,
    body.woocommerce[class*="columns-"] ul.products,
    body.woocommerce-page[class*="columns-"] ul.products,
    body.woocommerce ul.products,
    body.woocommerce-page ul.products,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products,
    ul.products.columns-3,
    ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

/* Mobile Screens (<= 640px): 1 Column by Default */
@media (max-width: 640px) {
    .sr-shop-archive-wrapper ul.products,
    .archive.post-type-archive-product ul.products,
    body.woocommerce[class*="columns-"] ul.products,
    body.woocommerce-page[class*="columns-"] ul.products,
    body.woocommerce ul.products,
    body.woocommerce-page ul.products,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products,
    ul.products.columns-3,
    ul.products {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Mobile 2-column compact view when toggled by user */
    .sr-shop-archive-wrapper ul.products.sr-view-grid,
    .archive.post-type-archive-product ul.products.sr-view-grid,
    body.woocommerce[class*="columns-"] ul.products.sr-view-grid,
    body.woocommerce ul.products.sr-view-grid,
    .woocommerce ul.products.sr-view-grid,
    ul.products.columns-3.sr-view-grid,
    ul.products.sr-view-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    /* --- Mobile 1-Column Card Styles (Showroom Quality, Clear Details) --- */
    .woocommerce ul.products li.product,
    ul.products li.product.sr-moto-card {
        padding: 16px 14px !important;
        border-radius: 16px !important;
        margin: 0 !important;
    }

    .sr-moto-img-box {
        height: 195px !important;
        min-height: 195px !important;
        max-height: 195px !important;
        padding: 10px !important;
        margin-bottom: 12px !important;
    }

    .sr-moto-img-wrap img,
    .sr-moto-img-box img {
        max-height: 175px !important;
    }

    .sr-moto-specs {
        height: auto !important;
        min-height: 72px !important;
        max-height: none !important;
        padding: 10px 14px !important;
        gap: 8px 14px !important;
        margin-bottom: 12px !important;
    }

    .sr-moto-spec-cell {
        gap: 2px !important;
    }

    .sr-moto-spec-label {
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #64748b !important;
    }

    .sr-moto-spec-val {
        font-size: 12.5px !important;
        font-weight: 800 !important;
        color: #0f172a !important;
    }

    .sr-moto-title {
        font-size: 15px !important;
        font-weight: 800 !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        line-height: 1.45 !important;
        margin: 0 0 12px 0 !important;
        -webkit-line-clamp: 2 !important;
    }

    .sr-moto-price-row {
        height: auto !important;
        min-height: 32px !important;
        padding-top: 10px !important;
        margin-bottom: 12px !important;
    }

    .sr-price-unit {
        font-size: 12.5px !important;
        font-weight: 600 !important;
    }

    .sr-price-amount,
    .sr-price-amount .woocommerce-Price-amount {
        font-size: 16px !important;
        font-weight: 900 !important;
    }

    .sr-moto-btn {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 13.5px !important;
        border-radius: 12px !important;
    }

    /* --- Mobile 2-Column Compact Mode (When Toggled) --- */
    ul.products.sr-view-grid li.product.sr-moto-card {
        padding: 10px 8px !important;
        border-radius: 12px !important;
    }

    ul.products.sr-view-grid .sr-moto-img-box {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
        padding: 6px !important;
        margin-bottom: 8px !important;
    }

    ul.products.sr-view-grid .sr-moto-img-wrap img,
    ul.products.sr-view-grid .sr-moto-img-box img {
        max-height: 108px !important;
    }

    ul.products.sr-view-grid .sr-moto-specs {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        padding: 4px 6px !important;
        gap: 2px 4px !important;
        margin-bottom: 8px !important;
    }

    ul.products.sr-view-grid .sr-moto-spec-label {
        font-size: 8.5px !important;
    }

    ul.products.sr-view-grid .sr-moto-spec-val {
        font-size: 9.5px !important;
    }

    ul.products.sr-view-grid .sr-moto-title {
        font-size: 12px !important;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        line-height: 1.35 !important;
        margin-bottom: 8px !important;
    }

    ul.products.sr-view-grid .sr-moto-price-row {
        height: 24px !important;
        min-height: 24px !important;
        padding-top: 6px !important;
        margin-bottom: 8px !important;
    }

    ul.products.sr-view-grid .sr-price-unit {
        font-size: 10px !important;
    }

    ul.products.sr-view-grid .sr-price-amount,
    ul.products.sr-view-grid .sr-price-amount .woocommerce-Price-amount {
        font-size: 11.5px !important;
    }

    ul.products.sr-view-grid .sr-moto-btn {
        height: 34px !important;
        min-height: 34px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
        padding: 0 4px !important;
    }
}

/* ==========================================================================
   GARAGE SPECIAL SHOWCASE (HOMEPAGE MOTHER FRAME & AUTO-SCROLL)
   ========================================================================== */
.sr-garage-section {
    padding: 35px 0 50px 0;
}

.sr-garage-container {
    background: linear-gradient(135deg, #0b1120 0%, #0f172a 50%, #1e293b 100%);
    border-radius: 26px;
    padding: 22px 24px;
    display: flex;
    align-items: stretch;
    gap: 20px;
    border: 1.5px solid rgba(56, 189, 248, 0.25);
    box-shadow: 0 16px 45px rgba(11, 17, 32, 0.4), 0 0 30px rgba(56, 189, 248, 0.08);
    position: relative;
    overflow: hidden;
}

.sr-garage-container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, rgba(56, 189, 248, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Garage Promo Box (Right) */
.sr-garage-promo-box {
    flex: 0 0 240px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 20px 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(56, 189, 248, 0.2);
    box-sizing: border-box;
}

.sr-garage-badge {
    background: rgba(56, 189, 248, 0.14);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.35);
    font-size: 11.5px;
    font-weight: 900;
    padding: 4px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

.sr-garage-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    margin: 6px 0 12px 0;
}
.sr-garage-title span {
    color: #38bdf8;
    background: linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-garage-icon-wrap {
    margin: 8px 0;
}
.sr-garage-badge-3d {
    width: 82px;
    height: 82px;
    background: linear-gradient(135deg, #0284c7 0%, #0b1120 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.3);
    border: 2px solid #38bdf8;
    animation: srPulseBadge 3s infinite ease-in-out;
}
@keyframes srPulseBadge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.sr-garage-emoji {
    font-size: 30px;
    line-height: 1;
}
.sr-badge-percent {
    font-size: 9.5px;
    font-weight: 900;
    color: #e0f2fe;
    margin-top: 2px;
}

.sr-garage-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 10px 0 16px 0;
}

.sr-garage-all-btn {
    width: 100%;
    background: #ffffff;
    color: #0f172a;
    font-weight: 900;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.sr-garage-all-btn:hover {
    background: #38bdf8;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
}

/* Garage Carousel Track Wrap (Left) */
.sr-garage-carousel-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.sr-garage-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(56, 189, 248, 0.4);
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
    opacity: 0.92;
}
.sr-garage-nav-btn:hover {
    opacity: 1;
    background: #38bdf8;
    color: #0f172a;
    border-color: #38bdf8;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 18px rgba(56, 189, 248, 0.45);
}
.sr-garage-nav-btn.prev {
    right: 6px;
}
.sr-garage-nav-btn.next {
    left: 6px;
}

ul.products.sr-garage-track {
    display: flex !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 16px !important;
    margin: 0 !important;
    padding: 8px 4px 14px 4px !important;
    list-style: none !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}
ul.products.sr-garage-track img,
ul.products.sr-garage-track a {
    -webkit-user-drag: none;
    user-drag: none;
}
ul.products.sr-garage-track::-webkit-scrollbar {
    display: none;
}
ul.products.sr-garage-track.active-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

/* 3 Cards visible at a time on desktop inside track */
ul.products.sr-garage-track li.product.sr-moto-card {
    flex: 0 0 calc((100% - 32px) / 3) !important;
    min-width: 250px !important;
    max-width: 290px !important;
    scroll-snap-align: start;
    box-sizing: border-box !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
    padding: 14px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-self: stretch !important;
    height: auto !important;
}
ul.products.sr-garage-track li.product.sr-moto-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2) !important;
    border-color: #38bdf8 !important;
}

@media (max-width: 1100px) {
    ul.products.sr-garage-track li.product.sr-moto-card {
        flex: 0 0 calc((100% - 16px) / 2) !important;
        min-width: 240px !important;
    }
}

@media (max-width: 860px) {
    .sr-garage-container {
        flex-direction: column;
        padding: 20px 16px;
    }
    .sr-garage-promo-box {
        flex: none;
        width: 100%;
        margin-bottom: 8px;
    }
    ul.products.sr-garage-track li.product.sr-moto-card {
        flex: 0 0 calc((100% - 16px) / 2) !important;
        min-width: 220px !important;
    }
}

@media (max-width: 520px) {
    ul.products.sr-garage-track li.product.sr-moto-card {
        flex: 0 0 82% !important;
        min-width: 220px !important;
    }
}

/* --- Automotive Modern Product Card (Showroom Specs Style) --- */
.woocommerce ul.products li.product,
ul.products li.product.sr-moto-card {
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    padding: 14px !important;
    border: 1.5px solid #e2e8f0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-self: stretch !important;
    height: 100% !important;
}

.woocommerce ul.products li.product:hover,
ul.products li.product.sr-moto-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #38bdf8 !important;
}

.sr-moto-card-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    text-decoration: none !important;
    color: inherit !important;
    width: 100% !important;
}

/* Image Box & Badges (Consistent Fixed Frame for Portrait & Landscape Photos) */
.sr-moto-img-box {
    position: relative !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 8px !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
    border: 1px solid #f1f5f9 !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sr-moto-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 5px;
    z-index: 5;
}
.sr-moto-badge.sale {
    background: var(--sr-primary);
    color: #ffffff;
}
.sr-moto-img-wrap {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
}
.sr-moto-img-wrap img,
.sr-moto-img-box img {
    width: 100% !important;
    height: 100% !important;
    max-height: 154px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.4s ease !important;
}
ul.products li.product.sr-moto-card:hover .sr-moto-img-wrap img {
    transform: scale(1.06) !important;
}

/* Specs 2x2 Grid (Exact Same Height across all Cards) */
.sr-moto-specs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 6px 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    margin-bottom: 10px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    box-sizing: border-box !important;
}
.sr-moto-spec-cell {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 1px !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sr-moto-spec-label {
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
    display: block !important;
}
.sr-moto-spec-val {
    color: #0f172a !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    display: block !important;
}
.sr-moto-spec-val.ltr {
    direction: ltr !important;
    text-align: right !important;
}

/* Title (Equal Height for Perfect Alignment) */
.sr-moto-title {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.45 !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: right !important;
    box-sizing: border-box !important;
}

/* Price Row (Pinned to bottom above button) */
.sr-moto-price-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: auto !important;
    padding-top: 8px !important;
    border-top: 1px solid #f1f5f9 !important;
    margin-bottom: 10px !important;
    height: 28px !important;
    min-height: 28px !important;
    box-sizing: border-box !important;
}
.sr-price-unit {
    color: #64748b !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
}
.sr-price-amount {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
}
.sr-price-amount .woocommerce-Price-amount {
    font-weight: 900 !important;
    color: #0f172a !important;
}

/* Action Button (Aligned at the very bottom) */
.sr-moto-btn-wrap {
    width: 100% !important;
    margin-top: auto !important;
}
.sr-moto-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 38px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}
.sr-moto-btn:hover {
    background: #0284c7 !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3) !important;
    transform: translateY(-1px) !important;
}

/* --- Installment Promo Box (Modern Dual-Card Automotive Layout) --- */
.sr-installment-promo-section {
    padding: 25px 0 55px 0;
}
.sr-promo-box {
    background: linear-gradient(135deg, #0b1120 0%, #0f172a 50%, #1e293b 100%);
    border-radius: 26px;
    padding: 38px 42px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    align-items: center;
    gap: 40px;
    border: 1.5px solid rgba(56, 189, 248, 0.25);
    box-shadow: 0 16px 45px rgba(11, 17, 32, 0.4), 0 0 30px rgba(56, 189, 248, 0.08);
    position: relative;
    overflow: hidden;
}
.sr-promo-box::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, rgba(56, 189, 248, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}
.sr-promo-content {
    display: flex;
    flex-direction: column;
    text-align: right;
    position: relative;
    z-index: 2;
}
.sr-promo-tag-wrap {
    margin-bottom: 12px;
}
.sr-promo-tag {
    background: rgba(56, 189, 248, 0.14);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.35);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
}
.sr-promo-title {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 12px 0;
    color: #ffffff;
    line-height: 1.4;
}
.sr-promo-title span {
    color: #38bdf8;
    background: linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sr-promo-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #cbd5e1;
    margin: 0 0 20px 0;
}

/* 4 Feature Highlights Grid */
.sr-promo-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
}
.sr-promo-feat-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.sr-promo-feat-item:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(56, 189, 248, 0.3);
}
.sr-feat-icon {
    font-size: 16px;
    line-height: 1;
}
.sr-feat-text {
    font-size: 12.5px;
    font-weight: 700;
    color: #e2e8f0;
}

/* Action Buttons */
.sr-promo-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.sr-promo-btn-main {
    background: #ffffff;
    color: #0f172a !important;
    font-weight: 900;
    font-size: 14px;
    border-radius: 30px;
    padding: 13px 28px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.sr-promo-btn-main:hover {
    background: #38bdf8;
    color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(56, 189, 248, 0.45);
}
.sr-promo-btn-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 22px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sr-promo-btn-sub:hover {
    background: #ffffff;
    color: #0f172a !important;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Left Column: Visual Snapshot Card */
.sr-promo-visual-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(56, 189, 248, 0.25);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}
.sr-visual-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sr-visual-card-badge span {
    font-size: 12px;
    font-weight: 800;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.14);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}
.sr-visual-card-icon {
    font-size: 22px;
}
.sr-visual-card-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sr-visual-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.sr-visual-row:last-child {
    border-bottom: none;
}
.sr-v-label {
    color: #94a3b8;
    font-weight: 600;
}
.sr-v-val {
    color: #ffffff;
    font-weight: 700;
}
.sr-v-val.font-cyan {
    color: #38bdf8;
    font-weight: 900;
}
.sr-visual-card-footer {
    margin-top: 18px;
}
.sr-visual-calc-link {
    display: block;
    text-align: center;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #7dd3fc !important;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sr-visual-calc-link:hover {
    background: #38bdf8;
    color: #0f172a !important;
    border-color: #38bdf8;
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.35);
}

@media (max-width: 900px) {
    .sr-promo-box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }
}
@media (max-width: 500px) {
    .sr-promo-features-grid {
        grid-template-columns: 1fr;
    }
    .sr-promo-buttons {
        flex-direction: column;
        width: 100%;
    }
    .sr-promo-btn-main,
    .sr-promo-btn-sub {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* --- Branches Grid --- */
.sr-branches-section {
    padding: 20px 0 60px 0;
}
.sr-branches-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.sr-branch-card {
    background: #ffffff;
    border: 1.5px solid var(--sr-border);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}
.sr-branch-card:hover {
    border-color: #38bdf8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.sr-branch-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
    background: rgba(56, 189, 248, 0.12);
    color: #0284c7;
    border: 1px solid rgba(56, 189, 248, 0.3);
}
.sr-branch-tag.central,
.sr-branch-tag.new {
    background: rgba(56, 189, 248, 0.12);
    color: #0284c7;
    border: 1px solid rgba(56, 189, 248, 0.3);
}
.sr-branch-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: var(--sr-dark);
}
.sr-branch-addr {
    font-size: 14px;
    color: #475569;
    margin: 0 0 8px 0;
    line-height: 1.7;
}
.sr-branch-tel {
    font-size: 15px;
    font-weight: 800;
    color: var(--sr-dark);
    margin: 0 0 8px 0;
}
.sr-branch-tel a {
    color: #0f172a;
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    font-weight: 800;
    transition: color 0.2s ease;
}
.sr-branch-tel a:hover {
    color: #2563eb;
    text-decoration: underline;
}
.sr-branch-hours {
    font-size: 13px;
    color: var(--sr-text-muted);
    margin: 0;
}

/* ==========================================================================
   FOOTER (FULL-WIDTH 100% WITH 1280px UNIFIED CONTAINER)
   ========================================================================== */
footer#site-footer,
footer.site-footer,
.site-footer:not(.dynamic-footer),
.sr-main-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    background: var(--sr-dark) !important;
    color: #cbd5e1 !important;
    margin-top: 50px !important;
    overflow: hidden !important;
}

.sr-footer-features,
.sr-footer-main,
.sr-footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.sr-footer-features .sr-container,
.sr-footer-main .sr-container,
.sr-footer-bottom .sr-container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.sr-footer-features {
    background: var(--sr-dark-secondary) !important;
    padding: 25px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sr-features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 20px !important;
}
.sr-feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.sr-feat-icon {
    font-size: 28px;
    flex-shrink: 0;
}
.sr-feat-info strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
.sr-feat-info span {
    font-size: 12px;
    color: #94a3b8;
}

.sr-footer-main {
    padding: 45px 0 !important;
}
.sr-footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.sr-footer-col {
    min-width: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
/* Footer Brand & Logo (Strict dimensions across Homepage, Shop and all pages) */
.sr-footer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
}
.sr-footer-logo,
img.sr-footer-logo,
.sr-footer-brand img {
    height: 42px !important;
    width: 42px !important;
    max-height: 42px !important;
    max-width: 42px !important;
    min-height: 42px !important;
    min-width: 42px !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}
.sr-footer-brand h4 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}
.sr-footer-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #94a3b8;
}
.sr-footer-link-more {
    color: #38bdf8;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}
.sr-footer-link-more:hover {
    color: #7dd3fc;
    transform: translateX(-3px);
}
.sr-footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
}
.sr-footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 3px;
    background: #38bdf8;
    border-radius: 2px;
}
.sr-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sr-footer-links li {
    margin-bottom: 10px;
}
.sr-footer-links li a {
    color: #cbd5e1;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s, padding-right 0.2s;
}
.sr-footer-links li a:hover {
    color: #ffffff;
    padding-right: 5px;
}
.sr-branch-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.sr-branch-box strong {
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
}
.sr-branch-box p {
    margin: 0 0 4px 0;
    color: #94a3b8;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
}
.sr-branch-phone {
    font-weight: 700;
    color: #ffffff !important;
}
.sr-branch-phone a {
    color: #38bdf8;
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    font-weight: 800;
    transition: color 0.2s ease;
}
.sr-branch-phone a:hover {
    color: #7dd3fc;
}
.sr-social-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.sr-soc-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 6px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
.sr-soc-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}
.sr-soc-ig { background: #E1306C !important; }
.sr-soc-eitaa { background: #ea580c !important; }
.sr-soc-rubika { background: #6366f1 !important; }
.sr-soc-bale { background: #059669 !important; }
.sr-soc-wa {
    grid-column: span 2 !important;
    background: #16a34a !important;
    padding: 9px 12px !important;
    font-size: 13px !important;
}

.sr-footer-bottom {
    background: #090d16;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #64748b;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.sr-bottom-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.sr-bottom-inner p {
    margin: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.8;
}

/* ==========================================================================
   MOBILE OFF-CANVAS DRAWER & RESPONSIVE HEADER
   ========================================================================== */
.sr-mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    width: 38px;
    height: 38px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.sr-mobile-menu-toggle:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.sr-hamburger-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #0f172a;
    border-radius: 2px;
    transition: all 0.25s ease;
}

/* Off-Canvas Mobile Drawer */
.sr-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    visibility: hidden;
    transition: visibility 0.3s ease;
}
.sr-mobile-drawer.active {
    visibility: visible;
}
.sr-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sr-mobile-drawer.active .sr-drawer-backdrop {
    opacity: 1;
}
.sr-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 310px;
    max-width: 86vw;
    background: #ffffff;
    box-shadow: -4px 0 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    direction: rtl;
    text-align: right;
    font-family: inherit;
}
.sr-mobile-drawer.active .sr-drawer-panel {
    transform: translateX(0);
}
body.sr-drawer-open {
    overflow: hidden !important;
}

/* Drawer Header */
.sr-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}
.sr-drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sr-drawer-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.sr-drawer-title {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
}
.sr-drawer-sub {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}
.sr-drawer-close {
    background: none;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s ease;
}
.sr-drawer-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* User Status Card in Drawer */
.sr-drawer-user-card {
    padding: 14px 18px;
    background: #f0f9ff;
    border-bottom: 1px solid #e0f2fe;
}
.sr-drawer-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sr-drawer-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0284c7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.sr-drawer-user-name {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}
.sr-drawer-user-link {
    display: inline-block;
    font-size: 12px;
    color: #0284c7;
    font-weight: 700;
    text-decoration: none;
    margin-top: 2px;
}
.sr-drawer-login-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    background: #0284c7;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s ease;
}
.sr-drawer-login-btn:hover {
    background: #0369a1;
}

/* Drawer Navigation Items */
.sr-drawer-nav {
    list-style: none;
    margin: 0;
    padding: 12px 14px;
    flex: 1;
}
.sr-drawer-nav > li {
    margin-bottom: 4px;
}
.sr-drawer-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    color: #1e293b;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 700;
    transition: all 0.15s ease;
}
.sr-drawer-nav-item:hover {
    background: #f1f5f9;
    color: #0284c7;
}
.sr-drawer-logout {
    color: #be123c !important;
}
.sr-drawer-logout:hover {
    background: #fff1f2 !important;
    color: #e11d48 !important;
}
.sr-dnav-icon {
    font-size: 16px;
    line-height: 1;
    width: 20px;
    text-align: center;
}
.sr-badge-pill {
    margin-right: auto;
    background: #fef08a;
    color: #854d0e;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
}

/* Accordion for Categories in Drawer */
.sr-drawer-has-children .sr-drawer-nav-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sr-drawer-has-children .sr-drawer-nav-parent .sr-drawer-nav-item {
    flex: 1;
}
.sr-drawer-toggle-sub {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #64748b;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.15s ease;
}
.sr-drawer-toggle-sub:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.sr-drawer-has-children.open .sr-drawer-toggle-sub {
    transform: rotate(180deg);
}
.sr-drawer-submenu {
    list-style: none;
    margin: 0;
    padding: 4px 14px 4px 20px;
    display: none;
    border-right: 2px solid #e2e8f0;
    margin-right: 22px;
}
.sr-drawer-has-children.open .sr-drawer-submenu {
    display: block;
}
.sr-drawer-submenu li a {
    display: block;
    padding: 8px 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.15s ease, background 0.15s ease;
}
.sr-drawer-submenu li a:hover {
    color: #0284c7;
    background: #f0f9ff;
}

/* Drawer Footer */
.sr-drawer-footer {
    padding: 16px 20px 24px 20px;
    border-top: 1px solid #f1f5f9;
    background: #f8fafc;
}
.sr-drawer-support-title {
    font-size: 11.5px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 10px;
}
.sr-drawer-phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.sr-drawer-phones a {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    direction: ltr;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sr-drawer-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: #22c55e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.15s ease;
}
.sr-drawer-wa-btn:hover {
    background: #16a34a;
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS
   ========================================================================== */
@media(max-width: 900px) {
    .sr-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px 24px !important;
    }
}
@media(max-width: 768px) {
    .sr-topbar { display: none !important; }

    /* Sticky, single-line clean header */
    .sr-main-header-wrap {
        position: sticky;
        top: 0;
        z-index: 990;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    }
    .sr-header-inner {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 8px 14px !important;
        gap: 8px !important;
        height: 56px !important;
        box-sizing: border-box !important;
    }
    .sr-mobile-menu-toggle {
        display: flex !important;
    }
    .sr-logo-area {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .sr-brand-logo {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
    }
    .sr-brand-title {
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
    .sr-brand-sub {
        display: none !important;
    }

    /* Actions: Compact 38x38px icon buttons (Cart + Account) */
    .sr-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-shrink: 0 !important;
    }
    .sr-action-btn-item {
        width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        border-radius: 10px !important;
        justify-content: center !important;
        position: relative !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
    }
    .sr-btn-label {
        display: none !important;
    }
    .sr-user-arrow {
        display: none !important;
    }
    .sr-btn-icon {
        font-size: 17px !important;
        line-height: 1 !important;
        margin: 0 !important;
    }
    .sr-cart-badge {
        position: absolute !important;
        top: -5px !important;
        left: -5px !important;
        min-width: 18px !important;
        height: 18px !important;
        border-radius: 9px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 4px !important;
        box-shadow: 0 2px 5px rgba(2, 132, 199, 0.4) !important;
        margin: 0 !important;
    }
    .sr-user-dropdown-menu {
        display: none !important;
    }

    /* Hide desktop navbar on mobile to eliminate the 2-line asymmetric wrap */
    .sr-nav-bar {
        display: none !important;
    }

    .sr-hero-title { font-size: 24px; }
    .sr-branches-grid { grid-template-columns: 1fr; }
    .sr-promo-box { flex-direction: column; text-align: center; }
    .sr-promo-buttons { justify-content: center; }
    .sr-bottom-inner { flex-direction: column; text-align: center; }
    .sr-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .sr-features-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}
@media(max-width: 440px) {
    .sr-social-list {
        grid-template-columns: 1fr !important;
    }
    .sr-soc-wa {
        grid-column: span 1 !important;
    }
}
/* ==========================================================================
   WOOCOMMERCE SHOP ARCHIVE & CATEGORY PAGES
   ========================================================================== */
.woocommerce-page #content,
.woocommerce-shop #content,
.tax-product_cat #content,
.single-product #content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    box-sizing: border-box;
}

.woocommerce-products-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--sr-border);
}
.woocommerce-products-header__title.page-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--sr-dark);
    margin: 0 0 8px 0;
    position: relative;
    padding-right: 14px;
}
.woocommerce-products-header__title.page-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: var(--sr-primary);
    border-radius: 3px;
}
.page-description,
.sr-shop-subtitle {
    color: var(--sr-text-muted);
    font-size: 14px;
    margin: 6px 0 0 0;
    line-height: 1.6;
}

/* Shop Ordering & Result Count Bar */
.woocommerce-result-count {
    color: #64748b;
    font-size: 13.5px;
    font-weight: 600;
    margin: 0 0 24px 0 !important;
    float: right !important;
}
.woocommerce-ordering {
    float: left !important;
    margin: 0 0 24px 0 !important;
}
.woocommerce-ordering select {
    padding: 9px 16px;
    border-radius: 10px;
    border: 1.5px solid #cbd5e1;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.woocommerce-ordering select:focus {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

/* Pagination */
.woocommerce-pagination {
    margin: 45px 0 25px 0 !important;
    text-align: center;
    clear: both !important;
}
.woocommerce-pagination ul {
    display: inline-flex !important;
    gap: 8px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    text-decoration: none !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}
.woocommerce-pagination ul li span.current {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}
.woocommerce-pagination ul li a:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px);
}

/* ==========================================================================
   GENERAL SINGLE PAGE & CONTACT US (100% SYMMETRIC & CENTERED)
   ========================================================================== */
.sr-page-wrapper {
    width: 100% !important;
    padding: 40px 0 70px 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
}

.sr-contact-wrap {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.sr-contact-header {
    text-align: center !important;
    margin-bottom: 35px !important;
    width: 100% !important;
}
.sr-contact-main-title {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
}
.sr-contact-main-subtitle {
    font-size: 14.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.8 !important;
    text-align: center !important;
}

.sr-contact-branches-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 35px !important;
    width: 100% !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .sr-contact-branches-grid {
        grid-template-columns: 1fr !important;
        max-width: 460px !important;
    }
}

.sr-contact-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 24px !important;
    position: relative !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    text-align: right !important;
    width: 100% !important;
}
.sr-contact-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.07) !important;
    border-color: #cbd5e1 !important;
}

.sr-contact-card-top {
    display: flex !important;
    justify-content: flex-start !important;
    margin-bottom: 12px !important;
}
.sr-contact-badge {
    display: inline-block !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
}

.sr-contact-branch-name {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 14px 0 !important;
    text-align: right !important;
}

.sr-contact-details p {
    font-size: 14px !important;
    color: #475569 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.7 !important;
    text-align: right !important;
}
.sr-contact-details p strong {
    color: #0f172a !important;
}
.sr-contact-details a {
    color: #0f172a !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    direction: ltr !important;
    display: inline-block !important;
    transition: color 0.2s ease !important;
}
.sr-contact-details a:hover {
    color: #2563eb !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   INSTALLMENT CALCULATOR PAGE (SMART & MODERN AUTOMOTIVE SIMULATOR)
   ========================================================================== */
.sr-calc-page-outer {
    width: 100%;
    padding: 35px 0 70px 0;
    background-color: #f8fafc;
    box-sizing: border-box;
}

.sr-calc-header {
    text-align: center;
    margin-bottom: 35px;
}
.sr-calc-badge {
    display: inline-block;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #0284c7;
    font-size: 12.5px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.sr-calc-title {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.sr-calc-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.8;
}

.sr-calc-container {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 32px;
    align-items: stretch;
    box-sizing: border-box;
}
@media (max-width: 960px) {
    .sr-calc-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.sr-calc-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sr-calc-form-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sr-calc-box-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
}

.sr-form-group {
    margin-bottom: 24px;
}
.sr-form-label {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 9px;
}

.sr-form-select,
.sr-form-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    background: #f8fafc;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
}
.sr-form-select:focus,
.sr-form-input:focus {
    border-color: #0284c7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.sr-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.sr-input-wrap .sr-form-input {
    padding-left: 95px;
    direction: ltr;
    text-align: right;
}
.sr-input-unit {
    position: absolute;
    left: 14px;
    font-size: 12.5px;
    font-weight: 800;
    color: #64748b;
    pointer-events: none;
}

.sr-input-hint,
.sr-words-hint {
    font-size: 12.5px;
    margin-top: 7px;
    color: #64748b;
    line-height: 1.6;
}
.sr-input-hint strong {
    color: #0f172a;
}
.sr-words-hint {
    color: #0284c7;
    font-weight: 700;
}

/* Down Payment Header with Min Requirement */
.sr-down-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 8px;
    flex-wrap: wrap;
}
.sr-min-down-label {
    font-size: 12.5px;
    font-weight: 700;
    color: #0284c7;
    background: rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.22);
    padding: 3px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.sr-min-down-label strong {
    font-weight: 900;
    color: #0369a1;
}

/* Duration Stepper & Slider Selector (1 to 20 Months) */
.sr-duration-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 10px;
    flex-wrap: wrap;
}
.sr-tier-badge {
    font-size: 11.5px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s ease;
}
.sr-tier-badge.tier-12 {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.28);
}
.sr-tier-badge.tier-20 {
    background: rgba(2, 132, 199, 0.1);
    color: #0284c7;
    border: 1px solid rgba(2, 132, 199, 0.3);
}

.sr-month-stepper-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: all 0.2s ease;
}
.sr-month-stepper-card:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.sr-stepper-btn {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    user-select: none;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}
.sr-stepper-btn:hover:not(:disabled) {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}
.sr-stepper-btn:active:not(:disabled) {
    transform: translateY(0);
}
.sr-stepper-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #f1f5f9;
    border-color: #e2e8f0;
    box-shadow: none;
}

.sr-stepper-center {
    text-align: center;
}
.sr-stepper-val-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
}
.sr-stepper-num {
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.5px;
}
.sr-stepper-unit {
    font-size: 16px;
    font-weight: 800;
    color: #64748b;
}
.sr-stepper-sub {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-top: 5px;
}

/* Quick adjuster buttons */
.sr-quick-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.sr-quick-btn {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sr-quick-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    border-color: #94a3b8;
}
.sr-btn-highlight {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.35);
    color: #0284c7;
}
.sr-btn-highlight:hover {
    background: #0284c7;
    border-color: #0284c7;
    color: #ffffff;
}

/* Trust note in right card */
.sr-calc-trust-box {
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    box-sizing: border-box;
}
.sr-trust-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}
.sr-trust-info strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}
.sr-trust-info p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* Validation Alert Box */
.sr-calc-error-box {
    background: #fef2f2;
    border: 1.5px solid #fecaca;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sr-err-icon {
    font-size: 20px;
    line-height: 1;
}
.sr-err-text {
    font-size: 13px;
    font-weight: 700;
    color: #991b1b;
    line-height: 1.7;
}

/* Results & Receipt Styling */
.sr-calc-result-box {
    background: #ffffff;
    border-color: #cbd5e1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sr-receipt-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 6px;
    margin-bottom: 14px;
    align-self: flex-start;
}

.sr-monthly-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(56, 189, 248, 0.15);
    border-radius: 16px;
    padding: 22px 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.12);
}
.sr-monthly-label {
    display: block;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 6px;
}
.sr-monthly-amount-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}
.sr-monthly-val {
    font-size: 32px;
    font-weight: 900;
    color: #38bdf8;
    letter-spacing: -0.5px;
}
.sr-monthly-cur {
    font-size: 13px;
    color: #cbd5e1;
    font-weight: 700;
}
.sr-monthly-sub {
    font-size: 11.5px;
    color: #cbd5e1;
}

/* Receipt Rows */
.sr-receipt-table {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 20px;
}
.sr-receipt-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
}
.sr-r-label {
    color: #64748b;
}
.sr-r-val {
    color: #0f172a;
    font-weight: 800;
    direction: ltr;
    text-align: left;
}
.font-green {
    color: #0284c7 !important;
    font-weight: 800;
}
.sr-row-sub {
    font-size: 12px;
    color: #94a3b8;
    margin-top: -4px;
}
.sr-row-sub .sr-r-label {
    color: #94a3b8;
}
.sr-row-sub .sr-r-val {
    color: #64748b;
    font-weight: 600;
}
.sr-receipt-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 4px 0;
}
.sr-row-total {
    padding-top: 6px;
    border-top: 1.5px dashed #cbd5e1;
    font-size: 14.5px;
}
.sr-row-total .sr-r-label {
    color: #0f172a;
    font-weight: 800;
}
.sr-row-total .sr-r-val {
    color: #0f172a;
    font-size: 16px;
}

/* Terms Box */
.sr-calc-terms-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 20px;
}
.sr-calc-terms-box h4 {
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 8px 0;
}
.sr-calc-terms-box ul {
    margin: 0;
    padding-right: 18px;
    font-size: 12px;
    color: #475569;
    line-height: 1.8;
}

/* Action Buttons */
.sr-calc-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.sr-btn-calc-wa {
    background: #0f172a;
    color: #ffffff !important;
    border: 1.5px solid rgba(56, 189, 248, 0.35);
    font-size: 14px;
    font-weight: 800;
    padding: 13px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.15);
}
.sr-btn-calc-wa .sr-wa-svg {
    color: #38bdf8;
    transition: transform 0.2s ease, color 0.2s ease;
}
.sr-btn-calc-wa:hover {
    background: #0284c7;
    border-color: #38bdf8;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(2, 132, 199, 0.35);
}
.sr-btn-calc-wa:hover .sr-wa-svg {
    transform: scale(1.1);
    color: #ffffff;
}
.sr-btn-calc-tel {
    background: #f8fafc;
    color: #0f172a !important;
    border: 1.5px solid #cbd5e1;
    font-size: 13px;
    font-weight: 700;
    padding: 11px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.sr-btn-calc-tel:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

/* ==========================================================================
   DIGIKALA-INSPIRED SINGLE PRODUCT PAGE & SPECS
   ========================================================================== */
.sr-single-product-container {
    max-width: 1240px;
    margin: 0 auto 50px auto;
    padding: 10px 15px;
    box-sizing: border-box;
}

.sr-product-main-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 36px;
    align-items: start;
    margin-bottom: 45px;
}

@media (max-width: 990px) {
    .sr-product-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Right Summary Column */
.sr-product-summary-col {
    display: flex;
    flex-direction: column;
}

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

.sr-meta-pill {
    font-size: 12px;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 20px;
    display: inline-block;
}
.sr-meta-brand {
    background: rgba(56, 189, 248, 0.12);
    color: #0284c7;
    border: 1px solid rgba(56, 189, 248, 0.35);
}
.sr-meta-style {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}
.sr-meta-year {
    background: #ffffff;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.sr-product-main-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.45;
    margin: 0 0 14px 0;
}

.sr-prod-meta-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #64748b;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.sr-rating-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0f172a;
    font-weight: 800;
}
.sr-star {
    color: #f59e0b;
    font-size: 16px;
    line-height: 1;
}
.sr-rating-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.sr-meta-dot {
    color: #cbd5e1;
}

.sr-reviews-jump-btn {
    color: #0284c7;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}
.sr-reviews-jump-btn:hover {
    color: #0369a1;
    text-decoration: underline;
}

.sr-stock-status-badge {
    color: #0369a1;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 8px;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 12px;
}

.sr-prod-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 16px 0;
}

/* Digikala Color Swatches Selector (رنگ‌بندی‌ها) */
.sr-product-colors-box {
    margin: 4px 0 14px 0;
}

.sr-colors-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14.5px;
}
.sr-colors-title-label {
    color: #64748b;
    font-weight: 700;
}
.sr-active-color-name {
    color: #0f172a;
    font-weight: 900;
}

.sr-color-swatches {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sr-color-swatch-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 30px;
    padding: 5px 14px 5px 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    outline: none;
}
.sr-color-swatch-btn:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    transform: translateY(-1px);
}
.sr-color-swatch-btn.active {
    border-color: #0284c7;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.2);
    color: #0284c7;
}

.sr-swatch-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.sr-swatch-check {
    display: none;
}
.sr-color-swatch-btn.active .sr-swatch-check {
    display: block;
}
.sr-check-light {
    color: #ffffff;
}
.sr-check-dark {
    color: #0f172a;
}

/* Digikala Quick Features Grid (ویژگی‌ها) */
.sr-quick-features-wrapper {
    margin: 6px 0 18px 0;
}

.sr-qf-title {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 12px 0;
}

.sr-qf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}
@media (max-width: 680px) {
    .sr-qf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 420px) {
    .sr-qf-grid {
        grid-template-columns: 1fr;
    }
}

.sr-qf-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.sr-qf-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
}

.sr-qf-label {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.3;
}
.sr-qf-val {
    font-size: 13px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    word-break: break-word;
}

.sr-qf-action {
    text-align: left;
}
.sr-btn-show-all-specs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: #0284c7;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-family: inherit;
}
.sr-btn-show-all-specs:hover {
    background: #f0f9ff;
    color: #0369a1;
}

/* Service & Registration Notice */
.sr-product-notice {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-right: 3.5px solid #0284c7;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.sr-notice-icon {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}
.sr-notice-text {
    font-size: 12.5px;
    line-height: 1.75;
    color: #475569;
}
.sr-notice-text strong {
    color: #0f172a;
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

/* Installment Banner */
.sr-prod-installment-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
@media (max-width: 540px) {
    .sr-prod-installment-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.sr-p-inst-icon {
    font-size: 22px;
    flex-shrink: 0;
}
.sr-p-inst-info {
    flex-grow: 1;
}
.sr-p-inst-info strong {
    display: block;
    font-size: 13px;
    color: #38bdf8;
    margin-bottom: 2px;
}
.sr-p-inst-info span {
    display: block;
    font-size: 11.5px;
    color: #cbd5e1;
}
.sr-btn-p-inst {
    background: #ffffff;
    color: #0f172a !important;
    font-size: 12.5px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.sr-btn-p-inst:hover {
    background: #38bdf8;
    color: #0f172a !important;
}

/* Buy Box & Add to Cart */
.sr-prod-buy-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.sr-buy-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}
.sr-buy-price-label {
    font-size: 13.5px;
    color: #64748b;
    font-weight: 700;
}
.sr-buy-price-val .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
}

.sr-buy-actions-wrap form.cart {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}
.sr-buy-actions-wrap .quantity {
    margin: 0 !important;
}
.sr-buy-actions-wrap .quantity input.qty {
    height: 48px;
    width: 65px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    background: #f8fafc;
    box-sizing: border-box;
}
.sr-buy-actions-wrap .single_add_to_cart_button {
    flex-grow: 1;
    height: 48px;
    background: #0f172a !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    transition: all 0.25s ease !important;
    border: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}
.sr-buy-actions-wrap .single_add_to_cart_button:hover {
    background: #0284c7 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35) !important;
}

.sr-buy-fast-contact {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 8px;
}
@media (max-width: 480px) {
    .sr-buy-fast-contact {
        grid-template-columns: 1fr;
    }
}
.sr-btn-prod-wa {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    color: #0f172a !important;
    font-size: 12.5px;
    font-weight: 800;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.sr-btn-prod-wa .sr-wa-svg {
    color: #0284c7;
    transition: transform 0.2s ease;
}
.sr-btn-prod-wa:hover {
    background: #f0f9ff;
    border-color: #0284c7;
    color: #0284c7 !important;
}
.sr-btn-prod-wa:hover .sr-wa-svg {
    transform: scale(1.1);
}
.sr-btn-prod-call {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    color: #0f172a !important;
    font-size: 12.5px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.sr-btn-prod-call:hover {
    background: #e2e8f0;
    border-color: #94a3b8;
}

/* Left Gallery Column */
.sr-product-gallery-col {
    width: 100%;
}
.sr-gallery-sticky-box {
    position: sticky;
    top: 25px;
}
.woocommerce div.product div.images {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
}
.woocommerce div.product div.images img {
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px !important;
    float: none !important;
    cursor: pointer;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    box-shadow: none;
    transition: all 0.2s ease;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: #0284c7;
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.25);
}

/* Animation on specs highlight */
@keyframes srTargetPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 132, 199, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(2, 132, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
    }
}
.sr-target-pulse {
    animation: srTargetPulse 1.2s ease-out;
}

/* Product Tabs Container */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 45px;
    padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: inline-flex !important;
    gap: 8px !important;
    background: #f1f5f9 !important;
    padding: 6px !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #475569 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #0f172a !important;
    background: rgba(255, 255, 255, 0.6) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0f172a !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff !important;
    background: transparent !important;
}

/* Tab Content Panels */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 32px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

/* Hide duplicate default description heading if any */
.woocommerce-Tabs-panel--description > h2:first-child,
.woocommerce-Tabs-panel--additional_information > h2:first-child {
    display: none !important;
}

.woocommerce-Tabs-panel--description {
    font-size: 15px;
    line-height: 2.0;
    color: #334155;
}
.woocommerce-Tabs-panel--description p {
    margin-bottom: 16px;
}

/* Technical Specifications Tab (مشخصات فنی گروه بندی شده) */
.sr-specs-tab-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.sr-specs-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f1f5f9;
}
.sr-specs-main-title {
    font-size: 21px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 6px 0;
    line-height: 1.4;
}
.sr-specs-sub {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}

/* Groups Container */
.sr-specs-groups {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 30px;
}

/* Individual Spec Group Box */
.sr-spec-group-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
}
.sr-spec-group-box:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

/* Group Header */
.sr-spec-group-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid #e2e8f0;
}
.sr-spec-group-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sr-group-icon {
    font-size: 18px;
    line-height: 1;
}
.sr-group-title {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
}
.sr-group-badge {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 4px 12px;
}

/* Group Items Grid */
.sr-spec-group-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    padding: 0;
}
@media (max-width: 860px) {
    .sr-spec-group-items {
        grid-template-columns: 1fr;
    }
}

/* Spec Row Item */
.sr-spec-row-item {
    background: #ffffff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #f1f5f9;
    border-left: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}
.sr-spec-row-item:nth-child(2n) {
    border-left: none;
}
@media (max-width: 860px) {
    .sr-spec-row-item {
        border-left: none;
    }
}
.sr-spec-row-item:hover {
    background: #f8fafc;
}

.sr-spec-row-key {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.sr-spec-row-key .sr-spec-icon {
    font-size: 15px;
    line-height: 1;
    opacity: 0.85;
}
.sr-spec-row-key .sr-spec-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #475569;
}

.sr-spec-row-val {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    text-align: left;
    direction: rtl;
    line-height: 1.6;
}

/* Specs Footer Promo Banner */
.sr-specs-footer-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}
.sr-specs-footer-icon {
    font-size: 28px;
    flex-shrink: 0;
}
.sr-specs-footer-text {
    font-size: 13.5px;
    line-height: 1.8;
    color: #cbd5e1;
}
.sr-specs-footer-text strong {
    color: #38bdf8;
    display: block;
    margin-bottom: 2px;
    font-size: 14.5px;
}
.sr-specs-footer-text a {
    color: #38bdf8;
    font-weight: 800;
    text-decoration: underline;
}
.sr-specs-footer-text a:hover {
    color: #ffffff;
}

/* ==========================================================================
   CUSTOM EMPTY CART PAGE STYLING
   ========================================================================== */
.sr-empty-cart-wrapper {
    padding: 40px 0 70px 0;
    width: 100%;
    box-sizing: border-box;
}

.sr-empty-cart-card {
    background: #ffffff;
    border: 1.5px solid var(--sr-border);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    max-width: 820px;
    margin: 0 auto 55px auto;
    box-sizing: border-box;
}

.sr-empty-cart-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.sr-empty-cart-icon-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16) 0%, rgba(2, 132, 199, 0.1) 100%);
    border: 2px solid rgba(56, 189, 248, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.18);
}

.sr-empty-cart-icon {
    font-size: 38px;
    line-height: 1;
}

.sr-empty-cart-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.sr-empty-cart-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto 28px auto;
}

.sr-empty-cart-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sr-btn-empty-shop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 800;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
    transition: all 0.25s ease;
}

.sr-btn-empty-shop:hover {
    background: #0284c7;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35);
}

.sr-btn-empty-calc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #0f172a !important;
    border: 1.5px solid #cbd5e1;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sr-btn-empty-calc:hover {
    background: #ffffff;
    border-color: #0284c7;
    color: #0284c7 !important;
    transform: translateY(-2px);
}

.sr-empty-cart-products-section {
    margin-top: 20px;
}

.sr-empty-cart-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 25px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

@media (max-width: 1024px) {
    .sr-empty-cart-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

@media (max-width: 600px) {
    .sr-empty-cart-card {
        padding: 35px 20px;
    }
    .sr-empty-cart-title {
        font-size: 20px;
    }
    .sr-empty-cart-desc {
        font-size: 13.5px;
    }
    .sr-empty-cart-actions {
        flex-direction: column;
        width: 100%;
    }
    .sr-btn-empty-shop,
    .sr-btn-empty-calc {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .sr-empty-cart-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

/* ==========================================================================
   SR MOTOR SHOP LIVE SEARCH & MULTI-COMBOBOX FILTER BAR
   ========================================================================== */
.sr-shop-filter-bar {
    background: #ffffff;
    border: 1px solid var(--sr-border);
    border-radius: 18px;
    padding: 22px 24px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sr-filter-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.sr-filter-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 800;
    color: var(--sr-dark);
}

.sr-filter-icon {
    display: flex;
    align-items: center;
    color: #0284c7;
}

.sr-filter-counter-badge {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 13px;
    color: #334155;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.sr-filter-counter-badge strong {
    color: #0284c7;
    font-weight: 800;
    margin: 0 4px;
}

/* Search Box Wrap */
.sr-filter-search-wrap {
    margin-bottom: 18px;
}

.sr-filter-search-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.sr-search-icon {
    display: none !important;
}

.sr-shop-search-input {
    width: 100%;
    padding: 13px 18px 13px 44px;
    font-size: 14.5px;
    font-family: inherit;
    font-weight: 500;
    color: var(--sr-dark);
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sr-shop-search-input:focus {
    background: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.sr-search-clear-btn {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.sr-search-clear-btn:hover {
    background: #0f172a;
    color: #ffffff;
}

/* Header Actions */
.sr-filter-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Comboboxes Responsive Grid */
.sr-comboboxes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: flex-end;
}

.sr-filter-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.sr-filter-label {
    font-size: 12.5px;
    font-weight: 700;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sr-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.sr-filter-select {
    width: 100%;
    padding: 11px 34px 11px 14px;
    font-size: 13.5px;
    font-family: inherit;
    font-weight: 600;
    color: #1e293b;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sr-filter-select:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.sr-select-arrow {
    position: absolute;
    left: 12px;
    font-size: 13px;
    color: #64748b;
    pointer-events: none;
}

/* Reset Action Button */
.sr-btn-reset-filters {
    background: #f1f5f9;
    border: 1.5px solid #cbd5e1;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 700;
    font-family: inherit;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    transition: all 0.2s ease;
    height: 34px;
    box-sizing: border-box;
}

.sr-btn-reset-filters:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

/* Mobile Filter Accordion Toggle Button */
.sr-btn-toggle-filters {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 11px 16px;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 800;
    color: #1e293b;
    cursor: pointer;
    margin-top: 14px;
    margin-bottom: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sr-btn-toggle-filters:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.sr-toggle-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sr-toggle-icon {
    font-size: 16px;
}

.sr-toggle-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.sr-toggle-arrow {
    font-size: 15px;
    color: #64748b;
    transition: transform 0.25s ease;
}

.sr-shop-filter-bar.sr-filters-open .sr-toggle-arrow {
    transform: rotate(180deg);
}

.sr-active-filter-badge {
    background: #0284c7;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

/* ==========================================================================
   SR MOTOR SHOP TOOLBAR (PRODUCT COUNT & MOBILE VIEW SWITCHER)
   ========================================================================== */
.sr-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 24px 0;
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.sr-toolbar-count-badge {
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sr-toolbar-count-badge strong {
    color: #0284c7;
    font-weight: 900;
}

.sr-shop-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.sr-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sr-view-btn.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.sr-view-btn svg {
    flex-shrink: 0;
}

@media (min-width: 993px) {
    .sr-shop-view-switch {
        display: none; /* Desktop always uses showroom standard 3-columns */
    }
}

/* Tablet Filter Breakpoint (769px to 992px) */
@media (max-width: 992px) and (min-width: 769px) {
    .sr-comboboxes-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
}

/* Mobile Filter Breakpoint (<= 768px) */
@media (max-width: 768px) {
    .sr-shop-filter-bar {
        padding: 16px 14px;
        margin-bottom: 20px;
    }
    .sr-btn-toggle-filters {
        display: flex;
    }
    .sr-comboboxes-grid {
        display: none !important;
    }
    .sr-shop-filter-bar.sr-filters-open .sr-comboboxes-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px;
        margin-top: 10px;
    }
    .sr-btn-reset-filters {
        width: 100%;
        margin-top: 4px;
    }
    .sr-filter-header-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
    }
}

/* Empty State Box */
.sr-no-results-box {
    background: #ffffff;
    border: 2px dashed #cbd5e1;
    border-radius: 18px;
    padding: 50px 24px;
    text-align: center;
    margin: 30px 0;
}

.sr-no-results-icon {
    font-size: 44px;
    margin-bottom: 12px;
}

.sr-no-results-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--sr-dark);
    margin: 0 0 8px 0;
}

.sr-no-results-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px 0;
}

.sr-reset-btn {
    background: #0284c7;
    color: #ffffff;
    border: none;
    padding: 11px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.sr-reset-btn:hover {
    background: #0369a1;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.4);
}

/* ==========================================================================
   ABOUT US PAGE (LUXURY MOTORCYCLE / AUTOMOTIVE EDITORIAL DESIGN)
   ========================================================================== */
.sr-about-page-wrapper {
    background: #f8fafc;
    color: #1e293b;
    font-family: inherit;
    line-height: 1.7;
    overflow-x: hidden;
}

/* 1. Cinematic Hero Banner */
.sr-about-hero-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 95px 20px 105px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 560px;
}

.sr-about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.88) 55%, rgba(185, 28, 28, 0.45) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
}

.sr-about-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sr-about-hero-content {
    max-width: 820px;
    text-align: right;
}

.sr-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239, 68, 68, 0.18);
    border: 1px solid rgba(239, 68, 68, 0.45);
    color: #fca5a5;
    font-size: 13.5px;
    font-weight: 800;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
}

.sr-about-badge-icon {
    font-size: 15px;
}

.sr-about-hero-title {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.sr-highlight-red {
    color: #ef4444;
    text-shadow: 0 0 25px rgba(239, 68, 68, 0.45);
}

.sr-about-hero-desc {
    font-size: 16.5px;
    line-height: 1.95;
    color: #cbd5e1;
    margin: 0 0 32px 0;
    max-width: 720px;
}

.sr-about-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sr-btn-about-primary {
    background: #ef4444;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 14.5px;
    padding: 13px 28px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.sr-btn-about-primary:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(239, 68, 68, 0.55);
}

.sr-btn-about-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.sr-btn-about-outline:hover {
    background: #ffffff;
    color: #0f172a !important;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* 2. Key Metrics Bar */
.sr-about-stats-section {
    position: relative;
    z-index: 10;
    margin-top: -50px;
    padding: 0 20px;
}

.sr-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-stat-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sr-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
    border-color: #ef4444;
}

.sr-stat-num {
    font-size: 36px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 6px;
    direction: ltr;
}

.sr-stat-label {
    font-size: 14.5px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 4px;
}

.sr-stat-sub {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

/* 3. Heritage & Story Section */
.sr-about-story-section {
    padding: 85px 20px 70px 20px;
}

.sr-about-story-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 45px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-section-tag {
    display: inline-block;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #dc2626;
    font-size: 12.5px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.sr-about-story-title {
    font-size: 30px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.45;
    margin: 0 0 20px 0;
}

.sr-about-p-lead {
    font-size: 16px;
    line-height: 2;
    color: #334155;
    margin: 0 0 16px 0;
}

.sr-about-p {
    font-size: 14.5px;
    line-height: 1.95;
    color: #475569;
    margin: 0 0 24px 0;
}

.sr-story-quote-box {
    display: flex;
    gap: 16px;
    background: #f1f5f9;
    border-right: 4px solid #ef4444;
    padding: 18px 22px;
    border-radius: 12px;
    align-items: flex-start;
}

.sr-quote-icon {
    font-size: 38px;
    line-height: 1;
    color: #ef4444;
    font-family: Georgia, serif;
    font-weight: 900;
}

.sr-quote-content strong {
    display: block;
    color: #0f172a;
    font-size: 14.5px;
    margin-bottom: 4px;
}

.sr-quote-content span {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
}

/* Timeline Card */
.sr-timeline-card {
    background: #0f172a;
    color: #ffffff;
    border-radius: 22px;
    padding: 34px 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sr-timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 26px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    font-weight: 800;
}

.sr-timeline-badge {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fca5a5;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 800;
    direction: ltr;
}

.sr-timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.sr-timeline-steps::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 24px;
    right: 9px;
    width: 2px;
    background: rgba(255, 255, 255, 0.15);
}

.sr-timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
}

.sr-tstep-node {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1e293b;
    border: 2px solid #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
    z-index: 2;
    transition: all 0.2s ease;
}

.sr-node-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
}

.sr-timeline-step.active .sr-tstep-node {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.25);
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.6);
}

.sr-timeline-step.active .sr-node-dot {
    background: #ef4444;
}

.sr-tstep-content {
    flex: 1;
}

.sr-tstep-year {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.sr-tstep-title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.sr-tstep-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0;
}

/* 4. Core Values Section */
.sr-about-values-section {
    background: #ffffff;
    padding: 85px 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.sr-about-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.sr-about-section-title {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.sr-about-section-sub {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

.sr-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-value-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: right;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.sr-value-card:hover {
    background: #ffffff;
    border-color: #ef4444;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.sr-value-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.sr-value-card:hover .sr-value-icon-box {
    background: #ef4444;
    border-color: #ef4444;
    transform: scale(1.05);
}

.sr-value-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.sr-value-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

/* 5. Showroom Branches Section */
.sr-about-branches-section {
    padding: 85px 20px;
}

.sr-about-branches-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-about-branch-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.25s ease;
}

.sr-about-branch-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.sr-about-branch-card.sr-branch-highlight {
    border-color: rgba(239, 68, 68, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
}

.sr-about-branch-card.sr-branch-highlight:hover {
    border-color: #ef4444;
    box-shadow: 0 14px 35px rgba(239, 68, 68, 0.12);
}

.sr-branch-badge-wrap {
    margin-bottom: 14px;
}

.sr-branch-pill {
    display: inline-block;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 6px;
}

.sr-branch-pill.sr-pill-red {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    color: #dc2626;
}

.sr-branch-name {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.sr-branch-tagline {
    font-size: 13.5px;
    color: #64748b;
    margin: 0 0 20px 0;
}

.sr-branch-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
    flex: 1;
}

.sr-branch-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.sr-binfo-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.sr-branch-info-item strong {
    color: #0f172a;
    margin-left: 4px;
}

.sr-phone-link {
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    transition: color 0.2s ease;
}

.sr-phone-link:hover {
    color: #ef4444;
    text-decoration: underline;
}

.sr-branch-actions {
    margin-top: auto;
}

.sr-btn-branch-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
    border-radius: 12px;
    background: #0f172a;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sr-btn-branch-call:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

.sr-btn-branch-call.sr-btn-call-red {
    background: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.3);
}

.sr-btn-branch-call.sr-btn-call-red:hover {
    background: #dc2626;
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.45);
}

/* 6. Call to Action Banner */
.sr-about-cta-section {
    padding: 0 20px 85px 20px;
}

.sr-about-cta-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 48px 40px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sr-cta-content {
    max-width: 650px;
}

.sr-cta-title {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.sr-cta-sub {
    font-size: 14.5px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.7;
}

.sr-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.sr-btn-cta-white {
    background: #ffffff;
    color: #0f172a !important;
    font-weight: 900;
    font-size: 14px;
    padding: 13px 26px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sr-btn-cta-white:hover {
    background: #ef4444;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.4);
}

.sr-btn-cta-transparent {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sr-btn-cta-transparent:hover {
    background: #ffffff;
    color: #0f172a !important;
    border-color: #ffffff;
}

/* Responsive Rules */
@media (max-width: 1024px) {
    .sr-about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sr-about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sr-about-story-grid {
        grid-template-columns: 1fr;
    }
    .sr-about-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
    }
    .sr-cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .sr-about-hero-section {
        padding: 60px 18px 70px 18px;
        min-height: 420px;
    }
    .sr-about-hero-title {
        font-size: 28px;
    }
    .sr-about-hero-desc {
        font-size: 14.5px;
    }
    .sr-about-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .sr-btn-about-primary,
    .sr-btn-about-outline {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .sr-about-stats-section {
        margin-top: -30px;
    }
    .sr-about-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .sr-stat-card {
        padding: 18px 12px;
    }
    .sr-stat-num {
        font-size: 28px;
    }
    .sr-about-branches-grid {
        grid-template-columns: 1fr;
    }
    .sr-about-branch-card {
        padding: 24px;
    }
    .sr-about-values-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sr-about-stats-grid {
        grid-template-columns: 1fr;
    }
    .sr-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    .sr-btn-cta-white,
    .sr-btn-cta-transparent {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

/* ==========================================================================
   CONTACT US PAGE (MODERN LUXURY AUTOMOTIVE EDITORIAL DESIGN)
   ========================================================================== */
.sr-contact-page-wrapper {
    background: #f8fafc;
    color: #1e293b;
    font-family: inherit;
    line-height: 1.7;
    overflow-x: hidden;
}

/* 1. Cinematic Hero Banner */
.sr-contact-hero-section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 95px 20px 105px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 560px;
}

.sr-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.88) 60%, rgba(15, 23, 42, 0.78) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
}

.sr-contact-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sr-contact-hero-content {
    max-width: 820px;
    text-align: right;
}

.sr-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 189, 248, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #7dd3fc;
    font-size: 13.5px;
    font-weight: 800;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    backdrop-filter: blur(6px);
}

.sr-cbadge-icon {
    font-size: 15px;
}

.sr-contact-hero-title {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.sr-highlight-cyan {
    color: #38bdf8;
    text-shadow: 0 0 25px rgba(56, 189, 248, 0.45);
}

.sr-contact-hero-desc {
    font-size: 16.5px;
    line-height: 1.95;
    color: #cbd5e1;
    margin: 0 0 32px 0;
    max-width: 720px;
}

.sr-contact-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sr-btn-contact-primary {
    background: #ffffff;
    color: #0f172a !important;
    font-weight: 900;
    font-size: 14px;
    padding: 13px 26px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.sr-btn-contact-primary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.sr-btn-contact-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.sr-btn-contact-outline:hover {
    background: #ffffff;
    color: #0f172a !important;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* 2. Fast Contact Channels (4 Highlight Cards) */
.sr-contact-channels-section {
    position: relative;
    z-index: 10;
    margin-top: -50px;
    padding: 0 20px;
}

.sr-contact-channels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-contact-channel-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sr-contact-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
    border-color: #0f172a;
}

.sr-cchannel-icon {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1;
}

.sr-cchannel-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.sr-cchannel-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 14px 0;
    flex: 1;
}

.sr-cchannel-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13.5px;
    font-weight: 700;
}

.sr-cchannel-link {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
    direction: ltr;
    display: inline-block;
}

.sr-cchannel-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

.sr-cchannel-subtxt {
    font-size: 12.5px;
    font-weight: 700;
    color: #64748b;
}

.sr-sep {
    color: #cbd5e1;
}

/* 3. Showroom Branches Section */
.sr-contact-branches-section {
    padding: 85px 20px 70px 20px;
}

.sr-contact-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 45px auto;
}

.sr-section-badge {
    display: inline-block;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.sr-contact-section-title {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.sr-contact-section-sub {
    font-size: 15px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

.sr-contact-branches-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-contact-branch-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    text-align: right;
    transition: all 0.25s ease;
}

.sr-contact-branch-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.sr-cbranch-badge-wrap {
    margin-bottom: 14px;
}

.sr-cbranch-pill {
    display: inline-block;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 6px;
}

.sr-cbranch-name {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.sr-cbranch-tagline {
    font-size: 13.5px;
    color: #64748b;
    margin: 0 0 20px 0;
}

.sr-cbranch-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
    flex: 1;
}

.sr-cdetail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
}

.sr-cdetail-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.sr-cdetail-item strong {
    color: #0f172a;
    margin-left: 4px;
}

.sr-cphone-link {
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    transition: color 0.2s ease;
}

.sr-cphone-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

.sr-cbranch-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: auto;
}

.sr-btn-branch-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 20px;
    border-radius: 12px;
    background: #0f172a;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sr-btn-branch-primary:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

.sr-cbranch-nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12.5px;
}

.sr-cnav-label {
    font-weight: 700;
    color: #64748b;
    margin-left: 4px;
}

.sr-cnav-btn {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 12px;
}

.sr-cnav-btn:hover {
    background: #0f172a;
    color: #ffffff !important;
    border-color: #0f172a;
}

/* 4. Interactive Inquiry Form + Direct Social Messengers */
.sr-contact-interactive-section {
    padding: 0 20px 85px 20px;
}

.sr-contact-form-grid {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-contact-form-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    padding: 38px 32px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.sr-form-title {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.sr-form-sub {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px 0;
    line-height: 1.7;
}

.sr-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.sr-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.sr-form-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.sr-form-label .req {
    color: #ef4444;
}

.sr-form-input,
.sr-form-select,
.sr-form-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #1e293b;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sr-form-input:focus,
.sr-form-select:focus,
.sr-form-textarea:focus {
    background: #ffffff;
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.sr-btn-form-submit {
    width: 100%;
    background: #0f172a;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 800;
    font-family: inherit;
    padding: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sr-btn-form-submit:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2);
}

.sr-form-feedback.success {
    margin-top: 20px;
    padding: 18px;
    background: #ecfdf5;
    border: 1.5px solid #a7f3d0;
    border-radius: 12px;
    color: #065f46;
    font-size: 13.5px;
    line-height: 1.7;
}

.sr-fback-inner strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
}

.sr-fback-inner p {
    margin: 0 0 12px 0;
}

.sr-fback-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #16a34a;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.sr-fback-wa-btn:hover {
    background: #15803d;
}

/* Social Card Column */
.sr-contact-social-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    padding: 38px 32px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.sr-social-card-title {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.sr-social-card-sub {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px 0;
    line-height: 1.7;
}

.sr-contact-social-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.sr-csoc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s ease;
}

.sr-csoc-item:hover {
    transform: translateX(-4px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.sr-csoc-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.sr-csoc-info {
    flex: 1;
    margin: 0 12px;
    text-align: right;
}

.sr-csoc-info strong {
    display: block;
    font-size: 13.5px;
    color: #0f172a;
}

.sr-csoc-info span {
    font-size: 12px;
    color: #64748b;
    direction: ltr;
    display: inline-block;
}

.sr-csoc-arrow {
    font-size: 16px;
    color: #94a3b8;
    transition: transform 0.2s;
}

.sr-csoc-item:hover .sr-csoc-arrow {
    transform: translateX(-3px);
    color: #0f172a;
}

.sr-csoc-wa:hover { border-color: #25d366; background: #f0fdf4; }
.sr-csoc-eitaa:hover { border-color: #ea580c; background: #fff7ed; }
.sr-csoc-ig:hover { border-color: #e1306c; background: #fdf2f8; }
.sr-csoc-rubika:hover { border-color: #6366f1; background: #eef2ff; }
.sr-csoc-bale:hover { border-color: #059669; background: #ecfdf5; }

.sr-contact-calc-promo {
    background: #0f172a;
    color: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sr-contact-calc-promo h4 {
    margin: 0;
    font-size: 15.5px;
    font-weight: 800;
    color: #ffffff;
}

.sr-contact-calc-promo p {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.7;
}

.sr-btn-cpromo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0f172a !important;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sr-btn-cpromo:hover {
    background: #f1f5f9;
    transform: translateY(-1px);
}

/* 5. FAQ Section */
.sr-contact-faq-section {
    padding: 70px 20px 85px 20px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

.sr-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sr-faq-item {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.2s ease;
}

.sr-faq-item:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.sr-faq-q {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.sr-faq-a p {
    margin: 0;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.8;
}

/* Responsive Rules for Contact Us */
@media (max-width: 1024px) {
    .sr-contact-channels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sr-contact-branches-grid {
        grid-template-columns: 1fr;
    }
    .sr-contact-form-grid {
        grid-template-columns: 1fr;
    }
    .sr-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sr-contact-hero-section {
        padding: 60px 18px 70px 18px;
        min-height: 420px;
    }
    .sr-contact-hero-title {
        font-size: 28px;
    }
    .sr-contact-hero-desc {
        font-size: 14.5px;
    }
    .sr-contact-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .sr-btn-contact-primary,
    .sr-btn-contact-outline {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .sr-contact-channels-section {
        margin-top: -30px;
    }
    .sr-contact-channels-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .sr-contact-channel-card {
        padding: 18px 12px;
    }
    .sr-contact-branch-card {
        padding: 24px;
    }
    .sr-contact-form-card,
    .sr-contact-social-card {
        padding: 26px 20px;
    }
    .sr-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .sr-contact-channels-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================================
   User Account Dropdown & Mobile OTP Authentication System (sms.ir)
   ========================================================================== */

/* User Header Dropdown Menu */
.sr-user-dropdown-wrap {
    position: relative;
    display: inline-block;
}
.sr-user-logged-btn {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    cursor: pointer;
}
.sr-user-logged-btn:hover {
    background: #1e293b !important;
    color: #ffffff !important;
    border-color: #1e293b !important;
}
.sr-user-arrow {
    font-size: 11px;
    margin-right: 4px;
    transition: transform 0.2s ease;
}
.sr-user-dropdown-wrap:hover .sr-user-arrow {
    transform: rotate(180deg);
}
.sr-user-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 230px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9999;
    overflow: hidden;
}
.sr-user-dropdown-wrap:hover .sr-user-dropdown-menu,
.sr-user-dropdown-wrap:focus-within .sr-user-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sr-user-dropdown-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 16px;
    text-align: right;
}
.sr-user-dropdown-header strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}
.sr-user-dropdown-header span {
    display: block;
    font-size: 11.5px;
    color: #64748b;
    margin-top: 3px;
    font-family: inherit;
    direction: ltr;
    text-align: right;
}
.sr-user-dropdown-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 0 !important;
}
.sr-user-dropdown-list li {
    margin: 0 !important;
    padding: 0 !important;
}
.sr-user-dropdown-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.sr-user-dropdown-list li a:hover {
    background: #f1f5f9;
    color: #0284c7;
}
.sr-user-dropdown-list li.sr-logout-item {
    border-top: 1px solid #f1f5f9;
    margin-top: 4px !important;
    padding-top: 4px !important;
}
.sr-user-dropdown-list li.sr-logout-item a {
    color: #e11d48;
}
.sr-user-dropdown-list li.sr-logout-item a:hover {
    background: #fff1f2;
    color: #be123c;
}

/* Mobile OTP Modal (Digikala Style Luxury Popup) */
.sr-auth-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.sr-auth-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: srFadeInBackdrop 0.25s ease-out;
}
@keyframes srFadeInBackdrop {
    from { opacity: 0; }
    to { opacity: 1; }
}
.sr-auth-modal-box {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 36px 32px 32px 32px;
    box-sizing: border-box;
    z-index: 10;
    animation: srModalScaleUp 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes srModalScaleUp {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(15px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.sr-auth-close-btn {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #64748b;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.sr-auth-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

/* Modal Brand Header */
.sr-auth-header {
    text-align: center;
    margin-bottom: 24px;
}
.sr-auth-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin: 0 auto 10px auto;
    display: block;
}
.sr-auth-brand-name {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}
.sr-auth-brand-desc {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 4px;
}

/* Step Views */
.sr-auth-title-wrap {
    margin-bottom: 22px;
    text-align: right;
}
.sr-auth-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.sr-auth-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}
.sr-auth-edit-phone-btn {
    background: none;
    border: none;
    color: #0284c7;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 6px;
    padding: 0;
    text-decoration: underline;
}

/* Form Inputs */
.sr-auth-input-group {
    margin-bottom: 18px;
    text-align: right;
}
.sr-auth-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}
.sr-auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.sr-auth-input {
    width: 100%;
    padding: 13px 44px 13px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    background: #f8fafc;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}
.sr-auth-input:focus {
    background: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}
.sr-auth-input-icon {
    position: absolute;
    right: 14px;
    font-size: 18px;
    pointer-events: none;
}
.sr-auth-input.sr-code-input,
.sr-code-input {
    text-align: center !important;
    letter-spacing: 10px !important;
    text-indent: 10px !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    padding: 12px 0 !important;
    width: 100% !important;
    direction: ltr !important;
    box-sizing: border-box !important;
    font-family: Consolas, "Courier New", monospace, inherit !important;
}

/* Action Button */
.sr-btn-auth-primary {
    width: 100%;
    padding: 14px 20px;
    background: #0f172a;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 14.5px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
    font-family: inherit;
}
.sr-btn-auth-primary:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
}
.sr-btn-auth-primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

/* Resend Timer & Button */
.sr-auth-resend-wrap {
    margin-top: 14px;
    text-align: center;
    font-size: 12.5px;
    color: #64748b;
    min-height: 24px;
}
.sr-auth-resend-wrap strong {
    color: #0f172a;
    font-weight: 800;
    direction: ltr;
    display: inline-block;
}
.sr-btn-resend {
    background: none;
    border: none;
    color: #0284c7;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: underline;
    transition: color 0.15s;
    font-family: inherit;
}
.sr-btn-resend:hover {
    color: #0369a1;
}

/* Feedback Messages */
.sr-auth-feedback {
    margin-top: 14px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
}
.sr-auth-feedback.error {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
}
.sr-auth-feedback.success {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}
.sr-auth-feedback.info {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

/* Footer Links */
.sr-auth-footer-links {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}
.sr-auth-link-btn {
    background: none;
    border: none;
    color: #475569;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.15s ease;
    font-family: inherit;
}
.sr-auth-link-btn:hover {
    background: #f8fafc;
    color: #0284c7;
}
.sr-auth-terms-note {
    font-size: 11px;
    color: #94a3b8;
    margin: 12px 0 0 0;
    line-height: 1.5;
}
.sr-auth-terms-note a {
    color: #64748b;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .sr-auth-modal-box {
        padding: 28px 20px 24px 20px;
        border-radius: 20px;
    }
    .sr-auth-input.sr-code-input,
    .sr-code-input {
        letter-spacing: 8px !important;
        text-indent: 8px !important;
        font-size: 20px !important;
        padding: 12px 0 !important;
    }
}

/* Auth Modal Tabs & Email Login Enhancements */
.sr-auth-tabs {
    display: flex;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 4px;
    margin-bottom: 22px;
    gap: 4px;
}
.sr-auth-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 8px;
    border: none;
    border-radius: 11px;
    background: transparent;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: inherit;
}
.sr-auth-tab:hover {
    color: #0f172a;
}
.sr-auth-tab.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.sr-auth-sub-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -6px;
    margin-bottom: 18px;
    font-size: 12px;
}
.sr-auth-remember-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}
.sr-auth-remember-wrap input[type="checkbox"] {
    accent-color: #0f172a;
    cursor: pointer;
}
.sr-auth-lost-pwd {
    color: #0284c7;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.15s ease;
}
.sr-auth-lost-pwd:hover {
    color: #0369a1;
    text-decoration: underline;
}
.sr-auth-pwd-toggle {
    position: absolute;
    left: 14px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 17px;
    color: #94a3b8;
    padding: 0;
    line-height: 1;
    transition: color 0.15s ease;
    z-index: 2;
}
.sr-auth-pwd-toggle:hover {
    color: #334155;
}
.sr-btn-auth-secondary {
    width: 100%;
    padding: 13px 20px;
    background: #f8fafc;
    color: #334155;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}
.sr-btn-auth-secondary:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a;
}
.sr-btn-auth-outline {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #0284c7;
    border: 1.5px dashed #0284c7;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}
.sr-btn-auth-outline:hover {
    background: #f0f9ff;
    border-color: #0369a1;
    color: #0369a1;
}
.sr-auth-options-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sr-auth-dot {
    color: #cbd5e1;
    font-size: 14px;
}
.sr-auth-link-btn.highlight {
    color: #0284c7;
    font-weight: 800;
}
.sr-auth-link-btn.highlight:hover {
    background: #f0f9ff;
    color: #0369a1;
}

/* Account Details & Verification Styles */
.woocommerce-EditAccountForm fieldset {
    display: none !important;
}
.sr-account-details-form {
    max-width: 680px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.sr-edit-acc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 600px) {
    .sr-edit-acc-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
.sr-field-hint {
    display: block;
    font-size: 11.5px;
    color: #64748b;
    margin-top: 4px;
}
.sr-account-field-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.sr-field-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sr-field-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}
.sr-field-optional {
    font-size: 12px;
    font-weight: normal;
    color: #94a3b8;
    margin-right: 4px;
}
.sr-verify-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 8px;
}
.sr-verify-badge.verified {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.sr-verify-badge.unverified {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}
.sr-verify-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sr-verify-input-group .input-text {
    flex: 1;
    margin-bottom: 0 !important;
}
.sr-btn-send-code {
    white-space: nowrap;
    padding: 10px 14px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sr-btn-send-code:hover {
    background: #1e293b !important;
}
.sr-btn-send-code:disabled,
.sr-btn-send-code.disabled {
    background: #64748b !important;
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}
.sr-resend-countdown-wrap {
    margin-top: 10px;
    padding: 6px 12px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    display: inline-block;
}
.sr-resend-countdown-wrap .sr-countdown-text {
    font-size: 12px;
    color: #9a3412;
    font-weight: 600;
}
.sr-resend-countdown-wrap strong {
    font-weight: 800;
    color: #c2410c;
    direction: ltr;
    display: inline-block;
    letter-spacing: 1px;
}
.sr-inline-verify-box {
    margin-top: 14px;
    padding: 16px;
    background: #f0f9ff;
    border: 1.5px dashed #38bdf8;
    border-radius: 12px;
}
.sr-verify-box-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #0369a1;
    margin: 0 0 10px 0;
}
.sr-inline-code-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sr-code-input-inline {
    width: 160px !important;
    text-align: center !important;
    letter-spacing: 6px !important;
    text-indent: 6px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    direction: ltr !important;
    box-sizing: border-box !important;
    font-family: Consolas, "Courier New", monospace, inherit !important;
}
.sr-btn-do-verify {
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    background: #0284c7 !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer;
}
.sr-btn-do-verify:hover {
    background: #0369a1 !important;
}
.sr-verify-feedback {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
}
.sr-verify-feedback.success {
    background: #dcfce7;
    color: #166534;
}
.sr-verify-feedback.error {
    background: #fee2e2;
    color: #991b1b;
}
.sr-save-btn-wrap {
    margin-top: 24px;
    margin-bottom: 0;
}
.sr-btn-save-acc {
    padding: 13px 32px !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    background: #0f172a !important;
    color: #ffffff !important;
}
.sr-btn-save-acc:hover {
    background: #1e293b !important;
}
@media (max-width: 600px) {
    .sr-verify-input-group {
        flex-direction: column;
        align-items: stretch;
    }
    .sr-btn-send-code {
        width: 100%;
        text-align: center;
    }
    .sr-inline-code-row {
        flex-direction: column;
        align-items: stretch;
    }
    .sr-code-input-inline {
        width: 100% !important;
    }
}

/* ==========================================================================
   WOOCOMMERCE MY ACCOUNT DASHBOARD & PORTAL REDESIGN
   ========================================================================== */
.woocommerce-account .woocommerce {
    max-width: 1240px;
    margin: 40px auto 70px auto;
    padding: 0 20px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    box-sizing: border-box;
}

/* Sidebar Navigation Card */
.woocommerce-MyAccount-navigation.sr-account-nav-card {
    width: 290px;
    min-width: 290px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    padding: 24px 18px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
    position: sticky;
    top: 90px;
    float: none !important;
}

/* Profile Header in Navigation */
.sr-account-profile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 6px 6px 16px 6px;
}
.sr-account-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0284c7 0%, #0f172a 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}
.sr-account-user-info {
    flex: 1;
    min-width: 0;
}
.sr-account-user-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sr-account-user-meta {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-family: Consolas, "Courier New", monospace;
    margin-bottom: 5px;
}
.sr-account-badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    padding: 2px 8px;
    border-radius: 6px;
}
.sr-account-nav-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 4px 0 16px 0;
}

/* Navigation Menu Items */
.sr-account-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sr-account-nav-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sr-account-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    color: #334155 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    background: transparent;
}
.sr-nav-icon {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sr-nav-label {
    flex: 1;
}
.sr-account-nav-link:hover {
    background: #f0f9ff;
    color: #0284c7 !important;
    transform: translateX(-2px);
}
.sr-account-nav-link.is-active {
    background: #0f172a;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
}
.sr-account-nav-link.is-active .sr-nav-icon {
    transform: scale(1.1);
}
.sr-nav-active-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 8px #38bdf8;
}
.sr-nav-logout .sr-account-nav-link:hover {
    background: #fff1f2;
    color: #e11d48 !important;
}

/* Content Area */
.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    padding: 36px 32px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
    float: none !important;
    width: auto !important;
}

/* Common Header in Content */
.sr-content-header-row {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}
.sr-content-title {
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.sr-content-desc {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ==================== ADDRESSES STYLING ==================== */
.sr-addresses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.sr-address-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    box-sizing: border-box;
}
.sr-address-card:hover {
    background: #ffffff;
    border-color: #38bdf8;
    box-shadow: 0 6px 22px rgba(2, 132, 199, 0.08);
}
.sr-address-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}
.sr-address-type {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sr-address-icon {
    font-size: 20px;
}
.sr-address-title-text {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}
.sr-btn-address-edit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    background: #f0f9ff;
    color: #0284c7 !important;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.15s ease;
}
.sr-btn-address-edit:hover {
    background: #0284c7;
    color: #ffffff !important;
    border-color: #0284c7;
}
.sr-address-card-body {
    flex: 1;
}
.sr-formatted-address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.9;
    color: #334155;
    margin: 0;
}
.sr-empty-address-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 16px;
    background: #ffffff;
    border: 1.5px dashed #cbd5e1;
    border-radius: 14px;
    margin-top: 6px;
}
.sr-empty-addr-icon {
    font-size: 28px;
    margin-bottom: 6px;
}
.sr-empty-addr-text {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 14px 0;
}
.sr-btn-address-add {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: #0f172a;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.sr-btn-address-add:hover {
    background: #0284c7;
}

/* Edit Address Form Styling */
.sr-back-to-addresses {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #0284c7 !important;
    text-decoration: none !important;
    margin-bottom: 8px;
    transition: color 0.15s;
}
.sr-back-to-addresses:hover {
    color: #0369a1 !important;
    text-decoration: underline !important;
}
.sr-address-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.sr-address-fields-grid .form-row {
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}
.sr-address-fields-grid .form-row-wide {
    grid-column: 1 / -1;
}
.sr-address-fields-grid label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}
.sr-address-fields-grid input,
.sr-address-fields-grid select,
.sr-address-fields-grid textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    transition: all 0.2s ease;
}
.sr-address-fields-grid input:focus,
.sr-address-fields-grid select:focus,
.sr-address-fields-grid textarea:focus {
    background: #ffffff !important;
    border-color: #0284c7 !important;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12) !important;
    outline: none !important;
}
.sr-address-submit-wrap {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

/* ==================== DASHBOARD STYLING ==================== */
.sr-dash-welcome-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0369a1 100%);
    border-radius: 20px;
    padding: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}
.sr-dash-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #bae6fd;
    font-size: 11.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    backdrop-filter: blur(4px);
}
.sr-dash-greeting {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 8px 0;
}
.sr-dash-subtext {
    font-size: 13.5px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.7;
    max-width: 600px;
}
.sr-dash-subtext strong {
    color: #ffffff;
}
.sr-dash-welcome-icon {
    font-size: 54px;
    line-height: 1;
    padding: 10px;
    opacity: 0.9;
}
.sr-dash-shortcuts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}
.sr-dash-shortcut-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px 18px;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}
.sr-dash-shortcut-card:hover {
    background: #ffffff;
    border-color: #38bdf8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(2, 132, 199, 0.08);
}
.sr-shortcut-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.sr-shortcut-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}
.sr-shortcut-desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
.sr-shortcut-arrow {
    position: absolute;
    left: 18px;
    bottom: 18px;
    font-size: 16px;
    color: #94a3b8;
    transition: transform 0.15s ease, color 0.15s ease;
}
.sr-dash-shortcut-card:hover .sr-shortcut-arrow {
    color: #0284c7;
    transform: translateX(-4px);
}
.sr-dash-support-box {
    background: #f0f9ff;
    border: 1.5px solid #bae6fd;
    border-radius: 18px;
    padding: 22px 24px;
}
.sr-support-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}
.sr-support-icon {
    font-size: 28px;
    line-height: 1;
}
.sr-support-title {
    font-size: 15px;
    font-weight: 800;
    color: #0369a1;
    margin: 0 0 4px 0;
}
.sr-support-text {
    font-size: 13px;
    color: #334155;
    margin: 0;
    line-height: 1.6;
}
.sr-support-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.sr-btn-support-call {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background: #0284c7;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 0.15s;
}
.sr-btn-support-call:hover {
    background: #0369a1;
}
.sr-btn-support-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #ffffff;
    color: #0369a1 !important;
    border: 1px solid #7dd3fc;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.15s;
}
.sr-btn-support-link:hover {
    background: #e0f2fe;
}

/* ==================== ORDERS STYLING ==================== */
.sr-orders-table-wrap {
    overflow-x: auto;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    margin-top: 14px;
}
.sr-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
}
.sr-orders-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    padding: 14px 18px;
    text-align: right;
    border-bottom: 1.5px solid #e2e8f0;
    white-space: nowrap;
}
.sr-orders-table td,
.sr-orders-table th.woocommerce-orders-table__cell {
    padding: 16px 18px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13.5px;
    color: #1e293b;
    vertical-align: middle;
}
.sr-orders-table tbody tr:last-child td,
.sr-orders-table tbody tr:last-child th {
    border-bottom: none;
}
.sr-orders-table tbody tr:hover {
    background: #f8fafc;
}
.sr-order-number-link {
    font-weight: 900;
    color: #0284c7 !important;
    text-decoration: none !important;
    font-family: Consolas, monospace;
}
.sr-order-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}
.sr-order-status-badge.status-completed {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}
.sr-order-status-badge.status-processing {
    background: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
}
.sr-order-status-badge.status-pending,
.sr-order-status-badge.status-on-hold {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}
.sr-order-status-badge.status-cancelled,
.sr-order-status-badge.status-failed {
    background: #ffe4e6;
    color: #be123c;
    border: 1px solid #fecdd3;
}
.sr-order-total-text {
    font-weight: 800;
    color: #0f172a;
}
.sr-order-items-count {
    font-size: 11.5px;
    color: #64748b;
    margin-right: 4px;
}
.sr-btn-order-action {
    display: inline-flex !important;
    align-items: center !important;
    padding: 7px 14px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background 0.15s ease !important;
}
.sr-btn-order-action:hover {
    background: #0284c7 !important;
}
.sr-empty-orders-card {
    text-align: center;
    padding: 60px 24px;
    background: #f8fafc;
    border: 1.5px dashed #cbd5e1;
    border-radius: 20px;
    margin-top: 10px;
}
.sr-empty-orders-icon {
    font-size: 48px;
    margin-bottom: 12px;
}
.sr-empty-orders-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.sr-empty-orders-desc {
    font-size: 13.5px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 24px auto;
    line-height: 1.6;
}

/* My Account Form & Notices Polish */
.woocommerce-MyAccount-content .sr-account-details-form {
    max-width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    border-radius: 14px !important;
    padding: 14px 20px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border: none !important;
    border-right: 4px solid !important;
    box-sizing: border-box !important;
}
.woocommerce-account .woocommerce-message {
    background: #f0fdf4 !important;
    color: #166534 !important;
    border-right-color: #22c55e !important;
}
.woocommerce-account .woocommerce-info {
    background: #f0f9ff !important;
    color: #0369a1 !important;
    border-right-color: #0284c7 !important;
}
.woocommerce-account .woocommerce-error {
    background: #fff1f2 !important;
    color: #be123c !important;
    border-right-color: #f43f5e !important;
}
.woocommerce-account .woocommerce-message a.button,
.woocommerce-account .woocommerce-info a.button {
    background: #0f172a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    margin-right: auto !important;
}
.woocommerce-account .woocommerce:has(.sr-myaccount-otp-wrapper) {
    display: block !important;
}

/* ==================== RESPONSIVE ADJUSTMENTS ==================== */
@media (max-width: 960px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        gap: 24px;
        margin: 20px auto 50px auto;
    }
    .woocommerce-MyAccount-navigation.sr-account-nav-card {
        width: 100%;
        min-width: 100%;
        position: static;
    }
    .sr-dash-shortcuts-grid {
        grid-template-columns: 1fr;
    }
    .sr-addresses-grid {
        grid-template-columns: 1fr;
    }
    .sr-address-fields-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .woocommerce-MyAccount-content {
        padding: 24px 18px;
        border-radius: 18px;
    }
    .sr-dash-welcome-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }
    .sr-dash-welcome-icon {
        display: none;
    }
}