@font-face {
    font-family: 'Milchella';
    src: url('/catalog/view/fonts/Milchella-Regular.ttf');
}


.classic-cart-wrapper{
    display: flex;
    align-content: center;
    justify-content: space-between !important;
}

.desktop-search-wrapper{
    display: flex;
    justify-content: end;
}



#form-currency {
    display: none !important;
}


/*
.main-menu-3 .main-menu-item {
    border-bottom: 5px solid rgba(232, 57, 57, 0);
}

.main-menu-3 .main-menu-item:hover {
    border-bottom: 5px solid rgba(0, 64, 57, 1);
}
*/


.main-menu > .j-menu > li > a, .main-menu > .accordion-menu .menu-item > a + div, .main-menu > .accordion-menu .menu-item > a + div {
    border-style: none !important;
}


.module-item.info-blocks.info-blocks-image {
    width: 100% !important;

}
.module-body {
    display: flex; align-content: space-between; justify-content: space-between;
}

.module-newsletter-67 .module-body {
        flex-direction:row !important;
    }


.custom-magnifier-trigger {
    text-decoration: none;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99; /* z-index değerini yükselttik */
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Daha belirgin olması için gölge eklendi */
}


@media screen and (min-width:768px){
.button-group-page {
    max-width: 500px;
}

.product-blocks.blocks-bottom {
    max-width: 500px;
    margin: 15px;
}
}

.panel-title svg{

    width: 25px;

}

ul.module-body {
    justify-content: center !important;
}

.scroll-top {
    display: none !important;
}

.route-product-product:not(.popup) .product_blocks {
    border: 0px !important;
}
