body {
    background-color: #5e291d;
}



.main-visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    max-height: 700px; 
    overflow: visible;
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.main-img {
    max-width: 75%;
    height: auto;
    object-fit: contain;  
}


.btn-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -180px;     
}

.shop-btn {
    padding: 14px 34px;
    background-color: #ffd34a;
    text-decoration: none;  
    border: none;
    border-radius: 30px;
    font-weight: -500px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.shop-btn:hover {
    background-color: #ffbe2b;
    transform: translateY(-2px);
}
