*{box-sizing:border-box;margin:0;padding:0}
img{display:block;max-width:100%;height:auto}
ul{list-style:none}
a{color:inherit;text-decoration:none}
h1,h2{font-weight:700}
body{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}

.btn{padding:10px 12px;border:0;border-radius:10px;cursor:pointer;font-weight:700;font-size:13px}
.btn:hover{filter:brightness(.96)}
.btn--primary{background:var(--primary);color:#fff}
.btn--secondary{background:var(--secondary);color:#fff}
.is-disabled,.btn:disabled{opacity:.6;pointer-events:none}

.auth-btn,.user-btn,.padd,.btn-checkout{padding:10px 12px;border:0;border-radius:10px;cursor:pointer;font-weight:700;font-size:13px;background:var(--primary);color:#fff}
.btn-checkout{width:100%}

.owner-header{
    position:relative;display:flex;align-items:center;justify-content:center;
    padding:14px 16px;border-bottom:1px solid var(--border);background:var(--surface);
}
.owner-header .title{font-size:24px;line-height:1;padding-top:1rem}
.auth-actions{position:absolute;right:12px;top:10px;display:flex;gap:8px}
.user-menu{position:relative}
.user-dropdown{
    position:absolute;right:0;top:110%;min-width:220px;display:none;overflow:hidden;z-index:1000;
    background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);
}
.user-dropdown.open{display:block}
.user-dropdown a{display:block;padding:10px 14px;font-size:14px}
.user-dropdown a:hover{background:color-mix(in srgb,var(--primary) 12%,transparent)}
.user-dropdown .logout{color:#e53935}

.owner-hero{width:100%;height:148px;object-fit:cover}
@media (min-width:768px){.owner-hero{height:230px}}

.owner-stick{position:sticky;top:0;z-index:900;background:var(--surface);padding-top:.5rem}
.owner-search-box{position:relative;width:92%;max-width:600px;margin:10px auto}
.owner-search{
    width:100%;padding:10px 44px 10px 46px;border:2px solid var(--border);border-radius:10px;
    background:var(--surface);color:var(--text);font-size:15px;
}
.owner-search::placeholder{color:color-mix(in srgb,var(--text) 55%,transparent)}
.owner-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--secondary)}

.owner-tabs{
    display:flex;gap:6px;overflow-x:auto;white-space:nowrap;padding:0 8px;border-bottom:1px solid var(--border);background:var(--surface)
}
.owner-tabs li{
    padding:10px 14px;border-radius:8px 8px 0 0;cursor:pointer;font-size:14px;font-weight:600;color:var(--helper);text-transform: uppercase;
}
.owner-tabs li.active{background:var(--secondary);color:#fff}


.owner-section {
    display: block !important;
    padding: 0 15px !important;
    background-color: #fff;
}

.owner-section h2 {
    margin: 20px 0 10px 0 !important;
    font-size: 20px !important;
    color: var(--secondary);
    border-bottom: 3px solid #000;
}


.owner-item {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    height: auto !important;
    min-height: 110px !important;
    transition: background-color 0.2s;
}


.owner-item:hover {
    background-color: #fafafa !important;
    transform: none !important;
    border-color: transparent !important;
}


.owner-info {
    flex: 1;
    padding-right: 15px;
}

.owner-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--secondary);
    margin-bottom: 6px !important;
}

.owner-desc {
    font-size: 13px !important;
    color: var(--helper);
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: none !important;
}

.owner-price {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--helper);
}


.owner-thumb-wrap {
    width: 90px !important;
    height: 90px !important;
    border-radius: 8px !important;
    flex-shrink: 0;
}

.owner-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: none !important;
    border-radius: 8px !important;
}


.owner-quickadd {
    position: absolute !important;
    right: 8px !important;
    bottom: 8px !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #fff !important;
    color: var(--primary) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #eee !important;
    padding-bottom: 1.5px;
}

.owner-quickadd:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .owner-section {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .owner-thumb-wrap {
        width: 110px !important;
        height: 110px !important;
    }
}

.cart-fab{
    position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;background:var(--primary);
    z-index:920;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.35)
}
.cart-count{
    position:absolute;right:-6px;top:-6px;min-width:20px;padding:2px 6px;border-radius:16px;background:var(--helper);color:#fff;font-size:12px;font-weight:700;text-align:center
}
#ownerTopBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--primary) !important;
    font-size: 64px;
    font-weight: 900;
    z-index: 9999;
    cursor: pointer;
    display: none;
    transition: transform 0.3s ease;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

