/* URUN YENI GELENLER BIR SYTLE */

.urun.yeni_gelenler_bir {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
}

.urun.yeni_gelenler_bir .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

.urun.yeni_gelenler_bir .breadcrumb {
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .breadcrumb ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.urun.yeni_gelenler_bir .breadcrumb ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.urun.yeni_gelenler_bir .breadcrumb ul li:not(:last-child):after {
    content: "";
    margin: 0 5px;
}

.urun.yeni_gelenler_bir .breadcrumb ul li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.urun.yeni_gelenler_bir .breadcrumb ul li span {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.urun.yeni_gelenler_bir .breadcrumb ul li svg {
    vertical-align: middle;
}

.urun.yeni_gelenler_bir .urun-liste-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.urun.yeni_gelenler_bir .filtre-alani {
    width: 280px;
    flex-shrink: 0;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.urun.yeni_gelenler_bir .filtre-baslik h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.urun.yeni_gelenler_bir .filtre-grubu {
    margin-bottom: 25px;
}

.urun.yeni_gelenler_bir .filtre-grubu h4 {
    font-size: 16px;
    margin-bottom: 12px;
}

.urun.yeni_gelenler_bir .kategori-liste {
    list-style: none;
}

.urun.yeni_gelenler_bir .kategori-liste li {
    margin-bottom: 10px;
}

.urun.yeni_gelenler_bir .kategori-liste li a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 4px;
}

.urun.yeni_gelenler_bir .kategori-liste li a:hover {
    color: #000;
    font-weight: bold;
    background-color: #f8f8f8;
    transform: translateX(3px);
}

.urun.yeni_gelenler_bir .kategori-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    transition: all 0.3s;
    border: 1px solid #eee;
}

.urun.yeni_gelenler_bir .kategori-liste li a:hover .kategori-icon {
    background-color: #f8f8f8;
    border-color: #ddd;
}

.urun.yeni_gelenler_bir .category-count {
    color: #777;
    font-size: 12px;
    margin-left: auto;
}

.urun.yeni_gelenler_bir .filtre-form .form-item {
    margin-bottom: 15px;
}

.urun.yeni_gelenler_bir .filtre-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.urun.yeni_gelenler_bir .filtre-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}

.urun.yeni_gelenler_bir .filtre-form input:focus {
    outline: none;
    border-color: #000;
}

.urun.yeni_gelenler_bir .filtre-form .select-wrapper {
    position: relative;
    width: 100%;
}

.urun.yeni_gelenler_bir .filtre-form select {
    appearance: none;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    color: #333;
    background-image: none;
}

.urun.yeni_gelenler_bir .filtre-form select:focus {
    border-color: #000;
}

.urun.yeni_gelenler_bir .filtre-form .select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #777;
}

.urun.yeni_gelenler_bir .filtre-form optgroup {
    font-weight: bold;
    color: #333;
    background-color: #f8f8f8;
    padding: 5px;
}

.urun.yeni_gelenler_bir .filtre-form option {
    font-weight: normal;
    color: #666;
    padding: 5px;
}

.urun.yeni_gelenler_bir .fiyat-araligi {
    margin-bottom: 15px;
}

.urun.yeni_gelenler_bir .fiyat-input-grup {
    display: flex;
    align-items: center;
    gap: 5px;
}

.urun.yeni_gelenler_bir .fiyat-input-grup input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.urun.yeni_gelenler_bir .fiyat-ayrac {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.urun.yeni_gelenler_bir .filtre-btn {
    width: 100%;
    padding: 12px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}

.urun.yeni_gelenler_bir .filtre-btn:hover {
    background-color: #333;
}

.urun.yeni_gelenler_bir .temizle-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f8f8f8;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
}

.urun.yeni_gelenler_bir .temizle-btn:hover {
    background-color: #e8e8e8;
    color: #333;
    border-color: #bbb;
}

.urun.yeni_gelenler_bir .urun-listesi {
    flex: 1;
    width: 100%;
}

