/* ======================================================
   MOBILE APP STYLE
====================================================== */

.shop-mobile-app {
    display: none;
}

@media (max-width: 768px) {

    html,
    body {
        margin: 0;
        padding: 0;
        background: #f5f7fb;
        overflow-x: hidden;
    }

    body {
        padding-bottom: 90px;
    }

    .shop-mobile-app {
        display: block !important;
        width: 100%;
        min-height: 100vh;
        background: #f5f7fb;
        padding-bottom: 90px;
        font-family: inherit;
    }

    .mobile-app-header {
        background: #fff;
        padding: 14px 16px 12px;
        position: sticky;
        top: 0;
        z-index: 90;
        box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    .mobile-header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    .mobile-brand img {
        width: 46px;
        height: 46px;
        object-fit: contain;
    }

    .mobile-brand-text strong {
        display: block;
        color: #09264a;
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 1;
    }

    .mobile-brand-text span {
        display: block;
        color: #d99a25;
        font-size: 10px;
        letter-spacing: 3px;
        margin-top: 5px;
        font-weight: 700;
    }

    .mobile-cart {
        position: relative;
        color: #09264a;
        font-size: 25px;
        text-decoration: none;
    }

    .mobile-cart-badge {
        position: absolute;
        top: -8px;
        right: -10px;
        background: #d99a25;
        color: #fff;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        min-width: 19px;
        height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-search {
        margin-top: 14px;
        background: #fff;
        border: 1px solid #d9dfeb;
        border-radius: 12px;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        gap: 10px;
        color: #7a8494;
    }

    .mobile-search input {
        border: 0;
        outline: 0;
        width: 100%;
        font-size: 15px;
        background: transparent;
    }

    .mobile-hero {
        background: linear-gradient(135deg, #061b36, #0a2f5f);
        color: #fff;
        padding: 28px 18px 34px;
        position: relative;
        overflow: hidden;
    }

    .mobile-hero h1 {
        font-size: 34px;
        line-height: 1.05;
        margin: 0 0 12px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .mobile-hero h1 span {
        color: #d99a25;
    }

    .mobile-hero p {
        font-size: 16px;
        line-height: 1.45;
        max-width: 280px;
        margin: 0 0 22px;
    }

    .mobile-hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        background: #d99a25;
        color: #fff;
        text-decoration: none;
        padding: 13px 22px;
        border-radius: 6px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mobile-dots {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-top: 24px;
    }

    .mobile-dots span {
        width: 9px;
        height: 9px;
        background: rgba(255,255,255,.5);
        border-radius: 50%;
    }

    .mobile-dots span:first-child {
        background: #d99a25;
    }

    .mobile-trust-card {
        margin: -18px 16px 22px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0,0,0,.12);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: hidden;
        position: relative;
        z-index: 5;
    }

    .mobile-trust-item {
        text-align: center;
        padding: 16px 8px;
        border-right: 1px solid #e5e9f1;
        color: #09264a;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mobile-trust-item:last-child {
        border-right: 0;
    }

    .mobile-trust-item i {
        display: block;
        font-size: 23px;
        margin-bottom: 8px;
    }

    .mobile-section {
        padding: 0 16px 24px;
    }

    .mobile-section-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 13px;
    }

    .mobile-section-head h2 {
        margin: 0;
        color: #09264a;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .mobile-section-head a {
        color: #09264a;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
    }

    .mobile-category-scroll,
    .mobile-product-scroll {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .mobile-category-scroll::-webkit-scrollbar,
    .mobile-product-scroll::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-card {
        min-width: 116px;
        background: #fff;
        border: 1px solid #dde3ec;
        border-radius: 10px;
        padding: 17px 10px;
        text-align: center;
        color: #09264a;
        text-decoration: none;
        box-shadow: 0 3px 10px rgba(0,0,0,.05);
    }

    .mobile-category-card i {
        font-size: 26px;
        margin-bottom: 10px;
        display: block;
    }

    .mobile-category-card span {
        display: block;
        font-weight: 800;
        font-size: 14px;
        line-height: 1.2;
    }

    .mobile-product-card {
        min-width: 174px;
        background: #fff;
        border: 1px solid #dde3ec;
        border-radius: 10px;
        padding: 12px;
        color: #09264a;
        box-shadow: 0 3px 10px rgba(0,0,0,.06);
    }

    .mobile-product-card img {
        width: 100%;
        height: 115px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .mobile-product-card h3 {
        font-size: 14px;
        line-height: 1.25;
        min-height: 38px;
        margin: 0 0 8px;
    }

    .mobile-product-price {
        font-size: 19px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .mobile-add-btn {
        display: block;
        background: #d99a25;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        border-radius: 6px;
        font-weight: 800;
        font-size: 13px;
        text-transform: uppercase;
    }

    .mobile-help-card {
        margin: 0 16px 22px;
        background: #fff8ec;
        border: 1px solid #efd6a7;
        border-radius: 10px;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .mobile-help-icon {
        width: 48px;
        height: 48px;
        background: #09264a;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        flex-shrink: 0;
    }

    .mobile-help-card h3 {
        margin: 0 0 4px;
        color: #09264a;
        font-size: 15px;
        text-transform: uppercase;
    }

    .mobile-help-card p {
        margin: 0;
        color: #09264a;
        font-size: 13px;
    }

    .mobile-help-card a {
        margin-left: auto;
        background: #d99a25;
        color: #fff;
        padding: 10px 13px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 76px;
        background: #061b36;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        z-index: 9999;
        box-shadow: 0 -8px 22px rgba(0,0,0,.25);
    }

    .mobile-bottom-nav a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
    }

    .mobile-bottom-nav i {
        display: block;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .mobile-bottom-nav a.is-active {
        color: #d99a25;
    }

    .mobile-shop-cta {
        transform: translateY(-18px);
    }

    .mobile-shop-cta .cta-circle {
        width: 70px;
        height: 70px;
        margin: 0 auto 2px;
        background: #d99a25;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(0,0,0,.3);
        border: 3px solid rgba(255,255,255,.25);
    }

    .mobile-shop-cta i {
        margin: 0;
        font-size: 27px;
    }
}

.mobile-catalog-hero {
    background: linear-gradient(135deg, #061b36, #0a2f5f);
    color: #fff;
    padding: 24px 18px 28px;
}

.mobile-catalog-hero span {
    color: #d99a25;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mobile-catalog-hero h1 {
    margin: 8px 0 8px;
    font-size: 30px;
    line-height: 1.05;
    text-transform: uppercase;
}

.mobile-catalog-hero p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    opacity: .95;
}

.mobile-catalog-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
    background: #f5f7fb;
}

.mobile-filter-btn,
.mobile-sort-form select {
    width: 100%;
    height: 46px;
    border: 1px solid #d9dfeb;
    border-radius: 12px;
    background: #fff;
    color: #09264a;
    font-size: 14px;
    font-weight: 800;
}

.mobile-filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-category-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 14px;
    scrollbar-width: none;
}

.mobile-category-chips::-webkit-scrollbar {
    display: none;
}

.mobile-category-chips a {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #d9dfeb;
    color: #09264a;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.mobile-category-chips a.is-active {
    background: #09264a;
    border-color: #09264a;
    color: #fff;
}

.mobile-results-bar {
    padding: 0 16px 14px;
    color: #5d6777;
    font-size: 14px;
}

.mobile-results-bar strong {
    color: #09264a;
}

.mobile-product-grid-wrap {
    padding: 0 16px 110px;
}

.mobile-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mobile-catalog-card {
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-catalog-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px;
    padding: 12px;
    background: #fff;
}

.mobile-catalog-image img {
    max-width: 100%;
    max-height: 108px;
    object-fit: contain;
}

.mobile-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d99a25;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 5px 7px;
    border-radius: 999px;
    text-transform: uppercase;
}

.mobile-catalog-card-body {
    padding: 10px;
}

.mobile-product-brand {
    display: block;
    color: #d99a25;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mobile-catalog-card h2 {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.25;
    min-height: 34px;
}

.mobile-catalog-card h2 a {
    color: #09264a;
    text-decoration: none;
}

.mobile-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
}

.mobile-product-price-row strong {
    color: #09264a;
    font-size: 17px;
    font-weight: 900;
}

.mobile-product-price-row span {
    color: #8a94a6;
    font-size: 12px;
    text-decoration: line-through;
}

.mobile-card-add {
    display: block;
    background: #d99a25;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 6px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.mobile-empty {
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 14px;
    padding: 35px 18px;
    text-align: center;
    color: #09264a;
}

.mobile-empty i {
    font-size: 42px;
    color: #d99a25;
    margin-bottom: 12px;
}

.mobile-empty h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.mobile-empty p {
    margin: 0 0 16px;
    color: #5d6777;
}

.mobile-empty a {
    display: inline-block;
    background: #09264a;
    color: #fff;
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
}

.mobile-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9998;
}

.mobile-filter-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    border-radius: 22px 22px 0 0;
    z-index: 9999;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 35px rgba(0,0,0,.25);
    transition: bottom .25s ease;
    max-height: 86vh;
    overflow-y: auto;
}

