/* ===================================
    Crafto - Gym and fitness
====================================== */
/* font */
@import url("https://use.typekit.net/rrw2seg.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #fd8b13;
    --dark-gray: #232323;
    --light-medium-gray: #cbcbcb;
    --light-gray: #dddddd;
    --primary-font: 'Montserrat', sans-serif;
    --alt-font: korolev-condensed, sans-serif;
} 
/* reset */
body {
    font-size: 16px;
    line-height: 28px; 
    font-family: var(--primary-font);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--base-color);
    width: 12px;
    height: 12px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--base-color);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 60px;
}
header .navbar-brand,
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}
.header-push-button {
    padding-left: 25px;
}
.header-push-button .push-button span {
    background: var(--base-color);
}
.show-menu {
    overflow: visible;
}
.hamburger-nav {
    width: 42%;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500 !important;
}
.hamburger-nav .menu-item-list {
    padding: 0;
}
/* btn */
.btn {
    font-weight: 500;
}
.btn.btn-extra-large {
    padding: 19px 33px 16px;
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 14px 27px 12px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 25px 10px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 21px 10px;
}
.btn.btn-very-small {
    font-size: 12px;
    padding: 9px 17px 5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-base-color,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
.small-screen {
    height: 350px !important;
}
.woocommerce-page .small-screen {
    height: 150px !important;
}
h1, .h1 {
    font-size: 4rem;
    line-height: 1.05; /* Satırlar birbirine neredeyse değecek kadar sıkılaştı */
    letter-spacing: -2px; /* Harfleri de yatayda birbirine kenetliyoruz */
}
h2, .h2 {
    line-height: 1.1; 
    letter-spacing: -1.5px;
}
h3, .h3 {
    line-height: 1.15; 
    letter-spacing: -1px;
}
h4, .h4 {
    line-height: 1.2;
    letter-spacing: -0.5px;
}
h5, .h5 {
    line-height: 1.25;
}
h6, .h6 {
    line-height: 1.3;
}
/* background color */
.bg-nero-grey {
    background-color: #1c1c1c;
}
.bg-cultured {
    background-color: #f4f9f6;
}
.bg-base-color-transparent {
    background-color: rgba(145, 216, 0, 0.95);
}
.bg-base-color-transparent-light {
    background-color: rgba(145, 216, 0, 0.6);
}
/* border color */
.border-color-base-color-transparent {
    border-color: rgba(116, 214, 11, 0.3) !important;
}
.event-style-03 .nav-tabs .nav-link {
    padding-top: 21px;
}
/* box shadow */
.box-shadow-double-large {
    -webkit-box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
    box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--base-color);
}
.tab-style-08 ul .nav-item .tab-border {
    top: 0;
    bottom: auto;
    height: 4px;
}
.tab-style-08 ul .nav-item {
    border-right: 0;
}
/* accordion style */
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
.accordion-style-01 .accordion-item.active-accordion {
    padding: 30px 35px;
}
.accordion-style-02 .accordion-item .accordion-header {
    padding: 22px 0;
}
.team-style-08:hover figure figcaption .member-designation {
    opacity: 1;
}
/* social icon style 09 */
.social-icon-style-09 .medium-icon li {
    margin: 0 4px;
}
.social-icon-style-09 .medium-icon a {
    font-size: 18px;
}
/* Counter style 07 */
.counter-style-07 .vertical-counter-number ul {
    line-height: 1;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 19px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 4rem;
}
/* review */
.review-star-icon i {
    color: var(--base-color);
}
/* text stroke color */
.text-outline-color-white { 
    -webkit-text-stroke-color: var(--white); 
}
/* right */
.right-minus-380px {
    right: -380px;
}
/* top */
.top-30 {
    top: 30%!important;
}
/* line height */
.lh-160 {
    line-height: 10rem;
}
.top-minus-200px {
    top: -200px;
}
/* nresletter popup  */
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--white);
}
.mfp-bg {
    background-color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 60px;
}
footer .nav-link {
    line-height: normal;
}
/* Revolution slider */
.rev_column_inner {padding-left: 30% !important; padding-right: 15% !important; }
.next-btn { background-size: 110% auto; background-position: right center; transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1) !important; }
.next-btn:hover { background-position: left center; }
#gym-and-fitness-slider .uranus.tp-leftarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F12F"; font-family: bootstrap-icons!important;}
#gym-and-fitness-slider .uranus.tp-rightarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F138"; font-family: bootstrap-icons!important;}
@media (max-width: 1500px) {
    .rev_column_inner {padding-left: 10% !important; padding-right: 10% !important; }
    .background-text {display: none !important;}
}
@media (max-width: 1399px) {
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 40px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-01 .accordion-item {
        padding: 20px 20px;
    }
    .accordion-style-01 .accordion-item.active-accordion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 10px;
    }
    .lg-left-minus-250px {
        left: -250px !important;
    }
    .next-btn {transition:  none !important;}
}
@media (max-width: 1023px) {
    .rev_column {width: 50% !important;}
}
@media (max-width: 778px) {
    .rev_row_zone .row { display: flex !important; flex-direction: column-reverse; }
    .rev_column { height: 100%; }
    .rev_column_inner {padding-bottom: 6% !important; padding-top: 6% !important; }
    #rs-gym-and-fitness-01 .tp-bgimg {background-image: url("../imgs/1920x1100.jpg") !important;}
    #rs-gym-and-fitness-02 .tp-bgimg {background-image: url("../imgs/1920x1100.jpg") !important;}
    #rs-gym-and-fitness-03 .tp-bgimg {background-image: url("../imgs/1920x1100.jpg") !important;}
}
@media (max-width: 479px) {
    .rev_column_inner {padding-bottom: 8% !important; padding-top: 8% !important; padding-left: 3% !important; padding-right: 3% !important; }
}
@media  (max-width: 900px) and (orientation: landscape) {
    .right-col {padding: 35% 0 !important;}
}
@media (max-width: 991px) {
    .tab-style-08 ul .nav-item {
        flex-grow: 1;
        flex-basis: content;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 10px 10px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
    }
    .page-title-extra-small h2 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .event-style-03 .nav-tabs .nav-link {
        padding: 17px 8px 14px;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 260px;
    }
}
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    }
    .menu-list-wrapper {
        padding: 25px 0;
    }
    .menu-item-list .nav-link {
        font-size: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 140px;
    }
    .small-screen {
        height: 300px !important;
    }
    .woocommerce-page .small-screen {
        height: 200px !important;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 10px 90px 10px 25px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn.btn-extra-large {
        font-size: 16px;
    }
    .header-push-button {
        padding-left: 0;
    }
}

