:root {
    --fnp-primary: #1c6b1b;
    --fnp-scrollbar-track: #e8edea;
    --fnp-scrollbar-thumb-hover: color-mix(in srgb, var(--fnp-primary) 82%, #000);
}

/* Site geneli scrollbar (Firefox + WebKit) */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--fnp-primary) var(--fnp-scrollbar-track);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: var(--fnp-scrollbar-track);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--fnp-primary);
    border-radius: 999px;
    border: 2px solid var(--fnp-scrollbar-track);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--fnp-scrollbar-thumb-hover);
}

*::-webkit-scrollbar-corner {
    background: var(--fnp-scrollbar-track);
}

/* Yukarı çık (#goTop): scroll progress çerçevesi */
#goTop .border-progress {
    border-color: var(--fnp-primary);
}

/* Üst bar: mavi arka plan, beyaz metin; sosyal solda, iletişim sağda */
.tf-topbar.fnp-primary.fnp-topbar {
    background-color: rgb(0, 78, 158);
    border-bottom-color: rgba(255, 255, 255, 0.35) !important;
}

.fnp-primary-slogan,
.fnp-primary-topbar-address {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    letter-spacing: 0.01em;
}

.fnp-topbar-social .fnp-topbar-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fnp-topbar-social .fnp-topbar-social-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.65);
}

.fnp-topbar-social .fnp-topbar-social-link i {
    font-size: 1rem;
    line-height: 1;
}

.fnp-topbar-social .fnp-topbar-social-link--svg svg {
    display: block;
}

.tf-header.style-2 .inner-header .fnp-logo-slogan {
    color: color-mix(in srgb, var(--fnp-primary) 92%, transparent);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35;
    max-width: 22rem;
}

.fnp-primary-link {
    color: rgba(255, 255, 255, 0.95);
}

.fnp-primary-link:hover {
    color: #fff;
    opacity: 0.92;
}

.fnp-primary-icon {
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.fnp-primary-icon-mail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: inherit;
}

.fnp-primary-icon-mail svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Ana header şeridi: açık gri zemin, marka yeşili metin ve çizgiler */
.tf-header.style-2 .inner-header {
    background-color: #f5f5f5;
    color: var(--fnp-primary);
}

.tf-header.style-2 .inner-header a {
    color: var(--fnp-primary);
}

.tf-header.style-2 .inner-header a:hover {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
}

.tf-header.style-2 .inner-header .text-primary,
.tf-header.style-2 .inner-header .text-secondary,
.tf-header.style-2 .inner-header .link-main,
.tf-header.style-2 .inner-header .body-text-3,
.tf-header.style-2 .inner-header .body-small {
    color: inherit;
}

.tf-header.style-2 .inner-header .support-wrap img {
    filter: none;
    opacity: 0.95;
}

.tf-header.style-2 .inner-header .nav-icon-item svg path {
    fill: var(--fnp-primary);
    stroke: var(--fnp-primary);
}

.tf-header.style-2 .inner-header .mobile-button span,
.tf-header.style-2 .inner-header .mobile-button::before,
.tf-header.style-2 .inner-header .mobile-button::after {
    background-color: var(--fnp-primary);
}

/* Arama kutusu */
.tf-header.style-2 .inner-header .form-search-product.style-2 {
    background-color: #fff;
    border-color: color-mix(in srgb, var(--fnp-primary) 35%, transparent);
}

.tf-header.style-2 .inner-header .form-search-product.style-2 input,
.tf-header.style-2 .inner-header .form-search-product.style-2 input::placeholder {
    color: #333e48;
}

.tf-header.style-2 .inner-header .form-search-product .btn-submit-form {
    background-color: var(--fnp-primary);
}

.tf-header.style-2 .inner-header .form-search-product .btn-submit-form:hover {
    filter: brightness(1.08);
}

.tf-header.style-2 .inner-header .fnp-header-center {
    gap: 1rem 1.25rem;
}

.tf-header.style-2 .inner-header .fnp-header-search-wrap .form-search-product.style-2 {
    max-width: none;
}

/* Tema tf-btn: marka yeşili (#1C6B1B = --fnp-primary) */
a.tf-btn.fnp-btn-brand,
.tf-btn.fnp-btn-brand {
    background-color: var(--fnp-primary);
    color: #fff !important;
    border: none;
    text-decoration: none;
    white-space: nowrap;
}