#ownerTopBtn i {
    margin: 0 !important;
    padding: 0 !important;
}

#ownerTopBtn:hover {
    transform: translateY(-10px) scale(1.1);
}

@media (max-width: 768px) {
    #ownerTopBtn {
        right: 20px;
        bottom: 20px;
        font-size: 50px;
    }
}
.owner-toast{
    position:fixed;left:50%;bottom:20px;transform:translateX(-50%);display:none;
    padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:var(--primary);color:var(--text);
    font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:950
}

.yak-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55);z-index:980}
.yak-modal-content{width:92%;max-width:640px;border-radius:16px;padding:18px;background:var(--surface);color:var(--helper
);position:relative;box-shadow:0 10px 32px rgba(0,0,0,.25)}
.yak-close{position:absolute;right:12px;top:10px;font-size:22px;cursor:pointer}
.yak-tabs,.yak-login-switch{display:flex;gap:10px;margin:0 0 14px;padding:0;border-bottom:1px solid var(--border)}
.yak-tabs li,.yak-login-switch li{padding:10px 16px;border-radius:10px;font-weight:800;cursor:pointer;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--helper)}
.yak-tabs li.active,.yak-login-switch li.active{background:var(--primary);color:#fff}
.field-input{margin-bottom:10px}
.field-input input{width:100%;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}
.field-inline{display:flex;gap:10px}
.field-check{margin:6px 0 10px}
.field-check label{font-size:13px;color:color-mix(in srgb,var(--text) 85%,transparent)}


.pmodal {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.6) !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2147483647 !important;
    padding: 20px !important;
}


.pcard {
    display: flex !important;
    flex-direction: row !important;
    width: 900px !important;
    max-width: 95vw !important;
    height: 600px !important;
    max-height: 90vh !important;
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4) !important;
    position: relative !important;
}


.phead {
    width: 50% !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px !important;
    position: relative !important;
}

.phead img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}


.p-right-col {
    width: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    position: relative !important;
    overflow: hidden !important;
}


.pclose {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 32px !important;
    height: 32px !important;
    background: #f0f0f0 !important;
    color: #333 !important;
    border: none !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    cursor: pointer !important;
    z-index: 60 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
}
.pclose:hover { background: #e0e0e0 !important; }


.pbody {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 25px 30px !important;
    -webkit-overflow-scrolling: touch !important;
}

.pname {
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
}

.pdesc {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    color: var(--helper);
}

.note-label {
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    margin-top: 15px;
    display: block !important;
    color: var(--helper);
}

.pnote {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    min-height: 80px !important;
    background: #fafafa !important;
    font-family: inherit !important;
}

/* --- FOOTER (BÜTÜNLEŞİK) --- */
.pactions {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    border-top: 1px solid #fff !important;
    padding: 20px 30px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 15px !important;
    margin-top: auto !important;
    z-index: 50 !important;
}

/* Adet Seçici */
.qty-group {
    display: flex !important;
    gap: 8px !important;
}
.qty-group button {
    width: 44px !important;
    height: 44px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    font-size: 22px !important;
    color: var(--helper);
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.qty-group input {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background: #fff !important;
    color: var(--helper);
}


.action-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 6px !important;
}
.total-label {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--primary);
    margin-right: 2px !important;
}
.padd {
    background: var(--primary, #ffa500) !important;
    color: #fff !important;
    border: none !important;
    height: 48px !important;
    padding: 0 45px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}


@media (max-width: 768px) {

    .pmodal {
        padding: 0 !important;
        align-items: flex-end !important;
    }


    .pcard {
        flex-direction: column !important;
        width: 100vw !important;
        height: 85vh !important;
        max-height: none !important;
        max-width: none !important;
        border-radius: 20px 20px 0 0 !important;
    }


    .phead {
        width: 100% !important;
        height: 200px !important;
        flex: none !important;
        padding: 10px !important;
        background: #f4f4f4 !important;
    }


    .phead img {
        max-height: 100% !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }


    .p-right-col {
        width: 100% !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
    }


    .pclose {
        top: 15px !important;
        right: 15px !important;
        background: rgba(255,255,255,0.9) !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    }


    .pbody {
        padding: 20px !important;
    }


    .pactions {
        padding: 15px 20px !important;
        padding-bottom: max(15px, env(safe-area-inset-bottom)) !important;
    }


    .padd {
        padding: 0 30px !important;
        font-size: 15px !important;
    }
}
.qty{display:flex;align-items:center;gap:5px}
.qty button{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-size:18px;cursor:pointer}
.qty input{width:56px;height:38px;text-align:center;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}

.cart-overlay{position:fixed;inset:0;display:none;background:rgba(0,0,0,.35);z-index:960}
.cart-overlay.open{display:block}
.cart-drawer{
    position:fixed;right:-410px;top:0;height:100%;width:410px;max-width:92%;
    background:var(--surface);color:var(--text);z-index:965;box-shadow:-10px 0 24px rgba(0,0,0,.25);transition:right .28s ease;
    display:flex;flex-direction:column
}
.cart-drawer.open{right:0}
.cart-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-weight:800}
.cart-body{flex:1 1 auto;padding:10px 12px;overflow:auto}
.cart-item{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}
.cart-thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}
.cart-infos{flex:1}
.cart-name{font-weight:700;font-size:15px;margin-bottom:4px}
.cart-meta{display:flex;align-items:center;justify-content:space-between}
.cart-meta .qty button{width:30px;height:30px}
.cart-remove{border:0;background:transparent;font-size:18px;cursor:pointer;color:color-mix(in srgb,var(--text) 70%,transparent)}
.cart-foot{padding:12px 16px;border-top:1px solid var(--border)}
.cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:800;color: var(--helper)}

