/* =====================================================
   ŞAKA PET SHOP - MOBILE RESPONSIVE CSS
   Minimum genişlik: 300px
   ===================================================== */

/* 768px ve altı - Tablet ve Mobil */
@media (max-width: 768px) {
    
    /* ========== GENEL AYARLAR ========== */
    body {
        font-size: 14px;
    }

    /* ========== HEADER & NAVBAR ========== */
    .header {
        padding: 0.5rem 0;
    }

    .navbar {
        padding: 0.5rem 3%;
        flex-wrap: wrap;
    }

    .logo img {
        width: 60px;
        height: 60px;
    }

    .logo {
        font-size: 1.5rem;
        order: 1;
    }

    .hamburger {
        margin-right: 0;
        order: 3;
        font-size: 1.8rem;
    }

    .cart-section {
        order: 2;
        margin-left: auto;
        margin-right: 1rem;
    }

    .cart-icon {
        font-size: 1.5rem;
        padding: 8px;
    }

    .cart-count {
        width: 20px;
        height: 20px;
        font-size: 0.7rem;
    }

    .nav-links {
        order: 4;
        width: 100%;
        top: 60px;
        padding: 0.5rem 0;
    }

    .nav-links li {
        padding: 0.8rem;
    }

    .nav-links li a {
        font-size: 1rem;
    }

    /* ========== HERO SLIDER - OPTİMİZE ========== */
    .hero {
        height: 60vh;
        min-height: 400px;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .slide-content {
        padding: 1.5rem;
    }

    .slide-content h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .slide-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .floating-animal {
        font-size: 1.5rem;
    }

    .slider-nav {
        bottom: 20px;
    }

    .slider-dot {
        width: 12px;
        height: 12px;
    }

    /* ========== SECTION ========== */
    .section {
        padding: 3rem 4%;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .section-title::after {
        width: 80px;
        height: 3px;
    }

    /* ========== KATEGORİLER ========== */
    .categories {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .category-card {
        padding: 2rem 1.5rem;
    }

    .category-card img {
        width: 80px;
        height: 80px;
    }

    .category-card h3 {
        font-size: 1.3rem;
    }

    .category-card h3 i {
        font-size: 1.5rem;
    }

    .category-card p {
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 1.1rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    /* ========== ÜRÜNLER ========== */
    .filter-buttons {
        gap: 0.5rem;
        padding: 0 1rem;
    }

    .filter-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .filter-btn i {
        font-size: 1rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .product-card {
        border-radius: 15px;
    }

    .product-image {
        height: 200px;
    }

    .product-info {
        padding: 1.5rem;
    }

    .product-title {
        font-size: 1.2rem;
    }

    .product-price {
        font-size: 1.3rem;
    }

    .add-to-cart {
        padding: 12px;
        font-size: 1rem;
    }

    .discount-badge {
        padding: 6px 12px;
        font-size: 0.85rem;
    }

    /* ========== MODAL ========== */
    .modal-content {
        width: 95%;
        max-height: 90vh;
        border-radius: 20px;
    }

    .modal-header {
        padding: 1.5rem;
    }

    .modal-header h2 {
        font-size: 1.6rem;
    }

    .modal-close {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
        top: 1rem;
        right: 1rem;
    }

    .modal-body {
        padding: 1.5rem;
        max-height: 60vh;
    }

    .modal-description {
        font-size: 1rem;
    }

    .modal-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-item {
        padding: 1.5rem;
    }

    .modal-item img {
        width: 60px;
        height: 60px;
    }

    .modal-item h4 {
        font-size: 1rem;
    }

    .modal-item p {
        font-size: 0.85rem;
    }

    /* ========== SEPET MODAL ========== */
    .cart-modal-content {
        width: 95%;
        max-height: 90vh;
        border-radius: 20px;
    }

    .cart-modal-header {
        padding: 1.5rem;
    }

    .cart-modal-header h2 {
        font-size: 1.5rem;
    }

    .cart-modal-body {
        padding: 1.5rem;
        max-height: 55vh;
    }

    .cart-item {
        padding: 0.8rem;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .cart-item img {
        width: 50px;
        height: 50px;
    }

    .cart-item-info {
        flex: 1;
        min-width: 150px;
    }

    .cart-item-name {
        font-size: 0.95rem;
    }

    .cart-item-price {
        font-size: 1.1rem;
    }

    .cart-item-remove {
        padding: 6px 10px;
        font-size: 0.9rem;
    }

    .cart-total h3 {
        font-size: 1.3rem;
    }

    .cart-actions {
        flex-direction: column;
        gap: 0.8rem;
    }

    .cart-btn {
        padding: 12px;
        font-size: 1rem;
    }

    /* ========== HAKKIMIZDA ========== */
    #about p {
        font-size: 1.1rem !important;
    }

    #about > div > div {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }

    #about > div > div > div {
        padding: 1.5rem !important;
    }

    #about > div > div > div h3 {
        font-size: 2rem !important;
    }

    /* ========== İLETİŞİM FORMU & HARİTA - TAM OPTİMİZE ========== */
    #contact-section {
        padding: 3rem 3% !important;
    }

    #contact-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    /* Ana Grid - Mobilde Tek Sütun */
    #contact-section > div > div {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        max-width: 100% !important;
    }

    /* Form Container */
    #contact-section > div > div > div:first-child {
        padding: 1.5rem !important;
        border-radius: 15px !important;
        margin-bottom: 0;
    }

    #contact-section h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1.2rem !important;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    #contact-section h3 i {
        font-size: 1.4rem;
    }

    /* Form Elemanları */
    #contact-section form > div {
        margin-bottom: 1.2rem !important;
    }

    #contact-section form label {
        font-size: 0.95rem !important;
        margin-bottom: 0.4rem !important;
        display: flex !important;
        align-items: center;
        gap: 6px;
    }

    #contact-section form label i {
        font-size: 1rem;
        color: #2196F3;
    }

    #contact-section form input,
    #contact-section form textarea {
        font-size: 0.95rem !important;
        padding: 12px 14px !important;
        border-radius: 8px !important;
        width: 100% !important;
        border: 2px solid #e0e0e0 !important;
        transition: all 0.3s ease !important;
    }

    #contact-section form input:focus,
    #contact-section form textarea:focus {
        outline: none !important;
        border-color: #2196F3 !important;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1) !important;
    }

    #contact-section form textarea {
        min-height: 120px !important;
        resize: vertical !important;
    }

    /* Gönder Butonu */
    #contact-section form button {
        width: 100% !important;
        padding: 14px !important;
        font-size: 1.05rem !important;
        border-radius: 10px !important;
        margin-top: 0.5rem !important;
    }

    /* Başarı Mesajı */
    .contact-form-success {
        padding: 0.9rem !important;
        font-size: 0.95rem !important;
        border-radius: 8px !important;
        margin-bottom: 1rem !important;
    }

    /* İletişim Bilgileri Container */
    #contact-section > div > div > div:last-child {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    /* İletişim Bilgileri Card */
    #contact-section > div > div > div:last-child > div:first-child {
        padding: 1.5rem !important;
        border-radius: 15px !important;
        margin-bottom: 0 !important;
    }

    #contact-section > div > div > div:last-child > div:first-child h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child p {
        font-size: 0.9rem !important;
        margin-bottom: 0.9rem !important;
        line-height: 1.6 !important;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        word-wrap: break-word;
        word-break: break-word;
    }

    #contact-section > div > div > div:last-child > div:first-child p i {
        min-width: 25px;
        font-size: 1.1rem;
        margin-top: 2px;
        flex-shrink: 0;
    }

    /* Harita Container - Özel Optimizasyon */
    #contact-section > div > div > div:last-child > div:last-child {
        width: 100% !important;
        height: 280px !important;
        border-radius: 15px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
        margin: 0 !important;
        position: relative;
    }

    #contact-section iframe {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
        display: block !important;
        border-radius: 15px;
    }

    /* Loading Overlay for Map */
    #contact-section > div > div > div:last-child > div:last-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(33, 150, 243, 0.1), rgba(33, 150, 243, 0.05));
        pointer-events: none;
        z-index: 1;
    }

    /* ========== FOOTER ========== */
    .footer {
        padding: 3rem 4% 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-section h3 {
        font-size: 1.2rem;
    }

    .footer-section p,
    .footer-section a {
        font-size: 0.95rem;
    }

    .footer-logo img {
        width: 100px;
        height: 100px;
    }

    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .footer-bottom {
        padding-top: 1.5rem;
        margin-top: 2rem;
        font-size: 0.85rem;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }

    .furkatech-logo {
        height: 25px;
    }

    /* ========== ADMİN PANELİ ========== */
    .admin-header {
        padding: 1.5rem 4%;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .admin-header h1 {
        font-size: 1.6rem;
    }

    .admin-logout {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .admin-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 4%;
        gap: 1rem;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .admin-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .admin-tab {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        display: inline-flex;
        white-space: nowrap;
    }

    .admin-content {
        padding: 2rem 4%;
    }

    .admin-card {
        padding: 1.5rem;
        border-radius: 15px;
    }

    .admin-card h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .admin-form {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-group label {
        font-size: 0.95rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 0.95rem;
    }

    .btn-primary {
        padding: 12px 20px;
        font-size: 1rem;
    }

    /* ========== ADMİN TABLOLAR - MOBİL İÇİN KART GÖRÜNÜMÜ ========== */
    .products-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .products-table thead {
        display: none;
    }

    .products-table tbody {
        display: block;
    }

    .products-table tr {
        display: block;
        background: #f8f9fa;
        border-radius: 12px;
        padding: 1rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .products-table td {
        display: block;
        padding: 0.5rem 0;
        border: none;
        text-align: left;
    }

    .products-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #2196F3;
        display: inline-block;
        width: 100px;
        margin-right: 10px;
    }

    .product-img-small {
        width: 80px;
        height: 80px;
        margin: 0.5rem 0;
    }

    .btn-edit,
    .btn-delete {
        padding: 8px 12px;
        font-size: 0.9rem;
        margin: 0.3rem 0.3rem 0.3rem 0;
        display: inline-flex;
    }

    /* ========== STATS CARDS ========== */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-card {
        padding: 1.5rem 1rem;
    }

    .stat-card i {
        font-size: 2rem;
    }

    .stat-card h3 {
        font-size: 1.8rem;
    }

    .stat-card p {
        font-size: 0.9rem;
    }

    /* ========== DÜZENLEME MODAL ========== */
    .edit-modal-content {
        width: 95%;
        max-height: 90vh;
        padding: 1.5rem;
        margin: 1rem;
    }

    .edit-modal-header h2 {
        font-size: 1.4rem;
    }

    .modal-close-btn {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }

    /* ========== LOGİN MODAL ========== */
    .login-modal-content {
        margin: 1rem;
        width: calc(100% - 2rem);
    }

    .login-header {
        padding: 2rem 1.5rem;
    }

    .login-logo {
        width: 70px;
        height: 70px;
    }

    .login-header h2 {
        font-size: 1.4rem;
    }

    .login-header p {
        font-size: 0.9rem;
    }

    .login-form {
        padding: 1.5rem;
    }

    .login-input-group input {
        padding: 0.9rem 1rem 0.9rem 3rem;
        font-size: 0.95rem;
    }

    .login-btn {
        padding: 0.9rem;
        font-size: 1rem;
    }

    .login-footer {
        font-size: 0.85rem;
    }

    /* ========== IMAGE UPLOAD ========== */
    .image-source-toggle {
        flex-direction: column;
        gap: 0.5rem;
    }

    .toggle-btn {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }

    .image-upload-area {
        padding: 1.5rem;
    }

    .image-upload-area i {
        font-size: 2.5rem;
    }

    .image-upload-area p {
        font-size: 0.9rem;
    }

    .image-preview {
        max-width: 100%;
        max-height: 150px;
    }

    /* ========== SLIDER LİSTESİ ========== */
    .slider-list {
        gap: 1rem;
    }

    .slider-item {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
    }

    .slider-item img {
        width: 100%;
        height: auto;
        max-height: 150px;
    }

    .slider-item-info h4 {
        font-size: 1.1rem;
    }

    .slider-item-info p {
        font-size: 0.85rem;
    }

    .slider-item-actions {
        width: 100%;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    /* ========== BİLDİRİMLER ========== */
    .notification {
        right: 10px;
        left: 10px;
        min-width: auto;
        padding: 0.9rem 1.2rem;
        font-size: 0.9rem;
    }

    .notification.show {
        top: 70px;
    }

    .notification i {
        font-size: 1.3rem;
    }

    /* ========== EMPTY STATES ========== */
    .empty-state {
        padding: 3rem 1rem;
    }

    .empty-state i,
    .empty-cart-icon {
        font-size: 3rem;
    }

    .empty-state h3 {
        font-size: 1.2rem;
    }

    .empty-state p {
        font-size: 0.9rem;
    }

    /* ========== ALERT ========== */
    .alert {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }

    .alert i {
        font-size: 1.3rem;
    }
}

/* 480px ve altı - Küçük Telefonlar */
@media (max-width: 480px) {
    
    body {
        font-size: 13px;
    }

    .section {
        padding: 2.5rem 3%;
    }

    .section-title {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .hero {
        height: 50vh;
        min-height: 350px;
    }

    .slide-content h1 {
        font-size: 1.7rem;
    }

    .slide-content p {
        font-size: 0.95rem;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .category-card {
        padding: 1.5rem 1rem;
    }

    .category-card img {
        width: 70px;
        height: 70px;
    }

    .category-card h3 {
        font-size: 1.2rem;
    }

    .products-grid {
        gap: 1.2rem;
    }

    .product-image {
        height: 180px;
    }

    .filter-btn {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 1.2rem;
    }

    #about > div > div {
        grid-template-columns: 1fr !important;
    }

    .footer {
        padding: 2.5rem 3% 1rem;
    }

    .admin-content {
        padding: 1.5rem 3%;
    }

    .admin-card {
        padding: 1.2rem;
    }

    .btn-edit,
    .btn-delete {
        padding: 6px 10px;
        font-size: 0.85rem;
    }

    /* İletişim Küçük Ekranlar */
    #contact-section {
        padding: 2.5rem 2.5% !important;
    }

    #contact-section .section-title {
        font-size: 1.7rem;
    }

    #contact-section > div > div > div:first-child {
        padding: 1.3rem !important;
    }

    #contact-section h3 {
        font-size: 1.2rem !important;
    }

    #contact-section form input,
    #contact-section form textarea {
        font-size: 0.9rem !important;
        padding: 11px 12px !important;
    }

    #contact-section form button {
        padding: 12px !important;
        font-size: 1rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child {
        padding: 1.3rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child p {
        font-size: 0.85rem !important;
    }

    #contact-section > div > div > div:last-child > div:last-child {
        height: 250px !important;
    }
}

