
:root {
--border-radius-top-category: 20;
--color-top-category-black: #543130;
--color-top-category-black-hover: #754a4b;
--color-top-category-gray: #b2b2b2;
--border-color-top-category: #e2e2e2;
--background-color-menu-style-1-top-category: #fbfbfb;
--background-color-arrow-top-category: #f1f1f1;
--background-color-arrow-top-category-hover: #e2e2e2;
--background-color-slider-style-1-top-category: #e2e2e2;
--background-color-slider-style-1-top-category-hover: var(--color-primary);
--color-slider-style-1-top-category: #000000;
--color-slider-style-1-top-category-hover: #ffffff;
}

/* Informačný prúžok – zarovnanie úplne hore, bez plávania dole vľavo */
.site-msg.information, .site-msg--information {
    position: static !important;
    bottom: auto !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 8px 20px;
    text-align: center;
    background: #f5e1c4;
    color: #000;
    box-shadow: none;
    border-radius: 0 !important;
    font-weight: 700 !important;
    font-size: 15px;
}

/* ak má Shoptet vnorený kontajner, nech sa nerozbíja šírka */
.site-msg.information > div,
.site-msg--information > div {
    width: 100% !important;
    text-align: center;
}