@CHARSET "UTF-8";

/*
 * The store-theme.theme-jewel-360.css file contains specific settings for the Jewel Store Theme only
 * The stylesheet has the next customisations:
 * - `theme-jewel-360` - the html tag CSS class for the JEWEL store theme
*/

:root.theme-jewel-360 {
    .theme-jewel-360-primary-08 {
        color: #2C8392;
    }

    .theme-jewel-360-primary-03 {
        color: #36555C;
    }

    .fa.fa-pencil:before {
        content: "\f304";
    }

    .vgt-wrap__footer .footer__navigation__page-btn:not(.disabled) .chevron.right::after {
        border-left-color: #2C8392;
    }

    .vgt-wrap__footer .footer__navigation__page-btn:not(.disabled) .chevron.left::after {
        border-right-color: #2C8392;
    }
}
