: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;
}

.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;
}

/* 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: 12px !important;
    z-index: 3;
}

.fnp-hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.45;
}

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

.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, .sw-dot-default .swiper-pagination-bullet-active {
    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;
}
.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;
}

/* 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: 138px;
        width: 48px;
        height: 48px;
    }

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

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

/* İ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;
}