/*
 Theme Name: LastJant v2
 Theme URI: https://sarsproject.com/
 Author: Created by Sars Project
 Author URI: https://sarsproject.com/
 Description: Bu Wordpress Teması Sars Project Tarafından Yorumlanmış ve Kodlanmıştır. Bu tema LastJant firmasına özel kodlanmıştır.
 Version: 2.1.32
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: https://sarsproject.com/
*/
nav.rank-math-breadcrumb {
    font-size: 12px;
}
nav.rank-math-breadcrumb a {
    color: #ef7f1a;
    font-weight: 600;
}
h1 {margin: 18px 0 !important;}
.page-content > h2, div#tab-description > h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 18px 0 !important;
    color: var(--title-color);
}
.page-content > h3, div#tab-description > h3 {
    font-size: 28px;
    margin: 16px 0 !important;
    color: var(--title-color);
}
.page-content > p, div#tab-description > p {
    margin-bottom: 20px;
    color: var(--title-color);
}
.page-content > ul >li, div#tab-description > ul > li {
    list-style: inside;
    padding: 0px;
    color: var(--title-color);
}
.lj-filter-content {    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgb(234 124 10);
    border-radius: 20px;}

.navigation li.menu-item-has-children {
    position: relative;
}

.navigation li.menu-item-has-children ul {
    display: none;
    position: absolute;
}

.navigation li.menu-item-has-children:hover ul {
    display: block;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu,
.main-menu .navigation > li.menu-item-has-children:hover > ul,
.main-menu .navigation > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transform: translateY(0);
}
.copyright {
    font-size: 14px;
}
.main-footer .logo-widget p {
    color: #2b2a29;
    margin-bottom: 22px;
    font-size: 14px;
}
.custom-product-card-content {
    padding: 12px 0;
}

.product-short-specs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-short-specs .spec-line {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 4px;
}

.product-short-specs .spec-size {
    font-size: 17px;
    font-weight: 700;
}

.product-price-wrap {
    margin-top: 10px;
}
.custom-shop-product-item .shop-block-one .lower-content {
    padding-top: 15px;
}

.product-brand-box {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.product-brand-logo {
    max-height: 32px;
    width: auto;
    display: block;
}

.product-brand-name {
    font-size: 13px;
    color: #666;
    line-height: 1.3;
}

.custom-shop-product-item .product-title {
    margin-bottom: 10px;
}

.custom-shop-product-item .product-title a {
    display: block;
    line-height: 1.4;
}

.product-top-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.spec-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.spec-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.product-performance-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.perf-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.perf-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-short-specs {
    margin-bottom: 12px;
}

.product-short-specs .spec-line {
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 4px;
}

.product-short-specs .spec-size,
.ebat-item strong {
    font-size: 17px;
    font-weight: 700;
    color: #111;
}

.custom-shop-product-item .price-box {
    margin-bottom: 12px;
    text-align: right;
    font-weight: 600;
        display: flex;
    justify-content: end;
}

.custom-shop-product-item .product-action-box .button,
.custom-shop-product-item .product-action-box .added_to_cart,
.custom-shop-product-item .product-action-box .add_to_cart_button {
    display: inline-block;
    padding: 10px 18px;
    line-height: 1.2;
    background: #2d2d2d;
    color: white;
    border-radius: 12px;
}
.custom-single-product-wrapper {
    margin-top: 30px;
}

.single-product-main-content {
    padding-left: 10px;
}

.single-product-brand-box {
    margin-bottom: 12px;
}

.single-product-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.single-product-brand-logo {
    max-height: 42px;
    width: auto;
    display: block;
}

.single-product-brand-name {
    font-size: 14px;
    color: #666;
    line-height: 1.3;
}

.single-product-title {
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-product-price-box {
    margin-bottom: 15px;
}

.single-product-short-description {
    margin-bottom: 20px;
}

.single-product-top-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.single-spec-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}

.single-spec-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.single-spec-size strong {
    font-size: 18px;
    color: #111;
}

.single-product-performance-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.single-perf-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.single-perf-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex: 0 0 28px;
}

.single-perf-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.single-perf-text .label {
    font-size: 12px;
    color: #777;
    line-height: 1.2;
    position: absolute;
    top: 2px;
    left: 22%;
    transform: translate(0, -60%);
    background: white;
}

.single-perf-text strong {
    font-size: 15px;
    color: #111;
    line-height: 1.2;
}

