.sk-hide , #sk-prod-compare-widget .sk-compare-btn.sk-hide, #sk-compare-exit-popup.sk-hide, .sk-compare-confirmation.sk-hide, .sk-compare-error.sk-hide{
    display: none;
}
#sk-prod-compare-sidebar.sk-hide, #sk-prod-compare-recap.sk-hide, #sk-prod-compare-sidebar.aside{
    transform: translateX(100%);
}
#sk-prod-compare-widget{
    display: flex;
    font-family: Rajdhani, sans-serif;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    min-height: 30px;
}
#sk-prod-compare-widget .sk-prod-compare{
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    color: black;
}
#sk-prod-compare-widget .sk-compare-btn{
    font-family: Rajdhani;
    background-color: black;
    color: #fd0;
    fill: #fd0;
    border: none;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.sk-compare-confirmation , .sk-compare-error{
    display: flex;
    background-color: black;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 50%;
    height: 55px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 7px #00000080;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    font-family: Rajdhani;
    z-index: 100;
}
.sk-compare-confirmation p, .sk-compare-error p{
    margin: 0;
    max-width: 85%;
}
.sk-checkbox-bkgr{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CD1719;
    fill: white;
    border-radius: 3px;
    width: 22px;
    height: 22px;
}
.sk-compare-confirmation input[type="checkbox"]:checked{
    accent-color: green;
    width: 22px;
    height: 22px;
}
#sk-prod-compare-widget .sk-compare-btn:hover{
    background-color: #fd0;
    color: black;
    fill: black;
}
#sk-prod-compare-widget input[type="checkbox"] {
    width: 22px;
    height: 22px;
    z-index: -1;
}
#sk-prod-compare-widget input[type="checkbox"]:checked {
    accent-color: black;
}
#sk-prod-compare-recap{
    position: fixed;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 7px #00000080;
    color: black;
    gap: 20px;
    bottom: 0px;
    right: 0px;
    background-color: white;
    width: 200px;
    height: 120px;
    z-index: 100;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    transition: transform 0.3s ease;
}
#sk-prod-compare-recap .sk-compare-toggle{
    background: none;
    border: none;
    transform: rotate(180deg);
    transform-origin: center;
}
.sk-compare-toggle:hover{
    filter: drop-shadow(0 0 2px black) contrast(200%);
}
#sk-prod-compare-recap .sk-compare-text{
    width: 120px;
}
#sk-prod-compare-sidebar{
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 30%;
    z-index: 1200;
    gap: 10px;
    background-color: white;
    font-family: Rajdhani, sans-serif;
    padding: 40px;
    color: black;
    overflow-y: auto;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 7px #00000080;
}
#sk-prod-compare-sidebar::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
  
#sk-prod-compare-sidebar::-webkit-scrollbar-track {
    background: none;
}
  
#sk-prod-compare-sidebar::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px; 
}
  
#sk-prod-compare-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

#sk-prod-compare-sidebar .sk-compare-toggle{
    background: none;
    border: none;
    transform: rotate(90deg);
    transform-origin: center;
    align-self: baseline;
}
#sk-prod-compare-sidebar .sk-compare-header{
    margin-top: 15px;
}
#sk-prod-compare-sidebar .sk-compare-recap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#sk-prod-compare-sidebar .sk-compare-sidebar-title{
    font-family: Rajdhani, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin: 0;
}
#sk-prod-compare-sidebar .sk-compare-text{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
#sk-prod-compare-sidebar .sk-compare-prod-container{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#sk-prod-compare-sidebar .sk-compare-prod-template{
    display: none;
}
#sk-prod-compare-sidebar .sk-compare-prod.placeholder{
    align-items: center;
    display: flex;
    gap: 10px;
}
#sk-prod-compare-sidebar .sk-image-placeholder{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 110px;
    background-color: #d9d9d9;
    margin-left: 25px;
}
#sk-prod-compare-sidebar .sk-compare-text-placeholder{
    font-weight: 500;
    margin: 0;
}
#sk-prod-compare-sidebar .sk-compare-buttons{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    font-family: Rajdhani, sans-serif;
    font-size: 14px;
}
#sk-prod-compare-sidebar .sk-compare-exit{
    font-family: Rajdhani;
    font-weight: 500;
    background: none;
    border: none;
    text-decoration: underline;
}
#sk-prod-compare-sidebar .sk-compare-btn{
    background-color: black;
    border: none;
    color: #fd0;
    fill: #fd0;
    padding: 3px 15px;
    font-weight: 500;
}
#sk-prod-compare-sidebar .sk-compare-btn:hover{
    background-color: #fd0;
    color: black;
    fill: black;
}
#sk-prod-compare-sidebar .sk-prod-remove{
    border: none;
    background: none;
}
#sk-prod-compare-sidebar .sk-catalog-prodbkgr-sm{
    width: 90px;
    height: 110px;
    z-index: -1;
    position: absolute;
}
#sk-prod-compare-sidebar .sk-compare-img{
    display: flex;
    align-items: center;
    width: 90px;
    height: 110px;
}
#sk-prod-compare-sidebar .sk-compare-prod{
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
#sk-prod-compare-sidebar .sk-compare-elem{
    display: flex;
    gap: 12px;
}
#sk-prod-compare-sidebar .sk-compare-info{
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    gap: 5px;
    align-items: center;
}
#sk-prod-compare-sidebar .sk-compare-cat{
    background-color: #d99c33;
    color: white;
    padding: 2px 5px;
    margin: 0;
}
#sk-prod-compare-sidebar .sk-compare-cat.diesel{
    background-color: #D99C33;
}
#sk-prod-compare-sidebar .sk-compare-cat.benzina{
    background-color: #3fa535;
}
#sk-prod-compare-sidebar .sk-compare-cat.gpl{
    background-color: #006d5c;
}
#sk-prod-compare-sidebar .sk-compare-cat.olio{
    background-color: #cd1719;
}
#sk-prod-compare-sidebar .sk-compare-cat.radiatori{
    background-color: #2c4a9a;
}
#sk-prod-compare-sidebar .sk-compare-code{
    color: #969696;
    margin: 0;
}
#sk-prod-compare-sidebar .sk-compare-title{
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0 0 0;
}
#sk-prod-compare-sidebar .sk-compare-description{
    font-size: 14px;
    line-height: 18px;
}
#sk-prod-compare-sidebar .sk-compare-link{
    background: none;
    border: 1px solid black;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 14px;
    font-family: Rajdhani, sans-serif;
    color: black;
    cursor: pointer;
}
#sk-prod-compare-sidebar .sk-compare-link:hover{
    background-color: black;
    color: white;
    fill: white;
}
.sk-grey-bkgr{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.5);
    bottom: 0px;
    left: 0px;
    z-index: 100;
}
#sk-compare-exit-popup{
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 450px;
    gap: 20px;
    background-color: white;
    color: black;
    font-family: Rajdhani, sans-serif;
    padding: 50px 0;
    box-shadow: 0px 0px 7px #00000080;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sk-compare-exit-popup h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;  
}
#sk-compare-exit-popup p{
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    width: 70%;
    text-align: center;
}
#sk-compare-exit-popup .sk-compare-popup-buttons{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
#sk-compare-exit-popup .sk-popup-exit-cancel{
    font-family: Rajdhani, sans-serif;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
