 

.swiper
{
width: 100%;
height: 100%;

}
.list-group-item{
    padding-left:0px;
    padding-right:0px;
}
.swiper-slide
{
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.filtre-detay:hover,.filtre-detay-label:hover.filtre-checkbox:hover{
   cursor:pointer;
 }


.swiper-slide img
{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev, .swiper-button-prev
{
position: absolute;
top: 50%;
width: 32px;
height: 32px;
margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: #ffae00;
background: #f1f6f9;
border-radius: 50%;
border: 2px solid #d0d0d0;
font-weight: bold;
margin: auto;
box-shadow: 0 .125rem .25rem #00000013 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after
{
font-size: 1rem;
}

.swiper-pagination-bullet-active
{
/* background: var(--swiper-pagination-color, #3f4042) !important;*/
width: 1.4rem;
border-radius: .25rem;
transition: all .3s ease-in-out !important;
opacity: 1 !important;
}

.swiper-pagination-bullet
{
background: #3f4042;
opacity: .3;
transition: all .4s ease-in-out;
}


.no-border-row td
{
border: none !important;
}

.r-urun-table > table > tbody > tr > td
{
padding-bottom: 1px;
}

.pt-0
{
padding-top: 0px !important;
}

.product-container
{
display: flex;
flex-wrap: wrap;
margin: -0.5rem; /* iç boşluk dengesi için */
}




.yeni-kart-container
{
width: calc(25% - 1rem);
background: #ededed12;
border: 1px solid #e3e3e38f;
box-sizing: border-box;
position: relative;
border-radius: 4px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



/* .card-dec-container, .card-price-area, .sepet-btn-container
{
padding: 0px 0.5rem;
}*/

.sepet-btn-container button
{
height: 2.3rem;
font-size: 12px;
font-weight: bold;
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;
}





.sepet-btn-container
{
text-align: center;
width: 100%;
}

.sepet-btn-container button
{
width: calc(100% - 0.2rem);
}

.urun-lnk
{
display: block;
height: 12rem;
background-color: white;
border-radius: 9px;
}

.card-dec-container
{
/* margin-top: 3px;
border-top: 1px solid #ebebeb;*/
}

.card-dec-container div
{
padding: 1px 0px;
}

.img-fluid
{
display: block; /* satır içi boşluk sorununu önlemek için blok level */
max-width: 100%; /* kapsayıcısının genişliğini aşmamasını sağlar */
width: auto;
}

.urun-lnk .img-fluid
{
height: 150px !important;
}

.urun-sepet-adet, .ui-effects-wrapper
{
left: calc(100% - 27px);
top: -8px;
}

.card-price-area
{
display: flex;
font-size: 12px;
justify-content: space-between;
height: 2rem;
}

.card-price
{
font-size: 16px;
font-weight: bold;
color: black;
}

.card-birim
{
color:#535353;
font-weight: bold;
}

.r-seo-container
{
width: 100%;
padding: 15px;
background-color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: inline-block;
margin-bottom: 0;
position: relative;
}

.footerDesc h2, .footerDesc h3, .footerDesc h4, .footerDesc h5, .footerDesc h6
{
margin: unset;
font-size: 16px;
font-weight: bold;
}


/* Tek kalan 5. öğeyi tam ortaya it */



.iso
{
display: flex;
flex-wrap: wrap;
gap: 10px; /* Aradaki ve alt-üst boşluk */
justify-content: flex-start;
padding: 1rem;
box-sizing: border-box;
margin-bottom: 2rem;
}

.iso-items
{
flex: 0 0 calc((100% - 3rem) / 4);
box-sizing: border-box; /* padding’i de hesaba kat */
background-color: #fff;
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
text-align: center;
}

/* Görselin içeride düzgün durması için */
.iso-items img
{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}

.btn-warning
{
background-color: #ffa00a;
border-color: #ffab2c;
}

.card-img-container
{
position: relative;
/*min-height: 210px;*/
height: 45%;
display: block;
}



.card-img-container .img-fluid
{
height: auto;
}

.yeni-kart-container a
{
color: #555;
}

.card-title {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px;
    margin-bottom:0px;
    color: #050505ff;
   line-height: 1.5em;
    height: 2.4rem;                /* Kaç satır istiyorsan ona göre */
    display: -webkit-box;
    -webkit-line-clamp: 2;             /* Kaç satırda kırpılsın? */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.card-sub-title
{
font-size: 13px;
    margin: 5px 0px;
    height: 1.9rem;
    line-height: 1.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-status-container
{
color: #f90;
font-size: 11px;
left: 23px;
/*margin-top: 5px;*/
height: 40px;
}

.card-status-inside
{
color: #f90;
font-size: 11px;
left: 23px;
margin-top: 5px;
align-content: center;
align-items: center;
display: flex;
flex-wrap:wrap;
}

.banner-kargo
{
/* height: 260px; */
width: 100%;
height: auto;
}

.bullet-container .swiper-pagination-bullet
{
width: 0.1rem;
height: 0.1rem;
padding: 0.1rem;
margin: 0.05rem !important;
background: #fff;
}

.bullet-container .swiper-pagination-bullet-active
{
background: #f90;
}

.cardSwiper
{
position: relative;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}

.cardSwiper .div_hover_swiper
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
gap: 0; /* FLEX arası boşlukları kapatır */
padding: 0; /* Hiçbir iç boşluk olmasın */
margin: 0;
z-index: 600;
pointer-events: auto;
}

.cardSwiper .div_hover_swiper > [class^="divgridx_"]
{
    flex: 1 1 0; /* EŞİT oranda alan kaplasın */
    height: 100%; /* Dikeyde tam kaplasın */
    min-width: 0; /* Taşma olmasın */
    min-height: 0;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,0); /* İstediğin gibi şeffaf bırak */
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0;
}

.yatayBannercontainer
{
flex: 0 0 calc(50% - 0.25rem);
}

.d-flex
{
display: flex;
}

.flex-wrap
{
flex-wrap: wrap;
}

/* YALNIZCA ürün kartı Swiper'ı için */
.urun-kart-swiper
{
width: 100% !important;
/*min-height: 210px !important;*/
max-width: 100%;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.urun-kart-swiper .swiper-wrapper
{
width: 100% !important;
/*height: 210px !important;*/
}

.urun-kart-swiper .swiper-slide
{
width: 100% !important;
/*height: 210px !important;*/
display: flex;
align-items: center;
justify-content: center;
}

.urun-kart-swiper .swiper-slide img
{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.urun-kart-swiper .swiper-slide img
{
    background: center center no-repeat;
    background-size: contain;
}






@media (max-width: 992px)
{
    .iso-items
    {
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
    }
}

@media (max-width: 768px)
{
    .iso-items
    {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    }
}

@media (max-width: 576px)
{
    .iso
    {
    justify-content: flex-start; /* soldan hizala, ortalamayı kapat */
    gap: 1px;
    }

    .iso-items
    {
    flex: 0 0 calc((100% - 10px) / 2); /* gap’i hesaba katarak 2 sütun */
    max-width: calc((100% - 10px) / 2);
    margin: 0; /* önceki otomatik margin’leri sıfırla */
    }
}



@media (max-width: 998px)
{
    .card-img-container
    {
        min-height: auto !important;
    }
    .yeni-kart-container
    {
        width: calc(33.333% - 1rem);
    }
}

@media (max-width: 768px)
{
    .yeni-kart-container
    {
        width: calc(52% - 1rem);
    }

    .card-img-container
    {
        min-height: auto !important;
    }

    .card-title
    {
        font-size: 11px !important;
    }

    .card-sub-title, .card-price-area
    {
        font-size: 10px !important;
    }

    .card-status-inside
    {
        font-size: 10px !important;
    }

    .card-price
    {
        font-size: 12px !important;
    }
}


@media (max-width: 1333px)
{
    .card-img-container
    {
        min-height: auto !important;
    }
}

@media (min-width: 2800px)
{
    .card-img-container
    {
        min-height: auto !important;
    }
}
@media (max-width: 1200px) and (min-width: 993px)
{
    .iso-items
    {
        flex: 1 1 calc(25% - 2rem);
        max-width: calc(25% - 2rem);
    }
    .iso-items:last-child
    {
        margin-left: auto;
        margin-right: auto;
    }
}


.loader
{
    border: 8px solid #f3f3f3; /* Gri */
    border-top: 8px solid #f90; /* Bootstrap primary */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

.yeni-kart-container
{
    box-shadow: 0 2px 16px #ececec;
    border-radius: 4px;
    background: #fff;
    transition: box-shadow 0.15s, transform 0.11s;
}


.yeni-kart-container:has(:hover) .swiper-slide-active img
{
    transition: transform 0.11s;

    transform: scale(1.04);
   
    z-index: 2;
}


.card-dec-container, .card-price-area
{
padding-left: 4px;
padding-right: 4px;
}

.sepet-btn-container .btn-warning {
    width: 92%;
    background: #fff;
    color: #f90;
    /* border-radius: 14px;*/
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0 10px 0;
    margin-top: 8px;
    box-shadow: 0 4px 18px 0 rgba(255, 176, 0, 0.08);
    border: 1px solid #f90;
    transition: background 0.80s, box-shadow 0.13s, transform 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 7px;
    letter-spacing: 0.03rem;
}

.sepet-btn-container .btn-warning:hover,
.sepet-btn-container .btn-warning:focus
{
    background: linear-gradient(0deg, #f90 60%, #ffae34 100%);
    box-shadow: 0 8px 24px 0 rgba(255,176,0,0.22);
    outline: none;
    color:#fff;
}

.sepet-btn-container .btn-warning[disabled],
.sepet-btn-container .btn-warning:disabled,
.sepet-btn-container .btn-warning[style*="pointer-events:none"]
{
    background: #e0e0e0 !important;
    color: #bdbdbd !important;
    border: none !important;
    box-shadow: none;
    cursor: not-allowed;
}

.sepet-btn-container .btn-warning.btn-clicked
{
    background: linear-gradient(90deg, #f90 60%, #ffae34 100%);
    box-shadow: 0 4px 18px 0 rgba(255, 176, 0, 0.08);
    /*transform: scale(0.98);*/
    outline: none;
}

.badge_container{
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
}



.badge-item {
    background: linear-gradient(90deg, #ff8d00 60%, #ffae34 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
    /* box-shadow: 0 2px 6px #59cd997e; */
    z-index: 3;
    align-items: center;
    gap: 4px;
    margin-top: 0.3rem;
    display: grid
;
    justify-content: center;
    border: solid 2px #f90;
    border-radius: 8px;
    margin-left: 0.2rem;
    overflow:hidden;
    position:relative;
    min-width: 38px;
}

.badge-item::after {
    content: "";
    position: absolute;
    top: 0; /* -60% yerine 0 */
    left: -70%; /* başı dışarıdan başlasın */
    width: 60%; /* kutudan daha küçük */
    height: 100%; /* tüm yükseklik */
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: none; 
    pointer-events: none;
}
.badge-item.animate-shine {
    animation: badge-pop-scale 1.7s cubic-bezier(.34,2,.6,1);
}
.badge-item.animate-shine::after {
    animation: shine-badge 1.7s ease-in;
}

@keyframes badge-pop-scale {
    0%   { transform: scale(1);}
    15%  { transform: scale(1.01);}
    30%  { transform: scale(1.02);}
    100% { transform: scale(1);}
}
@keyframes shine-badge {
    0%   { left: -70%; }
    80%  { left: 110%; }
    100% { left: 110%; }
}

.badge-kuponlu{
        min-width: 60px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    font-size: 0.7em;
    border: solid 5px #e353ff;
    text-align: center;
    background: linear-gradient(90deg, #c94be1 60%, #d65ded 100%);
}
/*.badge-item
{*/
   /* position: absolute;
    left: 0px;
    top: 70px;*/
    /*background: linear-gradient(90deg, #ff8d00 60%, #ffae34 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 14px 3px 10px;*/
    /*box-shadow: 0 2px 6px #59cd997e;*/
    /*z-index: 3;
    display: flex;
    align-items: center;
    gap: 4px;
}*/

.webpaket-badge
{
    /*position: absolute;*/
    left: 0px;
    top: 45px;
    background: linear-gradient(90deg, #f90 60%, #ffae34 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 12px;
    box-shadow: 0 2px 6px #ffd36e7e;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 1.4rem;
}



.webpaket-badge[data-badge-long="true"]
{
    font-size: 11px !important;
    word-spacing: -1px;
}
.w[data-badge-long="true"]
{
    font-size: 10px !important;
    word-spacing: -1px;
}
.wA[data-badge-long="true"]
{
    font-size: 10px !important;
    word-spacing: -1px;
}

.r-urun-container {
     padding: 0px; 
     border: 0px solid #e1e2e3; 
     border-bottom: 0px solid #e1e2e3; 
}