/*
Theme Name: Musa Makas Store
Theme URI: https://example.com/musa-makas-store
Author: Kod Canavari
Author URI: https://example.com
Description: Musa Makas için Apple Store tarzı minimalist, mobil uyumlu WordPress ana sayfa teması.
Version: 1.0.3.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: musa-makas-store
*/

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    background:#f5f5f7;
    color:#1d1d1f;
}
a{text-decoration:none;color:inherit}
button{font-family:inherit}

.header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(245,245,247,.86);
    backdrop-filter:blur(22px);
    border-bottom:1px solid rgba(0,0,0,.06);
}
.nav{
    height:54px;
    max-width:1280px;
    margin:auto;
    padding:0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo{display:flex;align-items:center;height:54px;line-height:0;flex:0 0 auto}
.logo img,.logo .custom-logo,.logo .mm-logo-img,.custom-logo-link img,.custom-logo{height:34px!important;max-height:34px!important;width:auto!important;max-width:220px!important;display:block!important;object-fit:contain!important}
.menu-list{display:flex;gap:28px;font-size:13px;list-style:none;margin:0;padding:0}
.menu-list li{margin:0;padding:0}
.menu-list a{opacity:.75}
.menu-list a:hover,.menu-list .current-menu-item>a,.menu-list .current_page_item>a{opacity:1}
.icons{display:flex;gap:18px;font-size:18px}

.store-title{
    max-width:1280px;
    margin:auto;
    padding:64px 24px 34px;
}
.store-title h1{
    font-size:clamp(38px,5vw,64px);
    line-height:1.05;
    letter-spacing:-2.6px;
}
.store-title span{color:#6e6e73}
.store-title p{
    margin-top:14px;
    font-size:20px;
    color:#6e6e73;
}

.slider-wrap{position:relative}
.slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:8;
    width:46px;
    height:46px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 25px rgba(0,0,0,.14);
    font-size:28px;
    cursor:pointer;
    color:#1d1d1f;
}
.slider-btn.left{left:14px}
.slider-btn.right{right:14px}

.categories{
    width:100%;
    padding-bottom:42px;
}
.category-row{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:8px max(24px, calc((100vw - 1280px) / 2 + 24px));
    justify-content:flex-start;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}
.category-row.is-short{justify-content:center;}
.category-row::-webkit-scrollbar,
.product-row::-webkit-scrollbar{display:none}

.category{
    scroll-snap-align:start;
    min-width:150px;
    background:#fff;
    border-radius:24px;
    padding:18px;
    text-align:center;
    box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.category img{
    width:100%;
    height:72px;
    object-fit:contain;
}
.category strong{
    display:block;
    margin-top:12px;
    font-size:13px;
}

.hero-slider{
    max-width:1280px;
    margin:0 auto 50px;
    padding:0 24px;
    position:relative;
}
.slide{display:none}
.slide.active{display:block}
.slide-content{
    background:#fff;
    border-radius:34px;
    min-height:560px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    overflow:hidden;
}
.slide-text{padding:70px}
.badge{
    display:inline-block;
    color:#a00000;
    font-size:13px;
    font-weight:700;
    margin-bottom:12px;
}
.slide-text h2{
    font-size:clamp(44px,5vw,72px);
    line-height:1;
    letter-spacing:-3px;
}
.slide-text p{
    margin-top:20px;
    font-size:22px;
    color:#6e6e73;
    max-width:500px;
    line-height:1.45;
}
.buttons{
    margin-top:30px;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.btn{
    padding:12px 22px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
}
.btn-dark{background:#1d1d1f;color:#fff}
.btn-light{background:#f5f5f7;color:#1d1d1f}

.slide-image{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px;
}
.slide-image img{
    width:100%;
    max-width:700px;
    object-fit:contain;
}
.hero-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:white;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    cursor:pointer;
    font-size:32px;
    z-index:5;
}
.hero-prev{left:35px}
.hero-next{right:35px}

.products-section{
    width:100%;
    padding:38px 0 56px;
}
.section-head{
    max-width:1280px;
    margin:0 auto 22px;
    padding:0 24px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:20px;
}
.section-head h2{
    font-size:36px;
    letter-spacing:-1.5px;
}
.section-head span{color:#6e6e73}
.section-head a{
    color:#1d1d1f;
    font-size:13px;
    font-weight:600;
    background:#e8e8ed;
    border-radius:999px;
    padding:8px 14px;
    line-height:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease, transform .2s ease;
}
.section-head a:hover{
    background:#dedee3;
    transform:translateY(-1px);
}

.product-row{
    width:100%;
    display:flex;
    gap:22px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:0 max(24px, calc((100vw - 1280px) / 2 + 24px)) 20px;
    scroll-snap-type:x mandatory;
    justify-content:flex-start;
    -webkit-overflow-scrolling:touch;
}
.product-row.is-short{justify-content:center;}
.product-row.force-start,.product-row.force-start.is-short{justify-content:flex-start!important;}
.product-card{
    scroll-snap-align:start;
    min-width:410px;
    height:540px;
    background:#fff;
    border-radius:30px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.product-card small{
    color:#a00000;
    font-size:12px;
    font-weight:700;
}
.product-img{
    height:260px;
    margin:16px 0 22px;
    background:#f5f5f7;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.product-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:18px;
}
.product-card h3{
    font-size:26px;
    letter-spacing:-1px;
}
.product-card p{
    margin-top:9px;
    color:#6e6e73;
    font-size:15px;
    line-height:1.45;
}
.price{
    margin-top:20px;
    font-size:17px;
    font-weight:700;
}
.card-bottom{
    margin-top:16px;
    display:flex;
    justify-content:space-between;
}
.buy-btn{
    background:#1d1d1f;
    color:white;
    border-radius:999px;
    padding:9px 17px;
    font-size:13px;
    font-weight:600;
}

.info{
    max-width:1280px;
    margin:auto;
    padding:20px 24px 70px;
}
.info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.info-card{
    background:#fff;
    border-radius:28px;
    padding:32px;
}
.info-card h3{
    font-size:23px;
    letter-spacing:-.8px;
}
.info-card p{
    margin-top:10px;
    color:#6e6e73;
    line-height:1.45;
}

.footer{
    max-width:1280px;
    margin:auto;
    padding:32px 24px;
    color:#86868b;
    font-size:13px;
}
.footer-line{
    border-top:1px solid #d2d2d7;
    padding-top:22px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:18px;
}
.footer-signature{text-align:center;font-weight:700;letter-spacing:.8px}
.footer-signature a{color:#1d1d1f}
.footer-menu{justify-self:end}
.footer-menu-list{display:flex;gap:14px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.footer-menu-list a{color:#86868b}
.footer-menu-list a:hover{color:#1d1d1f}

@media(max-width:900px){
    .footer-line{grid-template-columns:1fr;text-align:center}
    .footer-menu{justify-self:center}
    .footer-menu-list{justify-content:center}

    .menu{display:none}
    .slide-content{
        grid-template-columns:1fr;
        text-align:center;
    }
    .slide-text{
        padding:42px 28px 12px;
    }
    .slide-text p{
        margin:auto;
        margin-top:15px;
        font-size:18px;
    }
    .buttons{justify-content:center}
    .slide-image{padding:20px}
    .info-grid{grid-template-columns:1fr}
}

@media(max-width:560px){
    .logo img,.logo .custom-logo,.logo .mm-logo-img,.custom-logo-link img,.custom-logo{height:34px!important;max-height:34px!important;width:auto!important}
    .store-title{padding-top:44px}
    .product-row{
        gap:16px;
        padding-left:37px!important;
        padding-right:24px!important;
        justify-content:flex-start!important;
        scroll-padding-left:37px;
    }
    .product-row.is-short{justify-content:flex-start!important;}
    .product-card{
        min-width:82vw;
        width:82vw;
        max-width:82vw;
        height:510px;
        flex:0 0 82vw;
    }
    .product-img{height:230px}
    .section-head h2{font-size:30px}
    .slider-btn,.hero-arrow{
        width:40px;
        height:40px;
        font-size:24px;
    }
}

/* WordPress admin bar uyumu */
.admin-bar .header{top:32px}
@media(max-width:782px){.admin-bar .header{top:46px}}


/* WordPress sayfa içerikleri */
.page-content-wrap{
    max-width:980px;
    margin:0 auto;
    padding:64px 24px 80px;
}
.page-card{
    background:#fff;
    border-radius:32px;
    padding:clamp(28px,5vw,58px);
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.page-card h1{
    font-size:clamp(34px,5vw,56px);
    line-height:1.05;
    letter-spacing:-2px;
    margin-bottom:24px;
}
.page-card p,
.page-card li{
    color:#4f4f54;
    font-size:17px;
    line-height:1.7;
}
.page-card p + p,
.page-card ul,
.page-card ol{
    margin-top:18px;
}
.page-card ul,
.page-card ol{
    padding-left:22px;
}
.page-card img{
    max-width:100%;
    height:auto;
    border-radius:22px;
}

/* Ürün detay sayfası */
.product-detail-wrap{
    max-width:1280px;
    margin:0 auto;
    padding:56px 24px 80px;
}
.product-detail-card{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:34px;
    align-items:start;
}
.product-detail-gallery,
.product-detail-info{
    background:#fff;
    border-radius:34px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.product-detail-gallery{padding:26px}
.product-main-image{
    background:#f5f5f7;
    border-radius:28px;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.product-main-image img{
    width:100%;
    height:100%;
    max-height:520px;
    object-fit:contain;
    padding:24px;
}
.product-thumbs{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-top:16px;
}
.product-thumb{
    min-width:86px;
    width:86px;
    height:86px;
    border:2px solid transparent;
    border-radius:18px;
    background:#f5f5f7;
    cursor:pointer;
    overflow:hidden;
}
.product-thumb.active{border-color:#1d1d1f}
.product-thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:8px;
}
.product-detail-info{padding:clamp(30px,4vw,54px)}
.product-detail-info h1{
    font-size:clamp(30px,3.4vw,46px);
    line-height:1;
    letter-spacing:-2.6px;
    margin:4px 0 18px;
}
.product-detail-price{
    font-size:20px;
    font-weight:800;
    margin-bottom:22px;
}
.product-detail-text,
.product-detail-text p{
    color:#6e6e73;
    font-size:17px;
    line-height:1.65;
}
.payment-boxes{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-top:30px;
}
.payment-box{
    background:#f5f5f7;
    border-radius:24px;
    padding:22px;
}
.payment-box h3{
    font-size:18px;
    letter-spacing:-.5px;
    margin-bottom:8px;
}
.payment-box p{
    color:#6e6e73;
    line-height:1.55;
    white-space:normal;
}
.payment-btn{
    display:inline-flex;
    margin-top:16px;
}
.payment-btn.disabled{
    opacity:.6;
    pointer-events:none;
}
@media(max-width:900px){
    .footer-line{grid-template-columns:1fr;text-align:center}
    .footer-menu{justify-self:center}
    .footer-menu-list{justify-content:center}

    .product-detail-card{grid-template-columns:1fr}
    .product-main-image{min-height:360px}
}
@media(max-width:560px){
    .product-detail-wrap{padding:30px 16px 56px}
    .product-detail-gallery{padding:16px;border-radius:26px}
    .product-detail-info{border-radius:26px}
    .product-main-image{min-height:300px;border-radius:22px}
    .product-thumb{min-width:72px;width:72px;height:72px;border-radius:14px}
}

/* Satın alma seçenekleri */
.buy-panel{
    margin-top:30px;
    background:#f5f5f7;
    border-radius:28px;
    padding:24px;
}
.buy-panel > h3{
    font-size:24px;
    letter-spacing:-.6px;
    margin-bottom:16px;
}
.payment-choice{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-bottom:18px;
}
.payment-choice label{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:15px 16px;
    font-weight:700;
    cursor:pointer;
    display:flex;
    gap:9px;
    align-items:center;
}
.payment-tab{display:none}
.payment-tab.active{display:block}
.bank-order-form{
    background:#fff;
    border-radius:24px;
    padding:22px;
    margin-top:14px;
}
.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}
.form-grid label{
    font-size:13px;
    font-weight:700;
    color:#1d1d1f;
}
.form-grid label.full{grid-column:1 / -1}
.form-grid input,
.form-grid textarea{
    width:100%;
    margin-top:7px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:14px;
    padding:12px 13px;
    font:inherit;
    background:#f5f5f7;
    outline:none;
}
.form-grid textarea{min-height:92px;resize:vertical}
.order-message{
    margin-top:14px;
    border-radius:18px;
    padding:14px 16px;
    font-weight:700;
}
.order-message.success{background:#e9f8ef;color:#177336}
.order-message.error{background:#fff0f0;color:#a00000}
.payment-box strong{color:#1d1d1f}

@media(max-width:700px){
    .payment-choice,.form-grid{grid-template-columns:1fr}
    .buy-panel{padding:18px;border-radius:24px}
}

/* Sepet ve güncel ödeme akışı */
.cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}
.cart-icon em{position:absolute;right:-10px;top:-9px;min-width:17px;height:17px;border-radius:999px;background:#1d1d1f;color:#fff;font-size:10px;line-height:17px;text-align:center;font-style:normal;font-weight:700}
.add-cart-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;background:#fff;border-radius:20px;padding:16px;margin:0 0 18px}
.add-cart-form label{font-size:13px;font-weight:700}
.add-cart-form input{width:90px;margin-top:7px;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:10px 13px;font:inherit;background:#f5f5f7}
.whatsapp-iban{display:inline-flex;margin-top:8px}
.cart-page-wrap{max-width:1180px;margin:auto;padding:54px 24px 78px}
.cart-card{background:#fff;border-radius:34px;padding:clamp(24px,4vw,44px);box-shadow:0 8px 24px rgba(0,0,0,.05)}
.cart-card h1{font-size:clamp(28px,3.5vw,42px);letter-spacing:-2px;margin-bottom:24px}
.cart-items{display:grid;gap:12px;margin-bottom:24px}
.cart-item{display:grid;grid-template-columns:76px 1fr auto auto;gap:16px;align-items:center;background:#f5f5f7;border-radius:22px;padding:14px}
.cart-item img{width:76px;height:76px;object-fit:contain;border-radius:16px;background:#fff}
.cart-item span{color:#6e6e73;font-size:14px}
.cart-item a{color:#a00000;font-weight:700;font-size:14px}
.cart-total{font-size:24px;font-weight:800;letter-spacing:-.5px;margin:18px 0 22px;text-align:right}
.cart-checkout-form{background:#f5f5f7;border-radius:28px;padding:22px;margin-top:18px}
.cart-checkout-form h3{font-size:24px;margin-bottom:16px;letter-spacing:-.5px}
@media(max-width:700px){
    .cart-page-wrap{padding:30px 16px 56px}
    .cart-item{grid-template-columns:64px 1fr;gap:12px}
    .cart-item > div:nth-child(3),.cart-item > a{grid-column:2;text-align:left}
    .cart-total{text-align:left;font-size:21px}
}

/* v10 düzeltmeleri */
.tax-note{font-size:.62em;font-weight:700;color:#6e6e73;margin-left:4px;white-space:nowrap;letter-spacing:0}
.product-detail-price .tax-note{font-size:13px;vertical-align:baseline}
.price .tax-note{font-size:12px}
.cart-total .tax-note{font-size:13px}
.cart-item{grid-template-columns:76px minmax(180px,1fr) auto auto auto}
.cart-item-img{display:block;color:inherit}
.cart-item-info a,.cart-product-title{color:#1d1d1f!important;text-decoration:none}
.cart-item-info a:hover{text-decoration:underline}
.cart-qty-form{display:flex;align-items:center;gap:6px;background:#fff;border-radius:999px;padding:6px}
.cart-qty-form button{width:30px;height:30px;border:none;border-radius:50%;background:#1d1d1f;color:#fff;font-size:18px;line-height:1;cursor:pointer}
.cart-qty-form input{width:54px;border:none;background:#f5f5f7;border-radius:999px;padding:8px;text-align:center;font-weight:700}
.cart-line-price{font-weight:800;white-space:nowrap}
.cart-remove{color:#a00000!important;font-weight:800}
.archive-products-wrap{max-width:1280px;margin:auto;padding:54px 24px 78px}
.archive-products-head{margin-bottom:28px}
.archive-products-head h1{font-size:clamp(30px,3.8vw,48px);letter-spacing:-2.2px;line-height:1.05}
.archive-products-head p{margin-top:12px;color:#6e6e73;font-size:18px}
.archive-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.archive-product-card{min-width:0;width:100%;height:auto;min-height:540px}
.archive-product-link{display:block;color:inherit}
.archive-pagination{margin-top:30px;text-align:center}
@media(max-width:1000px){.archive-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
    .archive-products-wrap{padding:34px 16px 58px}
    .archive-products-grid{grid-template-columns:1fr}
    .cart-item{grid-template-columns:64px 1fr;align-items:start}
    .cart-qty-form,.cart-line-price,.cart-remove{grid-column:2;text-align:left;justify-self:start}
    .cart-item > div:nth-child(3),.cart-item > a{grid-column:auto;text-align:inherit}
}

/* v11 başlık ve sepet düzeltmeleri */
.product-detail-info h1{font-size:clamp(30px,3.4vw,46px)!important;}
.product-detail-text h1{font-size:28px;}
.product-detail-text h2{font-size:24px;}
.product-detail-text h3{font-size:20px;}
.payment-box h3,.buy-panel h3,.cart-checkout-form h3{font-size:18px!important;letter-spacing:-.3px;}
.tax-note{font-size:11px!important;font-weight:700;margin-left:4px;color:#6e6e73;}
.cart-qty-form button{display:inline-flex;align-items:center;justify-content:center;}
.cart-qty-form input[type=number]{appearance:textfield;-moz-appearance:textfield;}
.cart-qty-form input::-webkit-outer-spin-button,.cart-qty-form input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}


/* v16 düzeltmeleri */
.product-detail-info h1{font-size:clamp(24px,2.6vw,34px)!important;letter-spacing:-1.5px!important;line-height:1.08!important;}
.page-card h1,.cart-card h1,.archive-products-head h1{font-size:clamp(24px,3vw,36px)!important;letter-spacing:-1.4px!important;}
.product-detail-text h1{font-size:24px!important;letter-spacing:-.8px;}
.product-detail-text h2{font-size:21px!important;letter-spacing:-.5px;}
.product-detail-text h3{font-size:18px!important;}
.buy-panel > h3,.payment-box h3,.cart-checkout-form h3{font-size:17px!important;}
.bank-only-cart.is-card-hidden{display:none!important;}


/* Müşteri hesabı ve sipariş takip */
.customer-account-page{max-width:1180px;margin:0 auto;padding:54px 24px 80px;}
.customer-account-card{background:#fff;border-radius:30px;padding:34px;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.customer-account-card h1{font-size:34px;letter-spacing:-1px;margin-bottom:22px;}
.customer-account-card h2{font-size:24px;letter-spacing:-.5px;margin:20px 0 14px;}
.customer-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;}
.customer-login-box,.customer-register-box{background:#f5f5f7;border-radius:22px;padding:24px;}
.customer-register-form label,.customer-login-box label{display:block;font-size:14px;font-weight:600;margin-bottom:12px;}
.customer-register-form input,.customer-login-box input[type=text],.customer-login-box input[type=password]{width:100%;border:1px solid #d2d2d7;border-radius:14px;padding:12px;margin-top:6px;background:#fff;}
.customer-welcome{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#f5f5f7;border-radius:22px;padding:20px;margin-bottom:22px;}
.customer-welcome p{margin-top:5px;color:#6e6e73;}
.customer-orders{display:grid;gap:16px;}
.customer-order-card{border:1px solid #e5e5ea;border-radius:22px;padding:20px;background:#fff;}
.customer-order-head,.customer-order-foot{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;}
.customer-order-head span{display:block;color:#6e6e73;font-size:13px;margin-top:4px;}
.customer-order-products{margin:16px 0;border-top:1px solid #f0f0f2;border-bottom:1px solid #f0f0f2;padding:10px 0;}
.customer-order-product{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:14px;}
.customer-order-foot{color:#6e6e73;font-size:14px;}
.customer-order-foot strong{color:#1d1d1f;}
.customer-order-foot a{color:#0071e3;font-weight:700;}
.musa-customer-status{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700;background:#f5f5f7;color:#1d1d1f;}
.musa-customer-status-bekleniyor{background:#fff4d6;color:#7a4c00;}
.musa-customer-status-onaylandi{background:#e8f5e9;color:#1b5e20;}
.musa-customer-status-kargoda{background:#e3f2fd;color:#0d47a1;}
.musa-customer-status-tamamlandi{background:#eceff1;color:#263238;}
.order-message.notice{background:#eef5ff;color:#1d1d1f;border-radius:16px;padding:13px 16px;margin:16px 0;}
.order-message.notice a{color:#0071e3;font-weight:700;}
@media(max-width:760px){.customer-auth-grid{grid-template-columns:1fr}.customer-account-card{padding:22px}.customer-welcome{align-items:flex-start;flex-direction:column}.customer-order-product,.customer-order-head,.customer-order-foot{align-items:flex-start}}

/* Header account link */
.header-actions{align-items:center;gap:14px;flex-shrink:0}
.header-icon-link{color:#1d1d1f;line-height:1;transition:opacity .2s ease, transform .2s ease}
.header-icon-link:hover{opacity:1;transform:translateY(-1px)}
.account-icon{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.62);border:1px solid rgba(0,0,0,.06);font-size:14px;white-space:nowrap}
.account-icon strong{font-size:12px;font-weight:600;letter-spacing:-.2px}
.account-symbol{font-size:17px;line-height:1}
.search-icon{opacity:.85;line-height:1}
@media(max-width:560px){
    .header-actions{gap:10px}
    .account-icon{padding:6px 8px}
    .account-icon strong{display:none}
    .account-symbol{font-size:18px}
}


/* v23 header hesap küçültme ve üyelik formu */
.header-actions{gap:10px;}
.account-icon{gap:4px!important;padding:4px 7px!important;font-size:11px!important;line-height:1!important;max-width:132px;overflow:hidden;}
.account-icon strong{font-size:10.5px!important;font-weight:600!important;letter-spacing:-.15px;max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.account-symbol{font-size:13px!important;line-height:1!important;}
.customer-profile-box{background:#f5f5f7;border-radius:22px;padding:24px;margin:22px 0 26px;}
.customer-profile-box h2{margin-top:0;}
.customer-profile-form .form-grid,.cart-checkout-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.customer-profile-form label.full,.cart-checkout-form label.full{grid-column:1/-1;}
.customer-profile-form input,.customer-profile-form textarea,.customer-register-form textarea{width:100%;border:1px solid #d2d2d7;border-radius:14px;padding:12px;margin-top:6px;background:#fff;}
.customer-profile-form textarea,.customer-register-form textarea{min-height:86px;resize:vertical;}
@media(max-width:760px){.account-icon{padding:5px 6px!important}.account-icon strong{display:none!important}.account-symbol{font-size:15px!important}.customer-profile-form .form-grid,.cart-checkout-form .form-grid{grid-template-columns:1fr;}}

/* v24: Ürün detayda sadece sepete ekleme */
.product-detail-cart-panel .product-cart-note{
    margin:0 0 16px;
    color:#6e6e73;
    font-size:13px;
    line-height:1.45;
}
.product-detail-cart-panel .add-cart-form{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.product-detail-cart-panel .add-cart-form label{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#6e6e73;
}
.product-detail-cart-panel .add-cart-form input[type="number"]{
    width:78px;
}


/* v25: Hesabım butonları, fatura bilgileri ve sepet fatura alanı */
.account-dashboard-buttons{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin:18px 0 24px;
}
.account-dashboard-btn{
    background:#f5f5f7;
    border:1px solid #e5e5ea;
    border-radius:20px;
    padding:16px 14px;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:72px;
    transition:transform .2s ease, box-shadow .2s ease;
}
.account-dashboard-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.06)}
.account-dashboard-btn span{font-size:20px;line-height:1}
.account-dashboard-btn strong{font-size:14px;letter-spacing:-.2px}
.muted-text{color:#6e6e73;font-size:14px;line-height:1.5}
.invoice-toggle-box{background:#f5f5f7;border-radius:22px;padding:18px;margin:16px 0;}
.invoice-toggle{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;cursor:pointer;}
.invoice-fields{margin-top:16px;border-top:1px solid #e5e5ea;padding-top:16px;}
.cart-checkout-form input[type="text"],
.cart-checkout-form input[type="email"],
.cart-checkout-form textarea{width:100%;border:1px solid #d2d2d7;border-radius:14px;padding:12px;margin-top:6px;background:#fff;}
.cart-checkout-form textarea{min-height:86px;resize:vertical;}
@media(max-width:760px){.account-dashboard-buttons{grid-template-columns:1fr 1fr}.account-dashboard-btn{min-height:62px;padding:13px 12px}.account-dashboard-btn strong{font-size:12px}}

/* v26: Hesabım ana ekranında sadece Siparişler görünür, diğerleri butonla açılır */
.account-dashboard-btn.active{
    background:#1d1d1f;
    color:#fff;
    border-color:#1d1d1f;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
}

/* v27: Sepet / satın alma ayrımı ve mobil akordiyon menü */
.mobile-menu-toggle{display:none;border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#1d1d1f;padding:6px 8px;border-radius:10px}
.cart-actions-row{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:18px}
.empty-cart-box{display:flex;align-items:flex-start;gap:16px;flex-direction:column;color:#6e6e73}
.checkout-summary-box{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f5f5f7;border-radius:22px;padding:16px 18px;margin-bottom:18px;flex-wrap:wrap}
.checkout-summary-box strong{font-size:16px;letter-spacing:-.2px}.checkout-summary-box span{color:#6e6e73;font-size:14px}.checkout-summary-box a{color:#0071e3;font-weight:700;font-size:14px}
@media(max-width:900px){
    .footer-line{grid-template-columns:1fr;text-align:center}
    .footer-menu{justify-self:center}
    .footer-menu-list{justify-content:center}

    .nav{position:relative}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:2}.icons.header-actions{order:3}.logo{order:1}.menu{display:none;position:absolute;top:54px;left:16px;right:16px;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 18px 40px rgba(0,0,0,.13);padding:10px;z-index:120}.menu.is-open{display:block}.menu-list{display:flex;flex-direction:column;gap:0;font-size:15px}.menu-list a{display:block;padding:13px 14px;border-radius:14px;opacity:1}.menu-list a:hover{background:#f5f5f7}.header-actions{gap:10px}.cart-actions-row{justify-content:stretch}.cart-actions-row .btn{flex:1;text-align:center}.checkout-summary-box{align-items:flex-start;flex-direction:column}
}

/* v28 - checkout summary table and small cart notice */
.mini-cart-added{margin-bottom:14px;padding:12px 14px;border-radius:16px;background:#e9f8ee;color:#176b2c;font-weight:700;font-size:13px;}
.checkout-summary-table-wrap{overflow-x:auto;background:#f5f5f7;border-radius:24px;padding:10px;margin:16px 0 10px;}
.checkout-summary-table{width:100%;border-collapse:separate;border-spacing:0 8px;min-width:620px;}
.checkout-summary-table th{font-size:12px;color:#6e6e73;text-align:left;padding:8px 12px;font-weight:800;}
.checkout-summary-table td{background:#fff;padding:12px;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);font-size:14px;vertical-align:middle;}
.checkout-summary-table td:first-child{border-radius:16px 0 0 16px;border-left:1px solid rgba(0,0,0,.04);}
.checkout-summary-table td:last-child{border-radius:0 16px 16px 0;border-right:1px solid rgba(0,0,0,.04);white-space:nowrap;}
.checkout-summary-table td a{display:flex;align-items:center;gap:12px;color:#1d1d1f;font-weight:800;}
.checkout-summary-table td img{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#f5f5f7;}
@media(max-width:760px){.checkout-summary-table-wrap{margin-left:-6px;margin-right:-6px}.checkout-summary-table{min-width:560px}.checkout-summary-table td,.checkout-summary-table th{padding:10px;font-size:13px}.checkout-summary-table td img{width:44px;height:44px}}


/* v29 listeleme filtreleri */
.musa-listing-filters{
    max-width:1280px;
    margin:0 auto 26px;
    padding:0 24px;
}
.musa-filter-title{
    font-size:13px;
    font-weight:700;
    color:#6e6e73;
    margin-bottom:10px;
}
.musa-filter-pills{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.musa-filter-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 15px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    font-size:13px;
    color:#1d1d1f;
    box-shadow:0 5px 16px rgba(0,0,0,.035);
}
.musa-filter-pill.active,
.musa-filter-pill:hover{
    background:#1d1d1f;
    color:#fff;
}
@media(max-width:560px){
    .musa-listing-filters{padding:0 16px;margin-bottom:18px;}
    .musa-filter-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;}
    .musa-filter-pills::-webkit-scrollbar{display:none;}
    .musa-filter-pill{white-space:nowrap;font-size:12px;min-height:34px;padding:7px 13px;}
}

/* v31 sıralama seçenekleri */
.musa-listing-toolbar{
    max-width:1280px;
    margin:0 auto 24px;
    padding:0 24px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.musa-listing-toolbar .musa-listing-filters{
    margin:0;
    padding:0;
    flex:1 1 620px;
}
.musa-sort-form{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.musa-sort-form label{
    color:#6e6e73;
    font-size:12px;
    font-weight:700;
}
.musa-sort-form select{
    border:none;
    outline:none;
    background:#f5f5f7;
    border-radius:999px;
    padding:9px 13px;
    color:#1d1d1f;
    font-size:13px;
    font-weight:700;
}
@media(max-width:700px){
    .musa-listing-toolbar{padding:0 16px;}
    .musa-sort-form{width:100%; justify-content:space-between;}
    .musa-sort-form select{flex:1;}
}

/* v32 - Hakkımızda ve İletişim sayfaları */
.mm-page-main{max-width:1280px;margin:0 auto;padding:54px 24px 72px}
.mm-sub-hero{background:#fff;border-radius:34px;padding:54px 58px;margin-bottom:24px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.mm-sub-hero span{display:block;color:#a00000;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}
.mm-sub-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-2.2px;max-width:900px}
.mm-sub-hero p{margin-top:16px;color:#6e6e73;font-size:19px;line-height:1.45;max-width:760px}
.mm-page-grid{display:grid;gap:22px;margin-top:22px}
.mm-page-grid-2{grid-template-columns:1.5fr 1fr}
.mm-page-grid-3{grid-template-columns:repeat(3,1fr)}
.mm-soft-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.mm-soft-card h2{font-size:30px;letter-spacing:-1px;margin-bottom:14px}
.mm-soft-card h3{font-size:23px;letter-spacing:-.7px;margin-bottom:10px}
.mm-soft-card p{color:#6e6e73;line-height:1.55;margin-top:10px;font-size:15px}
.mm-contact-card strong{display:block;color:#a00000;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.mm-pill-btn{display:inline-flex;margin-top:18px;background:#1d1d1f;color:#fff!important;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700;align-items:center;justify-content:center}
.mm-contact-wide{margin-top:22px}
@media(max-width:900px){
    .footer-line{grid-template-columns:1fr;text-align:center}
    .footer-menu{justify-self:center}
    .footer-menu-list{justify-content:center}
.mm-page-grid-2,.mm-page-grid-3{grid-template-columns:1fr}.mm-sub-hero{padding:38px 28px}.mm-page-main{padding-top:34px}.mm-soft-card{padding:26px}.mm-sub-hero p{font-size:17px}}

/* v33 - panelden seçilebilir Hakkımızda / İletişim tasarımları */
.mm-page-grid-1{grid-template-columns:1fr;}
.mm-sub-hero-with-image{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:28px;}
.mm-hero-page-image{background:#f5f5f7;border-radius:28px;min-height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.mm-hero-page-image img{width:100%;height:100%;max-height:360px;object-fit:contain;padding:24px;}
.mm-layout-compact .mm-sub-hero{padding:38px 44px;}
.mm-layout-compact .mm-sub-hero h1{font-size:clamp(28px,3vw,42px);max-width:760px;}
.mm-layout-compact .mm-soft-card{padding:26px;}
.mm-layout-split .mm-contact-card.mm-large-card{min-height:260px;display:flex;flex-direction:column;justify-content:center;}
.mm-layout-split .mm-contact-card.mm-large-card h3{font-size:30px;}
.mm-layout-image .mm-large-card h2{font-size:34px;}
@media(max-width:900px){
    .footer-line{grid-template-columns:1fr;text-align:center}
    .footer-menu{justify-self:center}
    .footer-menu-list{justify-content:center}
.mm-sub-hero-with-image{grid-template-columns:1fr}.mm-hero-page-image{min-height:210px}.mm-layout-compact .mm-sub-hero{padding:32px 24px}}

.checkout-totals-box{margin:18px 0 16px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:18px;display:grid;gap:10px}
.checkout-totals-box div{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#6e6e73;font-size:14px}
.checkout-totals-box strong{color:#1d1d1f;font-size:15px}
.checkout-totals-box .grand{padding-top:10px;border-top:1px solid #eee;color:#1d1d1f;font-weight:700}
.checkout-totals-box .grand strong{font-size:18px}
.checkout-totals-box .card-extra{color:#a00000}
.checkout-totals-box .card-payable{background:#f5f5f7;border-radius:14px;padding:12px;border-top:none}
@media(max-width:560px){.checkout-totals-box div{font-size:13px}.checkout-totals-box .grand strong{font-size:16px}}

/* v52 demo payment */
.musa-demo-payment-card{max-width:960px;margin:42px auto}.demo-payment-note{color:#6e6e73;margin:8px 0 22px}.demo-payment-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.demo-payment-actions .btn{border:none;cursor:pointer}