.tf-btn.fnp-btn-brand:hover,
.tf-btn.fnp-btn-brand.hover-shine:hover {
    background-color: color-mix(in srgb, var(--fnp-primary) 82%, #000) !important;
    color: #fff !important;
}

.fnp-mb-nav-stack {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fnp-mb-categories-btn.tf-btn.fnp-btn-brand {
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.tf-header.style-2 .inner-header .br-line.type-vertical.bg-line {
    background-color: color-mix(in srgb, var(--fnp-primary) 25%, transparent);
}

.tf-header.style-2 .inner-header .link:hover {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000) !important;
}

.fnp-header-logo-link {
    text-decoration: none;
    color: var(--fnp-primary);
}

.fnp-header-logo-link:hover {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
    opacity: 0.92;
}

.fnp-header-logo-text {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 3px;
    color: var(--fnp-primary);
    line-height: 1.15;
    white-space: nowrap;
}

.tf-header.style-2 .inner-header .nav-icon.fnp-header-mobile-tools {
    gap: 12px;
    align-items: center;
}

.tf-header.style-2 .inner-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
}

/* Tablet: logo + araçlar sığsın; Kategoriler xl’de (masaüstü header) görünür */
@media (max-width: 1199.98px) {
    .tf-header.style-2 .inner-header .header-right .fnp-btn-brand {
        display: none !important;
    }
}

.fnp-header-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--fnp-primary);
    cursor: pointer;
    line-height: 1;
}

.fnp-header-search-toggle .icon-search {
    font-size: 22px;
}