@media (max-width: 600px) {
    .owner-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .owner-header .title {
        font-size: 18px;
        line-height: 1.3;
        white-space: normal !important;
        word-break: break-word;
        order: 1;
    }


    .owner-header .auth-actions {
        position: static !important;
        width: 100%;
        order: 2;
        margin-top: 0;
    }

    .owner-header .auth-btn,
    .owner-header .user-menu,
    .owner-header .user-btn {
        width: 100%;
        text-align: center;
    }
}
@media (min-width:768px){
    .site-main{margin:0 50px}
}
.cart-note-btn {border: none;}

#showOptionsBtn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#showOptionsBtn:hover {
    background-color: #45a049;
}

.extra-group {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    background: #f9f9f9;
    border-left: 4px solid #007b5e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.extra-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}


.extra-values {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


.extra-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #333;
    transition: box-shadow 0.2s ease;
    text-align: left;
    align-self: flex-start;
    margin-top: 2px;
}


.extra-item:hover {
    box-shadow: 0 0 0 2px #007b5e40;
}


.extra-item input[type="checkbox"] {
    margin: 0;
    margin-right: 0.75rem;
    transform: scale(1.2);
    flex-shrink: 0;
}


.extra-text {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0;
    color: #34495e;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.4;
    text-align: left;
}


.extra-price {
    color: #007b5e;
    font-weight: 600;
    padding-left: 1rem;
    white-space: nowrap;
}


.alert-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}


.alert-modal.show {
    display: flex;
}


.alert-modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 16px;
}


.alert-modal-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: bold;
    width: 100%;
}

.alert-modal-btn:hover {
    background-color: #0056b3;
}


.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 460px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}


.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
    z-index: 10;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}



.close:hover {
    background-color: #f0f0f0;
    color: #e74c3c;
}


.modal-content {
    position: relative;
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    max-width: 460px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    height: 48px;
    box-sizing: border-box;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.2;
}

.modal-close {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    line-height: 1;
    box-sizing: content-box;
}


@media (max-width: 480px) {
    .modal-header {
        padding: 8px 12px;
        height: 44px;
    }
    .modal-header h3 {
        font-size: 16px;
    }
    .modal-close {
        font-size: 20px;
        height: 30px;
        width: 30px;
    }
}



.modal-body {
}

.modal-footer {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
    text-align: right;
    z-index: 99;
}

#saveOptionsBtn {
    background-color: #007b5e;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

#saveOptionsBtn:hover {
    background-color: #005e47;
}

.total-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    flex: 1;
    text-align: left;
}


@media (max-width: 768px) {
    #pModal .pactions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .pname{
        font-size: 15px;

    }
    .extra-title {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #2c3e50;
    }
    .extra-item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0.50rem;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        font-size: 10px;
        color: #333;
        transition: box-shadow 0.2s ease;
        text-align: left;
        align-self: flex-start;
        margin-top: 1px;
    }
    .extra-group {
        margin-bottom: 1rem;
        padding: 0.3rem;
        border-radius: 5px;
        background: #f9f9f9;
        border-left: 4px solid #007b5e;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .pdesc {
        font-size: 10px;
        margin-bottom: 10px;
    }
}


#pModal .pcard {
    display: flex;
    flex-direction: column;
    height: 85vh;
    max-height: 800px;
    width: 95%;
    max-width: 500px;
}

