.circle-img {
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.header-ads {
    width: 100%;
    height: 40px;
    text-align: center;
}

.header-ads img {
    object-fit: contain;
    height: 100%;
}

#title .container ul {
    flex-wrap: wrap;
}

#best-seller .title {
    padding: 0 20px;
}

/* --- Static Page Structure --- */
.static-page {
    padding: 40px 0;
}

/* Breadcrumb */
.breadcrumb ul {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb ul li {
    color: #585858;
}

.breadcrumb ul li a {
    color: #585858;
    transition: 0.3s;
}

.breadcrumb ul li a:hover {
    color: #e70000;
}

.breadcrumb ul li.active {
    color: #e70000;
    font-weight: 500;
}

/* Title */
.static-title {
    font-size: 28px;
    font-weight: 600;
    color: #001a31;
    margin-bottom: 25px;
}

/* Description */
.static-description {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 12px;
}

/* İçerik içindeki başlıklar */
.static-description h2,
.static-description h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    color: #00315c;
}

.static-description p {
    margin-bottom: 15px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .static-title {
        font-size: 22px;
    }

    .static-description {
        padding: 18px 20px;
        font-size: 15px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 480px) {
    .breadcrumb ul {
        font-size: 12px;
        gap: 6px;
    }

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

    .static-description {
        padding: 15px;
    }
}

/* product details */
.add-to-cart-active {
    background-color: #ffefef !important;
    color: #f64343 !important;
}

.add_to_cart {
    width: 100% !important;
}

/* product preview modal */
.cart-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.container-cart-modal {
    background: #ffffff;
    width: 100%;
    max-width: 960px;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-title h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #111827;
}

.close-modal-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #6b7280;
    transition: color 0.2s ease;
}

.close-modal-btn:hover {
    color: #111827;
}

#product-information .wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    padding: 28px;
}

#product-information .info-tab {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 20px;
}

#product-information .info-tab__discount,
#product-information .info-tab__delivery {
    padding: 3px 6px;
    border-radius: 3px;
}

#product-information .info-tab__discount {
    border: 1px solid #EA8733;
    color: #EA8733;
    text-transform: uppercase;
    background-color: #FFF4EF;
}

#product-information .info-tab__delivery {
    background-color: #2aa400;
    color: #FFF4EF;
}

.container-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
}

.container-item img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px;
}

.description h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.description .sku {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.description .stock {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.price {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    max-height: 27px !important;
}

.net-price {
    font-size: 26px;
    font-weight: 700;
    color: #dc2626;
}

.counter {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.counter button {
    background: #f3f4f6;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.counter button:hover {
    background: #e5e7eb;
}

.counter .count {
    min-width: 50px !important;
    text-align: center;
    border: none;
    font-weight: 600;
    background: #ffffff;
}

.counter .count::-webkit-inner-spin-button,
.counter .count::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter .count {
    -moz-appearance: textfield;
}

.btn-group {
    margin-top: 10px;
}

.add-to-cart-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.35);
}

@media (max-width: 768px) {
    #product-information .wrapper {
        grid-template-columns: 1fr;
    }

    .container-item img {
        max-height: 300px;
    }
}

/* Container */
.variant-tabs {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Tab Item */
.variant-tab {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .25s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    min-width: 90px;
    justify-content: center;
}

/* Image inside Tab */
.variant-img img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Text */
.variant-label {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

/* Hover Effect */
.variant-tab:hover {
    border-color: #9ca3af;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ACTIVE STATE */
.variant-tab.active {
    background: #2563eb;
    border-color: #2563eb;
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.variant-tab.active .variant-label {
    color: white;
}

.variant-tab.active img {
    filter: brightness(0) invert(1);
}

/* Divider */
.variant-divider {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background: #e5e7eb;
}

/* product preview modal end */

.swiper-slide-thumb-active {
    border-color: #2aa400 !important;
}

/* Modal Background */
.share-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Modal Box */
.share-modal-content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
}

/* Close Button */
.share-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Header */
.share-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.share-header p {
    margin: 6px 0 22px;
    font-size: 14px;
    color: #666;
}

/* Icons Container */
.share-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* Circle Icons */
.share-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.share-circle:hover {
    transform: scale(1.1);
}

/* Brand Colors */
.fb {
    background: #1877f2;
}

.tw {
    background: #1da1f2;
}

.wa {
    background: #25d366;
}

.tg {
    background: #229ed9;
}

.li {
    background: #0a66c2;
}

/* CARD */
.home-banner-swiper-card {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.3s ease !important;
}

/* SCALE TAMAMEN KAPALI */
.home-banner-swiper-card:hover {
    transform: none !important;
}

/* IMAGE */
.home-banner-swiper-card .img {
    position: relative !important;
    background: #f7f7f7 !important;
    border-radius: 12px !important;
    padding: 10px !important;
    overflow: hidden !important;
}

/* FAVORITE */
.home-banner-swiper-card .add_favorite {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
}

/* TITLE – MAX 3 SATIR */
.home-banner-swiper-card h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 12px 0 10px !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* BASKET WRAPPER */
.home-banner-swiper-card .basket {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* PRICE */
.home-banner-swiper-card .basket p {
    width: 100%;
    display: flex !important;
}

.home-banner-swiper-card .basket p span:first-child {
    font-size: 20px !important;
    /* BUYUTULDU */
    font-weight: 700 !important;
    color: #e70000 !important;
}

.home-banner-swiper-card .basket p span:last-child {
    font-size: 14px !important;
    color: #9a9a9a !important;
    text-decoration: line-through !important;
}

/* ADD TO CART – FULL WIDTH & YENI SATIR */
.home-banner-swiper-card .add_to_cart {
    width: 100% !important;
    height: 44px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
}

.home-banner-swiper-card .add_to_cart i {
    font-size: 16px !important;
}

.home-banner-swiper-card .add-to-cart-active i,
.home-banner-swiper-card .add_to_cart:hover i {
    color: #f64343 !important;
}

.home-banner-swiper-card .add_to_cart:hover {
    background-color: #ffefef;
    color: #f64343;
}

@media (max-width: 1025px) {
    .chaty-widget {
        bottom: 75px !important;
    }
}

/* BODY SCROLL KAPATMA */
body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none !important;
}

#responsive-menu.active-menu,
#responsive-catalog.active-responsive-catalog {
    position: fixed;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 66px);
}

#responsive-menu.active-menu>ul,
#responsive-catalog.active-responsive-catalog>ul {
    overflow: auto;
}

#footer-mobile-menu ul li .wishlist .count {
    background-color: #ffb700;
    position: absolute;
    top: -9px;
    right: -12px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
}


.pagination {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.pagination ul {
    display: flex;
    gap: 8px;
}

.pagination ul li,
.pagination ul .active {
    background-color: #ededed;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.pagination ul li:hover,
.pagination ul .active:hover {
    transform: translateY(-6px);
}

.pagination ul li:first-child,
.pagination ul .active:first-child {
    margin-right: 5px;
}

.pagination ul li:last-child,
.pagination ul .active:last-child {
    margin-left: 5px;
}

.pagination ul li a,
.pagination ul .active a {
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #001a31;
}

.pagination ul .active {
    background-color: #001a31;
}

.pagination ul .active a {
    color: #fff;
}