/*!
Theme Name: Cyber Monday
Theme URI: http://losciendev.com
Author: Losciend Pinote
Author URI: http://losciendev.com
Description: Are you seeking out a touchdown web page to promote your objects during the Cyber Monday event? We wish you may be satisfied to understand that.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cyber-monday
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Fonts
--------------------------------------------- */
/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/roboto-v32-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('assets/fonts/roboto-v32-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/oswald-v53-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('assets/fonts/oswald-v53-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/oswald-v53-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('assets/fonts/oswald-v53-latin-600.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/oswald-v53-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('assets/fonts/oswald-v53-latin-700.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
    /* Font size
--------------------------------------------- */
    --menu-font-size: 1rem;
    --button-size: 0.875rem;

    /* Color
--------------------------------------------- */
    --background-color: #120e2f;
    --header-bg-color: #1f0737;
    --white: #ffff;
    --menu--hover: #2869ff;
    --button-default-color: #191919;
    --product--background: #050103;
}

body {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Roboto";
    background-color: var(--background-color);
    background-image: url(../images/body.png);
    background-blend-mode: normal;
    background-repeat: repeat-y;
    background-size: contain;
}

ul.navbar {
    margin: 0;
}

ul.navbar,
ul.product__content__ratings {
    list-style-type: none;
}

ul {
    padding: 0;
}

a {
    color: var(--white);
    text-decoration: none;
}

img,
video,
picture,
canvas,
svg {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a:hover,
a:focus,
.menu-item a:hover,
.menu-item a:focus {
    color: var(--menu--hover);
}

.menu-item.current-menu-item a {
    color: var(--menu--hover);
}

#menu-header-menu a {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
}

.menu-header-menu-container {
    margin-left: auto;
}

.menu-item a {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition-behavior: normal, normal, normal;
    transition-duration: 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s;
    transition-property: color, background-color, border-color;
}

#header--site {
    background: var(--header-bg-color);
}

.bg--img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#home-banner {
    overflow: hidden;
}

.banner__objects {
    left: 0;
}

.default--btn {
    display: inline-flex;
}

.default--btn a {
    font-size: var(--button-size);
    border-radius: 4px;
    font-family: "Oswald-Bold";
    color: var(--white);
    padding: 1rem 1.7rem;
    background: var(--button-default-color);
    overflow: hidden;
}

.section {
    padding: 6.25rem 0;
}

.section__header__title h2 {
    color: var(--white);
}

.section--header {
    margin-bottom: 3.75rem;
}

.section__title {
    font-family: 'Oswald-Bold';
    font-size: calc(1.35rem + 1.2vw);
    text-transform: uppercase;
}

.section--header,
.section__header__title {
    position: relative;
}

.section__header__limited {
    margin: auto;
    transform: translateY(16px);
    width: 181px;
}

.product__title {
    font-family: 'Oswald-Bold';
    font-size: calc(1.275rem + 0.3vw);
    text-transform: uppercase;
}

.content__discount__price p {
    background-image: linear-gradient(0deg, #007dff 0%, fuchsia 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content__price p {
    font-size: 1.125rem;
}

.content__rating__star {
    width: 1.125em;
}

.product__content__ratings {
    gap: 0.125rem;
}

.content__price p {
    margin-bottom: 0.313rem;
}

.product__content__price {
    gap: 0.313rem;
}

.product__content__img {
    margin-bottom: 2.5rem;
}

.product--content {
    background: var(--product--background);
    border-radius: 10px;
    padding: 2.5rem 1.25rem;
}

.btn__icon {
    display: inline-block;
    width: 1.125em;
    margin-right: 0.313rem;
}

.section--header .section__title {
    text-align: center;
}

.section--header .with__description .section__title {
    text-align: left;
}

.section__header__limited.with__description {
    margin: unset;
}

.section__header__description p {
    font-size: 1.25rem;
    line-height: 1.8;
}

.default--btn a:hover {
    color: #fff;
    transform: translateY(-3px);
}

.default--btn a {
    transition: all 0.3s ease;
}

.default--btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #007dff 0%, fuchsia 100%);
    transition: transform 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
}

.default--btn a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s;
}

/* xl */
@media (min-width: 1200px) {
    .section__title {
        font-size: 2.25rem;
    }

    .product__title {
        font-family: 'Oswald-Bold';
        font-size: 1.5rem;
    }
}