:root {
    --fj-boxed-width: 1200px;
    --fj-black: #08090b;
    --fj-ink: #121621;
    --fj-muted: #667085;
    --fj-line: #e6e8ee;
    --fj-soft: #f5f6f8;
    --fj-accent: #facc15;
    --fj-green: #16a34a;
    --fj-red: #e11d48;
    --fj-page-bg: #ffffff;
}

body {
    font-family: Inter, Arial, sans-serif !important;
    background:
        radial-gradient(circle at left top, rgba(148, 163, 184, .32), transparent 34vw),
        radial-gradient(circle at right top, rgba(148, 163, 184, .26), transparent 34vw),
        #e7edf5;
    color: var(--fj-ink);
}

html,
body {
    min-height: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
}

.main-body,
.main-body-2,
.fj-theme,
.fj-home,
.fj-theme-modules {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.fj-theme .cat-detail-products {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.fj-theme {
    width: min(var(--fj-boxed-width), 100%);
    margin-left: auto !important;
    margin-right: auto !important;
    background: var(--fj-page-bg);
    box-shadow: 0 0 34px rgba(15, 23, 42, .12);
    box-sizing: border-box;
}

.fj-theme-modules {
    display: block !important;
    width: 100%;
    clear: both;
}

.fj-module-block {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    overflow: visible;
}

/* FitJet module product cards. Keeps original PHP features, only changes visual layer. */
.fj-theme-modules .urunler-module-main-div,
.fj-theme-modules .firsatlar-urun-module-main-div,
.fj-theme-modules .vitrin-module-main-div,
.fj-theme-modules .resimli-urun-module-main-div {
    background: #f6f7f9;
    padding: 38px 0;
    margin: 0;
}

.fj-theme-modules .urunler-module-inside-area,
.fj-theme-modules .firsatlar-urun-module-inside-area,
.fj-theme-modules .firsatlar-urun-module-inside-area-full,
.fj-theme-modules .vitrin-module-inside-area,
.fj-theme-modules .bloglar-module-inside-area,
.fj-theme-modules .ticaret-kutulari-inside {
    width: min(var(--fj-boxed-width), 100%) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .urun-kutulari-main,
.fj-theme-modules #home-product-tabs-wrapper,
.fj-theme-modules .wrapper_tabcontent,
.fj-theme-modules .home-product-tabcontent,
.fj-theme-modules .home-product-tabcontent-in {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .urun-kutulari-main,
.fj-theme-modules #home-product-tabs-wrapper,
.fj-theme-modules .wrapper_tabcontent,
.fj-theme-modules .home-product-tabcontent {
    overflow: hidden !important;
}

.fj-theme-modules center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.fj-theme-modules .marquee-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .marquee-container:before,
.fj-theme-modules .marquee-container:after {
    width: min(160px, 16vw) !important;
}

.fj-theme-modules .marquee-wrapper {
    max-width: none !important;
}

.fj-theme-modules .ticaret-kutulari-main-div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .ticaret-kutulari-inside {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
}

.fj-theme-modules .ticaret-kutu-box {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    overflow: hidden !important;
}

.fj-theme-modules .ticaret-kutu-box-text {
    min-width: 0 !important;
}

.fj-theme-modules .ticaret-kutu-box-text-h,
.fj-theme-modules .ticaret-kutu-box-text-s {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

.fj-theme-modules .bloglar-module-main-div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .bloglar-box-main-div {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .blog-box {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.fj-theme-modules .blog-box-img,
.fj-theme-modules .blog-box-img a {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

.fj-theme-modules .blog-box-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: 225px !important;
    object-fit: cover !important;
    display: block !important;
}

.fj-theme-modules .blog-box-text-area {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .blog-box-h,
.fj-theme-modules .blog-box-h a {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

.fj-theme-modules .modules-head-text-main {
    margin: 0 0 22px !important;
    text-align: left !important;
}

.fj-theme-modules .modules-head-forbg-text-out {
    border: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
}

.fj-theme-modules .modules-head-forbg-text {
    background: transparent !important;
    color: var(--fj-ink) !important;
    padding: 0 !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.fj-theme-modules .modules-head-forbg-text::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--fj-accent), var(--fj-red));
    border-radius: 99px;
}

.fj-theme-modules .modules-head-text-s {
    color: var(--fj-muted) !important;
    margin-top: 8px !important;
    font-size: 14px !important;
}

/* BigJoy-style circle-thumbnail tabs — layout !important, colors/fonts controlled by admin panel */
.fj-theme-modules .home-product-tabs {
    display: flex !important;
    overflow-x: auto !important;
    padding: 20px 0 25px !important;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 30px !important;
    justify-content: center !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    flex-wrap: nowrap !important;
}

.fj-theme-modules .home-product-tabs::-webkit-scrollbar {
    display: none !important;
}

.fj-theme-modules .home-product-tablinks {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    gap: 10px !important;
    width: 130px !important;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    height: auto !important;
    min-width: auto !important;
    /* background, border, border-radius, margin → set by admin panel CSS */
}

.fj-theme-modules .home-product-tablinks.active {
    /* background-color, border → set by admin panel */
}

.home-product-tablinks.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 8px 0 8px !important;
    position: absolute;
    bottom: -6px;
}

.fj-theme-modules .home-product-tablinks p {
    text-align: center !important;
    width: 100% !important;
    line-height: 1.2 !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    /* Taşan başlıkları kes */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    letter-spacing: 0.5px !important;
    padding: 0 !important;
    border: none !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    /* font-size, font-weight, color → set by admin panel */
}

.fj-theme-modules .home-product-tablinks:hover p {
    /* color → set by admin panel */
}

.fj-theme-modules .home-product-tablinks.active p {
    /* color, font-weight → set by admin panel */
    transform: scale(1.05);
}

/* Tab Circle Design (BigJoy style with Tilted Product Effect) */
.fj-theme-modules .tab-thumb-circle {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, #f8fafc 0%, #f1f5f9 100%);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid #e2e8f0;
    overflow: hidden !important;
    /* Beyaz köşeleri kesmek için şart */
    position: relative !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

.fj-theme-modules .tab-thumb-circle img {
    width: 85% !important;
    height: 85% !important;
    object-fit: contain !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform: rotate(-15deg) scale(1.05) !important;
    mix-blend-mode: multiply !important;
    display: block !important;
    margin: 0 auto !important;
    /* Ortalamayı garantiye al */
}

.fj-theme-modules .tab-thumb-circle i {
    font-size: 44px !important;
    color: #9ca3af !important;
    transition: all 0.4s ease !important;
    transform: rotate(-15deg) !important;
}

/* Hover & Active States */
.fj-theme-modules .home-product-tablinks:hover .tab-thumb-circle,
.fj-theme-modules .home-product-tablinks.active .tab-thumb-circle {
    background: #fff;
    border-color: #173d7a;
    box-shadow: 0 15px 30px rgba(23, 61, 122, 0.12) !important;
    transform: translateY(-5px) !important;
}

.fj-theme-modules .home-product-tablinks:hover .tab-thumb-circle img,
.fj-theme-modules .home-product-tablinks:hover .tab-thumb-circle i,
.fj-theme-modules .home-product-tablinks.active .tab-thumb-circle img,
.fj-theme-modules .home-product-tablinks.active .tab-thumb-circle i {
    transform: rotate(0deg) scale(1.15) !important;
    /* Düzelme ve büyüme */
    color: #173d7a !important;
}

.fj-theme-modules .home-product-tablinks.active .tab-thumb-circle::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #173d7a;
    border-radius: 99px;
}

.fj-theme-modules .home-product-tabcontent-in,
.fj-theme-modules .swiper-product-list .swiper-wrapper,
.fj-theme-modules .swiper-countdown-list .swiper-wrapper {
    align-items: stretch !important;
}

.fj-theme-modules .home-product-tabcontent-in {
    display: block !important;
    gap: 0 !important;
}

/* Standard product cards — keep existing styles for non-showcase modules (swiper, etc) */
.fj-theme-modules .cat-detail-products-box,
.fj-theme-modules .cat-detail-products-box-caturunvitrin,
.fj-theme-modules .firsat-product-box {
    width: 220px !important;
    max-width: 220px !important;
    flex: 0 0 220px !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(18, 22, 33, .08) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(18, 22, 33, .08) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.fj-theme-modules .swiper-slide .cat-detail-products-box,
.fj-theme-modules .swiper-slide .cat-detail-products-box-caturunvitrin,
.fj-theme-modules .swiper-slide .firsat-product-box {
    width: 100% !important;
}

.fj-theme-modules .cat-detail-products-box:hover,
.fj-theme-modules .cat-detail-products-box-caturunvitrin:hover,
.fj-theme-modules .firsat-product-box:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(250, 204, 21, .75) !important;
    box-shadow: 0 20px 46px rgba(18, 22, 33, .14) !important;
}

/* BigJoy border-grid modern-product-card styles for showcase module */
.fj-theme-modules .modern-product-card {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
    border-right: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    transform: none !important;
}

.fj-theme-modules .modern-product-card:hover {
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.12) !important;
    z-index: 2 !important;
    transform: none !important;
    border-color: #e5e7eb !important;
}

.fj-theme-modules .showcase-product-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--grid-cols, 6), minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 1px solid #f3f4f6 !important;
    border-top: 1px solid #f3f4f6 !important;
    background: #fff !important;
}

.fj-theme-modules .modern-product-img {
    width: 70% !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    background: #fff !important;
}

.fj-theme-modules .modern-product-img img {
    max-width: 140% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.fj-theme-modules .modern-product-card:hover .modern-product-img img {
    transform: scale(1.08) !important;
}

.fj-theme-modules .modern-product-info {
    padding: 12px 0 8px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex-grow: 1 !important;
}

.fj-theme-modules .modern-product-brand {
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.fj-theme-modules .modern-product-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    height: 36px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.fj-theme-modules .modern-product-stars {
    font-size: 11px !important;
    color: #facc15 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-top: 2px !important;
}

.fj-theme-modules .modern-product-stars span {
    color: #9ca3af !important;
    font-size: 10px !important;
}

.fj-theme-modules .modern-product-price-area {
    position: relative !important;
    margin-top: auto !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

.fj-theme-modules .modern-price-wrap {
    display: flex !important;
    flex-direction: column !important;
    transition: opacity 0.3s ease !important;
}

.fj-theme-modules .modern-current-price {
    font-size: 17px !important;
    font-weight: 800 !important;
}

.fj-theme-modules .modern-old-price {
    font-size: 12px !important;
    text-decoration: line-through !important;
    margin-bottom: -2px !important;
}

.fj-theme-modules .modern-product-out-of-stock {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #e11d48 !important;
    margin-top: auto !important;
    padding: 8px 0 !important;
}


.fj-theme-modules .modern-product-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
}

.fj-theme-modules .modern-product-title a:hover {
    color: #173d7a !important;
}

.fj-theme-modules .modern-product-brand a {
    color: #9ca3af !important;
    text-decoration: none !important;
}

.fj-theme-modules .modern-current-price,
.fj-theme-modules .modern-current-price span {
    color: #173d7a !important;
}

.fj-theme-modules .modern-old-price,
.fj-theme-modules .modern-old-price span {
    color: #e3342f !important;
}

/* Favorite heart button - BigJoy style position */
.fj-theme-modules .modern-product-card .modern-product-fav {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    bottom: auto !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 50% !important;
    color: #9ca3af !important;
    cursor: pointer !important;
    z-index: 20 !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.fj-theme-modules .modern-product-card .modern-product-fav:hover {
    color: #ef4444 !important;
    border-color: #ef4444 !important;
    background: #fff !important;
    transform: scale(1.1) !important;
}

.fj-theme-modules .modern-product-card .modern-product-fav i {
    font-size: 14px !important;
    line-height: 1 !important;
}

/* Add to Cart hover button */
.fj-theme-modules .modern-add-to-cart-btn {
    position: absolute !important;
    inset: 0 !important;
    background: #173d7a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease, background 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
}

.fj-theme-modules .modern-product-card:hover .modern-add-to-cart-btn {
    opacity: 1 !important;
}

.fj-theme-modules .modern-add-to-cart-btn:hover {
    background: #122d5e !important;
    transform: none !important;
}

/* Price hide on hover */
.fj-theme-modules .modern-product-card:hover .modern-price-wrap {
    opacity: 0 !important;
}

/* Discount badge */
.fj-theme-modules .modern-product-discount {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: #e3342f !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border-bottom-right-radius: 8px !important;
    z-index: 10 !important;
    line-height: 1.3 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 8px !important;
}

.fj-theme-modules .cat-detail-products-box-img,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-img,
.fj-theme-modules .firsat-product-box-img {
    width: 100% !important;
    height: 220px !important;
    margin: 0 !important;
    padding: 20px !important;
    background: linear-gradient(180deg, #fff, #f6f7f9) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.fj-theme-modules .cat-detail-products-box-img img,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-img img,
.fj-theme-modules .firsat-product-box-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: transform .2s ease !important;
}

.fj-theme-modules .cat-detail-products-box:hover .cat-detail-products-box-img img,
.fj-theme-modules .cat-detail-products-box-caturunvitrin:hover .cat-detail-products-box-caturunvitrin-img img,
.fj-theme-modules .firsat-product-box:hover .firsat-product-box-img img {
    transform: scale(1.04) !important;
}

.fj-theme-modules .cat-detail-products-box-info,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-info,
.fj-theme-modules .firsat-product-box-info {
    padding: 14px 16px 4px !important;
    min-height: 116px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
}

.fj-theme-modules .cat-detail-products-box-stars {
    min-height: 18px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}

.fj-theme-modules .cat-detail-products-box-stars .aktif-span {
    color: #f5b301 !important;
}

.fj-theme-modules .cat-detail-products-box-stars .pasif-span {
    color: #d7dbe3 !important;
}

.fj-theme-modules .cat-detail-products-box-marka,
.fj-theme-modules .cat-detail-products-box-marka a {
    color: var(--fj-muted) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.fj-theme-modules .cat-detail-products-box-h,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-h,
.fj-theme-modules .firsat-product-box-h {
    min-height: 46px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    color: var(--fj-ink) !important;
    overflow: hidden !important;
}

.fj-theme-modules .cat-detail-products-box-h a,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-h a,
.fj-theme-modules .firsat-product-box-h a {
    color: var(--fj-ink) !important;
}

.fj-theme-modules .cat-detail-products-box-fiyat,
.fj-theme-modules .cat-detail-products-box-caturunvitrin-fiyat,
.fj-theme-modules .firsat-product-box-fiyat {
    padding: 0 16px 14px !important;
    margin-top: auto !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    position: relative !important;
}

.fj-theme-modules .cat-detail-products-box-fiyat-out,
.fj-theme-modules .firsat-product-box-fiyat-out {
    width: auto !important;
    min-width: 0 !important;
}

.fj-theme-modules .cat-detail-products-box-fiyat-eski,
.fj-theme-modules .firsat-product-box-fiyat-eski {
    color: #98a2b3 !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

.fj-theme-modules .cat-detail-products-box-fiyat-mevcut,
.fj-theme-modules .firsat-product-box-fiyat-mevcut {
    color: var(--fj-red) !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

.fj-theme-modules .cat-detail-products-box-fiyat-mevcut span,
.fj-theme-modules .firsat-product-box-fiyat-mevcut span {
    color: inherit !important;
}

.fj-theme-modules .cat-detail-products-box-indirim {
    top: 12px !important;
    right: 12px !important;
    z-index: 8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--fj-red) !important;
    color: #fff !important;
    padding: 6px 9px !important;
    box-shadow: 0 10px 18px rgba(225, 29, 72, .26) !important;
}

.fj-theme-modules .cat-detail-products-box-indirim-percent {
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.fj-theme-modules .cat-detail-products-box-indirim-text {
    display: none !important;
}

.fj-theme-modules .cat-detail-products-box-special,
.fj-theme-modules .urun-box-special-area {
    border-radius: 999px !important;
    background: rgba(250, 204, 21, .18) !important;
    color: #8a6b00 !important;
    border: 1px solid rgba(250, 204, 21, .45) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.fj-theme-modules .cat-detail-products-box-cart-2 {
    margin-top: auto !important;
    padding: 12px !important;
    border-top: 1px solid var(--fj-line) !important;
    background: #fbfcfe !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.fj-theme-modules .cat-detail-products-box-cart-2 form {
    flex: 1 1 auto !important;
    margin: 0 !important;
}

.fj-theme-modules .cat-detail-products-box-cart-2 button,
.fj-theme-modules .cat-detail-products-box-cart-2 a,
.fj-theme-modules .firsat-product-box button,
.fj-theme-modules .firsat-product-box a.button-blue,
.fj-theme-modules .firsat-product-box a.button-black {
    min-height: 38px !important;
    border-radius: 6px !important;
    border: 0 !important;
    background: var(--fj-black) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transition: background .18s ease, transform .18s ease !important;
}

.fj-theme-modules .cat-detail-products-box-cart-2 button {
    width: 100% !important;
}

.fj-theme-modules .cat-detail-products-box-cart-2 button:hover,
.fj-theme-modules .cat-detail-products-box-cart-2 a:hover {
    background: var(--fj-red) !important;
    transform: translateY(-1px) !important;
}

.fj-theme-modules .cat-detail-products-box-kargo {
    background: transparent !important;
    color: var(--fj-green) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.fj-theme-modules .kalan-div {
    left: 14px !important;
    bottom: 14px !important;
    border-radius: 999px !important;
    background: var(--fj-red) !important;
    box-shadow: 0 10px 18px rgba(225, 29, 72, .24) !important;
}

.fj-theme-modules .swiper-countdown-list,
.fj-theme-modules .swiper-product-list,
.fj-theme-modules .swiper-clients {
    overflow: hidden !important;
    padding: 10px 2px 28px !important;
}

.fj-theme-modules .swiper-product-list .swiper-wrapper,
.fj-theme-modules .swiper-countdown-list .swiper-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    gap: 0 !important;
}

.fj-theme-modules .swiper-product-list .swiper-slide,
.fj-theme-modules .swiper-countdown-list .swiper-slide {
    width: 20% !important;
    max-width: 20% !important;
    flex: 0 0 20% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .swiper-countdown-list .swiper-button-prev,
.fj-theme-modules .swiper-countdown-list .swiper-button-next,
.fj-theme-modules .swiper-product-list .swiper-button-prev,
.fj-theme-modules .swiper-product-list .swiper-button-next {
    display: none !important;
}

@media (max-width: 1199px) {
    .fj-theme-modules .home-product-tabcontent-in {
        justify-content: center !important;
    }

    .fj-theme-modules .swiper-product-list .swiper-slide,
    .fj-theme-modules .swiper-countdown-list .swiper-slide {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
    }

    .fj-theme-modules .ticaret-kutulari-inside {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .fj-theme-modules .modern-product-card {
        width: 20% !important;
    }
}

@media (max-width: 991px) {
    .fj-theme-modules .home-product-tabcontent-in {
        justify-content: center !important;
    }

    .fj-theme-modules .swiper-product-list .swiper-slide,
    .fj-theme-modules .swiper-countdown-list .swiper-slide {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        flex-basis: 33.333333% !important;
    }

    .fj-theme-modules .bloglar-box-main-div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }

    .fj-theme-modules .modern-product-card {
        width: 25% !important;
    }
}

@media (max-width: 768px) {
    .fj-theme-modules .modern-product-card {
        width: 33.333% !important;
    }

    .fj-theme-modules .home-product-tabs {
        justify-content: flex-start !important;
        padding: 0 8px 16px !important;
        gap: 16px !important;
    }

    .fj-theme-modules .home-product-tablinks {
        width: 90px !important;
    }

    .fj-theme-modules .tab-thumb-circle {
        width: 72px !important;
        height: 72px !important;
    }

    .fj-theme-modules .tab-thumb-circle img {
        width: 48px !important;
        height: 48px !important;
    }
}

@media (max-width: 640px) {

    .fj-theme-modules .urunler-module-main-div,
    .fj-theme-modules .firsatlar-urun-module-main-div,
    .fj-theme-modules .vitrin-module-main-div {
        padding: 26px 0 !important;
    }

    .fj-theme-modules .modules-head-forbg-text {
        font-size: 22px !important;
    }

    .fj-theme-modules .home-product-tabcontent-in {
        gap: 0 !important;
        justify-content: center !important;
    }

    .fj-theme-modules .cat-detail-products-box,
    .fj-theme-modules .cat-detail-products-box-caturunvitrin,
    .fj-theme-modules .firsat-product-box {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }

    .fj-theme-modules .swiper-product-list .swiper-slide,
    .fj-theme-modules .swiper-countdown-list .swiper-slide {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }

    .fj-theme-modules .cat-detail-products-box-img,
    .fj-theme-modules .cat-detail-products-box-caturunvitrin-img,
    .fj-theme-modules .firsat-product-box-img {
        height: 168px !important;
        padding: 14px !important;
    }

    .fj-theme-modules .cat-detail-products-box-info,
    .fj-theme-modules .cat-detail-products-box-caturunvitrin-info,
    .fj-theme-modules .firsat-product-box-info {
        padding: 12px 12px 4px !important;
        min-height: 110px !important;
    }

    .fj-theme-modules .cat-detail-products-box-fiyat,
    .fj-theme-modules .cat-detail-products-box-caturunvitrin-fiyat,
    .fj-theme-modules .firsat-product-box-fiyat {
        padding: 0 12px 12px !important;
    }

    .fj-theme-modules .cat-detail-products-box-fiyat-mevcut,
    .fj-theme-modules .firsat-product-box-fiyat-mevcut {
        font-size: 17px !important;
    }

    .fj-theme-modules .bloglar-box-main-div,
    .fj-theme-modules .ticaret-kutulari-inside {
        grid-template-columns: 1fr !important;
    }

    .fj-theme-modules .blog-box-img img {
        height: 190px !important;
    }

    .fj-theme-modules .marquee-container:before,
    .fj-theme-modules .marquee-container:after {
        width: 64px !important;
    }

    .fj-theme-modules .modern-product-card {
        width: 50% !important;
        padding: 10px !important;
    }

    .fj-theme-modules .modern-product-img {
        height: 120px !important;
        margin-top: 16px !important;
    }

    .fj-theme-modules .modern-product-title {
        font-size: 11px !important;
        height: 32px !important;
    }

    .fj-theme-modules .modern-current-price {
        font-size: 13px !important;
    }

    .fj-theme-modules .home-product-tablinks {
        width: 80px !important;
    }

    .fj-theme-modules .tab-thumb-circle {
        width: 60px !important;
        height: 60px !important;
    }

    .fj-theme-modules .tab-thumb-circle img {
        width: 40px !important;
        height: 40px !important;
    }

    .fj-theme-modules .home-product-tablinks p {
        font-size: 11px !important;
    }
}

.fj-theme a,
.fj-home a,
.fj-header a,
.fj-footer a {
    text-decoration: none !important;
}

.fj-shell {
    width: min(var(--fj-boxed-width), 100%);
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.fj-theme .topheader-html-main,
.fj-theme .topheader-desktop-main-div {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.fj-theme .topheader-html-main {
    background: #0a0a0a !important;
}

.fj-theme .topheader-html-main-in,
.fj-theme .topheader-desktop-main-div-in {
    width: min(var(--fj-boxed-width), 100%) !important;
    max-width: 100% !important;
    min-height: 34px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.fj-theme .topheader-desktop-main-div {
    background: #050505 !important;
    border: 0 !important;
    color: #fff !important;
}

.fj-theme .topheader-desktop-main-div-in {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

.fj-theme .topheader-desktop-main-left,
.fj-theme .topheader-desktop-main-right {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
}

.fj-theme .topheader-desktop-main-right {
    margin-left: auto !important;
    justify-content: flex-end !important;
}

.fj-theme .topheader-desktop-main-div a,
.fj-theme .topheader-lang-currency-box a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fj-theme .topheader-lang-currency-box {
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-left: 1px solid rgba(255, 255, 255, .18) !important;
    border-right: 0 !important;
}

.fj-theme .currency-drop {
    z-index: 10000 !important;
}

/* BigJoy Header Styles */
.fj-topbar-promo {
    background: #1e293b;
    color: #ffffff;
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fj-promo-text {
    font-size: 14px;
    font-weight: 600;
}

.fj-promo-badge {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    background: #e53e3e;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.fj-promo-badge:hover {
    background: #c53030;
}

.fj-promo-badge .material-icons-outlined {
    margin-right: 8px;
}

.fj-promo-badge-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.fj-header-modern {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 99999;
}

.fj-header-main-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fj-search-modern {
    flex-grow: 1;
    max-width: 36rem;
    position: relative;
}

.fj-search-modern input {
    width: 100%;
    padding: 12px 48px 12px 24px;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-size: 14px;
    outline: none;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.fj-search-modern input:focus {
    box-shadow: 0 0 0 2px rgba(241, 90, 36, 0.5);
    border-color: #f15a24;
}

.fj-search-modern button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #f15a24;
    color: #fff;
    border: none;
    border-radius: 9999px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.fj-search-modern button:hover {
    background: #ea580c;
}

.fj-timer-box {
    display: none;
}

@media (min-width: 1024px) {
    .fj-timer-box {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #f9fafb;
        padding: 8px 16px;
        border-radius: 8px;
    }
}

.fj-timer-icon {
    background: #dbeafe;
    color: #2563eb;
    padding: 8px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fj-timer-text p {
    margin: 0;
}

.fj-timer-text p:first-child {
    font-size: 12px;
    color: #6b7280;
}

.fj-timer-countdown {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.fj-actions-modern {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fj-action-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    transition: color 0.2s;
    position: relative;
    text-decoration: none !important;
}

.fj-action-link:hover {
    color: #f15a24;
}

.fj-action-icon {
    background: #eff6ff;
    padding: 8px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    transition: background 0.2s, color 0.2s;
}

.fj-action-link:hover .fj-action-icon {
    background: #f15a24;
    color: #ffffff;
}

@media (min-width: 768px) {
    .fj-action-label {
        display: inline !important;
    }
}

.fj-action-badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #f15a24 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    z-index: 9999999 !important;
}

.fj-nav-wrap-modern {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    display: none;
}

@media (min-width: 768px) {
    .fj-nav-wrap-modern {
        display: block;
    }
}

.fj-nav-modern {
    display: flex;
    align-items: center;
    justify-content: stretch;
    width: 100%;
}

.fj-nav-list-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.fj-nav-item-modern {
    position: relative;
    padding: 16px 0px 16px 0;
}

.fj-nav-link-modern {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    transition: color 0.2s;
    text-decoration: none !important;
}

.fj-nav-link-modern:hover {
    color: #f15a24;
}

.fj-nav-item-highlight {
    padding: 16px 24px;
}

.fj-nav-item-highlight.fj-nav-campaigns {
    background: #fff3e0;
    margin-left: auto;
}

.fj-nav-item-highlight.fj-nav-campaigns a {
    color: #f15a24;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.fj-nav-item-highlight.fj-nav-campaigns a:hover {
    color: #ea580c;
}

.fj-nav-item-highlight.fj-nav-packages {
    background: #eff6ff;
}

.fj-nav-item-highlight.fj-nav-packages a {
    color: #1e293b;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.fj-nav-item-highlight.fj-nav-packages a:hover {
    color: #2563eb;
}

.fj-nav-item-modern .fj-mega-menu {
    top: 100%;
}

.fj-header {
    position: sticky;
    top: 0;
    z-index: 99999 !important;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--fj-line);
    backdrop-filter: blur(14px);
}

.fj-header.is-scrolled {
    box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
}

.fj-header-main {
    display: grid;
    grid-template-columns: 210px minmax(260px, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fj-logo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--fj-black);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
}

.fj-logo img {
    max-width: 190px;
    max-height: 52px;
    object-fit: contain;
}

.fj-logo span {
    color: var(--fj-black);
}

.fj-logo strong {
    color: var(--fj-red);
}

.fj-search {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--fj-soft);
    border: 1px solid var(--fj-line);
    border-radius: 8px;
    padding: 0 8px 0 16px;
}

.fj-search i {
    color: var(--fj-muted);
}

.fj-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--fj-ink);
    font-size: 14px;
}

.fj-search button,
.fj-btn,
.fj-product-cta {
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
}

.fj-search button {
    height: 36px;
    padding: 0 18px;
    color: var(--fj-black);
    background: var(--fj-accent);
}

.fj-actions {
    display: flex;
    gap: 10px;
}

.fj-actions a {
    height: 44px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fj-ink);
    border: 1px solid var(--fj-line);
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
}

.fj-nav-wrap {
    border-top: 1px solid var(--fj-line);
    border-bottom: 1px solid var(--fj-line);
    background: #fff;
    position: relative;
    max-width: 100%;
}

/* Modern Header Nav CSS */
.fj-nav-wrap-modern {
    background: #ffffff;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    position: relative;
    z-index: 100;
}

.fj-nav-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fj-nav-list-modern {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    /* Center the nav items */
}

.fj-nav-item-modern {
    position: relative;
    display: flex;
    align-items: center;
    height: 54px;
}

.fj-nav-link-modern {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 100%;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color 0.2s;
}

.fj-nav-link-modern:hover {
    color: var(--fj-accent);
}

.fj-nav-item-highlight>a {
    color: #e53e3e;
}

.fj-nav {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: visible;
    justify-content: stretch;
    padding: 0 !important;
    background: linear-gradient(180deg, #b91622 0%, #a90f1a 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08);
    box-sizing: border-box;
}

.fj-nav-item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: 54px;
    display: flex;
    align-items: stretch;
}

.fj-nav-link {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 54px;
    color: #fff !important;
    font-weight: 800;
    font-size: 11px;
    padding: 0 8px;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, .12);
    border-right: 1px solid rgba(0, 0, 0, .16);
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fj-nav-link i {
    flex: 0 0 auto;
    transition: transform .16s ease;
}

.fj-nav-link:hover,
.fj-nav-item:hover .fj-nav-link {
    background: #8f0c16;
    color: #fff;
}

.fj-nav-item-modern:hover .fj-nav-link-modern span {
    transform: rotate(180deg);
}

.fj-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .26);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .16s ease, visibility .16s ease;
    z-index: 9999999 !important;
}

.fj-nav-dropdown:before {
    display: none;
}

.fj-nav-item-modern:hover .fj-nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.fj-nav-dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--fj-ink);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
}

.fj-nav-dropdown a:hover {
    background: var(--fj-soft);
    color: var(--fj-red);
}

.fj-mega-menu {
    width: min(760px, calc(100vw - 40px));
    min-width: 570px;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .26);
}

.fj-nav-item:nth-last-child(-n+3) .fj-mega-menu {
    left: auto;
    right: 0;
}

.fj-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 18px 16px;
    align-items: start;
}

.fj-mega-column {
    min-width: 0;
}

.fj-mega-column:first-child {
    border-right: 1px solid #d8d8d8;
}

.fj-mega-block {
    min-width: 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.fj-mega-block.is-featured .fj-mega-parent {
    background: #e7e7e7;
}

.fj-mega-parent {
    min-height: 52px;
    display: grid !important;
    grid-template-columns: 28px 1fr 18px;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 11px 14px !important;
    border-radius: 0 !important;
    color: #343434 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none !important;
    cursor: pointer;
}

.fj-mega-block.is-open .fj-mega-parent,
.fj-mega-parent:hover {
    background: #efefef !important;
    color: #b91622 !important;
}

.fj-mega-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 19px;
}

.fj-mega-arrow {
    color: #111827;
    font-size: 12px;
    transition: transform .16s ease;
}

.fj-mega-block.is-open .fj-mega-arrow {
    transform: rotate(180deg);
}

.fj-mega-children {
    padding: 0 14px 10px 50px;
    position: relative;
    display: none;
}

.fj-mega-block.is-open>.fj-mega-children {
    display: block;
}

.fj-mega-child-row {
    position: relative;
}

.fj-mega-child-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    color: #565656 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1.25;
    text-decoration: none !important;
}

.fj-mega-child-link:hover {
    background: transparent !important;
    color: #b91622 !important;
}

.fj-mega-grandchildren {
    position: absolute;
    top: -9px;
    left: calc(100% + 16px);
    min-width: 230px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    transition: .16s ease;
    z-index: 9998;
}

.fj-mega-grandchildren:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    width: 17px;
}

.fj-mega-child-row.is-open .fj-mega-grandchildren {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.fj-mega-grandchildren a {
    display: block !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    border-radius: 0 !important;
    color: #565656 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25;
    text-decoration: none !important;
    text-transform: uppercase;
}

.fj-mega-grandchildren a:hover {
    background: #f4f4f5 !important;
    color: #b91622 !important;
}

.fj-hero {
    background:
        linear-gradient(120deg, rgba(8, 9, 11, .96), rgba(20, 20, 8, .9)),
        url('../../../../images/slider/slider_Black-Fitness-Gym-Banner-2843-t-850-piksel-79800023087701.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.fj-hero-grid {
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 430px;
    gap: 44px;
    align-items: center;
    padding: 54px 0;
}

.fj-system-slider {
    width: 100%;
    height: min(610px, 68vh);
    min-height: 420px;
    background: var(--fj-black);
}

.fj-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.fj-slide-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .2));
}

.fj-slide-copy {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}

.fj-slide-center {
    align-items: center;
    text-align: center;
}

.fj-slide-flex-end {
    align-items: flex-end;
    text-align: right;
}

.fj-slide-copy h1 {
    max-width: 760px;
    margin: 0 0 14px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1;
    font-weight: 800;
}

.fj-slide-copy p {
    max-width: 620px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.55;
}

.fj-slide-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.fj-system-slider .swiper-button-next,
.fj-system-slider .swiper-button-prev {
    color: #fff;
}

.fj-system-slider .swiper-pagination-bullet-active {
    background: var(--fj-accent);
}

.fj-kicker {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    background: rgba(250, 204, 21, .14);
    color: var(--fj-accent);
    border: 1px solid rgba(250, 204, 21, .35);
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.fj-hero h1 {
    max-width: 760px;
    margin: 18px 0 16px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: .96;
    font-weight: 800;
    letter-spacing: 0;
}

.fj-hero p {
    max-width: 630px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.65;
}

.fj-hero-actions,
.fj-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.fj-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.fj-btn-primary {
    background: var(--fj-accent);
    color: var(--fj-black) !important;
}

.fj-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.fj-hero-stats span {
    min-width: 130px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 255, 255, .78);
}

.fj-hero-stats strong {
    display: block;
    color: #fff;
    font-size: 20px;
}

.fj-hero-panel {
    padding: 18px;
    background: rgba(255, 255, 255, .96);
    color: var(--fj-ink);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.fj-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: 700;
}

.fj-panel-head a {
    color: var(--fj-red);
    font-size: 12px;
}

.fj-spot-product {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    color: var(--fj-ink);
    border-top: 1px solid var(--fj-line);
}

.fj-spot-product img,
.fj-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fj-spot-product img {
    width: 86px;
    height: 86px;
    background: #fff;
    border-radius: 8px;
}

.fj-spot-product strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.fj-spot-product em {
    display: block;
    margin-top: 6px;
    color: var(--fj-red);
    font-style: normal;
    font-weight: 700;
}

.fj-goals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.fj-goal-card {
    min-height: 132px;
    padding: 20px;
    color: var(--fj-ink);
    background: #fff;
    border: 1px solid var(--fj-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.fj-goal-card span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.fj-goal-card p {
    margin: 8px 0 16px;
    color: var(--fj-muted);
    line-height: 1.45;
}

.fj-goal-card i {
    color: var(--fj-red);
}

.fj-product-section {
    padding: 54px 0 64px;
}

.fj-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.fj-section-head span {
    color: var(--fj-red);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.fj-section-head h2 {
    margin: 4px 0 0;
    font-size: 34px;
    font-weight: 800;
}

.fj-section-head a {
    color: var(--fj-black);
    font-weight: 600;
}

.fj-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.fj-empty-products {
    grid-column: 1 / -1;
    padding: 22px;
    background: #fff8db;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: var(--fj-ink);
    font-weight: 600;
}

.fj-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
    border: 1px solid var(--fj-line);
    border-radius: 8px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fj-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 46px rgba(15, 23, 42, .1);
}

.fj-product-image {
    display: block;
    height: 230px;
    padding: 18px;
    background: linear-gradient(180deg, #fff, #f6f7f9);
}

.fj-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.fj-product-body h3 {
    min-height: 48px;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.fj-product-body h3 a {
    color: var(--fj-ink);
}

.fj-product-meta {
    margin: 14px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.fj-product-meta span {
    color: var(--fj-green);
    font-size: 12px;
    font-weight: 600;
}

.fj-product-meta strong {
    color: var(--fj-red);
    font-size: 18px;
    font-weight: 700;
}

.fj-product-cta {
    margin-top: auto;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--fj-black);
}

.fj-promo-band {
    background: var(--fj-black);
    color: #fff;
}

.fj-promo-band .fj-shell {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fj-promo-band span {
    color: var(--fj-accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.fj-promo-band h2 {
    margin: 8px 0 0;
    font-size: 34px;
    font-weight: 800;
}

.fj-brand-band {
    padding: 0 0 56px;
}

.fj-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.fj-brand-card {
    min-height: 96px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--fj-line);
    border-radius: 8px;
    color: var(--fj-ink);
    font-weight: 600;
    text-align: center;
}

.fj-brand-card img {
    max-width: 120px;
    max-height: 46px;
    object-fit: contain;
}

.fj-footer {
    background: #050608 !important;
    color: #d7dbe5 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Inter, Arial, sans-serif !important;
}

.fj-footer * {
    box-sizing: border-box;
}

.fj-footer .fj-shell {
    width: min(1200px, calc(100% - 32px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fj-footer .fj-footer-trust {
    background: #15181f !important;
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
}

.fj-footer .fj-footer-trust-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.fj-footer .fj-footer-trust-grid>div {
    min-height: 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #fff !important;
    border-right: 1px solid rgba(255, 255, 255, .08) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.fj-footer .fj-footer-trust-grid>div:last-child {
    border-right: 0 !important;
}

.fj-footer .fj-footer-trust i {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(250, 204, 21, .13) !important;
    color: var(--fj-accent) !important;
    font-size: 18px !important;
}

.fj-footer .fj-footer-main {
    display: grid !important;
    grid-template-columns: 1fr 2.1fr 1.05fr !important;
    gap: 36px !important;
    align-items: start !important;
    padding: 34px 0 30px !important;
}

.fj-footer .fj-footer-links-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.fj-footer .fj-footer-brand {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}

.fj-footer .fj-footer-brand span {
    color: var(--fj-accent) !important;
}

.fj-footer .fj-footer-logo {
    max-width: 220px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    margin: 0 0 16px !important;
    display: block !important;
}

.fj-footer .fj-footer-brand-col p {
    margin: 0 !important;
    max-width: 330px !important;
}

.fj-footer .fj-footer-html {
    color: #a9b0c0 !important;
}

.fj-footer .fj-footer-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 18px !important;
}

.fj-footer .fj-footer-social a {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.fj-footer p,
.fj-footer a {
    color: #b4bdcc !important;
    line-height: 1.55 !important;
}

.fj-footer a {
    display: block !important;
    margin: 7px 0 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.fj-footer h4 {
    color: #fff !important;
    margin: 0 0 12px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
    padding-bottom: 9px !important;
}

.fj-footer-note {
    margin-top: 14px;
    font-size: 12px;
}

.fj-footer .fj-footer-contact {
    min-width: 0 !important;
}

.fj-footer .fj-footer-phone {
    display: flex !important;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800;
    margin: 14px 0 !important;
}

.fj-footer .fj-footer-phone i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .55);
}

.fj-footer .fj-footer-whatsapp i {
    border-color: #22c55e;
    color: #22c55e;
}

.fj-footer .fj-footer-newsletter {
    margin-top: 22px !important;
}

.fj-footer .fj-footer-newsletter form {
    display: flex !important;
    gap: 6px !important;
    margin: 0 !important;
}

.fj-footer .fj-footer-newsletter input {
    min-width: 0 !important;
    flex: 1 !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    background: #fff !important;
    color: #111827 !important;
}

.fj-footer .fj-footer-newsletter button {
    height: 36px !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    background: var(--fj-red) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.fj-footer .fj-footer-payments {
    background: #0b0d11 !important;
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
}

.fj-footer .fj-footer-payments .fj-shell {
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.fj-footer .fj-payment-pill {
    height: 28px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    color: #182033;
    font-size: 12px;
    font-weight: 800;
}

.fj-footer .fj-payment-secure {
    margin-left: auto;
    color: #fff;
    font-size: 12px;
}

.fj-footer .fj-copyright {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.fj-footer .fj-footer-legal {
    background: #edf3fb !important;
    color: #556070 !important;
    padding: 20px 0 !important;
}

.fj-footer .fj-footer-legal .fj-shell {
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    gap: 24px !important;
    align-items: center !important;
}

.fj-footer .fj-original-seal {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #1d4ed8;
    color: #1d4ed8;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
}

.fj-footer .fj-footer-legal p {
    margin: 0 !important;
    color: #556070 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

@media (max-width: 1024px) {
    .fj-theme {
        box-shadow: none;
    }

    .fj-theme .topheader-desktop-main-div-in {
        min-height: auto !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        flex-wrap: wrap !important;
    }

    .fj-theme .topheader-desktop-main-left,
    .fj-theme .topheader-desktop-main-right {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .fj-header-main,
    .fj-hero-grid {
        grid-template-columns: 1fr;
    }

    .fj-actions {
        justify-content: flex-start;
    }

    .fj-nav {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .fj-nav-item {
        flex: 0 0 auto;
    }

    .fj-nav-link {
        width: auto;
        min-width: 120px;
        padding: 0 12px;
    }

    .fj-goals,
    .fj-product-grid,
    .fj-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fj-footer .fj-footer-main,
    .fj-footer .fj-footer-links-grid,
    .fj-footer .fj-footer-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .fj-hero-grid {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .fj-header-main {
        gap: 14px;
        padding: 14px 0;
    }

    .fj-logo img {
        max-width: 160px;
    }

    .fj-search {
        order: 3;
        width: 100%;
    }

    .fj-actions a span {
        display: none;
    }

    .fj-nav {
        overflow-x: auto;
    }

    .fj-nav-dropdown {
        display: none;
    }

    .fj-hero h1 {
        font-size: 40px;
    }

    .fj-hero-panel {
        padding: 12px;
    }

    .fj-goals,
    .fj-product-grid,
    .fj-brand-grid {
        grid-template-columns: 1fr;
    }

    .fj-footer .fj-footer-main,
    .fj-footer .fj-footer-links-grid,
    .fj-footer .fj-footer-trust-grid {
        grid-template-columns: 1fr !important;
    }

    .fj-footer .fj-footer-trust-grid>div {
        justify-content: flex-start !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
        padding: 0 16px !important;
    }

    .fj-footer .fj-footer-legal .fj-shell {
        grid-template-columns: 1fr !important;
    }

    .fj-footer .fj-payment-secure {
        margin-left: 0 !important;
    }

    .fj-system-slider {
        height: 460px;
        min-height: 460px;
    }

    .fj-promo-band .fj-shell {
        flex-direction: column;
        align-items: flex-start;
        padding: 34px 0;
    }
}

/* Final product module alignment guard: keep boxed theme vitrines at max 5 cards per row. */
.fj-theme-modules .home-product-tabcontent-in {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box,
.fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box-caturunvitrin,
.fj-theme-modules .home-product-tabcontent-in>.firsat-product-box {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    min-width: 0 !important;
}

.fj-theme-modules .swiper-product-list,
.fj-theme-modules .swiper-countdown-list {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.fj-theme-modules .swiper-product-list>.swiper-wrapper,
.fj-theme-modules .swiper-countdown-list>.swiper-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide,
.fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide .cat-detail-products-box,
.fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide .cat-detail-products-box-caturunvitrin,
.fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide .cat-detail-products-box,
.fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide .cat-detail-products-box-caturunvitrin,
.fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide .firsat-product-box {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 1199px) {

    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box,
    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box-caturunvitrin,
    .fj-theme-modules .home-product-tabcontent-in>.firsat-product-box,
    .fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide,
    .fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide {
        flex-basis: 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 991px) {

    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box,
    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box-caturunvitrin,
    .fj-theme-modules .home-product-tabcontent-in>.firsat-product-box,
    .fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide,
    .fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide {
        flex-basis: 33.333333% !important;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (max-width: 640px) {

    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box,
    .fj-theme-modules .home-product-tabcontent-in>.cat-detail-products-box-caturunvitrin,
    .fj-theme-modules .home-product-tabcontent-in>.firsat-product-box,
    .fj-theme-modules .swiper-product-list>.swiper-wrapper>.swiper-slide,
    .fj-theme-modules .swiper-countdown-list>.swiper-wrapper>.swiper-slide {
        flex-basis: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

/* Modern Category Layout (BigJoy UI Clone) */
.fj-cat-modern-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 1400px;
    margin: 1.5rem auto 3rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .fj-cat-modern-wrapper {
        flex-direction: row;
    }
}

/* Sidebar */
.fj-cat-sidebar {
    width: 100%;
    background-color: #F8F9FA;
    border-radius: 0.375rem;
    padding: 1.5rem;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .fj-cat-sidebar {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .fj-cat-sidebar {
        width: 20%;
    }
}

.fj-cat-sidebar-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E5E7EB;
}

.fj-cat-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fj-cat-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0056b3;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.fj-cat-sidebar-link:hover {
    color: #FF4500;
}

.fj-cat-sidebar-link.active {
    color: #FF4500;
}

.fj-cat-sidebar-link i {
    font-size: 12px;
}

/* Content Area */
.fj-cat-content {
    flex-grow: 1;
    min-width: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.375rem;
    padding: 1.5rem;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.fj-cat-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4A90E2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* Product Grid */
.fj-cat-grid {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #E5E7EB;
    border-bottom: 0;
    border-right: 0;
}

@media (min-width: 640px) {
    .fj-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .fj-cat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .fj-cat-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .fj-cat-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.fj-cat-grid .fj-cat-product {
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.fj-cat-product:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.fj-cat-product-fav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #9CA3AF;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 2;
}

.fj-cat-product-fav:hover {
    color: #FF4500;
}

.fj-cat-product-img-wrap {
    height: 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.fj-cat-product-img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.fj-cat-product-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 0.5rem;
    height: 2.5rem;
    overflow: hidden;
    text-decoration: none !important;
}

.fj-cat-product-title:hover {
    color: #FF4500;
}

.fj-cat-product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.fj-cat-product-stars {
    display: flex;
    color: #FF4500;
    font-size: 0.875rem;
}

.fj-cat-product-stars .text-gray {
    color: #D1D5DB;
}

.fj-cat-product-reviews {
    font-size: 0.75rem;
    color: #6B7280;
}

.fj-cat-product-price-wrap {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fj-cat-product-price {
    font-size: 1rem;
    font-weight: 700;
    color: #0056b3;
}

.fj-cat-product-price-old {
    font-size: 0.75rem;
    color: #9CA3AF;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

/* Category Page Overrides to hide legacy */
.fj-theme .cat-detail-main-div {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.fj-theme .cat-right-header-out,
.fj-theme .cat-right-elements-out {
    display: none;
}

.fj-theme .cat-detail-products {
    margin: 0;
}

/* Tabbed Mega Menu Layout */
.fj-mega-tabbed {
    /* Do NOT set display: flex here by default if fj-nav-dropdown uses opacity/visibility.
       Wait, if we use visibility, it still takes up space if position is relative.
       But since fj-nav-dropdown has position: absolute, we should NOT override it! */
    display: flex;
    width: 800px;
    min-height: 350px;
    background-color: #ffffff;
    border-radius: 0.375rem;
    overflow: hidden;
    position: absolute !important;
    /* Force absolute positioning to avoid breaking nav flow */
}

.fj-mega-tabbed-left {
    width: 280px;
    background-color: #F8F9FA;
    flex-shrink: 0;
    border-right: 1px solid #E5E7EB;
}

.fj-mega-tabbed-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fj-mega-tab-item {
    position: static;
}

.fj-mega-tab-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid #E5E7EB;
    transition: all 0.2s;
    cursor: pointer;
}

.fj-mega-tab-link i.fa-angle-right {
    font-size: 16px;
    color: #999;
}

.fj-mega-tab-content {
    display: none;
    position: absolute;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 20px 30px;
    overflow-y: auto;
}

/* Hover logic */
.fj-mega-tab-item:hover .fj-mega-tab-content {
    display: block;
}

.fj-mega-tabbed-left:not(:hover) .fj-mega-tab-item:first-child .fj-mega-tab-content {
    display: block;
}

.fj-mega-tab-item:hover>.fj-mega-tab-link {
    background-color: #ffffff;
    color: #FF4500;
}

.fj-mega-tab-item:hover>.fj-mega-tab-link i.fa-angle-right {
    color: #FF4500;
}

.fj-mega-tabbed-left:not(:hover) .fj-mega-tab-item:first-child>.fj-mega-tab-link {
    background-color: #ffffff;
    color: #FF4500;
}

.fj-mega-tabbed-left:not(:hover) .fj-mega-tab-item:first-child>.fj-mega-tab-link i.fa-angle-right {
    color: #FF4500;
}

/* Children styling */
.fj-mega-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fj-mega-tab-content li a {
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid #F3F4F6;
    transition: color 0.2s;
}

.fj-mega-tab-content li a:hover {
    color: #FF4500;
}

.fj-mega-tab-content li a i.fa-angle-right {
    margin-right: 15px;
    color: #999;
}

/* ==========================================================================
   MODERN TABBED SHOWCASE (BIGJOY UI CLONE) - FINAL FIXES
   ========================================================================== */

/* Ürün Izgarası (Grid) */
.fj-theme-modules .showcase-product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

/* Ürün Kartı Sarmalayıcı (6'lı Izgara Düzeni) */
.fj-theme-modules .modern-product-card-outer {
    flex: 0 0 16.666% !important;
    width: 16.666% !important;
    max-width: 16.666% !important;
    box-sizing: border-box !important;
}

/* Ürün Kartı Genel */
.fj-theme-modules .modern-product-card {
    position: relative !important;
    background: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    border-right: 1px solid #f3f4f6 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

/* Responsive Düzenlemeler */
@media (max-width: 1400px) {
    .fj-theme-modules .modern-product-card-outer {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 1100px) {
    .fj-theme-modules .modern-product-card-outer {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 800px) {
    .fj-theme-modules .modern-product-card-outer {
        flex: 0 0 33.33% !important;
        width: 33.33% !important;
        max-width: 33.33% !important;
    }
}

@media (max-width: 600px) {
    .fj-theme-modules .modern-product-card-outer {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

/* Ürün Görseli Ortalam (KRİTİK DÜZELTME) */
.fj-theme-modules .modern-product-card-img {
    width: 100% !important;
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    position: relative !important;
    overflow: hidden !important;
}

.fj-theme-modules .modern-product-card-img a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    margin: 0 auto !important;
}

.fj-theme-modules .modern-product-card-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    /* Görseli link içinde ortala */
    transition: transform 0.5s ease !important;
}

/* Başlık ve Diğerleri */
.fj-theme-modules .modern-product-title {
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    min-height: 42px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.fj-theme-modules .modern-product-title a {
    color: #1f2937 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Favori Butonu Sağ Üstte */
.fj-theme-modules .modern-product-card .modern-product-fav {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 50% !important;
    color: #9ca3af !important;
    z-index: 20 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

/* ==========================================================================
   CATEGORY PAGE GRID FIX — UNIVERSAL (no .fj-theme scope needed)
   Targets: .cat-detail-main-div > .cat-detail-main-div-in > .cat-right-main
              > .cat-detail-products > .cat-detail-products-box
   Also covers: .fj-cat-modern-wrapper > .fj-cat-content > .fj-cat-grid
   ========================================================================== */

/* Fix the main container overflow that clips the 4th product */
.cat-detail-main-div {
    overflow: visible !important;
}

/* Reset fixed widths from style.css (1300px) and responsive (1200px) */
.cat-detail-main-div-in {
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Let the product area fill remaining space */
.cat-right-main {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Convert product container to CSS Grid */
.cat-detail-products,
.fj-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Responsive grid */
@media (max-width: 1199px) {

    .cat-detail-products,
    .fj-cat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {

    .cat-detail-products,
    .fj-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .cat-detail-main-div-in {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 480px) {

    .cat-detail-products,
    .fj-cat-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/* Force all product cards to fill grid cells */
.cat-detail-products .cat-detail-products-box,
.cat-detail-products .cat-detail-products-box-big,
.cat-detail-products .cat-detail-products-box-list,
.cat-detail-products .cat-detail-products-box-caturunvitrin,
.cat-detail-products .fj-cat-product,
.fj-cat-grid .fj-cat-product,
.fj-cat-grid .cat-detail-products-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
}

/* =====================================================================
   PRODUCT DETAIL — FITJET PREMIUM FULL REDESIGN
   ===================================================================== */

/* ── Page background ── */
.fj-theme-modules .urun-detay-main {
    background: #f4f5f9 !important;
    padding-bottom: 0 !important;
}

/* ── Width normalization ── */
.fj-theme-modules .urun-detay-main-in,
.fj-theme-modules .urun-detay-main-navg,
.fj-theme-modules .urun-detay-desc-main {
    width: min(var(--fj-boxed-width), 100%) !important;
}

/* ─────────────────────────────────────────────────────────────────────
   FITJET-PREMIUM SPECIFIC: Override ALL global styles aggressively
   ───────────────────────────────────────────────────────────────────── */

/* Main wrapper: remove border, padding, box-shadow — become a flex row */
.fj-theme-modules .fj-pd-premium {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 auto !important;
    max-width: 1440px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* ── Breadcrumb ── */
.fj-theme-modules .urun-detay-main-navg {
    background: #fff;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 14px 30px !important;
    font-size: 13px;
    color: #888;
    letter-spacing: 0.2px;
}

.fj-theme-modules .urun-detay-main-navg a {
    color: #555;
}

.fj-theme-modules .urun-detay-main-navg a:hover {
    color: #111;
    text-decoration: none;
}

/* ── Image column (sticky gallery) ── */
.fj-theme-modules .fj-pd-premium .urun-detay-sol-alan {
    width: 540px !important;
    max-width: 540px !important;
    min-width: 540px !important;
    background: #fff !important;
    border-right: 1px solid #eee !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 32px 24px !important;
    margin-right: 0 !important;
    position: sticky !important;
    top: 0 !important;
    align-self: flex-start !important;
    flex-shrink: 0 !important;
}

/* ── Right area fills remaining space ── */
.fj-theme-modules .fj-pd-premium .urun-detay-sag-alan {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* ── 2-column grid inside the right area ── */
.fj-premium-sag-layout {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 0 !important;
    align-items: start !important;
    flex: 1 !important;
    width: 100% !important;
}

/* ── Middle info column ── */
.fj-premium-sag-info {
    display: flex;
    flex-direction: column;
    padding: 36px 32px;
    background: #fff;
    border-right: 1px solid #eee;
    min-height: 100%;
}

/* Product title */
.fj-premium-sag-info .urun-detay-sag-alan-baslik {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #0d0d0d !important;
    margin: 0 0 8px !important;
    letter-spacing: -0.4px;
}

.fj-premium-sag-info .urun-detay-sag-alan-baslik small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 6px;
    letter-spacing: 0;
}

/* Star / share / kargo bar */
.fj-premium-sag-info .product_detail_border_area {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 12px 0 18px;
}

/* Action icons */
.fj-premium-sag-info .product_detail_islem_div {
    margin: 0 0 16px;
}

.fj-premium-sag-info .product_detail_islem_div a {
    width: 38px;
    height: 38px;
    background: #f4f5f8;
    border-radius: 50%;
    font-size: 16px;
    transition: all .2s;
}

.fj-premium-sag-info .product_detail_islem_div a:hover {
    background: #e8e9f0;
    color: #000;
}

/* Info rows (Marka, Stok Kodu…) */
.fj-premium-sag-info .product_detail_bilgiler_boxes {
    display: flex;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}

.fj-premium-sag-info .product_detail_bilgiler_boxes_baslik {
    color: #9a9a9a;
    min-width: 120px;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.fj-premium-sag-info .product_detail_bilgiler_boxes_icerik {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
}

/* Brand logo row */
.fj-premium-sag-info .urun-detay-sag-alan-d-bilgiler {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 4px;
}

/* Spot/gift banners */
.fj-premium-sag-info .product_detail_aciklama_kisa {
    margin-bottom: 12px;
}

.fj-premium-sag-info .product_detail_aciklama_kisa .border-left {
    border-radius: 10px;
    font-size: 13px;
}

/* ── Right sticky cart box ── */
.fj-premium-sag-sticky {
    position: sticky;
    top: 88px;
    padding: 28px 24px;
    background: #fff;
    border-left: 1px solid #eee;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Divider inside sticky */
.fj-premium-sag-sticky::before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, #ff6b35, #e91e63, #9c27b0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* Price */
.fj-premium-sag-sticky .urun-detay-sag-alan-fiyatlar {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_eski {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_yeni {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #0d0d0d !important;
    letter-spacing: -1px;
    line-height: 1;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_yeni span {
    font-size: 30px !important;
}

/* Variants */
.fj-premium-sag-sticky .product-detail-variant-div {
    margin-bottom: 18px;
}

.fj-premium-sag-sticky .product-detail-variant-div label {
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    display: block;
}

.fj-premium-sag-sticky .product-detail-variant-div select.form-control {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    height: 50px;
    font-size: 14px;
    padding: 0 16px;
    width: 100%;
    background: #fafafa;
    transition: border-color .2s, box-shadow .2s;
    appearance: auto;
}

.fj-premium-sag-sticky .product-detail-variant-div select.form-control:focus {
    border-color: #ff6b35;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, .1);
    background: #fff;
}

/* Kutu varyant */
.fj-premium-sag-sticky .customVariantBorder {
    display: inline-block;
    margin: 0 6px 8px 0;
}

.fj-premium-sag-sticky .border-variant-box {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s;
    background: #fff;
    min-width: 52px;
    text-align: center;
}

.fj-premium-sag-sticky .custom-control-input:checked~.custom-control-label .border-variant-box {
    border-color: #0d0d0d;
    background: #0d0d0d;
    color: #fff;
}

.fj-premium-sag-sticky .border-variant-box-disable-line {
    display: none;
}

.fj-premium-sag-sticky .border-variant-box-disable-text {
    font-size: 10px;
    color: #ccc;
}

/* Quantity + buttons row */
.fj-premium-sag-sticky .product_detail_addcart_main {
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 18px;
}

.fj-premium-sag-sticky .product_detail_addcart_txt {
    position: static;
    font-size: 11px;
    font-weight: 800;
    color: #888;
    background: transparent;
    padding: 0;
    width: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.fj-premium-sag-sticky .product_detail_addcart_quantity {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 54px;
}

.fj-premium-sag-sticky .quantity .minus,
.fj-premium-sag-sticky .quantity .plus {
    width: 46px;
    height: 54px;
    background: #f7f7f7;
    border: none;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
}

.fj-premium-sag-sticky .quantity .minus:hover,
.fj-premium-sag-sticky .quantity .plus:hover {
    background: #eee;
}

.fj-premium-sag-sticky .quantity .qty {
    width: 60px;
    height: 54px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    text-align: center;
    border: none;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    background: #fff;
}

/* Add to cart button */
.fj-premium-sag-sticky .product_detail_addcart_button {
    flex: 1;
    min-width: 0;
}

.fj-premium-sag-sticky .product_detail_addcart_button button {
    width: 100% !important;
    height: 54px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    padding: 0 !important;
    transition: transform .15s, box-shadow .15s;
}

.fj-premium-sag-sticky .product_detail_addcart_button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

/* WhatsApp */
.fj-premium-sag-sticky .product_detail_addcart_wp {
    width: 100%;
    margin-top: 10px;
}

.fj-premium-sag-sticky .product_detail_addcart_wp a {
    height: 50px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    background: #25d366 !important;
    letter-spacing: 0.3px;
    transition: transform .15s, box-shadow .15s;
}

.fj-premium-sag-sticky .product_detail_addcart_wp a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
}

/* Kargo limit */
.fj-premium-sag-sticky .product_detail_kargo_limit_div {
    margin-top: 14px;
}

.fj-premium-sag-sticky .product_detail_kargo_limit_ic {
    border: none !important;
    background: linear-gradient(135deg, #edfbf3, #d6f5e4);
    border-radius: 10px;
    padding: 11px 16px !important;
    font-size: 13px !important;
    color: #1a7c3e !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.fj-premium-sag-sticky .product_detail_kargo_limit_ic i {
    font-size: 20px;
}

/* Stock warning */
.fj-premium-sag-sticky .product_detail_quantity_alert {
    background: #fff8e6;
    border: 1.5px solid #ffc837;
    border-radius: 10px;
    padding: 11px 16px;
    margin-bottom: 12px;
    margin-top: 0;
}

.fj-premium-sag-sticky .product_detail_quantity_alert_txt {
    color: #6b4400;
    font-size: 13px;
    font-weight: 700;
}

/* No stock */
.fj-premium-sag-sticky .urun-detay-sag-alan-no-stok {
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 18px !important;
    background: #fff5f5 !important;
    border-color: #ffc4c4 !important;
    color: #c0392b !important;
}

/* Fiyat alarm bell */
.fj-premium-sag-sticky .fiyat-alarm-buton {
    border-radius: 10px !important;
    width: auto;
    height: 54px !important;
    padding: 0 18px !important;
}

/* Havale/bilgiler boxes inside sticky */
.fj-premium-sag-sticky .product_detail_bilgiler_boxes {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.fj-premium-sag-sticky .product_detail_bilgiler_boxes_baslik {
    color: #aaa;
    min-width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.fj-premium-sag-sticky .product_detail_bilgiler_boxes_icerik {
    color: #1a1a1a;
    font-weight: 700;
}

/* Separator line inside sticky above addcart */
.fj-premium-sag-sticky .product_detail_addcart_main::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-bottom: 4px;
    flex-basis: 100%;
}

/* ── Responsive ── */
@media (max-width: 1400px) {
    .fj-premium-sag-layout {
        grid-template-columns: 1fr 330px;
    }
}

@media (max-width: 1200px) {
    .fj-premium-sag-layout {
        grid-template-columns: 1fr;
    }

    .fj-premium-sag-sticky {
        position: relative;
        top: 0;
        border-left: none;
        border-top: 1px solid #eee;
    }

    .fj-premium-sag-sticky::before {
        border-radius: 0;
    }

    .fj-premium-sag-info {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 992px) {
    .fj-theme-modules .fj-pd-premium {
        flex-direction: column;
    }

    .fj-theme-modules .fj-pd-premium .urun-detay-sol-alan {
        width: 100% !important;
        position: relative;
        top: 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 768px) {
    .fj-premium-sag-info {
        padding: 24px 20px;
    }

    .fj-premium-sag-sticky {
        padding: 24px 20px;
    }

    .fj-premium-sag-info .urun-detay-sag-alan-baslik {
        font-size: 20px !important;
    }

    .fj-premium-sag-sticky .product_detail_fiyatlar_yeni {
        font-size: 28px !important;
    }
}



.fj-premium-sag-info {
    display: flex;
    flex-direction: column;
    padding: 24px 20px 24px 24px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;
}

/* =====================================================================
   STICKY RIGHT CART BOX - PREMIUM DESIGN
   ===================================================================== */
.fj-premium-sag-sticky {
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
}

/* Price inside sticky box */
.fj-premium-sag-sticky .urun-detay-sag-alan-fiyatlar {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0;
    margin-bottom: 16px;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_eski {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_yeni {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #111 !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.fj-premium-sag-sticky .product_detail_fiyatlar_yeni span {
    font-size: 28px !important;
}

/* Variant inside sticky box */
.fj-premium-sag-sticky .product-detail-variant-div {
    margin-bottom: 16px;
}

.fj-premium-sag-sticky .product-detail-variant-div label {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

.fj-premium-sag-sticky .product-detail-variant-div select.form-control {
    border: 1.5px solid #ddd;
    border-radius: 8px;
    height: 48px;
    font-size: 14px;
    padding: 0 14px;
    width: 100%;
    background-color: #fafafa;
    transition: border-color 0.2s;
}

.fj-premium-sag-sticky .product-detail-variant-div select.form-control:focus {
    border-color: #222;
    outline: none;
    box-shadow: none;
    background-color: #fff;
}

/* Border-type variant boxes (kutu seçim) inside sticky */
.fj-premium-sag-sticky .customVariantBorder {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.fj-premium-sag-sticky .border-variant-box {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    background: #fff;
    min-width: 54px;
    text-align: center;
}

.fj-premium-sag-sticky .custom-control-input:checked~.custom-control-label .border-variant-box {
    border-color: #111;
    background: #111;
    color: #fff;
}

.fj-premium-sag-sticky .border-variant-box-disable-line {
    display: none;
}

.fj-premium-sag-sticky .border-variant-box-disable-text {
    font-size: 10px;
    color: #bbb;
}

/* Quantity counter inside sticky */
.fj-premium-sag-sticky .product_detail_addcart_main {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.fj-premium-sag-sticky .product_detail_addcart_quantity {
    border: 1.5px solid #ddd;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 52px;
}

.fj-premium-sag-sticky .product_detail_addcart_txt {
    position: static;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    background: transparent;
    padding: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fj-premium-sag-sticky .quantity .minus,
.fj-premium-sag-sticky .quantity .plus {
    width: 42px;
    height: 52px;
    background: #f5f5f5;
    border: none;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
}

.fj-premium-sag-sticky .quantity .minus:hover,
.fj-premium-sag-sticky .quantity .plus:hover {
    background: #ebebeb;
}

.fj-premium-sag-sticky .quantity .qty {
    width: 56px;
    height: 52px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-align: center;
    border: none;
    border-left: 1.5px solid #eee;
    border-right: 1.5px solid #eee;
    background: #fff;
}

/* Add to cart button inside sticky */
.fj-premium-sag-sticky .product_detail_addcart_button {
    flex: 1;
    min-width: 0;
}

.fj-premium-sag-sticky .product_detail_addcart_button button {
    width: 100% !important;
    height: 52px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    padding: 0 !important;
    transition: opacity 0.2s, transform 0.1s;
}

.fj-premium-sag-sticky .product_detail_addcart_button button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* WhatsApp button inside sticky */
.fj-premium-sag-sticky .product_detail_addcart_wp {
    width: 100%;
    margin-top: 10px;
}

.fj-premium-sag-sticky .product_detail_addcart_wp a {
    height: 48px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    background-color: #25d366 !important;
}

/* Kargo limit inside sticky */
.fj-premium-sag-sticky .product_detail_kargo_limit_div {
    margin-top: 14px;
    margin-bottom: 0;
}

.fj-premium-sag-sticky .product_detail_kargo_limit_ic {
    border: none !important;
    background: linear-gradient(135deg, #f0faf4, #e8f6ed);
    border-radius: 8px;
    padding: 10px 14px !important;
    font-size: 13px !important;
    color: #1a7c3e !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.fj-premium-sag-sticky .product_detail_kargo_limit_ic i {
    font-size: 18px;
}

/* Stock warning inside sticky */
.fj-premium-sag-sticky .product_detail_quantity_alert {
    background: #fff8e6;
    border: 1px solid #ffd057;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 10px;
    margin-top: 0;
}

.fj-premium-sag-sticky .product_detail_quantity_alert_txt {
    color: #7a5200;
    font-size: 13px;
    font-weight: 600;
}

/* Fiyat alarm button */
.fj-premium-sag-sticky .fiyat-alarm-buton {
    margin-left: 10px;
    flex-shrink: 0;
}

/* Product info box (product_detail_bilgiler_boxes) inside info column */
.fj-premium-sag-info .product_detail_bilgiler_boxes {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}

.fj-premium-sag-info .product_detail_bilgiler_boxes_baslik {
    color: #888;
    min-width: 110px;
    font-size: 13px;
}

.fj-premium-sag-info .product_detail_bilgiler_boxes_icerik {
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

/* Product title inside info column */
.fj-premium-sag-info .urun-detay-sag-alan-baslik {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #111 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.3px;
}

.fj-premium-sag-info .urun-detay-sag-alan-baslik small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-top: 5px;
    letter-spacing: 0;
}

/* Stars and border area */
.fj-premium-sag-info .product_detail_border_area {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 14px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 14px;
}

/* Brand icons inside info column */
.fj-premium-sag-info .urun-detay-sag-alan-d-bilgiler {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
}

/* Info column: action icons (fav, compare) */
.fj-premium-sag-info .product_detail_islem_div {
    margin: 12px 0;
}

.fj-premium-sag-info .product_detail_islem_div a {
    background: #f8f8f8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.2s;
}

.fj-premium-sag-info .product_detail_islem_div a:hover {
    background: #efefef;
    color: #000;
}

/* Gift box inside info col */
.fj-premium-sag-info .product_detail_aciklama_kisa {
    margin-bottom: 14px;
}

/* Spot box */
.fj-premium-sag-info .product_detail_aciklama_kisa .border-left {
    border-radius: 8px;
    font-size: 13px;
}

/* No stock banner */
.fj-premium-sag-sticky .urun-detay-sag-alan-no-stok {
    border-radius: 8px;
    font-size: 14px;
    padding: 14px !important;
    background: #fff5f5 !important;
    border-color: #ffd0d0 !important;
    color: #c0392b !important;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1400px) {
    .fj-premium-sag-layout {
        grid-template-columns: 1fr 310px;
    }
}

@media (max-width: 1200px) {
    .fj-premium-sag-layout {
        grid-template-columns: 1fr;
    }

    .fj-premium-sag-sticky {
        position: relative;
        top: 0;
        margin-top: 20px;
    }

    .fj-premium-sag-info {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .fj-theme-modules .urun-detay-sol-alan {
        width: 100% !important;
    }

    .fj-premium-sag-info .urun-detay-sag-alan-baslik {
        font-size: 18px !important;
    }

    .fj-premium-sag-sticky .product_detail_fiyatlar_yeni {
        font-size: 26px !important;
    }
}

/* ==========================================================================
   FITJET PREMIUM SHOPPING CART LAYOUT & RESPONSIVE OVERRIDES
   ========================================================================== */

/* Outer Layout Fluid Containment */
.cart-main-div,
.no-cart-items-in-div,
.teslimat-page-main {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 30px auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

.no-cart-items-in-div {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 60px 15px !important;
}

/* Column Grid Alignment */
.cart-left-div {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
}

.cart-right-div {
    width: 350px !important;
    flex: 0 0 350px !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Modern Shopping Cart Row (Flexbox Grid) */
.cart-left-box-main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    padding: 20px 24px !important;
    margin-bottom: 16px !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
}

.cart-left-box-main:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04) !important;
}

/* Header Row Overrides */
.cart-left-box-main.cart-head {
    background-color: #fcfcfc !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #888888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    box-shadow: none !important;
}

/* Columns within the Fluid Row */
.cart-left-box-1 {
    width: 80px !important;
    flex: 0 0 80px !important;
    margin-right: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.cart-left-box-1 img {
    max-width: 100% !important;
    max-height: 80px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    border: 1px solid #f5f5f5 !important;
}

.cart-left-box-2 {
    flex: 1 1 200px !important;
    min-width: 0 !important;
    margin-right: 20px !important;
    display: block !important;
    padding: 0 !important;
    text-align: left !important;
}

.cart-left-box-2 a {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.cart-left-box-2 a:hover {
    color: #ff2d46 !important;
}

.cart-left-box-3 {
    width: 110px !important;
    flex: 0 0 110px !important;
    margin-right: 15px !important;
    display: block !important;
    text-align: left !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.cart-left-box-4 {
    width: 130px !important;
    flex: 0 0 130px !important;
    margin-right: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.cart-left-box-5 {
    width: 120px !important;
    flex: 0 0 120px !important;
    margin-right: 15px !important;
    display: block !important;
    text-align: right !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.cart-left-box-6 {
    width: 40px !important;
    flex: 0 0 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Premium Sidebar Summary & Coupons Overhauls */
.cart-right-div-inside {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
}

.cart-right-div-head {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.02em !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding-bottom: 12px !important;
}

.cart-right-div-s {
    font-size: 13px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
}

/* Coupon Input Unified Pill */
.cart-right-div-coupon {
    width: 100% !important;
}

.cart-right-div-coupon form {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.cart-right-div-coupon input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 46px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-right: none !important;
    border-radius: 10px 0 0 10px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    background-color: #fafafa !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.cart-right-div-coupon input:focus {
    border-color: #111111 !important;
    background-color: #ffffff !important;
    outline: none !important;
}

.cart-right-div-coupon button#shopButton {
    flex: 0 0 auto !important;
    height: 46px !important;
    padding: 0 20px !important;
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

/* Checkout Summary Rows */
.cart-right-div-price-box {
    border-bottom: 1px dashed #e8e8e8 !important;
    padding: 14px 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.cart-right-div-price-box:last-of-type {
    border-bottom: none !important;
}

.cart-right-div-price-box-left {
    width: auto !important;
    display: block !important;
    color: #666666 !important;
    font-weight: 500 !important;
}

.cart-right-div-price-box-right {
    width: auto !important;
    display: block !important;
    color: #111111 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-align: right !important;
}

.cart-right-div-price-box-right.font-16 {
    font-size: 20px !important;
    color: #ff2d46 !important;
    font-weight: 800 !important;
}

/* Elegant Variant Badges in Cart */
.cart-left-variant-div {
    display: inline-block !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #ebebeb !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    color: #555555 !important;
    margin-top: 6px !important;
    margin-right: 6px !important;
    line-height: 1.4 !important;
}

/* Quantity Button Group */
.cart-left-box-4 button,
.cart-left-box-4 a.btn {
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.cart-left-box-4 button:hover,
.cart-left-box-4 a.btn:hover {
    background-color: #f0f0f0 !important;
    border-color: #ccc !important;
}

/* Responsive Overrides */
@media (max-width: 991px) {

    .cart-main-div,
    .no-cart-items-in-div,
    .teslimat-page-main {
        flex-direction: column !important;
        margin: 20px auto !important;
    }

    .cart-left-div {
        margin-right: 0 !important;
        margin-bottom: 24px !important;
        width: 100% !important;
    }

    .cart-right-div {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

@media (max-width: 768px) {
    .cart-left-box-main {
        padding: 16px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .cart-left-box-main.cart-head {
        display: none !important;
        /* Hide header columns on mobile */
    }

    .cart-left-box-1 {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .cart-left-box-2 {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
    }

    .cart-left-box-3,
    .cart-left-box-4,
    .cart-left-box-5 {
        width: 100% !important;
        flex: 1 1 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .cart-left-box-5 {
        font-size: 16px !important;
        border-top: 1px solid #f5f5f5 !important;
        padding-top: 10px !important;
    }

    .cart-left-box-6 {
        width: 100% !important;
        justify-content: flex-end !important;
        margin-top: -36px !important;
    }
}

/* ==========================================================================
   PREMIUM LOGIN & REGISTER PAGES MODERNIZATION
   ========================================================================== */

/* Main Container Constraints */
.user_login_register_div {
    max-width: 1100px !important;
    width: 100% !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

/* Page Header Block */
.user_page_header.dis-mob {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Form Card Overhaul */
.user_page_login_form {
    width: 48% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Right Info Text Card Overhaul */
.user_page_right_text_div {
    width: 48% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
}

/* Modernized Input Fields */
.user_page_login_form .form-control {
    height: 48px !important;
    border: 1px solid #e1e1e7 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff !important;
    padding: 10px 16px !important;
    box-shadow: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.user_page_login_form .form-control:focus {
    border-color: #e30613 !important;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.08) !important;
    outline: none !important;
}

/* Form Labels */
.user_page_login_form label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #444 !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
}

/* Captcha Block Aligned */
.user_page_login_form .input-group-text {
    border-radius: 8px 0 0 8px !important;
    border: 1px solid #e1e1e7 !important;
    border-right: 0 !important;
    background-color: #f9f9fb !important;
    padding: 0 12px !important;
}

.user_page_login_form #inputCaptcha {
    border-radius: 0 8px 8px 0 !important;
    border: 1px solid #e1e1e7 !important;
    height: 48px !important;
    padding-left: 12px !important;
    max-width: 120px !important;
}

/* Phone input flag container */
#dialContainerRegister .input-group-prepend span {
    border-radius: 8px 0 0 8px !important;
    border: 1px solid #e1e1e7 !important;
    border-right: 0 !important;
    background-color: #f9f9fb !important;
}

#dialContainerRegister input#gsm {
    border-radius: 0 8px 8px 0 !important;
}

/* Password eye container relative wrapper */
.password-absolute {
    position: relative !important;
}

.password-absolute .toggle-password {
    position: absolute !important;
    right: 16px !important;
    top: 43px !important;
    cursor: pointer !important;
    color: #888 !important;
    font-size: 16px !important;
    z-index: 10 !important;
    transition: color 0.2s ease !important;
}

.password-absolute .toggle-password:hover {
    color: #111 !important;
}

/* Premium Buttons Styling */
.user_page_login_form button.button-blue,
.user_page_login_form button#shopButton {
    background: #e30613 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    height: 48px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.15) !important;
    cursor: pointer !important;
}

.user_page_login_form button.button-blue:hover,
.user_page_login_form button#shopButton:hover {
    background: #c20510 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(227, 6, 19, 0.25) !important;
}

/* Secondary Button ( HEMEN ÜYE OL ) */
.user_page_right_text_div a.button-green {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 28px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

.user_page_right_text_div a.button-green:hover {
    background: #e30613 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(227, 6, 19, 0.2) !important;
}

/* Links & Text Styles */
.user_page_login_form .modal-in-login-form-reset-password {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #e30613 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.user_page_login_form .modal-in-login-form-reset-password:hover {
    color: #c20510 !important;
    text-decoration: underline !important;
}

/* User Type Selection Radio Blocks */
.register-page-uyelik-tipi-main {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 12px !important;
    background-color: #f9f9fb !important;
    padding: 20px !important;
    margin-bottom: 24px !important;
}

.register-page-uyelik-tipi-h-in {
    background-color: #f9f9fb !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.register-page-uyelik-tipi {
    display: flex !important;
    gap: 20px !important;
}

.register-page-uyelik-tipi .rdio {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.register-page-uyelik-tipi .rdio input[type="radio"] {
    accent-color: #e30613 !important;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
}

.register-page-uyelik-tipi .rdio label {
    margin-bottom: 0 !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Checkboxes */
.user_page_login_form .custom-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding-left: 0 !important;
}

.user_page_login_form .custom-checkbox input[type="checkbox"] {
    accent-color: #e30613 !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

.user_page_login_form .custom-checkbox label {
    font-weight: 500 !important;
    color: #555 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
    user-select: none !important;
}

/* Info Panel Typography adjustments */
.user_page_right_text_div h3,
.user_page_right_text_div h4,
.user_page_right_text_div strong {
    font-weight: 700 !important;
    color: #111 !important;
}

.user_page_right_text_div p {
    color: #555 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
}

/* Tablet & Mobile Stack Rules */
@media (max-width: 991px) {
    .user_login_register_div {
        flex-direction: column !important;
        margin: 20px auto !important;
    }

    .user_page_login_form,
    .user_page_right_text_div {
        width: 100% !important;
        padding: 24px !important;
    }

    .user_page_right_text_div {
        margin-top: 24px !important;
    }
}



/* ==========================================================================
   FAVORITES PAGE OVERFLOW FIXES & MODERNIZATION
   ========================================================================== */
.user_subpage_favorites_box_div {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.user_subpage_favorites_box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.user_subpage_favorites_box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

.user_subpage_favorites_box_icon {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    color: #e30613 !important;
    z-index: 2 !important;
    font-size: 16px !important;
}

.user_subpage_favorites_box_img {
    width: 100% !important;
    height: 200px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.user_subpage_favorites_box_img img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.user_subpage_favorites_box_h {
    padding: 0 16px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: 40px !important;
}

.user_subpage_favorites_box_go {
    margin-top: auto !important;
    text-align: center !important;
    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.user_subpage_favorites_box_go a.product-fav-del {
    display: block !important;
    padding: 14px !important;
    color: #e30613 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: background 0.2s ease !important;
}

.user_subpage_favorites_box_go a.product-fav-del:hover {
    background: #fffafa !important;
}

@media (max-width: 991px) {
    .user_subpage_favorites_box_div {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .user_subpage_favorites_box_div {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .user_subpage_favorites_box_img {
        height: 160px !important;
        padding: 16px !important;
    }
}

@media (max-width: 480px) {
    .user_subpage_favorites_box_div {
        grid-template-columns: 1fr !important;
    }

    .user_subpage_favorites_box_img {
        height: 200px !important;
    }
}


/* ==========================================================================
   USER ACCOUNT GLOBAL LAYOUT FIX
   Sorun: style.css'te width:1330px sabit + justify-content:center
   Çözüm: max-width yap, flex-start kullan
   ========================================================================== */
.user_subpage_div {
    width: 100% !important;
    max-width: 1330px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
}

/* flex:1 olan sağ içerik alanlarının taşmasını önle */
.user_subpage_right_content,
.user_subpage_account_content,
.user_subpage_favorites_content,
.user_subpage_coupon_content {
    min-width: 0 !important;
}

/* ==========================================================================
   TOPHEADER DROPDOWN TEXT COLOR FIX
   ========================================================================== */
.topheader-desktop-main-div .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #ebebeb !important;
    z-index: 9999999 !important;
}

.topheader-desktop-main-div .dropdown-menu a {
    color: #333333 !important;
    display: block !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
}

.topheader-desktop-main-div .dropdown-menu a:hover {
    background-color: #f8f8f8 !important;
    color: #000 !important;
    text-decoration: none !important;
}

/* ==========================================================================
   MOBILE HEADER: Masaüstü fj-header mobilde gizle, orijinal mobile_menu göster
   ========================================================================== */
@media (max-width: 991px) {
    .fj-header.fj-header-modern {
        display: none !important;
    }

    .topheader-desktop-main-div {
        display: none !important;
    }
}

@media (min-width: 992px) {

    /* Mobil header bileşenleri masaüstünde gizli kalır */
    .mobile-top-header-main,
    .mobile-header-main-area,
    .slide-menu,
    .mobile_side_wrap,
    .mobile_side_overlay,
    .fixed-foot-navigation {
        display: none !important;
    }
}

/* ==========================================================================
   MOBILE HEADER: MASAÜSTÜ STİLİNE UYGUN İKON & ARAMA ÇUBUĞU
   ========================================================================== */

/* === MOBILE HEADER WRAPPER === */
.mobile-header-main-area {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
}

/* === ÜST SATIR: Logo + İkonlar === */
.mobile-header-main-ust {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    background: transparent !important;
}

/* === İKON BUTONLARI — Masaüstü fj-action-icon Stili (Geliştirilmiş) === */
.mobile-header-ust-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.mobile-header-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #eff6ff !important;
    /* Soft mavi arkaplan */
    color: #1e293b !important;
    /* Koyu lacivert ikon */
    font-size: 22px !important;
    transition: all 0.2s ease-in-out !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.mobile-header-icons i,
.mobile-header-icons .las,
.mobile-header-icons .lar,
.mobile-header-icons .fa {
    color: #1e293b !important;
    font-size: 22px !important;
    transition: all 0.2s ease-in-out !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hover ve Aktif durumlar */
.mobile-header-icons:hover,
.mobile-header-icons:focus,
.mobile-header-icons:active {
    background: #f15a24 !important;
    /* Turuncu */
    color: #ffffff !important;
    text-decoration: none !important;
    transform: scale(1.05) !important;
}

.mobile-header-icons:hover i,
.mobile-header-icons:hover .las,
.mobile-header-icons:hover .lar,
.mobile-header-icons:hover .fa {
    color: #ffffff !important;
}

/* Bildirim badge */
.mobile-header-icons .header-desktop-navbutton-box-count,
.mobile-header-icons .header-desktop-navbutton-box-count-cart {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    background-color: #ef4444 !important;
    /* Kırmızı bildirim */
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* === HAMBURGER BARS === */
.mobile-header-bars {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    font-size: 22px !important;
    margin: 0 8px 0 0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

.mobile-header-bars:hover {
    background-color: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

.mobile-header-bars label,
.mobile-header-bars i {
    color: #1e293b !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* === ARAMA ÇUBUĞU — Tam genişlik, ortalı ve nizami === */
.mobile-header-main-search,
.mobile-header-main-area .mobile-header-main-search {
    width: 100% !important;
    margin: 12px 0 4px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.mobile-header-main-search .header-desktop-search1,
.mobile-header-main-area .header-desktop-search1 {
    width: 100% !important;
    margin: 0 !important;
    /* Eskiden 30px left, 20px right margin vardı, tamamen sıfırladık */
    padding: 0 !important;
    position: relative !important;
    flex: none !important;
}

.mobile-header-main-search .header-desktop-search1 form,
.mobile-header-main-area .header-desktop-search1 form {
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.mobile-header-main-search .header-desktop-search1 form input,
.mobile-header-main-area .header-desktop-search1 form input {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 44px !important;
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 50px !important;
    color: #1e293b !important;
    font-size: 13.5px !important;
    padding: 0 54px 0 20px !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
}

.mobile-header-main-search .header-desktop-search1 form input:focus,
.mobile-header-main-area .header-desktop-search1 form input:focus {
    border-color: #f15a24 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.1) !important;
    background: #ffffff !important;
}

.mobile-header-main-search .header-desktop-search1 form button,
.mobile-header-main-area .header-desktop-search1 form button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 44px !important;
    width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f15a24 !important;
    border: none !important;
    border-radius: 0 50px 50px 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: background-color 0.2s ease-in-out !important;
}

.mobile-header-main-search .header-desktop-search1 form button:hover,
.mobile-header-main-area .header-desktop-search1 form button:hover {
    background: #d94e1c !important;
}


/* ===== MOBİL: Alt Navigasyon Kaldır + Üst Header Dinamik Sticky ===== */
@media (max-width: 991px) {

    /* 1. Mobil alt bottom nav'ı tamamen gizle */
    .fixed-foot-navigation {
        display: none !important;
    }

    /* 2. Mobil header varsayılan olarak normal akışta dursun (Promosyon barının altında) */
    .mobile-header-main-area {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        z-index: 9990 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    }

    /* 3. Sayfa kaydırılınca (JS sınıfı eklenince) üste yapışsın */
    .mobile-header-main-area.mobile-header-fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    }

    /* 4. Sayfa kaydırıldığında içeriklerin zıplamasını önlemek için body'ye padding verelim */
    body.mobile-header-is-fixed .fj-theme,
    body.mobile-header-is-fixed {
        padding-top: 110px !important;
    }

    /* Sayfa en üstteyken zıplamayı sıfırla */
    body:not(.mobile-header-is-fixed) .fj-theme,
    body:not(.mobile-header-is-fixed) {
        padding-top: 0 !important;
    }

    /* 5. Story alanı ve anasayfa modülleri için normal üst boşluk */
    .fj-home,
    .story-main-div {
        margin-top: 10px !important;
    }

    /* 6. Açılır sol menü (slide drawer) z-index düzeltmesi - Header'ın üstünde açılması için */
    .slide-menu,
    .mobile_side_wrap,
    .mobile_side_toggle {
        z-index: 1000000 !important;
    }
}

/* ===== MOBİL KATEGORİ DETAY DÜZENLEME (DIV KAYMASI VE OVERFLOW GİDERME) ===== */
@media (max-width: 991px) {
    .cat-detail-main-div {
        width: 100% !important;
        overflow: hidden !important;
        padding: 15px 0 !important;
        box-sizing: border-box !important;
    }

    .cat-detail-main-div-in,
    .fj-cat-modern-wrapper {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        gap: 1rem !important;
    }

    .category-detail-mobile-acc {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 0 10px 0 !important;
    }

    .cat-left-main {
        display: none !important;
    }

    .cat-right-main,
    .fj-cat-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
        box-sizing: border-box !important;
        padding: 12px !important;
        margin: 0 !important;
        border: 1px solid #E5E7EB !important;
        border-radius: 0.375rem !important;
        background-color: #ffffff !important;
    }

    .cat-detail-products,
    .fj-cat-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        gap: 0 !important;
        border: 1px solid #E5E7EB !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
    }

    .fj-cat-grid .fj-cat-product,
    .fj-cat-grid .cat-detail-products-box,
    .cat-detail-products .fj-cat-product,
    .cat-detail-products .cat-detail-products-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        flex: none !important;
        float: none !important;
        margin: 0 !important;
        padding: 10px !important;
    }

    .cat-right-elements {
        padding: 8px 12px !important;
    }
}

@media (max-width: 480px) {
    .cat-detail-products,
    .fj-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* ===== MOBİL ÜRÜN DETAY STICKY BOTTOM BAR ===== */
@media (max-width: 991px) {
    /* Hide the original price, quantity, and add to cart sections from the normal flow on mobile */
    .product_detail_fiyatlar,
    .product_detail_addcart_main .product_detail_addcart_quantity,
    .product_detail_addcart_main .product_detail_addcart_button,
    .product_detail_kargo_limit_div {
        display: none !important;
    }

    /* Adjust the remaining alarm bell container since quantity/cart are hidden */
    .product_detail_addcart_main {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .product_detail_addcart_main .ws-alarm-wrapper button {
        height: 45px !important;
    }

    .ws-mobile-second-row {
        margin-bottom: 20px !important;
        margin-top: 15px !important;
        padding: 0 !important;
    }

    .ws-mobile-second-row .product_detail_addcart_wp a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 45px !important;
    }

    /* Push up common and custom chat widgets (fm-chat) on mobile so they don't overlap the bottom bar */
    #fm-chat, .fm-chat, .fm-chat-widget, #fm-chat-widget,
    iframe[id*="chat"], div[id*="chat-widget"], div[id*="jivo"], div[id*="tawk"] {
        transform: translateY(-80px) !important;
    }

    /* Provide padding so the footer isn't covered by the sticky bar */
    body {
        padding-bottom: 75px !important;
    }

    .mobile-product-sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 15px;
        z-index: 999999;
        border-top: 1px solid #e5e7eb;
    }

    .mobile-product-sticky-bar .msb-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        overflow: hidden;
    }

    .mobile-product-sticky-bar .msb-price-wrapper {
        font-size: 19px;
        font-weight: 800;
        color: #ff6000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .mobile-product-sticky-bar .msb-price-wrapper .product_detail_fiyatlar_content_eski {
        font-size: 13px !important;
        color: #9ca3af !important;
        text-decoration: line-through;
        margin-bottom: 2px;
        font-weight: 500;
    }

    .mobile-product-sticky-bar .msb-right {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
    }

    .mobile-product-sticky-bar .msb-qty {
        display: flex;
        align-items: center;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        height: 42px;
        background: #f9fafb;
    }

    .mobile-product-sticky-bar .msb-qty button {
        width: 35px;
        height: 100%;
        background: transparent;
        border: none;
        font-size: 15px;
        color: #4b5563;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-product-sticky-bar .msb-qty input {
        width: 35px;
        height: 100%;
        border: none;
        text-align: center;
        font-weight: 700;
        font-size: 15px;
        background: transparent;
        color: #111827;
        padding: 0;
    }

    .mobile-product-sticky-bar .msb-add {
        background: #ff6000;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        height: 42px;
        padding: 0 20px;
        font-weight: 700;
        font-size: 14px;
        white-space: nowrap;
        box-shadow: 0 2px 6px rgba(255, 96, 0, 0.3);
        transition: transform 0.1s ease;
    }
    
    .mobile-product-sticky-bar .msb-add:active {
        transform: scale(0.96);
    }
}

@media (min-width: 992px) {
    .mobile-product-sticky-bar {
        display: none !important;
    }
}

/* ===== SLIDER VE BANNER GÖRSEL DÜZELTMELERİ ===== */

/*
 * home-modules-stil.php de !important kullandığından ve sonra yüklendiğinden
 * bizim kurallarımızı eziyor. Daha uzun seçici zinciriyle kazanmak için
 * html body prefix kullanıyoruz.
 */

/* ORTA SLİDER (slider2.php) FIX */
html body .slider-main-div {
    background: transparent !important;
    overflow: hidden !important;
    padding: 0 !important;
}

html body .swiper-middle-container {
    overflow: hidden !important;
    background: transparent !important;
}

html body .swiper-middle-container .swiper-slide {
    overflow: hidden !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 
 * Resim üzerindeki border-radius (admin panelinden gelir) yerine 
 * container'a taşıyıp overflow:hidden ile kırıyoruz.
 * Böylece resim altında beyaz zemin görünmez.
 */
html body .swiper-middle-container .swiper-slide .middle-slider-img img,
html body .swiper-middle-container .swiper-slide .middle-slider-img-mobile img {
    display: block !important;
    width: 100% !important;
    /* Sabit pixel yüksekliği yerine kapsayıcıyı dolduracak */
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    vertical-align: middle !important;
    /* border-radius resimden kaldırılıyor, container'a taşınıyor */
    border-radius: 0 !important;
}

html body .middle-slider-img,
html body .middle-slider-img-mobile {
    display: block !important;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* Ana Slider (.swiper-container) FIX */
html body .swiper-container {
    overflow: hidden !important;
    background: transparent !important;
}

html body .swiper-container .swiper-slide {
    overflow: hidden !important;
    background: transparent !important;
}

html body .swiper-container .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    vertical-align: middle !important;
}