#sk-compare-exit-popup .sk-popup-exit-btn{
    font-family: Rajdhani, sans-serif;
    background-color: black;
    color: #fd0;
    fill: #fd0;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 500;
}
#sk-compare-exit-popup .sk-popup-exit-btn:hover{
    background-color: #fd0;
    color: black;
    fill: black;
}
.scroll-top.on{
    bottom: 125px;
}
@media (max-width: 1300px) {
    .scroll-top.on{
        bottom: 100px;
    }
    #sk-prod-compare-sidebar .sk-compare-prod-container {
        gap: 20px;
        margin: 20px 0;
    }
    #sk-prod-compare-sidebar{
        padding: 30px 20px;
    }
    #sk-prod-compare-sidebar .sk-compare-sidebar-title {
        font-size: 24px;
        line-height: 24px;
    }
    #sk-prod-compare-sidebar .sk-compare-text {
        font-size: 14px;
        line-height: 18px;
    }
    #sk-prod-compare-sidebar .sk-catalog-prodbkgr-sm , #sk-prod-compare-sidebar .sk-compare-img , #sk-prod-compare-sidebar .sk-image-placeholder{
        width: 70px;
        height: 85px;
    }
    #sk-prod-compare-sidebar .sk-compare-title {
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 0 0;
    }
    #sk-prod-compare-sidebar .sk-compare-description {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    #sk-prod-compare-sidebar .sk-compare-link {
        font-size: 12px;
        line-height: 12px;
    }
    #sk-prod-compare-sidebar .sk-compare-buttons {
        font-size: 13px;
    }
    #sk-prod-compare-recap{
        height: 100px;
    }
}
@media (max-width: 768px) {
    #sk-prod-compare-sidebar .sk-compare-header{
        margin-top: 0;
    }
    #sk-prod-compare-recap{
        display: none;
    }
    .sk-compare-confirmation,.sk-compare-error{
        bottom: 100px;
        width: 90%;
        z-index: 1;
        font-size: 13px;
    }
    #sk-prod-compare-sidebar .sk-compare-toggle{
        align-self: center;
        width: 32px;
        height: 32px;
    }
    #sk-prod-compare-sidebar .sk-compare-toggle svg{
        width: 18px;
    }
    #sk-prod-compare-sidebar.aside {
        transform: none;
        height: 95px;
        padding: 15px 40px;
    }
    #sk-prod-compare-sidebar.aside .sk-compare-toggle{
        transform: rotate(270deg);
        transform-origin: center;
    }
    #sk-prod-compare-sidebar{
        height: 530px;
        width: 100%;
        padding: 40px;
        overflow-y: hidden;
        transition: height 0.3s ease;
        z-index: 110;
    }
    #sk-prod-compare-sidebar .sk-compare-sidebar-title{
        font-size: 22px;
        line-height: 32px;
    }
    #sk-prod-compare-sidebar .sk-compare-text{
        font-size: 14px;
    }
    #sk-prod-compare-sidebar.sk-hide, #sk-prod-compare-recap.sk-hide{
        transform: translateY(100%);
    }
    #sk-prod-compare-sidebar .sk-compare-prod {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
    }
    #sk-prod-compare-sidebar .sk-compare-prod.prod {
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #sk-prod-compare-sidebar .sk-image-placeholder {
        margin:0;
    }
}