/* 360px ve altı - Çok Küçük Telefonlar */
@media (max-width: 360px) {
    
    body {
        font-size: 12px;
    }

    .navbar {
        padding: 0.5rem 2%;
    }

    .logo img {
        width: 50px;
        height: 50px;
    }

    .logo {
        font-size: 1.3rem;
    }

    .cart-icon {
        font-size: 1.3rem;
    }

    .section {
        padding: 2rem 2.5%;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .slide-content h1 {
        font-size: 1.5rem;
    }

    .slide-content p {
        font-size: 0.9rem;
    }

    .category-card {
        padding: 1.2rem 0.8rem;
    }

    .category-card h3 {
        font-size: 1.1rem;
    }

    .category-card p {
        font-size: 0.85rem;
    }

    .product-title {
        font-size: 1.1rem;
    }

    .product-price {
        font-size: 1.2rem;
    }

    .modal-header h2 {
        font-size: 1.4rem;
    }

    .cart-modal-header h2 {
        font-size: 1.3rem;
    }

    .filter-btn {
        padding: 7px 10px;
        font-size: 0.8rem;
    }

    .admin-header h1 {
        font-size: 1.4rem;
    }

    .admin-card h2 {
        font-size: 1.3rem;
    }

    .btn-primary {
        padding: 10px 15px;
        font-size: 0.95rem;
    }

    /* İletişim Çok Küçük Ekranlar */
    #contact-section {
        padding: 2rem 2% !important;
    }

    #contact-section .section-title {
        font-size: 1.5rem;
    }

    #contact-section > div > div {
        gap: 1.5rem !important;
    }

    #contact-section > div > div > div:first-child {
        padding: 1.2rem !important;
    }

    #contact-section h3 {
        font-size: 1.1rem !important;
        margin-bottom: 1rem !important;
    }

    #contact-section form label {
        font-size: 0.9rem !important;
    }

    #contact-section form input,
    #contact-section form textarea {
        font-size: 0.85rem !important;
        padding: 10px 11px !important;
    }

    #contact-section form textarea {
        min-height: 100px !important;
    }

    #contact-section form button {
        padding: 11px !important;
        font-size: 0.95rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child {
        padding: 1.2rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child p {
        font-size: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child p i {
        min-width: 22px;
        font-size: 1rem;
    }

    #contact-section > div > div > div:last-child > div:last-child {
        height: 220px !important;
    }
}

