/* =========================================================
   store-ozel-shopping/css/theme.css
   Özel Shopping ana tema stilleri
   ========================================================= */

/* ---------- Genel ---------- */
:root{
    --os-color-primary:#d90429;
    --os-color-primary-dark:#b30321;
    --os-color-text:#222;
    --os-color-muted:#6b7280;
    --os-color-border:#e5e7eb;
    --os-color-soft:#f8f9fb;
    --os-color-bg:#ffffff;
    --os-shadow-sm:0 8px 24px rgba(0,0,0,.06);
    --os-shadow-md:0 16px 40px rgba(0,0,0,.08);
    --os-radius-sm:6px;
    --os-radius-md:10px;
    --os-radius-lg:16px;
    --os-container:1380px;
}

html,body{
    margin:0;
    padding:0;
    background:#fff;
    color:var(--os-color-text);
}

body{
    font-family:"Open Sans",sans-serif;
    font-size:14px;
    line-height:1.6;
    overflow-x:hidden;
}

a{
    transition:.25s ease;
}

img{
    max-width:100%;
    height:auto;
}

.container{
    width:100%;
    max-width:var(--os-container);
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}

@media (min-width: 1400px){
    .container{
        max-width:1440px;
    }
}

.os-section{
    padding:60px 0;
}

.os-card{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:var(--os-radius-md);
    box-shadow:var(--os-shadow-sm);
}

.os-card-body{
    padding:22px;
}

.os-title{
    font-size:28px;
    line-height:1.2;
    font-weight:700;
    color:var(--os-color-text);
    margin:0 0 12px;
}

.os-subtitle{
    font-size:14px;
    color:var(--os-color-muted);
    margin:0;
}

.os-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 20px;
    border-radius:var(--os-radius-sm);
    border:none;
    cursor:pointer;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:.25s ease;
}

.os-btn-primary{
    background:var(--os-color-primary);
    color:#fff;
}
.os-btn-primary:hover{
    background:var(--os-color-primary-dark);
    color:#fff;
}

.os-btn-outline{
    background:#fff;
    color:var(--os-color-text);
    border:1px solid #d1d5db;
}
.os-btn-outline:hover{
    border-color:var(--os-color-primary);
    color:var(--os-color-primary);
}

/* ---------- Sayfa giriş alanı ---------- */
.page-style-a{
    position:relative;
    overflow:hidden;
}
.page-style-a .page-intro > h2{
    font-size:34px;
    font-weight:700;
    letter-spacing:.2px;
}
.page-style-a .bread-crumb{
    margin-top:10px;
}
.page-style-a .bread-crumb > li{
    font-size:13px;
}

/* ---------- Header ince ayar ---------- */
.os-header-main{
    box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.os-header-main .os-brand img{
    object-fit:contain;
}
.os-search input::placeholder{
    color:#9ca3af;
}
.os-actions a{
    position:relative;
}
.os-actions a:hover{
    color:var(--os-color-primary);
}
.os-nav{
    position:relative;
    z-index:10;
}
.os-nav .os-nav-cats{
    min-height:52px;
}
.os-nav .os-nav-cats a{
    position:relative;
}
.os-nav .os-nav-cats a:after{
    content:"";
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
    height:2px;
    transform:scaleX(0);
    transform-origin:left center;
    background:var(--os-color-primary);
    transition:transform .25s ease;
}
.os-nav .os-nav-cats a:hover:after{
    transform:scaleX(1);
}

/* ---------- Footer ince ayar ---------- */
.os-footer{
    margin-top:80px;
}
.os-footer-title{
    letter-spacing:.2px;
}

/* ---------- Ürün kartları ---------- */
.item,
.os-product-card{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:14px;
    overflow:hidden;
    box-shadow:none;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.item:hover,
.os-product-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--os-shadow-md);
    border-color:#d8dbe2;
}

.item .image-container,
.os-product-card__image{
    background:#fff;
    padding:18px;
}

.item-img-wrapper-link,
.os-product-card__image-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:260px;
    background:#fff;
    border-radius:10px;
}

.item-content,
.os-product-card__content{
    padding:18px 18px 20px;
}

.item-title,
.os-product-card__title{
    display:block;
    font-size:14px;
    font-weight:700;
    line-height:1.45;
    min-height:40px;
    margin:0 0 8px;
    color:var(--os-color-text);
}

.item-title:hover,
.os-product-card__title:hover{
    color:var(--os-color-primary);
}

.item .bread-crumb > li,
.os-product-card__meta{
    font-size:12px;
    color:var(--os-color-muted);
}

.price-template,
.os-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:12px;
}

.item-new-price,
.os-price__new{
    font-size:18px;
    font-weight:700;
    color:var(--os-color-primary);
}

.item-old-price,
.os-price__old{
    font-size:14px;
    color:#9ca3af;
    text-decoration:line-through;
}

.item-action-behaviors{
    left:16px;
}
.item-quick-look,
.item-mail,
.item-addwishlist,
.item-addCart{
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 6px 18px rgba(0,0,0,.10);
}

/* ---------- Kategori kartları ---------- */
.os-category-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}
.os-category-card{
    display:block;
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    transition:.25s ease;
}
.os-category-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--os-shadow-md);
    color:inherit;
}
.os-category-card__image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:260px;
    padding:18px;
    background:#fff;
}
.os-category-card__body{
    padding:18px;
    border-top:1px solid #f1f3f5;
}
.os-category-card__title{
    font-size:18px;
    font-weight:700;
    line-height:1.35;
    margin:0 0 6px;
}
.os-category-card__desc{
    font-size:13px;
    color:var(--os-color-muted);
    line-height:1.7;
    margin:0;
}

/* ---------- Shop / kategori sayfaları ---------- */
.page-shop .shop-w-master{
    margin-top:56px;
    margin-bottom:70px;
}
.fetch-categories{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:14px;
    padding:20px;
}
.fetch-categories .title-name{
    font-size:16px;
    font-weight:700;
    padding-bottom:14px;
    margin-bottom:16px;
}
.fetch-categories > .fetch-mark-category{
    font-size:14px;
    margin-bottom:10px;
}
.fetch-categories > ul{
    margin-bottom:18px;
    padding-bottom:14px;
}
.fetch-categories a:hover{
    color:var(--os-color-primary);
}

.page-bar,
.shop-p__toolbar{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:14px;
    padding:16px 18px;
    margin-bottom:26px;
}

.pagination-area{
    margin-top:30px;
    padding-top:0;
}

/* ---------- Ürün detay ---------- */
.single-product-page{
    --pd-gap:30px;
}
.single-product-page .row{
    align-items:flex-start;
}

.single-product-page .zoom-area{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:18px;
    padding:24px;
    box-shadow:var(--os-shadow-sm);
}

.single-product-page #zoom-pro{
    width:100%;
    max-height:560px;
    object-fit:contain;
    display:block;
    margin:0 auto;
}

.single-product-page #gallery{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px !important;
}
.single-product-page #gallery a{
    width:76px;
    height:76px;
    border-radius:10px;
    overflow:hidden;
    border:1px solid var(--os-color-border);
    background:#fff;
}
.single-product-page #gallery a.active{
    border-color:var(--os-color-primary);
}
.single-product-page #gallery a img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.single-product-page .all-information-wrapper{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:18px;
    padding:28px;
    box-shadow:var(--os-shadow-sm);
}

.single-product-page .section-1-title-breadcrumb-rating .product-title h1{
    font-size:30px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:10px;
}
.single-product-page .section-1-title-breadcrumb-rating .bread-crumb{
    margin-bottom:0;
}
.single-product-page .section-1-title-breadcrumb-rating .bread-crumb > li{
    font-size:12px;
    color:var(--os-color-muted);
}

.single-product-page .section-3-price-original-discount{
    border-top:1px solid #f1f3f5;
    border-bottom:1px solid #f1f3f5;
    margin-top:20px;
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.single-product-page .section-3-price-original-discount > .price > h4{
    font-size:34px;
    line-height:1.1;
    font-weight:800;
    color:var(--os-color-primary);
    margin:0 0 10px;
}
.single-product-page .original-price,
.single-product-page .discount-price,
.single-product-page .total-save{
    font-size:13px;
    margin-bottom:8px;
    color:var(--os-color-muted);
}
.single-product-page .original-price span:first-child,
.single-product-page .discount-price span:first-child,
.single-product-page .total-save span:first-child{
    color:#374151;
    font-weight:600;
    margin-right:6px;
}

.single-product-page .sp-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    padding:4px 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.3px;
    background:#111;
    color:#fff;
}
.single-product-page .sp-badge.discount{
    background:var(--os-color-primary);
}
.single-product-page .sp-subline{
    margin-top:14px;
    color:var(--os-color-muted);
}
.single-product-page .sp-pack-info{
    margin-top:14px;
    color:#4b5563;
}
.single-product-page .sp-stock{
    display:inline-block;
    margin-top:14px;
    padding:8px 12px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    background:#f3f4f6;
}
.single-product-page .sp-stock.in-stock{
    color:#166534;
    background:#ecfdf3;
}
.single-product-page .sp-stock.out-of-stock{
    color:#b91c1c;
    background:#fef2f2;
}

