/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page.scss ***!
  \*******************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "AzeretMono";
  src: url(../fonts/AzeretMono-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AzeretMono";
  src: url(../fonts/AzeretMono-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DelaGothicOne";
  src: url(../fonts/DelaGothicOne-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.btn--solid-white, .btn--solid-black {
  font: 500 16px/1 "AzeretMono", mono;
  letter-spacing: 0.64px;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  padding: 22px;
}
.btn--solid-white {
  color: #EF4522;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--solid-black {
  color: #EF4522;
  background: #121212;
  border: 1px solid #121212;
}
.btn--link-black {
  font: 500 14px/1 "AzeretMono", mono;
  color: #121212;
  text-decoration: underline;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__hamburger {
  position: relative;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 4px;
  background: #121212;
  margin: 5px 0;
}
.header__actions {
  width: 30px;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  padding: 80px 20px 20px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}
.header__collections, .header__shop {
  margin-top: 30px;
}
.header__collections-label, .header__shop-label {
  font: 400 28px/1.1 "DelaGothicOne", sans-serif;
}
.header__collections .container, .header__shop .container {
  padding: 0;
}
.header__collections-list, .header__shop-list {
  margin-top: 20px;
}
.header__collections-link, .header__shop-link {
  font: 500 14px/1 "AzeretMono", mono;
  color: #121212;
  text-decoration: none;
}
.header__collections-list-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header__shop-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #121212;
}

@media (min-width: 768px) {
  .header__container {
    padding: 20px 0;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    flex: 1;
    position: initial;
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    gap: 40px;
    transform: none;
    background: transparent;
    text-align: left;
    padding: 0;
  }
  .header__collections, .header__shop {
    margin: 0;
  }
  .header__collections .container, .header__shop .container {
    padding: 0 20px;
  }
  .header__collections-label, .header__shop-label {
    position: relative;
    font: 300 14px/1 "AzeretMono", mono;
    cursor: pointer;
  }
  .header__collections-label::before, .header__shop-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FD6C4E;
    filter: blur(8px);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    z-index: -1;
  }
  .header__collections-label:hover::before, .header__shop-label:hover::before {
    opacity: 1;
  }
  .header__collections-list, .header__shop-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 100px 0 60px;
    transition: transform 300ms ease-in-out;
    transform: translateY(-100%);
    margin: 0;
    z-index: -2;
  }
  .header__collections.active .header__collections-list, .header__collections.active .header__shop-list, .header__shop.active .header__collections-list, .header__shop.active .header__shop-list {
    transform: translateY(0);
  }
  .header__shop-list-container {
    grid-template-columns: repeat(3, 205px);
  }
  .header__actions {
    flex: 1;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.footer {
  background: #FFFFFF;
  overflow: hidden;
}
.footer__instagram {
  font-family: "AzeretMono", mono;
}
.footer__instagram h3 {
  font-family: "DelaGothicOne", sans-serif;
}
.footer__instagram a {
  color: inherit;
}
.footer__black {
  position: relative;
  background: #121212;
  padding: 200px 0 100px;
}
.footer__socials {
  display: grid;
  gap: 30px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__social-icon {
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  padding: 10px;
}
.footer__social-text {
  display: grid;
  gap: 5px;
}
.footer__social-label {
  font: 300 14px/1.1 "AzeretMono", mono;
  color: #7F7F7F;
  text-transform: uppercase;
}
.footer__social-link {
  font: 500 14px/1 "AzeretMono", mono;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__marquee {
  position: absolute;
  width: 110%;
  top: 0;
  left: 0;
  display: flex;
  padding: 10px 0;
}
.footer__marquee-text {
  flex-shrink: 0;
  font: 300 20px/1.2 "AzeretMono", mono;
  animation: marquee 10s linear infinite;
}
.footer__marquee--1 {
  background: #FFFFFF;
  transform: rotate(5deg) translateX(-5%);
  transform-origin: top left;
}
.footer__marquee--2 {
  background: #EF4522;
  transform: rotate(-5deg) translateX(-5%);
  transform-origin: top right;
}
.footer__marquee--2 .footer__marquee-text {
  animation-direction: reverse;
}
.footer__cards {
  padding: 20px 0;
}
.footer__cards-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__card {
  max-height: 40px;
}

@media (min-width: 768px) {
  .footer__black-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer__socials {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer__marquee--1 {
    transform: rotate(2deg) translateX(-5%);
  }
  .footer__marquee--2 {
    transform: rotate(-2deg) translateX(-5%);
  }
}
html {
  text-transform: uppercase;
}
