/* MC CSS CUSTOM */

:root {
    --color-primary: #000;
}

#submit-btn {
    background: #eff06b !important;
    border-radius: 8px !important;
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: var(--font-alt) !important;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(42, 42, 95, 0.25);
    transition: all 0.3s ease !important;
    text-transform: none;
    margin-top: 2rem !important;
    border: none;
    color: #000000;
    cursor: pointer;
}

#shopSidebar {
    position: absolute;
    right: -500px;
    top: 10px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 6px rgb(0 0 0 / .2);
    overflow-y: auto;
    transition: right 0.3s ease, opacity 0.3s ease;
    z-index: 801;
    padding: 20px 20px;
    opacity: 0;
    top: 2%;
    height: 88%;
    border: 2px solid var(--color-primary);
    border-radius: 12px;
}
/*
.sidebar-image {
    background-color: #00000000;
}

.sidebar-image img {
    border-radius: 0;
    width: fit-content;
} */
/*
.sidebar-image {
    text-align: center;
}

.sidebar-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 200px;
    margin: 0 auto 12px;
    border-radius: 8px;
}
*/

#shopSidebar h2, h2.zone_sidebar {
    font-family: 'Barlow Semi Condensed',sans-serif;
    font-size: 32px;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
}

.sidebar-tags {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.sidebar-tags .tag {
    display: inline-block;
    background: #EFF06B;
    color: #000000;
    padding: 1px 14px;
    border-radius: 6px;
    margin: 3px 3px 3px 0;
    font-size: 12px;
}

.sidebar-section {
    margin-bottom: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.sidebar-section h3, p.zone_sidebar.zone_sidebar_label {
    text-transform: uppercase;
    color: #878787;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.5px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.sidebar-section p, p.zone_sidebar {
    font-size: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

button.claim-btn.mc_standard_button_red {
    background-color: #000;
    color: #fff;
    border: 0;
    font-size: 10px;
    border-radius: 5px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
    font-size: 12px;
    font-weight: 600;
}

.sidebar-section a {
    color: #000000;
    display: block;
}

a.zone_sidebar.zone_sidebar_content {
    display: block;
    border: 0px solid red;
    padding-bottom: 10px;
    color: #000000;
    margin: 0 0 10px 0;
    font-size: 14px;
}

h1 {
    font-size: 2em;
}

footer.site-footer {
    display: none;
}

.form-header-image {
    background-image: url(https://civliguria-confesercenti.it/wp-content/uploads/2026/03/logo_VIAVAI_scheda.png);
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.register-container {
    font-family: sans-serif;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

#submit-btn:hover {
    background: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 42, 95, 0.35);
    color: #fff;
}

.login-container {
    max-width: 450px;
    margin: 60px auto;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: sans-serif;
}

.login-container button {
    background: #EFF06B!important;
    color: #000 !important;
}

.login-container p a {
    color: #000 !important;
}

.site-header {
    background: #000000!important;
}

body {
    margin: 0px!important;
}

#shopSidebar.active {
    right: 10px;
    opacity: 1;
}

a.zone_sidebar.zone_sidebar_content {
    display: block;
    border: 0px solid red;
    padding-bottom: 10px;
    color: #000000;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-family: 'Barlow Semi Condensed';
}

ul#shop-list {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #shopSidebar {
        width: 75vw;
        height: 87%;
    }
}   