.single-product-tech-table {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.single-product-tech-table .tech-row {
display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.single-product-tech-table .tech-row:last-child {
    border-bottom: 0;
}

.single-product-tech-table .tech-label {
font-weight: 500;
    color: #2b2a29;
}

.single-product-tech-table .tech-value {
    color: #111;
    text-align: right;
}

.single-product-cart-box {
    margin-bottom: 20px;
}

.single-product-meta-box {
    margin-bottom: 20px;
}

.single-product-bottom-tabs {
    margin-top: 40px;
}

.single-product-related-section {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .single-product-main-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .single-product-performance-box {
        grid-template-columns: 1fr;
    }

    .single-product-tech-table .tech-row {
        flex-direction: column;
        gap: 6px;
    }

    .single-product-tech-table .tech-value {
        text-align: left;
    }
}

.product-stock-box,
.single-product-stock-box {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-stock-box.in-stock,
.single-product-stock-box.in-stock {
    background: #eaf7ea;
    color: #1f7a1f;
}

.product-stock-box.out-of-stock,
.single-product-stock-box.out-of-stock {
    background: #fdeaea;
    color: #c62828;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    font-size: 26px;
    color: #ef7f1a;
    text-decoration: none;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .7;
    display: inline-block;
    color: #aea7a7;
    font-size: 18px;
    font-weight: 500;
}
.single-product-brand-box {
    margin-bottom: 12px;
    display: flex;
    justify-content: end;
}
span.sku, span.posted_in a {
    font-weight: 700;
    color: #ef7f1a;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 100%;}
.single-product-meta-box {
    margin-bottom: 20px;
}
.product_meta {
    display: flex;
    flex-direction: column;
        font-size: 14px;
    line-height: 19px;
}
span.sku_wrapper {
    text-transform: capitalize;
}
span.sku {
    font-size: 15px;
    font-weight: 700;
}
.product_meta a {
    color: #ef7f1a;
    font-weight: 500;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-weight: 700;
    display: flex;
    font-size: 26px;
    color: #ef7f1a;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: flex;
    gap: 9px;
}
.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 50%;
    background: #46af46;
}
button.plus, button.minus {
    width: 40px;
    height: 40px;
    background: #dedede;
    border-radius: 40px;
}
.woocommerce .quantity .qty {
    height: 40px;
    background: #dedede;
    border-radius: 6px;
}
.woocommerce span.onsale {
    font-weight: 500;
    background-color: #46af46;

}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 6px 6px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #555;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ef7f1a;
    border-color: #ef7f1a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #2B2A29;
    border-color: #2B2A29;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 0 6px 6px 6px;
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.shop-page-header {
    margin-bottom: 30px;
}

.shop-page-header .page-title {
    margin-bottom: 10px;
}

.shop-sidebar.default-sidebar {
    position: relative;
}

.shop-widget {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
    max-height: 160px;
    overflow: auto;
    padding: 5px 0px;
    scrollbar-color: rgb(220, 220, 220) rgb(255, 255, 255);
    scrollbar-width: auto;
}

.shop-widget .widget-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.shop-content-area .products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}


.woocommerce .woocommerce-ordering {
    margin: 0;
}

@media (max-width: 991px) {
    .sidebar-side {
        margin-bottom: 30px;
    }

    .woocommerce-top-bar,
    .woocommerce-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
    font-size: 14px;
    line-height: 6px;
    color: #2b2a29;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #ef7f1a;
    color: #ffffff;
    position: relative;
    font-family: var(--title-font);
    height: 50px;
    width: 50px;
    border: 1px solid #E7E9F0;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.shop-block-one .inner-box .lower-content h4 {
    font-size: 15px;
    line-height: 11px;
    font-weight: 500;
}
.product-stock-box.in-stock,.product-stock-box.out-of-stock {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {color:#ef7f1a;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    float: left;
    margin: 0 0.8% 0.992em 0;
    padding: 0;
    position: relative;
    width: 24.05%;
    margin-left: 0;
}
.custom-shop-product-item {float: left;
    margin: 0 0.8% 0.992em 0;
    padding: 0;
    position: relative;
    width: 24.05%;
    margin-left: 0;}
.shop-block-one .inner-box:hover:before {height: auto !important;}
ins {
    text-decoration: none;
}
ins > span.woocommerce-Price-amount.amount {
    color: #000;
    display: block;
    font-size: 29px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    position: relative;
    top: -2px;
}

del > span.woocommerce-Price-amount.amount {
    font-size: 15px;
    color: #bfbcbc;
}
span.woocommerce-Price-amount.amount {
    color: #000;
    display: block;
    font-size: 29px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    position: relative;
    top: -2px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    background: #46af46;
    color: white;
}
.product-action-box {
    text-align: center;
    margin: 0 auto;
}
a.added_to_cart.wc-forward {
    color: #46af46;
}
.search-section > .nice-select.wide {
width: 200px !important;
}
.search-section .outer-container form .form-group {
    width: 16%;
}

@media only screen and (max-width: 1400px) {
    .search-section .outer-container form .form-group {
    width: 33%;
    margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-carousel .slide-item {
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .search-section .outer-container form .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
   .custom-shop-product-item {
    width: 32.5%;
    }
    form.cart.product-loop-cart-form {
    align-items: start !important;
    gap: 10px;
    }
}
@media only screen and (max-width: 1023px) {
   .custom-shop-product-item, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 49.2%;
    }
}
@media only screen and (max-width: 767px) {
   .custom-shop-product-item {
    width: 100%;
    }
}

.brand-logo-section {
    background: #fff;
}

.brand-logo-block {
    padding: 5px;
}

.brand-logo-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.brand-logo-item:hover {
    border-color: #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.brand-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.brand-logo-img {
    max-width: 100%;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.brand-logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: center;
    line-height: 1.4;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.shop-block-one {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    text-align: left;
    border: 1px solid #ea7c0a5e;
    border-radius: 16px;
    width: 100%;
    box-shadow: 2px 4px 9px 0px rgb(17 24 39 / 33%);
}

.shop-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: var(--title-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-brand-box a img {
    height: 28px !important;
    max-width: 128px;
    width: 100% !important;
}
.shop-block-one .inner-box .image-box .image {text-align: center;}
.shop-block-one .inner-box .image-box .image img {
    width: max-content;
    transition: all 500ms ease;
    height: 165px;
    margin: 15px auto;
    text-align: center;
}
.shop-block-one .inner-box .image-box .image
.woocommerce ul.products li.product .button, button.button.add_to_cart_button {
    background-image: url(https://images.blackcircles.com/img_pro/buttons/bc-sr-cart-buy.svg) !important;
    background-position: 81% 10px !important;
    background-repeat: no-repeat !important;
    background-size: 20px 19px !important;
    background-color: #00ab04 !important;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    height: 40px;
    margin: 0;
    text-align: left;
    width: 100% !important;
    transition: 1s all;
    padding: 5px 10px;
}
.woocommerce ul.products li.product .button:hover,button.button.add_to_cart_button:hover {
    background: #2a8106 !important;
    background-image: url(https://images.blackcircles.com/img_pro/buttons/bc-sr-cart-buy.svg) !important;
    background-position: 81% 10px !important;
    background-repeat: no-repeat !important;
    background-size: 20px 19px !important;
    transition: 1s all;
    color: #fff;
}
form.cart.product-loop-cart-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
select.product-quantity-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(https://images.blackcircles.com/search/hmc/hmc-select-arrow-dg-thin-green.svg);
    background-position: right 5px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 30px;
    border: 1px solid #acacac;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    width: 30%;
    display: block !important;
}

@media only screen and (max-width: 1300px) {
    form.cart.product-loop-cart-form {
        flex-direction: column;
    }
}
.shop-page-section .shop-block-one .inner-box {
    margin-bottom: 0;
    min-height: 526px;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}
.cart-info .nice-select {
    display: none;
}
.woocommerce ul.products li.product .button {margin-top: 0;}
span.woocommerce-Price-currencySymbol {
    font-size: 18px;
    position: relative;
    top: -3px;
    vertical-align: top;
}
.single-product-brand-box img {
    height: 28px !important;
    max-width: 128px;
    width: 100% !important;
}
button.single_add_to_cart_button.button.alt {
    background-image: url(https://images.blackcircles.com/img_pro/buttons/bc-sr-cart-buy.svg) !important;
    background-position: 90% 10px !important;
    background-repeat: no-repeat !important;
    background-size: 20px 19px !important;
    background-color: #00ab04 !important;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    height: 40px;
    margin: 0;
    text-align: left;
    /* width: 70% !important; */
    transition: 1s all;
    padding: 5px 16px;
}
h1.product_title.entry-title.single-product-title {
    font-size: 20px;
}
span.category.mr_15 a {
    color: var(--theme-color);
}
.widget_media_image {text-align: center;}
.widget_media_image img {
    width: 90% !important;
    border-radius: 15px;
}
.blog {
    position: sticky;
    top: 15px;
}
.information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-block: 15px;
}
a#tel, a#whatsapp {
    width: 50%;
    border: 1px solid #31ae00;
    border-radius: 15px;
    color: #31ae00;
    padding: 6px;
}
.whatsapp_tabela {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-evenly;
}
.information .icon {
    font-size: 24px;
}
.right {
    margin-left: -20px;
    line-height: 1.5;
}
p.title {
    font-size: 12px;
}
p.number {
    color: #0b1c46;
    font-weight: 600;
}
p.stock.in-stock {
    display: none;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    background: #f8f9fa;
}
h2.woocommerce-Reviews-title, div#tab-additional_information > h2, div#tab-description > h2 {
    font-size: 18px;
    margin: 0 !important;
    margin-bottom: 15px !important;
}
form.variations_form.cart {
    display: block !important;
}
.variations_form table.variations select {
    display: none !important;
}

ol.flex-control-nav.flex-control-thumbs img {
    height: 90px !important;
    width: 90px !important;
}

.flex-viewport img {
    display: block;
    width: auto !important;
    max-height: 400px !important;
    margin: 0 auto;
    max-width: 100%;
}

.nice-select {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #686868;
    text-transform: none;
    background: #f5f5f5;
    padding: 5px 26px 5px 9px;
    border-radius: 4px;
    cursor: pointer;
    height: 28px;
    border: 1px solid;
}

.nice-select:before {
    top: 5px;
    right: 7px;
    color: #686868;
}
:where(.woocommerce) .select2-container {width: auto !important;}
.select2-container {
    display: block !important;
}
.select2-container--default .select2-selection--single {
    height: 44px !important;
}
.woocommerce p.stars a::before {
    color: #ffc107;
}
input#woocommerce-product-search-field-0 {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: var(--title-color);
    font-family: var(--text-font);
    background: #ea7c0a0a;
    padding: 10px 80px 10px 25px;
}
form.woocommerce-product-search button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 74px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 500ms ease;
    background: #ea7c0a;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    display: block;
    width: auto !important;
    max-height: 400px !important;
    margin: 0 auto;
    max-width: 100%;
}
.seo-alan {
    padding: 10px 33px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    max-height: 554px;
    overflow-y: scroll;
    max-width: 1020px;
    margin: 21px auto;
}
.seo-alan h2, .seo-alan h3, .seo-alan h4, .seo-alan h5,.seo-alan h6 {
    margin-bottom: 0.5rem;
}
.seo-alan p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p.align-end {
    text-align: end;
    color: #6a6a6a;
    font-size: 12px;
}
.seo-alan li {
    list-style: inside;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0; 
}
.seo-alan ul{
    margin-top: 0;
    margin-bottom: 1rem;
}
a.page-numbers {
    position: relative;
    font-family: var(--title-font);
    height: 50px;
    width: 50px;
    border: 1px solid #E7E9F0;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
ul#menu-markalar {
    column-count: 2;
    column-gap: 20px;
    margin-top: 10px;
}
.footer-widget a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #2b2a29;
    font-weight: 400;
}
.widget_nav_menu {
    margin-bottom: 20px;
}

.lastjant-filter-box {
    background: #fff;
    margin-top:15px;
    border-radius: 12px;
}

.lj-filter-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.lj-filter-tabs button {
    padding: 12px 25px;
    border: 0;
    cursor: pointer;
    background: #f1f1f1;
    font-weight: 600;
    border-radius: 5px;
}
section.related.products > h2 {
    margin-bottom: 15px;
}
.lj-filter-tabs button.active {
    background: #111;
    color: #fff;
}

.lj-filter-content {
    display: none;
}

.lj-filter-content.active {
    display: block;
}

.lj-filter-content form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.lj-filter-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    color: white;
}

.lj-filter-field select {
    width: 100%;
    height: 45px;
}

.lj-filter-submit {
    height: 45px;
    align-self: end;
    border: 0;
    background: #ea7c0a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}

@media(max-width: 768px) {
    .lj-filter-content form {
        grid-template-columns: 1fr;
    }
}

.lj-filter-content {
    display: none;
}

.lj-filter-content.active {
    display: block;
}

div#lj-tab-lastik {
    background: url(https://lastjant.com/wp-content/themes/LastJant/assets/images/search-lastik-bg.jpg);
    background-size: cover;
}

div#lj-tab-jant{
    background: url(https://lastjant.com/wp-content/themes/LastJant/assets/images/search-jant-bg.jpg);
    background-size: cover;
}
.owl-carousel .owl-stage-outer {margin-top: 15px;}
.wp-block-product-new li img {
    width: max-content !important;
    transition: all 500ms ease;
    height: 165px !important;
    margin: 15px auto;
    text-align: center;
}
.wc-block-grid__products{margin: 16px;}
.wc-block-grid__product-title {color: #ea7c0a;}
a.wc-block-components-product-name {color: #000000;}
.lj-montaj-content h2, .lj-montaj-content h3, .lj-montaj-content h4, .lj-montaj-content h5, .lj-montaj-content h6 {
    margin: 0 !important;
    margin-bottom: 15px !important;
}
.lj-montaj-content p {
    margin-bottom: 20px;
    color: var(--title-color);
}
.lj-montaj-cta {
    padding: 15px;
    background: #ea7c0a;
    color: white;
    border-radius: 12px;
}
.lj-montaj-cta a {
    color: #000000;
    font-weight: 600;
}
.dot.dot-year {
    display: flex;
    flex-direction: column;
    line-height: normal;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}
.dot.dot-year span {
    color: #131313;
    font-weight: 600;
    font-size: 18px;
}

/* ==========================================================
   LastJant v2.0.14 – Ana sayfa final düzenlemeleri
   ========================================================== */

/* Kampanya görselleri: büyük sol + iki küçük sağ düzenini sabitle. */
.lj-promo-banners .lj-promo-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);
    gap:0;
    align-items:stretch;
    overflow:hidden;
    border-radius:0;
}
.lj-promo-banners .promo-main,
.lj-promo-banners .promo-side,
.lj-promo-banners .promo-small{display:block;min-width:0;}
.lj-promo-banners .promo-side{display:grid;grid-template-rows:1fr 1fr;}
.lj-promo-banners .promo-main img,
.lj-promo-banners .promo-small img{
    display:block;
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    margin:0;
}
.lj-promo-banners .promo-main img{aspect-ratio:1.285/1;}
.lj-promo-banners .promo-small{overflow:hidden;}

/* Rehber listesindeki metinler Font Awesome sınıfından etkilenmesin. */
.lj-text-block ul li{
    font-family:'Outfit',sans-serif !important;
    font-style:normal;
    letter-spacing:normal;
}
.lj-text-block li:before{
    content:"\f058";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:15px;
    top:2px;
}

/* Yönetilebilir SEO alanı. Eski iç scrollbar kaldırıldı. */
.lj-managed-seo{
    padding:34px 0 72px;
    background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%);
}
.lj-managed-seo-card{
    max-width:1120px;
    margin:0 auto;
    background:#fff;
    border:1px solid #e7e9ee;
    border-radius:28px;
    padding:42px 48px;
    box-shadow:0 18px 55px rgba(15,23,42,.055);
    position:relative;
    overflow:hidden;
}
.lj-managed-seo-card:before{
    content:"";
    position:absolute;
    left:0;top:0;bottom:0;
    width:4px;
    background:#ef7f1a;
}
.lj-managed-seo-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    color:#ef7f1a;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.lj-managed-seo-content,
.lj-managed-seo-content p,
.lj-managed-seo-content li{
    font-family:'Outfit',sans-serif;
    color:#596273;
    font-size:16px;
    line-height:1.85;
}
.lj-managed-seo-content h2,
.lj-managed-seo-content h3,
.lj-managed-seo-content h4{
    font-family:'Outfit',sans-serif;
    color:#111827;
    line-height:1.25;
    margin:28px 0 12px !important;
}
.lj-managed-seo-content h2:first-child,
.lj-managed-seo-content h3:first-child{margin-top:0 !important;}
.lj-managed-seo-content h2{font-size:30px;}
.lj-managed-seo-content h3{font-size:24px;}
.lj-managed-seo-content ul,
.lj-managed-seo-content ol{margin:14px 0 20px 22px;}
.lj-managed-seo-content a{color:#ef7f1a;text-decoration:underline;text-underline-offset:3px;}

/* Footer üstü güven şeridi: SVG boyut çakışmalarından bağımsız modern yapı. */
.lj-footer-benefits{
    background:#111827;
    padding:26px 0;
    border-top:3px solid #ef7f1a;
}
.lj-footer-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.lj-footer-benefit{
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px 18px;
    min-width:0;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:rgba(255,255,255,.035);
}
.lj-footer-benefit-icon{
    flex:0 0 44px;
    width:44px;height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:#ef7f1a;
    color:#fff;
    font-size:19px;
}
.lj-footer-benefit strong{
    display:block;
    color:#fff;
    font-family:'Outfit',sans-serif;
    font-size:15px;
    line-height:1.25;
    margin-bottom:4px;
}
.lj-footer-benefit span:not(.lj-footer-benefit-icon){
    display:block;
    color:#aeb7c6;
    font-size:12px;
    line-height:1.45;
}

@media(max-width:991px){
    .lj-promo-banners .lj-promo-grid{grid-template-columns:1fr;gap:10px;overflow:visible;}
    .lj-promo-banners .promo-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px;}
    .lj-promo-banners .promo-main img{aspect-ratio:auto;height:auto !important;}
    .lj-promo-banners .promo-small img{aspect-ratio:1.75/1;height:auto !important;}
    .lj-footer-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
    .lj-promo-banners .promo-side{grid-template-columns:1fr;}
    .lj-managed-seo{padding:24px 0 46px;}
    .lj-managed-seo-card{padding:30px 24px;border-radius:20px;}
    .lj-managed-seo-content h2{font-size:25px;}
    .lj-managed-seo-content h3{font-size:21px;}
    .lj-footer-benefits-grid{grid-template-columns:1fr;}
    .lj-footer-benefit{padding:14px 16px;}
}


/* ==========================================================
   LastJant v2.0.15 – SEO aç/kapa, promo oval köşeler, rehber ikonları
   ========================================================== */

/* Kampanya alanını eski görsel ritmine döndür: ayrı kartlar ve oval köşeler. */
.lj-promo-banners .lj-promo-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);
    gap:26px;
    align-items:stretch;
    overflow:visible;
    border-radius:0;
}
.lj-promo-banners .promo-main,
.lj-promo-banners .promo-small{
    overflow:hidden;
    border-radius:30px;
    background:#0b0b0b;
}
.lj-promo-banners .promo-side{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:26px;
}
.lj-promo-banners .promo-main img,
.lj-promo-banners .promo-small img{
    display:block;
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    border-radius:inherit;
}