body.mobile-filter-open .mobile-filter-overlay {
    display: block;
}

body.mobile-filter-open .mobile-filter-drawer {
    bottom: 0;
}

.mobile-filter-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.mobile-filter-drawer-head h2 {
    margin: 0;
    color: #09264a;
    font-size: 20px;
    text-transform: uppercase;
}

.mobile-filter-drawer-head button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
    color: #09264a;
    font-size: 18px;
}

.mobile-filter-form label {
    display: block;
    color: #09264a;
    font-size: 13px;
    font-weight: 900;
    margin: 13px 0 6px;
    text-transform: uppercase;
}

.mobile-filter-form input,
.mobile-filter-form select {
    width: 100%;
    height: 46px;
    border: 1px solid #d9dfeb;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 15px;
    background: #fff;
    color: #09264a;
}

.mobile-filter-form button[type="submit"] {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 10px;
    background: #d99a25;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    margin-top: 18px;
    text-transform: uppercase;
}

.mobile-filter-reset {
    display: block;
    text-align: center;
    color: #09264a;
    font-weight: 800;
    text-decoration: none;
    margin-top: 14px;
}

.mobile-footer{
    margin:24px 16px 0;
    padding:18px;

    background:#16366f;
    border-radius:18px;

    color:#ffffff;

    text-align:center;

    font-size:.78rem;
    line-height:1.6;
}

