/* Loaded after ShopPHP's global UI styles so branded components keep their shape. */

/* The ShopPHP core may still render this when its license setting is reset. */
.sp-powered-by { display: none !important; }

html body .ml-search-form input[type="search"],
html body .ml-search-form input[type="search"]:focus,
html body .ml-search-form input[type="search"]:focus-visible,
html body .ml-search-form__line:focus-within {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Account */
body.ml-account-ready .ml-content-page {
    width: min(calc(100% - 64px), 1440px);
    padding-top: 46px;
    padding-bottom: 120px;
}

body.ml-account-ready .ml-content-page > .ml-breadcrumb {
    margin-bottom: 54px;
}

body.ml-account-ready .ml-content-page > h1.page-title {
    margin: 0 0 58px;
    font-size: clamp(56px, 6vw, 88px);
}

body.ml-account-ready #shopphp-login {
    color: #171512;
}

body.ml-account-ready #shopphp-login .welcome {
    display: none !important;
}

body.ml-account-ready #shopphp-user-menu,
body.ml-account-ready #shopphp-user-content {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.ml-account-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 36px;
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(23, 21, 18, .18);
}

.ml-account-intro p {
    margin: 0;
    color: #756f67;
}

.ml-account-intro > div > p {
    margin-bottom: 10px;
    color: #171512;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ml-account-intro h2 {
    max-width: 760px;
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

body.ml-account-ready #shopphp-login .menu_list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-account-ready #shopphp-login .menu_head:has(a.site-davet-formu),
body.ml-account-ready #shopphp-login .menu_head:has(a.davet-ettigim-kullanicilar),
body.ml-account-ready #shopphp-login .menu_head:has(a.alarm-listem) {
    display: none !important;
}

body.ml-account-ready #shopphp-login .menu_head,
body.ml-account-ready #shopphp-login p.menu_head {
    min-height: 154px !important;
    margin: 0 !important;
    border: 1px solid rgba(23, 21, 18, .14) !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
    box-shadow: none !important;
    transition: background-color .22s ease, color .22s ease, transform .22s ease !important;
}

body.ml-account-ready #shopphp-login .menu_head:hover,
body.ml-account-ready #shopphp-login p.menu_head:hover,
body.ml-account-ready #shopphp-login .menu_head.active {
    border-color: #171512 !important;
    background: #171512 !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: translateY(-2px);
}

body.ml-account-ready #shopphp-login .menu_head a,
body.ml-account-ready #shopphp-login p.menu_head a,
body.ml-account-ready #shopphp-login .menu_list.uyelik .menu_head a {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 22px !important;
    width: 100% !important;
    min-height: 152px !important;
    padding: 22px !important;
    overflow: visible !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
    white-space: normal !important;
}

body.ml-account-ready #shopphp-login .menu_head a::before,
body.ml-account-ready #shopphp-login p.menu_head a::before {
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    place-items: center;
    border: 1px solid rgba(23, 21, 18, .16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #171512 !important;
    font-size: 14px !important;
}

body.ml-account-ready #shopphp-login .menu_head:hover a::before,
body.ml-account-ready #shopphp-login .menu_head.active a::before {
    border-color: rgba(255, 255, 255, .36) !important;
    background: transparent !important;
    color: #fff !important;
}

.ml-account-card__arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #756f67;
    font-size: 18px;
    font-weight: 400;
}

body.ml-account-ready #shopphp-login .menu_head:hover .ml-account-card__arrow,
body.ml-account-ready #shopphp-login .menu_head.active .ml-account-card__arrow {
    color: #fff;
}

/* Quick cart drawer */
#drawer-1.ml-cart-drawer {
    width: min(480px, 100vw) !important;
    max-width: min(480px, 100vw) !important;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
}

#drawer-1.ml-cart-drawer .drawer__content {
    box-shadow: -22px 0 72px rgba(23, 17, 11, .18) !important;
}

#drawer-1.ml-cart-drawer .drawer__body {
    border-radius: 0 !important;
    background: #fdf6eb !important;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child {
    min-height: 112px !important;
    padding: 22px 26px !important;
    border-bottom: 1px solid rgba(23, 21, 18, .14) !important;
    background: #fdf6eb !important;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child h2 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
    margin: 0 !important;
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -.02em;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child h2 > span {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child h2 > .ml-cart-drawer__eyebrow {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: .16em;
    text-transform: uppercase;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child button.js-drawer__close {
    gap: 8px !important;
    min-width: auto !important;
    min-height: 40px !important;
    padding: 8px !important;
    color: #171512 !important;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child button.js-drawer__close:hover,
#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child button.js-drawer__close:hover span {
    color: #8e312b !important;
}

#drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child button.js-drawer__close span {
    color: inherit !important;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#drawer-1.ml-cart-drawer #sepet-hizli-urunler {
    background: #fffdf9 !important;
}

#drawer-1.ml-cart-drawer #sepet-hizli-urunler > .group {
    padding: 18px 20px !important;
    border-color: rgba(23, 21, 18, .11) !important;
    background: transparent !important;
}

#drawer-1.ml-cart-drawer #sepet-hizli-urunler > .group > .relative.flex {
    border-radius: 0 !important;
    border-color: rgba(23, 21, 18, .12) !important;
    box-shadow: none !important;
}

#drawer-1.ml-cart-drawer #sepet-hizli-urunler .flex.flex-col > a {
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 16px !important;
}

#drawer-1.ml-cart-drawer #sepet-hizli-urunler .text-gray-400,
#drawer-1.ml-cart-drawer #sepet-hizli-urunler .text-gray-600 {
    color: #756f67 !important;
}

#drawer-1.ml-cart-drawer .hizli-sepet-footer {
    padding: 16px 18px 18px !important;
    border-top: 1px solid rgba(23, 21, 18, .12);
    background: #fdf6eb;
}

#drawer-1.ml-cart-drawer .hizli-sepet-footer-divider {
    border-color: rgba(23, 21, 18, .16) !important;
}

#drawer-1.ml-cart-drawer .hizli-sepet-footer-btns {
    gap: 10px !important;
}

#drawer-1.ml-cart-drawer .hizli-button-sepet,
#drawer-1.ml-cart-drawer .hizli-button-siparis {
    min-height: 50px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase !important;
}

#drawer-1.ml-cart-drawer .hizli-button-sepet {
    border-color: #171512 !important;
    background: transparent !important;
    color: #171512 !important;
}

#drawer-1.ml-cart-drawer .hizli-button-siparis {
    border-color: #171512 !important;
    background: #171512 !important;
    color: #fff !important;
}

#drawer-1.ml-cart-drawer .hizli-button-sepet:hover,
#drawer-1.ml-cart-drawer .hizli-button-siparis:hover {
    border-color: #9c7444 !important;
    background: #9c7444 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

#drawer-1.ml-cart-drawer.is-empty .hizli-sepet-footer {
    display: none !important;
}

.ml-cart-empty {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 42px;
    text-align: center;
}

.ml-cart-empty > img {
    width: 142px !important;
    margin-bottom: 56px;
}

.ml-cart-empty .ml-eyebrow {
    margin: 0 0 14px;
    color: #171512;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ml-cart-empty h3 {
    max-width: 340px;
    margin: 0 0 18px;
    color: #171512;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 8vw, 46px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.ml-cart-empty > p:not(.ml-eyebrow) {
    max-width: 330px;
    margin: 0 0 32px;
    color: #756f67;
    font-size: 13px;
    line-height: 1.7;
}

.ml-cart-empty > a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #171512;
    background: #171512;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Full cart page */
body.ml-cart-page-empty .basket-wrap > .sepet-info {
    display: none !important;
}

body.ml-cart-page-empty .basket-wrap .basket-title {
    display: flex !important;
    min-height: 420px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 24px !important;
    border: 1px solid rgba(23, 21, 18, .13) !important;
    background: #fdf6eb !important;
    color: #171512 !important;
    text-align: center;
}

