.section-padding{
    padding: 100px 0;
}
.gt-counter-wrapper .gt-counter-box .gt-icon{
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.gt-counter-wrapper .gt-counter-box .gt-icon img{
    filter: invert(1);
}
.fnp_title{
    font-family: "Barlow", sans-serif;
    padding: 0;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 2em;
    margin: 0.67em 0;
}
.gt-hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.gt-hero-section .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gt-hero-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
}
.gt-hero-section .container {
    position: relative;
    z-index: 2;
}
.header-1 .header-right .gt-theme-btn .gt-text-btn::after, .gt-back-to-top, .search-popup__form .search-btn{
    background-color: #e30613!important;
}
.gt-shop-card-items .gt-shop-content h3 a:hover{
    color:  #e30613;
    background-image: linear-gradient(180deg, #e30613 0%,  #e30613 100%);
}
.gt-social-icon a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gt-social-icon a i{
    transition: all 0.4s ease-in-out;
}
.gt-social-icon a:hover i{
    color:  #e30613;
}
.gt-shop-card-items{
    height: 100%;
    border: 1px solid #efefef;
    margin-top: 0;
    background: #efefef;
}
.gt-breadcrumb-wrapper {
    position: relative;
    z-index: 1;
}

.gt-breadcrumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.50) 0%,
            rgba(0, 0, 0, 0.30) 40%,
            rgba(0, 0, 0, 0.10) 70%,
            rgba(0, 0, 0, 0.05) 100%
    );
    z-index: -1;
}
.gt-breadcrumb-wrapper .gt-page-heading h1{
    font-size: 52px;
}

/* görseller düzgün dursun */
.gt-shop-details-slider img{
    width: 100%;
    height: auto;
    display: block;
}

/* butonlar düz köşe */
.gt-swiper-btn{
    width: 44px;
    height: 44px;
    background: #e30613;
    border-radius: 0 !important; /* düz */
}
.gt-swiper-btn:after{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* pagination rengi */
.gt-swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: .5;
    border-radius: 0 !important;
    border: 1px solid ;
}
.gt-swiper-pagination .swiper-pagination-bullet-active{
    background: #e30613;
    opacity: 1;
    border-color:  #e30613;
}

/* thumbs */
.gtProductThumbs .swiper-slide{
    opacity: .55;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0 !important; /* düz */
}
.gtProductThumbs .swiper-slide img{
    border-radius: 0 !important; /* düz */
}
.gtProductThumbs .swiper-slide-thumb-active{
    opacity: 1;
    border-color: #e30613;
}
.gtProductMain{
    border:2px solid #e30613;
}
.gt-product-cta .gt-cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: #000;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 !important; /* düz köşe */
    transition: all .25s ease;
    border: 2px solid #000;
}

.gt-product-cta .gt-cta-btn i{
    font-size: 16px;
}

/* Hover */
.gt-product-cta .gt-cta-btn:hover{
    background: transparent;
    color: #000;
}

/* WhatsApp farklı vurgu istersen */
.gt-cta-whatsapp{
    background: #25D366!important;
    border-color: #25D366!important;
}
.gt-cta-whatsapp:hover{
    background: #fff!important;
    color: #25D366!important;
}

/* Responsive */
@media (max-width: 575px){
    .gt-product-cta .gt-cta-btn{
        width: 100%;
        justify-content: center;
    }
}
.gt-counter-wrapper .gt-counter-box .gt-icon{
    background-color: #e30613!important;
}
.gt-counter-wrapper .gt-counter-box .gt-icon::before{
    background-color: #1D1D1D;
}
.gt-shop-card-items .gt-shop-content h3 a:hover {

    background-image: none;
}
#header-sticky.sticky .header-right .header-right-icon .search-toggler{
    background-color: #1D1D1D!important;
    color: #fff!important;
}
#header-sticky.sticky .header-right .header-right-icon .search-toggler i{
    color: #fff!important;
}
.gt-map-items .googpemap iframe{
    height: 450px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-btn {
    background: #fff;
    color: rgb(33, 37, 41);
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    font-size: 14px;
}

.lang-selector {
    position: relative;
}

.lang-dropdown {
    position: absolute;
    right: 0;
    top: 110%;
    background: #fff;
    color: #333;
    list-style: none;
    padding: 6px 0;
    min-width: 140px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    opacity: 0;
    transition: .3s ease-in-out;
}

.lang-dropdown li {
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
}

.lang-dropdown li:hover,
.lang-dropdown li.active {
    background: #f2f2f2;
    font-weight: 600;
}

.lang-selector:hover .lang-dropdown {
    opacity: 1;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
}

.chevron {
    display: flex;
    transition: transform 220ms ease;
    transform-origin: center;
}

/* dropdown kapalıyken */
.lang-selector .chevron {
    transform: rotate(0deg);
}

.lang-selector:hover .chevron,
.lang-selector:focus-within .chevron {
    transform: rotate(180deg);
}