.mobile-footer a{
    color:#f0b33c;
    text-decoration:none;
    font-weight:700;
}

.mobile-footer a:hover{
    text-decoration:underline;
}

.mobile-footer-left{
    text-align:left;
}

.mobile-footer-right{
    text-align:right;
}

@media(max-width:480px){

.mobile-footer{
    flex-direction:column;
    text-align:center;
    gap:6px;
}

.mobile-footer-left,
.mobile-footer-right{
    text-align:center;
}
}

.mobile-footer-divider{
    display:block;
    width:60px;
    height:2px;
    margin:12px auto;
    background:#f0b33c;
    border-radius:999px;
}

.mobile-cart-list {
    display: grid;
    gap: 14px;
}

.mobile-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-cart-thumb {
    width: 88px;
    height: 88px;
    background: #f5f7fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-cart-thumb img {
    max-width: 78px;
    max-height: 78px;
    object-fit: contain;
}

.mobile-cart-thumb i {
    color: #9aa6b8;
    font-size: 24px;
}

.mobile-cart-info h2 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.25;
    padding-right: 70px;
}

.mobile-cart-info h2 a {
    color: #09264a;
    text-decoration: none;
}

.mobile-cart-info p {
    margin: 0 0 8px;
    color: #5d6777;
    font-size: 13px;
}

.mobile-cart-line-total {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #09264a;
    font-size: 15px;
    font-weight: 900;
}