.bg-gradient-top-bar-transanatolia {
    background-image: linear-gradient(to right, #d45d00, #fd8a13, #ffac4d);
}

/* TransAnatolia Özel Metin Gradient Efekti */
.text-gradient-transanatolia {
    background-image: linear-gradient(to right, #d45d00, #fd8a13, #ffac4d) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block; /* Çoğu tarayıcıda gradientin düzgün hesaplanması için gereklidir */
}

/* TransAnatolia Siyah Ara Metin */
.text-black-transanatolia {
    -webkit-text-fill-color: #000000 !important;
    color: #000000 !important;
}

/* Blog görsellerini DİKEY sabitleyen CSS */
.blog-image {
    width: 100%;
    /* Dikey oran: 2/3 (Daha uzun bir görsel için 3/4 veya 9/16 deneyebilirsiniz) */
    aspect-ratio: 2 / 3; 
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    /* Görseli bozmadan kutuya sığdırır */
    object-fit: cover; 
    object-position: center; 
    display: block;
}

.fikirmedya {
	color: #FFF;
	font-weight: 700;
    text-decoration: none;
}

.fikirmedya-asterisk {
	color: #ed008c;
	font-weight: 700;
}

.bg-transanatolia {
    background-color: #232323;
}

.event-style-03 .nav-tabs .nav-link.active, .event-style-03 .nav-tabs .nav-link.show, .event-style-03 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--base-color);
    font-weight: 700;
}

/* Shop box içindeki tüm görselleri sabitle */
.shop-image img {
    width: 100%;
    aspect-ratio: 3 / 4; /* Veya 1 / 1 (kare) tercih edebilirsin */
    object-fit: cover;   /* Görseli kutuya sığdırır, taşan kısımları kırpar */
    object-position: center; /* Görselin merkezini baz alır */
    background-color: #f9f9f9; /* Şeffaf PNG'ler için hafif bir arka plan */
}

/* Kutu yüksekliklerini de eşitlemek istersen */
.shop-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shop-footer {
    margin-top: auto; /* Yazı az olsa bile fiyatlar hep en altta hizalanır */
}

