.ec-shopCollectionBtn{
    background-color: #BE0000;
}

.custom-toggle-btn {
    width:95%;
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    background-color: transparent; 
    border: none; 
    border-bottom: 2px solid #BE0000;
    padding: 15px 0; 
    cursor: pointer;
    margin-left:2%;
    margin-right:2%;
    margin-top:2%;
}

.custom-toggle-btn:hover {
    opacity: 0.7;
}

.btn-text {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: left;
    margin-left: 0;
}

.arrow-icon {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 5px solid #c00;
    border-right: 5px solid #c00;
    margin-right: 15px; 
    margin-top: -6px; 
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.custom-toggle-btn.is-open .arrow-icon {
    transform: rotate(-45deg);
    margin-top: 8px;
}

.title-size {
    font-size: 4rem !important;
}