﻿ .markalar-wrapper {
    position: fixed;
    right: 0;
    top: 50%;

    width: 0;
    height: 0;

    z-index: 9999;
}


/* TURUNCU BUTON */

.markalar-butonu {
    position: absolute;
z-index: 5;
    right: 0;
    top: 0;

    width: 35px;
    height: 120px;

    transform: translateY(-50%);

    border: 0;
    background: #ff4b16;
    color: #fff;

    border-radius: 6px 0 0 6px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    box-shadow: 0 3px 10px rgba(0,0,0,.15);

    transition: right .4s ease;
}


/* BUTON YAZISI */

.markalar-butonu span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);

    font-size: 12px;
    font-weight: 600;
}

.markalar-butonu b {
    font-size: 16px;
    margin-top: 8px;
    font-weight: normal;
}


/* PANEL */

.markalar-panel {
	z-index: 5;
    position: absolute;

    right: 28px;
    top: 0;

    width: 237px;

    padding: 15px;

    box-sizing: border-box;

    background: #1d1d31;

    border-radius: 8px;

    z-index: 4;

    /* Panelin tam ortasını butonun tam ortasına getir */
    transform: translateY(-50%) translateX(calc(100% + 30px));

    transition: transform .4s ease;
}


/* AÇILDIĞINDA */

.markalar-panel.acik {
    transform: translateY(-50%) translateX(0);
}

.marka-logo{    background: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;overflow: hidden;
    height: 120px;
    margin-bottom: 10px;
    padding: 12px;
    display: flex;}

.marka-logo img{    color: transparent;
    object-fit: contain;
    max-width: 100%;
    height: auto;}

.marka-adi,.markalar-baslik{color: #fff; font:500 13px Inter;   transition: color .2s;text-align: center;margin-bottom: 10px;}