.mobile-cart-qty {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.mobile-cart-qty input {
    width: 64px;
    height: 36px;
    border: 1px solid #d9dfeb;
    border-radius: 8px;
    text-align: center;
    font-weight: 800;
}

.mobile-cart-qty button {
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: #09264a;
    color: #fff;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 900;
}

.mobile-cart-remove {
    color: #b83232;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.mobile-cart-summary {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-cart-summary h2 {
    margin: 0 0 14px;
    color: #09264a;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-cart-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5d6777;
    font-size: 14px;
    margin-bottom: 10px;
}

.mobile-cart-summary div strong {
    color: #09264a;
}

.mobile-cart-summary hr {
    border: 0;
    border-top: 1px solid #e5e9f1;
    margin: 14px 0;
}

.mobile-cart-summary .mobile-cart-total {
    font-size: 16px;
    font-weight: 900;
    color: #09264a;
}

.mobile-cart-summary .mobile-cart-total strong {
    font-size: 22px;
}

.mobile-checkout-btn {
    display: block;
    background: #d99a25;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 16px;
}

.mobile-continue-link {
    display: block;
    text-align: center;
    color: #09264a;
    text-decoration: none;
    font-weight: 800;
    margin-top: 14px;
}

/* ==========================================
   MOBILE CATEGORY / BRAND PAGE
========================================== */

.mobile-page-header{
    display:flex;
    align-items:center;
    gap:16px;
    padding:22px 20px;
    background:#132b5f;
    color:#fff;
}

.mobile-page-header h1{
    margin:0;
    font-size:1.6rem;
    font-weight:700;
}

.mobile-page-header p{
    margin:4px 0 0;
    opacity:.8;
    font-size:.9rem;
}

.mobile-back{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    flex-shrink:0;
}

.mobile-page-description{
    padding:18px 20px;
    font-size:.95rem;
    line-height:1.6;
    color:#555;
}

.mobile-empty-state{
    padding:60px 20px;
    text-align:center;
}

.mobile-empty-state i{
    font-size:48px;
    color:#d8a125;
    margin-bottom:18px;
}

.mobile-empty-state h2{
    margin-bottom:10px;
}

.mobile-empty-state p{
    color:#666;
    margin-bottom:25px;
}

.mobile-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    border-radius:12px;
    background:#d8a125;
    color:#fff;
    font-weight:700;
    text-decoration:none;
}

.mobile-checkout-form {
    display: grid;
    gap: 16px;
}

.mobile-checkout-card {
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-checkout-card h2 {
    margin: 0 0 14px;
    color: #09264a;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-checkout-card label {
    display: block;
    color: #09264a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 12px 0 6px;
}

.mobile-checkout-card input,
.mobile-checkout-card textarea {
    width: 100%;
    border: 1px solid #d9dfeb;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    background: #fff;
    color: #09264a;
}

.mobile-checkout-card textarea {
    resize: vertical;
}

.mobile-checkout-card p {
    color: #5d6777;
    font-size: 14px;
    line-height: 1.5;
}

.mobile-checkout-summary {
    margin-top: 0;
}

.mobile-checkout-summary small {
    display: block;
    color: #7a8494;
    font-size: 12px;
    margin-top: 3px;
}

.mobile-secure-note {
    margin: 14px 0 0;
    color: #5d6777;
    font-size: 13px;
    line-height: 1.5;
}

.mobile-checkout-submit {
    width: 100%;
    border: 0;
    border-radius: 14px;
    background: #d99a25;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
}

.mobile-checkout-submit:disabled {
    opacity: .65;
}

/* ==========================================
   MOBILE CONTACT PAGE
========================================== */

.mobile-contact-form{
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:18px;
    padding-bottom:140px;
}

.mobile-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    border:1px solid #d8e2ef;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.mobile-card h2{
    margin:0 0 18px;
    font-size:1.2rem;
    color:#0f2d57;
}

.mobile-card label{
    display:block;
    margin:14px 0 6px;
    font-weight:600;
    color:#18345c;
    font-size:.95rem;
}

.mobile-card input,
.mobile-card select,
.mobile-card textarea{
    width:100%;
    padding:14px;
    border:1px solid #cfd8e3;
    border-radius:12px;
    font-size:1rem;
    background:#fff;
    box-sizing:border-box;
    transition:.2s;
}

.mobile-card input:focus,
.mobile-card select:focus,
.mobile-card textarea:focus{
    outline:none;
    border-color:#d89b12;
    box-shadow:0 0 0 3px rgba(216,155,18,.15);
}

.mobile-card textarea{
    resize:vertical;
    min-height:140px;
}

.mobile-card input[type="checkbox"]{
    width:auto;
    margin-right:10px;
}

.mobile-card label:has(input[type="checkbox"]){
    display:flex;
    align-items:center;
    margin:10px 0;
    font-weight:500;
}