/* Font Awesome fontuna bağlı kalmadan görünür tik ikonu. */
.lj-text-block li{padding-left:26px !important;}
.lj-text-block li:before{
    content:"✓" !important;
    font-family:Arial,sans-serif !important;
    font-weight:700 !important;
    position:absolute;
    left:0;
    top:2px;
    width:16px;
    height:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1.5px solid #ef7f1a;
    border-radius:50%;
    color:#ef7f1a;
    font-size:10px;
    line-height:1;
}

/* SEO alanı: ilk bakışta kısa, devamını oku ile tam metin. */
.lj-managed-seo{
    padding:34px 0 48px;
    background:#fff;
}
.lj-managed-seo-box{
    max-width:1120px;
    margin:0 auto;
    padding:0 4px;
    font-family:'Outfit',sans-serif;
}
.lj-managed-seo-preview{
    position:relative;
    overflow:hidden;
    padding:4px 0 0;
}
.lj-managed-seo-preview h3{
    margin:0 0 8px !important;
    font-family:'Outfit',sans-serif;
    font-size:18px;
    line-height:1.3;
    color:#7a7f87;
    font-weight:700;
}
.lj-managed-seo-preview p{
    margin:0;
    max-width:1080px;
    color:#8a9099;
    font-size:13px;
    line-height:1.45;
}
.lj-managed-seo-box:not(.is-open) .lj-managed-seo-preview{
    max-height:64px;
}
.lj-managed-seo-box:not(.is-open) .lj-managed-seo-preview:after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:0;
    height:24px;
    background:linear-gradient(180deg,rgba(255,255,255,0),#fff 90%);
    pointer-events:none;
}
.lj-managed-seo-toggle{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:5px 0;
    margin-top:4px;
    border:0;
    background:transparent;
    color:#111827;
    font:600 13px/1.2 'Outfit',sans-serif;
    cursor:pointer;
}
.lj-managed-seo-toggle:hover{color:#ef7f1a;}
.lj-seo-less{display:none;}
.lj-managed-seo-box.is-open .lj-seo-more{display:none;}
.lj-managed-seo-box.is-open .lj-seo-less{display:inline;}
.lj-seo-chevron{font-size:17px;line-height:1;transition:transform .2s ease;}
.lj-managed-seo-box.is-open .lj-seo-chevron{transform:rotate(180deg);}
.lj-managed-seo-box.is-open .lj-managed-seo-preview{display:none;}
.lj-managed-seo-content{
    padding:4px 0 0;
    max-width:none;
}
.lj-managed-seo-content,
.lj-managed-seo-content p,
.lj-managed-seo-content li{
    color:#6f7680;
    font-size:13px;
    line-height:1.35;
}
.lj-managed-seo-content h2,
.lj-managed-seo-content h3,
.lj-managed-seo-content h4{
    color:#777d85;
    margin:12px 0 6px !important;
    line-height:1.25;
}
.lj-managed-seo-content h2{font-size:18px;}
.lj-managed-seo-content h3{font-size:15px;}
.lj-managed-seo-content h4{font-size:14px;}
.lj-managed-seo-content p{margin:0 0 8px;}
.lj-managed-seo-content ul,
.lj-managed-seo-content ol{margin:6px 0 10px 18px;}

@media(max-width:991px){
    .lj-promo-banners .lj-promo-grid{grid-template-columns:1fr;gap:16px;}
    .lj-promo-banners .promo-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:16px;}
    .lj-promo-banners .promo-main img{height:auto !important;}
    .lj-promo-banners .promo-small img{aspect-ratio:1.75/1;height:auto !important;}
}
@media(max-width:767px){
    .lj-promo-banners .promo-side{grid-template-columns:1fr;}
    .lj-promo-banners .promo-main,.lj-promo-banners .promo-small{border-radius:20px;}
    .lj-managed-seo{padding:24px 0 36px;}
    .lj-managed-seo-preview h3{font-size:17px;}
}