/* Galeri Ana Görselleri İçin Eşitleme */
.product-image-slider .gallery-box img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Görselleri tam kare yapar. Dikey istersen 3/4 yapabilirsin */
    object-fit: cover; /* Görüntüyü sündürmeden kırparak alana sığdırır */
    object-position: center;
    background-color: #f9f9f9; /* Şeffaf PNG'ler (p3, p5, p6) için hafif gri arka plan */
}

/* Alttaki Küçük Thumbnails (Küçük Resimler) İçin Eşitleme */
.product-image-thumb .swiper-slide img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background-color: #f9f9f9;
    cursor: pointer;
    border-radius: 4px; /* Küçük görsellere hafif kavis katar, istersen silebilirsin */
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 290px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 290px;
}

.shop-wrapper .shop-footer a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    min-height: 40px;
}

/* =======================================================
   TRANSANATOLIA 2026 ULTRA-MODERN CART (TAMAMI)
   V3.0 - GLASSMORPHISM EDITION (Blur, Derin Gölge, Premium)
   ======================================================= */

/* 1. GLOBAL FONT VE SIFIRLAMA */
.wc-block-cart,
.wc-block-cart * {
    font-family: 'Montserrat', sans-serif !important;
}

.wc-block-cart-items {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Gereksiz başlıkları (Tablo head) tamamen gizliyoruz */
.wc-block-cart-items__header {
    display: none !important;
}

/* =========================================
   2. ULTRA-DENGELİ ÜRÜN KARTI (GLASSMORPHISM)
   ========================================= */

.wc-block-cart-items__row {
    /* Cam Efekti Arka Planı (%70 saydam beyaz) */
    background: rgba(255, 255, 255, 0.7) !important;
    
    /* Arka Plan Bulanıklığı (Blur) */
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    
    /* Keskinlik için ince beyaz kenarlık */
    border: 1px solid rgba(255, 255, 255, 1) !important;
    
    /* Derin ve Belirgin Çift Katmanlı Gölge */
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.12), 
                0 0 16px rgba(0, 0, 0, 0.03) !important; 
                
    border-radius: 24px !important;
    padding: 25px !important;
    margin-bottom: 24px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important; 
    position: relative;
    
    /* İçerikleri üste (top) hizala */
    display: flex !important;
    align-items: flex-start !important; 
    gap: 25px !important;
}

.wc-block-cart-items__row td {
    border: none !important;
}

/* Kartın Hover Etkisi (Transanatolia Turuncusu) */
.wc-block-cart-items__row:hover {
    transform: translateY(-6px) scale(1.01) !important; 
    background: rgba(255, 255, 255, 0.85) !important; /* Biraz daha opaklaşır */
    
    /* Turuncu parlayan gölge efekti */
    box-shadow: 0 40px 80px -15px rgba(255, 138, 0, 0.15), 
                0 0 20px rgba(255, 138, 0, 0.05) !important; 
                
    border-color: rgba(255, 138, 0, 0.3) !important;
}

/* 3. SOL BÖLÜM (GÖRSEL KAPSAYICI) */
.wc-block-components-product-image {
    display: block !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important; 
    transition: transform 0.5s ease !important;
    border: none !important;
    flex-shrink: 0 !important;
}

.wc-block-cart-items__row:hover .wc-block-components-product-image {
    transform: scale(1.05) rotate(-1deg); 
}

/* 4. SAĞ BÖLÜM (METİN VE KONTROLLER KAPSAYICI) */
.wc-block-cart-item__product,
.wc-block-cart-item__metadata,
.wc-block-cart-item__prices-and-quantity {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
    align-items: flex-start !important;
}