body.ml-cart-page-empty .basket-title .ml-eyebrow {
    margin: 0 0 12px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.ml-cart-page-empty .basket-title h2 {
    max-width: 650px;
    margin: 0 0 18px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.08;
}

body.ml-cart-page-empty .basket-title > p:not(.ml-eyebrow) {
    margin: 0 0 30px;
    color: #756f67;
}

body.ml-cart-page-empty .basket-title > a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 48px;
    padding: 0 22px;
    background: #171512;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Full cart — populated state */
body.ml-cart-page-ready .ml-content-page,
body.ml-checkout-ready .ml-content-page {
    width: min(calc(100% - 64px), 1440px);
    padding-top: 46px;
    padding-bottom: 120px;
}

body.ml-cart-page-ready .ml-content-page > .ml-breadcrumb,
body.ml-checkout-ready .ml-content-page > .ml-breadcrumb {
    margin-bottom: 52px;
}

body.ml-cart-page-ready .ml-content-page > h1.page-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    color: #171512;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px, 6.5vw, 88px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.04em;
}

.ml-page-eyebrow {
    display: block;
    color: #9c7444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ml-cart-page-intro,
.ml-checkout-intro {
    max-width: 620px;
    margin: 24px 0 52px;
    color: #756f67;
    font-size: 14px;
    line-height: 1.7;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .ml-content-page > .page-inner-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 350px;
    grid-template-areas:
        "items summary"
        "actions summary";
    align-items: start;
    gap: 28px 48px;
    margin: 0 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap > .basket-left {
    grid-area: items;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap > .basket-right {
    grid-area: summary;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap > .basket-button {
    grid-area: actions;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap > div[style*="clear"] {
    display: none !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-title,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-item {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(300px, 1fr) 130px 148px 130px 36px;
    align-items: center;
    column-gap: 18px;
    box-sizing: border-box;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-title {
    height: auto !important;
    min-height: 42px;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 21, 18, .18) !important;
    background: transparent !important;
    color: #756f67 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-title > div {
    width: auto !important;
    border: 0 !important;
    float: none !important;
    text-align: left !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-title > .cart-price,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-title > .cart-qty,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-title > .cart-total-price {
    text-align: center !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-title div span {
    padding: 0 !important;
    color: #756f67 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-item {
    min-height: 168px !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(23, 21, 18, .13) !important;
    background: transparent !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-detail,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-price,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-qty,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-total-price,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .sepet-satir-sil {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-shadow: none !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-price,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-total-price {
    color: #171512 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail table {
    width: 100% !important;
    border: 0 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail table td {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail td.sepet-image {
    width: 126px !important;
    padding-right: 22px !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail td.sepet-image img {
    width: 118px !important;
    max-width: 118px !important;
    height: 118px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
    box-shadow: none !important;
    object-fit: contain;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-info {
    width: auto !important;
    padding: 0 !important;
    color: #756f67 !important;
    float: none !important;
    line-height: 1.5 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-info h3 {
    margin: 0 0 12px !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-info h3 a {
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-ek-bilgi,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-ek-satir {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-ek-bilgi span {
    padding: 0 !important;
    color: #756f67 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty form.degistir-form {
    display: block !important;
    width: 126px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-input-group {
    display: grid !important;
    width: 126px !important;
    grid-template-columns: 38px 50px 38px;
    align-items: stretch;
    border: 1px solid #171512;
    background: #fffdf9;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-input-group > button:not(.sp-azalt):not(.sp-arttir) {
    display: none !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-azalt,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-arttir,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty input.sp-short {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    line-height: 42px !important;
    text-align: center !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-azalt,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-arttir {
    background: #171512 !important;
    color: #fff !important;
    font-size: 16px !important;
    cursor: pointer;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty input.sp-short {
    background: #fffdf9 !important;
    color: #171512 !important;
    font-size: 13px !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sepetbirim,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .guncelle,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .clear,
body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .clear {
    display: none !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-satir-sil {
    position: static !important;
    display: grid !important;
    place-items: center;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-satir-sil-btn {
    display: grid !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    place-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 21, 18, .16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #756f67 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-satir-sil-btn:hover {
    border-color: #8e312b !important;
    color: #8e312b !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .sepet-satir-sil-btn svg {
    width: 15px !important;
    height: 15px !important;
}

.ml-order-summary {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 32px !important;
    border: 1px solid rgba(23, 21, 18, .14) !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #171512 !important;
    float: none !important;
}

.ml-order-summary__eyebrow {
    margin: 0 0 10px;
    color: #9c7444;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.ml-order-summary h2 {
    margin: 0 0 26px;
    color: #171512;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.ml-order-summary > ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    white-space: normal !important;
}

.ml-order-summary > ul > li {
    display: flex !important;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 !important;
    padding: 10px 0 !important;
    border: 0 !important;
    line-height: 1.35 !important;
}

.ml-order-summary > ul > li.tutar,
.ml-order-summary > ul > li.tutar-son {
    margin-top: 8px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(23, 21, 18, .18) !important;
}

.ml-order-summary > ul > li > span.sepet1,
.ml-order-summary > ul > li > span.sepet2,
.ml-order-summary > ul > li > span.sepet3 {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #756f67 !important;
    float: none !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    white-space: normal !important;
}

.ml-order-summary > ul > li > span.sepet2 {
    display: none !important;
}

.ml-order-summary > ul > li > span.sepet3 {
    color: #171512 !important;
    font-size: 13px !important;
    text-align: right !important;
}

.ml-order-summary > ul > li.tutar > span.sepet1,
.ml-order-summary > ul > li.tutar-son > span.sepet1 {
    color: #171512 !important;
    font-size: 11px !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ml-order-summary > ul > li.tutar > span.sepet3,
.ml-order-summary > ul > li.tutar-son > span.sepet3,
.ml-order-summary > ul > li > span.total {
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 23px !important;
    font-weight: 500 !important;
}

.ml-order-summary .sepet-btn-onayla {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    align-items: center;
    justify-content: center;
    margin: 28px 0 0 !important;
    padding: 0 22px !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    background: #171512 !important;
    color: #fff !important;
    float: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ml-order-summary .sepet-btn-onayla:hover {
    border-color: #9c7444 !important;
    background: #9c7444 !important;
}

.ml-order-assurances {
    display: grid;
    gap: 0;
    margin-top: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(23, 21, 18, .14);
}

.ml-order-assurances span {
    position: relative;
    padding: 8px 0 8px 18px;
    color: #756f67;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ml-order-assurances span::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9c7444;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > a {
    display: inline-flex !important;
    width: auto !important;
    min-width: 184px;
    min-height: 48px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 22px !important;
    border-radius: 0 !important;
    float: none !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > .sepet-btn-devam {
    border: 1px solid #171512 !important;
    background: transparent !important;
    color: #171512 !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > .sepet-btn-devam:hover {
    background: #171512 !important;
    color: #fff !important;
}

body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > .sepet-btn-bosalt {
    min-width: auto;
    border: 0 !important;
    background: transparent !important;
    color: #8e312b !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Checkout and delivery */
body.ml-checkout-ready .ml-content-page > .ml-breadcrumb {
    margin-bottom: 36px;
}

body.ml-checkout-ready .ml-content-page > .clearfix {
    display: none !important;
}

body.ml-checkout-ready .ml-checkout-summary-title {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 24px;
    align-items: center;
    margin: 0 !important;
    padding: 24px 84px 24px 28px !important;
    border: 1px solid rgba(23, 21, 18, .14);
    background: #fdf6eb;
    color: #171512;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
}

.ml-checkout-summary__eyebrow {
    grid-column: 1;
    color: #9c7444;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ml-checkout-summary__heading {
    grid-column: 1;
    color: #171512;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.ml-checkout-summary__meta {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #756f67;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.ml-checkout-ready .sepet-goster-checkout {
    position: absolute !important;
    top: 50%;
    right: 24px;
    display: grid !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    place-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 21, 18, .2) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #171512 !important;
    box-shadow: none !important;
    transform: translateY(-50%);
}

body.ml-checkout-ready .sepet-goster-checkout svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    transition: transform .3s ease;
}

body.ml-checkout-ready .sepet-goster-checkout.sepet-goster-acik svg {
    transform: rotate(180deg);
}

body.ml-checkout-ready .checkout-sepet-panel {
    display: grid !important;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .35s ease;
}

body.ml-checkout-ready .checkout-sepet-panel > .basket-wrap {
    min-height: 0;
    overflow: hidden;
}

body.ml-checkout-ready .checkout-sepet-panel.checkout-sepet-acik {
    grid-template-rows: 1fr;
}

body.ml-checkout-ready .basket-wrap.basket-detay-acik .basket-left {
    display: block !important;
}

body.ml-checkout-ready .ml-checkout-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 70px 0 0 !important;
    color: #171512;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 5vw, 68px) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -.035em;
}

body.ml-checkout-ready .ml-checkout-title [id^="shopphp-payment-title-step"] {
    display: block !important;
}

body.ml-checkout-ready .ml-checkout-intro {
    margin-top: 20px;
    margin-bottom: 42px;
}

body.ml-checkout-ready .ml-checkout-content {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 54px;
    margin: 0 !important;
    padding: 0 0 20px !important;
}

body.ml-checkout-ready .ml-checkout-content > .shopphp-payment-body {
    grid-column: 1;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.ml-checkout-ready .ml-checkout-content > #basket-right-container {
    position: sticky;
    top: 116px;
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.ml-checkout-ready .shopphp-payment-body > .container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .row {
    width: 100% !important;
    margin: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .col-md-12 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .sp-checkout-step-hint {
    margin: 0 0 14px !important;
    color: #9c7444 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab.tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 34px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 21, 18, .16) !important;
    background: transparent !important;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab {
    position: relative;
    display: flex !important;
    min-height: 64px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 !important;
    padding: 0 18px 0 54px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab::before {
    position: absolute;
    left: 12px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(23, 21, 18, .2);
    border-radius: 50%;
    color: #756f67;
    font-size: 8px;
    font-weight: 700;
}

body.ml-checkout-ready .shopphp-payment-body #delivery::before { content: "01"; }
body.ml-checkout-ready .shopphp-payment-body #payment::before { content: "02"; }

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab p {
    width: auto !important;
    color: #9b968f !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: left !important;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab.active::before {
    border-color: #171512;
    background: #171512;
    color: #fff;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab.active::after {
    height: 1px !important;
    background: #171512 !important;
}

body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab.active p {
    color: #171512 !important;
}

body.ml-checkout-ready .satinal-login-info {
    width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 21, 18, .14) !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
}

body.ml-checkout-ready .satinal-login-info > a {
    display: flex !important;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px !important;
    color: #171512 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.ml-checkout-ready .satinal-login-info-icon {
    display: none !important;
}

body.ml-checkout-ready .generatedForm {
    display: block !important;
    width: 100% !important;
}

body.ml-checkout-ready .generatedForm .sf-form-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.ml-checkout-ready .generatedForm .sf-form-container > ul {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready .generatedForm .sf-form-container > ul > li,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > div > li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    box-sizing: border-box;
    float: none !important;
}

body.ml-checkout-ready .generatedForm .sf-form-container > ul > .sf-form-header,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > .width-100,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > .clear,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > .bireysel,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > .kurumsal,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.bireysel,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.kurumsal:not(.d-none) {
    grid-column: 1 / -1;
}

body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.bireysel,
body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.kurumsal:not(.d-none) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
}

body.ml-checkout-ready .generatedForm li.sf-form-header:not(.register-tab) {
    margin-top: 18px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid rgba(23, 21, 18, .16) !important;
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

body.ml-checkout-ready .generatedForm li.register-tab {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 8px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
}

body.ml-checkout-ready .generatedForm li.register-tab label {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #756f67 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.ml-checkout-ready .generatedForm li.register-tab label + label {
    border-left: 1px solid rgba(23, 21, 18, .18) !important;
}

body.ml-checkout-ready .generatedForm li.register-tab label.active {
    background: #171512 !important;
    color: #fff !important;
}

body.ml-checkout-ready .generatedForm .sf-form-item-fullwidth > div {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready .generatedForm .sf-text-label,
body.ml-checkout-ready .shopphp-payment-body .sf-text-label,
body.ml-checkout-ready #basket-right-container .sf-text-label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #171512 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.ml-checkout-ready .generatedForm input.sf-form-input,
body.ml-checkout-ready .generatedForm select.sf-form-select,
body.ml-checkout-ready .generatedForm textarea.sf-form-textarea,
body.ml-checkout-ready .shopphp-payment-body input[type="text"],
body.ml-checkout-ready .shopphp-payment-body input[type="email"],
body.ml-checkout-ready .shopphp-payment-body input[type="tel"],
body.ml-checkout-ready .shopphp-payment-body input[type="number"],
body.ml-checkout-ready .shopphp-payment-body select,
body.ml-checkout-ready .shopphp-payment-body textarea,
body.ml-checkout-ready #basket-right-container input[type="text"],
body.ml-checkout-ready #basket-right-container input[type="number"],
body.ml-checkout-ready #basket-right-container select,
body.ml-checkout-ready #basket-right-container textarea {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(23, 21, 18, .2) !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
    color: #171512 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
}

body.ml-checkout-ready .generatedForm textarea.sf-form-textarea,
body.ml-checkout-ready .shopphp-payment-body textarea {
    min-height: 116px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    resize: vertical !important;
}

body.ml-checkout-ready .generatedForm input:focus,
body.ml-checkout-ready .generatedForm select:focus,
body.ml-checkout-ready .generatedForm textarea:focus,
body.ml-checkout-ready .shopphp-payment-body input:focus,
body.ml-checkout-ready .shopphp-payment-body select:focus,
body.ml-checkout-ready .shopphp-payment-body textarea:focus,
body.ml-checkout-ready #basket-right-container input:focus,
body.ml-checkout-ready #basket-right-container select:focus,
body.ml-checkout-ready #basket-right-container textarea:focus {
    border-color: #9c7444 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #9c7444 !important;
}

body.ml-checkout-ready .shopphp-payment-body input[type="checkbox"],
body.ml-checkout-ready .shopphp-payment-body input[type="radio"],
body.ml-checkout-ready #basket-right-container input[type="checkbox"],
body.ml-checkout-ready #basket-right-container input[type="radio"] {
    accent-color: #171512 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content.delivery > .adress-list {
    gap: 14px;
    padding-bottom: 32px !important;
    border-color: rgba(23, 21, 18, .14) !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .card-content {
    width: calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
    flex: 0 0 calc(50% - 7px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .card {
    min-height: 176px !important;
    margin: 0 !important;
    padding: 22px !important;
    border: 1px solid rgba(23, 21, 18, .16) !important;
    border-radius: 0 !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content.payment.ml-payment-options {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content.payment.ml-payment-options > .ml-payment-option {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card {
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-color: rgba(23, 21, 18, .16) !important;
    background: #fffdf9 !important;
    transition: border-color .2s ease, background-color .2s ease !important;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card:hover,
body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card.active {
    border-color: #171512 !important;
    background: #fdf6eb !important;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__header {
    min-height: 82px;
    margin: 0 !important;
    padding: 15px 20px !important;
    cursor: pointer;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__header > div {
    gap: 18px;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__label {
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: 14px;
    margin: 0 !important;
    color: #171512 !important;
    cursor: pointer;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__label > i {
    display: grid !important;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid rgba(23, 21, 18, .18);
    border-radius: 50%;
    color: #9c7444 !important;
    font-size: 13px !important;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__copy {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
    padding-right: 84px;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__copy strong {
    color: #171512;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__copy small {
    color: #756f67;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__badge {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 6px 9px;
    border: 1px solid rgba(156, 116, 68, .34);
    background: rgba(156, 116, 68, .08);
    color: #7f5b33;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(-50%);
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card > .card-bodys,
body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card > .pay-auto-cc,
body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card > .pay-auto-finish {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__card .mobile-payment {
    margin-top: 0 !important;
    padding: 20px 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .card:hover,
body.ml-checkout-ready .shopphp-payment-body .tab-content .adres-items.active {
    border-color: #171512 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .radius,
body.ml-checkout-ready .shopphp-payment-body .tab-content .radiussub {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid rgba(23, 21, 18, .28) !important;
    background: transparent !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .active .radius,
body.ml-checkout-ready .shopphp-payment-body .tab-content .cc-choice-container.active .radiussub {
    border-color: #171512 !important;
}

body.ml-checkout-ready .shopphp-payment-body .tab-content .active .radius::after,
body.ml-checkout-ready .shopphp-payment-body .tab-content .cc-choice-container.active .radiussub::after {
    width: 8px !important;
    height: 8px !important;
    background: #171512 !important;
}

body.ml-checkout-ready .shopphp-payment-body .new-adres-items {
    background: #fdf6eb !important;
}

body.ml-checkout-ready .shopphp-payment-body .new-adres-items a {
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 19px;
    font-weight: 400;
}

body.ml-checkout-ready .shopphp-payment-body .new-adres-items i {
    display: grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    margin: 14px auto 0 !important;
    border: 1px solid #171512;
    border-radius: 50%;
    color: #171512 !important;
    font-size: 20px !important;
}

body.ml-checkout-ready .shopphp-payment-body h4 {
    margin: 34px 0 16px !important;
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px !important;
    font-weight: 400 !important;
}

body.ml-checkout-ready .shopphp-payment-body .setting .edit {
    color: #756f67 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.ml-checkout-ready #basket-right-container > input.sf-neutral-button,
body.ml-checkout-ready #basket-right-container > button.sf-neutral-button,
body.ml-checkout-ready #basket-right-container > .siparis-onayla-button,
body.ml-checkout-ready .shopphp-payment-body input.sf-neutral-button,
body.ml-checkout-ready .shopphp-payment-body button.sf-neutral-button,
body.ml-checkout-ready .shopphp-payment-body .siparis-onayla-button {
    display: block !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 12px 0 0 !important;
    padding: 0 20px !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    background: #171512 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

body.ml-checkout-ready #basket-right-container > input.sf-neutral-button:hover,
body.ml-checkout-ready #basket-right-container > button.sf-neutral-button:hover,
body.ml-checkout-ready #basket-right-container > .siparis-onayla-button:hover,
body.ml-checkout-ready .shopphp-payment-body input.sf-neutral-button:hover,
body.ml-checkout-ready .shopphp-payment-body button.sf-neutral-button:hover,
body.ml-checkout-ready .shopphp-payment-body .siparis-onayla-button:hover {
    border-color: #9c7444 !important;
    background: #9c7444 !important;
}

body.ml-checkout-ready #basket-right-container .sf-form-item-fullwidth {
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

body.ml-checkout-ready #siparis-kurallar {
    margin-top: 20px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(23, 21, 18, .14);
}

body.ml-checkout-ready #siparis-kurallar .sf-text-label {
    margin-bottom: 10px !important;
    color: #171512 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

body.ml-checkout-ready #siparis-kurallar .checkbox-fa {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

body.ml-checkout-ready #siparis-kurallar input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 3px 0 0 !important;
}

body.ml-checkout-ready #siparis-kurallar .st-form-onay {
    color: #625d56 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

body.ml-checkout-ready #siparis-kurallar .st-form-onay a {
    color: #171512 !important;
    text-decoration: underline;
    text-decoration-color: rgba(156, 116, 68, .7);
    text-underline-offset: 3px;
}

body.ml-checkout-ready .shopphp-payment-body .payment .card,
body.ml-checkout-ready .shopphp-payment-body .pay-items .card,
body.ml-checkout-ready .shopphp-payment-body .sozlesme-v5 {
    border: 1px solid rgba(23, 21, 18, .16) !important;
    border-radius: 0 !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
}

body.ml-checkout-ready .shopphp-payment-body #taksit-view table {
    border-color: rgba(23, 21, 18, .16) !important;
    border-radius: 0 !important;
}

body.ml-checkout-ready .shopphp-payment-body #taksit-view tr.taksit-items.active td {
    background: #171512 !important;
    color: #fff !important;
}

.fancybox-inner #adres-ekle,
.fancybox-inner #adres-guncelle {
    padding: 34px !important;
    border-radius: 0 !important;
    background: #fffdf9 !important;
}

.fancybox-inner #adres-ekle h2,
.fancybox-inner #adres-guncelle h2 {
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 38px !important;
    font-weight: 400 !important;
}

/* Branded add-to-cart confirmation */
html .swal2-container.ml-cart-confirmation-layer {
    z-index: 30000 !important;
    padding: 24px !important;
    background: rgba(23, 21, 18, .58) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    zoom: 1 !important;
}

.ml-cart-confirmation-layer .swal2-popup.ml-cart-confirmation {
    width: min(540px, calc(100vw - 40px)) !important;
    padding: 42px 46px 44px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
    box-shadow: 0 28px 80px rgba(23, 21, 18, .24) !important;
    color: #171512 !important;
}

.ml-cart-confirmation-layer .swal2-popup.ml-cart-confirmation::before {
    content: "MARTİN LİON PARFÜMERİE";
    display: block;
    grid-column: 1;
    margin: 0 0 26px;
    color: #9c7444;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ml-cart-confirmation-layer .swal2-icon.ml-cart-confirmation__icon {
    position: relative;
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto 24px !important;
    border: 1px solid rgba(156, 116, 68, .48) !important;
    border-radius: 50% !important;
    color: #171512 !important;
    animation: none !important;
}

.ml-cart-confirmation-layer .swal2-success-ring,
.ml-cart-confirmation-layer .swal2-success-line-tip,
.ml-cart-confirmation-layer .swal2-success-line-long,
.ml-cart-confirmation-layer .swal2-success-fix,
.ml-cart-confirmation-layer .swal2-success-circular-line-left,
.ml-cart-confirmation-layer .swal2-success-circular-line-right {
    display: none !important;
}

.ml-cart-confirmation-layer .swal2-icon.ml-cart-confirmation__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 24px;
    border-right: 3px solid #171512;
    border-bottom: 3px solid #171512;
    transform: translate(-54%, -63%) rotate(45deg);
}

.ml-cart-confirmation-layer h2.swal2-title.ml-cart-confirmation__title {
    max-width: 430px;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(36px, 5vw, 48px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
}

.ml-cart-confirmation-layer .swal2-html-container.ml-cart-confirmation__message {
    max-width: 410px;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    color: #756f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.ml-cart-confirmation-layer .swal2-actions.ml-cart-confirmation__actions {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
    margin: 32px 0 0 !important;
}

.ml-cart-confirmation-layer .ml-cart-confirmation__continue,
.ml-cart-confirmation-layer .ml-cart-confirmation__cart {
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
}

.ml-cart-confirmation-layer .ml-cart-confirmation__continue {
    background: #171512 !important;
    color: #fff !important;
}

.ml-cart-confirmation-layer .ml-cart-confirmation__cart {
    background: transparent !important;
    color: #171512 !important;
}

.ml-cart-confirmation-layer .ml-cart-confirmation__continue:hover,
.ml-cart-confirmation-layer .ml-cart-confirmation__cart:hover {
    border-color: #9c7444 !important;
    background: #9c7444 !important;
    color: #fff !important;
}

.ml-cart-confirmation-layer .ml-cart-confirmation__continue:focus-visible,
.ml-cart-confirmation-layer .ml-cart-confirmation__cart:focus-visible {
    outline: 2px solid #9c7444 !important;
    outline-offset: 3px !important;
}

@media (max-width: 1100px) {
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 26px 30px;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-title,
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-item {
        grid-template-columns: minmax(270px, 1fr) 112px 130px 112px 36px;
        column-gap: 12px;
    }
    body.ml-checkout-ready .ml-checkout-content {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 32px;
    }
}

@media (max-width: 980px) {
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap {
        grid-template-columns: 1fr;
        grid-template-areas:
            "items"
            "summary"
            "actions";
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-wrap > .basket-right {
        width: min(100%, 560px) !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-title {
        display: none !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-left > .basket-item {
        grid-template-columns: minmax(0, 1fr) auto 42px;
        gap: 18px;
        padding: 22px 0 !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-detail {
        grid-column: 1 / -1;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-price {
        display: none !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-qty {
        grid-column: 1;
        grid-row: 2;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .cart-total-price {
        grid-column: 2;
        grid-row: 2;
        font-family: "Playfair Display", Georgia, serif !important;
        font-size: 20px !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-item > .sepet-satir-sil {
        grid-column: 3;
        grid-row: 2;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty form.degistir-form,
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-qty .sp-input-group {
        margin: 0 !important;
    }
    body.ml-checkout-ready .ml-checkout-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }
    body.ml-checkout-ready .ml-checkout-content > .shopphp-payment-body {
        grid-column: 1;
        grid-row: 1;
    }
    body.ml-checkout-ready .ml-checkout-content > #basket-right-container {
        position: static;
        grid-column: 1;
        grid-row: 2;
        width: min(100%, 560px) !important;
    }
    body.ml-account-ready #shopphp-login .menu_list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .ml-track-layout,
    .ml-faq-hero > div,
    .ml-faq-layout { grid-template-columns: 1fr; }
    .ml-track-visual { min-height: 520px; }
}

@media (max-width: 800px) {
    body.ml-account-ready .ml-content-page,
    body.ml-cart-page-ready .ml-content-page,
    body.ml-checkout-ready .ml-content-page {
        width: min(calc(100% - 28px), 1440px);
        padding-top: 28px;
        padding-bottom: 78px;
    }
    body.ml-cart-page-ready .ml-content-page > .ml-breadcrumb,
    body.ml-checkout-ready .ml-content-page > .ml-breadcrumb { margin-bottom: 34px; }
    body.ml-cart-page-ready .ml-content-page > h1.page-title {
        font-size: clamp(50px, 15vw, 68px);
    }
    .ml-cart-page-intro,
    .ml-checkout-intro {
        margin-top: 18px;
        margin-bottom: 36px;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail td.sepet-image {
        width: 108px !important;
        padding-right: 16px !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-detail td.sepet-image img {
        width: 96px !important;
        max-width: 96px !important;
        height: 96px !important;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .cart-info h3 a { font-size: 20px !important; }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button {
        align-items: stretch;
        flex-direction: column;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > a {
        width: 100% !important;
        min-width: 0;
    }
    body.ml-cart-page-ready:not(.ml-cart-page-empty) .basket-button > .sepet-btn-bosalt {
        min-height: 38px !important;
    }
    .ml-order-summary { padding: 26px 22px !important; }
    body.ml-checkout-ready .ml-checkout-summary-title {
        grid-template-columns: 1fr;
        padding: 20px 72px 20px 20px !important;
    }
    .ml-checkout-summary__heading { font-size: 25px; }
    .ml-checkout-summary__meta {
        grid-column: 1;
        grid-row: auto;
        margin-top: 4px;
        font-size: 10px;
    }
    body.ml-checkout-ready .sepet-goster-checkout { right: 16px; }
    body.ml-checkout-ready .ml-checkout-title {
        margin-top: 52px !important;
        font-size: clamp(44px, 13vw, 58px) !important;
    }
    body.ml-checkout-ready .generatedForm .sf-form-container > ul,
    body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.bireysel,
    body.ml-checkout-ready .generatedForm .sf-form-container > ul > div.kurumsal:not(.d-none) {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body.ml-checkout-ready .shopphp-payment-body .tab-content .card-content {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__header {
        min-height: 76px;
        padding: 13px 14px !important;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__header > div {
        gap: 10px;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__label {
        gap: 11px;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__label > i {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__copy {
        padding-right: 0;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__copy small {
        font-size: 10px;
    }
    body.ml-checkout-ready .shopphp-payment-body .ml-payment-option__badge {
        position: static;
        width: max-content;
        margin-top: 3px;
        transform: none;
    }
    body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab {
        min-height: 58px;
        padding-left: 44px !important;
        padding-right: 8px !important;
    }
    body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab::before {
        left: 6px;
        width: 26px;
        height: 26px;
    }
    body.ml-checkout-ready .shopphp-payment-body #top-payment-tab .tab p {
        font-size: 9px !important;
        letter-spacing: .05em;
    }
    body.ml-checkout-ready .satinal-login-info > a {
        justify-content: flex-start;
        text-align: left;
    }
    body.ml-account-ready .ml-content-page > .ml-breadcrumb { margin-bottom: 34px; }
    body.ml-account-ready .ml-content-page > h1.page-title { margin-bottom: 34px; }
    .ml-account-intro { display: block; }
    .ml-account-intro > p { margin-top: 18px; }
    body.ml-account-ready #shopphp-login .menu_head,
    body.ml-account-ready #shopphp-login p.menu_head,
    body.ml-account-ready #shopphp-login .menu_head a,
    body.ml-account-ready #shopphp-login p.menu_head a {
        min-height: 138px !important;
    }
    #drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child {
        min-height: 86px !important;
        padding: 16px 18px !important;
    }
    #drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child h2 { font-size: 25px !important; }
    #drawer-1.ml-cart-drawer .drawer__body > .w-full.flex:first-child button.js-drawer__close span { display: none !important; }
    .ml-cart-empty { padding: 48px 24px; }
    .ml-cart-empty > img { margin-bottom: 42px; }
    .ml-service-page { padding-top: 18px; }
    .ml-service-hero .ml-breadcrumb { margin-bottom: 38px; }
    .ml-track-layout { width: 100%; }
    .ml-track-visual { min-height: 440px; }
    .ml-track-card { padding: 44px 24px 58px; }
    .ml-faq-layout > aside { padding: 26px; }
    .ml-faq-list .sss .soru { padding: 22px 48px 22px 0 !important; font-size: 23px !important; }
    .ml-faq-list .sss .cevap { padding: 20px 10px 24px 0 !important; }
    .ml-footer__credits { align-items: flex-end; flex-direction: column; gap: 8px; }
}

@media (max-width: 520px) {
    html .swal2-container.ml-cart-confirmation-layer { padding: 14px !important; }
    .ml-cart-confirmation-layer .swal2-popup.ml-cart-confirmation {
        width: calc(100vw - 28px) !important;
        padding: 34px 24px 28px !important;
    }
    .ml-cart-confirmation-layer .swal2-popup.ml-cart-confirmation::before { margin-bottom: 22px; }
    .ml-cart-confirmation-layer .swal2-icon.ml-cart-confirmation__icon {
        width: 52px !important;
        height: 52px !important;
        margin-bottom: 20px !important;
    }
    .ml-cart-confirmation-layer h2.swal2-title.ml-cart-confirmation__title { font-size: 36px !important; }
    .ml-cart-confirmation-layer .swal2-html-container.ml-cart-confirmation__message {
        margin-top: 14px !important;
        font-size: 13px !important;
    }
    .ml-cart-confirmation-layer .swal2-actions.ml-cart-confirmation__actions {
        display: flex !important;
        flex-direction: column-reverse;
        margin-top: 26px !important;
    }
    .ml-cart-confirmation-layer .ml-cart-confirmation__continue,
    .ml-cart-confirmation-layer .ml-cart-confirmation__cart { width: 100% !important; }
    body.ml-account-ready #shopphp-login .menu_list {
        grid-template-columns: 1fr !important;
    }
    body.ml-account-ready #shopphp-login .menu_head,
    body.ml-account-ready #shopphp-login p.menu_head,
    body.ml-account-ready #shopphp-login .menu_head a,
    body.ml-account-ready #shopphp-login p.menu_head a {
        min-height: 116px !important;
    }
    body.ml-account-ready #shopphp-login .menu_head a,
    body.ml-account-ready #shopphp-login p.menu_head a {
        flex-direction: row;
        align-items: center !important;
        justify-content: flex-start;
        padding: 18px !important;
    }
    .ml-account-card__arrow { top: 50%; right: 18px; bottom: auto; transform: translateY(-50%); }
}

/* Customer account, authentication and shared content pages */
.ml-account-shell,
.ml-auth-page,
.ml-contact-page {
    background: #fffdf9;
}

.ml-account-shell {
    min-height: 68vh;
    padding: 34px 0 clamp(92px, 9vw, 148px);
}

.ml-account-shell .ml-breadcrumb,
.ml-auth-page .ml-breadcrumb,
.ml-contact-hero .ml-breadcrumb {
    margin-bottom: clamp(48px, 6vw, 78px);
}

.ml-account-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    align-items: end;
    gap: 48px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(23, 21, 18, .18);
}

.ml-account-hero h1 {
    margin: 8px 0 0;
    font-size: clamp(56px, 6.1vw, 88px);
    line-height: .98;
}

.ml-account-hero > p {
    max-width: 510px;
    margin: 0 0 5px;
    color: #756f67;
    font-size: 15px;
    line-height: 1.75;
}

.ml-account-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0 18px;
    border-bottom: 1px solid rgba(23, 21, 18, .14);
    scrollbar-width: none;
}

.ml-account-nav::-webkit-scrollbar { display: none; }

.ml-account-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 6px 0;
    color: #756f67;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ml-account-nav a::after {
    position: absolute;
    right: 0;
    bottom: -19px;
    left: 0;
    height: 2px;
    background: #171512;
    content: "";
    opacity: 0;
    transform: scaleX(.5);
    transition: opacity .2s ease, transform .2s ease;
}

.ml-account-nav a:hover,
.ml-account-nav a.is-active { color: #171512; }

.ml-account-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.ml-account-content {
    min-height: 280px;
    margin-top: clamp(38px, 5vw, 68px);
}

.ml-account-shell--dashboard .ml-account-content { margin-top: 38px; }

.ml-account-content > .clearfix,
.ml-account-content > .clear-space { display: none !important; }

/* Account overview */
.ml-account-shell--dashboard #shopphp-login,
.ml-account-shell--dashboard #shopphp-user-content,
.ml-account-shell--dashboard #shopphp-user-menu {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.ml-account-shell--dashboard #shopphp-login .welcome { display: none !important; }

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 28px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card,
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card {
    grid-column: auto;
    min-height: 132px !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-top: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #171512 !important;
    transition: background-color .22s ease, color .22s ease !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card:hover,
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card:hover,
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card.active {
    border-color: rgba(23, 21, 18, .18) !important;
    background: #f3eadc !important;
    color: #171512 !important;
    transform: none;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card > a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
    min-height: 131px !important;
    padding: 24px 68px 24px 8px !important;
    color: inherit !important;
    white-space: normal !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card > a::before {
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid currentColor !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 14px !important;
    opacity: .78;
}

.ml-account-card__copy {
    display: block;
    min-width: 0;
    padding-right: 0;
}

.ml-account-card__copy strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.ml-account-card__copy small {
    display: block;
    max-width: 390px;
    margin-top: 9px;
    color: #756f67;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.55;
}

.ml-account-card:hover .ml-account-card__copy small { color: #756f67; }

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders {
    grid-column: 1 / -1;
    order: 1;
    min-height: 206px !important;
    border: 0 !important;
    background: #171512 !important;
    color: #fff !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders:hover,
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders.active {
    background: #2b241c !important;
    color: #fff !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders > a {
    min-height: 204px !important;
    padding: 34px 82px 34px 36px !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders > a::before {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders .ml-account-card__copy strong {
    font-size: clamp(32px, 3vw, 45px);
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders .ml-account-card__copy small {
    color: rgba(255, 255, 255, .66);
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders:hover .ml-account-card__copy small {
    color: rgba(255, 255, 255, .7);
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--profile { order: 2; }
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--addresses { order: 3; }
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--coupons { order: 4; }
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--support { order: 5; }
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--transfer { order: 6; }
body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--messages { order: 7; }

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout {
    grid-column: 1 / -1;
    min-height: 82px !important;
    order: 8;
    background: transparent !important;
    border-bottom: 1px solid rgba(23, 21, 18, .18) !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout > a {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 81px !important;
    padding: 16px 68px 16px 8px !important;
}

body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout > a::before {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px;
}

.ml-account-card--logout .ml-account-card__copy { display: flex; align-items: baseline; gap: 16px; }
.ml-account-card--logout .ml-account-card__copy strong { font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 700; }
.ml-account-card--logout .ml-account-card__copy small { margin: 0; }

.ml-account-shell--dashboard .ml-account-card__arrow {
    right: 22px;
    top: 50%;
    bottom: auto;
    color: currentColor;
    opacity: .62;
    transform: translateY(-50%);
}

.ml-account-card--logout .ml-account-card__arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

/* Account forms, tables and states */
.ml-account-section-title {
    display: block;
    margin: 58px 0 22px !important;
    font-size: clamp(34px, 3.5vw, 50px) !important;
    line-height: 1.05 !important;
}

.ml-account-section-title:first-child { margin-top: 0 !important; }

.ml-account-panel {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ml-account-content .generatedForm,
.ml-account-content .generatedForm .sf-form-container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ml-account-content .generatedForm .sf-form-container > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ml-account-content .generatedForm .sf-form-container > ul > li {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.ml-account-content .generatedForm .sf-form-container > ul > li.width-100,
.ml-account-content .generatedForm .sf-form-container > ul > li.clear,
.ml-account-content .generatedForm .sf-form-container > ul > li.sf-form-header {
    grid-column: 1 / -1;
}

.ml-account-content .generatedForm .sf-form-item-fullwidth > div {
    padding: 0 !important;
}

.ml-account-content .generatedForm label.sf-text-label,
.ml-account-content .generatedForm .sf-text-label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #171512 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

.ml-account-content .generatedForm input.sf-form-input,
.ml-account-content .generatedForm textarea.sf-form-textarea,
.ml-account-content .generatedForm select.sf-form-select,
.ml-account-content .generatedForm input[type="text"],
.ml-account-content .generatedForm input[type="email"],
.ml-account-content .generatedForm input[type="password"],
.ml-account-content .generatedForm input[type="tel"],
.ml-account-content .generatedForm select,
.ml-account-content .generatedForm textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #171512 !important;
    box-shadow: none !important;
}

.ml-account-content .generatedForm textarea.sf-form-textarea,
.ml-account-content .generatedForm textarea { min-height: 148px !important; }

.ml-account-content .generatedForm input:focus,
.ml-account-content .generatedForm select:focus,
.ml-account-content .generatedForm textarea:focus {
    border-color: #171512 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.ml-account-content .sf-button,
.ml-account-content .sf-neutral-button,
.ml-account-content input[type="submit"],
.ml-account-content input[type="button"],
.ml-account-content button,
.ml-account-content a.button,
.ml-account-primary-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 13px 22px !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    background: #171512 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.ml-account-content .sf-button:hover,
.ml-account-content .sf-neutral-button:hover,
.ml-account-content input[type="submit"]:hover,
.ml-account-content input[type="button"]:hover,
.ml-account-content button:hover,
.ml-account-primary-action:hover {
    background: #9c7444 !important;
    border-color: #9c7444 !important;
}

.ml-account-action-row {
    display: flex;
    justify-content: flex-end;
    margin: -8px 0 28px;
}

.ml-account-table-scroll {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid rgba(23, 21, 18, .16);
    border-bottom: 1px solid rgba(23, 21, 18, .16);
}

.ml-account-content table.ml-account-table {
    width: 100% !important;
    min-width: 720px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ml-account-content table.ml-account-table th {
    padding: 15px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 21, 18, .16) !important;
    background: #fdf6eb !important;
    color: #756f67 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .11em !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.ml-account-content table.ml-account-table td {
    padding: 20px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 21, 18, .1) !important;
    background: transparent !important;
    color: #171512 !important;
    font-size: 13px !important;
    vertical-align: middle !important;
}

.ml-account-content table.ml-account-table tr:last-child td { border-bottom: 0 !important; }

.ml-account-content table.ml-account-table td .textBox,
.ml-account-content table.ml-account-table td a {
    color: #171512 !important;
}

.ml-account-empty {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: clamp(38px, 5vw, 68px);
    background: #fdf6eb;
}

.ml-account-empty > span {
    color: #9c7444;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 54px;
    line-height: 1;
}

.ml-account-empty h2 {
    max-width: 620px;
    margin: 5px 0 12px;
    font-size: clamp(28px, 3vw, 42px);
}

.ml-account-empty div > p:last-child {
    max-width: 560px;
    margin: 0;
    color: #756f67;
}

.ml-account-empty a {
    display: inline-flex;
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #171512;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ml-account-notice,
.ml-account-content .alert-login.ml-account-notice {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center !important;
    gap: 18px !important;
    min-height: 126px;
    margin: 0 !important;
    padding: 28px 32px !important;
    border: 1px solid rgba(23, 21, 18, .14) !important;
    border-radius: 0 !important;
    background: #fdf6eb !important;
    color: #171512 !important;
}

.ml-account-notice > span:first-child {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(23, 21, 18, .2);
    border-radius: 50%;
}

.ml-account-notice svg { width: 18px !important; height: 18px !important; }
.ml-account-notice svg path { fill: #171512 !important; }

.ml-account-notice .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #171512 !important;
    font-size: 13px !important;
}

.ml-account-notice .text strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
}

.ml-account-notice .text span { color: #756f67; }

.ml-account-content .indirim-kupon-card {
    margin-top: 14px !important;
    padding: 26px !important;
    border: 1px solid rgba(23, 21, 18, .14) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #171512 !important;
}

.ml-order-filter {
    display: grid;
    grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: end;
    padding: clamp(30px, 4vw, 54px) !important;
    background: #fdf6eb !important;
}

.ml-order-filter__heading h2 {
    margin: 5px 0 12px;
    font-size: clamp(30px, 3vw, 42px);
}

.ml-order-filter__heading > p:last-child {
    max-width: 360px;
    margin: 0;
    color: #756f67;
    font-size: 13px;
}

.ml-order-filter #sort-form .generatedForm .sf-form-container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ml-order-filter #sort-form .generatedForm .sf-form-container > ul > li:last-child {
    grid-column: 1 / -1;
}

.ml-order-filter select {
    width: calc(33.333% - 5px) !important;
    min-width: 76px;
}

.ml-order-history { margin-top: clamp(58px, 7vw, 96px); }

.ml-order-history > .ml-account-section-title,
.ml-order-history > h1.page-title {
    margin: 0 0 30px !important;
    font-size: clamp(44px, 5vw, 68px) !important;
}

.ml-page-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Contact */
.ml-contact-page { padding: 34px 0 clamp(92px, 9vw, 150px); }

.ml-contact-hero {
    padding-bottom: clamp(48px, 6vw, 82px);
}

.ml-contact-hero h1 {
    max-width: 960px;
    margin: 8px 0 20px;
    font-size: clamp(54px, 6.5vw, 94px);
    line-height: .98;
}

.ml-contact-hero > p:last-child {
    max-width: 620px;
    margin: 0;
    color: #756f67;
}

.ml-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: stretch;
}

.ml-contact-form {
    padding: clamp(34px, 5vw, 72px);
    background: #fdf6eb;
}

.ml-contact-form > h2,
.ml-contact-aside h2 {
    margin: 5px 0 34px;
    font-size: clamp(34px, 4vw, 54px);
}

.ml-contact-form #sp-iletisim-form > .col {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

.ml-contact-form #sp-iletisim-form > .col:nth-child(2),
.ml-contact-form #sp-iletisim-form > .clearfix,
.ml-contact-form #sp-iletisim-form h1.page-title,
.ml-contact-form #sp-iletisim-form > .col > .clearfix { display: none !important; }

.ml-contact-form .page-inner-content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.ml-contact-form .generatedForm,
.ml-contact-form .sf-form-container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.ml-contact-form .sf-form-container > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    overflow: visible !important;
}

.ml-contact-form .sf-form-container > ul > li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.ml-contact-form .sf-form-container > ul > li.width-100,
.ml-contact-form .sf-form-container > ul > li.clear { grid-column: 1 / -1; }

.ml-contact-form .sf-form-item-fullwidth > div { padding: 0 !important; }

.ml-contact-form label.sf-text-label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #171512 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ml-contact-form input.sf-form-input,
.ml-contact-form textarea.sf-form-textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 13px 15px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: #fffdf9 !important;
    color: #171512 !important;
    box-shadow: none !important;
}

.ml-contact-form textarea.sf-form-textarea { min-height: 160px !important; }

.ml-contact-form input.sf-form-input:focus,
.ml-contact-form textarea.sf-form-textarea:focus {
    border-color: #171512 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.ml-contact-form .sf-neutral-button {
    min-width: 190px !important;
    min-height: 52px !important;
    margin: 4px 0 0 !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    background: #171512 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ml-contact-aside {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    padding: clamp(34px, 5vw, 68px);
    overflow: hidden;
    background: #171512;
    color: #fff;
}

.ml-contact-aside__index {
    position: absolute;
    top: 34px;
    right: 38px;
    color: rgba(255, 255, 255, .2);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 74px;
    line-height: 1;
}

.ml-contact-aside h2 { max-width: 430px; margin-bottom: 18px; }
.ml-contact-aside > p:not(.ml-eyebrow) { max-width: 420px; margin-bottom: 34px; color: rgba(255, 255, 255, .65); }

.ml-contact-aside > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ml-contact-aside > a:last-child { border-bottom: 1px solid rgba(255, 255, 255, .22); }
.ml-contact-aside > a svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }

/* Login and registration */
.ml-auth-page { padding: 34px 0 clamp(92px, 9vw, 150px); }

.ml-auth-layout {
    display: grid;
    grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
    align-items: stretch;
    min-height: 690px;
}

.ml-auth-story {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(36px, 5vw, 70px);
    background: #171512;
    color: #fff;
}

.ml-auth-story h1 {
    max-width: 560px;
    margin: 8px 0 22px;
    font-size: clamp(44px, 4.8vw, 68px);
}

.ml-auth-story > p:not(.ml-eyebrow) {
    max-width: 490px;
    margin-bottom: 46px;
    color: rgba(255, 255, 255, .65);
}

.ml-auth-story > div {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 54px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.ml-auth-story > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.ml-auth-story > div span { color: #c49a69; font-family: "Playfair Display", Georgia, serif; font-size: 18px; }
.ml-auth-story > div strong { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.ml-auth-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(30px, 4.5vw, 66px);
    border: 1px solid rgba(23, 21, 18, .14);
    border-left: 0;
    background: #fdf6eb;
}

.ml-auth-content > .clearfix,
.ml-auth-content > link { display: none !important; }

.ml-auth-content #hizli-uye-menu {
    display: flex !important;
    gap: 26px;
    margin: 0 0 32px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid rgba(23, 21, 18, .16);
}

.ml-auth-content #hizli-uye-menu a {
    padding: 0 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #756f67 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ml-auth-content #hizli-uye-menu a.active { color: #171512 !important; border-bottom: 1px solid #171512 !important; }

.ml-auth-content #main-login-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    width: 100% !important;
    margin: 0 !important;
}

.ml-auth-content #main-login-form > .col-sm-6 {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.ml-auth-content #main-login-form .col-sm-left-login,
.ml-auth-content #main-login-form .col-sm-right-register {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ml-auth-content .spanTittle {
    display: block !important;
    margin: 0 0 22px !important;
    color: #171512 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 1.1;
}

.ml-auth-content .userWrapper { margin: 0 0 12px !important; }

.ml-auth-content .userWrapper input.textbox,
.ml-auth-content input.textbox {
    width: 100% !important;
    max-width: none !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 13px 44px 13px 14px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #171512 !important;
}

.ml-auth-content .userWrapper input.textbox:focus,
.ml-auth-content input.textbox:focus {
    border-color: #171512 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.ml-auth-content .userLoginBtn,
.ml-auth-content button.userLoginBtn {
    width: 100% !important;
    min-height: 52px !important;
    margin: 10px 0 0 !important;
    border: 1px solid #171512 !important;
    border-radius: 0 !important;
    background: #171512 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ml-auth-content .userPassBtnContainer { margin: 14px 0 0 !important; text-align: left !important; }
.ml-auth-content .userPassBtn { color: #756f67 !important; font-size: 11px !important; text-decoration: underline; text-underline-offset: 3px; }
.ml-auth-content .socialMediaLoginButtons { margin-top: 22px !important; }
.ml-auth-content .socialMediaLoginButtons > span { color: #756f67 !important; font-size: 10px !important; }

.ml-auth-content .socialMediaLoginButtons button.button-google {
    width: 100% !important;
    min-height: 48px !important;
    border: 1px solid rgba(23, 21, 18, .18) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #171512 !important;
    box-shadow: none !important;
}

.ml-auth-content .checkbox-fa { color: #756f67; font-size: 10px; line-height: 1.5; }
.ml-auth-content .checkbox-fa a { text-decoration: underline; text-underline-offset: 2px; }

/* Remaining ShopPHP content routes */
body.ml-generic-page-ready .ml-content-page {
    width: min(calc(100% - 64px), 1280px);
    padding-top: 42px;
    padding-bottom: clamp(90px, 9vw, 150px);
}

body.ml-generic-page-ready .ml-content-page > .ml-breadcrumb { margin-bottom: clamp(46px, 6vw, 76px); }

body.ml-generic-page-ready .ml-content-page > h1.page-title {
    max-width: 980px;
    margin: 0 0 clamp(34px, 5vw, 66px);
    font-size: clamp(50px, 6vw, 84px);
    line-height: .98;
}

body.ml-generic-page-ready .ml-generic-panel {
    width: 100%;
    margin: 0 !important;
    padding: clamp(30px, 4.5vw, 64px) !important;
    border: 1px solid rgba(23, 21, 18, .14);
    background: #fdf6eb;
    box-shadow: none !important;
}

body.ml-generic-page-ready .ml-generic-panel > :last-child { margin-bottom: 0; }

@media (max-width: 1120px) {
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card { grid-column: auto; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders { grid-column: 1 / -1; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--addresses { grid-column: auto; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout { grid-column: 1 / -1; }
    .ml-account-card--profile { grid-column: auto !important; }
    .ml-order-filter { grid-template-columns: 1fr; }
    .ml-auth-layout { grid-template-columns: 1fr; }
    .ml-auth-story { min-height: 520px; }
    .ml-auth-content { border-top: 0; border-left: 1px solid rgba(23, 21, 18, .14); }
}

@media (max-width: 800px) {
    .ml-account-shell,
    .ml-auth-page,
    .ml-contact-page { padding-top: 26px; padding-bottom: 82px; }
    .ml-account-shell > .ml-container,
    .ml-auth-page > .ml-container,
    .ml-contact-page > .ml-container { width: min(calc(100% - 28px), 1440px); }
    .ml-account-shell .ml-breadcrumb,
    .ml-auth-page .ml-breadcrumb,
    .ml-contact-hero .ml-breadcrumb { margin-bottom: 36px; }
    .ml-account-hero { grid-template-columns: 1fr; gap: 18px; padding-bottom: 30px; }
    .ml-account-hero h1 { font-size: clamp(48px, 14vw, 68px); }
    .ml-account-nav { gap: 22px; }
    .ml-account-content { margin-top: 34px; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_list { grid-template-columns: 1fr !important; gap: 0 !important; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--profile,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--addresses {
        grid-column: 1 !important;
    }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout { grid-column: 1 / -1 !important; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders .ml-account-card__copy strong { font-size: 28px; }
    .ml-account-content .generatedForm .sf-form-container > ul { grid-template-columns: 1fr; }
    .ml-account-content .generatedForm .sf-form-container > ul > li.width-100,
    .ml-account-content .generatedForm .sf-form-container > ul > li.clear,
    .ml-account-content .generatedForm .sf-form-container > ul > li.sf-form-header { grid-column: 1; }
    .ml-account-empty { grid-template-columns: 1fr; gap: 20px; padding: 34px 24px; }
    .ml-account-empty > span { font-size: 42px; }
    .ml-account-action-row { justify-content: stretch; }
    .ml-account-primary-action { width: 100%; }
    .ml-order-filter { padding: 30px 22px !important; }
    .ml-order-filter #sort-form .generatedForm .sf-form-container > ul { grid-template-columns: 1fr; }
    .ml-order-filter #sort-form .generatedForm .sf-form-container > ul > li:last-child { grid-column: 1; }
    .ml-contact-layout { grid-template-columns: 1fr; }
    .ml-contact-form { padding: 34px 22px; }
    .ml-contact-aside { min-height: 520px; }
    .ml-auth-story { min-height: 500px; padding: 38px 24px; }
    .ml-auth-content { padding: 32px 22px; }
    .ml-auth-content #main-login-form { grid-template-columns: 1fr; }
    body.ml-generic-page-ready .ml-content-page { width: min(calc(100% - 28px), 1280px); padding-top: 28px; padding-bottom: 82px; }
}

@media (max-width: 560px) {
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_list { grid-template-columns: 1fr !important; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--orders,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout {
        grid-column: 1 !important;
    }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login p.menu_head.ml-account-card,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card > a { min-height: 154px !important; }
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout,
    body.ml-account-ready .ml-account-shell--dashboard #shopphp-login .ml-account-card--logout > a { min-height: 70px !important; }
    .ml-account-card--logout .ml-account-card__copy small { display: none; }
    .ml-account-notice,
    .ml-account-content .alert-login.ml-account-notice { grid-template-columns: 1fr; padding: 24px !important; }
    .ml-contact-form .sf-form-container > ul { grid-template-columns: 1fr; }
    .ml-contact-form .sf-form-container > ul > li.width-100,
    .ml-contact-form .sf-form-container > ul > li.clear { grid-column: 1; }
    .ml-contact-aside { min-height: 480px; padding: 34px 24px; }
    .ml-auth-story h1 { font-size: 42px; }
}

/* Login.css uses ID-scoped legacy rules; keep the final branded surface authoritative. */
html body.ml-page-login .ml-auth-content > .col-sm-12.pt-20 {
    display: none !important;
}

html body.ml-page-login .ml-auth-content #main-login-form,
html body.ml-page-login .ml-auth-content #main-login-form > div,
html body.ml-page-login .ml-auth-content #main-login-form form,
html body.ml-page-login .ml-auth-content #main-login-form form > div,
html body.ml-page-login .ml-auth-content #divUyeRegisterForm .col-sm-right-register {
    max-width: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.ml-page-login .ml-auth-content #main-login-form form > div,
html body.ml-page-login .ml-auth-content #divUyeRegisterForm .col-sm-right-register {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.ml-page-login .ml-auth-content #main-login-form .userWrapper,
html body.ml-page-login .ml-auth-content #main-login-form .userWrapper > div {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

html body.ml-page-login .ml-auth-content #main-login-form .userWrapper.d-none {
    display: none !important;
}

html body.ml-page-login .ml-auth-content #main-login-form .userWrapper input.textbox,
html body.ml-page-login .ml-auth-content #main-login-form input.textbox {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

html body.ml-page-login .ml-auth-content #main-login-form button.userLoginBtn,
html body.ml-page-login .ml-auth-content #main-login-form .userLoginBtn.button,
html body.ml-page-login .ml-auth-content #main-login-form button.QuickMember {
    width: 100% !important;
    border-color: #171512 !important;
    background: #171512 !important;
    background-color: #171512 !important;
    color: #fff !important;
}

html body.ml-page-login .ml-auth-content #main-login-form button.userLoginBtn:hover,
html body.ml-page-login .ml-auth-content #main-login-form .userLoginBtn.button:hover,
html body.ml-page-login .ml-auth-content #main-login-form button.QuickMember:hover {
    border-color: #9c7444 !important;
    background: #9c7444 !important;
    background-color: #9c7444 !important;
}

html body.ml-page-login .ml-auth-content #main-login-form .TcxPassEye {
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

@media (max-width: 800px) {
    html body.ml-page-login .ml-auth-content > .col-sm-12.pt-20 {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }
    html body.ml-page-login .ml-auth-content #hizli-uye-menu {
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    html body.ml-page-login .ml-auth-content { order: 1; }
    html body.ml-page-login .ml-auth-story {
        min-height: 420px;
        order: 2;
    }
}