.single-product-page .section-6-social-media-quantity-actions{
    border-top:none;
    margin-top:22px;
    padding-top:0 !important;
}
.single-product-page .quantity-wrapper > span{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#374151;
    margin-bottom:8px;
}
.single-product-page .sp-custom-input{
    width:100%;
    height:48px;
    border:1px solid #d1d5db;
    border-radius:10px;
    padding:0 14px;
    font-size:14px;
    outline:none;
    background:#fff;
    transition:.25s ease;
}
.single-product-page .sp-custom-input:focus{
    border-color:var(--os-color-primary);
    box-shadow:0 0 0 3px rgba(217,4,41,.08);
}
.single-product-page .sp-main-button{
    min-width:240px;
    min-height:48px;
    border-radius:10px;
    border:1px solid var(--os-color-primary);
    background:var(--os-color-primary);
    color:#fff;
    font-size:14px;
    font-weight:700;
}
.single-product-page .sp-main-button:hover{
    background:var(--os-color-primary-dark);
    border-color:var(--os-color-primary-dark);
    color:#fff;
}
.single-product-page .sp-main-button[disabled]{
    opacity:.55;
    cursor:not-allowed;
}

.single-product-page .detail-post{
    margin-top:34px;
}
.single-product-page .menu-material{
    margin-bottom:0;
}
.single-product-page .menu-material__tab a{
    display:inline-flex;
    align-items:center;
    min-height:48px;
    padding:0 18px;
    border:1px solid var(--os-color-border);
    border-bottom:none;
    border-radius:12px 12px 0 0;
    background:#fff;
    font-size:14px;
    font-weight:700;
    color:#111;
    pointer-events:none;
}
.single-product-page .sp-tab-content{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:0 14px 14px 14px;
    padding:26px;
    box-shadow:var(--os-shadow-sm);
}
.single-product-page .sp-desc{
    font-size:15px;
    line-height:1.95;
    color:#4b5563;
}
.single-product-page .sp-empty-image{
    min-height:420px;
    border-radius:14px;
    background:#f9fafb;
    border:1px dashed #d1d5db;
}

.single-product-page .os-related-wrap{
    overflow:auto;
    border:1px solid var(--os-color-border);
    border-radius:14px;
}
.single-product-page .os-related-table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}
.single-product-page .os-related-table thead tr{
    background:#111827;
}
.single-product-page .os-related-table th{
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.4px;
    padding:14px 16px;
}
.single-product-page .os-related-table td{
    padding:14px 16px;
    font-size:14px;
    border-top:1px solid #eef1f4;
    vertical-align:middle;
}
.single-product-page .os-related-table tbody tr:hover{
    background:#fafafa;
}
.single-product-page .os-related-table tbody tr.is-current{
    background:#fff5f6;
}
.single-product-page .os-related-table a{
    color:#111827;
    font-weight:600;
}
.single-product-page .os-related-table a:hover{
    color:var(--os-color-primary);
}
.single-product-page .os-related-active{
    color:var(--os-color-primary);
    font-weight:700;
}
.single-product-page .os-related-link{
    color:var(--os-color-primary) !important;
    font-weight:700 !important;
}

/* ---------- Form alanları ---------- */
.text-field,
.text-area,
.select-box-wrapper .select-box,
.form-control{
    border-radius:10px;
}
.text-field:focus,
.text-area:focus,
.select-box-wrapper .select-box:focus,
.form-control:focus{
    border-color:var(--os-color-primary);
    box-shadow:none;
}

/* ---------- Tablo görünümü ---------- */
.table-wrapper table,
.table-wrapper-2 table,
.order-table table{
    border-collapse:separate;
    border-spacing:0;
}
.table-wrapper > table tbody tr td,
.table-wrapper-2 > table tbody tr td,
.order-table > table tbody tr td{
    background:#fff;
}
.table-wrapper > table tbody tr:first-child td,
.table-wrapper-2 > table tbody tr:first-child td,
.order-table > table tbody tr:first-child td{
    border-top:1px solid var(--os-color-border);
}

/* ---------- Hesap / checkout blokları ---------- */
.order-table,
.calculation,
.login-wrapper,
.reg-wrapper,
.page-track-order .track-order-wrapper{
    background:#fff;
    border:1px solid var(--os-color-border);
    border-radius:16px;
    box-shadow:var(--os-shadow-sm);
    padding:24px;
}

/* ---------- Mobil ---------- */
@media (max-width: 1199px){
    .os-category-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 991px){
    .container{
        max-width:100%;
    }

    .os-section{
        padding:46px 0;
    }

    .os-title{
        font-size:24px;
    }

    .os-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .single-product-page #zoom-pro{
        max-height:420px;
    }

    .single-product-page .zoom-area,
    .single-product-page .all-information-wrapper{
        padding:20px;
    }

    .single-product-page .section-1-title-breadcrumb-rating .product-title h1{
        font-size:24px;
    }

    .single-product-page .section-3-price-original-discount > .price > h4{
        font-size:28px;
    }

    .single-product-page .sp-empty-image{
        min-height:300px;
    }
}

@media (max-width: 575px){
    .os-category-grid{
        grid-template-columns:1fr;
    }

    .os-card-body{
        padding:18px;
    }

    .single-product-page .zoom-area,
    .single-product-page .all-information-wrapper{
        border-radius:14px;
        padding:16px;
    }

    .single-product-page .section-1-title-breadcrumb-rating .product-title h1{
        font-size:21px;
    }

    .single-product-page .section-3-price-original-discount > .price > h4{
        font-size:24px;
    }

    .single-product-page .sp-main-button{
        width:100%;
        min-width:0;
    }

    .single-product-page .sp-tab-content{
        padding:18px;
        border-radius:0 12px 12px 12px;
    }
}
/* ANA WRAPPER */
.os-main{
    width:100%;
    padding:0;
    margin:0;
}

/* İÇERİK ALANI (boxed kalacak) */
.os-container{
    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
}
/* AUTH (LOGIN) */
.os-auth-page{
    padding:80px 0;
}

.os-auth-box{
    max-width:520px;
    margin:0 auto;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:40px 36px;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.os-auth-title{
    margin:0 0 10px;
    font-size:32px;
    font-weight:800;
    text-align:center;
    color:#111827;
}

.os-auth-desc{
    margin:0 0 26px;
    text-align:center;
    color:#6b7280;
    font-size:14px;
}

.os-auth-group{
    margin-bottom:16px;
}

.os-auth-group label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
    font-size:13px;
}

.os-auth-group input{
    width:100%;
    height:46px;
    border:1px solid #d1d5db;
    border-radius:10px;
    padding:0 14px;
    font-size:14px;
    outline:none;
}

.os-auth-group input:focus{
    border-color:#d90429;
}

.os-auth-btn{
    width:100%;
    height:48px;
    background:#d90429;
    border:none;
    border-radius:10px;
    color:#fff;
    font-weight:700;
    margin-top:10px;
    transition:.2s;
}

.os-auth-btn:hover{
    background:#b30321;
}

.os-auth-alert{
    margin-bottom:16px;
    padding:12px;
    background:#fee2e2;
    color:#991b1b;
    border-radius:8px;
    font-size:13px;
}

.os-auth-footer{
    margin-top:18px;
    text-align:center;
    font-size:14px;
    color:#6b7280;
}

.os-auth-footer a{
    font-weight:700;
    color:#111;
}

.os-auth-footer a:hover{
    color:#d90429;
}
/* FORM GENİŞLİK DENGESİ */
.os-auth-form{
    max-width: 460px;
    margin: 0 auto;
}

/* INPUT VE BUTTON AYNI HİZADA */
.os-auth-group input,
.os-auth-btn{
    width: 100%;
    box-sizing: border-box;
}
/* ================================
   MINIMAL OVERRIDE (GLOBAL)
================================ */

/* GENEL */
.os-section{
    padding:40px 0;
}

.os-title{
    font-size:22px;
    margin-bottom:8px;
}