/* Ürün İsmi (Büyük, Net ve Tok) */
.wc-block-components-product-name {
    font-size: 19px !important;
    font-weight: 800 !important; 
    color: #111111 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

/* Açıklamayı / Meta'yı temizliyoruz */
.wc-block-cart-item__product-metadata {
    display: none !important; 
}

/* Miktar Seçici ve Toplam Fiyatın Yatay Gruplanması */
.wc-block-cart-item__prices-and-quantity {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 10px !important;
}

/* Miktar Seçici (2026 Hap Formu) */
.wc-block-components-quantity-selector {
    background-color: #f4f5f7 !important;
    border: none !important; 
    border-radius: 100px !important; 
    height: 40px !important;
    padding: 0 10px !important;
    transition: background-color 0.3s ease !important;
    flex-shrink: 0 !important;
}

.wc-block-components-quantity-selector:hover {
    background-color: #ebecef !important;
}

.wc-block-components-quantity-selector input {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    background: transparent !important;
    border: none !important;
}

/* Silme İkonu (Temiz ve Zarif) */
.wc-block-cart-item__remove-link {
    position: absolute !important;
    top: 20px;
    right: 20px;
    background: transparent !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #a0a0a0 !important;
    transition: all 0.3s ease !important;
    opacity: 0 !important;
    z-index: 10;
}

.wc-block-cart-items__row:hover .wc-block-cart-item__remove-link {
    opacity: 0.6 !important;
}

.wc-block-cart-item__remove-link:hover {
    color: #ff3333 !important;
    opacity: 1 !important;
}

/* =========================================
   5. FİYAT DÜZENLEMELERİ (UX ÇÖZÜMÜ)
   ========================================= */

/* Kafa karıştıran "Birim Fiyatı" tamamen gizle */
.wc-block-cart-item__prices {
    display: none !important; 
}

/* Sadece Ürün Toplamı kalsın (Transanatolia Badge Görünümü) */
.wc-block-cart-item__total .wc-block-formatted-money-amount,
.wc-block-cart-item__total .wc-block-components-product-price {
    color: #ff8a00 !important; 
    font-weight: 800 !important;
    background: rgba(255, 138, 0, 0.08) !important; 
    padding: 8px 16px !important;
    border-radius: 12px !important;
    font-size: 18px !important; 
    display: inline-block !important;
}

/* =========================================
   6. SAĞ BLOK (SEPET TOPLAMLARI KUTUSU - GLASSMORPHISM)
   ========================================= */

.wc-block-cart__totals-inner {
    /* Cam Efekti Arka Planı */
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    
    /* Sol tarafla aynı derin gölge */
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.12), 
                0 0 16px rgba(0, 0, 0, 0.03) !important; 
                
    border-radius: 24px !important;
    padding: 35px !important;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 25px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important; /* Çizgiyi de saydamlaştırdık */
    padding-bottom: 15px !important;
}

/* Kupon Kodu Alanı */
.wc-block-cart .wc-block-components-text-input input {
    border: 1px solid #e0e0e0 !important;
    padding: 14px 18px !important;
    border-radius: 100px !important; 
    background: rgba(255, 255, 255, 0.9) !important; /* Hafif saydam beyaz */
    transition: all 0.3s ease !important;
}

.wc-block-cart .wc-block-components-text-input input:focus {
    border-color: #ff8a00 !important;
    box-shadow: 0 0 0 3px rgba(255, 138, 0, 0.15) !important;
    outline: none !important;
}

/* Kupon Uygula Butonu */
.wc-block-cart .wc-block-components-button:not(.wc-block-components-checkout-button) {
    background-color: #111 !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 14px 24px !important;
    transition: all 0.3s ease !important;
}

.wc-block-cart .wc-block-components-button:not(.wc-block-components-checkout-button):hover {
    background-color: #ff8a00 !important;
    transform: translateY(-2px) !important;
}

/* ÖDEMEYE GİT BUTONU (Ana Call to Action) */
.wc-block-cart .wc-block-components-checkout-button {
    background-color: #ff8a00 !important; 
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 22px !important; 
    border-radius: 100px !important;
    border: none !important;
    margin-top: 30px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 12px 24px rgba(255, 138, 0, 0.25) !important;
}

.wc-block-cart .wc-block-components-checkout-button:hover {
    background-color: #111111 !important; 
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 32px rgba(17, 17, 17, 0.2) !important;
}

/* =========================================
   7. MOBİL UYUM (RESPONSIVE DOKUNUŞLAR)
   ========================================= */
@media (max-width: 480px) {
    .wc-block-cart-item__prices-and-quantity {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 10px !important;
    }
}

input[type=radio], input[type=checkbox] {
    padding: unset !important;
}
/* =======================================================
   WOOCOMMERCE ÜRÜN DETAY - FORM VE BUTON DÜZELTMELERİ (V2)
   ======================================================= */

/* 1. VARYASYON (BEDEN/RENK) ALANI DÜZELTMELERİ */
.woocommerce form.cart .variations {
    width: 100% !important;
    margin-bottom: 25px !important;
    border: none !important;
}