/* 300px - Minimum Genişlik */
@media (max-width: 300px) {
    
    body {
        font-size: 11px;
    }

    .navbar {
        padding: 0.4rem 1.5%;
    }

    .logo img {
        width: 45px;
        height: 45px;
    }

    .logo {
        font-size: 1.2rem;
    }

    .section {
        padding: 1.5rem 2%;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .slide-content h1 {
        font-size: 1.3rem;
    }

    .slide-content p {
        font-size: 0.85rem;
    }

    .cta-button {
        padding: 8px 15px;
        font-size: 0.85rem;
    }

    .category-card {
        padding: 1rem 0.6rem;
    }

    .category-card img {
        width: 60px;
        height: 60px;
    }

    .product-image {
        height: 150px;
    }

    .modal-header {
        padding: 1rem;
    }

    .modal-body {
        padding: 1rem;
    }

    .cart-modal-body {
        padding: 1rem;
    }

    .footer {
        padding: 2rem 2% 1rem;
    }

    .admin-content {
        padding: 1rem 2%;
    }

    .admin-card {
        padding: 1rem;
    }

    /* İletişim Minimum Genişlik */
    #contact-section {
        padding: 1.5rem 1.5% !important;
    }

    #contact-section .section-title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    #contact-section > div > div {
        gap: 1.2rem !important;
    }

    #contact-section > div > div > div:first-child {
        padding: 1rem !important;
        border-radius: 12px !important;
    }

    #contact-section h3 {
        font-size: 1rem !important;
        margin-bottom: 0.8rem !important;
    }

    #contact-section h3 i {
        font-size: 1.1rem;
    }

    #contact-section form > div {
        margin-bottom: 1rem !important;
    }

    #contact-section form label {
        font-size: 0.85rem !important;
        margin-bottom: 0.3rem !important;
    }

    #contact-section form label i {
        font-size: 0.9rem;
    }

    #contact-section form input,
    #contact-section form textarea {
        font-size: 0.8rem !important;
        padding: 9px 10px !important;
        border-radius: 6px !important;
    }

    #contact-section form textarea {
        min-height: 90px !important;
    }

    #contact-section form button {
        padding: 10px !important;
        font-size: 0.9rem !important;
        border-radius: 8px !important;
    }

    #contact-section > div > div > div:last-child > div:first-child {
        padding: 1rem !important;
        border-radius: 12px !important;
    }

    #contact-section > div > div > div:last-child > div:first-child h3 {
        font-size: 1rem !important;
        margin-bottom: 0.8rem !important;
    }

    #contact-section > div > div > div:last-child > div:first-child p {
        font-size: 0.75rem !important;
        margin-bottom: 0.7rem !important;
        gap: 8px;
    }

    #contact-section > div > div > div:last-child > div:first-child p i {
        min-width: 20px;
        font-size: 0.9rem;
    }

    #contact-section > div > div > div:last-child > div:last-child {
        height: 200px !important;
        border-radius: 12px !important;
    }

    .contact-form-success {
        padding: 0.7rem !important;
        font-size: 0.85rem !important;
        border-radius: 6px !important;
    }
}

/* Yatay Scroll için Genel Ayar */
@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    
    body {
        overflow-x: hidden;
        position: relative;
    }
}

/* İOS Safari için Scroll Düzeltmeleri */
@supports (-webkit-touch-callout: none) {
    .modal-body,
    .cart-modal-body,
    .admin-tabs {
        -webkit-overflow-scrolling: touch;
    }
}

/* Landscape Mod için Özel Ayarlar */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        min-height: 100vh;
    }
    
    .slide-content h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .slide-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .modal-body,
    .cart-modal-body {
        max-height: 40vh;
    }
}