
.flat-testimonial-bg-1,
.wrap-form-newlleter,
.tf-page-title {
    background-image: none !important;
}

.owl-carousel .owl-video-play-icon,
[class*="lcl_pattern_"] {
    background-image: none !important;
}

.offcanvas-backdrop,
.modal {
    cursor: auto !important;
}

.fa-sharp-duotone.fa-solid,
.fa-sharp-duotone.fa-light,
.fa-sharp-duotone.fa-regular {
    font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone.fa-solid,
.fa-sharp.fa-solid,
.fa-sharp-solid {
    font-weight: 900;
}

.fa-sharp.fa-light {
    font-weight: 300;
}

[x-cloak] {
    display: none !important;
}

.logo-header img.logo {
    max-height: 74px;
    width: auto;
    object-fit: contain;
}

.footer-logo img.logo {
    max-height: 82px;
    width: auto;
    object-fit: contain;
}

.local-content-panel,
.local-store-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: clamp(24px, 4vw, 48px);
    background: #fff;
}

.local-feature {
    height: 100%;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 24px;
    background: #fafafa;
}

.local-feature i,
.local-store-card i {
    color: #8a6f4d;
}

.local-feature i {
    font-size: 28px;
    margin-bottom: 16px;
}

.local-feature p,
.local-store-card li {
    color: #555;
}

.local-store-card ul {
    display: grid;
    gap: 14px;
    padding: 0;
    list-style: none;
}

.local-store-card li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.local-store-card li i {
    width: 18px;
    padding-top: 4px;
}

.local-store-media {
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.local-store-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gap-12 {
    gap: 12px;
}


/* Sağ alttaki WhatsApp butonu: gerçek WhatsApp yeşili */
#directions a {
    border-color: #25D366 !important;
    background-color: #25D366 !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, .35);
}
#directions a:hover {
    background-color: #1DA851 !important;
    border-color: #1DA851 !important;
}

/* Instagram profil avatarı */
.instagram-section .profile-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #dbdbdb;
}

/* Footer: sosyal ikonlar ve ödeme rozetleri elden geçirildi */
.footer .tf-social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.footer .tf-social-icon .box-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50%;
    transition: transform .2s ease, opacity .2s ease;
}
.footer .tf-social-icon .box-icon i {
    font-size: 18px;
    color: #fff !important;
}
.footer .tf-social-icon .box-icon.social-instagram {
    background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 70%, #285AEB 100%);
}
.footer .tf-social-icon .box-icon.social-facebook {
    background: #1877F2;
}
.footer .tf-social-icon .box-icon:hover {
    transform: translateY(-2px);
    opacity: .92;
}

.footer .footer-newsletter > h6 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 15px;
}
.footer .tf-payment {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer .tf-payment img {
    height: 30px;
    width: auto;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    object-fit: contain;
}
.footer .tf-payment a {
    display: inline-flex;
}

/* Instagram feed postları: dikey (portrait 4:5) format */
.instagram-section .owl-carousel .item {
    height: auto;
}
.instagram-section .owl-carousel .item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    border-radius: 6px !important;
}

/* Ürün detay galeri küçük resimleri: responsive boşluk düzeltmesi
   (dar ekranda kutular uzuyor, görsel üstte kalıp altta boşluk bırakıyordu) */
.tf-product-media-thumbs .swiper-slide .item {
    height: 100%;
    overflow: hidden;
    display: block;
}
.tf-product-media-thumbs .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Mobilde alttaki gereksiz boşluk: alt toolbar (tf-toolbar-bottom) render
   edilmediği halde 100px'lik #mobile spacer'ı boşluk bırakıyordu */
@media (max-width: 768px) {
    #mobile {
        height: 0 !important;
    }
}