.os-card-body{
    padding:16px;
}

/* BUTTON */
.os-btn{
    min-height:42px;
    padding:0 14px;
    font-size:13px;
    border-radius:10px;
}

/* ================================
   ÜRÜN KARTI (MINIMAL)
================================ */

.os-product-card,
.item{
    border-radius:12px;
}

.os-product-card__image,
.item .image-container{
    padding:12px;
}

.os-product-card__image-link,
.item-img-wrapper-link{
    min-height:200px;
}

.os-product-card__content,
.item-content{
    padding:12px 12px 14px;
}

.os-product-card__title,
.item-title{
    font-size:13px;
    min-height:36px;
    margin-bottom:6px;
}

.os-price__new,
.item-new-price{
    font-size:16px;
}

.os-price__old,
.item-old-price{
    font-size:12px;
}

/* ================================
   KATEGORİ KART
================================ */

.os-category-card__image{
    min-height:180px;
    padding:12px;
}

.os-category-card__body{
    padding:12px;
}

.os-category-card__title{
    font-size:15px;
}

/* ================================
   PRODUCT DETAIL (EN KRİTİK)
================================ */

.single-product-page .zoom-area{
    padding:16px;
}

.single-product-page .all-information-wrapper{
    padding:20px;
}

.single-product-page .section-1-title-breadcrumb-rating .product-title h1{
    font-size:22px;
}

.single-product-page .section-3-price-original-discount > .price > h4{
    font-size:26px;
}

.single-product-page .sp-main-button{
    min-height:44px;
    font-size:13px;
}

.single-product-page .sp-custom-input{
    height:42px;
}

/* ================================
   TABLE
================================ */

.os-related-table th{
    font-size:11px;
    padding:10px;
}

.os-related-table td{
    font-size:13px;
    padding:10px;
}

/* ================================
   AUTH PAGE
================================ */

.os-auth-box{
    padding:28px 24px;
}

.os-auth-title{
    font-size:26px;
}

/* ================================
   MOBILE
================================ */

@media(max-width:575px){

    .os-section{
        padding:30px 0;
    }

    .os-title{
        font-size:20px;
    }

    .os-product-card__image-link{
        min-height:160px;
    }

}

/* =========================
   HEADER.PHP INLINE CSS -> THEME.CSS
========================= */

:root{
            --os-primary:#d90429;
            --os-dark:#111827;
            --os-border:#e5e7eb;
            --os-soft:#f8fafc;
            --os-topbar-h:36px;
            --os-header-h:92px;
            --os-nav-h:60px;
            --os-mobile-h:112px;
        }

        body.os-desktop-sticky-active{
            padding-top:calc(var(--os-header-h) + var(--os-nav-h));
        }

        .os-header-top{
            background:#111827;
            color:#fff;
            font-size:12px;
        }
        .os-header-top a{
            color:#fff;
            text-decoration:none;
        }
        .os-header-top .container{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:18px;
            min-height:var(--os-topbar-h);
            padding:6px 15px;
        }

        .os-desktop-shell{
            position:relative;
            z-index:240;
            background:#fff;
        }
        .os-desktop-shell.is-sticky{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            box-shadow:0 14px 34px rgba(15,23,42,.10);
        }

        .os-header-main{
            background:#fff;
            border-bottom:1px solid #ececec;
        }
        .os-header-main .container{
            display:grid;
            grid-template-columns:240px minmax(0,1fr) auto;
            align-items:center;
            gap:18px;
            min-height:var(--os-header-h);
            padding:14px 15px;
        }

        .os-brand{
            display:flex;
            align-items:center;
            min-width:200px;
        }
        .os-brand a{
            display:flex;
            align-items:center;
            text-decoration:none;
            color:inherit;
        }
        .os-brand img{
            max-height:72px;
            max-width:260px;
            object-fit:contain;
            display:block;
        }
        .os-brand-text{
            font-size:28px;
            line-height:1;
            font-weight:900;
            color:#111827;
        }

        .os-search{
            width:100%;
            max-width:760px;
            justify-self:center;
        }
        .os-search form{
            display:flex;
            width:100%;
            border:2px solid var(--os-primary);
            border-radius:16px;
            overflow:hidden;
            background:#fff;
        }
        .os-search input{
            flex:1;
            height:46px;
            border:0;
            outline:none;
            padding:0 16px;
            font-size:15px;
            background:#fff;
            color:#111827;
        }
        .os-search input::placeholder{
            color:#9ca3af;
        }
        .os-search button{
            width:78px;
            height:46px;
            border:0;
            background:var(--os-primary);
            color:#fff;
            font-size:14px;
            font-weight:900;
            cursor:pointer;
        }
/* ===== SEARCH AUTOCOMPLETE ===== */

.os-search,
.os-mobile-search{
    position: relative;
}

.os-search-suggest{
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    z-index: 999;
    display: none;
}

.os-search-suggest.is-open{
    display: block;
}

.os-search-suggest-list{
    max-height: 300px;
    overflow-y: auto;
}

.os-search-suggest-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
    color: #111;
    font-size: 13px;
}

.os-search-suggest-item:hover{
    background: #f9fafb;
}

.os-search-suggest-title{
    font-weight: 600;
}

.os-search-suggest-meta{
    font-size: 11px;
    color: #666;
}

.os-search-suggest-price{
    color: #e11d48;
    font-weight: 700;
    font-size: 13px;
}

