/*
 * Converts pixel size to rem.
 *
 * @param {String} $size - size in pixels
 * @param {String} $context - context size
 * @return {String}
 * @require $browser-context
 */
/*
 * Get grid column width.
 *
 * @param {Integer} $size - how many columns we want
 * @param {Integer} $cols - total columns count
 * @param {Integer} $gap - gap between columns
 * @param {Integer} $width - total grid width
 * @param {String} $unit - unit to append
 * @example width: col();
 * @example width: col(6, 12, 2, 100, '%'); - 6 columns from 12 col grid with gap width of 2% from 100% of total grid with
 * @example width: col(3, 12, 40, 1024, 'px'); - 3 columns from 12 col grid with gap width of 40px from 1024px of total grid with.
 */
/*
 * Get grid column offset.
 *
 * @param {Integer} $size - how many columns we want
 * @param {Integer} $cols - total columns count
 * @param {Integer} $gap - gap between columns
 * @param {Integer} $width - total grid width
 * @param {String} $unit - unit to append
 * @example margin-left: col();
 * @example margin-left: col(6, 12, 2, 100, '%'); - 6 columns from 12 col grid with gap width of 2% from 100% of total grid with
 * @example margin-left: col(3, 12, 40, 1024, 'px'); - 3 columns from 12 col grid with gap width of 40px from 1024px of total grid with.
 */
/*
 * Get grid gap.
 *
 * @param {Integer} $gap - gap between columns
 * @param {String} $unit - unit to append
 */
.layout-container .region--header,
.layout-container .region--footer {
  background: #242733;
}
.layout-container .region--pre-header .container-wrapper {
  background: black;
}
.layout-container .btn-hamburger .title,
.layout-container .btn-search .title,
.layout-container .menu--account a,
.layout-container .menu--main a,
.layout-container .menu--domain-nav .link {
  color: #F1AE07;
}
.layout-container .block--exposed_form_search_global_page_1 .button--submit {
  background: #F1AE07;
  border-color: #F1AE07;
}

/*# sourceMappingURL=kamdofitka.css.map*/