#pModal .pbody {
    flex-grow: 1;
    overflow-y: auto;
    padding: 5px;
}

#pModal .pactions {
    flex-shrink: 0;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
}

.toast-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--primary);
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.toast-notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#qInput::-webkit-outer-spin-button,
#qInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#qInput[type=number] {
    -moz-appearance: textfield;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.social-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}


#appleid-signin {
    width: 280px !important;
    height: 40px !important;
    display: inline-block !important;
}


.choose-or-divider {
    text-align:center;
    margin:15px 0;
    color:#888;
}


.custom-header-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-family: system-ui, -apple-system, sans-serif;
}

.header-content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}


.header-actions-left, .header-actions-right {
    flex: 1;
    display: flex;
}

.header-actions-left {
    justify-content: flex-start;
}

.header-actions-right {
    justify-content: flex-end;
}


.header-logo-center {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.header-logo-center img {
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.header-logo-center h2 {
    color: #333;
    font-size: 20px;
    margin: 0;
}


.btn-icon-vertical {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6d5b4b;
    cursor: pointer;
    gap: 5px;
    padding: 5px;
    transition: transform 0.2s ease;
}

.btn-icon-vertical:active {
    transform: scale(0.95);
}

.btn-icon-vertical i, .btn-icon-vertical svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-bottom: 2px;
}

.btn-icon-vertical span {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
}


.btn-icon-vertical.relative {
    position: relative;
}

.cart-badge-header {
    position: absolute;
    top: 0px;
    right: -2px;
    background-color: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    min-width: 16px;
    text-align: center;
}


@media (max-width: 768px) {
    .header-logo-center img {
        max-height: 55px;
    }
    .btn-icon-vertical span {
        font-size: 11px;
    }
}


.header-logo {
    width: 15%;
    min-width: 120px;
    max-width: 200px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.header-logo h2 {
    font-size: 20px;
    color: white;
    margin: 0;
    white-space: nowrap;
}


.header-search-wrap {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.header-search-input {
    width: 100%;
    height: 48px;
    background-color: #f9f9f9;
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    padding-left: 50px !important;
    padding-right: 20px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.2s;
}

.header-search-input:focus {
    background-color: #fff;
    border-color: #000 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.header-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #444;
    z-index: 10;
    pointer-events: none;
}


.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.btn-custom-cart {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.btn-custom-auth {
    background-color: white;
    color: black;
    height: 40px;
    padding: 0 24px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.1s;
}
.btn-custom-auth:active { transform: scale(0.95); }
.btn-custom-auth.dark { background: black; color: white; }


.owner-hero {
    margin-left: calc(50% - 50vw + 30px) !important;
    margin-top: 30px !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: calc(100vw - 60px) !important;
    height: auto !important;
    max-height: 400px !important;
    display: block;
    object-fit: cover !important;
    object-position: left top !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


body {
    overflow-x: hidden;
}


.yak-modal { background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px); z-index: 99999999 !important; }
.yak-modal-content { border-radius: 24px !important; padding: 30px !important; border: none !important; width: 90%; max-width: 450px; }
.yak-tabs li.active { color: black; border-bottom: 2px solid black; font-weight: 700; }
.field-input input { border-radius: 12px !important; padding: 15px !important; height: 50px; border: 1px solid #ddd !important; }
.auth-btn { border-radius: 12px !important; height: 50px; background: black !important; color: white !important; }

.user-menu-container { position: relative; }
.custom-dropdown { display: none; position: absolute; top: 100%; left: 0; right: auto; transform: none; background: white; min-width: 220px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); padding: 8px 0; z-index: 2000; }
.custom-dropdown.active { display: block; }
.custom-dropdown a { display: flex; align-items: center; padding: 12px 20px; color: #333; text-decoration: none; font-weight: 500; }
.custom-dropdown a:hover { background: #f5f5f5; }
.custom-dropdown i { width: 24px; text-align: center; color: #666; margin-right: 10px; }

.cart-drawer, .cart-overlay, .pmodal, .alert-modal { z-index: 99999999 !important; }

@media (max-width: 768px) {
    .header-content-container {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        gap: 5px;
    }


    .header-actions-left, .header-actions-right {
        flex: 1;
        min-width: 60px;
    }


    .header-logo-center {
        flex: 0 0 auto;
    }

    .header-logo-center img {
        max-height: 45px !important;
    }


    .btn-icon-vertical i {
        font-size: 20px;
    }

    .btn-icon-vertical span {
        font-size: 10px;
    }
}

.owner-stick.modern-nav-container {
    background-color: #fff;
    padding: 15px 20px 0 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    position: sticky;
    top: 0;
    z-index: 999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.nav-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.nav-info {
    display: flex;
    flex-direction: column;
}

.nav-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-hours {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

.nav-search-wrapper {
    display: flex;
    align-items: center;
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 8px 16px;
    width: 320px;
    max-width: 100%;
    border: 1px solid transparent;
}

.nav-search-wrapper i {
    color: var(--secondary) !important;
    font-size: 14px;
    margin-right: 10px;
}

.nav-search-input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.nav-search-input::placeholder {
    color: #888;
}

.nav-bottom-row {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 0px;
}

.nav-list-icon {
    margin-right: 15px;
    color: var(--secondary);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.modern-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    gap: 25px;
    scrollbar-width: none;
}

.modern-tabs::-webkit-scrollbar {
    display: none;
}

.modern-tabs li {
    font-size: 15px;
    font-weight: 600;
    color: var(--helper);
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.modern-tabs li.active {
    opacity: 1;
    border-bottom: 3px solid #000;
}

.modern-tabs li:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .nav-top-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-search-wrapper {
        width: 100%;
    }
    .owner-stick.modern-nav-container {
        padding: 15px 15px 0 15px;
    }
}


.full-menu-container {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 300px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 10000;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #eee;
    animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


.full-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.full-menu-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
}


.full-menu-close-btn {
    background: #f3f4f6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: background 0.2s;
}

.full-menu-close-btn:hover {
    background: #e5e7eb;
}


.full-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

.full-menu-list li {
    padding: 14px 20px;
    font-size: 15px;
    color: #4b5563;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.2s;
}

.full-menu-list li:hover {
    background-color: #f9fafb;
    color: #000;
}


.full-menu-list li.active {
    background-color: #f3f4f6;
    border-left-color: var(--helper);
    font-weight: 600;
    color: var(--helper);
}


.full-menu-list::-webkit-scrollbar {
    width: 6px;
}
.full-menu-list::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}


.owner-more {
    grid-column: 1 / -1 !important;
    display: block;
    width: fit-content;
    margin: 30px auto 10px auto !important;
    padding: 12px 50px !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50px !important;

    text-align: center;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}


.owner-more:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: var(--primary) ;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}


.owner-more::after {
    content: ' \25BC';
    font-size: 12px;
    margin-left: 8px;
}


.side-map-container {
    position: absolute;
    top: 163px;
    right: 30px;
    width: calc(60% - 45px);
    height: 400px;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
}


.map-top-header {
    background-color: var(--primary);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.map-top-header h3 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.map-saved-address-btn {
    background: white;
    border: none;
    border-radius: 25px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    align-self: flex-end;
}

.map-address-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.map-address-input-wrap i {
    position: absolute;
    left: 15px;
    color: #666;
    font-size: 16px;
}

.map-address-input {
    width: 100%;
    height: 48px;
    padding-left: 45px;
    padding-right: 15px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    background: white;
    outline: none;
}

.map-address-input::placeholder {
    color: #999;
}


.side-map-container iframe {
    flex: 1;
    width: 100%;
    border: none;
    filter: grayscale(100%) contrast(1.1);
}


.owner-hero {
    position: relative !important;
}


@media (max-width: 768px) {
    .side-map-container {
        position: relative;
        width: calc(100% - 30px);
        height: 450px;
        margin: 20px 15px;
        top: 0;
        right: 0;
    }

    .map-top-header h3 {
        font-size: 18px;
    }
}


.osm-results-list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
    z-index: 999999 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.osm-results-list:empty {
    display: none !important;
    border: none !important;
}


.osm-results-list li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 12px 16px !important;
    gap: 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    cursor: pointer !important;
    list-style: none !important;
    padding-left: 45px !important;;
}


.osm-results-list li i {
    color: #ffa500 !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
    width: 20px !important;
    display: flex !important;
    justify-content: center !important;
}


.osm-results-list li span {
    flex: 1 !important;
    color: #333 !important;
    font-size: 14px !important;
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.osm-results-list li:hover {
    background-color: #f8f9fa !important;
}


.header-actions-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    min-width: 140px;
}


.header-actions-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 140px;
}


.btn-icon-vertical {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 75px;
    gap: 4px;
}

.btn-icon-vertical span {
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
}


.modern-auth .yak-modal-content {
    border-radius: 24px !important;
    padding: 40px 30px !important;
    border: none !important;
}


.auth-header h2 {
    color: #6d5b4b;
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
}

.auth-header p {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}


.auth-nav-tabs {
    display: flex;
    background: #f4f4f4;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 30px;
    list-style: none;
}

.auth-nav-tabs li {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.auth-nav-tabs li.active {
    background: #fff;
    color: var(--helper);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.input-group {
    position: relative;
    margin-bottom: 15px;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6d5b4b;
}

.input-group input {
    width: 100%;
    padding: 14px 14px 14px 15px !important;
    background: #f9f9f9 !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    font-size: 15px;
}


.main-auth-btn {
    width: 100%;
    background: var(--primary);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(109, 91, 75, 0.2);
}

.forgot-link {
    display: block;
    text-align: right;
    font-size: 13px;
    color: var(--secondary);
    margin-top: 10px;
}


.yak-close {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    background: #f4f4f4 !important;
    border: none !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    color: var(--primary) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s !important;
    z-index: 10 !important;
}
.yak-close:hover { background: #e0e0e0 !important; }


.social-auth-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}


.choose-divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.choose-divider::before {
    content: "";
    position: absolute;
    top: 50%; left: 0; width: 100%; height: 1px;
    background: #eee;
    z-index: 1;
}
.choose-divider span {
    background: #fff;
    padding: 0 15px;
    color: #999;
    font-size: 13px;
    position: relative;
    z-index: 2;
}


.field-inline {
    display: flex;
    gap: 10px;
}
.field-inline .input-group { flex: 1; }


.field-check-modern {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 15px;
}

.field-check-modern input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: var(--primary);
    cursor: pointer;
}

.field-check-modern label {
    font-size: 12px !important;
    color: #666;
    line-height: 1.2 !important;
    margin: 0 !important;
    cursor: pointer;
}
.field-check-modern a {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: underline;
}

.modern-auth .yak-modal-content {
    padding-top: 60px !important;
}


.top-spacer-address-area {
    display: none;
}

@media (max-width: 768px) {
    .side-map-container {
        display: none !important;
    }


    .top-spacer-address-area {
        display: block;
        width: 100%;
        padding: 10px 15px 10px 15px;
        background-color: #ffffff;
        border-bottom: 1px solid #f8f8f8;
    }

    .mobile-address-bar {
        display: flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 50px;
        padding: 5px 11px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    }

    .mobile-address-bar i {
        color: #6d5b4b;
        font-size: 18px;
        margin-right: 12px;
    }

    .mobile-address-input {
        border: none !important;
        outline: none !important;
        width: 100%;
        font-size: 14px;
        color: #333;
        background: transparent;
        padding: 5px 1px !important;
    }


    .header-content-container {
        padding-top: 5px !important;
    }
}

@media (max-width: 768px) {

    .osm-results-list {
        border: none !important;
        border-top: none !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
        background: #fff !important;
        border-radius: 12px !important;
        margin-top: 5px !important;
    }


    .osm-results-list li {
        border-bottom: none !important;
        padding: 12px 15px !important;
    }
}

@media (max-width: 768px) {

    .header-content-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }


    .header-actions-left,
    .header-actions-right {
        flex-shrink: 0 !important;
    }


    .header-logo-center {
        flex: 1 !important;
        min-width: 0 !important;
        max-width: 150px !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }


    .header-logo-center img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}


.cart-drawer {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    transition: none !important;
    background: transparent !important;
}


.cart-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    align-items: center;
}


.cart-item {
    display: flex !important;
    gap: 12px !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    align-items: flex-start !important;
    position: relative !important;
}


.cart-thumb {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid #f0f0f0 !important;
    flex-shrink: 0 !important;
}


.cart-infos {
    flex: 1 !important;
    min-width: 0 !important;
}

.cart-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
}


.cart-note-btn {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 0 4px !important;
    opacity: 0.5 !important;
    vertical-align: middle !important;
    transition: opacity 0.2s !important;
}
.cart-note-btn:hover { opacity: 1 !important; }


.cart-infos [style*="font-size: 0.8em"] {
    font-size: 12px !important;
    color: #6d5b4b !important;
    font-weight: 500 !important;
    margin: 3px 0 !important;
}


.cart-note {
    display: block !important;
    font-size: 11px !important;
    color: #999 !important;
    margin-bottom: 6px !important;
    font-style: italic !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 200px !important;
}


.cart-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 8px !important;
    gap: 10px !important;
}


.cart-meta > span {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #6d5b4b !important;
    white-space: nowrap !important;
}


.cart-item .qty {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    background: #f5f5f5 !important;
    border-radius: 50px !important;
    padding: 3px !important;
    border: none !important;
}

.cart-item .qty button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.15s !important;
    line-height: 1 !important;
}

.cart-item .qty button:hover {
    background: #e0e0e0 !important;
}


.cart-item .qty button:first-child:hover {
    background: #fde8d8 !important;
    color: #e74c3c !important;
}


.cart-item .qty button:last-child:hover {
    background: #e8f5e9 !important;
    color: #27ae60 !important;
}

.cart-item .qty input {
    width: 36px !important;
    height: 30px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #333 !important;
    -moz-appearance: textfield !important;
    padding: 0 !important;
}

.cart-item .qty input::-webkit-outer-spin-button,
.cart-item .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}


.cart-remove {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;

    width: 26px !important;
    height: 26px !important;

    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 50% !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    color: #999 !important;
    line-height: 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    flex-shrink: 0 !important;
}

.cart-remove:hover {
    background: #ffe5e5 !important;
    color: #e74c3c !important;
}


.cart-infos {
    padding-right: 30px !important;
}


.cart-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}