.urun.yeni_gelenler_bir .aktif-filtreler {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .aktif-filtreler h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.urun.yeni_gelenler_bir .filtre-etiketleri {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.urun.yeni_gelenler_bir .filtre-etiket {
    display: inline-flex;
    align-items: center;
    background-color: #e9ecef;
    color: #495057;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
}

.urun.yeni_gelenler_bir .filtre-kaldir {
    color: #6c757d;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s;
}

.urun.yeni_gelenler_bir .filtre-kaldir:hover {
    color: #dc3545;
}

.urun.yeni_gelenler_bir .urun-liste-ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
    gap: 15px;
}

.urun.yeni_gelenler_bir .toplam-sonuc {
    font-size: 16px;
    font-weight: 500;
}

.urun.yeni_gelenler_bir .siralama {
    display: flex;
    align-items: center;
    gap: 10px;
}

.urun.yeni_gelenler_bir .siralama label {
    font-size: 14px;
    font-weight: 500;
}

.urun.yeni_gelenler_bir .baslik {
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .baslik h1 {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.urun.yeni_gelenler_bir .urun-sayisi {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-left: 10px;
}

.urun.yeni_gelenler_bir .urun-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.urun.yeni_gelenler_bir .select-wrapper {
    position: relative;
    min-width: 160px;
}

.urun.yeni_gelenler_bir select {
    appearance: none;
    width: 100%;
    padding: 10px 15px;
    padding-right: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    color: #333;
}

.urun.yeni_gelenler_bir .select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #777;
}

.urun.yeni_gelenler_bir .urun-card {
    flex: 0 0 calc(25% - 15px);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
}

.urun.yeni_gelenler_bir .urun-resim {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-bottom: none;
    position: relative;
}

.urun.yeni_gelenler_bir .urun-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.urun.yeni_gelenler_bir .urun-card:hover .urun-resim img {
    transform: none;
}

.urun.yeni_gelenler_bir .sepete-ekle-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 2;
}

.urun.yeni_gelenler_bir .urun-resim:hover .sepete-ekle-overlay {
    transform: translateY(0);
}

.urun.yeni_gelenler_bir .sepete-ekle-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.urun.yeni_gelenler_bir .sepete-ekle-btn:hover {
    background-color: #f8f8f8;
}

.urun.yeni_gelenler_bir .urun-bilgi {
    padding: 15px 0px;
}

.urun.yeni_gelenler_bir .urun-baslik {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.urun.yeni_gelenler_bir .urun-fiyat {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    gap: 10px;
}

.urun.yeni_gelenler_bir .indirim-badge {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun.yeni_gelenler_bir .fiyat_div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}

.urun.yeni_gelenler_bir .indirimli-fiyat {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.urun.yeni_gelenler_bir .normal-fiyat {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    width: 100%;
}


.urun.yeni_gelenler_bir .sayfalama {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.urun.yeni_gelenler_bir .sayfa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
}

.urun.yeni_gelenler_bir .sayfa-btn:hover {
    background-color: #fff;
    border-color: #999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.urun.yeni_gelenler_bir .sayfa-numaralar {
    display: flex;
    margin: 0 10px;
}

.urun.yeni_gelenler_bir .sayfa-numaralar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #fff;
    border: 1px solid transparent;
}

.urun.yeni_gelenler_bir .sayfa-numaralar a:hover {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.urun.yeni_gelenler_bir .sayfa-numaralar a.aktif {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.urun.yeni_gelenler_bir .alert-dark {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .urun.yeni_gelenler_bir .urun-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .urun.yeni_gelenler_bir .urun-liste-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .urun.yeni_gelenler_bir .filtre-alani {
        width: 100%;
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .urun.yeni_gelenler_bir .urun-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .urun.yeni_gelenler_bir .filtre-alani {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }

    .urun.yeni_gelenler_bir .siralama {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .urun.yeni_gelenler_bir .urun-resim {
        height: 300px;
    }

    .urun.yeni_gelenler_bir .urun-liste-ust {
        flex-direction: column;
        align-items: flex-start;
    }

    .urun.yeni_gelenler_bir .fiyat-input-grup {
        flex-direction: column;
        gap: 10px;
    }

    .urun.yeni_gelenler_bir .fiyat-ayrac {
        display: none;
    }

    .urun.yeni_gelenler_bir .aktif-filtreler {
        padding: 12px;
        margin-bottom: 15px;
    }

    .urun.yeni_gelenler_bir .aktif-filtreler h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .urun.yeni_gelenler_bir .filtre-etiket {
        font-size: 11px;
        padding: 4px 8px;
    }
}

.urun.yeni_gelenler_bir .urun-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.urun.yeni_gelenler_bir .urun-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun.yeni_gelenler_bir .modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.urun.yeni_gelenler_bir .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.urun.yeni_gelenler_bir .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.urun.yeni_gelenler_bir .modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun.yeni_gelenler_bir .modal-close:hover {
    color: #333;
}

.urun.yeni_gelenler_bir .modal-body {
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .urun-fiyat-modal {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .urun-fiyat-modal .indirim-badge {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}

.urun.yeni_gelenler_bir .urun-fiyat-modal .fiyat-bilgisi {
    display: flex;
    flex-direction: column;
}

.urun.yeni_gelenler_bir .urun-fiyat-modal .indirimli-fiyat {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.urun.yeni_gelenler_bir .urun-fiyat-modal .normal-fiyat {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.urun.yeni_gelenler_bir .varyant-secimi {
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .varyant-baslik {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.urun.yeni_gelenler_bir .varyant-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.urun.yeni_gelenler_bir .varyant-item {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    background-color: #fff;
}

.urun.yeni_gelenler_bir .varyant-item:hover {
    border-color: #999;
}

.urun.yeni_gelenler_bir .varyant-item.selected {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.urun.yeni_gelenler_bir .adet-secimi {
    margin-bottom: 20px;
}

.urun.yeni_gelenler_bir .adet-baslik {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.urun.yeni_gelenler_bir .adet-kontrol {
    display: flex;
    align-items: center;
    gap: 10px;
}

.urun.yeni_gelenler_bir .adet-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
}

.urun.yeni_gelenler_bir .adet-btn:hover {
    background-color: #f8f8f8;
    border-color: #999;
}

.urun.yeni_gelenler_bir .adet-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}

.urun.yeni_gelenler_bir .modal-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.urun.yeni_gelenler_bir .modal-btn {
    padding: 12px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 500;
}

.urun.yeni_gelenler_bir .modal-btn.primary {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.urun.yeni_gelenler_bir .modal-btn:hover {
    background-color: #f8f8f8;
}

.urun.yeni_gelenler_bir .modal-btn.primary:hover {
    background-color: #333;
}

.urun.yeni_gelenler_bir .loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.urun.yeni_gelenler_bir .spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .urun.yeni_gelenler_bir .urun-grid {
        grid-template-columns: 1fr;
    }

    .urun.yeni_gelenler_bir .baslik h1 {
        font-size: 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .urun.yeni_gelenler_bir .urun-sayisi {
        margin-left: 0;
        margin-top: 5px;
    }

    .urun.yeni_gelenler_bir .urun-resim {
        height: 350px;
    }

    .urun.yeni_gelenler_bir .modal-content {
        padding: 20px;
        margin: 10px;
        width: calc(100% - 20px);
    }

    .urun.yeni_gelenler_bir .modal-footer {
        flex-direction: column;
    }

    .urun.yeni_gelenler_bir .modal-btn {
        width: 100%;
    }

    .urun.yeni_gelenler_bir .filtre-alani {
        padding: 15px;
    }

    .urun.yeni_gelenler_bir .kategori-liste li a {
        padding: 6px;
        font-size: 14px;
    }

    .urun.yeni_gelenler_bir .kategori-icon {
        width: 24px;
        height: 24px;
    }
}

.urun.yeni_gelenler_bir .beden-checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
    max-height: 150px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

.urun.yeni_gelenler_bir .beden-checkbox-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 13px;
    user-select: none;
    text-align: center;
}

.urun.yeni_gelenler_bir .beden-checkbox-item:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
}

.urun.yeni_gelenler_bir .beden-checkbox-item input[type="checkbox"] {
    display: none;
}

.urun.yeni_gelenler_bir .beden-checkbox-item input[type="checkbox"]:checked+span {
    color: #000;
    font-weight: 600;
}

.urun.yeni_gelenler_bir .beden-checkbox-item:has(input[type="checkbox"]:checked) {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.urun.yeni_gelenler_bir .beden-checkbox-item:has(input[type="checkbox"]:checked) span {
    color: #fff;
}

.urun.yeni_gelenler_bir .beden-checkbox-item.checked {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.urun.yeni_gelenler_bir .beden-checkbox-item.checked span {
    color: #fff;
}

@media (max-width: 768px) {
    .urun.yeni_gelenler_bir .beden-checkbox-wrapper {
        gap: 8px;
    }

    .urun.yeni_gelenler_bir .beden-checkbox-item {
        padding: 6px 10px;
        font-size: 12px;
    }
}
