/* Ana sayfa: şeffaf header üzerinde menü ve ikonlar */

body.theme-fashion1.page-home .header-menu:not(.fixed) .menu-main > ul > li > a,

body.theme-fashion1.page-home .header-menu:not(.fixed) .menu-mobile-icon i,

body.theme-fashion1.page-home .header-menu:not(.fixed) .search-icon i,

body.theme-fashion1.page-home .header-menu:not(.fixed) .compare-icon i,

body.theme-fashion1.page-home .header-menu:not(.fixed) .user-icon i,

body.theme-fashion1.page-home .header-menu:not(.fixed) .cart-icon i,

body.theme-fashion1.page-home .header-menu:not(.fixed) .wishlist-icon i {

    color: var(--theme-menu-transparent-text, #fff);

}



body.theme-fashion1.page-home .header-menu:not(.fixed) .f1-cart-count,

body.theme-fashion1.page-home .header-menu:not(.fixed) .f1-compare-count,

body.theme-fashion1.page-home .header-menu:not(.fixed) .wishlist-quantity {

    background: var(--theme-menu-transparent-icon, #fff);

    color: var(--theme-menu-header-bg, #000);

}



/* Ana menü — tema değişkenleri */

body.theme-fashion1 .header-menu.style-one.bg-white:not(.fixed),

body.theme-fashion1 .header-menu.style-one.fixed {

    background-color: var(--theme-menu-header-bg, #fff) !important;

}



body.theme-fashion1 .header-menu:not(.fixed):not(.absolute) .menu-main > ul > li > a,

body.theme-fashion1 .header-menu.fixed .menu-main > ul > li > a,

body.theme-fashion1 .header-menu.bg-white .menu-main > ul > li > a {

    color: var(--theme-menu-link, #1F1F1F);

    font-size: var(--theme-menu-link-size, 14px);

}



body.theme-fashion1 .header-menu:not(.fixed):not(.absolute) .menu-main > ul > li > a:hover,

body.theme-fashion1 .header-menu.fixed .menu-main > ul > li > a:hover,

body.theme-fashion1 .header-menu.bg-white .menu-main > ul > li > a:hover,

body.theme-fashion1 .header-menu:not(.fixed):not(.absolute) .menu-main > ul > li > a.active,

body.theme-fashion1 .header-menu.fixed .menu-main > ul > li > a.active {

    color: var(--theme-menu-link-hover, #000);

}



body.theme-fashion1 .header-menu.bg-white .search-icon i,

body.theme-fashion1 .header-menu.bg-white .compare-icon i,

body.theme-fashion1 .header-menu.bg-white .user-icon i,

body.theme-fashion1 .header-menu.bg-white .cart-icon i,

body.theme-fashion1 .header-menu.bg-white .wishlist-icon i,

body.theme-fashion1 .header-menu.fixed .search-icon i,

body.theme-fashion1 .header-menu.fixed .compare-icon i,

body.theme-fashion1 .header-menu.fixed .user-icon i,

body.theme-fashion1 .header-menu.fixed .cart-icon i,

body.theme-fashion1 .header-menu.fixed .wishlist-icon i {

    color: var(--theme-menu-icon, #1F1F1F);

}



/* Mega menü — tam genişlik (header'a göre hizala, li kaymasını önle) */

body.theme-fashion1 .menu-main > ul > li.f1-has-mega {

    position: static;

}



body.theme-fashion1 .menu-main > ul > li > .mega-menu {

    left: 0;

    right: 0;

    width: 100%;

    max-width: 100%;

}

body.theme-fashion1 .menu-main .f1-mega-columns {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    align-content: flex-start;

    gap: 1.5rem 2rem;

}

body.theme-fashion1 .menu-main .f1-mega-columns.f1-mega-columns--packed {

    display: block !important;

}

body.theme-fashion1 .menu-main .f1-mega-columns.f1-mega-columns--packed > .f1-mega-col {

    margin: 0;

}

body.theme-fashion1 .menu-main .f1-mega-col {

    box-sizing: border-box;

}



body.theme-fashion1 .menu-main .sub-menu,

body.theme-fashion1 .menu-main .mega-menu {

    background-color: var(--theme-menu-dropdown-bg, #fff);

}



body.theme-fashion1 .menu-main .mega-menu.f1-mega-has-bg {

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



body.theme-fashion1 .menu-main .sub-menu li a,

body.theme-fashion1 .menu-main .mega-menu li a,

body.theme-fashion1 .menu-main .mega-menu .text-button-uppercase {

    color: var(--theme-menu-dropdown-link, #868686);

}



body.theme-fashion1 .menu-main .mega-menu .f1-mega-col > .text-button-uppercase,

body.theme-fashion1 .menu-main .mega-menu .recent-product > .text-button-uppercase {

    font-size: var(--theme-mega-title-size, 14px);

}



body.theme-fashion1 .menu-main .mega-menu .f1-mega-col > .caption1 {

    font-size: var(--theme-mega-subtitle-size, 14px);

}



body.theme-fashion1 .menu-main .mega-menu .f1-mega-col li a,

body.theme-fashion1 .menu-main .mega-menu .f1-mega-col li .link {

    font-size: var(--theme-mega-link-size, 14px);

}



body.theme-fashion1 .menu-main .sub-menu li:hover a,

body.theme-fashion1 .menu-main .mega-menu li:hover a,

body.theme-fashion1 .menu-main .mega-menu li a:hover {

    color: var(--theme-menu-dropdown-link-hover, #000);

}



body.theme-fashion1 .menu-main > ul > li > a::before,

body.theme-fashion1 .menu-main > ul > li > .link::before {

    background-color: var(--theme-menu-link-hover, #000);

}



/* Ana sayfa hero — Anvogue gradient arka plan */

body.theme-fashion1 .slider-block.style-one.bg-linear {

    background: var(--hero-slider-bg, linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 50%, #d1d5db 100%));

}

body.theme-fashion1 .hero-slider-btn.hero-slider-btn--primary {

    background-color: var(--hero-btn-primary-bg, #000);

    color: var(--hero-btn-primary-text, #fff);

    border: 1px solid var(--hero-btn-primary-border, var(--hero-btn-primary-bg, #000));

    font-size: var(--hero-btn-primary-font-size, 14px);

    font-family: var(--hero-btn-primary-font-family, inherit);

    display: inline-flex;

    align-items: center;

    gap: 8px;

}

body.theme-fashion1 .hero-slider-btn.hero-slider-btn--primary:hover {

    background-color: var(--hero-btn-primary-hover-bg, var(--green, #17BA18));

    color: var(--hero-btn-primary-text, #fff);

}

body.theme-fashion1 .hero-slider-btn.hero-slider-btn--secondary {

    background-color: var(--hero-btn-secondary-bg, #fff);

    color: var(--hero-btn-secondary-text, #000);

    border: 1px solid var(--hero-btn-secondary-border, #000);

    font-size: var(--hero-btn-secondary-font-size, 14px);

    font-family: var(--hero-btn-secondary-font-family, inherit);

    display: inline-flex;

    align-items: center;

    gap: 8px;

}

body.theme-fashion1 .hero-slider-btn.hero-slider-btn--secondary:hover {

    background-color: var(--hero-btn-secondary-hover-bg, #f3f4f6);

    color: var(--hero-btn-secondary-text, #000);

}



body.theme-fashion1 .f1-hero-slide--horizontal {

    overflow: hidden;

}



body.theme-fashion1 .f1-hero-slide--horizontal .f1-hero-slide__banner {

    position: absolute;

    inset: 0;

    z-index: 0;

}



body.theme-fashion1 .f1-hero-slide--horizontal .f1-hero-slide__banner-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    display: block;

}



body.theme-fashion1 .f1-hero-slide--horizontal::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 38%, rgba(255, 255, 255, 0.18) 62%, rgba(255, 255, 255, 0) 78%);

}



body.theme-fashion1 .f1-hero-slide--horizontal .f1-hero-slide__copy {

    position: relative;

    z-index: 2;

}



body.theme-fashion1.page-home .slider-block .text-display,

body.theme-fashion1.page-home .slider-block .text-sub-display {

    color: #111;

}



body.theme-fashion1 .hero-slider-block .text-display {

    color: var(--hero-title-color, #111);

    font-size: var(--hero-title-size, 80px);

    font-weight: var(--hero-title-weight, 500);

    line-height: calc(var(--hero-title-line-height, 88) * 1px);

    letter-spacing: var(--hero-title-letter-spacing, 0);

    text-transform: var(--hero-title-transform, capitalize);

    font-family: var(--hero-title-font-family, inherit);

}



body.theme-fashion1 .hero-slider-block .text-sub-display {

    color: var(--hero-subtitle-color, #111);

    font-size: var(--hero-subtitle-size, 18px);

    font-weight: var(--hero-subtitle-weight, 600);

    line-height: calc(var(--hero-subtitle-line-height, 24) * 1px);

    letter-spacing: var(--hero-subtitle-letter-spacing, 1.8px);

    text-transform: var(--hero-subtitle-transform, uppercase);

    font-family: var(--hero-subtitle-font-family, inherit);

}



@media (max-width: 1023.99px) {

    body.theme-fashion1 .hero-slider-block .text-display {

        font-size: var(--hero-title-size-mobile, 42px);

        line-height: calc(var(--hero-title-line-height-mobile, 50) * 1px);

    }



    body.theme-fashion1 .hero-slider-block .text-sub-display {

        font-size: var(--hero-subtitle-size-mobile, 16px);

        line-height: calc(var(--hero-subtitle-line-height-mobile, 24) * 1px);

    }

}



body.theme-fashion1.f1-menu-open {

    overflow: hidden;

}



/* Butonlar — Anvogue button-main */

body.theme-fashion1 a.button-main,

body.theme-fashion1 button.button-main {

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;

    text-transform: uppercase;

    color: var(--theme-button-text, #fff);

    background-color: var(--theme-button-bg, #000);

    padding: 16px 40px;

    border-radius: 12px;

    display: inline-block;

    cursor: pointer;

    transition: all ease 0.4s;

    text-decoration: none;

    border: none;

    font-family: inherit;

}



body.theme-fashion1 a.button-main:hover,

body.theme-fashion1 button.button-main:hover {

    background-color: var(--theme-button-hover, var(--green, #17BA18));

    color: var(--theme-button-text, #fff);

}



body.theme-fashion1 #top-nav.style-one.bg-black {

    background-color: var(--theme-topbar-bg, #000) !important;

}



/* Top bar strip */

body.theme-fashion1 #top-nav.style-one .text-button-uppercase.text-white,

body.theme-fashion1 #top-nav.style-one .right-content i {

    color: var(--theme-topbar-text, #fff);

}

body.theme-fashion1 #top-nav.style-one .right-content a {

    color: var(--theme-topbar-link, var(--theme-topbar-text, #fff));

}

body.theme-fashion1 #top-nav.style-one .right-content a:hover {

    color: var(--theme-topbar-link-hover, var(--theme-color-accent, #17BA18));

    background-color: var(--theme-topbar-link-hover-bg, transparent);

}

/* Locale + currency switcher */

body.theme-fashion1 .f1-switcher--topbar {

    position: relative;

    z-index: 120;

}

body.theme-fashion1 .f1-switcher__trigger {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 4px 10px 4px 6px;

    border: 1px solid rgba(255, 255, 255, 0.22);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);

    color: var(--theme-topbar-text, #fff);

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    cursor: pointer;

    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;

}

body.theme-fashion1 .f1-switcher--topbar.is-open .f1-switcher__trigger,

body.theme-fashion1 .f1-switcher__trigger:hover {

    background: rgba(255, 255, 255, 0.14);

    border-color: rgba(255, 255, 255, 0.35);

    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);

}

body.theme-fashion1 .f1-switcher__trigger-flag {

    width: 18px;

    height: 12px;

    object-fit: cover;

    border-radius: 2px;

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);

}

body.theme-fashion1 .f1-switcher__trigger-text {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    white-space: nowrap;

}

body.theme-fashion1 .f1-switcher__trigger-sep {

    opacity: 0.45;

}

body.theme-fashion1 .f1-switcher__caret {

    font-size: 11px;

    opacity: 0.85;

    transition: transform 0.25s ease;

}

body.theme-fashion1 .f1-switcher--topbar.is-open .f1-switcher__caret {

    transform: rotate(180deg);

}

body.theme-fashion1 .f1-switcher__panel {

    position: absolute;

    top: calc(100% + 8px);

    left: 0;

    min-width: 280px;

    padding: 14px;

    border-radius: 14px;

    background: var(--theme-topbar-dropdown-bg, #fff);

    border: 1px solid rgba(0, 0, 0, 0.06);

    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);

}

body.theme-fashion1 .f1-switcher__panel::before {

    content: '';

    position: absolute;

    top: -6px;

    left: 24px;

    width: 12px;

    height: 12px;

    background: var(--theme-topbar-dropdown-bg, #fff);

    border-left: 1px solid rgba(0, 0, 0, 0.06);

    border-top: 1px solid rgba(0, 0, 0, 0.06);

    transform: rotate(45deg);

}

body.theme-fashion1 .f1-switcher__section + .f1-switcher__section {

    margin-top: 14px;

    padding-top: 14px;

    border-top: 1px solid var(--line, #E9E9E9);

}

body.theme-fashion1 .f1-switcher__label {

    display: block;

    margin-bottom: 8px;

    font-size: 10px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: var(--secondary, #696C70);

}

body.theme-fashion1 .f1-switcher__chips {

    display: flex;

    flex-wrap: wrap;

    gap: 6px;

}

body.theme-fashion1 .f1-switcher__chip {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 11px;

    border: 1px solid var(--line, #E9E9E9);

    border-radius: 999px;

    background: transparent;

    color: var(--theme-topbar-dropdown-text, #1F1F1F);

    text-decoration: none;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;

}

body.theme-fashion1 .f1-switcher__chip:hover,

body.theme-fashion1 .f1-switcher__chip.is-active {

    background: var(--theme-topbar-dropdown-hover-bg, #1F1F1F);

    color: var(--theme-topbar-dropdown-hover-text, #fff);

    border-color: var(--theme-topbar-dropdown-hover-bg, #1F1F1F);

    transform: translateY(-1px);

}

body.theme-fashion1 .f1-switcher__chip-flag {

    width: 20px;

    height: 14px;

    object-fit: cover;

    border-radius: 2px;

    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);

}

body.theme-fashion1 .f1-switcher__chip-text {

    max-width: 120px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

body.theme-fashion1 .f1-switcher__chip-code {

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 0.04em;

    opacity: 0.72;

}

body.theme-fashion1 .f1-switcher__chip.is-active .f1-switcher__chip-code,

body.theme-fashion1 .f1-switcher__chip:hover .f1-switcher__chip-code {

    opacity: 0.92;

}

body.theme-fashion1 .f1-switcher__chip--currency {

    gap: 5px;

    padding: 7px 12px;

}

body.theme-fashion1 .f1-switcher__chip-symbol {

    font-size: 11px;

    opacity: 0.75;

}

/* Footer switcher */

body.theme-fashion1 .f1-switcher--footer {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    gap: 20px 28px;

}

body.theme-fashion1 .f1-switcher__section--inline {

    display: flex;

    flex-direction: column;

    gap: 8px;

}

body.theme-fashion1 .f1-switcher--footer .f1-switcher__label {

    margin-bottom: 0;

    color: var(--secondary, #696C70);

}

body.theme-fashion1 .f1-switcher__chips--inline {

    gap: 8px;

}

body.theme-fashion1 .f1-switcher__chip--compact {

    padding: 6px 12px;

    border-color: var(--line, #E9E9E9);

    color: var(--black, #1F1F1F);

    background: var(--white, #fff);

}

body.theme-fashion1 .f1-switcher__chip--compact:hover,

body.theme-fashion1 .f1-switcher__chip--compact.is-active {

    background: var(--black, #1F1F1F);

    color: var(--white, #fff);

    border-color: var(--black, #1F1F1F);

    transform: none;

}

body.theme-fashion1 .f1-switcher__chip--compact .f1-switcher__chip-flag {

    width: 18px;

    height: 12px;

}



body.theme-fashion1 {

    color: var(--theme-color-text, #1F1F1F);

    background-color: var(--theme-color-background, #fff);

}



body.theme-fashion1 a.button-main.w-full,

body.theme-fashion1 button.button-main.w-full {

    display: block;

    width: 100%;

    text-align: center;

}



body.theme-fashion1 .button-main.bg-white {

    background-color: #fff;

    color: #000;

}



body.theme-fashion1 .button-main.bg-white:hover {

    background-color: var(--green, #d4f4dd);

    color: #000;

}



@media (max-width: 1023.98px) {

    body.theme-fashion1 a.button-main,

    body.theme-fashion1 button.button-main {

        padding: 12px 24px;

        border-radius: 10px;

    }

}



@media (max-width: 767.98px) {

    body.theme-fashion1 a.button-main,

    body.theme-fashion1 button.button-main {

        font-size: 12px;

        line-height: 16px;

        padding: 10px 16px;

        border-radius: 8px;

    }

}



/* Instagram — kare karo grid / swiper */

body.theme-fashion1 .list-instagram {

    overflow: hidden;

}



body.theme-fashion1 .list-instagram .swiper-list-instagram {

    overflow: hidden;

}



body.theme-fashion1 .list-instagram .swiper-slide {

    height: auto;

}



body.theme-fashion1 .list-instagram .item {

    display: block;

    aspect-ratio: 1 / 1;

    width: 100%;

}



body.theme-fashion1 .list-instagram .item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



body.theme-fashion1 .list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;

}



@media (min-width: 640px) {

    body.theme-fashion1 .list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {

        grid-template-columns: repeat(3, minmax(0, 1fr));

    }

}



@media (min-width: 1024px) {

    body.theme-fashion1 .list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {

        grid-template-columns: repeat(4, minmax(0, 1fr));

    }

}



@media (min-width: 1280px) {

    body.theme-fashion1 .list-instagram .swiper:not(.swiper-initialized) .swiper-wrapper {

        grid-template-columns: repeat(5, minmax(0, 1fr));

    }

}



/* Instagram hover — Anvogue list-instagram */



body.theme-fashion1 .list-instagram .icon:hover {

    background-color: #000;

}



body.theme-fashion1 .list-instagram .icon:hover .icon-instagram {

    color: #fff;

}



body.theme-fashion1 .kf-btn,

body.theme-fashion1 button.kf-btn,

body.theme-fashion1 a.kf-btn {

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;

    text-transform: uppercase;

    color: #fff;

    background-color: #000;

    padding: 14px 32px;

    border-radius: 12px;

    display: inline-block;

    cursor: pointer;

    transition: all ease 0.4s;

    border: none;

    text-decoration: none;

    text-align: center;

}



body.theme-fashion1 .kf-btn:hover,

body.theme-fashion1 button.kf-btn:hover,

body.theme-fashion1 a.kf-btn:hover {

    background-color: var(--green, #d4f4dd);

    color: #000;

}



body.theme-fashion1 .kf-btn--ghost {

    background: transparent;

    color: #000;

    border: 1px solid #e5e7eb;

}



/* Ürün kartı — Anvogue shop-default (product-thumb + aspect 3/4) */

body.theme-fashion1 .product-item .product-thumb {
    overflow: hidden;
}

body.theme-fashion1 .product-item .product-thumb .product-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: var(--theme-product-grid-aspect, 3/4);
}

body.theme-fashion1 .product-item.grid-type .product-thumb .product-img img {
    width: 100%;
    height: 100%;
    object-fit: var(--theme-product-grid-image-fit, contain);
    display: block;
}

body.theme-fashion1 .product-item .product-thumb .product-img img.f1-lazy-grid-img:not(.is-loaded) {
    opacity: 0;
}

body.theme-fashion1 .product-item .product-thumb .product-img img.f1-lazy-grid-img.is-loaded {
    opacity: 1;
    transition: opacity 0.35s ease;
}

body.theme-fashion1 .product-detail.kf-product-page .mySwiper2 img,
body.theme-fashion1 .product-detail.kf-product-page .mySwiper .bg-img img {
    object-fit: contain !important;
    object-position: center center;
}

body.theme-fashion1 .product-detail.thumbnail-left .mySwiper2 .bg-img,
body.theme-fashion1 .product-detail.thumbnail-left .mySwiper .kf-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

body.theme-fashion1 .product-item .product-thumb .product-img {
    background: var(--color-surface, #f7f7f7);
}

body.theme-fashion1 .product-detail.kf-product-page .bg-img {
    background: transparent;
}

body.theme-fashion1 .product-detail.kf-product-page .mySwiper2 img,
body.theme-fashion1 .product-detail.kf-product-page .mySwiper .bg-img img,
body.theme-fashion1 .product-detail.kf-product-page .mySwiper2 .popup-link img,
body.theme-fashion1 .modal-quickview-block .product-img img,
body.theme-fashion1 .modal-cart-block .list-product img,
body.theme-fashion1 .compare-block .product-img img,
body.theme-fashion1 .cart-block .product-img img {
    object-fit: contain !important;
}

body.theme-fashion1 .product-item .product-thumb .f1-product-card-badges {

    position: absolute;

    z-index: 5;

    display: flex;

    flex-wrap: wrap;

    gap: 4px;

    max-width: calc(100% - 1.5rem);

    pointer-events: none;

}

body.theme-fashion1 .product-item .product-thumb .f1-product-card-badges--top-left {

    top: 0.75rem;

    left: 0.75rem;

    justify-content: flex-start;

}

body.theme-fashion1 .product-item .product-thumb .f1-product-card-badges--top-right {

    top: 0.75rem;

    right: 0.75rem;

    justify-content: flex-end;

}

body.theme-fashion1 .product-item .product-thumb .f1-product-card-badges--bottom-left {

    bottom: 0.75rem;

    left: 0.75rem;

    align-items: flex-end;

    justify-content: flex-start;

}

body.theme-fashion1 .product-item .product-thumb .f1-product-card-badges--bottom-right {

    bottom: 0.75rem;

    right: 0.75rem;

    align-items: flex-end;

    justify-content: flex-end;

}

body.theme-fashion1 .product-item .product-thumb .product-tag {

    position: static;

}

body.theme-fashion1 .product-item .product-thumb .list-action-right {

    z-index: 5;

}

body.theme-fashion1 .product-item .product-thumb .list-action {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 1.25rem;

    z-index: 4;

    width: 100%;

}

body.theme-fashion1 .product-item .product-thumb .list-action form {

    margin: 0;

    min-width: 0;

}



body.theme-fashion1 .swiper-list-product .product-item,

body.theme-fashion1 .what-new-block .product-item,

body.theme-fashion1 .tab-features-block .product-item {

    max-width: 100%;

}



body.theme-fashion1 .product-item .add-cart-btn,

body.theme-fashion1 .product-item .quick-view-btn {

    border: none;

    cursor: pointer;

    text-decoration: none;

}



/* Arama modalı — orijinal geniş panel ve ürün kartları */

body.theme-fashion1 .modal-search-block .modal-search-main {

    width: 1075px;

    max-width: calc(100vw - 80px);

}



body.theme-fashion1 .modal-search-block .modal-search-main .list-product .product-item .list-action {

    grid-template-columns: repeat(2, minmax(0, 1fr));

    transform: none;

    opacity: 0;

    visibility: hidden;

}



body.theme-fashion1 .modal-search-block .modal-search-main .product-item.grid-type:hover .list-action {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}



body.theme-fashion1 .modal-search-block .list-keyword .item {

    text-decoration: none;

    color: inherit;

}



/* Anasayfa bölümleri */

body.theme-fashion1 .collection-item .bg-img {

    aspect-ratio: 3/4;

    overflow: hidden;

    border-radius: 1rem;

}



body.theme-fashion1 .collection-item .bg-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



body.theme-fashion1 .f1-categories-grid {

    display: grid;

    grid-template-columns: repeat(var(--f1-cat-columns, 4), minmax(0, 1fr));

    gap: 1.5rem;

}



@media (max-width: 767px) {

    body.theme-fashion1 .f1-categories-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 1rem;

    }

}



body.theme-fashion1 .banner-block.style-one .banner-item::before {

    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.28);

    z-index: 1;

    pointer-events: none;

}



body.theme-fashion1 .banner-block.style-one .banner-content {

    z-index: 2;

}



body.theme-fashion1 .tab-features-block .swiper-slide {

    height: auto;

}



body.theme-fashion1 .filter-product-block .menu-tab .menu {

    position: relative;

}



/* Mağaza arama */

body.theme-fashion1 .f1-shop-search input[type="search"]:focus,

body.theme-fashion1 .f1-modal-search-form input[type="search"]:focus {

    outline: none;

    border-color: #000;

}



body.theme-fashion1 .list-filtered .item .clear-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    color: #6b7280;

}



body.theme-fashion1 .list-filtered .item .clear-btn:hover {

    color: #000;

}



/* Kaffen sepet eklendi modalı */

body.theme-fashion1 .kf-cart-modal__dialog {

    border-radius: 24px;

    font-family: "Instrument Sans", sans-serif;

}



body.theme-fashion1 .kf-cart-modal__btn--primary,

body.theme-fashion1 .kf-cart-modal__btn--outline {

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    border-radius: 12px;

    padding: 14px 24px;

}



body.theme-fashion1 .kf-cart-modal__btn--primary {

    background: #000;

    border-color: #000;

}



body.theme-fashion1 .kf-cart-modal__btn--ghost {

    border-radius: 12px;

    text-transform: uppercase;

    font-weight: 600;

}



body.theme-fashion1 .kf-cart-modal__overlay {

    background: rgba(0, 0, 0, 0.45);

}



/* Alert mesajları */

body.theme-fashion1 .alert-msg {

    border-radius: 12px;

    padding: 12px 16px;

    font-size: 14px;

}



/* Ürün detay — Anvogue galeri ve seçenekler */

body.theme-fashion1 .product-detail .list-img .bg-img {

    background: #f5f5f5;

}



body.theme-fashion1 .product-detail .featured-product.underwear .list-img {

    position: relative;

}

/* Ürün detay — body overflow-x sticky kırıcısını kapat (Anvogue: body.overflow-unset) */
body.theme-fashion1.page-product {
    overflow-x: unset;
}

body.theme-fashion1.page-product .f1-page-content {
    overflow: visible;
}

/* Ürün detay — galeri scroll'da sabit (Anvogue product-default .sticky { top: 90px }) */
@media (min-width: 768px) {

    body.theme-fashion1.page-product .product-detail.default,
    body.theme-fashion1.page-product .product-detail.default .featured-product.filter-product-img {
        overflow: visible;
    }

    /* Orijinal tema: flex stretch — sol sütun sağ kadar uzar, sticky için gerekli */
    body.theme-fashion1.page-product .product-detail.default .featured-product.filter-product-img > .container {
        align-items: stretch;
    }

    body.theme-fashion1.page-product .product-detail.default .list-img {
        align-self: stretch;
    }

}

body.theme-fashion1 .sticky,
body.theme-fashion1.page-product .product-detail.default .list-img > .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

/* Anvogue product-default: küçük resimler — thumbnail-left: solda dikey; thumbnail-bottom: altta yatay karusel */
body.theme-fashion1 .product-detail.default .featured-product.underwear .list-img .mySwiper2 {
    margin-left: 0;
}

/* Sol küçük resim + küçültülmüş ana görsel (thumbnail-left) — flex satır */
body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs {
    flex: 0 0 88px;
    width: 88px;
    min-width: 88px;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__main {
    flex: 1 1 auto;
    min-width: 0;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .mySwiper {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin: 0;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .swiper-wrapper {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    margin: 0 !important;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .kf-product-thumb {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    overflow: hidden;
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .kf-product-thumb.is-active,
body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs .swiper-slide-thumb-active .kf-product-thumb {
    border-color: var(--black, #1f1f1f);
}

body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__main .mySwiper2 .bg-img {
    aspect-ratio: 4 / 5;
    max-height: min(72vh, 640px);
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs {
        flex-basis: 64px;
        width: 64px;
        min-width: 64px;
    }
}

@media (max-width: 767px) {
    body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__thumbs {
        flex-basis: 56px;
        width: 56px;
        min-width: 56px;
    }

    body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery__main .mySwiper2 .bg-img {
        max-height: min(65vh, 520px);
    }
}

body.theme-fashion1 .f1-product-thumbs-carousel {
    margin-top: 16px;
    padding: 0 40px;
}

body.theme-fashion1 .f1-product-thumbs-carousel .mySwiper {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
}

/* thumbnail-bottom: yatay karusel (alt şerit) */
body.theme-fashion1 .product-detail.thumbnail-bottom:not(.mobile-gallery-thumbs-left) .f1-product-thumbs-carousel .mySwiper .swiper-wrapper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-direction: row !important;
    width: auto !important;
    gap: 0 !important;
    margin-top: 0 !important;
}

body.theme-fashion1 .product-detail.thumbnail-bottom:not(.mobile-gallery-thumbs-left) .f1-product-thumbs-carousel .mySwiper .swiper-slide {
    width: 72px !important;
    flex-shrink: 0;
    border: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
}

@media (max-width: 767px) {
    body.theme-fashion1 .product-detail.thumbnail-left .f1-product-gallery {
        gap: 10px;
    }
}

body.theme-fashion1 .f1-product-thumbs-carousel .kf-product-thumb {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    overflow: hidden;
}

body.theme-fashion1 .f1-product-thumbs-carousel .kf-product-thumb.is-active,
body.theme-fashion1 .f1-product-thumbs-carousel .swiper-slide-thumb-active .kf-product-thumb {
    border-color: var(--black, #1f1f1f);
}

body.theme-fashion1 .f1-product-thumbs-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 9999px;
    background: #fff;
    color: var(--black, #1f1f1f);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

body.theme-fashion1 .f1-product-thumbs-nav:hover:not(.swiper-button-disabled) {
    background: var(--black, #1f1f1f);
    color: #fff;
}

body.theme-fashion1 .f1-product-thumbs-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

body.theme-fashion1 .f1-product-thumbs-prev {
    left: 0;
}

body.theme-fashion1 .f1-product-thumbs-next {
    right: 0;
}

@media (min-width: 768px) {
    body.theme-fashion1.mobile-gallery-thumbs-left .product-detail.default .featured-product.underwear .list-img .mySwiper {
        position: unset;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0;
        overflow: visible;
        z-index: 2;
    }

    body.theme-fashion1.mobile-gallery-thumbs-left .f1-product-thumbs-carousel {
        margin-top: 0;
        padding: 0;
    }

    body.theme-fashion1.mobile-gallery-thumbs-left .f1-product-thumbs-nav {
        display: none;
    }

    body.theme-fashion1.mobile-gallery-thumbs-left .product-detail.default .featured-product.underwear .list-img .mySwiper2 {
        position: relative;
        z-index: 1;
    }

    body.theme-fashion1.mobile-gallery-thumbs-left .product-detail.default .featured-product.underwear .list-img .mySwiper .swiper-wrapper {
        position: absolute;
        top: 20px;
        left: 20px;
        flex-direction: column;
        transform: none !important;
        z-index: 2;
    }

    body.theme-fashion1.mobile-gallery-thumbs-left .product-detail.default .featured-product.underwear .list-img .mySwiper .swiper-slide {
        width: 100px !important;
    }
}

body.theme-fashion1.mobile-gallery-thumbs-none .product-detail.kf-product-page .mySwiper {
    display: none !important;
}



body.theme-fashion1 .product-detail .quantity-block input[type="number"] {

    -moz-appearance: textfield;

    appearance: textfield;

}



body.theme-fashion1 .product-detail .quantity-block input[type="number"]::-webkit-outer-spin-button,

body.theme-fashion1 .product-detail .quantity-block input[type="number"]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



body.theme-fashion1 .cart-block .quantity-block input[type="number"],
body.theme-fashion1 .page-cart .kf-qty-stepper__input {

    -moz-appearance: textfield;

    appearance: textfield;

}



body.theme-fashion1 .cart-block .quantity-block input[type="number"]::-webkit-outer-spin-button,
body.theme-fashion1 .cart-block .quantity-block input[type="number"]::-webkit-inner-spin-button,
body.theme-fashion1 .page-cart .kf-qty-stepper__input::-webkit-outer-spin-button,
body.theme-fashion1 .page-cart .kf-qty-stepper__input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



/* Ürün detay — desc-tab (Anvogue product-default) */
body.theme-fashion1 .product-detail .desc-tab .menu-tab .tab-item {
    white-space: nowrap;
    cursor: pointer;
}

body.theme-fashion1 .product-detail .desc-tab .menu-tab .tab-item.active {
    color: var(--black);
}

body.theme-fashion1 .product-detail .desc-tab .menu-tab .tab-item.has-line-before.active::before,
body.theme-fashion1 .product-detail .desc-tab .menu-tab .tab-item.has-line-before:hover::before {
    width: 100%;
}

body.theme-fashion1 .product-detail .desc-tab .desc-block {
    position: relative;
}

body.theme-fashion1 .product-detail .desc-tab .desc-item.description .heading6 {
    margin-top: 0;
}

body.theme-fashion1 .product-detail .desc-tab .product-description-body > :first-child {
    margin-top: 0;
}

body.theme-fashion1 .product-detail .desc-tab .product-description-body p + p {
    margin-top: 8px;
}

body.theme-fashion1 .product-detail .desc-tab .desc-item.specifications .item p {

    margin: 0;

    color: var(--black, #1F1F1F);

}



body.theme-fashion1 .product-detail .mySwiper .swiper-slide,

body.theme-fashion1 .product-detail .mySwiper.thumb .swiper-slide {

    opacity: 0.55;

    transition: opacity 0.3s ease;

}



body.theme-fashion1 .product-detail .mySwiper .swiper-slide-thumb-active,

body.theme-fashion1 .product-detail .mySwiper.thumb .swiper-slide-thumb-active,

body.theme-fashion1 .product-detail .kf-product-thumb.is-active {

    opacity: 1;

}



body.theme-fashion1 .list-size .size-item.is-selected,

body.theme-fashion1 .list-size .size-item.active,

body.theme-fashion1 .list-size .kf-product-option-choice.is-selected {

    border-color: var(--black, #000);

    background-color: var(--black, #000);

    color: var(--white, #fff);

}



body.theme-fashion1 .list-color .color-item.is-selected,

body.theme-fashion1 .list-color .color-item.active {

    border-color: var(--black, #000);

    box-shadow: 0 0 0 2px var(--white, #fff), 0 0 0 3px var(--black, #000);

}



body.theme-fashion1 .kf-product-option-btn.is-disabled {

    pointer-events: none;

}

body.theme-fashion1 .kf-product-page .kf-product-option-btn,

body.theme-fashion1 #f1-product-quickview-modal .kf-product-option-btn {

    touch-action: manipulation;

    -webkit-tap-highlight-color: transparent;

}

body.theme-fashion1 .kf-product-page .kf-product-option-btn .tag-action,

body.theme-fashion1 #f1-product-quickview-modal .kf-product-option-btn .tag-action {

    pointer-events: none;

}

body.theme-fashion1 .kf-product-page .kf-sku-catalog .kf-product-variant-swatch-item__label,

body.theme-fashion1 #f1-product-quickview-modal .kf-sku-catalog .kf-product-variant-swatch-item__label {

    display: none;

}

body.theme-fashion1 .kf-product-page .kf-sku-catalog .list-color .color-item .tag-action,

body.theme-fashion1 .kf-product-page .kf-sku-catalog .list-color-image .color-item .tag-action,

body.theme-fashion1 #f1-product-quickview-modal .kf-sku-catalog .list-color .color-item .tag-action {

    opacity: 1;

    top: auto;

    bottom: calc(100% + 4px);

    transform: translateX(-50%);

}



body.theme-fashion1 .sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border: 0;

}



/* Ürün seçenek modalı — Anvogue modal-quickview-block kullanılmaz (CSS çakışması önlenir) */

body.theme-fashion1 #kf-product-options-modal.f1-options-overlay {

    position: fixed;

    inset: 0;

    z-index: 10050;

    display: none;

    align-items: center;

    justify-content: center;

    padding: 16px;

    background: rgba(0, 0, 0, 0.45);

}

body.theme-fashion1 #kf-product-options-modal.f1-options-overlay.is-open {

    display: flex;

}

body.theme-fashion1 #kf-product-options-modal .modal-quickview-main {

    background: #fff;

    border-radius: 32px;

    max-height: 90vh;

    transform: translateY(24px);

    opacity: 0;

    transition: transform 0.35s ease, opacity 0.35s ease;

}

body.theme-fashion1 #kf-product-options-modal.is-open .modal-quickview-main.open {

    transform: translateY(0);

    opacity: 1;

}

body.theme-fashion1 #kf-product-options-modal.is-loading .modal-quickview-main {

    pointer-events: none;

}

body.theme-fashion1 #kf-cart-added-modal {

    display: none !important;

}

body.theme-fashion1 .modal-cart-block:has(.modal-cart-main.open) {

    z-index: 10100;

}

body.theme-fashion1 #f1-modal-cart-body .remove-cart-btn {

    color: #db4444;

    white-space: nowrap;

}

body.theme-fashion1 #f1-modal-cart-body .remove-cart-btn:hover {

    color: #000;

}

body.theme-fashion1 #f1-modal-cart-body .item.f1-cart-item-new {

    animation: f1-cart-item-flash 2.4s ease;

}

body.theme-fashion1 .product-item.grid-type .list-action:has(.quick-shop-block.open) {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

    z-index: 5;

}

body.theme-fashion1 .product-item .product-thumb:has(.list-action .quick-shop-block.open) {

    overflow: visible;

    z-index: 20;

}

body.theme-fashion1 .product-item .product-thumb .list-action .quick-shop-block.f1-quick-shop-block {

    z-index: 6;

    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);

}

body.theme-fashion1 .quick-shop-block .f1-quick-shop-option + .f1-quick-shop-option {

    margin-top: 0.75rem;

}

body.theme-fashion1 .quick-shop-block .f1-quick-shop-option .tag-action {

    pointer-events: none;

}

body.theme-fashion1 .product-item .product-infor .list-size {

    display: none !important;

}

body.theme-fashion1 .product-item .product-infor .js-f1-card-swatch {

    cursor: pointer;

}

body.theme-fashion1 .product-item .product-infor .js-f1-card-swatch:focus-visible {

    outline: 2px solid #000;

    outline-offset: 2px;

}

body.theme-fashion1 .f1-cart-options {

    line-height: 1;

}

body.theme-fashion1 .f1-cart-options .size-item.active,
body.theme-fashion1 .f1-cart-options .size-item.is-selected {

    background-color: #000;

    border-color: #000;

    color: #fff;

}

body.theme-fashion1 .f1-cart-options .color-item.active,
body.theme-fashion1 .f1-cart-options .color-item.is-selected {

    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;

}

body.theme-fashion1 .f1-cart-options .color-item .tag-action {

    display: none;

}

body.theme-fashion1 .f1-cart-options .color-item:hover .tag-action {

    display: block;

}

@keyframes f1-cart-item-flash {

    0%, 100% { background-color: transparent; }

    15%, 45% { background-color: rgba(23, 186, 24, 0.08); }

}

body.theme-fashion1 #kf-cart-added-modal {

    display: none !important;

}



body.theme-fashion1 .kf-cart-modal__dialog {

    border-radius: 24px;

    font-family: "Instrument Sans", sans-serif;

}



/* Mobil — alt menü çubuğu boşluğu */

@media (max-width: 639px) {

    body.theme-fashion1:not(.page-checkout) {

        padding-bottom: 70px;

    }

    body.theme-fashion1.page-product:not(.page-checkout):not(.mobile-sticky-bar-off) {

        padding-bottom: calc(156px + env(safe-area-inset-bottom, 0px));

    }

}



/* Ürün detay — mobil sticky sepete ekle çubuğu */

@media (max-width: 991px) {

    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .product-detail.kf-product-page {

        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));

    }

    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions {

        position: fixed;

        left: 0;

        right: 0;

        bottom: 0;

        z-index: 105;

        flex-wrap: nowrap;

        align-items: center;

        gap: 10px;

        margin: 0;

        padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));

        background: #fff;

        border-top: 1px solid #e5e7eb;

        box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);

    }

    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions .quantity-block {

        flex-shrink: 0;

        width: auto;

        min-width: 120px;

    }

    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions .js-product-add-btn,
    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions .js-buy-now,
    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions .f1-buy-now-mobile {

        flex: 1 1 auto;

        min-width: 0;

        width: auto;

        padding-left: 10px;

        padding-right: 10px;

        font-size: 13px;

    }

    body.kf-modal-open.theme-fashion1.page-product .kf-product-actions {

        display: none;

    }

}

@media (max-width: 639px) {

    body.theme-fashion1.page-product:not(.mobile-sticky-bar-off) .kf-product-actions {

        bottom: 70px;

    }

}

@media (max-width: 991px) {

    body.theme-fashion1.mobile-sticky-bar-off.page-product .product-detail.kf-product-page {

        padding-bottom: 0;

    }

    body.theme-fashion1.mobile-sticky-bar-off.page-product .kf-product-actions {

        position: static;

        box-shadow: none;

        border-top: none;

        padding: 0;

        margin-top: 12px;

    }

}



/* Ürün detay — buybox başlık / fiyat hiyerarşisi */
body.theme-fashion1 .kf-product-page .f1-product-buybox-header {
    display: block;
}

body.theme-fashion1 .kf-product-page .f1-product-buybox-hero {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line, #e5e7eb);
}

@media (min-width: 768px) {
    body.theme-fashion1 .kf-product-page .f1-product-buybox-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 18rem;
        column-gap: 1.25rem;
        row-gap: 0;
        align-items: start;
    }

    body.theme-fashion1 .kf-product-page .f1-product-buybox-main {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    body.theme-fashion1 .kf-product-page .f1-product-meta-panel {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }
}

body.theme-fashion1 .kf-product-page .f1-product-meta-panel {
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 10px;
    background: var(--surface, #f8f8f8);
    padding: 0.75rem 0.625rem;
    width: 100%;
    max-width: 18rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.375rem;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-panel__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
    align-items: stretch;
    gap: 0.5rem;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.375rem;
    min-height: 2.75rem;
    padding: 0.25rem 0.125rem;
    border-radius: 6px;
    color: var(--black, #1f1f1f);
    text-decoration: none;
    font-size: 0.6875rem;
    line-height: 1.25;
    font-weight: 500;
    text-align: left;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-link i {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.125rem;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-link span {
    min-width: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-link:hover {
    color: var(--black, #1f1f1f);
    background: rgba(0, 0, 0, 0.04);
}

body.theme-fashion1 .kf-product-page .f1-product-meta-panel__facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
    align-items: start;
    gap: 0.5rem;
    margin: 0.625rem 0 0;
    padding-top: 0.625rem;
    border-top: 1px solid var(--line, #e5e7eb);
}

body.theme-fashion1 .kf-product-page .f1-product-meta-panel__facts--single .f1-product-meta-fact {
    grid-column: 1 / -1;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-fact {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
    min-width: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-fact__icon {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.125rem;
    color: var(--black, #1f1f1f);
}

body.theme-fashion1 .kf-product-page .f1-product-meta-fact__body {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-fact__label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--black, #1f1f1f);
    line-height: 1.25;
}

body.theme-fashion1 .kf-product-page .f1-product-meta-fact__value {
    font-size: 0.75rem;
    line-height: 1.3;
    color: var(--secondary, #6b7280);
    word-break: break-word;
}

@media (max-width: 767.98px) {
    body.theme-fashion1 .kf-product-page .f1-product-meta-panel {
        max-width: none;
    }
}

body.theme-fashion1 .kf-product-page .f1-product-title {
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-subtitle {
    margin-bottom: 0;
    max-width: 36rem;
}

body.theme-fashion1 .kf-product-page .f1-product-price-panel {
    display: block;
}

body.theme-fashion1 .kf-product-page .f1-product-price-hero {
    font-size: clamp(1.75rem, 2.8vw, 2.375rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--black, #1f1f1f);
}

body.theme-fashion1 .kf-product-page .f1-product-price-row .product-origin-price {
    opacity: 0.85;
}

body.theme-fashion1 .kf-product-page .f1-product-price-row .product-sale {
    align-self: center;
}

body.theme-fashion1 .kf-product-page .f1-product-short-desc {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-price-note:not([hidden]) {
    display: block;
}

/* Ürün detay — sepete ekle formu (kart .list-action stillerinden ayrı) */

body.theme-fashion1 .kf-product-page .f1-product-buybox-form {

    position: static;

    display: block;

    opacity: 1;

    visibility: visible;

    transform: none;

    width: 100%;

    pointer-events: auto;

}

body.theme-fashion1 .kf-product-page .f1-product-buybox-form .js-product-add-btn {

    position: relative;

    z-index: 2;

    min-height: 44px;

    touch-action: manipulation;

}

/* Ürün detay — Sepete ekle (orijinal product-default: beyaz zemin, siyah çerçeve) */

@media (min-width: 992px) {

    body.theme-fashion1 .kf-product-page .choose-quantity .js-product-add-btn {

        flex: 1 1 auto;

        width: auto;

        min-width: 0;

        background-color: #fff !important;

        color: #000 !important;

        border: 1px solid #000 !important;

    }

    body.theme-fashion1 .kf-product-page .choose-quantity .js-product-add-btn:hover {

        background-color: #000 !important;

        color: #fff !important;

        border-color: #000 !important;

    }

    body.theme-fashion1 .kf-product-page .f1-buy-now-mobile {

        display: none !important;

    }

}

@media (max-width: 991px) {

    body.theme-fashion1 .kf-product-page .f1-buy-now-desktop {

        display: none !important;

    }

}

/* Hızlı bak — sepete ekle formu (kart .list-action stillerinden ayrı) */

body.theme-fashion1 #f1-product-quickview-modal .f1-quickview-buybox-form {

    position: static;

    display: block;

    opacity: 1;

    visibility: visible;

    transform: none;

    width: 100%;

    pointer-events: auto;

}

body.theme-fashion1 #f1-product-quickview-modal .f1-quickview-buybox-form .js-f1-quickview-add-btn {

    position: relative;

    z-index: 2;

    min-height: 44px;

    touch-action: manipulation;

}

@media (max-width: 1279px) {

    body.theme-fashion1 .kf-product-page .kf-product-actions .js-product-add-btn,
    body.theme-fashion1 .kf-product-page .choose-quantity .js-product-add-btn {

        width: 100%;

        flex: 1 1 100%;

    }

}



/* Mobil menü — Anvogue drawer yapısı */

body.theme-fashion1 #menu-mobile .f1-lang-switcher--mobile,
body.theme-fashion1 #menu-mobile .f1-mobile-nav-switcher {

    width: 100%;

}

body.theme-fashion1 #menu-mobile .f1-mobile-nav-switcher .f1-switcher--footer {

    display: flex;

    flex-direction: column;

    gap: 16px;

    width: 100%;

}

body.theme-fashion1 #menu-mobile .f1-mobile-nav-switcher .f1-switcher__section--inline {

    flex-direction: column;

    align-items: flex-start;

    gap: 8px;

}

body.theme-fashion1 #menu-mobile .f1-mobile-nav-switcher .f1-switcher__chips--inline {

    flex-wrap: wrap;

}



/* Ürün kartı — mobil aksiyon butonları (Anvogue grid-type) */

@media (max-width: 1023px) {

    body.theme-fashion1 .product-item.grid-type .product-thumb .list-action {

        display: flex !important;

        align-items: center;

        justify-content: center;

        gap: 8px;

        opacity: 1 !important;

        visibility: visible !important;

        transform: none !important;

        bottom: 12px;

        grid-template-columns: none;

    }

    body.theme-fashion1 .product-item.grid-type .product-thumb .list-action-right {

        display: flex !important;

        flex-direction: column;

        opacity: 1 !important;

        visibility: visible !important;

        transform: none !important;

    }

    body.theme-fashion1 .product-item.grid-type .list-action .quick-view-btn,
    body.theme-fashion1 .product-item.grid-type .list-action .add-cart-btn,
    body.theme-fashion1 .product-item.grid-type .list-action form .add-cart-btn {

        width: 32px;

        height: 32px;

        min-height: 32px;

        padding: 0;

        border-radius: 6px;

    }

    body.theme-fashion1 .product-item.grid-type .list-action form {

        width: 32px;

        min-width: 32px;

    }

    body.theme-fashion1 .product-item.grid-type .list-action .tag-action {

        display: none;

    }

    body.theme-fashion1 .product-item.grid-type:hover .list-action,
    body.theme-fashion1 .product-item.grid-type:hover .list-action-right {

        transform: none;

    }

}

/* Mobil Tasarım CMS — vitrin görünürlük */
@media (min-width: 992px) {
    .home-section--desktop-off {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .home-section--mobile-off {
        display: none !important;
    }

    body.theme-fashion1:not(.mobile-topbar-visible) #top-nav.f1-mobile-topbar {
        display: none !important;
    }

    body.theme-fashion1.mobile-header-logo-center .header-main .left > a {
        position: static !important;
        transform: none !important;
    }

    body.theme-fashion1.mobile-gallery-thumbs-none .product-detail.kf-product-page .mySwiper,
    body.theme-fashion1.mobile-gallery-thumbs-left .product-detail .product-thumb .list-thumbs,
    body.theme-fashion1.mobile-gallery-thumbs-none .product-detail .product-thumb .list-thumbs {
        display: none;
    }

    body.theme-fashion1.mobile-product-hide-payment .md-mobile-payment-block {
        display: none !important;
    }

    body.theme-fashion1.mobile-product-hide-get-it .md-mobile-get-it-block {
        display: none !important;
    }

    body.theme-fashion1.mobile-product-hide-reviews .md-mobile-reviews-block {
        display: none !important;
    }
}

/* Yan sepet — mobil footer butonları ve ücretsiz kargo barı */
body.theme-fashion1 .modal-cart-block .modal-cart-main {
    display: flex;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .heading,
body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .time.countdown-cart,
body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .heading.banner {
    flex-shrink: 0;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block #f1-modal-cart-body {
    flex: 1 1 auto;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .footer-modal {
    position: relative;
    flex-shrink: 0;
    z-index: 3;
    background: #fff;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .footer-modal .block-button {
    display: block;
}

body.theme-fashion1 .modal-cart-block .modal-cart-main > .right.cart-block .footer-modal .block-button .button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

body.theme-fashion1 .modal-cart-block .cart-block .heading.banner .text {
    line-height: 1.45;
}

body.theme-fashion1 .modal-cart-block .cart-block .heading.banner .tow-bar-block {
    width: 100%;
    overflow: hidden;
    border-radius: 999px;
}

body.theme-fashion1 .modal-cart-block .cart-block .heading.banner .tow-bar-block .progress-line {
    max-width: 100%;
}

/* Sepet sayfası — özet butonları */
body.theme-fashion1.page-cart .checkout-block .f1-cart-summary-actions {
    display: block;
    margin-top: 16px;
}

body.theme-fashion1.page-cart .checkout-block .f1-cart-summary-actions .button-main,
body.theme-fashion1.page-cart .checkout-block .f1-cart-summary-actions .f1-cart-summary__checkout {
    display: block;
    width: 100%;
    min-height: 44px;
}

body.theme-fashion1.page-cart .checkout-block .f1-cart-summary-actions .f1-cart-continue {
    display: block;
    width: 100%;
    color: inherit;
}

body.theme-fashion1.page-cart .f1-cart-mobile-actions .button-main {
    min-height: 44px;
}

@media (max-width: 1279.98px) {
    body.theme-fashion1.page-cart {
        padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
    }
}

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .menu-main > ul > li > a,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .menu-mobile-icon i,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .search-icon i,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .compare-icon i,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .user-icon i,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .cart-icon i,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .wishlist-icon i {

    color: var(--theme-menu-link, #1F1F1F);

}



body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .f1-cart-count,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .f1-compare-count,

body.theme-fashion1 .header-menu.style-one.absolute.bg-transparent:not(.fixed) .wishlist-quantity {

    background: var(--black, #1F1F1F);

    color: var(--white, #fff);

}



/* Breadcrumb — #header içinde; üstte ekstra boşluk bırakma (Anvogue about.html) */
body.theme-fashion1 #header > .f1-page-content {
    margin: 0;
    padding: 0;
}

body.theme-fashion1 #header > .f1-page-content > .breadcrumb-block:first-child,
body.theme-fashion1 #header > .f1-page-content > .breadcrumb-product:first-child {
    margin-top: 0;
}

/* Bilgi / içerik sayfaları — breadcrumb style-shared (Anvogue about.html) */
body.theme-fashion1 .breadcrumb-block.style-shared .breadcrumb-main {
    background: linear-gradient(238deg, #FAF8F1 0%, #F6F3EF 99.66%);
    overflow: hidden;
}

body.theme-fashion1 .breadcrumb-block.style-shared .breadcrumb-main .container {
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    body.theme-fashion1 .breadcrumb-block.style-shared .breadcrumb-main .container {
        padding-top: 134px;
    }
}

@media (max-width: 1023.98px) {
    body.theme-fashion1 .breadcrumb-block.style-shared .breadcrumb-main .container {
        padding-top: 96px;
    }

    body.theme-fashion1:not(.mobile-topbar-visible) .breadcrumb-block.style-shared .breadcrumb-main .container {
        padding-top: 66px;
    }
}

body.theme-fashion1 .breadcrumb-block.style-shared .text-content .heading2 {
    text-align: center;
}

body.theme-fashion1 .breadcrumb-block.style-shared .text-content .link a {
    color: var(--black, #1F1F1F);
}

body.theme-fashion1 .breadcrumb-block.style-shared .text-content .link a:hover {
    text-decoration: underline;
}

/* Mağaza — breadcrumb style-img (aynı padding, orijinal shop-default) */
body.theme-fashion1 .breadcrumb-block.style-img .breadcrumb-main .container {
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    body.theme-fashion1 .breadcrumb-block.style-img .breadcrumb-main .container {
        padding-top: 134px;
    }
}

@media (max-width: 1023.98px) {
    body.theme-fashion1 .breadcrumb-block.style-img .breadcrumb-main .container {
        padding-top: 96px;
    }

    body.theme-fashion1:not(.mobile-topbar-visible) .breadcrumb-block.style-img .breadcrumb-main .container {
        padding-top: 66px;
    }
}

/* Ürün detay — breadcrumb-product (Anvogue product-default; md:pt-[88px] Tailwind'de derlenmiyor) */
body.theme-fashion1 .breadcrumb-product .main {
    background-color: var(--surface, #F7F7F7);
    padding-bottom: 14px;
}

@media (min-width: 768px) {
    body.theme-fashion1 .breadcrumb-product .main {
        padding-top: 88px;
    }
}

@media (max-width: 767.98px) {
    body.theme-fashion1 .breadcrumb-product .main {
        padding-top: 70px;
    }
}

body.theme-fashion1 .breadcrumb-product .prev-btn,
body.theme-fashion1 .breadcrumb-product .next-btn {
    cursor: pointer;
}

/* Ürün detay — tam ekran galeri popup (initProductGalleryLightbox body'ye taşır) */
body.theme-fashion1 .f1-product-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 12040;
    transition: all ease 0.4s;
}

body.theme-fashion1 .f1-product-gallery-popup.open {
    opacity: 1;
    visibility: visible;
}

body.theme-fashion1 .f1-product-gallery-popup img {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    display: block;
}

body.theme-fashion1 .f1-product-gallery-popup .swiper-button-next::after,
body.theme-fashion1 .f1-product-gallery-popup .swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
    color: var(--white, #fff);
}

@media (max-width: 767.98px) {
    body.theme-fashion1 .f1-product-gallery-popup .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.theme-fashion1 .f1-product-gallery-popup .swiper-button-prev {
        left: 6px;
    }

    body.theme-fashion1 .f1-product-gallery-popup .swiper-button-next {
        right: 6px;
    }

    body.theme-fashion1 .f1-product-gallery-popup img {
        width: 80vw;
        height: auto;
    }
}

body.theme-fashion1 .product-detail.kf-product-page .mySwiper2 .popup-link,
body.theme-fashion1 .product-detail.kf-product-page .mySwiper2 img {
    cursor: zoom-in;
}

body.theme-fashion1 .mfp-bg,
body.theme-fashion1 .mfp-wrap {
    z-index: 12050;
}

/* Ürün detay — Trendyol tarzı yapı (tema renkleri korunur) */
body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-title--trendyol {
    line-height: 1.35;
    letter-spacing: -0.01em;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-brand {
    margin-right: 0.35rem;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-rating__score {
    color: var(--black, #1f1f1f);
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-option-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

body.theme-fashion1 .kf-product-page .f1-option-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-option-heading__name,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-option-heading__value,
body.theme-fashion1 .kf-product-page .f1-option-heading__name,
body.theme-fashion1 .kf-product-page .f1-option-heading__value {
    color: var(--black, #1f1f1f);
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch {
    width: 56px;
    height: 72px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch--hex {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch__color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--secondary, #6b7280);
    background: #f3f4f6;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch .tag-action,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-trendyol-swatch .f1-swatch-tooltip {
    display: block;
    pointer-events: none;
    white-space: nowrap;
}

body.theme-fashion1 .kf-product-page .f1-trendyol-swatches .kf-product-variant-swatch-item {
    max-width: none;
}

body.theme-fashion1 .kf-product-page .f1-trendyol-swatches .kf-product-variant-swatch-item__label {
    display: none !important;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-size,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-btn.f1-trendyol-size,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .size-item.kf-product-option-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border-radius: 9999px;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 500;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-size--wide,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size--wide,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-btn.f1-trendyol-size--wide,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size--wide {
    width: auto;
    min-width: 3rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-swatch.is-selected,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-swatch.active {
    border-color: var(--black, #1f1f1f);
    border-width: 2px;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-size.is-selected,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-btn.f1-trendyol-size.active,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size.is-selected,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size.active,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-btn.f1-trendyol-size.is-selected,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-btn.f1-trendyol-size.active,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size.is-selected,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size.active {
    border-color: var(--black, #1f1f1f);
    border-width: 2px;
    background-color: var(--black, #1f1f1f);
    color: var(--white, #fff) !important;
    font-weight: 600;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size.is-selected span,
body.theme-fashion1 .product-detail.f1-pdp-trendyol .kf-product-option-choice.f1-trendyol-size.active span,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size.is-selected span,
body.theme-fashion1 .kf-product-page .f1-trendyol-sizes .kf-product-option-choice.f1-trendyol-size.active span {
    color: var(--white, #fff) !important;
}

body.theme-fashion1 .kf-product-page .f1-product-title-row {
    margin-top: 0.25rem;
}

body.theme-fashion1 .kf-product-page .f1-product-title-row .f1-product-title {
    margin-top: 0;
}

body.theme-fashion1 .kf-product-page .f1-product-title-wishlist {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.125rem;
    background: #fff;
    color: var(--black, #1f1f1f);
    cursor: pointer;
    touch-action: manipulation;
}

body.theme-fashion1 .kf-product-page .f1-product-title-wishlist.active,
body.theme-fashion1 .kf-product-page .f1-product-title-wishlist.is-active {
    background: var(--black, #1f1f1f);
    color: #fff;
    border-color: var(--black, #1f1f1f);
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-purchase-row {
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 1rem;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-qty-wrap {
    align-self: stretch;
    margin-right: 0.25rem;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-qty-stepper {
    width: 5.25rem;
    min-height: 48px;
    padding: 0.375rem 0.5rem;
    box-sizing: border-box;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-qty-stepper .kf-qty-stepper__btn {
    font-size: 0.8125rem;
    line-height: 1;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-qty-stepper .kf-qty-stepper__input {
    width: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-cta-row .button-main {
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-cta-row .f1-btn-add-cart {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-cta-row .f1-btn-add-cart:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

body.theme-fashion1 .product-detail.thumbnail-left.f1-pdp-trendyol .f1-product-gallery__main .mySwiper2 .bg-img {
    aspect-ratio: 4 / 5;
    max-height: min(68vh, 580px);
}

body.theme-fashion1 .product-detail.thumbnail-left.f1-pdp-trendyol .f1-product-gallery__thumbs .kf-product-thumb.is-active,
body.theme-fashion1 .product-detail.thumbnail-left.f1-pdp-trendyol .f1-product-gallery__thumbs .swiper-slide-thumb-active .kf-product-thumb {
    border-color: var(--black, #1f1f1f);
}

/* Ürün detay — kişiselleştirme paneli */
body.theme-fashion1 .f1-product-personalization {
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 12px;
    background: var(--surface, #f8f8f8);
    padding: 1rem 1.125rem;
}

body.theme-fashion1 .f1-product-personalization__header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--line, #e5e7eb);
}

body.theme-fashion1 .f1-product-personalization__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    border: 1px solid var(--line, #e5e7eb);
    background: #fff;
    font-size: 1.125rem;
    color: var(--black, #1f1f1f);
}

body.theme-fashion1 .f1-product-personalization__title {
    margin: 0;
    line-height: 1.3;
}

body.theme-fashion1 .f1-product-personalization__hint {
    margin: 0;
    line-height: 1.45;
    max-width: 36rem;
}

body.theme-fashion1 .f1-product-personalization__fields {
    display: flex;
    flex-direction: column;
}

body.theme-fashion1 .f1-personalization-field {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line, #e5e7eb);
}

body.theme-fashion1 .f1-personalization-field:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

body.theme-fashion1 .f1-personalization-field .f1-option-heading {
    margin-bottom: 0;
}

body.theme-fashion1 .f1-personalization-hint {
    line-height: 1.45;
    max-width: 36rem;
}

body.theme-fashion1 .f1-personalization-input {
    min-height: 2.5rem;
    font-size: 0.9375rem;
}

body.theme-fashion1 .f1-personalization-input[type="file"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
}

body.theme-fashion1 .f1-product-personalization + .f1-product-purchase-row {
    margin-top: 1.25rem;
}

@media (max-width: 479.98px) {
    body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-purchase-row {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-purchase-row .f1-btn-buy-now,
    body.theme-fashion1 .product-detail.f1-pdp-trendyol .f1-product-purchase-row .f1-btn-add-cart {
        flex: 1 1 calc(50% - 0.375rem);
        min-width: 0;
    }
}

/* Mobil menü — alt / mega menü paneli */
body.theme-fashion1 #menu-mobile.open .list-nav > ul {
    min-height: calc(100vh - 200px);
}

body.theme-fashion1 #menu-mobile.open .list-nav > ul > li.has-sub,
body.theme-fashion1 #menu-mobile.open .list-nav > ul > li:has(.sub-nav-mobile) {
    position: static;
}

body.theme-fashion1 #menu-mobile.open .list-nav > ul > li.open {
    z-index: 11;
}

body.theme-fashion1 #menu-mobile.open .list-nav > ul > li.open .sub-nav-mobile {
    left: 0;
    height: auto;
    min-height: calc(100vh - 160px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.theme-fashion1 #menu-mobile.open .list-nav > ul > li .sub-nav-mobile {
    height: auto;
    min-height: calc(100vh - 160px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.theme-fashion1 #menu-mobile.open .list-nav > ul > li .sub-nav-mobile .list-nav-item {
    overflow-y: auto;
    max-height: calc(100vh - 160px);
    padding-bottom: 24px;
}

body.theme-fashion1 #menu-mobile .sub-nav-mobile .nav-link.grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 480px) {
    body.theme-fashion1 #menu-mobile .sub-nav-mobile .nav-link.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.theme-fashion1 #menu-mobile .js-f1-mobile-sub-toggle {
    cursor: pointer;
}

body.theme-fashion1 #menu-mobile .sub-nav-mobile .back-btn {
    cursor: pointer;
    padding: 8px 0 12px;
    font-weight: 600;
}

@media (max-width: 1023.98px) {
    body.theme-fashion1 .menu-main > ul > li > a,
    body.theme-fashion1 .menu-main > ul > li > a.text-button-uppercase {
        font-size: var(--theme-menu-link-size-mobile, 12px);
    }
}