.mobile-primary-btn{
    width:100%;
    background:#d89b12;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:18px;
    font-size:1.1rem;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

.mobile-primary-btn:active{
    transform:scale(.98);
}

.mobile-alert{
    margin:18px;
    padding:16px;
    border-radius:14px;
}

.mobile-alert-danger{
    background:#fdeaea;
    border:1px solid #efb6b6;
    color:#a12626;
}

.mobile-alert ul{
    margin:0;
    padding-left:18px;
}

/*==========================================
  CONTACT SUCCESS
==========================================*/

.mobile-contact-success{
    padding:20px;
    text-align:center;
    padding-bottom:140px;
}

.mobile-success-icon{
    width:90px;
    height:90px;
    margin:10px auto 25px;
    border-radius:50%;
    background:#e9f8ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mobile-success-icon i{
    font-size:3rem;
    color:#2c9d55;
}

.mobile-contact-success h2{
    margin:0 0 15px;
    color:#0f2d57;
    font-size:1.8rem;
}

.mobile-success-text{
    max-width:500px;
    margin:20px auto;
    color:#4d6179;
    line-height:1.7;
}

.mobile-reference{
    margin:25px 0 8px;
    font-size:.9rem;
    color:#6d7f94;
    text-transform:uppercase;
    letter-spacing:1px;
}

.mobile-reference-number{
    display:inline-block;
    background:#f5f7fa;
    border:2px dashed #d89b12;
    color:#0f2d57;
    padding:14px 22px;
    border-radius:12px;
    font-weight:700;
    font-size:1.05rem;
}

.mobile-success-buttons{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:30px;
}

.mobile-secondary-btn{
    display:block;
    width:100%;
    padding:16px;
    border-radius:14px;
    border:2px solid #0f2d57;
    color:#0f2d57;
    text-decoration:none;
    font-weight:700;
    background:#fff;
}

.mobile-secondary-btn:hover{
    background:#0f2d57;
    color:#fff;
}

/* ==========================================
   MOBILE PRODUCT DETAIL
========================================== */

.mobile-product-detail {
    padding: 18px 16px 120px;
}

.mobile-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #09264a;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: 14px;
}

.mobile-product-image-box {
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 18px;
    padding: 18px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-product-image-box img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.mobile-product-image-box i {
    font-size: 48px;
    color: #9aa6b8;
}

.mobile-product-info-card,
.mobile-product-section-card {
    background: #fff;
    border: 1px solid #dde3ec;
    border-radius: 18px;
    padding: 18px;
    margin-top: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.mobile-product-brand-link {
    display: inline-block;
    color: #d99a25;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mobile-product-info-card h1 {
    margin: 0 0 12px;
    color: #09264a;
    font-size: 24px;
    line-height: 1.15;
}

.mobile-product-short {
    color: #5d6777;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.mobile-product-price-large {
    color: #09264a;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 6px;
}

.mobile-product-sale {
    color: #5d6777;
    font-size: 14px;
    margin-bottom: 16px;
}

.mobile-product-sale span {
    text-decoration: line-through;
}

.mobile-product-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d99a25;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
}

.mobile-product-section-card h2 {
    margin: 0 0 12px;
    color: #09264a;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-product-description {
    color: #374151;
    font-size: 15px;
    line-height: 1.65;
}

.mobile-product-docs {
    display: grid;
    gap: 10px;
}

.mobile-product-docs a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #09264a;
    text-decoration: none;
    font-weight: 800;
    background: #f5f7fb;
    padding: 12px;
    border-radius: 10px;
}

.mobile-product-docs i {
    color: #d99a25;
}

/* ==========================================
   MOBILE INFO PAGES
========================================== */

.mobile-info-content{
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:18px;
    padding-bottom:140px;
}

.mobile-info-content .mobile-card h2{
    display:flex;
    align-items:center;
    gap:10px;
}

.mobile-info-content .mobile-card h2 i{
    color:#d89b12;
    width:24px;
}

.mobile-info-content .mobile-card p{
    margin:14px 0 0;
    line-height:1.7;
    color:#555;
}

/* ======================================================
   MOBILE APP - MORE MENU
====================================================== */

.mobile-menu{
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:18px;
    padding-bottom:110px;
}