/* v2.0.23 - Urun detay sayfasi: eski duzen + zengin teknik veri */
.single-product .single-product-tech-table .tech-value a {
    color: #ef7f1a;
    text-decoration: none;
    font-weight: 500;
}
.single-product .single-product-tech-table .tech-value a:hover { text-decoration: underline; }
.single-product .tech-value-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
.single-product .tech-season-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 18px;
}
.single-product .single-product-tech-table {
    background: #fff;
    border-color: #e6e9ee;
}
.single-product .single-product-tech-table .tech-row {
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
}
.single-product .single-product-tech-table .tech-label { font-weight: 600; }
.single-product .single-product-buy-column .single-product-main-content {
    max-width: 440px;
}
.single-product .single-product-price-box .price {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}
.single-product .single-product-image-wrap {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product .woocommerce-product-gallery { width: 100% !important; }
.single-product .woocommerce-product-gallery__image img {
    max-height: 460px;
    width: auto !important;
    margin: 0 auto;
    object-fit: contain;
}
@media (max-width: 991px) {
    .single-product .custom-single-product-wrapper > .row { display: flex; flex-direction: column; }
    .single-product .image-column { order: 1; }
    .single-product .single-product-buy-column { order: 2; }
    .single-product .single-product-spec-column { order: 3; }
    .single-product .single-product-image-wrap { min-height: 300px; }
    .single-product .single-product-buy-column .single-product-main-content { max-width: none; }
    .single-product .tech-value-with-icon { justify-content: flex-start; }
}
@media (max-width: 575px) {
    .single-product .single-product-image-wrap { min-height: 240px; }
    .single-product .woocommerce-product-gallery__image img { max-height: 320px; }
    .single-product .information { flex-direction: column; gap: 10px; align-items: stretch; }
    .single-product a#tel, .single-product a#whatsapp { width: 100%; }
    .single-product .single-product-price-box .price { font-size: 26px; }
}


/* LastJant v2.0.24 - Urun detay performans/etiket alani */
.single-product .single-product-performance-wrap {
    margin: 4px 0 18px;
}
.single-product .single-product-performance-title {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.single-product .single-product-performance-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0;
}
.single-product .single-perf-item {
    min-height: 58px;
    padding: 9px 10px;
    border-color: #e6e8eb;
    border-radius: 7px;
    background: #fff;
}
.single-product .single-perf-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
}
.single-product .single-perf-text .label {
    position: static;
    transform: none;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
    color: #747474;
}
.single-product .single-perf-text strong {
    font-size: 16px;
    line-height: 1.1;
}
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img {
    cursor: zoom-in;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .single-product .single-product-performance-box {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991px) {
    .single-product .single-product-performance-box {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .single-product .single-product-performance-box {
        grid-template-columns: 1fr;
    }
    .single-product .single-perf-item {
        min-height: 52px;
    }
}
\n\n/* LastJant v2.0.25 - kompakt performans etiketi + dinamik özellik rozetleri */\n.single-product .single-product-performance-wrap {\n    margin: 2px 0 12px;\n}\n.single-product .single-product-performance-title,\n.single-product .single-product-feature-title {\n    font-size: 11px;\n    font-weight: 700;\n    color: #6d7480;\n    margin: 0 0 7px;\n    text-transform: uppercase;\n    letter-spacing: .045em;\n}\n.single-product .single-product-performance-box {\n    gap: 6px;\n}\n.single-product .single-perf-item {\n    min-height: 50px;\n    padding: 7px 8px;\n}\n.single-product .single-perf-icon {\n    width: 21px;\n    height: 21px;\n    flex-basis: 21px;\n}\n.single-product .single-perf-text .label {\n    font-size: 9px;\n}\n.single-product .single-perf-text strong {\n    font-size: 15px;\n}\n.single-product .single-product-feature-summary {\n    margin: 0 0 12px;\n}\n.single-product .single-product-feature-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n}\n.single-product .single-product-feature-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    min-height: 30px;\n    padding: 5px 8px;\n    border: 1px solid #e4e7eb;\n    border-radius: 7px;\n    background: #fafbfc;\n    color: #49515a;\n    font-size: 11px;\n    line-height: 1.15;\n}\n.single-product .single-product-feature-badge strong {\n    color: #15191e;\n    font-size: 11px;\n    font-weight: 700;\n}\n.single-product .single-product-feature-label {\n    color: #7a828b;\n}\n.single-product .single-product-feature-icon {\n    width: 16px;\n    height: 16px;\n    object-fit: contain;\n}\n@media (max-width: 575px) {\n    .single-product .single-product-feature-badges { gap: 5px; }\n    .single-product .single-product-feature-badge {\n        min-height: 34px;\n        padding: 6px 8px;\n    }\n}\n

/* LastJant v2.0.26 - ürün değerlendirmeleri + tekrar eden özellik rozetlerini kaldır */
.single-product .single-product-feature-summary,
.single-product .single-product-feature-title,
.single-product .single-product-feature-badges {
    display: none !important;
}
.single-product .single-product-review-summary {
    margin: 8px 0 12px;
    min-height: 25px;
}
.single-product .single-product-review-link {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #5c6470;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.25;
}
.single-product .single-product-review-link:hover .single-product-review-count {
    color: #ef7f1a;
    text-decoration: underline;
}
.single-product .single-product-review-stars {
    display: inline-flex;
    align-items: center;
}
.single-product .single-product-review-stars .star-rating {
    float: none;
    margin: 0;
    width: 5.4em;
    font-size: 15px;
    line-height: 1;
    color: #f59e0b;
}
.single-product .single-product-review-score {
    color: #171a1f;
    font-size: 14px;
    font-weight: 700;
}
.single-product .single-product-review-count {
    color: #646b75;
    font-weight: 500;
}
.single-product .single-product-review-link.is-empty {
    color: #7a818b;
    font-size: 12px;
}
@media (max-width: 575px) {
    .single-product .single-product-review-summary { margin: 6px 0 10px; }
    .single-product .single-product-review-link { font-size: 12px; gap: 6px; }
}

/* LastJant v2.0.27 - WooCommerce urun galerisi / lightbox */
.single-product .single-product-image-wrap {
    position: relative;
    align-items: flex-start;
}
.single-product .woocommerce-product-gallery {
    position: relative;
    margin: 0 !important;
}
.single-product .woocommerce-product-gallery .flex-viewport {
    width: 100%;
}
.single-product .woocommerce-product-gallery__wrapper {
    margin: 0;
}
.single-product .woocommerce-product-gallery__image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}
.single-product .woocommerce-product-gallery__image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.single-product .woocommerce-product-gallery__image img {
    display: block;
    max-width: 100%;
    max-height: 460px;
}
.single-product .woocommerce-product-gallery__trigger {
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e4e7eb;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
    z-index: 8;
}
.single-product .woocommerce-product-gallery__trigger:hover {
    border-color: #ef7f1a;
}
.single-product .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}
.single-product .flex-control-thumbs li {
    float: none !important;
    width: 72px !important;
    margin: 0 !important;
}
.single-product .flex-control-thumbs img {
    width: 72px !important;
    height: 72px !important;
    padding: 5px;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    cursor: pointer;
    opacity: .72;
    transition: border-color .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.single-product .flex-control-thumbs img:hover,
.single-product .flex-control-thumbs img.flex-active {
    border-color: #ef7f1a;
    opacity: 1;
    box-shadow: 0 2px 9px rgba(239,127,26,.12);
}
/* Tek gorselde gereksiz thumbnail satiri olusturma. */
.single-product .flex-control-thumbs li:only-child {
    display: none;
}
@media (max-width: 991px) {
    .single-product .woocommerce-product-gallery__image {
        min-height: 300px;
    }
}
@media (max-width: 575px) {
    .single-product .woocommerce-product-gallery__image {
        min-height: 240px;
    }
    .single-product .woocommerce-product-gallery__image img {
        max-height: 320px;
    }
    .single-product .woocommerce-product-gallery__trigger {
        top: 6px !important;
        right: 6px !important;
        width: 38px !important;
        height: 38px !important;
    }
    .single-product .flex-control-thumbs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 2px 2px 7px !important;
        scrollbar-width: thin;
    }
    .single-product .flex-control-thumbs li {
        flex: 0 0 62px;
        width: 62px !important;
    }
    .single-product .flex-control-thumbs img {
        width: 62px !important;
        height: 62px !important;
    }
}


/* LastJant v2.0.28 - ana urun gorselinin tamami lightbox tetikleyicisidir. */
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a,
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__image .zoomImg {
    cursor: zoom-in !important;
}

/* =========================================================
   LastJant v2.0.29 — Ürün detay alt alanı / son ziyaret edilenler
   ========================================================= */
.single-product-bottom-tabs {
    margin-top: 44px;
}

.single-product-bottom-tabs .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: stretch;
    gap: 6px;
    margin: 0 0 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.single-product-bottom-tabs .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    margin: 0 !important;
    border-radius: 8px 8px 0 0 !important;
}

