.wb_btn:hover path{
    fill: #ffffff !important;
}

.blk_btn path{
    fill: #ffffff !important;
}

.blok_btn:hover , .blok_btn:hover rect {
    fill: #000000 !important;
} 


.arrow_list .elementor-icon-list-items li{
    margin-bottom: 15px;
}
.product_infos{
    padding:  20px;
}

/* Homepage Loader */
#dc-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#dc-loader.loaded {
    opacity: 0;
    visibility: hidden;
}
.dc-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.dc-loader-hearts {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.dc-heart {
    opacity: 0.3;
    width: 45px;
    height: auto;
}
.dc-heart rect {
    fill: #ff5e00;
}
.dc-heart.active {
    opacity: 1;
}
.dc-loader-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
}
.dc-loader-text {
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    max-width: 400px;
    opacity: 0.7;
}
@media (max-width: 480px) {
    .dc-loader-logo {
        max-width: 150px;
    }
    .dc-loader-text {
        font-size: 11px;
        padding: 0 20px;
    }
}

/* Shop View Switcher */
.dc-hidden {
    display: none !important;
}
.dc-view-switcher {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 20px 0 20px 0;
}

.dc-view-switcher .w_span{

    font-weight: bold;
    margin-right: 10px;
    letter-spacing : -1.4px;
}
.dc-view-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dc-view-square {
    display: block;
    background-color: #000;
    border: 2px solid #000;
    transition: background-color 0.2s ease;
}
.dc-view-btn.active .dc-view-square {
    background-color: #fff;
}
.dc-view-btn-3 .dc-view-square {
    width: 12px;
    height: 12px;
}
.dc-view-btn-2 .dc-view-square {
    width: 12px;
    height: 12px;
}
.dc-view-btn-1 .dc-view-square {
    width: 12px;
    height: 12px;
}

.footer_internal {
    padding-top: 35px;
}

.footer_internal .elementor-column{

}


.product_count_sup{
    font-family: Silkscreen, sans-serif;
    color: #b3b3b3;
    right: 14px;
}

.discover_text{
    font-weight: 550 !important;
}
.elementor-element.elementor-element-5522b86.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
    padding-left: 0 !important;
}

.traccia , .traccia p{
    margin-bottom: 5px !important;
}

.dc-date-animation{
    color: #FF5E00;
    font-family: "Raster Forge", sans-serif;
    font-size: 12px;

}


@media(min-width: 769px) {
    .footer_internal {
        padding-left: 25% !important;
    }
}
