:root {
    --transition-animation: 0.25s linear;
    --px120: 7.5rem;
    --px112: 7rem;
    --px80: 5rem;
    --px64: 4rem;
    --px56: 3.5rem;
    --px48: 3rem;
    --px40: 2.5rem;
    --px24: 1.5rem;
    --px32: 2rem;
    --px30: 1.875rem;
    --px28: 1.75rem;
    --px22: 1.375rem;
    --px20: 1.25rem;
    --px18: 1.125rem;
    --px16: 1rem;
    --px14: 0.875rem;
    --px12: 0.75rem;
    --px8: 0.5rem;
    --px4: 0.25rem;
    --color-green: #009f79;
    --color-red: #e12f3b;
    --color-orange: #f4b148;
    --color-blue-light: #c2c6ff;
}

.sx-header-menu-right .sx-header-menu-item {
    margin-right: 0;
}
.sx-compire-product, .sx-compare-products, .sx-top-cart {
    display: none;
}

.sx-content-section {
    font-size: var(--px20);
    padding: var(--px80) 0;
}

.sx-img-wrapper img {
    transition: all 0.5s;
}
.sx-img-wrapper:hover img {
    transform: scale(1.05);
}