.woocommerce form.cart .variations th {
    text-align: left !important;
    vertical-align: middle !important;
    padding: 0 15px 0 0 !important;
    width: auto !important;
    border: none !important;
}

.woocommerce form.cart .variations th label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 !important;
}

.woocommerce form.cart .variations td {
    border: none !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* Seçim Kutusu (Dropdown) Tasarımı */
.woocommerce form.cart .variations select {
    width: 100% !important;
    max-width: 300px !important;
    height: 46px !important;
    padding: 0 15px !important;
    border-radius: 100px !important; /* Hap formu */
    border: 1px solid #e0e0e0 !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    outline: none !important;
}

.woocommerce form.cart .variations select:focus {
    border-color: #111 !important;
}

/* "Seçimi Temizle" Butonunu düzelt */
.woocommerce form.cart .reset_variations {
    font-size: 12px !important;
    color: #ff3333 !important;
    margin-top: 8px !important;
    display: inline-block !important;
}

/* =======================================================
   2. MİKTAR (QUANTITY) VE SEPETE EKLE BUTONU HİZALAMASI
   ======================================================= */

.woocommerce form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,
.woocommerce form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Miktar Kutusu (O kareyi hap yapıyoruz) */
.woocommerce form.cart .quantity {
    margin: 0 !important;
    float: none !important;
}

.woocommerce form.cart .quantity input.qty {
    width: 70px !important;
    height: 52px !important;
    border-radius: 100px !important; /* Hap formu */
    background-color: #f4f5f7 !important;
    border: none !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important; /* Chrome/Firefox oklarını gizler */
}

.woocommerce form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* =======================================================
   3. SEPETE EKLE BUTONU (Mor Rengi TransAnatolia'ya Çevirme)
   ======================================================= */

.woocommerce form.cart .button.single_add_to_cart_button {
    background-color: #111111 !important; /* TransAnatolia Koyu Gri */
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 0 35px !important;
    height: 52px !important;
    border-radius: 100px !important; /* Hap formu */
    border: none !important;
    line-height: 52px !important; /* Metni dikey ortala */
    transition: all 0.3s ease !important;
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce form.cart .button.single_add_to_cart_button:hover {
    background-color: #ff8a00 !important; /* Hover'da TransAnatolia Turuncusu */
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(255, 138, 0, 0.2) !important;
}

/* Stokta olmayan varyasyon seçildiğinde butonun sönük hali */
.woocommerce form.cart .button.single_add_to_cart_button.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    transform: none !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}
/* --- YÜZEN ARAÇLAR STACK KAPSAYICI --- */
.floating-tools-stack {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px; /* Dikey boşluk biraz azaltıldı */
    align-items: center;
}

/* Her İki Butonun Ortak Tasarımı (Küçültüldü) */
.floating-tools-stack .lang-btn,
.floating-tools-stack .floating-cart-btn {
    width: 50px;  /* 60px'den 50px'e düşürüldü */
    height: 50px; /* 60px'den 50px'e düşürüldü */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative; 
}

/* Hover Renk Geçişleri */
.floating-tools-stack .lang-btn:hover,
.floating-tools-stack .floating-cart-btn:hover {
    background-color: #ff5722 !important; 
    color: #fff !important;
}

/* --- DİL SEÇİCİ DETAYLARI --- */
.floating-lang-switcher { position: relative; }
.floating-lang-switcher .lang-btn i { 
    font-size: 15px; /* İkon küçüldü */
    margin-bottom: 2px; 
}
.floating-lang-switcher .lang-btn span { 
    font-size: 10px; /* Yazı küçüldü */
    font-weight: 700; 
    line-height: 1; 
}

/* Dil Listesi (Sola doğru açılır) */
.floating-lang-switcher .lang-list {
    position: absolute;
    right: 65px; /* Buton küçüldüğü için mesafe daraltıldı */
    top: 50%; 
    transform: translateY(-50%) translateX(15px);
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.floating-lang-switcher:hover .lang-list,
.floating-lang-switcher.active .lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.floating-lang-switcher .lang-list li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.floating-lang-switcher .lang-list li a:hover { background-color: #f5f5f5; color: #ff5722; }

/* --- SEPET İKONU DETAYLARI --- */
.floating-tools-stack .floating-cart-btn i { 
    font-size: 18px; /* 20'den 18'e düştü */
}
.floating-tools-stack .cart-count-bubble {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px; /* Baloncuk küçültüldü */
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 10px !important; /* Rakam boyutu küçültüldü */
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 767px) {
    .floating-tools-stack { bottom: 20px; right: 20px; gap: 10px; }
    
    /* Mobilde daha da kibar durması için 45px yapıldı */
    .floating-tools-stack .lang-btn,
    .floating-tools-stack .floating-cart-btn { width: 45px; height: 45px; }
    
    .floating-lang-switcher .lang-btn i { font-size: 14px; }
    .floating-lang-switcher .lang-btn span { font-size: 9px; }
    .floating-tools-stack .floating-cart-btn i { font-size: 16px; }
    
    .floating-lang-switcher .lang-list { right: 55px; min-width: 100px; }
}

@media (max-width: 767px) {
    /* Slider ana kapsayıcılarını 500px'e zorla */
    #gym-and-fitness-slider_wrapper,
    #gym-and-fitness-slider,
    #gym-and-fitness-slider .tp-revslider-mainul,
    #gym-and-fitness-slider .tp-revslider-slidesli {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }
    
    /* İçerikteki Satır (Row) katmanını 500px'e zorla */
    #slide-01-layer-01 {
        min-height: 500px !important;
        max-height: 500px !important;
    }

    /* YENİ: İçeriği (metinler ve butonlar) dikeyde en aşağıya yasla */
    #slide-01-layer-02, 
    .left-col {
        justify-content: flex-end !important;
        padding-bottom: 40px !important; /* Ekranın tam dibine yapışmaması için alttan biraz boşluk bırakıyoruz. Bu değeri zevkinize göre değiştirebilirsiniz. */
    }
}

.quick-menu {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.05); padding: 15px 20px;
}


/* --- Filtre Barı Özel Tasarımı --- */
.custom-filter-bar {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-radius: 12px !important;
}

/* Kategoriler (Hap Butonlar) */
.custom-filter-btn {
    background-color: #f4f5f7 !important;
    color: #555 !important;
    border: none !important;
    border-radius: 30px !important; /* Yumuşak hap görünümü */
    padding: 8px 20px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.custom-filter-btn:hover {
    background-color: #e9ecef !important;
    color: #111 !important;
}

/* Aktif Kategori Butonu (JS tarafından btn-dark veya active eklendiğinde devreye girer) */
.custom-filter-btn.active, 
.custom-filter-btn.btn-dark {
    background-color: #d15611 !important; /* TransAnatolia Turuncusu */
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(209, 86, 17, 0.25) !important;
}

/* Yıl Seçim Dropdown Butonu */
.custom-year-btn {
    border-radius: 30px !important;
    padding: 8px 20px !important;
    background-color: #232323 !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.custom-year-btn:hover {
    background-color: #000000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Dropdown Menü İçi */
.custom-dropdown-menu {
    border-radius: 12px !important;
    padding: 8px !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.custom-dropdown-menu .dropdown-item {
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-weight: 600 !important;
    color: #555 !important;
    transition: 0.2s;
}

.custom-dropdown-menu .dropdown-item:hover {
    background-color: #fdf2ec !important; /* Çok uçuk turuncu arka plan */
    color: #d15611 !important;
}

/* Mobildeki Açılır Menü Butonu */
.mobile-filter-toggle {
    background-color: #f8f9fa !important;
    border: 1px solid #eee !important;
    color: #333 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
}

/* --- Başlıklar (Headings) --- */
body.page-template-default h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea; /* Altını hafifçe çizerek bölümleri ayırır */
    padding-bottom: 8px;
}

body.page-template-default h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 32px;
    margin-bottom: 12px;
}

/* --- Paragraflar (Paragraphs) --- */
body.page-template-default p {
    margin-bottom: 20px;
}

body.page-template-default p:last-child {
    margin-bottom: 0;
}

/* --- Listeler (Lists) --- */
body.page-template-default section ul {
    margin-top: 10px;
    margin-bottom: 24px;
    padding-left: 28px; /* Madde işaretleri için soldan boşluk */
}

body.page-template-default section ul li {
    list-style-type: disc; /* Standart madde işareti */
    margin-bottom: 10px;
    color: #444444;
}

/* --- Vurgular (Bold/Strong) --- */
body.page-template-default section b, 
body.page-template-default section strong {
    font-weight: 700;
    color: #000000;
}