.os-search-suggest-empty{
    padding: 10px;
    font-size: 12px;
    color: #777;
}
        .os-actions{
            display:flex;
            align-items:center;
            justify-content:flex-end;
            gap:10px;
            white-space:nowrap;
        }
        .os-action-link{
            color:#111827;
            text-decoration:none;
            font-size:14px;
            font-weight:800;
            height:46px;
            min-height:46px;
            padding:0 14px;
            border:1px solid var(--os-border);
            border-radius:16px;
            display:inline-flex;
            align-items:center;
            gap:8px;
            background:#fff;
            box-sizing:border-box;
            transition:all .18s ease;
        }
        .os-action-link:hover{
            color:var(--os-primary);
            border-color:#d9dee6;
            box-shadow:0 8px 18px rgba(15,23,42,.05);
        }
        .os-action-icon{
            width:18px;
            height:18px;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            flex:0 0 18px;
            color:currentColor;
        }
        .os-action-icon svg{
            width:18px;
            height:18px;
            display:block;
        }
        .os-account-dropdown{
            position:relative;
        }
        .os-account-trigger{
            cursor:pointer;
            border:1px solid var(--os-border);
            appearance:none;
            -webkit-appearance:none;
            font:inherit;
            background:#fff;
            line-height:1;
        }
        .os-account-menu{
            position:absolute;
            top:calc(100% + 8px);
            right:0;
            min-width:220px;
            background:#fff;
            border:1px solid var(--os-border);
            border-radius:14px;
            box-shadow:0 18px 40px rgba(15,23,42,.10);
            padding:8px 0;
            display:none;
            z-index:380;
        }
        .os-account-menu.is-open{
            display:block;
        }
        .os-account-menu a{
            display:flex;
            align-items:center;
            min-height:42px;
            padding:0 14px;
            color:#111827;
            text-decoration:none;
            font-size:14px;
            font-weight:700;
        }
        .os-account-menu a:hover{
            background:#f8fafc;
            color:var(--os-primary);
        }
        .os-cart-badge{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-width:24px;
            height:24px;
            padding:0 7px;
            margin-left:2px;
            border-radius:999px;
            background:var(--os-primary);
            color:#fff;
            font-size:11px;
            font-weight:900;
        }

        .os-nav{
            background:#fff;
            border-bottom:1px solid #ececec;
        }
        .os-nav .container{
            display:flex;
            align-items:center;
            justify-content:flex-start;
            gap:34px;
            min-height:var(--os-nav-h);
            padding:0 15px;
        }
        .os-main-menu{
            display:flex;
            align-items:center;
            gap:38px;
            flex-wrap:wrap;
        }
        .os-main-menu > a,
        .os-main-menu .os-menu-trigger{
            display:inline-flex;
            align-items:center;
            min-height:var(--os-nav-h);
            color:#111827;
            text-decoration:none;
            font-size:17px;
            font-weight:900;
            position:relative;
            cursor:pointer;
            transition:color .2s ease;
            background:none;
            border:none;
            padding:0;
        }
        .os-main-menu > a:hover,
        .os-main-menu .os-menu-trigger:hover{
            color:var(--os-primary);
        }
        .os-main-menu > a:after,
        .os-main-menu .os-menu-trigger:after{
            content:"";
            position:absolute;
            left:0;
            bottom:10px;
            width:100%;
            height:2px;
            background:var(--os-primary);
            transform:scaleX(0);
            transform-origin:left center;
            transition:transform .25s ease;
        }
        .os-main-menu > a:hover:after,
        .os-main-menu .os-menu-trigger:hover:after,
        .os-mega-wrap:hover .os-menu-trigger:after,
        .os-mega-wrap.is-open .os-menu-trigger:after{
            transform:scaleX(1);
        }
        .os-mega-wrap{
            position:relative;
        }
        .os-menu-caret{
            margin-left:8px;
            font-size:11px;
        }

        .os-mega-menu{
            position:absolute;
            left:0;
            transform:none;
            top:100%;
            width:min(1560px,calc(100vw - 24px));
            background:#fff;
            border:1px solid #ececec;
            box-shadow:0 24px 60px rgba(15,23,42,.12);
            border-radius:0 0 22px 22px;
            padding:20px 22px;
            display:none;
            max-height:62vh;
            overflow:auto;
            z-index:300;
        }
        .os-mega-wrap:hover .os-mega-menu,
        .os-mega-wrap.is-open .os-mega-menu{
            display:block;
        }
        .os-mega-grid{
            display:grid;
            grid-template-columns:repeat(3,minmax(240px,1fr)) 300px;
            gap:24px;
            align-items:start;
        }
        .os-mega-col{
            min-width:240px;
        }
        .os-mega-block + .os-mega-block{
            margin-top:18px;
        }
        .os-mega-title{
            display:block;
            margin:0 0 10px;
            padding-bottom:8px;
            border-bottom:1px solid #eef2f7;
            font-size:15px;
            line-height:1.3;
            font-weight:900;
            color:#111827;
            text-transform:uppercase;
            text-decoration:none;
        }
        .os-mega-title:hover{
            color:var(--os-primary);
        }
        .os-mega-list{
            list-style:none;
            margin:0;
            padding:0;
        }
        .os-mega-list li{
            margin-bottom:7px;
        }
        .os-mega-list a{
            display:inline-block;
            font-size:13px;
            line-height:1.4;
            color:#555;
            text-decoration:none;
            transition:all .18s ease;
        }
        .os-mega-list a:hover{
            color:var(--os-primary);
            transform:translateX(4px);
        }
        .os-mega-empty{
            font-size:13px;
            line-height:1.6;
            color:#8b8b8b;
        }

        .os-mega-promo{
            border-radius:20px;
            overflow:hidden;
            background:linear-gradient(135deg,#0f172a 0%,#1f2937 55%,#2f3644 100%);
            color:#fff;
            padding:20px;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
            min-height:100%;
            box-shadow:0 14px 34px rgba(15,23,42,.12);
        }
        .os-mega-promo-badge{
            display:inline-flex;
            align-items:center;
            min-height:30px;
            padding:0 12px;
            border-radius:999px;
            background:rgba(255,255,255,.10);
            font-size:11px;
            font-weight:900;
            letter-spacing:.05em;
            margin-bottom:16px;
        }
        .os-mega-promo h3{
            margin:0 0 8px;
            color:#fff;
            font-size:21px;
            line-height:1.2;
            font-weight:900;
        }
        .os-mega-promo p{
            margin:0 0 12px;
            color:rgba(255,255,255,.82);
            font-size:13px;
            line-height:1.7;
        }
        .os-mega-promo-list{
            display:grid;
            gap:8px;
            margin:0 0 14px;
            padding:0;
            list-style:none;
        }
        .os-mega-promo-list li{
            font-size:12px;
            line-height:1.5;
            color:rgba(255,255,255,.92);
            position:relative;
            padding-left:16px;
        }
        .os-mega-promo-list li:before{
            content:"•";
            position:absolute;
            left:0;
            top:0;
            color:#fff;
        }
        .os-mega-promo-actions{
            display:grid;
            gap:10px;
        }
        .os-mega-promo-btn{
            display:flex;
            align-items:center;
            justify-content:center;
            min-height:40px;
            border-radius:14px;
            text-decoration:none;
            font-size:13px;
            font-weight:900;
        }
        .os-mega-promo-btn--primary{
            background:#fff;
            color:#111827;
        }
        .os-mega-promo-btn--secondary{
            background:rgba(255,255,255,.08);
            color:#fff;
            border:1px solid rgba(255,255,255,.18);
        }

        .os-mobile-header{
            display:none;
            background:#fff;
            border-bottom:1px solid var(--os-border);
            position:relative;
            z-index:250;
        }
        .os-mobile-header.is-sticky{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            box-shadow:0 14px 30px rgba(15,23,42,.10);
        }
        .os-mobile-header .container{
            padding:12px 14px 14px;
            min-height:var(--os-mobile-h);
        }
        .os-mobile-top{
            display:grid;
            grid-template-columns:44px 1fr auto;
            align-items:center;
            gap:10px;
            margin-bottom:12px;
        }
        .os-mobile-toggle{
            width:44px;
            height:44px;
            border:1px solid var(--os-border);
            border-radius:12px;
            background:#fff;
            color:#111827;
            font-size:20px;
            font-weight:900;
            display:flex;
            align-items:center;
            justify-content:center;
            cursor:pointer;
        }
        .os-mobile-logo{
            min-width:0;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        .os-mobile-logo a{
            display:flex;
            align-items:center;
            justify-content:center;
            text-decoration:none;
            color:inherit;
            width:100%;
        }
        .os-mobile-logo img{
            max-height:56px;
            max-width:250px;
            object-fit:contain;
            display:block;
        }
        .os-mobile-brand-text{
            font-size:22px;
            font-weight:900;
            color:#111827;
            line-height:1;
        }
        .os-mobile-icons{
            display:flex;
            align-items:center;
            gap:8px;
        }
        .os-mobile-icon{
            position:relative;
            width:44px;
            height:44px;
            border:1px solid var(--os-border);
            border-radius:12px;
            background:#fff;
            color:#111827;
            display:flex;
            align-items:center;
            justify-content:center;
            text-decoration:none;
            flex:0 0 44px;
        }
        .os-mobile-icon svg{
            width:18px;
            height:18px;
            display:block;
        }
        .os-mobile-cart-count{
            position:absolute;
            top:-6px;
            right:-6px;
            min-width:20px;
            height:20px;
            padding:0 6px;
            border-radius:999px;
            background:var(--os-primary);
            color:#fff;
            font-size:11px;
            font-weight:900;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .os-mobile-search{
            width:100%;
            max-width:100%;
            margin:0;
        }
        .os-mobile-search form{
            display:grid;
            grid-template-columns:minmax(0,1fr) 82px;
            gap:8px;
            border:none;
            border-radius:0;
            overflow:visible;
            background:transparent;
        }
        .os-mobile-search input{
            width:100%;
            min-width:0;
            height:48px;
            border:1px solid #d1d5db;
            outline:none;
            padding:0 16px;
            font-size:16px;
            color:#111827;
            border-radius:14px;
            background:#fff;
            box-sizing:border-box;
        }
        .os-mobile-search button{
            width:100%;
            height:48px;
            border:0;
            background:#111827;
            color:#fff;
            font-size:15px;
            font-weight:900;
            cursor:pointer;
            border-radius:14px;
        }

        .os-mobile-drawer{
            position:fixed;
            left:0;
            width:min(86vw,360px);
            background:#fff;
            box-shadow:0 20px 50px rgba(15,23,42,.20);
            z-index:500;
            transform:translateX(-100%);
            transition:transform .25s ease;
            overflow-y:auto;
            -webkit-overflow-scrolling:touch;
        }
        .os-mobile-drawer.is-open{
            transform:translateX(0);
        }
        .os-mobile-overlay{
            position:fixed;
            left:0;
            right:0;
            bottom:0;
            background:rgba(15,23,42,.36);
            z-index:490;
            opacity:0;
            visibility:hidden;
            transition:all .25s ease;
        }
        .os-mobile-overlay.is-open{
            opacity:1;
            visibility:visible;
        }
        .os-mobile-drawer-head{
            position:sticky;
            top:0;
            z-index:2;
            background:#fff;
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:12px;
            padding:16px 18px 14px;
            border-bottom:1px solid var(--os-border);
        }
        .os-mobile-drawer-title{
            font-size:18px;
            font-weight:900;
            color:#111827;
        }
        .os-mobile-close{
            width:42px;
            height:42px;
            border:1px solid var(--os-border);
            border-radius:12px;
            background:#fff;
            color:#111827;
            font-size:20px;
            font-weight:900;
            cursor:pointer;
        }
        .os-mobile-drawer-body{
            padding-bottom:22px;
        }
        .os-mobile-section{
            padding:14px 18px 18px;
            border-bottom:1px solid #f1f5f9;
        }
        .os-mobile-section-title{
            margin:0 0 12px;
            font-size:12px;
            font-weight:900;
            text-transform:uppercase;
            letter-spacing:.04em;
            color:#94a3b8;
        }
        .os-mobile-links{
            display:grid;
            gap:10px;
        }
        .os-mobile-links a{
            display:flex;
            align-items:center;
            min-height:46px;
            padding:0 14px;
            border:1px solid var(--os-border);
            border-radius:12px;
            text-decoration:none;
            color:#111827;
            font-size:15px;
            font-weight:800;
            background:#fff;
        }
        .os-mobile-links a:hover{
            color:var(--os-primary);
        }
        .os-mobile-cat-list{
            display:grid;
            gap:10px;
        }
        .os-mobile-cat-list details{
            border:1px solid var(--os-border);
            border-radius:14px;
            background:#fff;
            overflow:hidden;
        }
        .os-mobile-cat-list summary{
            list-style:none;
            cursor:pointer;
            min-height:48px;
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:10px;
            padding:0 14px;
            font-size:15px;
            font-weight:900;
            color:#111827;
        }
        .os-mobile-cat-list summary::-webkit-details-marker{
            display:none;
        }
        .os-mobile-cat-inner{
            padding:0 14px 12px;
            border-top:1px solid #f1f5f9;
            display:grid;
            gap:8px;
        }
        .os-mobile-cat-inner a{
            display:block;
            color:#475569;
            text-decoration:none;
            font-size:14px;
            line-height:1.5;
            padding:6px 0;
        }
        .os-mobile-cat-inner a:hover{
            color:var(--os-primary);
        }

        .os-scroll-top{
            position:fixed;
            right:18px;
            bottom:18px;
            width:50px;
            height:50px;
            border:none;
            border-radius:999px;
            background:#111827;
            color:#fff;
            font-size:20px;
            font-weight:900;
            cursor:pointer;
            box-shadow:0 14px 28px rgba(15,23,42,.20);
            opacity:0;
            visibility:hidden;
            transform:translateY(8px);
            transition:all .22s ease;
            z-index:420;
        }
        .os-scroll-top.is-visible{
            opacity:1;
            visibility:visible;
            transform:translateY(0);
        }
        .os-scroll-top:hover{
            background:var(--os-primary);
        }

        @media (max-width:1399px){
            .os-mega-menu{
                width:min(1460px,calc(100vw - 20px));
                transform:translateX(-46%);
            }
            .os-mega-grid{
                grid-template-columns:repeat(3,minmax(220px,1fr)) 280px;
                gap:20px;
            }
        }

        @media (max-width:1199px){
            .os-header-main .container{
                grid-template-columns:220px minmax(0,1fr) auto;
                gap:14px;
                padding:16px 15px;
            }
            .os-search{
                max-width:680px;
            }
            .os-main-menu{
                gap:26px;
            }
            .os-main-menu > a,
            .os-main-menu .os-menu-trigger{
                font-size:16px;
            }
            .os-mega-menu{
                width:min(1180px,calc(100vw - 16px));
                left:50%;
                transform:translateX(-48%);
            }
            .os-mega-grid{
                grid-template-columns:repeat(2,minmax(220px,1fr)) 240px;
                gap:18px;
            }
            .os-mega-col:nth-child(3){
                display:none;
            }
        }

        @media (max-width:991px){
            body.os-desktop-sticky-active{
                padding-top:0 !important;
            }
            .os-header-top,
            .os-desktop-shell{
                display:none;
            }
            .os-mobile-header{
                display:block;
            }
        }

        @media (min-width:992px){
            .os-mobile-header{
                display:none !important;
            }
        }

/* =========================
   MODERN MINIMAL OVERRIDE V2
========================= */

/* GENEL TEMİZLİK */
.os-card,
.os-product-card,
.item{
    border-radius:12px !important;
    box-shadow:none !important;
    border:1px solid #eef1f4 !important;
}

.os-product-card:hover,
.item:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.06) !important;
}

/* HEADER TEMİZLEME */
.os-header-top{
    background:#0f172a !important;
}

.os-header-main{
    border-bottom:1px solid #f1f3f5 !important;
}

.os-header-main .container{
    display:grid;
    grid-template-columns:200px 1fr auto !important;
    align-items:center;
    gap:16px;
    min-height:84px;
    padding:12px 15px;
}

.os-brand img{
    max-height:56px !important;
    max-width:220px !important;
}

.os-search{
    max-width:720px !important;
}

.os-search form{
    border:1px solid #e5e7eb !important;
    border-radius:14px !important;
    overflow:hidden;
    background:#fff;
}

.os-search input{
    font-size:14px !important;
}

.os-search button{
    width:60px !important;
    background:#111827 !important;
}

.os-action-link{
    height:44px !important;
    min-height:44px !important;
    border-radius:14px !important;
    font-size:13px !important;
    padding:0 12px !important;
}

/* MENÜ */
.os-nav{
    border-bottom:1px solid #f1f3f5 !important;
}

.os-nav .container{
    gap:24px !important;
}

.os-main-menu{
    gap:28px !important;
}

.os-main-menu > a,
.os-main-menu .os-menu-trigger{
    font-size:15px !important;
    font-weight:800 !important;
    min-height:56px !important;
}

/* MEGA MENU */
.os-mega-menu{
    border-radius:18px !important;
    padding:18px !important;
    box-shadow:0 18px 50px rgba(0,0,0,.08) !important;
    border:1px solid #eef1f4 !important;
}

.os-mega-grid{
    gap:18px !important;
}

.os-mega-title{
    font-size:14px !important;
}

.os-mega-list a{
    font-size:13px !important;
}

.os-mega-promo{
    border-radius:18px !important;
}

/* ÜRÜN KART */
.os-product-card__title,
.item-title{
    font-size:13px !important;
    font-weight:700 !important;
}

.os-price__new,
.item-new-price{
    font-size:17px !important;
    font-weight:800 !important;
}

.os-price__old,
.item-old-price{
    font-size:12px !important;
}

/* BUTON */
.os-btn-primary,
.os-btn-outline,
.os-btn{
    border-radius:10px !important;
}

/* PRODUCT DETAIL */
.single-product-page .zoom-area{
    border-radius:16px !important;
    box-shadow:none !important;
    border:1px solid #eef1f4 !important;
}

.single-product-page .all-information-wrapper{
    border-radius:16px !important;
    box-shadow:none !important;
    border:1px solid #eef1f4 !important;
}

.single-product-page .section-3-price-original-discount > .price > h4{
    font-size:28px !important;
}

/* VARYANT BUTON */
.os-variant-pill{
    border-radius:999px !important;
    border:1px solid #e5e7eb !important;
    background:#fff !important;
    padding:6px 14px !important;
    font-size:13px !important;
    font-weight:700 !important;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
}

.os-variant-pill:hover{
    border-color:#111827 !important;
    color:#111827 !important;
}

.os-variant-pill.active,
.os-variant-pill.is-active{
    background:#111827 !important;
    color:#fff !important;
    border-color:#111827 !important;
}

/* MOBİL */
@media (max-width:991px){
    .os-mobile-header .container{
        padding:10px 14px 12px !important;
    }

    .os-mobile-logo img{
        max-height:48px !important;
    }
}

@media (max-width:575px){
    .os-header-main .container{
        grid-template-columns:1fr !important;
    }

    .os-main-menu{
        gap:20px !important;
    }
}


/* =========================================================
   STORE OZEL SHOPPING - MOBILE FIX PACK
   Tekrarsız temiz mobil düzen
   ========================================================= */

@media (max-width: 767px){
    html,
    body{
        overflow-x:hidden !important;
    }

    body{
       background: #fff !important;
    }

    .container{
        width:100% !important;
        max-width:100% !important;
        padding-left:16px !important;
        padding-right:16px !important;
        box-sizing:border-box !important;
    }

    .os-main{
        overflow-x:hidden !important;
    }

    .os-header-top,
    .os-desktop-shell{
        display:none !important;
    }

    .os-mobile-header{
        display:block !important;
        background:#fff !important;
        border-bottom:1px solid #e5e7eb !important;
        box-shadow:0 4px 18px rgba(15,23,42,.04) !important;
    }

    .os-mobile-header .container{
        padding:10px 16px 12px !important;
        min-height:auto !important;
    }

    .os-mobile-top{
        display:grid !important;
        grid-template-columns:42px minmax(0,1fr) auto !important;
        align-items:center !important;
        gap:10px !important;
        margin-bottom:10px !important;
    }

    .os-mobile-toggle,
    .os-mobile-icon{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        min-height:42px !important;
        flex:0 0 42px !important;
        border-radius:12px !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        background:#f8fafc !important;
        border:1px solid #e5e7eb !important;
        box-shadow:none !important;
    }

    .os-mobile-logo{
        min-width:0 !important;
        text-align:center !important;
    }

    .os-mobile-logo a{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:100% !important;
    }

    .os-mobile-logo img{
        max-width:170px !important;
        max-height:50px !important;
        width:auto !important;
        height:auto !important;
        object-fit:contain !important;
        display:block !important;
    }

    .os-mobile-icons{
        gap:6px !important;
    }

    .os-mobile-cart-count{
        top:-5px !important;
        right:-4px !important;
        min-width:18px !important;
        height:18px !important;
        padding:0 5px !important;
        font-size:10px !important;
        line-height:18px !important;
    }

    .os-mobile-search{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
    }

    .os-mobile-search form{
        display:grid !important;
        grid-template-columns:minmax(0,1fr) 82px !important;
        gap:8px !important;
        border:none !important;
        border-radius:0 !important;
        overflow:visible !important;
        background:transparent !important;
    }

    .os-mobile-search input{
        width:100% !important;
        min-width:0 !important;
        height:48px !important;
        padding:0 16px !important;
        border-radius:14px !important;
        border:1px solid #d1d5db !important;
        font-size:16px !important;
        background:#fff !important;
        box-sizing:border-box !important;
    }

    .os-mobile-search button{
        width:100% !important;
        height:48px !important;
        border-radius:14px !important;
        background:#111827 !important;
        color:#fff !important;
        font-size:15px !important;
        font-weight:800 !important;
    }

    .os-search-suggest{
        left:0 !important;
        right:0 !important;
        width:100% !important;
    }

    .os-mobile-drawer{
        width:min(88vw,360px) !important;
        max-width:360px !important;
    }

    .os-mobile-drawer-body{
        padding-bottom:calc(18px + env(safe-area-inset-bottom)) !important;
    }

    .os-home-page{
        padding:10px 0 34px !important;
    }

    .os-home-hero{
        padding:8px 0 8px !important;
    }

    .os-home-hero-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    .os-hero-main{
        min-height:auto !important;
        padding:20px 16px !important;
        border-radius:18px !important;
        box-shadow:0 12px 30px rgba(17,24,39,.10) !important;
    }

    .os-hero-title{
        font-size:18px !important;
        line-height:1.18 !important;
        margin-bottom:10px !important;
    }

    .os-hero-desc{
        font-size:14px !important;
        line-height:1.65 !important;
        margin-bottom:14px !important;
    }

    .os-hero-actions{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:10px !important;
    }

    .os-hero-actions .os-btn{
        width:100% !important;
        min-height:46px !important;
        border-radius:14px !important;
        padding:0 14px !important;
        justify-content:center !important;
    }

    .os-hero-side{
        grid-template-rows:auto !important;
        gap:12px !important;
    }

    .os-hero-mini{
        padding:18px 16px !important;
        border-radius:18px !important;
    }

    .os-hero-mini__title{
        font-size:16px !important;
        line-height:1.25 !important;
        margin-bottom:8px !important;
    }

    .os-hero-mini__desc{
        font-size:13px !important;
        line-height:1.7 !important;
        margin-bottom:10px !important;
    }

    .os-home-section{
        padding:18px 0 0 !important;
    }

    .os-home-head{
        display:block !important;
        padding-right:0 !important;
        margin-bottom:12px !important;
    }

    .os-home-head h2{
        font-size:18px !important;
        line-height:1.18 !important;
    }

    .os-home-head p{
        font-size:13px !important;
        line-height:1.6 !important;
        margin-top:6px !important;
    }

    .os-slider-wrap{
        padding-top:4px !important;
    }

    .os-slider-nav{
        position:static !important;
        justify-content:flex-end !important;
        margin:0 0 10px !important;
        gap:8px !important;
    }

    .os-slider-nav-btn{
        width:36px !important;
        height:36px !important;
        font-size:15px !important;
    }

    .swiper{
        overflow:visible !important;
    }

    .swiper-slide{
        height:auto !important;
    }

    .os-category-box{
        border-radius:18px !important;
    }

    .os-category-box__image{
        min-height:140px !important;
    }

    .os-category-box__image img{
        height:140px !important;
        object-fit:cover !important;
    }

    .os-category-box__body{
        padding:12px !important;
    }

    .os-category-box__title{
        font-size:14px !important;
        line-height:1.3 !important;
    }

    .os-product-card2{
        border-radius:18px !important;
        margin:0 2px !important;
    }

    .os-product-card2__image{
        min-height:138px !important;
        padding:12px !important;
    }

    .os-product-card2__image img{
        max-height:110px !important;
    }

    .os-product-card2__body{
        padding:12px !important;
        gap:8px !important;
    }

    .os-product-card2__title{
        font-size:13px !important;
        line-height:1.35 !important;
        min-height:auto !important;
    }

    .os-product-card2__sku{
        font-size:11px !important;
    }

    .os-product-card2__new{
        font-size:16px !important;
    }

    .os-product-card2__old{
        font-size:11px !important;
    }

    .os-add-btn{
        min-height:40px !important;
        font-size:13px !important;
        border-radius:12px !important;
    }

    .os-campaign-grid{
        grid-template-columns:1fr !important;
        gap:14px !important;
    }

    .os-campaign-card{
        display:block !important;
        padding:16px !important;
        border-radius:18px !important;
    }

    .os-campaign-card__title{
        font-size:18px !important;
        line-height:1.22 !important;
    }

    .os-campaign-card__desc{
        font-size:13px !important;
        line-height:1.65 !important;
        margin-bottom:12px !important;
    }

    .os-campaign-card__image{
        margin-top:12px !important;
        text-align:center !important;
    }

    .os-campaign-card__image img{
        max-height:120px !important;
    }

    .os-footer{
        margin-top:34px !important;
    }

    .os-footer-top{
        padding:24px 0 18px !important;
    }

    .os-footer-grid{
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    .os-footer-brand-title{
        font-size:18px !important;
    }

    .os-footer-text{
        font-size:13px !important;
        line-height:1.7 !important;
    }

    .os-footer-feature-list{
        grid-template-columns:1fr !important;
        gap:8px !important;
    }

    .os-footer-feature{
        padding:9px 10px !important;
        border-radius:10px !important;
    }

    .os-footer-block-title{
        margin-bottom:10px !important;
        font-size:13px !important;
    }

    .os-footer-list{
        gap:8px !important;
    }

    .os-footer-list li,
    .os-footer-contact-value{
        font-size:13px !important;
        line-height:1.6 !important;
    }

    .os-footer-contact{
        gap:8px !important;
    }

    .os-footer-contact-item{
        padding:9px 10px !important;
        border-radius:10px !important;
    }

    .os-footer-bottom{
        padding:12px 0 14px !important;
    }

    .os-footer-bottom-row{
        display:block !important;
    }

    .os-footer-copy{
        font-size:11px !important;
        line-height:1.6 !important;
        margin-bottom:8px !important;
    }

    .os-footer-bottom-links{
        gap:10px !important;
    }

    .os-footer-bottom-links a{
        font-size:11px !important;
    }

    .os-scroll-top{
        right:14px !important;
        bottom:90px !important;
        width:46px !important;
        height:46px !important;
        border-radius:14px !important;
    }
}
/* =========================================================
   HOME.PHP CSS -> THEME.CSS FINAL
   ========================================================= */

.os-home-page{padding:18px 0 48px}
.os-home-hero{padding:18px 0 8px}
.os-home-hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:20px}

.os-hero-main{
    position:relative;
    overflow:hidden;
    min-height:220px;
    border-radius:24px;
    padding:34px 34px 28px;
    background:linear-gradient(135deg,#0f172a 0%,#20242e 56%,#2b2f39 100%);
    color:#fff;
    box-shadow:0 14px 38px rgba(17,24,39,.14);
}
.os-hero-main:before{
    content:"";
    position:absolute;
    right:-90px;
    top:-90px;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(217,4,41,.16);
}
.os-hero-main:after{
    content:"";
    position:absolute;
    right:60px;
    bottom:-100px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.os-hero-content{position:relative;z-index:2;max-width:660px}
.os-hero-kicker{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    margin-bottom:16px;
}
.os-hero-title{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.1;
    font-weight:900;
    letter-spacing:-.02em;
    color:#fff;
}
.os-hero-desc{
    margin:0 0 16px;
    font-size:14px;
    line-height:1.8;
    color:rgba(255,255,255,.84);
    max-width:560px;
}
.os-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0}

.os-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}

.os-hero-mini{
    position:relative;
    overflow:hidden;
    min-height:0;
    border-radius:20px;
    padding:20px;
    border:1px solid #e8ebf0;
    background:#fff;
    box-shadow:0 8px 24px rgba(17,24,39,.05);
}
.os-hero-mini--dark{
    background:linear-gradient(135deg,#161616 0%,#252525 100%);
    border-color:#161616;
    color:#fff;
}
.os-hero-mini__title{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.22;
    font-weight:900;
    color:#111827;
}
.os-hero-mini--dark .os-hero-mini__title{color:#fff}
.os-hero-mini__desc{
    margin:0 0 10px;
    font-size:13px;
    line-height:1.75;
    color:#6b7280;
    max-width:600px;
}
.os-hero-mini--dark .os-hero-mini__desc{color:rgba(255,255,255,.78)}

.os-link-more{
    font-size:13px;
    font-weight:800;
    color:#d90429;
    text-decoration:none;
}
.os-link-more:hover{color:#b30321}

.os-home-section{padding:22px 0 0}
.os-home-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:16px;
    padding-right:84px;
}
.os-home-head h2{
    margin:0;
    font-size:22px;
    line-height:1.15;
    font-weight:900;
    color:#111827;
}
.os-home-head p{
    margin:8px 0 0;
    font-size:14px;
    line-height:1.75;
    color:#6b7280;
}

.os-slider-wrap{position:relative;margin-top:2px}
.os-slider-nav{
    position:absolute;
    top:-38px;
    right:0;
    display:flex;
    gap:8px;
    z-index:5;
}
.os-slider-nav-btn{
    width:40px;
    height:40px;
    border:none;
    border-radius:999px;
    background:#111827;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.2s ease;
}
.os-slider-nav-btn:hover{background:#d90429}

.os-category-swiper,
.os-product-swiper{padding:2px 2px 8px}

.os-category-box{
    display:block;
    background:#fff;
    border:1px solid #e8ebf0;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    box-shadow:0 8px 24px rgba(17,24,39,.05);
    height:100%;
}
.os-category-box:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 34px rgba(17,24,39,.08);
    border-color:#d8dde5;
    color:inherit;
}
.os-category-box__image{
    position:relative;
    display:block;
    min-height:200px;
    background:#fff;
}
.os-category-box__image img{
    width:100%;
    height:200px;
    object-fit:cover;
    display:block;
}
.os-category-box__body{padding:16px}
.os-category-box__title{
    margin:0;
    font-size:15px;
    line-height:1.3;
    font-weight:800;
    color:#111827;
}

.os-product-card2{
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    background:#fff;
    border:1px solid #e8ebf0;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(17,24,39,.05);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.os-product-card2:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 34px rgba(17,24,39,.08);
    border-color:#d8dde5;
}
.os-product-card2__image-link{
    text-decoration:none;
    color:inherit;
    display:block;
}
.os-product-card2__image{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:168px;
    padding:14px;
    background:#fff;
    border-bottom:1px solid #f3f4f6;
}
.os-product-card2__image img{
    max-height:128px;
    max-width:100%;
    object-fit:contain;
    display:block;
}
.os-product-card2__empty{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:128px;
    border:1px solid #e5e7eb;
    border-radius:14px;
    background:#fff;
    color:#98a2b3;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}
.os-product-card2__body{
    display:flex;
    flex-direction:column;
    padding:14px;
    gap:8px;
    flex:1;
}
.os-product-card2__title-link{text-decoration:none;color:inherit}
.os-product-card2__title{
    margin:0;
    font-size:13px;
    line-height:1.35;
    font-weight:900;
    color:#111827;
    min-height:34px;
}
.os-product-card2__sku{
    margin:-2px 0 0;
    font-size:11px;
    line-height:1.4;
    color:#64748b;
    font-weight:700;
}
.os-product-card2__price-wrap{
    display:flex;
    flex-direction:column;
    gap:4px;
    min-height:44px;
}
.os-product-card2__new{
    font-size:17px;
    line-height:1.05;
    font-weight:900;
    color:#d90429;
}
.os-product-card2__old{
    font-size:12px;
    color:#98a2b3;
    text-decoration:line-through;
}
.os-add-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:42px;
    border:none;
    border-radius:12px;
    background:#0f172a;
    color:#fff;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    transition:.22s ease;
    margin-top:auto;
}
.os-add-btn:hover{background:#d90429}
.os-add-btn:disabled{
    background:#cbd5e1;
    color:#fff;
    cursor:not-allowed;
}
.os-add-btn:disabled:hover{background:#cbd5e1}

.os-badge{
    position:absolute;
    top:12px;
    left:12px;
    z-index:5;
    padding:7px 11px;
    border-radius:999px;
    font-size:11px;
    font-weight:900;
    line-height:1;
    color:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.os-badge--discount{background:#d90429}
.os-badge--dealer{background:#111827}

.os-campaign-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}
.os-campaign-card{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    border:1px solid #e8ebf0;
    border-radius:20px;
    background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);
    padding:22px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(17,24,39,.05);
}
.os-campaign-card__content{max-width:360px}
.os-campaign-card__badge{
    display:inline-flex;
    min-height:28px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.04em;
    margin-bottom:10px;
}
.os-campaign-card__title{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.25;
    font-weight:900;
    color:#111827;
}
.os-campaign-card__desc{
    margin:0 0 14px;
    font-size:13px;
    line-height:1.8;
    color:#6b7280;
}
.os-campaign-card__image{
    flex:0 0 160px;
    text-align:center;
}
.os-campaign-card__image img{
    max-height:150px;
    object-fit:contain;
}

.os-home-empty{
    background:#fff;
    border:1px solid #e8ebf0;
    border-radius:18px;
    padding:26px;
    text-align:center;
    box-shadow:0 8px 24px rgba(17,24,39,.05);
}
.os-home-empty h3{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.2;
    font-weight:900;
    color:#111827;
}
.os-home-empty p{
    margin:0;
    font-size:14px;
    line-height:1.8;
    color:#6b7280;
}

.os-cart-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:rgba(15,23,42,.58);
}
.os-cart-modal.is-open{display:flex}
.os-cart-modal__dialog{
    width:min(100%,460px);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,.22);
}
.os-cart-modal__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    border-bottom:1px solid #eef2f7;
}
.os-cart-modal__head h3{
    margin:0;
    font-size:18px;
    font-weight:900;
    color:#111827;
}
.os-cart-modal__close{
    width:36px;
    height:36px;
    border:none;
    border-radius:999px;
    background:#f3f4f6;
    color:#111827;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
}
.os-cart-modal__body{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:16px;
    padding:16px;
}
.os-cart-modal__media{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:130px;
    border:1px solid #edf1f5;
    border-radius:14px;
    background:#fff;
    padding:12px;
}
.os-cart-modal__media img{
    max-width:100%;
    max-height:110px;
    object-fit:contain;
    display:block;
}
.os-cart-modal__media-empty{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:110px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    background:#fff;
    color:#98a2b3;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}
.os-cart-modal__name{
    margin:0 0 6px;
    font-size:18px;
    line-height:1.3;
    font-weight:900;
    color:#111827;
}
.os-cart-modal__price{
    margin:0 0 4px;
    font-size:22px;
    line-height:1.05;
    font-weight:900;
    color:#d90429;
}
.os-cart-modal__old{
    margin:0 0 10px;
    font-size:13px;
    color:#98a2b3;
    text-decoration:line-through;
}
.os-cart-modal__qty-label{
    display:block;
    margin:0 0 6px;
    font-size:12px;
    font-weight:800;
    color:#334155;
}
.os-cart-modal__qty{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
}
.os-cart-modal__qty button{
    width:34px;
    height:34px;
    border:none;
    border-radius:10px;
    background:#f3f4f6;
    font-size:20px;
    font-weight:800;
    color:#111827;
    cursor:pointer;
}
.os-cart-modal__qty input{
    width:58px;
    height:34px;
    border:1px solid #d5dbe4;
    border-radius:10px;
    text-align:center;
    font-size:13px;
    font-weight:800;
    color:#111827;
}
.os-cart-modal__submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:42px;
    border:none;
    border-radius:12px;
    background:#0f172a;
    color:#fff;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    transition:.22s ease;
}
.os-cart-modal__submit:hover{background:#d90429}
.os-cart-modal__note{
    margin:8px 0 0;
    font-size:11px;
    line-height:1.6;
    color:#64748b;
}

/* DESKTOP/MID */
@media (max-width: 1199px){
    .os-home-head{padding-right:0}
}

@media (max-width: 991px){
    .os-home-page{padding:12px 0 38px}
    .os-home-hero-grid{grid-template-columns:1fr;gap:16px}
    .os-campaign-grid{grid-template-columns:1fr}
    .os-home-page .swiper-slide{height:auto}
    .os-hero-title{font-size:24px;line-height:1.15}
    .os-product-card2{border-radius:18px}
    .os-product-card2__image{min-height:160px;padding:14px}
    .os-product-card2__image img{max-height:124px}
    .os-category-box__image,
    .os-category-box__image img{min-height:170px;height:170px}
    .os-campaign-card{
        display:block;
        padding:20px;
    }
    .os-campaign-card__image{
        flex:0 0 auto;
        width:100%;
        margin-top:12px;
    }
}

/* MOBILE */
@media (max-width: 575px){
    .os-home-page{
        overflow:hidden;
        padding:10px 0 32px;
    }

    .os-home-hero{
        padding:8px 0 8px;
    }

    .os-home-hero-grid{
        gap:12px;
    }

    .os-hero-main{
        min-height:auto;
        padding:20px 16px;
        border-radius:18px;
    }

    .os-hero-title{
        font-size:18px;
        line-height:1.18;
        margin-bottom:10px;
    }

    .os-hero-desc{
        font-size:14px;
        line-height:1.65;
        margin-bottom:14px;
    }

    .os-hero-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
    }

    .os-hero-actions .os-btn{
        width:100%;
        justify-content:center;
        min-height:46px;
        border-radius:14px;
    }

    .os-hero-mini{
        padding:16px;
        border-radius:18px;
    }

    .os-hero-mini__title,
    .os-home-head h2{
        font-size:18px;
        line-height:1.2;
    }

    .os-hero-mini__desc,
    .os-home-head p{
        font-size:13px;
        line-height:1.65;
    }

    .os-home-head{
        display:block;
        padding-right:0;
        margin-bottom:12px;
    }

    .os-slider-wrap{
        padding-top:4px;
    }

    .os-slider-nav{
        position:static;
        justify-content:flex-end;
        margin:0 0 10px;
        gap:8px;
    }

    .os-slider-nav-btn{
        width:36px;
        height:36px;
        font-size:15px;
    }

    .os-product-card2{
        border-radius:18px;
    }

    .os-product-card2__image{
        min-height:136px;
        padding:12px;
    }

    .os-product-card2__image img{
        max-height:108px;
    }

    .os-product-card2__body{
        padding:12px;
    }

    .os-product-card2__title{
        min-height:auto;
        font-size:13px;
    }

    .os-product-card2__new{
        font-size:16px;
    }

    .os-product-card2__old{
        font-size:11px;
    }

    .os-add-btn{
        min-height:40px;
        font-size:13px;
        border-radius:12px;
    }

    .os-category-box__body{
        padding:12px;
    }

    .os-category-box__title{
        font-size:14px;
    }

    .os-category-box__image,
    .os-category-box__image img{
        min-height:150px;
        height:150px;
    }

    .os-campaign-card{
        padding:16px;
        gap:14px;
        border-radius:18px;
    }

    .os-campaign-card__title{
        font-size:18px;
    }

    .os-campaign-card__desc{
        font-size:13px;
        line-height:1.65;
    }

    .os-cart-modal__dialog{
        border-radius:16px;
    }

    .os-cart-modal__body{
        grid-template-columns:1fr;
        gap:12px;
    }
}
/* =========================================
   MOBILE HOME SPACING FIX
========================================= */
@media (max-width: 575px){

  body{
    background:#fff !important;
    overflow-x:hidden !important;
  }

  .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .os-home-page{
    padding:10px 0 28px !important;
    background:#fff !important;
  }

  .os-home-hero{
    padding:8px 0 10px !important;
  }

  .os-home-hero-grid{
    gap:12px !important;
  }

  .os-hero-main,
  .os-hero-mini,
  .os-campaign-card,
  .os-home-empty{
    border-radius:18px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .os-hero-main{
    padding:18px 16px !important;
    min-height:auto !important;
  }

  .os-hero-title{
    font-size:17px !important;
    line-height:1.18 !important;
    margin-bottom:10px !important;
  }

  .os-hero-desc{
    font-size:13px !important;
    line-height:1.6 !important;
    margin-bottom:12px !important;
  }

  .os-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .os-hero-actions .os-btn{
    width:100% !important;
    min-height:44px !important;
    border-radius:14px !important;
  }

  .os-hero-mini{
    padding:16px !important;
  }

  .os-hero-mini__title{
    font-size:16px !important;
    line-height:1.25 !important;
  }

  .os-hero-mini__desc{
    font-size:13px !important;
    line-height:1.6 !important;
  }

  .os-home-head{
    display:block !important;
    padding-right:0 !important;
    margin-bottom:12px !important;
  }

  .os-home-head h2{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .os-home-head p{
    font-size:13px !important;
    line-height:1.6 !important;
    margin-top:6px !important;
  }

  .os-slider-wrap{
    margin-left:-2px !important;
    margin-right:-2px !important;
  }

  .os-slider-nav{
    position:static !important;
    justify-content:flex-end !important;
    margin:0 0 10px !important;
    gap:8px !important;
  }

  .os-slider-nav-btn{
    width:34px !important;
    height:34px !important;
    font-size:14px !important;
  }

  .os-category-swiper,
  .os-product-swiper{
    padding:2px 2px 6px !important;
  }

  .os-category-box,
  .os-product-card2{
    border-radius:18px !important;
  }

  .os-category-box__image{
    min-height:140px !important;
  }

  .os-category-box__image img{
    height:140px !important;
    object-fit:cover !important;
  }

  .os-category-box__body{
    padding:12px !important;
  }

  .os-category-box__title{
    font-size:14px !important;
    line-height:1.3 !important;
  }

  .os-product-card2__image{
    min-height:132px !important;
    padding:12px !important;
  }

  .os-product-card2__image img{
    max-height:104px !important;
  }

  .os-product-card2__body{
    padding:12px !important;
    gap:7px !important;
  }

  .os-product-card2__title{
    font-size:13px !important;
    line-height:1.3 !important;
    min-height:auto !important;
  }

  .os-product-card2__sku{
    font-size:11px !important;
  }

  .os-product-card2__new{
    font-size:16px !important;
  }

  .os-product-card2__old{
    font-size:11px !important;
  }

  .os-add-btn{
    min-height:40px !important;
    font-size:13px !important;
    border-radius:12px !important;
  }

  .os-campaign-grid{
    gap:12px !important;
  }

  .os-campaign-card{
    padding:16px !important;
  }

  .os-campaign-card__title{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .os-campaign-card__desc{
    font-size:13px !important;
    line-height:1.6 !important;
  }
}


/* HOME / CATEGORY ÜRÜN KARTI GÖRSEL BLOĞU - FINAL */
.os-product-card2__image{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#f3f4f6 !important;
    border-bottom:1px solid #f1f5f9 !important;
}

.os-product-card2__image-link{
    display:block !important;
    width:100% !important;
    text-decoration:none !important;
    color:inherit !important;
}

.os-product-card2__img-full{
    display:block !important;
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center center !important;
}

.os-product-card2__image img{
    display:block !important;
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center center !important;
}

.os-product-card2__no-image{
    position:absolute !important;
    inset:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    border:none !important;
    border-radius:0 !important;
    background:#f3f4f6 !important;
    color:#94a3b8 !important;
    font-size:14px !important;
    font-weight:700 !important;
}

/* eski placeholder kutusunu iptal et */
.os-product-card2__empty{
    display:none !important;
}

@media (max-width:575px){
    .os-product-card2__image{
        height:170px !important;
        min-height:170px !important;
    }

    .os-product-card2__img-full,
    .os-product-card2__image img{
        height:170px !important;
        min-height:170px !important;
    }
}

/* GENEL GENİŞLİK OVERRIDE */
.container{
    max-width: 1400px !important;
    width: 100% !important;
}

/* FULL GENİŞ SAYFA */
.os-success-wrap{
    max-width: 1400px !important;
}

/* Kartın da yayılması için */
.os-success-card{
    width: 100%;
}