.single-product-bottom-tabs .woocommerce-tabs ul.tabs li a {
    white-space: nowrap;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.single-product-bottom-tabs .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 26px 28px !important;
    border-radius: 0 10px 10px 10px !important;
    line-height: 1.75;
}

.single-product-bottom-tabs .woocommerce-tabs .panel > :first-child {
    margin-top: 0 !important;
}

.single-product-bottom-tabs .woocommerce-tabs .panel img {
    max-width: 100%;
    height: auto;
}

.single-product-related-section,
.lastjant-recently-viewed-products {
    margin-top: 46px;
}

.lastjant-recently-viewed-products {
    clear: both;
}

.lastjant-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.lastjant-section-kicker {
    display: block;
    color: #ef7f1a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
}

.lastjant-recently-viewed-products h2 {
    margin: 0 !important;
    font-size: 28px;
    line-height: 1.2;
}

.lastjant-recently-viewed-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0 !important;
}

.lastjant-recently-viewed-products ul.products::before,
.lastjant-recently-viewed-products ul.products::after {
    display: none !important;
}

.lastjant-recently-viewed-products ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0;
}

@media (max-width: 991px) {
    .lastjant-recently-viewed-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .single-product-bottom-tabs {
        margin-top: 30px;
    }

    .single-product-bottom-tabs .woocommerce-tabs ul.tabs {
        gap: 5px;
        padding-bottom: 4px !important;
    }

    .single-product-bottom-tabs .woocommerce-tabs ul.tabs li a {
        min-height: 44px;
        padding: 9px 13px !important;
        font-size: 13px;
    }

    .single-product-bottom-tabs .woocommerce-tabs .panel {
        padding: 18px 16px !important;
        border-radius: 0 8px 8px 8px !important;
    }

    .lastjant-recently-viewed-products ul.products {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lastjant-recently-viewed-products h2 {
        font-size: 23px;
    }
}


/* ==========================================================
   LastJant v2.0.30 – Mobil/tablet ürün sekmeleri + son ziyaret alanı
   ========================================================== */

/* Son ziyaret alanı footer'a gereksiz boşluk bırakmasın. */
.lastjant-recently-viewed-products{
    margin-bottom:0 !important;
    padding-bottom:24px;
}
.lastjant-recently-viewed-products ul.products{
    align-items:start;
}
.lastjant-recently-viewed-products ul.products li.product,
.lastjant-recently-viewed-products .shop-block-one,
.lastjant-recently-viewed-products .shop-block-one .inner-box{
    height:auto !important;
}
.lastjant-recently-viewed-products .shop-block-one .inner-box{
    min-height:0 !important;
}

/* Tablet: sekmeler gizlenmek yerine 3 kolon halinde tamamen görünsün. */
@media (max-width:991px){
    .single-product-bottom-tabs,
    .single-product-bottom-tabs .woocommerce-tabs{
        width:100%;
        max-width:100%;
        overflow:visible !important;
    }
    .single-product-bottom-tabs .woocommerce-tabs ul.tabs{
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:6px;
        width:100%;
        max-width:100%;
        overflow:visible !important;
        padding:0 !important;
        margin:0 0 8px !important;
        white-space:normal !important;
    }
    .single-product-bottom-tabs .woocommerce-tabs ul.tabs li{
        width:100% !important;
        min-width:0 !important;
        float:none !important;
        margin:0 !important;
        border-radius:8px !important;
    }
    .single-product-bottom-tabs .woocommerce-tabs ul.tabs li a{
        width:100%;
        min-width:0;
        white-space:normal !important;
        text-align:center;
        line-height:1.25;
        padding:10px 8px !important;
    }
    .single-product-bottom-tabs .woocommerce-tabs .panel{
        border-radius:8px !important;
    }
}

/* Mobil: bütün sekmeler 2 kolon halinde görünür; yatayda kaybolmaz. */
@media (max-width:575px){
    .single-product-bottom-tabs .woocommerce-tabs ul.tabs{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:5px;
    }
    .single-product-bottom-tabs .woocommerce-tabs ul.tabs li a{
        min-height:44px;
        font-size:12px;
        padding:8px 6px !important;
    }
    .lastjant-recently-viewed-products{
        margin-top:32px;
        padding-bottom:16px;
    }
    .lastjant-section-heading{
        margin-bottom:14px;
    }
}


/* LastJant v2.1.0 - aynı model alternatifleri + ürün detay mikro iyileştirmeleri */
.single-product .single-product-model-alternatives{
    margin:34px 0 22px;
}
.single-product .single-product-model-alternatives .lj-section-kicker{
    margin:0 0 5px;
    color:#ef7d00;
    font-size:11px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.single-product .single-product-model-alternatives h2{
    margin:0 0 18px;
    font-size:25px;
    line-height:1.2;
}
.single-product .single-product-model-alternatives ul.products{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin:0;
}
.single-product .single-product-model-alternatives ul.products::before,
.single-product .single-product-model-alternatives ul.products::after{display:none!important;}
.single-product .single-product-model-alternatives ul.products li.product{
    width:auto!important;
    margin:0!important;
    float:none!important;
}
.single-product .tech-speed-detail{
    color:#6f7782;
    font-size:12px;
    margin-left:5px;
    white-space:nowrap;
}
@media(max-width:991px){
    .single-product .single-product-model-alternatives ul.products{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:575px){
    .single-product .single-product-model-alternatives{margin-top:26px;}
    .single-product .single-product-model-alternatives h2{font-size:21px;}
    .single-product .single-product-model-alternatives ul.products{grid-template-columns:1fr;}
}


/* ==========================================================
   LastJant v2.1.8 – Katalog ürün kartı bilgi hiyerarşisi
   ========================================================== */
.custom-shop-product-item .lj-card-facts{
    display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 11px;min-height:26px;
}
.custom-shop-product-item .lj-card-facts span{
    display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:4px 8px;
    border:1px solid #e5e7eb;border-radius:7px;background:#f8f9fa;color:#343a40;
    font-size:11px;font-weight:600;line-height:1.2;
}
.custom-shop-product-item .lj-card-facts-rim span{flex-direction:column;align-items:flex-start;gap:1px;}
.custom-shop-product-item .lj-card-facts-rim span small{font-size:9px;color:#7a8088;font-weight:500;line-height:1.1;}
.custom-shop-product-item .product-performance-icons{gap:8px;margin:7px 0 10px;}
.custom-shop-product-item .perf-item{font-size:11px;background:#fff;border-radius:6px;}
.custom-shop-product-item .perf-icon{width:17px;height:17px;}
.custom-shop-product-item .product-title a{line-height:1.35;}
@media(max-width:575px){
 .custom-shop-product-item .lj-card-facts{gap:5px;}
 .custom-shop-product-item .lj-card-facts span{font-size:10px;padding:4px 6px;}
}


/* LastJant v2.1.11 — mobil/tablet global yukari cik butonu */
@media (max-width: 1024px){
  .scroll-to-top{right:18px!important;bottom:22px!important;width:54px!important;height:54px!important;z-index:999!important}
  .scroll-to-top .scroll-top-inner,
  .scroll-to-top .scroll-top-inner.visible{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-radius:50%!important;background:#f5820b!important;box-shadow:0 8px 22px rgba(16,24,40,.18)!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:none!important;padding:0!important;border:0!important}
  .scroll-to-top .scroll-bar{display:none!important}
  .scroll-to-top .scroll-bar-text{font-size:0!important;line-height:1!important;writing-mode:horizontal-tb!important;transform:none!important;color:#fff!important;width:auto!important;height:auto!important;margin:0!important}
  .scroll-to-top .scroll-bar-text:after{content:'↑';font-size:28px!important;line-height:1!important;font-family:Arial,sans-serif!important;font-weight:700!important;color:#fff!important}
}


/* LastJant v2.1.12 — mobil/tablet En Üst oku kesin sabitleme */
@media (max-width:1024px){
  .scroll-to-top{transform:none!important;right:18px!important;bottom:22px!important}
  .scroll-to-top .scroll-top-inner,
  .scroll-to-top .scroll-top-inner.visible{display:flex!important;align-items:center!important;justify-content:center!important}
  .scroll-to-top .scroll-bar{display:none!important}
  .scroll-to-top .scroll-bar-text{font-size:0!important;writing-mode:horizontal-tb!important;transform:none!important;width:54px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .scroll-to-top .scroll-bar-text:before{content:none!important;display:none!important}
  .scroll-to-top .scroll-bar-text:after{content:'↑'!important;display:block!important;font:700 28px/1 Arial,sans-serif!important;color:#fff!important;transform:none!important}
}

/* =========================================================
   V2.1.15 - HESABIM / UYELIK ALANI
   ========================================================= */
body.woocommerce-account .site-main,
body.woocommerce-account main,
body.woocommerce-account .woocommerce {
    --lj-account-orange: #f58200;
    --lj-account-dark: #202735;
    --lj-account-text: #4f5968;
    --lj-account-border: #e2e6eb;
    --lj-account-soft: #f8f9fb;
}

body.woocommerce-account .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
}

body.woocommerce-account .entry-title,
body.woocommerce-account .page-title {
    margin-bottom: 28px;
}

/* Giriş / Kayıt */
body.woocommerce-account #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

body.woocommerce-account #customer_login > .col-1,
body.woocommerce-account #customer_login > .col-2 {
    width: auto;
    float: none;
    margin: 0;
}

body.woocommerce-account #customer_login h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: var(--lj-account-dark);
}

body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register,
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register,
body.woocommerce-account form.lost_reset_password {
    border: 1px solid var(--lj-account-border);
    border-radius: 16px;
    background: #fff;
    padding: 26px;
    margin: 0;
    box-shadow: 0 10px 30px rgba(28, 39, 55, .06);
}

body.woocommerce-account #customer_login label,
body.woocommerce-account form.lost_reset_password label {
    color: var(--lj-account-dark);
    font-weight: 600;
    margin-bottom: 7px;
}

body.woocommerce-account #customer_login input.input-text,
body.woocommerce-account form.lost_reset_password input.input-text,
body.woocommerce-account .woocommerce-EditAccountForm input.input-text,
body.woocommerce-account .woocommerce-address-fields input.input-text,
body.woocommerce-account .woocommerce-address-fields select {
    min-height: 50px;
    border: 1px solid #cfd5dc;
    border-radius: 10px;
    background: #fff;
    padding: 10px 14px;
    font-size: 15px;
    box-shadow: none;
}

body.woocommerce-account #customer_login input.input-text:focus,
body.woocommerce-account form.lost_reset_password input.input-text:focus,
body.woocommerce-account .woocommerce-EditAccountForm input.input-text:focus,
body.woocommerce-account .woocommerce-address-fields input.input-text:focus,
body.woocommerce-account .woocommerce-address-fields select:focus {
    border-color: var(--lj-account-orange);
    outline: none;
    box-shadow: 0 0 0 3px rgba(245,130,0,.10);
}

body.woocommerce-account #customer_login .woocommerce-form-row,
body.woocommerce-account form.lost_reset_password .woocommerce-form-row {
    margin-bottom: 16px;
}

body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 4px 10px 4px 0;
    font-weight: 500;
}

body.woocommerce-account #customer_login .woocommerce-LostPassword {
    margin: 16px 0 0;
}

body.woocommerce-account #customer_login .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce-privacy-policy-link {
    color: var(--lj-account-orange);
}

/* Ortak butonlar */
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-account .woocommerce .button {
    background: var(--lj-account-orange);
    color: #fff;
    border: 0;
    border-radius: 9px;
    min-height: 44px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce input.button:hover,
body.woocommerce-account .woocommerce .button:hover {
    background: #df7600;
    color: #fff;
    box-shadow: 0 7px 18px rgba(245,130,0,.20);
    transform: translateY(-1px);
}

/* Giriş yapılmış Hesabım iskeleti */
body.woocommerce-account.logged-in .woocommerce {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: auto;
    float: none;
    border: 1px solid var(--lj-account-border);
    border-radius: 16px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(28,39,55,.05);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    border: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
    margin-top: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 13px;
    border-radius: 9px;
    color: #596474;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, padding .15s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--lj-account-orange);
    background: #fff6ed;
    padding-left: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background: var(--lj-account-orange);
    box-shadow: 0 6px 16px rgba(245,130,0,.18);
}

body.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
    float: none;
    min-width: 0;
    color: var(--lj-account-text);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notice,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info {
    margin-top: 0;
}

/* Pano ve bildirimler */
body.woocommerce-account .woocommerce-MyAccount-content > p {
    font-size: 16px;
    line-height: 1.75;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: var(--lj-account-orange);
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
    border: 1px solid var(--lj-account-border);
    border-top: 3px solid var(--lj-account-orange);
    border-radius: 12px;
    background: #fff;
    padding: 18px 18px 18px 48px;
    color: var(--lj-account-text);
    box-shadow: 0 8px 22px rgba(28,39,55,.04);
}

/* Siparişler / İndirmeler tabloları */
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-table,
body.woocommerce-account .shop_table {
    border: 1px solid var(--lj-account-border);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28,39,55,.04);
}

body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-table th,
body.woocommerce-account .shop_table th {
    background: var(--lj-account-soft);
    color: var(--lj-account-dark);
    font-weight: 700;
    padding: 14px 16px;
}

body.woocommerce-account .woocommerce-orders-table td,
body.woocommerce-account .woocommerce-table td,
body.woocommerce-account .shop_table td {
    padding: 14px 16px;
    border-color: #edf0f3;
}

/* Adresler */
body.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    float: none;
    width: auto;
    margin: 0;
    border: 1px solid var(--lj-account-border);
    border-radius: 15px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28,39,55,.04);
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h2 {
    margin: 0;
    font-size: 22px;
    color: var(--lj-account-dark);
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--lj-account-orange);
    font-weight: 700;
}

body.woocommerce-account .woocommerce-Addresses address {
    font-style: normal;
    line-height: 1.7;
    color: var(--lj-account-text);
}

/* Hesap detayları ve adres düzenleme */
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields {
    border: 1px solid var(--lj-account-border);
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(28,39,55,.05);
}

body.woocommerce-account .woocommerce-EditAccountForm .form-row,
body.woocommerce-account .woocommerce-address-fields .form-row {
    margin-bottom: 15px;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
    border: 0;
    border-top: 1px solid var(--lj-account-border);
    padding: 22px 0 0;
    margin: 22px 0 0;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    color: var(--lj-account-dark);
    font-size: 22px;
    font-weight: 700;
    padding-right: 14px;
}

body.woocommerce-account .woocommerce-password-strength {
    border-radius: 8px;
    margin-top: 8px;
}

/* Başlık ritmi */
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: var(--lj-account-dark);
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in .woocommerce {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        overflow-x: auto;
        padding: 7px;
        scrollbar-width: none;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar {
        display: none;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        min-width: max-content;
        gap: 5px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
        margin-top: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        white-space: nowrap;
        min-height: 42px;
        padding: 9px 13px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce {
        width: 100%;
    }

    body.woocommerce-account #customer_login {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.woocommerce-account #customer_login h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    body.woocommerce-account #customer_login form.login,
    body.woocommerce-account #customer_login form.register,
    body.woocommerce-account form.woocommerce-form-login,
    body.woocommerce-account form.woocommerce-form-register,
    body.woocommerce-account form.lost_reset_password,
    body.woocommerce-account .woocommerce-EditAccountForm,
    body.woocommerce-account .woocommerce-address-fields {
        padding: 18px;
        border-radius: 14px;
    }

    body.woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
        padding: 18px;
    }

    body.woocommerce-account .woocommerce-orders-table,
    body.woocommerce-account .woocommerce-table,
    body.woocommerce-account .shop_table {
        font-size: 13px;
    }

    body.woocommerce-account .woocommerce button.button,
    body.woocommerce-account .woocommerce a.button,
    body.woocommerce-account .woocommerce input.button,
    body.woocommerce-account .woocommerce .button {
        min-height: 44px;
    }
}


/* =========================================================
   v2.1.16 - Hesabım yerleşim düzeltmesi
   ========================================================= */
@media (min-width: 992px) {
    /* Oturum kapalı: Giriş ve Üyelik iki eşit kolon */
    body.woocommerce-account:not(.logged-in) #customer_login {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 28px !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
    body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
    body.woocommerce-account:not(.logged-in) #customer_login > .col-1,
    body.woocommerce-account:not(.logged-in) #customer_login > .col-2 {
        float: none !important;
        clear: none !important;
        width: calc(50% - 14px) !important;
        max-width: none !important;
        flex: 0 0 calc(50% - 14px) !important;
        margin: 0 !important;
    }

    body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
    body.woocommerce-account:not(.logged-in) #customer_login > .col-1 { order: 1; }
    body.woocommerce-account:not(.logged-in) #customer_login > .u-column2,
    body.woocommerce-account:not(.logged-in) #customer_login > .col-2 { order: 2; }

    /* Oturum açık: gerçek sol menü + sağ içerik */
    body.woocommerce-account.logged-in article.page-content > .woocommerce {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 34px !important;
        width: 100% !important;
    }

    body.woocommerce-account.logged-in article.page-content > .woocommerce > .woocommerce-notices-wrapper {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    body.woocommerce-account.logged-in article.page-content > .woocommerce > .woocommerce-MyAccount-navigation {
        float: none !important;
        clear: none !important;
        width: 240px !important;
        min-width: 240px !important;
        max-width: 240px !important;
        flex: 0 0 240px !important;
        margin: 0 !important;
        position: sticky;
        top: 24px;
    }

    body.woocommerce-account.logged-in article.page-content > .woocommerce > .woocommerce-MyAccount-content {
        float: none !important;
        clear: none !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 0 !important;
        margin: 0 !important;
    }

    /* İçerik kartlarının daralmasını engelle */
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table,
    body.woocommerce-account .woocommerce-MyAccount-content .shop_table {
        width: 100% !important;
        max-width: none !important;
    }

    body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
        min-width: 0 !important;
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in article.page-content > .woocommerce {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-account.logged-in article.page-content > .woocommerce > .woocommerce-MyAccount-navigation,
    body.woocommerce-account.logged-in article.page-content > .woocommerce > .woocommerce-MyAccount-content {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 20px !important;
    }
}
