.svg-badge-position {
    right: -13px;
    top: 29%;
}

.top-icon {
    width: 32px;
    height: 22px;
    stroke: #000000;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

.back-icon {
    stroke-width: 2px !important;
}

.cart-icon {
    margin-top: 4px;
}

.top-icon.icon-white {
    stroke: #ffffff !important;
}

.title-text {
    font-family: 'Freesentation-6SemiBold';
    font-size: 20px;
    margin: 0px 10px !important;
}

/* 로고 옆 애니메이션 스타일 */
.logo-sprout {
    height: 20px;       /* 로고 높이에 맞춰 조정하세요 */
    width: auto;
    margin-left: 6px;   /* 로고와의 간격 */
    pointer-events: none; /* 클릭을 방해하지 않도록 설정 */
}

/* 모바일 환경에서 크기 조정이 필요할 경우 */
@media (max-width: 768px) {
    .logo-sprout {
        height: 20px;
        margin-left: 4px;
    }
}