

@media (max-width: 1280px){

.mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    position: relative;
    height: auto; 
    width: 98vw;
    z-index: 999;
    margin: 0;
}

.mobile-buttons-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 6vh;

}

.cart-btn {
    position: relative;
    margin-bottom: 0.2vw;
    display: flex;
    gap: 1vw;
    padding: 0.7vh 5vw;
    color: white;
    border: none;
    border-radius: 2vw;
    font-size: 5vw;
    z-index: 1002;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    align-self: center;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.cart-btn-color {
    background: #28a745;
}

.cart-btn i {
    font-size: 4vw;
}

.cart-btn:hover {
    background: #218838;
    transform: translateY(-2px);
}

.cart-btn:active {
    transform: translateY(0);
}

.toggle-filter-modal-btn {
    background-color:cadetblue;
}

.how-to-btn {
    background: #ff6b6b !important; /* Farklı renk için */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 oranı */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 1rem;
    }
    
    .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .close-howto-modal-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    }

#verticalbar-placeholder {
    display: none;
}

.filter-title {
    display: flex;
    font-size: 2rem;
    margin-right: 0.6vw;
    font-weight: bold;
}

/* Filtre Modalı */
.filter-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Yarı şeffaf arka plan */
    justify-content: center;
    padding-top: 20vw;
}

.mobile-filter-options {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* Modal içeriği */
.filter-modal-content {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    border: 2px solid var(--primary-color);
    height: min-content;
}

.close-filter-modal-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-container  {
    width: 70%;
    position: relative;
}

.zodiac-dropdown {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-filter-btn {
    padding: 2vw 4vw;
    border: 0.1vw solid #01bdd3;
    border-radius: 2vw;
    background: white;
    cursor: pointer;
    font-size: 4vw;
    margin: 0;
}

.zodiac-list {
    display: none;
    flex-wrap: wrap;
    width: 90%;
    padding: 3vw;
    background: var(--secondary-color);
    border-radius: 8px;
    margin-top: 3vw;
    gap: 6vw; /* öğeler arası boşluk */
}

.zodiac-col1 {
    width: 45%;
}

.zodiac-col2 {
    width: 45%;
}

.zodiac-col1 div {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    border-radius: 1vw;
}

.zodiac-col1 div:hover {
    box-shadow: 0 0 15px rgb(0, 0, 0,0.8); /* daha büyük ve belirgin mavi ışık */
    transition: box-shadow 0.3s ease;
}

.zodiac-col2 div {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    border-radius: 1vw;
}

.zodiac-col2 div:hover {
    box-shadow: 0 0 15px rgb(0, 0, 0,0.8); /* daha büyük ve belirgin mavi ışık */
    transition: box-shadow 0.3s ease;
}

.mobile-container  {
    width: 100%;
    height: 16vh;
    position: relative;
    background: white;
    border-radius: 8px;
}

/* cart modal */

.close-cart-modal-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}
/* Mobil Sepet Modalı */
#cartModal .filter-modal-content {
    max-width: 90vw;
    padding: 20px;
    max-height: 80vw;
}

#cartModal .order-table th,
#cartModal .order-table td {
    font-size: 3.5vw;

}

#cartModal .fr {
    max-height: 50vw;
    margin-bottom: 0;
}

.top-text {
    font-size: 5vw!important;
    color: white;
}

#cartModal .total-price-mobile {
    font-size: 5vw;
    font-weight: bold;
    color: white;
    margin-left: 2vw;
}

.top-row {
    display: inline-flex;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 1vw;
    border-radius: 5vw;
}

/* .order-table tablosu için sütun genişliklerini ayarlamak */
.order-table th:nth-child(1) {
    width: 20%; /* 1. sütun genişliği */
}

.order-table th:nth-child(2) {
    width: 60%; /* 2. sütun genişliği */
}

.order-table th:nth-child(3) {
    width: 20%; /* 3. sütun genişliği */
}

.data2-mobile {
    margin-top: 3vw;
}

.total {
    margin-top: 3vw !important;
}

/* Mobile Search Bar */
.mobile-search-container {
    position: relative;
    display: flex;
    height: 4vh;
    width: 100%;
}

.mobile-search-bar {
    display: flex;
    width: 100%;
    height: 4vh;
    font-size: 1vw;
    border: 0.1vw solid #01bdd3;
    border-radius: 0.5vw;
    background: white;
    color: #333;
    padding: 0.3vw 0.5vw 0.3vw 0.5vw;
    font-size: 1rem;
}

.btn1 {
    width: 20vw !important;
    height: 8vw !important;
    font-size: 3vw !important;
}

}

@media (min-width: 1280px) {
    #mobile-options-placeholder {
        display: none;
    }
    .toggle-filter-modal-btn {
        display: none;
    }
    .how-to-btn {
        display: none !important;
    }
    .cart-btn {
        display: none !important;
    }
 }

/* güncel */

@media screen and (max-width: 1280px)  and (orientation: landscape) {

    #mobile-options-placeholder {
        display: none;
    }
    .toggle-filter-modal-btn {
        display: none;
    }
    .how-to-btn {
        display: none !important;
    }
    .cart-btn {
        display: none !important;
    }

        #verticalbar-placeholder {
        display: flex;
    }
}

@media screen and (min-width: 767px) and (max-width: 1280px)  and (orientation: portrait) {
.cart-btn{
    font-size: 4vw;
}
}

@media screen and (max-width: 767px)  and (orientation: landscape) {

    #mobile-options-placeholder {
        display: none;
    }
    .toggle-filter-modal-btn {
        display: none;
    }
    .how-to-btn {
        display: none !important;
    }
    .cart-btn {
        display: none !important;
    }

        #verticalbar-placeholder {
        display: flex;
    }

}

@media screen and (max-width: 767px)  and (orientation: portrait) {
   
}