/**
 * Theme Name:        Gomax
 * Theme URI:         https://gomax.themeasy.co
 * Author:            Themeasy
 * Author URI:        https://themeasy.co
 * Description:       A WooCommerce theme designed for fashion clothing stores, adaptable to sporting goods, furniture, pet supplies, electronics, and auto parts.
 * Requires at least: 5.8
 * Tested up to:      6.8
 * Requires PHP:      7.4
 * Version:           1.1.5
 * License:           GPL-2.0-or-later
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain:       gomax
 * Domain Path:       /languages
 * Tags:              flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, wide-blocks, full-width-template, sticky-post, microformats, custom-background, editor-style, footer-widgets, grid-layout, portfolio, blog, e-commerce, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-header, post-formats
 */

/*----------------------------------------------

[Content Index]

1. Color
2. Typography

----------------------------------------------*/

/*----------------------------------------------
1. Color
----------------------------------------------*/

/* #region Color */

:root {

	/* Primary */
	--gomax-primary-color: #3772ff;
	--gomax-primary-10-color: #3772ff1a;
	--gomax-primary-15-color: #3772ff26;
	--gomax-primary-25-color: #3772ff40;
	--gomax-primary-50-color: #3772ff80;
	--gomax-primary-75-color: #3772ffbf;

	/* Secondary */
	--gomax-secondary-color: #ff006e;
	--gomax-secondary-10-color: #ff006e1a;
	--gomax-secondary-15-color: #ff006e26;
	--gomax-secondary-25-color: #ff006e40;
	--gomax-secondary-50-color: #ff006e80;
	--gomax-secondary-75-color: #ff006ebf;

	/* Auxiliary */
	--gomax-accent-color: #cddcff;
	--gomax-info-color: #0077b6;
	--gomax-success-color: #38a3a5;
	--gomax-danger-color: #e63946;

	/* Black & White */
	--gomax-black-color: #151515;
	--gomax-white-color: #ffffff;

	/* Background */
	--gomax-primary-bg-color: var(--gomax-white-color);
	--gomax-secondary-bg-color: #f3f4f7;

	/* Border */
	--gomax-primary-border-color: #e9e9f2;
	--gomax-secondary-border-color: var(--gomax-black-color);

	/* Text */
	--gomax-primary-text-color: #495057;
	--gomax-secondary-text-color: var(--gomax-black-color);

	/* Button */
	--gomax-primary-button-color: var(--gomax-black-color);
	--gomax-secondary-button-color: var(--gomax-white-color);
}

::selection {
  color: var(--gomax-white-color);
  background-color: var(--gomax-primary-color);
}

/* #endregion Color */

/* #region Dark Mode */

:root .dark-mode {

	/* Background */
	--gomax-primary-bg-color: var(--gomax-black-color);
	--gomax-secondary-bg-color: #2c2e33;

	/* Border */
	--gomax-primary-border-color: #2c2e33;
	--gomax-secondary-border-color: var(--gomax-white-color);

	/* Text */
	--gomax-primary-text-color: #a9aec3;
	--gomax-secondary-text-color: var(--gomax-white-color);

	/* Button */
	--gomax-primary-button-color: var(--gomax-white-color);
	--gomax-secondary-button-color: var(--gomax-black-color);
}

.dark-mode {
	background-color: var(--gomax-primary-bg-color);
	color: var(--gomax-primary-text-color);
}

@media (max-width: 991px) {

  :root .dark-mode-mobile {

    /* Background */
    --gomax-primary-bg-color: var(--gomax-black-color);
    --gomax-secondary-bg-color: #2c2e33;

    /* Border */
    --gomax-primary-border-color: #2c2e33;
    --gomax-secondary-border-color: var(--gomax-white-color);

    /* Text */
    --gomax-primary-text-color: #a9aec3;
    --gomax-secondary-text-color: var(--gomax-white-color);

    /* Button */
    --gomax-primary-button-color: var(--gomax-white-color);
    --gomax-secondary-button-color: var(--gomax-black-color);
  }

	.dark-mode-mobile {
		background-color: var(--gomax-primary-bg-color);
	  color: var(--gomax-primary-text-color);
	}
}

/* #endregion Dark Mode */

/*----------------------------------------------
2. Typography
----------------------------------------------*/

/* #region Typography */

:root {
	--gomax-primary-font: 'Lato', sans-serif;
	--gomax-secondary-font: 'NeueHaas', sans-serif;
	--gomax-text-font-size: 1rem;
	--gomax-text-font-weight: 400;
	--gomax-text-heading-font-weight: 600;
	--gomax-text-button-font-weight: 600;
	--gomax-text-bold-font-weight: 700;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('assets/fonts/presets/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('assets/fonts/presets/Roboto-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('assets/fonts/presets/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('assets/fonts/presets/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url('assets/fonts/presets/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Lato */
@font-face {
  font-family: 'Lato';
  src: local('Lato'), url('assets/fonts/presets/Lato-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato'), url('assets/fonts/presets/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato'), url('assets/fonts/presets/Lato-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato'), url('assets/fonts/presets/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato'), url('assets/fonts/presets/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* NeueHaas */
@font-face {
  font-family: 'NeueHaas';
  src: url('assets/fonts/presets/NeueHaas-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaas';
  src: url('assets/fonts/presets/NeueHaas-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaas';
  src: url('assets/fonts/presets/NeueHaas-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaas';
  src: url('assets/fonts/presets/NeueHaas-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaas';
  src: url('assets/fonts/presets/NeueHaas-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Circular */
@font-face {
  font-family: 'Circular';
  src: url('assets/fonts/presets/Circular-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('assets/fonts/presets/Circular-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('assets/fonts/presets/Circular-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('assets/fonts/presets/Circular-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('assets/fonts/presets/Circular-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Larken */
@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Extra-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larken';
  src: url('assets/fonts/presets/Larken-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* #endregion Typography */