#btnCheckout {
    width: 100% !important;
    height: 54px !important;
    background: var(--primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: filter 0.2s, transform 0.1s !important;
    letter-spacing: 0.3px !important;
}

#btnCheckout:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-1px) !important;
}

#btnCheckout:active {
    transform: scale(0.98) !important;
}

#btnCheckout:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    transform: none !important;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.field-input input:focus {
    box-shadow: none !important;
    border-color: #ddd !important;
    outline: none !important;
}

#pModal .qty-group input {
    width: 60px !important;
    padding: 0 5px !important;
    text-align: center !important;
}

@media (max-width: 768px) {

    #pModal .pactions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
    }


    #pModal .qty-group {
        margin-right: auto !important;
    }


    #pModal .action-right {
        align-items: flex-end !important;
    }

    #pModal .qty-group input {
        width: 55px !important;
    }
}


.map-overlay-unauth {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center;
    padding: 20px;
    border-radius: inherit;
}


.map-overlay-unauth i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 12px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

.map-overlay-unauth p {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

.mobile-address-bar i.fas.fa-map-marker-alt {
    color: var(--primary) !important;
}


.nav-svg-icon {
    color: var(--primary);
    width: 24px;
    height: 24px;
    display: block;
}

#cartFab svg {
    width: 28px;
    height: 36px;
}

