.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.hidden-products,.invalid-feedback,.note-content,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.no-js .owl-carousel,.note-content.active,.owl-carousel.owl-loaded,.select2-results{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.gagasoftv7gridbanner-image.loaded~.loading-overlay,.owl-carousel.owl-hidden{opacity:0}.flatpickr-day.hidden,.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out,.product-card>*{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s}.select2-close-mask,.select2-container--default .select2-selection--single,.select2-dropdown{background-color:#fff}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav,.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}


/* Products List All Container - Normal container'dan daha geniş */
.products-list-all {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

/* Ürünler Grid Stilleri */
.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px !important;
    margin: 0;
}

/* Tablet: 4'lü yan yana (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .products-grid .product-item,
    .products-grid .col-md-2-4 {
        flex: 0 0 calc(25% - 9px) !important;
        max-width: calc(25% - 9px) !important;
        width: calc(25% - 9px) !important;
        padding: 0 !important;
    }
    
    .btn-fast-delivery-mobile {
        display: none;
    }
    
    .btn-send-product {
        width: 85%;
        margin: 0 auto;
    }
    
    .product-image-wrapper {
        position: relative;
    }
    
    .product-tags-overlay {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        min-width: 90%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        z-index: 10;
        line-height: 1.3;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        display: block;
    }
}

/* Masaüstü: 5'li yan yana (1200px ve üzeri) */
@media (min-width: 1200px) {
    .products-grid .product-item,
    .products-grid .col-md-2-4 {
        flex: 0 0 calc(20% - 9.6px) !important;
        max-width: calc(20% - 9.6px) !important;
        width: calc(20% - 9.6px) !important;
        padding: 0 !important;
    }
    
    .btn-fast-delivery-mobile {
        display: none;
    }
    
    .btn-send-product {
        width: 85%;
        margin: 0 auto;
    }
    
    .product-image-wrapper {
        position: relative;
    }
    
    .product-tags-overlay {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        min-width: 90%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        z-index: 10;
        line-height: 1.3;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        display: block;
    }
}

/* Mobil: Tek satırda tek ürün */
@media (max-width: 767px) {
    .products-grid {
        gap: 16px 0 !important;
    }
    
    .products-grid .product-item,
    .products-grid .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    /* Mobilde ürün kartlarını yatay yap - görsel solda, bilgiler sağda */
    .product-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    
    .product-image-wrapper {
        flex: 0 0 140px;
        width: 140px;
        min-width: 140px;
        aspect-ratio: 1/1;
        margin-bottom: 0;
        padding: 10px 6px 10px 10px;
        background-color: #fafafa;
        position: relative;
    }
    
    .product-tags-overlay {
        display: none;
    }
    
    .product-image {
        width: calc(100% - 16px);
        height: calc(100% - 20px);
        max-width: calc(100% - 16px);
        max-height: calc(100% - 20px);
        border-radius: 8px;
    }
    
    .btn-fast-delivery-link {
        display: none !important;
    }
    
    .btn-fast-delivery-mobile {
        width: 100%;
        color: #1b8c45;
        border: none;
        padding: 3px 10px;
        border-radius: 0;
        font-size: 0.7rem;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        transition: background-color 0.2s ease;
        line-height: 1.2;
    }
    
    .btn-fast-delivery-mobile i {
        font-size: 0.7rem;
    }
    
    .btn-fast-delivery-mobile:hover {
        background-color: #fbecd9;
    }
    
    .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: flex-start;
        padding: 14px 14px 14px 8px !important;
        gap: 8px;
    }
    
    .product-title {
        text-align: left;
        margin-bottom: 12px;
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.4;
        color: #1f2937;
    }
    
    .product-price-wrapper {
        width: 100%;
        align-items: flex-start;
        margin-top: auto;
    }
    
    .price-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }
    
    .discount-badge-price {
        font-size: 0.8rem;
        padding: 4px 8px;
        border-radius: 4px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .price-content {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .old-price {
        font-size: 0.75rem;
        white-space: nowrap;
    }
    
    .current-price {
        font-size: 1.1rem;
        font-weight: 700;
        white-space: nowrap;
    }
    
    /* Gönder butonu - Mobilde görünür */
    .btn-send-mobile {
        display: block !important;
        width: 100%;
        margin-top: 8px;
    }
    
    .btn-send-product {

background: linear-gradient(90deg, #2F5F5F, #2c9d9d);
color: #ffffff;
border: none;
padding: 4px 12px; /* Yüksekliği azaltmak için padding küçültüldü */
border-radius: 13px;
font-size: 12px;
font-weight: 500;
text-align: center;
display: flex !important;
align-items: center;
justify-content: center;
gap: 6px;
transition: background-color 0.2s ease;
cursor: pointer;
}
    
    .btn-send-product:hover {
        background: linear-gradient(90deg, #2c9d9d, #2F5F5F);
    }
    
    .btn-send-product:active {
        background: linear-gradient(90deg, #2c9d9d, #2F5F5F);
    }
    
    .btn-send-product i {
        font-size: 0.8rem;
    }
}

.product-item {
    margin-bottom: 0;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .product-item {
        margin-top: 0;
    }
    .btn-send-product {
width: 100%;
background: linear-gradient(90deg, #2F5F5F, #2c9d9d);
color: #ffffff;
border: none;
padding: 6px 12px;
border-radius: 13px;
font-size: 12px;
font-weight: 500;
text-align: center;
display: flex !important;
align-items: center;
justify-content: center;
gap: 6px;
transition: background-color 0.2s 
ease;
cursor: pointer;
}
}

.product-card {
    background: #ffffff;
    border: 2px solid #d3d3d3
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, .025);
    position: relative;
}

.product-card:hover {
    border: 1px solid #d3d3d3;

}

.product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1.3;
    overflow: hidden;
    background-color: #fafafa;
    padding: 8px;
    margin-bottom: 0;
}

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
    */
    object-fit: contain;
    display: block;
    transition: opacity 0.4s ease;
    border-radius: 6px;
}

.product-image-main {
    opacity: 1;
    z-index: 1;
}

.product-image-hover {
    opacity: 0;
    z-index: 2;
}

/* Hover efekti sadece ikinci görsel varsa çalışır */
.product-card:hover .has-second-image .product-image-main {
    opacity: 0;
}

.product-card:hover .has-second-image .product-image-hover {
    opacity: 1;
}

/* Hızlı Teslimat Butonu */
.btn-fast-delivery-link {
    display: block;
    width: 100%;
    margin-top: 0;
}

.btn-fast-delivery {
    width: 100%;
    color: #1b8c45;
    border: none;
    padding: 3px 10px;
    border-radius: 0;
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: background-color 0.2s ease;
    line-height: 1.2;
}

.btn-fast-delivery i {
    font-size: 0.7rem;
}


/* Gönder butonu - Masaüstünde de görünür */
.btn-send-mobile {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.btn-send-product {

    background: linear-gradient(90deg, #2F5F5F, #2c9d9d);
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.btn-send-product:hover {
    background: linear-gradient(90deg, #2c9d9d, #2F5F5F);
}

.btn-send-product:active {
    background: linear-gradient(90deg, #2c9d9d, #2F5F5F);
}

.product-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #2d2d2d;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
}

.discount-badge-price {
    background: #ef4444;
    color: #ffffff;
    padding: 3px 3px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

.price-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
}

.old-price {
    font-size: 0.9rem;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 400;
}

.current-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
}

.card-body {
    display: flex;
    flex-direction: column;
    padding: 12px !important;
    text-align: center;
    align-items: center;
    gap: 4px;
}

.card-title {
    flex-grow: 1;
}

/* Mobil için buton ve yazı boyutları */
@media (max-width: 767px) {
    .btn-fast-delivery {
        font-size: 0.7rem;
        padding: 3px 10px;
        line-height: 1.3;
        gap: 4px;
    }
    
    .btn-fast-delivery i {
        font-size: 0.7rem;
    }
    
    .product-title {
        font-size: 1.15rem;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .current-price {
        font-size: 0.95rem;
    }
    
    .price-row {
        gap: 6px;
    }
    
    .discount-badge-price {
        font-size: 0.75rem;
        padding: 2px 6px;
    }
    
    .old-price {
        font-size: 0.65rem;
    }
    
    .card-body {
        padding: 12px !important;
        gap: 6px;
    }
    
    .product-card {
        min-height: 120px;
    }
}