.fnp-header-search-toggle:hover,
.fnp-header-search-toggle[aria-expanded="true"] {
    color: color-mix(in srgb, var(--fnp-primary) 82%, #000);
}

.fnp-header-mobile-search {
    display: none;
    background: #f5f5f5;
    border-top: 1px solid color-mix(in srgb, var(--fnp-primary) 18%, transparent);
}

.fnp-header-mobile-search:not([hidden]) {
    display: block;
}

.fnp-header-mobile-search[hidden] {
    display: none !important;
}

@media (min-width: 1200px) {
    .fnp-header-mobile-search {
        display: none !important;
    }
}

.fnp-header-mobile-search .form-search-product {
    width: 100%;
}

.fnp-header-mobile-search .form-search-product .btn-submit-form {
    background-color: var(--fnp-primary);
}

/* Footer: panel logosu yoksa marka metni --fnp-primary */
.fnp-footer-logo-link {
    text-decoration: none;
    color: inherit;
}

.fnp-footer-logo-text {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 3px;
    color: var(--fnp-primary);
    line-height: 1.2;
    white-space: nowrap;
}

.fnp-footer-logo-text--mb {
    font-size: 22px;
    letter-spacing: 0.1em;
}

.fnp-footer-brand {
    max-width: 300px;
}

.fnp-footer-brand .fnp-footer-detay {
    color: var(--main-2, #333e48);
    line-height: 1.55;
}

.fnp-footer-brand .social-list.fnp-footer-social {
    justify-content: flex-start;
}

.fnp-footer-brand .social-list.fnp-footer-social a:hover {
    background-color: var(--fnp-primary);
    border-color: var(--fnp-primary);
    color: #fff;
}

.fnp-footer-social-link--svg svg {
    display: block;
}

.fnp-footer-newsletter .ft-center {
    flex-wrap: wrap;
}

.fnp-footer-newsletter .fnp-newsletter-lead {
    display: block;
    margin-top: 0.35rem;
    line-height: 1.45;
    opacity: 0.92;
    max-width: 28rem;
}

.ft-bottom.fnp-footer-bottom-bar {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
}

.fnp-footer-bottom-bar .fnp-footer-copy {
    margin-bottom: 0;
    text-align: right;
}

/* Header sağ: konum (adres → Google Haritalar) */
.tf-header.style-2 .inner-header .support-wrap--fnp {
    align-items: flex-start;
    gap: 14px;
    max-width: 100%;
}

.tf-header.style-2 .inner-header .fnp-header-location {
    color: var(--fnp-primary);
}

.tf-header.style-2 .inner-header .fnp-header-location:hover {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
    opacity: 0.94;
}

.tf-header.style-2 .inner-header .fnp-header-location-icon {
    font-size: 1.35rem;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
    color: var(--fnp-primary);
}

.tf-header.style-2 .inner-header .fnp-header-location-label {
    font-size: 11px;
    letter-spacing: 0.04em;
}

.tf-header.style-2 .inner-header .fnp-header-location-addr {
    max-width: 220px;
    line-height: 1.35;
}

/* Alt menü şeridi: açık gri zemin, yeşil menü metni ve alt çizgi */
.tf-header.style-2 .header-bottom.fnp-header-bottom {
    background-color: #f5f5f5;
    border-top: 1px solid color-mix(in srgb, var(--fnp-primary) 35%, transparent);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-header-bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-list {
    justify-content: center;
    flex-wrap: wrap;
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .item-link {
    font-size: 17px;
    line-height: 50px;
    color: var(--fnp-primary);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .item-link i {
    color: var(--fnp-primary);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .item-link::after {
    background-color: color-mix(in srgb, var(--fnp-primary) 45%, transparent);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-item.active .item-link,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-item.active .item-link i {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-item:hover .item-link,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-item:hover .item-link i {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .nav-item:hover .item-link,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .nav-item:hover .item-link .icon,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .nav-item.active .item-link,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .nav-item.active .item-link .icon {
    color: var(--fnp-primary) !important;
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .sub-menu-list li:not(:last-child) a span {
    border-bottom-color: color-mix(in srgb, var(--fnp-primary) 35%, transparent);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .sub-menu-list li a {
    color: var(--fnp-primary);
}

.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .sub-menu-list li a:hover span,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav.main-nav-menu .sub-menu-list li.active a {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000);
}

/* Anasayfa sol sütun: “Kategoriler” başlığı — marka yeşili + ızgara sembol */
.tf-nav-menu .main-nav h6.title.fnp-categories-title {
    background-color: color-mix(in srgb, var(--fnp-primary) 9%, #fff);
    color: var(--fnp-primary);
    border-bottom: 2px solid var(--fnp-primary);
}

@supports not (background-color: color-mix(in srgb, black, white)) {
    .tf-nav-menu .main-nav h6.title.fnp-categories-title {
        background-color: #f0f4f2;
    }
}

.tf-nav-menu .main-nav h6.title.fnp-categories-title .fnp-categories-title__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fnp-primary);
    flex-shrink: 0;
}

/* Sol kategori listesi: tek tip sade yuvarlak işaret (SVG) */
.tf-nav-menu .menu-item .fnp-category-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    vertical-align: middle;
    margin-inline-end: 0.45em;
}


.tf-nav-menu .menu-item .fnp-category-menu-icon svg {
    display: block;
}

.tf-nav-menu .menu-item .fnp-category-menu-icon--img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.tf-nav-menu .menu-item .fnp-category-menu-icon--img img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tf-nav-menu .main-nav h6.title.fnp-categories-title .fnp-categories-title__text {
    letter-spacing: 0.03em;
}

@media (min-width: 992px) {
    .tf-topbar {
        padding: 0px 0px;
    }
    .header-right {
        margin-right: 0 !important;
    }
    .s-banner-wrapper .wrap-item-2 {
        width: calc(80% - 10px);
    }
}
.link:hover {
    color: var(--fnp-primary) !important;
}
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .item-link:hover,
.tf-header.style-2 .header-bottom.fnp-header-bottom .fnp-main-nav .nav-item:hover .item-link {
    color: color-mix(in srgb, var(--fnp-primary) 88%, #000) !important;
}
.banner-image-product-4 a:hover {
    color: #efefef !important;
}
.banner-image-product-4.style-2 {
    background-color: var(--fnp-primary) !important;
}

/* —— Ana sayfa hero: Swiper + arka plan önce, içerik/ürün animasyon —— */
.fnp-hero-wrap {
    position: relative;
    min-height: 280px;
}

.fnp-hero-swiper {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fnp-hero-swiper .swiper-slide.fnp-hero-slide {
    position: relative;
    height: auto;
    min-height: 320px;
}

.fnp-hero-swiper .swiper-slide.fnp-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--fnp-primary) 78%, transparent) 0%,
        color-mix(in srgb, var(--fnp-primary) 22%, transparent) 42%,
        transparent 72%
    );
}

.fnp-hero-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fnp-hero-slide__inner.banner-image-product-4 {
    position: relative;
    z-index: 2;
    background-color: transparent !important;
    background-image: none !important;
    height: 100%;
    min-height: inherit;
}

/* Ürün görseli yok: sadece metin/buton, tam genişlik */
.fnp-hero-slide__inner--no-product.banner-image-product-4 .content {
    width: 100%;
    max-width: 100%;
}

.fnp-hero-slide__inner--no-product.banner-image-product-4 {
    justify-content: center;
}

.fnp-hero-slide__content,
.fnp-hero-slide__product {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
}

.fnp-hero-slide__content {
    transition-delay: 0.12s;
}

.fnp-hero-slide__product {
    transition-delay: 0.28s;
}

.fnp-hero-slide--revealed .fnp-hero-slide__content,
.fnp-hero-slide--revealed .fnp-hero-slide__product {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fnp-hero-slide__product-img {
    display: block;
    width: 100%;
    height: auto;
}

.fnp-hero-pagination.swiper-pagination {
    bottom: 4px !important;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Görsel nokta küçük kalır; dokunma alanı ≥ 48×48 (a11y / PageSpeed) */
.fnp-hero-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 0;
    opacity: 1;
    background: transparent;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fnp-hero-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.45;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fnp-hero-pagination .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
}

.fnp-hero-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: scale(1.15);
}

.fnp-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.fnp-hero-nav:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.7);
}

.fnp-hero-prev {
    left: 12px;
}

.fnp-hero-next {
    right: 12px;
}

.fnp-hero-nav .icon {
    font-size: 18px;
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    .fnp-hero-slide__content,
    .fnp-hero-slide__product {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.tf-btn-icon:hover i {
    color: var(--fnp-primary) !important;
}
@media (min-width: 1200px) {
    .banner-image-product-4.style-2 {
        padding: 60px 80px;
    }
}
.tf-nav-menu .sub-menu-container {
    z-index: 2;
}
.tf-nav-menu .menu-item:hover .item-link {
    background-color: var(--fnp-primary) !important;
    color: #fff !important;
}
.tf-nav-menu .menu-item span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tf-nav-menu .menu-item:hover span{
    border-color: var(--fnp-primary) !important;
}
.text-primary,.card-product .name-product {
    color: var(--fnp-primary) !important;
}
.flat-title-has-icon .icon {
    background-color: var(--fnp-primary) !important;
}
.sw-dot-default .swiper-pagination-bullet-active::after {
    background-color: var(--fnp-primary) !important;
}

/* Önce Çıkan Ürünler — kart CTA (hafif radius, site yeşili) */
.fnp-featured-product-card__actions .fnp-featured-product-cta.tf-btn {
    border-radius: 6px;
    background-color: var(--fnp-primary);
    color: #fff !important;
    text-decoration: none;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    border: none;
}

.fnp-featured-product-card__actions .fnp-featured-product-cta.tf-btn:hover {
    background-color: var(--fnp-primary);
    color: #fff !important;
    filter: brightness(1.08);
}

.fnp-featured-product-card__actions .fnp-featured-product-cta.tf-btn:focus-visible {
    outline: 2px solid var(--fnp-primary);
    outline-offset: 2px;
}

.fnp-featured-products-section.bg-2 {
    background-color: #f8fafc !important;
}
.fnp-footer-newsletter {
    background-color: var(--fnp-primary) !important;
}
.form-newsletter .subscribe-button {
    text-wrap: nowrap;
    background-color: #fff  !important;
    color: var(--fnp-primary) !important;
}
.fnp-footer-newsletter .form-newsletter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
}
.fnp-newsletter-kvk {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    padding-left: 0;
    min-height: 0;
}
.fnp-footer-newsletter .form-newsletter .fnp-newsletter-kvk .form-check-input,
.fnp-newsletter-kvk .form-check-input {
    float: none;
    flex: 0 0 auto;
    width: 1.1rem !important;
    height: 1.1rem !important;
    min-width: 1.1rem;
    max-width: 1.1rem;
    margin: 0.15rem 0 0;
    padding: 0;
    border-radius: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background-color: #fff;
    appearance: auto;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
.fnp-newsletter-kvk .form-check-label {
    float: none;
    flex: 1 1 auto;
    padding-left: 0;
    line-height: 1.4;
    cursor: pointer;
}
.fnp-newsletter-kvk .form-check-label a:hover {
    opacity: 0.9;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
    border-color: var(--fnp-primary) !important;
}

/* Kategori detay — CTA (Hemen Ara / E-posta: mavi; WhatsApp: resmi yeşil) */
.fnp-catdetail-ctas .fnp-catdetail-cta.tf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    transition: filter 0.15s ease, opacity 0.15s ease;
}

.fnp-catdetail-ctas .fnp-catdetail-cta--primary.tf-btn {
    background-color: rgb(0, 78, 158) !important;
    color: #fff !important;
}

.fnp-catdetail-ctas .fnp-catdetail-cta--primary.tf-btn:hover {
    color: #fff !important;
    filter: brightness(1.08);
}

.fnp-catdetail-ctas .fnp-catdetail-cta--primary.tf-btn:focus-visible {
    outline: 2px solid rgb(0, 78, 158);
    outline-offset: 2px;
}

.fnp-catdetail-ctas .fnp-catdetail-cta--whatsapp.tf-btn {
    background-color: #25d366 !important;
    color: #fff !important;
}

.fnp-catdetail-ctas .fnp-catdetail-cta--whatsapp.tf-btn:hover {
    color: #fff !important;
    filter: brightness(1.06);
}

.fnp-catdetail-ctas .fnp-catdetail-cta--whatsapp.tf-btn:focus-visible {
    outline: 2px solid #128c7e;
    outline-offset: 2px;
}

.fnp-catdetail-ctas .fnp-catdetail-cta .icon {
    font-size: 1.1rem;
    line-height: 1;
}

.fnp-catdetail-cta__mail {
    display: inline-flex;
    flex-shrink: 0;
}

.fnp-catdetail-cta__mail svg {
    display: block;
}

.fnp-catdetail-content {
    word-break: break-word;
}

.fnp-catdetail-content :where(p, ul, ol):last-child {
    margin-bottom: 0;
}

.fnp-catdetail-html-content {
    word-break: break-word;
}

.fnp-catdetail-html-content :where(img, video) {
    max-width: 100%;
    height: auto;
}

.fnp-catdetail-html-content iframe {
    max-width: 100%;
}

.fnp-catdetail-faq-accordion .accordion-button {
    font-size: 0.9375rem;
}

.fnp-catdetail-faq-answer :where(p, ul, ol):last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .tf-product-info-list.style-2 .tf-product-info-choose-option .product-box-btn .tf-btn {
         width: max-content; 
    }
}
.flat-title-tab-product-des .menu-tab-line {
    background-color: color-mix(in srgb, var(--fnp-primary) 9%, #fff);
}
.flat-title-tab-product-des .menu-tab-line .tab-link.active, .flat-title-tab-product-des .menu-tab-line .tab-link:hover{
    color: var(--fnp-primary) !important;
}
.accordion-button:not(.collapsed) {
    background-color: color-mix(in srgb, var(--fnp-primary) 9%, #fff);
    color: var(--fnp-primary) !important;
    box-shadow: none !important;
}
.form-search-product fieldset {
    padding: 0.35em 0.75em;
}
@media (min-width: 1440px) {
    .tf-nav-menu .sub-menu-list {
        padding: 15px 20px 15px 20px;
    }
}
.tf-footer .ft-body-inner, .ft-body-bottom{
    background-color: #f5f5f5 !important;
}
.fnp-footer-newsletter {
    background-color: rgb(0, 78, 158) !important;
}
.ft-heading {
    color: var(--fnp-primary) !important;
}
.social-list a {
    background-color: var(--fnp-primary) !important;
    border-color: var(--fnp-primary) !important;
    color: #fff !important;
}
.social-list a:hover {
    background-color: #fff !important;
    color: var(--fnp-primary) !important;
}
.fnp_detail p {
    color: var(--main-2, #333e48);
    line-height: 1.55;
    font-size: 14px;
}
.fnp_detail h2, .fnp_detail h3, .fnp_detail h4, .fnp_detail h5, .fnp_detail h6 {
    font-weight: 600 !important;
    font-size: 2em;
    margin: 0.67em 0px;
    line-height: 1;
}
.fnp-content-page, .fnp-category-page, .category_detail_page, .fnp-catdetail-tabs {
    padding: 60px 0px;
}

/* Kategori listesi — iletişim kartı (CTA), tema yeşili */
.fnp-category-cta-card {
    border-radius: 12px;
    background: transparent;
    border: 1px solid var(--gray-5);
}

.fnp-category-cta-card__body {
    padding: 1.25rem 1.35rem;
}

.fnp-category-cta-card__title {
    font-size: 24px;
    line-height: 1.35;
    color: rgb(0, 78, 158);
    margin-top: 0;
}

.fnp-category-cta-card__desc {
    line-height: 1.55;
}

.fnp-category-cta-card .fnp-category-cta-btn.tf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 18px;
    text-decoration: none;
    border: none;
    color: #fff !important;
    transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.fnp-category-cta-card .fnp-category-cta-btn--blue.tf-btn {
    background-color: rgb(0, 78, 158) !important;
}

.fnp-category-cta-card .fnp-category-cta-btn--blue.tf-btn:hover {
    color: #fff !important;
    filter: brightness(1.08);
}

.fnp-category-cta-card .fnp-category-cta-btn--blue.tf-btn:focus-visible {
    outline: 2px solid rgb(0, 78, 158);
    outline-offset: 2px;
}

.fnp-category-cta-card .fnp-category-cta-btn--whatsapp.tf-btn {
    background-color: #25d366 !important;
}

.fnp-category-cta-card .fnp-category-cta-btn--whatsapp.tf-btn:hover {
    color: #fff !important;
    filter: brightness(1.06);
}

.fnp-category-cta-card .fnp-category-cta-btn--whatsapp.tf-btn:focus-visible {
    outline: 2px solid #128c7e;
    outline-offset: 2px;
}

.fnp-category-cta-card .fnp-category-cta-btn .icon {
    font-size: 1.1rem;
    line-height: 1;
}

.fnp-category-cta-btn__mail {
    display: inline-flex;
    flex-shrink: 0;
}

.fnp-category-cta-btn__mail svg {
    display: block;
}
.card-product .card-product-wrapper {
    aspect-ratio: auto;
}

/* Ürün / özellik kartları: eşit görsel alanı, altta hizalı CTA */
.fnp-featured-product-card.card-product {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 14px;
}

.fnp-featured-product-card .card-product-wrapper {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    background: #f4f6f5;
    border-radius: 6px;
}

.fnp-featured-product-card .product-thumb-image,
.fnp-featured-product-card .card-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fnp-featured-product-card .card-product-wrapper img,
.fnp-featured-product-card .img-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.fnp-featured-product-card .card-product-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fnp-featured-product-card .card-product-info .box-title,
.fnp-featured-product-card .card-product-info .d-flex.flex-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
}

.fnp-featured-product-card .fnp-featured-product-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.fnp-featured-product-card__actions {
    margin-top: auto;
}

.fnp-featured-products-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.fnp-featured-products-swiper .fnp-featured-product-card {
    width: 100%;
}

.tf-icon-box {
    height: 100%;
    align-items: center;
}

.list-feature {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fnp_detail table {
    width: 100%;
    max-width: 100%;
}

.fnp-product-grid > [class*="col-"] {
    display: flex;
}

.fnp-product-grid .fnp-featured-product-card {
    width: 100%;
}

/* Ürün ızgarası: WOW scroll animasyonu kartları gizlemesin */
.fnp-product-grid .card-product {
    visibility: visible !important;
}

/* Kategori sayfası — mobil/tablet: alt menü accordion */
@media (max-width: 991px) {
    .fnp-category-page-categories-wrap .tf-nav-menu .menu-item--has-sub .item-link::after {
        content: none;
    }

    .fnp-category-page-categories-wrap .fnp-cat-menu-row {
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    .fnp-category-page-categories-wrap .fnp-cat-parent-link.item-link {
        flex: 1 1 auto;
        min-width: 0;
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle {
        flex: 0 0 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        padding: 0;
        cursor: pointer;
        color: inherit;
        border-left: 1px solid var(--line-2);
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle .btn-open-sub {
        position: relative;
        display: block;
        width: 12px;
        height: 12px;
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle .btn-open-sub::before,
    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle .btn-open-sub::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        margin-top: -1px;
        margin-left: -6px;
        background-color: currentColor;
        transition: transform 0.2s ease;
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle .btn-open-sub::after {
        transform: rotate(90deg);
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle:not(.collapsed) .btn-open-sub::after {
        transform: rotate(0deg);
        opacity: 0;
    }

    .fnp-category-page-categories-wrap .tf-nav-menu .sub-menu-container.fnp-cat-sub-panel {
        position: static;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        border-top: 1px solid var(--line-2);
        border-radius: 0;
        background: transparent;
    }

    .fnp-category-page-categories-wrap .tf-nav-menu .sub-menu-list {
        padding: 10px 0 12px 28px;
        gap: 10px;
    }

    .fnp-category-page-categories-wrap .tf-nav-menu .cls-category.style-abs {
        display: none;
    }

    .fnp-category-page-categories-wrap .tf-nav-menu .menu-item:hover .sub-menu-container.fnp-cat-sub-panel:not(.show) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .fnp-category-page-main {
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .fnp-category-page-categories-wrap .fnp-cat-sub-toggle {
        display: none;
    }

    .fnp-category-page-categories-wrap .fnp-cat-menu-row {
        display: block;
    }

    .fnp-category-page-categories-wrap .fnp-cat-sub-panel.collapse {
        display: block !important;
        height: auto !important;
        position: absolute;
        top: 0;
        left: 100%;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
    }

    .fnp-category-page-categories-wrap .menu-item--has-sub:hover .fnp-cat-sub-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
    }
}

/* Sabit WhatsApp (Genel → numara + «WhatsApp sitede göster»); #goTop üstünde */
a#fnpWhatsappFloat.fnp-whatsapp-float {
    position: fixed;
    right: 34px;
    bottom: 144px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    z-index: 1001;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a#fnpWhatsappFloat.fnp-whatsapp-float:hover {
    color: #fff;
    filter: brightness(1.06);
    transform: scale(1.04);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
}

a#fnpWhatsappFloat.fnp-whatsapp-float:focus-visible {
    outline: 3px solid color-mix(in srgb, #25d366 55%, #000);
    outline-offset: 3px;
}

a#fnpWhatsappFloat.fnp-whatsapp-float .icon {
    font-size: 1.65rem;
    line-height: 1;
}

@media (max-width: 767px) {
    a#fnpWhatsappFloat.fnp-whatsapp-float {
        right: 20px;
        bottom: 80px;
        width: 48px;
        height: 48px;
    }

    a#fnpWhatsappFloat.fnp-whatsapp-float .icon {
        font-size: 1.45rem;
    }

    #goTop {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 380px) {
    a#fnpWhatsappFloat.fnp-whatsapp-float {
        width: 44px;
        height: 44px;
        bottom: 74px;
    }

    #goTop {
        bottom: 16px;
        right: 16px;
    }
}

/* İletişim sayfası */
.fnp-contact-info__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--fnp-primary) 12%, #fff);
}

.fnp-contact-info__icon .icon {
    font-size: 1.1rem;
    line-height: 1;
}

/* Bot tuzak alanı: ekranda görünmez, doldurulursa API reddeder */
.fnp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.fnp-contact-form-wrap .tf-btn.fnp-btn-brand {
    padding: 10px 22px;
    font-weight: 600;
}
.product-info-name {
    font-size: 38px;
}

/* —— Mobil / tablet: simetrik ızgara, hizalı kartlar, sıkı boşluk —— */
@media (max-width: 1199px) {
    .thumbs-left .thumbs-slider {
        flex-direction: column;
        gap: 12px;
    }

    .thumbs-left .tf-product-media-thumbs {
        width: 100%;
        max-height: none;
        height: 76px;
    }

    .thumbs-left .tf-product-media-thumbs .swiper-slide .item {
        max-width: 76px;
        max-height: 76px;
    }
}

@media (max-width: 991px) {
    .tf-header.style-2 .inner-header .fnp-header-logo-text {
        font-size: 26px;
        letter-spacing: 0.1em;
    }

    .tf-header.style-2 .inner-header .fnp-header-logo-link img {
        max-height: 32px !important;
    }

    .fnp-content-page,
    .fnp-category-page,
    .category_detail_page,
    .fnp-catdetail-tabs {
        padding: 36px 0;
    }

    .product-info-name {
        font-size: 28px;
        line-height: 1.2;
    }

    .tf-product-info-wrap {
        margin-top: 24px;
    }

    .tf-product-info-choose-option {
        padding: 0;
    }

    .fnp-catdetail-ctas {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 10px !important;
    }

    .fnp-catdetail-ctas .fnp-catdetail-cta.tf-btn {
        width: 100%;
        justify-content: center;
    }

    .flat-title-tab-product-des .menu-tab-line {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        white-space: normal;
    }

    .flat-title-tab-product-des .menu-tab-line .nav-tab-item {
        margin: 0;
        text-align: center;
        min-width: 0;
    }

    .flat-title-tab-product-des .menu-tab-line .tab-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 6px;
        font-size: 14px;
        line-height: 1.25;
    }

    .flat-title-tab-product-des .tab-main {
        padding: 18px 16px;
    }

    .list-feature > li {
        align-items: flex-start;
        gap: 6px 12px;
    }

    .list-feature .name-feature {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .tf-header.style-2 .inner-header .nav-icon .nav-account,
    .tf-header.style-2 .inner-header .nav-icon .nav-cart {
        display: none !important;
    }

    .tf-header.style-2 .inner-header .fnp-logo-slogan {
        display: none;
    }

    .tf-header.style-2 .inner-header .fnp-header-logo-link img {
        max-height: 28px !important;
    }

    .tf-header.style-2 .inner-header .fnp-header-logo-text {
        font-size: 22px;
        letter-spacing: 0.08em;
    }

    .tf-header.style-2 .inner-header {
        padding: 10px 0;
    }

    .fnp-topbar .fnp-topbar-social,
    .fnp-primary-contact {
        justify-content: center;
    }

    .fnp-content-page,
    .fnp-category-page,
    .category_detail_page,
    .fnp-catdetail-tabs {
        padding: 28px 0;
    }

    .product-info-name {
        font-size: 24px;
    }

    .fnp-hero-wrap,
    .fnp-hero-swiper .swiper-slide.fnp-hero-slide {
        min-height: 0;
    }

    .fnp-hero-slide__inner.banner-image-product-4 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 28px 18px 36px;
        gap: 16px;
        min-height: 280px;
    }

    .fnp-hero-slide__inner .content,
    .fnp-hero-slide__content {
        width: 100% !important;
        max-width: 100%;
        justify-items: center;
        gap: 12px;
    }

    .fnp-hero-slide__title {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .fnp-hero-slide__excerpt {
        font-size: 14px;
        line-height: 1.45;
    }

    .fnp-hero-slide__inner .box-btn {
        display: flex;
        justify-content: center;
    }

    .fnp-hero-slide__product.img-item,
    .banner-image-product-4 .fnp-hero-slide__product.img-item {
        position: relative !important;
        max-width: 200px;
        width: 62%;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 auto;
        z-index: 2;
    }

    .fnp-hero-nav {
        width: 34px;
        height: 34px;
    }

    .fnp-hero-prev {
        left: 8px;
    }

    .fnp-hero-next {
        right: 8px;
    }

    .fnp-featured-product-card.card-product {
        padding: 10px;
        gap: 10px;
    }

    .fnp-featured-product-card .name-product {
        font-size: 14px;
        line-height: 1.35;
    }

    .fnp-featured-product-card .fnp-featured-product-excerpt {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 12px;
        line-height: 1.4;
    }

    .fnp-featured-product-card__actions .fnp-featured-product-cta.tf-btn {
        width: 100%;
        justify-content: center;
        padding: 8px 10px;
        font-size: 12px;
    }

    .fnp-featured-products-section .flat-title {
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 12px;
    }

    .tf-icon-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 16px 12px;
        height: 100%;
    }

    .tf-icon-box .content {
        justify-items: center;
    }

    .tf-sw-iconbox .swiper-slide {
        height: auto;
    }

    .list-feature > li {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 10px 0;
    }

    .list-feature .name-feature,
    .list-feature .property {
        max-width: none;
        width: 100%;
    }

    .fnp_detail table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fnp-footer-newsletter .ft-center {
        text-align: center;
    }

    .breakcrumbs {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .tf-sp-2 {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .fnp-hero-slide__title {
        font-size: 22px !important;
    }

    .fnp-hero-slide__inner.banner-image-product-4 {
        min-height: 240px;
        padding: 22px 14px 32px;
    }

    .fnp-catdetail-tabs .menu-tab-line .tab-link {
        font-size: 13px;
        padding: 10px 4px;
    }

    .fnp-contact-form-wrap .tf-btn.fnp-btn-brand {
        width: 100%;
        justify-content: center;
    }
}