.place__meta {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
}

.place__meta__item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    width: 95% !important;
    transition: box-shadow 0.2s, transform 0.2s !important;
}

.place__meta__item:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
}

.place__meta__icon {
    font-size: 18px !important;
    color: var(--primary) !important;
    width: 22px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}

.place__meta__text {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.place__meta__text a {
    text-decoration: none !important;
}

.place__meta__text a:hover {
    text-decoration: underline !important;
}

/* Telefon satırı — yan yana kartlar */
.place__meta > div[style*="gap:16px"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.place__meta > div[style*="gap:16px"] > div {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    transition: box-shadow 0.2s, transform 0.2s !important;
}

.place__meta > div[style*="gap:16px"] > div:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px) !important;
}

.place__meta > div[style*="gap:16px"] i {
    font-size: 16px !important;
}

@media (min-width: 769px) {
    .hero-map-wrapper {
        display: flex;
        gap: 15px;
        padding: 30px 30px 0 30px;
        align-items: stretch;
    }

    .hero-box {
        flex: 0 0 calc(40% - 7.5px);
        border-radius: 16px;
        background: #f5f5f5;
        overflow: visible !important;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        min-height: 400px;
    }

    .owner-hero {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        margin: 0 !important;
        border-radius: 16px !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .side-map-container {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        flex: 1 !important;
    }
}

.map-address-input{
    border: 1px solid var(--primary) !important;
    border-radius: 10px !important;
}

/* ===== DARK MODE - TAM KAPSAM ===== */

/* Genel arka planlar */
html.dark .owner-section,
html.dark .owner-item,
html.dark .owner-item:hover {
    background-color: var(--surface) !important;
    border-bottom-color: var(--border) !important;
}

html.dark .owner-section h2 {
    border-bottom-color: var(--border) !important;
}

/* Modal */
html.dark .pcard,
html.dark .phead,
html.dark .p-right-col,
html.dark .pactions,
html.dark .pbody {
    background-color: var(--surface) !important;
    color: var(--text) !important;
}

html.dark .pclose {
    background: #444 !important;
    color: var(--text) !important;
}

html.dark .pnote {
    background: var(--surface) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

/* Mobil modal head */
@media (max-width: 768px) {
    html.dark .phead {
        background: #1a1a2e !important;
    }
}

/* Extra gruplar */
html.dark .extra-group {
    background: var(--surface) !important;
}

html.dark .extra-item {
    background: var(--surface) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

html.dark .extra-text {
    color: var(--text) !important;
}

html.dark .extra-title {
    color: var(--text) !important;
}

/* qty butonları */
html.dark .qty-group button,
html.dark .qty-group input {
    background: var(--surface) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

/* Modal footer */
html.dark #pModal .pactions {
    background-color: var(--surface) !important;
    border-top-color: var(--border) !important;
}

/* Modal içerik */
html.dark .modal-content,
html.dark .modal-header,
html.dark .modal-footer {
    background-color: var(--surface) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

html.dark .modal-header h3 {
    color: var(--text) !important;
}

/* Alert modal */
html.dark .alert-modal-content {
    background-color: var(--surface) !important;
    color: var(--text) !important;
}

/* Nav container */
html.dark .owner-stick.modern-nav-container {
    background-color: var(--surface) !important;
}

html.dark .nav-search-wrapper {
    background-color: #2a2a3e !important;
    border-color: var(--border) !important;
}

html.dark .nav-search-input {
    color: var(--text) !important;
}

html.dark .nav-bottom-row {
    border-top-color: var(--border) !important;
}

/* Full menu dropdown */
html.dark .full-menu-container {
    background-color: var(--surface) !important;
    border-color: var(--border) !important;
}

html.dark .full-menu-header {
    border-bottom-color: var(--border) !important;
}

html.dark .full-menu-list li {
    color: var(--text) !important;
}

html.dark .full-menu-list li:hover {
    background-color: #2a2a3e !important;
    color: var(--text) !important;
}

html.dark .full-menu-list li.active {
    background-color: #2a2a3e !important;
    border-left-color: var(--primary) !important;
    color: var(--text) !important;
}

/* Custom header */
html.dark .custom-header-full-width {
    background-color: var(--surface) !important;
}

/* Custom dropdown */
html.dark .custom-dropdown {
    background: var(--surface) !important;
}

html.dark .custom-dropdown a {
    color: var(--text) !important;
}

html.dark .custom-dropdown a:hover {
    background: #2a2a3e !important;
}

/* Place meta kartlar */
html.dark .place__meta__item,
html.dark .place__meta > div[style*="gap:16px"] > div {
    background: var(--surface) !important;
    border-color: var(--border) !important;
}

html.dark .place__meta__text {
    color: var(--text) !important;
}

/* Cart items */
html.dark .cart-item {
    border-bottom-color: var(--border) !important;
}

html.dark .cart-name {
    color: var(--text) !important;
}

html.dark .cart-item .qty {
    background: #2a2a3e !important;
}

html.dark .cart-item .qty input {
    color: var(--text) !important;
}

/* Owner quickadd */
html.dark .owner-quickadd {
    background-color: var(--surface) !important;
    border-color: var(--border) !important;
}

/* Header search */
html.dark .header-search-input {
    background-color: var(--surface) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

/* OSM results */
html.dark .osm-results-list {
    background: var(--surface) !important;
    border-color: var(--border) !important;
}

html.dark .osm-results-list li {
    border-bottom-color: var(--border) !important;
    color: var(--text) !important;
}

html.dark .osm-results-list li span {
    color: var(--text) !important;
}

html.dark .osm-results-list li:hover {
    background-color: #2a2a3e !important;
}

/* Auth modal */
html.dark .yak-modal-content {
    background: var(--surface) !important;
}

html.dark .field-input input,
html.dark .input-group input {
    background: #2a2a3e !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}

html.dark .auth-nav-tabs {
    background: #2a2a3e !important;
}

html.dark .auth-nav-tabs li.active {
    background: var(--surface) !important;
}

html.dark .choose-divider::before {
    background: var(--border) !important;
}

html.dark .choose-divider span {
    background: var(--surface) !important;
    color: var(--text) !important;
}

/* Top spacer address */
html.dark .top-spacer-address-area {
    background-color: var(--surface) !important;
    border-bottom-color: var(--border) !important;
}

html.dark .mobile-address-bar {
    background: var(--surface) !important;
    border-color: var(--border) !important;
}

html.dark .hero-box {
    background: var(--surface) !important;
}