.mobile-menu-group{
    background:#ffffff;
    border:1px solid #dde4ec;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 6px 16px rgba(0,0,0,.05);
}

.mobile-menu-group h2{
    margin:0;
    padding:14px 18px;
    background:#f7f9fc;
    color:#0d2b57;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.mobile-menu-group a{
    display:grid;
    grid-template-columns:34px 1fr 20px;
    align-items:center;
    gap:14px;

    padding:16px 18px;

    color:#0d2b57;
    text-decoration:none;
    font-weight:600;

    border-top:1px solid #edf1f6;

    transition:.2s;
}

.mobile-menu-group a:first-of-type{
    border-top:none;
}

.mobile-menu-group a:hover{
    background:#f7f9fc;
}

.mobile-menu-group a i:first-child{
    color:#d89b12;
    font-size:18px;
    text-align:center;
}

.mobile-menu-group a i:last-child{
    color:#a7b1be;
    font-size:13px;
    justify-self:end;
}

.mobile-menu-group span{
    font-size:.95rem;
}

/*======================================
  MOBILE ORDER PREVIEW
======================================*/

.mobile-order-preview{
    margin:18px;
    background:#fff;
    border-radius:22px;
    padding:22px;
    border:1px solid #d8e2f1;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}

.mobile-order-preview-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.mobile-order-preview-head h2{
    margin:0;
    font-size:1.45rem;
    color:#0d2d5e;
    font-weight:800;
    text-transform:uppercase;
}

.mobile-order-preview-head a{
    color:#0d2d5e;
    font-weight:700;
    text-decoration:none;
}

.mobile-order-preview-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:1.15rem;
    margin-bottom:16px;
}

.mobile-order-preview-row strong{
    color:#0d2d5e;
    font-size:1.45rem;
    font-weight:800;
}

.mobile-order-preview-note{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding:14px;
    border-radius:14px;
    background:#f7f9fc;
    color:#5b6473;
    line-height:1.45;
    font-size:.95rem;
}

.mobile-order-preview-note i{
    color:#e3a11b;
    margin-top:2px;
}

/*======================================
  MOBILE ORDER PREVIEW PRODUCTS
======================================*/

.mobile-order-preview-products{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mobile-order-preview-product{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

.mobile-order-preview-product span{
    flex:1;
    color:#0d2d5e;
    font-size:.98rem;
    font-weight:600;
    line-height:1.35;
}

.mobile-order-preview-product strong{
    white-space:nowrap;
    color:#0d2d5e;
    font-size:1rem;
    font-weight:700;
}

.mobile-order-preview-products hr{
    margin:8px 0;
    border:0;
    border-top:1px solid #e4e9f2;
}

.mobile-order-preview-more{
    color:#6b7280;
    font-size:.9rem;
    font-weight:600;
}

/* ==========================================================
   Mobile Checkout Hero
========================================================== */

.mobile-page-hero{
    background:#1d3772;
    color:#fff;
    padding:28px 22px;
    margin-bottom:18px;
}

.mobile-page-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:6px 14px;

    border-radius:999px;

    background:rgba(255,255,255,.12);

    font-size:.85rem;
    font-weight:700;

    letter-spacing:.04em;
    text-transform:uppercase;
}

.mobile-page-hero-badge i{
    color:#e3a11a;
    font-size:.95rem;
}

.mobile-page-hero h1{
    margin:18px 0 10px;

    font-size:2rem;
    line-height:1.1;
    font-weight:800;

    color:#fff;
}

.mobile-page-hero p{
    margin:0;

    color:rgba(255,255,255,.88);

    font-size:1rem;
    line-height:1.55;

    max-width:320px;
}

.mobile-product-description p{
    margin:0 0 16px;
    line-height:1.7;
}

.mobile-product-description ul{
    margin:0 0 18px 22px;
}

.mobile-product-description li{
    margin-bottom:8px;
}

.mobile-product-description h2,
.mobile-product-description h3,
.mobile-product-description h4{
    margin:24px 0 12px;
    color:var(--shop-navy);
}

.mobile-product-description table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
    overflow-x:auto;
    display:block;
}

.mobile-product-description td,
.mobile-product-description th{
    border:1px solid #ddd;
    padding:10px;
}
