/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
sup {
  top: -0.5em; }

/* line 171, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 423, /Volumes/Data/DEV/paragon/dev/sass/utils/_normalize-custom.scss */
td, th {
  padding: 0; }

/* line 3, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_clearfix.scss */
header .content:before, header .wishlist ul li:before, footer:before, footer .block:before, .products-grid:before, .wishlist-grid:before, #about .about-section:before, .contact-infos .center:before, .category-grid:before, .category-grid-mobile:before, .products-list:before, #product .tabs .tab-controls ul:before, #product .tabs .tab-controls li:before, #wishlist .wishlist-infos .center:before, header .content:after, header .wishlist ul li:after, footer:after, footer .block:after, .products-grid:after, .wishlist-grid:after, #about .about-section:after, .contact-infos .center:after, .category-grid:after, .category-grid-mobile:after, .products-list:after, #product .tabs .tab-controls ul:after, #product .tabs .tab-controls li:after, #wishlist .wishlist-infos .center:after {
  content: " ";
  display: table; }
/* line 7, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_clearfix.scss */
header .content:after, header .wishlist ul li:after, footer:after, footer .block:after, .products-grid:after, .wishlist-grid:after, #about .about-section:after, .contact-infos .center:after, .category-grid:after, .category-grid-mobile:after, .products-list:after, #product .tabs .tab-controls ul:after, #product .tabs .tab-controls li:after, #wishlist .wishlist-infos .center:after {
  clear: both; }

/* line 1, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_greyscale.scss */
.product-grid-item .product-image-m.grey, .product-grid-item .product-image.grey {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

@font-face {
  font-family: "Asap-regular";
  src: url('../assets/fonts/Asap-regular/Asap-Regular.eot');
  src: url('../assets/fonts/Asap-regular/Asap-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Asap-regular/Asap-Regular.woff') format('woff'), url('../assets/fonts/Asap-regular/Asap-Regular.ttf') format('truetype'), url('../assets/fonts/Asap-regular/Asap-Regular.svg#Asap-regular') format('svg');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Asap-italic";
  src: url('../assets/fonts/Asap-italic/Asap-Italic.eot');
  src: url('../assets/fonts/Asap-italic/Asap-Italic.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Asap-italic/Asap-Italic.woff') format('woff'), url('../assets/fonts/Asap-italic/Asap-Italic.ttf') format('truetype'), url('../assets/fonts/Asap-italic/Asap-Italic.svg#Asap-italic') format('svg');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Frutiger-bold";
  src: url('../assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.eot');
  src: url('../assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.woff') format('woff'), url('../assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.ttf') format('truetype'), url('../assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.svg#Frutiger-bold') format('svg');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Frutiger-light";
  src: url('../assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.eot');
  src: url('../assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.woff') format('woff'), url('../assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.ttf') format('truetype'), url('../assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.svg#Frutiger-light') format('svg');
  font-style: normal;
  font-weight: normal; }

/* line 6, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
h1, h2, h3, header .wishlist h3 .count, .menu-button .text, .burger-button .notification, #about .lines-button .text, #about .lines-button .text span, #about .about-section .part-middle .button span, #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button .text span {
  font-family: 'Frutiger-bold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 15, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
.hero h2 span, .product-grid-item .texts-container h1 span {
  font-family: 'Frutiger-light', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 24, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
a, p, h4, h5, span, div, input, textarea, select, #about section.about-head h2, #about .about-section-mobile h2, #about .about-section-mobile .part-middle-mobile h3, #products .texts-container h3 {
  font-family: 'Asap-regular', sans-serif;
  font-weight: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 33, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
header li.emmys .text {
  font-family: Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 46, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

/* line 55, /Volumes/Data/DEV/paragon/dev/sass/base/_fonts.scss */
i {
  font-family: 'Asap-italic', sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 1, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
body {
  color: white;
  background-image: url(../assets/images/texture-noise-light.jpg);
  position: relative; }

/* line 7, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
html {
  overflow-x: hidden;
  overflow-y: scroll; }

/* line 12, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
* {
  margin: 0;
  padding: 0; }
  /* line 15, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
  *:after {
    content: none; }

/* line 20, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
body, html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

/* line 27, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
[v-cloak] {
  display: none; }

/* line 29, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
a {
  color: white;
  text-decoration: none; }

/* line 34, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 40, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
input[type=text]:focus, textarea:focus {
  box-shadow: none;
  border: none;
  outline: none; }

/*
    Fix a positionning bug for the next ChildVM
    but causes a little flick at the site startup
    (can be fixed with the preloader / initial transitionIn I guess)
*/
/* line 51, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
#view {
  position: relative;
  left: 0;
  top: 0;
  width: 100%; }
  /* line 57, /Volumes/Data/DEV/paragon/dev/sass/base/_base.scss */
  #view:after {
    display: none; }

/* line 1, /Volumes/Data/DEV/paragon/dev/sass/libs/_dragdealer.scss */
.dragdealer {
  position: relative;
  height: 30px;
  background: #000; }

/* line 6, /Volumes/Data/DEV/paragon/dev/sass/libs/_dragdealer.scss */
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: -webkit-grab;
  cursor: grab; }

/* line 12, /Volumes/Data/DEV/paragon/dev/sass/libs/_dragdealer.scss */
.dragdealer.dragging .handle {
  cursor: grabing; }

/* line 16, /Volumes/Data/DEV/paragon/dev/sass/libs/_dragdealer.scss */
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center; }

/* line 25, /Volumes/Data/DEV/paragon/dev/sass/libs/_dragdealer.scss */
.dragdealer .disabled {
  background: #898989; }

/* Add project specific styles here */
/* line 1, /Volumes/Data/DEV/paragon/dev/src/common/components/draggable-diaporama/_draggable-diaporama.scss */
.draggable-diaporama {
  height: 100%;
  overflow: hidden; }
  /* line 5, /Volumes/Data/DEV/paragon/dev/src/common/components/draggable-diaporama/_draggable-diaporama.scss */
  .draggable-diaporama ul {
    height: 100%;
    position: relative; }
    /* line 9, /Volumes/Data/DEV/paragon/dev/src/common/components/draggable-diaporama/_draggable-diaporama.scss */
    .draggable-diaporama ul li {
      float: left;
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center center; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/common/components/load-indicator/_load-indicator.scss */
.load-indicator {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 8, /Volumes/Data/DEV/paragon/dev/src/common/components/load-indicator/_load-indicator.scss */
  .load-indicator .loader {
    position: absolute;
    height: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background-color: white;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    bottom: 0;
    left: 0; }
  /* line 19, /Volumes/Data/DEV/paragon/dev/src/common/components/load-indicator/_load-indicator.scss */
  .load-indicator .bg-loader {
    background-color: #1c1c1c;
    margin-left: -1px;
    width: 110%;
    height: 100%; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
header {
  width: 100%;
  position: fixed;
  z-index: 3; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header h1 {
    display: inline-block; }
    /* line 9, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header h1 img {
      height: 47px; }
    @media screen and (max-width: 1024px) {
      /* line 14, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header h1 img {
        height: 36px; } }
    @media screen and (max-width: 480px) {
      header h1 {
        position: relative;
        top: -3px;
        left: 5px; } }
  /* line 26, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header.show-background > .background {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .header-content {
    position: relative;
    z-index: 4;
    padding: 40px 60px 0 60px;
    -webkit-transition: background-color 0.3s cubic-bezier(1, 0, 0, 1);
            transition: background-color 0.3s cubic-bezier(1, 0, 0, 1); }
    /* line 36, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .header-content.black .background-collapsed {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
    /* line 40, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .header-content h1, header .header-content li, header .header-content .burger-button, header .header-content .wishlist, header .header-content .menu {
      opacity: 0; }
    @media screen and (max-width: 480px) {
      header .header-content {
        padding: 20px 10px 0 10px; } }
    /* line 48, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .header-content .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../assets/images/texture-noise.jpg); }
    /* line 57, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .header-content .background-collapsed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 135px;
      background: url(../assets/images/texture-noise-dark.jpg);
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
              transition: transform 0.6s cubic-bezier(1, 0, 0, 1); }
      /* line 68, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .header-content .background-collapsed.no-transition {
        -webkit-transition: none;
                transition: none; }
      @media screen and (max-width: 1024px) {
        header .header-content .background-collapsed {
          height: 100px; } }
      @media screen and (max-width: 480px) {
        header .header-content .background-collapsed {
          height: 65px; } }
    /* line 82, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .header-content.collapse .background-collapsed {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
  /* line 88, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .burger-button {
    width: 35px;
    top: 40px;
    right: 60px; }
    @media screen and (max-width: 480px) {
      header .burger-button {
        top: 20px;
        right: 10px; } }
  /* line 100, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .content {
    margin-top: 53px;
    display: none; }
    @media screen and (max-width: 1280px) {
      header .content {
        margin-top: 20px; } }
  /* line 110, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .wishlist, header .menu {
    border-top: 1px solid #4d4d4d;
    width: 45%; }
  /* line 115, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .wishlist {
    position: relative;
    float: left; }
    @media screen and (max-width: 1024px) {
      header .wishlist {
        z-index: 1;
        width: 100%; } }
    /* line 123, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .products {
      border-bottom: 1px solid #4d4d4d; }
      /* line 126, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .products ul {
        max-height: 200px;
        overflow-y: auto;
        padding-top: 4px; }
    /* line 133, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .button-wishlist {
      display: inline-block;
      padding: 8px 11px;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      border: 1px solid #d8d8d8;
      color: #d8d8d8;
      cursor: pointer;
      float: right; }
    /* line 145, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .lines-button {
      float: right;
      width: 120px;
      min-width: 120px;
      height: 40px;
      min-height: 40px;
      margin-top: 40px; }
      /* line 153, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .lines-button .text {
        line-height: 40px; }
      @media screen and (max-width: 480px) {
        header .wishlist .lines-button {
          margin-top: 25px;
          width: 95px;
          min-width: 95px;
          height: 35px;
          min-height: 35px; }
          /* line 164, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .wishlist .lines-button .text {
            line-height: 36px;
            font-size: 14px; } }
    /* line 171, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .check-out {
      padding: 0 11px; }
      /* line 174, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .check-out span {
        line-height: 39px;
        position: relative;
        text-transform: uppercase; }
    /* line 181, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist h3 {
      margin: 60px 0 40px 0;
      font-size: 50px; }
      @media screen and (max-width: 1280px) {
        header .wishlist h3 {
          margin-top: 40px;
          font-size: 40px; } }
      @media screen and (max-width: 480px) {
        header .wishlist h3 {
          margin-top: 10px;
          margin-bottom: 10px;
          font-size: 30px; } }
      /* line 196, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist h3 .count {
        float: right; }
    /* line 202, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist ul {
      margin-bottom: 50px; }
      @media screen and (max-width: 480px) {
        header .wishlist ul {
          margin-bottom: 30px; } }
      /* line 209, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist ul li {
        display: block;
        height: 60px;
        font-size: 24px; }
        @media screen and (max-width: 1280px) {
          header .wishlist ul li {
            font-size: 22px; } }
        @media screen and (max-width: 480px) {
          header .wishlist ul li {
            font-size: 18px;
            height: 25px; } }
        /* line 225, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .wishlist ul li .text:not(.lines-button .text) {
          width: 75%;
          text-transform: uppercase;
          float: left;
          padding: 15px 0; }
        /* line 232, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .wishlist ul li .right {
          width: 25%;
          float: right;
          margin-top: 10px; }
          /* line 237, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .wishlist ul li .right .close-button {
            right: 0;
            top: 0;
            width: 20px; }
            @media screen and (max-width: 480px) {
              header .wishlist ul li .right .close-button {
                width: 17px;
                height: 17px; } }
          /* line 248, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .wishlist ul li .right .lines-button {
            top: -40px;
            margin-right: 30%;
            margin-top: 0; }
    /* line 257, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .contact-group {
      margin-top: 30px;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
              transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
      @media screen and (max-width: 480px) {
        header .wishlist .contact-group {
          margin-top: 20px; } }
      /* line 268, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .contact-group input {
        background: none;
        border: none;
        border-bottom: 1px solid #4d4d4d;
        padding: 7px 19px;
        width: calc(47% - 36px);
        text-transform: none;
        font-size: 22px; }
        /* line 277, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .wishlist .contact-group input:focus {
          outline: none; }
        /* line 281, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .wishlist .contact-group input:first-child {
          margin-right: 5%; }
        @media screen and (max-width: 1024px) {
          header .wishlist .contact-group input {
            width: 47%;
            padding: 7px 0;
            font-size: 16px; } }
        @media screen and (max-width: 680px) {
          header .wishlist .contact-group input {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          header .wishlist .contact-group input {
            font-size: 12px; } }
      /* line 298, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .contact-group p {
        margin-bottom: 30px;
        font-size: 24px; }
        @media screen and (max-width: 1280px) {
          header .wishlist .contact-group p {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          header .wishlist .contact-group p {
            font-size: 12px;
            margin-bottom: 10px; } }
      /* line 311, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .wishlist .contact-group.open {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
    /* line 317, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .wishlist .message {
      position: relative;
      top: 20px;
      text-align: right;
      font-size: 18px; }
      @media screen and (max-width: 1280px) {
        header .wishlist .message {
          font-size: 16px; } }
      @media screen and (max-width: 1024px) {
        header .wishlist .message {
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        header .wishlist .message {
          font-size: 12px; } }
  /* line 335, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .menu {
    position: relative;
    float: right;
    color: #d8d8d8; }
    @media screen and (max-width: 1024px) {
      header .menu {
        position: absolute;
        float: none;
        right: 60px;
        width: calc(100% - 120px); } }
    @media screen and (max-width: 480px) {
      header .menu {
        right: 10px;
        width: calc(100% - 20px); } }
    @media screen and (max-height: 480px) {
      /* line 352, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .menu li:first-child {
        display: none; } }
    /* line 357, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu li:nth-child(5) {
      border: none; }
    /* line 361, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu li:nth-child(6) {
      height: 11vh; }
      @media screen and (max-width: 480px) {
        header .menu li:nth-child(6) {
          height: 70px; } }
    /* line 369, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu li:last-child {
      border: none;
      height: 55px; }
    /* line 374, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu li.line-bottom {
      border-bottom: 1px solid #4d4d4d; }
      /* line 377, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .menu li.line-bottom:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d8d8d8;
        display: inline-block;
        position: absolute;
        bottom: -1px;
        right: 0;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
                transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      @media screen and (min-width: 1024px) {
        header .menu li.line-bottom.selected:after, header .menu li.line-bottom:hover:after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); } }
    /* line 401, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu .social {
      float: right;
      margin: 0; }
      @media screen and (max-width: 1280px) {
        header .menu .social {
          top: 25%; } }
      /* line 412, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .menu .social li {
        height: auto;
        border: none;
        display: inline-block;
        width: 55px; }
        /* line 418, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .menu .social li:first-child {
          width: 40px; }
        /* line 422, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .menu .social li:last-child {
          width: auto; }
        /* line 426, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .menu .social li img {
          height: 22px; }
          @media screen and (max-height: 520px) {
            header .menu .social li img {
              height: 18px; } }
        /* line 434, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .menu .social li a {
          display: inline-block;
          opacity: 0.4;
          -webkit-transition: opacity 0.4s;
                  transition: opacity 0.4s; }
          /* line 439, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .menu .social li a:hover {
            opacity: 0.9; }
    /* line 446, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .menu .address {
      float: right;
      margin-top: 3vh;
      height: 5vh; }
      @media screen and (max-width: 480px) {
        header .menu .address {
          margin-top: 20px; } }
      /* line 458, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .menu .address img {
        height: 41px;
        display: inline-block;
        position: relative;
        top: -3px; }
        @media screen and (max-width: 480px) {
          header .menu .address img {
            height: 30px; } }
        @media screen and (max-height: 520px) {
          header .menu .address img {
            height: 30px; } }
      /* line 473, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .menu .address p {
        display: inline-block;
        position: relative;
        top: -5px;
        font-size: 17px;
        line-height: 1.4;
        color: #666;
        text-transform: uppercase;
        padding-left: 30px; }
        @media screen and (max-width: 1280px) {
          header .menu .address p {
            font-size: 16px; } }
        @media screen and (max-height: 520px) {
          header .menu .address p {
            font-size: 12px; } }
        @media screen and (max-width: 480px) {
          header .menu .address p {
            font-size: 12px;
            padding-left: 5px; } }
        /* line 496, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .menu .address p a {
          color: inherit;
          padding-left: 22px;
          -webkit-transition: color 0.3s;
                  transition: color 0.3s; }
          /* line 501, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .menu .address p a:after {
            content: '';
            width: 54%;
            height: 1px;
            margin-right: 4px;
            background-color: #d8d8d8;
            display: inline-block;
            position: absolute;
            bottom: -1px;
            right: 0;
            -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                    transform-origin: top right;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
                    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
            @media screen and (max-width: 1024px) {
              header .menu .address p a:after {
                -webkit-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                        transform: scaleX(1);
                background-color: #666; } }
          @media screen and (max-width: 480px) {
            header .menu .address p a {
              padding-left: 15px; }
              /* line 524, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
              header .menu .address p a:after {
                width: 57%; } }
          /* line 529, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
          header .menu .address p a:hover {
            color: white; }
            /* line 532, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
            header .menu .address p a:hover:after {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1); }
  /* line 543, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header.open .header-content .content {
    height: 0;
    display: block; }
  /* line 548, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header.open .header-content li, header.open .header-content .wishlist, header.open .header-content .menu {
    opacity: 1; }
  /* line 552, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header.open .header-content .background-collapsed {
    z-index: -1; }
  /* line 575, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header li.emmys .text {
    color: #fdf9bd; }
  /* line 581, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header ul, header .search-bar, header .filter-bar {
    /* opacity: 0;
        transition: opacity 0.5s; */ }
  /* line 586, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header h1.small {
    position: absolute;
    top: 13px;
    left: 40px;
    opacity: 0; }
  /* line 594, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header.active ul, header.active .search-bar, header.active .filter-bar {
    opacity: 1; }
  /* line 599, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
  header .filters {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 650px;
    display: none; }
    /* line 607, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .filters.active {
      display: block; }
    /* line 611, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .filters.collapse {
      top: 135px !important; }
      @media screen and (max-width: 1024px) {
        header .filters.collapse {
          top: 100px !important; } }
      @media screen and (max-width: 480px) {
        header .filters.collapse {
          top: 65px !important; } }
    /* line 622, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
    header .filters .block-right {
      float: left;
      width: 140px;
      height: 70px;
      background-image: url(../assets/images/texture-light.jpg); }
      /* line 628, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
      header .filters .block-right .scroll-button {
        margin-top: 5px;
        margin-left: 42px; }
        /* line 632, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/_header.scss */
        header .filters .block-right .scroll-button svg {
          width: 60px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/menu-button/_menu-button.scss */
.menu-button {
  height: 15vh;
  width: 100%;
  display: inline-block; }
  @media screen and (max-width: 480px) {
    .menu-button {
      height: 65px; } }
  @media screen and (max-height: 480px) {
    .menu-button {
      height: 50px; } }
  /* line 19, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/menu-button/_menu-button.scss */
  .menu-button .text {
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    color: #d8d8d8;
    opacity: 0.4; }
    @media screen and (max-width: 1024px) {
      .menu-button .text {
        opacity: 1; } }
    @media screen and (max-height: 520px) {
      .menu-button .text {
        font-size: 42px; } }
    @media screen and (max-width: 480px) {
      .menu-button .text {
        font-size: 30px; } }
  /* line 65, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/menu-button/_menu-button.scss */
  .menu-button:hover .text, .menu-button.selected .text {
    opacity: 1; }
    @media screen and (max-width: 1024px) {
      .menu-button:hover .text, .menu-button.selected .text {
        opacity: 0.4; } }

/* line 2, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/mobile-menu-button/_mobile-menu-button.scss */
.mobile-menu-button .text {
  text-transform: uppercase;
  font-size: 30px;
  padding: 20px 0 20px 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }
  @media screen and (max-width: 480px) {
    .mobile-menu-button .text {
      font-size: 16px;
      padding: 15px 0 15px 0; } }
/* line 16, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/mobile-menu-button/_mobile-menu-button.scss */
.mobile-menu-button.selected .text {
  opacity: .4; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
.burger-button {
  height: 33px;
  width: 40px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  z-index: 1000;
  position: absolute;
  right: 50px;
  top: 20px; }
  @media screen and (max-width: 480px) {
    .burger-button {
      right: 10px;
      width: 30px; } }
  /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
  .burger-button .notification {
    position: absolute;
    left: -25px;
    line-height: 30px;
    font-size: 35px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    /* line 27, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
    .burger-button .notification.visible {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  /* line 32, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
  .burger-button .line {
    margin-top: 0px;
    background: #fff;
    width: 100%;
    height: 4px;
    position: relative;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
    @media screen and (max-width: 480px) {
      .burger-button .line {
        width: 30px;
        height: 4px; } }
  /* line 50, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
  .burger-button .two {
    margin-top: 8px; }
    @media screen and (max-width: 480px) {
      .burger-button .two {
        margin-top: 6px; } }
  /* line 58, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
  .burger-button .three {
    margin-top: 8px; }
    @media screen and (max-width: 480px) {
      .burger-button .three {
        margin-top: 6px; } }
  /* line 66, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
  .burger-button .close-button {
    position: absolute;
    top: -4px;
    left: 1px;
    height: 34px;
    width: 40px;
    opacity: 0; }
    /* line 75, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/burger-button/_burger-button.scss */
    .burger-button .close-button .close-top, .burger-button .close-button .close-bottom {
      height: 4px;
      width: 35px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
.search-bar {
  float: left;
  position: relative;
  width: calc(100% - 718px);
  height: 70px;
  z-index: 1000;
  -webkit-transition: width .6s ease;
          transition: width .6s ease; }
  /* line 9, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar .background {
    background: url(../assets/images/texture-dark.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .search-bar .background {
        background: url(../assets/images/texture-medium.jpg);
        height: 56px; } }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar input {
    position: absolute;
    right: 0;
    padding-left: 35px;
    background: url(../assets/images/texture-medium.jpg);
    border: none;
    font-size: 16px;
    width: 405px;
    height: 100%;
    text-transform: uppercase;
    color: #d8d8d8;
    -webkit-transition: width .6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: width .6s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (max-width: 1170px) {
      .search-bar input {
        width: 250px; } }
    @media screen and (max-width: 480px) {
      .search-bar input {
        padding-left: 10px;
        font-size: 14px; } }
  /* line 45, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar .close-button {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 10px auto auto;
    opacity: 0.5; }
  /* line 56, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar a {
    position: absolute;
    top: 14px;
    right: 20px; }
    /* line 61, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
    .search-bar a img {
      width: 30px; }
    @media screen and (max-width: 480px) {
      .search-bar a {
        top: 16px;
        right: 22px; }
        /* line 68, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
        .search-bar a img {
          width: 24px; } }
  /* line 75, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar.close input {
    width: 405px; }
    @media screen and (max-width: 1170px) {
      .search-bar.close input {
        width: 250px; } }
    @media screen and (max-width: 1024px) {
      .search-bar.close input {
        top: 0;
        width: 0;
        padding-left: 0; } }
  @media screen and (max-width: 1024px) {
    .search-bar.open {
      width: 100%; } }
  /* line 95, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/search-bar/_search-bar.scss */
  .search-bar.open input {
    width: calc(100% - 35px); }
    @media screen and (max-width: 480px) {
      .search-bar.open input {
        width: calc(100% - 10px); } }
  @media screen and (max-width: 1024px) {
    .search-bar {
      float: right;
      height: 56px;
      width: 72px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
.filter-bar {
  float: left;
  display: none;
  position: relative;
  width: 288px;
  height: 70px;
  background: url(../assets/images/texture-dark.jpg);
  border-right: 1px solid #232323;
  pointer-events: none;
  opacity: 0; }
  @media screen and (max-width: 1024px) {
    .filter-bar {
      position: absolute;
      overflow: hidden;
      background-color: white;
      height: 56px;
      width: calc((100% - 72px)/2); } }
  /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
  .filter-bar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 16px;
    color: #d8d8d8;
    background: transparent;
    text-align: center;
    padding-left: 60px; }
    @media screen and (max-width: 480px) {
      .filter-bar select {
        padding-left: 10px;
        font-size: 14px; } }
  /* line 44, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
  .filter-bar ul {
    width: 100%; }
    /* line 50, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
    .filter-bar ul.open li:not(:first-child) {
      display: block; }
    /* line 55, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
    .filter-bar ul li {
      padding: 10px 0 10px 25px;
      background-image: url(../assets/images/texture-dark.jpg);
      cursor: pointer;
      -webkit-transition: background-image 0.4s;
              transition: background-image 0.4s;
      text-transform: uppercase;
      color: #d8d8d8; }
      /* line 63, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
      .filter-bar ul li:first-child {
        padding: 25px 25px 25px 60px; }
      /* line 67, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
      .filter-bar ul li:not(:first-child) {
        display: none; }
      /* line 72, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
      .filter-bar ul li.selected, .filter-bar ul li:hover {
        background-image: url(../assets/images/texture-medium.jpg); }
  @media screen and (max-width: 1024px) {
    /* line 79, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
    .filter-bar:before {
      content: '';
      width: 40px;
      height: 100%;
      position: absolute;
      right: 0;
      background: inherit; } }
  /* line 89, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
  .filter-bar:after {
    content: '';
    background-image: url(../assets/images/pictos/filter-arrow-grey.png);
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 55%;
    margin-top: -10px;
    width: 19px;
    height: 11px; }
    @media screen and (max-width: 1024px) {
      .filter-bar:after {
        background-image: url(../assets/images/pictos/arrow.svg);
        background-size: cover;
        top: 59%; } }
  @media screen and (max-width: 1024px) {
    .filter-bar:nth-of-type(2) {
      left: calc((100% - 72px)/2); } }
  /* line 113, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
  .filter-bar:nth-of-type(2) select {
    padding-left: 50px; }
    @media screen and (max-width: 1024px) {
      .filter-bar:nth-of-type(2) select {
        padding-left: 48px; } }
    @media screen and (max-width: 480px) {
      .filter-bar:nth-of-type(2) select {
        padding-left: 0; } }
  /* line 130, /Volumes/Data/DEV/paragon/dev/src/views/layout/header/components/filter-bar/_filter-bar.scss */
  .filter-bar.is-active {
    pointer-events: inherit; }

/* line 3, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
.pa-border {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  /* nope on IE dammit */ }
  /* line 11, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border .top, .pa-border .left, .pa-border .bottom, .pa-border .right {
    position: absolute;
    background: white; }
  /* line 16, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border .top, .pa-border .bottom {
    height: 0;
    width: 100%;
    -webkit-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
            transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border .left, .pa-border .right {
    width: 0;
    height: 100%;
    -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
            transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  /* line 29, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border .top, .pa-border .left {
    top: 0;
    left: 0; }
  /* line 33, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border .bottom, .pa-border .right {
    bottom: 0;
    right: 0; }
  /* line 39, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border.active .top, .pa-border.active .bottom {
    height: 20px; }
  /* line 42, /Volumes/Data/DEV/paragon/dev/src/views/layout/border/_border.scss */
  .pa-border.active .left, .pa-border.active .right {
    width: 20px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  opacity: 1;
  display: block; }
  /* line 11, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
  footer.bottom-up {
    bottom: 38px; }
  /* line 15, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
  footer.no-bottom {
    bottom: initial; }
  /* line 19, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
  footer.inactive {
    opacity: 0;
    display: none; }
  /* line 24, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
  footer.mobile {
    padding: 60px 60px 60px 60px;
    background: url(../assets/images/texture-dark.jpg);
    width: calc(100% - 120px);
    left: 0;
    bottom: 0;
    height: auto; }
    @media screen and (max-width: 480px) {
      footer.mobile {
        padding: 30px 10px 30px 10px;
        width: calc(100% - 20px); } }
    /* line 37, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer.mobile > a {
      float: left; }
      /* line 40, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer.mobile > a img {
        height: 46px; }
  /* line 46, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
  footer .block {
    float: left;
    padding-top: 38px;
    position: relative;
    height: 100%; }
    /* line 53, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer .block.left {
      background: url(../assets/images/texture-dark.jpg);
      width: calc(100% - 440px);
      padding-left: 60px; }
      /* line 54, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block.left > a {
        float: left; }
        /* line 57, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.left > a img {
          height: 60px; }
      @media screen and (max-width: 1390px) {
        footer .block.left {
          width: calc(100% - 440px); } }
      @media screen and (max-width: 1135px) {
        footer .block.left {
          width: calc(100% - 440px); } }
    /* line 74, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer .block.middle {
      background: url(../assets/images/texture-medium.jpg);
      width: 240px; }
      /* line 79, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block.middle .infos {
        margin-left: 55px; }
      @media screen and (max-width: 1135px) {
        /* line 84, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.middle .infos {
          margin-left: 30px; } }
      /* line 89, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block.middle .social li {
        display: inline-block;
        width: 26px;
        text-align: center;
        margin-right: 20px; }
        /* line 95, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.middle .social li:last-child {
          margin-right: 0;
          margin-left: 10px; }
        /* line 100, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.middle .social li img {
          height: 22px;
          opacity: 0.4;
          display: block;
          -webkit-transition: opacity 0.4s;
                  transition: opacity 0.4s; }
          /* line 106, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
          footer .block.middle .social li img:hover {
            opacity: 0.9; }
    /* line 114, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer .block.right {
      background: url(../assets/images/texture-light.jpg);
      width: 140px;
      margin-right: 0;
      text-align: center; }
      /* line 120, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block.right .scroll-button {
        position: relative;
        top: -8px; }
    /* line 126, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer .block.mobile {
      width: calc(100% - 55px);
      height: 50px;
      padding-top: 0; }
    /* line 132, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
    footer .block .infos {
      float: left;
      font-size: 13px;
      color: #858585;
      margin-left: 130px; }
      @media screen and (max-width: 1650px) {
        footer .block .infos {
          margin-left: 70px; } }
      @media screen and (max-width: 1280px) {
        footer .block .infos {
          margin-left: 50px; } }
      @media screen and (max-width: 1210px) {
        footer .block .infos {
          margin-left: 25px; } }
      @media screen and (max-width: 1135px) {
        footer .block .infos {
          margin-left: 20px; } }
      /* line 151, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos p {
        font-size: 14px;
        color: #a4a4a4; }
        @media screen and (max-width: 1095px) {
          footer .block .infos p {
            font-size: 12px; } }
      /* line 160, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos a {
        color: #a4a4a4;
        -webkit-transition: color 0.3s;
                transition: color 0.3s; }
        /* line 164, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block .infos a:hover {
          color: white; }
      /* line 170, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos.email a:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d8d8d8;
        display: inline-block;
        position: absolute;
        bottom: -1px;
        right: 0;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
                transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      /* line 184, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos.email a:hover:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      /* line 189, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos h4 {
        margin: 0 0 16px 0; }
      /* line 194, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
      footer .block .infos.mobile p {
        font-size: 18px;
        line-height: 1.4; }
        @media screen and (max-width: 620px) {
          footer .block .infos.mobile p {
            font-size: 16px; } }
        @media screen and (max-width: 593px) {
          footer .block .infos.mobile p {
            font-size: 14px;
            line-height: 1.7; } }
        @media screen and (max-width: 514px) {
          footer .block .infos.mobile p {
            font-size: 12px;
            line-height: 2; } }
        @media screen and (max-width: 374px) {
          footer .block .infos.mobile p {
            font-size: 10px; } }
        @media screen and (max-width: 328px) {
          footer .block .infos.mobile p {
            font-size: 9px; } }
    @media screen and (max-width: 1024px) {
      footer .block {
        width: 60px; }
        /* line 220, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.left {
          width: 35px; }
        /* line 223, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.middle {
          width: calc(100% - 150px); }
        /* line 226, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block.right {
          width: 60px; }
        /* line 229, /Volumes/Data/DEV/paragon/dev/src/views/layout/footer/_footer.scss */
        footer .block .infos {
          margin-right: 20px; } }

/* line 2, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_product-text-block.scss */
.product-text-block .texts-container {
  box-sizing: border-box;
  padding-left: 60px;
  background-image: url(../assets/images/texture-noise.jpg); }
  /* line 7, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_product-text-block.scss */
  .product-text-block .texts-container h3 {
    margin: 38px 0 20px 0;
    font-size: 17px;
    text-transform: uppercase; }
  /* line 13, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_product-text-block.scss */
  .product-text-block .texts-container h1 {
    margin: 0 0 35px 0;
    font-size: 84px;
    line-height: 68px;
    text-transform: uppercase;
    white-space: normal;
    max-width: 80%; }
  /* line 23, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_product-text-block.scss */
  .product-text-block .texts-container .description p {
    margin-top: 30px;
    font-size: 18px;
    width: calc(100% - 140px);
    text-transform: none;
    min-width: 400px; }
  /* line 32, /Volumes/Data/DEV/paragon/dev/sass/utils/extends/_product-text-block.scss */
  .product-text-block .texts-container .lines-button {
    margin-top: 80px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
.loading-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-perspective: 400px;
          perspective: 400px; }
  /* line 10, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page.visible {
    z-index: 10000; }
  /* line 14, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page.background {
    background-image: url(../assets/images/texture-noise-light.jpg); }
  /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg-container {
    height: 100%; }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .thick-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 29, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .top, .loading-page .thick-border .left, .loading-page .thick-border .bottom, .loading-page .thick-border .right {
      position: absolute;
      background: url(../assets/images/texture-noise-light.jpg); }
    /* line 36, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .top, .loading-page .thick-border .bottom {
      width: 100%;
      height: 50px; }
    /* line 41, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .left, .loading-page .thick-border .right {
      height: 100%;
      width: 50px; }
    /* line 46, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .top {
      top: 0;
      left: 0; }
    /* line 51, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .right {
      top: 0;
      right: 0;
      width: 63px; }
    /* line 57, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .bottom {
      bottom: 0;
      right: 0; }
    /* line 62, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .thick-border .left {
      bottom: 0;
      left: 0; }
    @media screen and (max-width: 1024px) {
      /* line 67, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
      .loading-page .thick-border .left, .loading-page .thick-border .right {
        width: 0px; }
      /* line 70, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
      .loading-page .thick-border .top, .loading-page .thick-border .bottom {
        height: 0px; } }
  /* line 76, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    position: absolute;
    height: 50%;
    background: url(../assets/images/texture-noise.jpg); }
  /* line 85, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg.one {
    top: 0; }
  /* line 88, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg.two {
    bottom: 0; }
  /* line 92, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .panel-mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important; }
  /* line 102, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg .panel-top {
    top: 0; }
  /* line 105, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .bg .panel-bottom {
    bottom: 0; }
  /* line 111, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
  .loading-page .logo-diamond {
    position: absolute;
    margin: 0 auto;
    width: 180px;
    height: 180px; }
    /* line 117, /Volumes/Data/DEV/paragon/dev/src/views/components/loading-page/_loading-page.scss */
    .loading-page .logo-diamond img {
      width: 50px;
      top: calc(50% - 50px);
      left: calc(50% - 11px); }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
.hero {
  height: 650px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    .hero {
      height: 500px;
      padding-bottom: 56px; } }
  @media screen and (max-width: 480px) {
    .hero {
      height: 440px; } }
  /* line 17, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero .overlay {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: opacity 1s cubic-bezier(1, 0, 0, 1);
            transition: opacity 1s cubic-bezier(1, 0, 0, 1); }
    /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero .overlay.hidden {
      opacity: 0.5; }
  /* line 36, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero .title-container {
    position: absolute;
    height: 100%;
    width: calc(50% - 60px);
    top: 0;
    left: 60px;
    z-index: 2;
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1);
            transition: opacity 0.6s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
    /* line 46, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero .title-container.hidden {
      opacity: 0; }
    @media screen and (max-width: 1024px) {
      .hero .title-container {
        width: calc(100% - 120px); } }
    @media screen and (max-width: 480px) {
      .hero .title-container {
        left: 10px;
        width: calc(100% - 20px); } }
  /* line 59, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero .left {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    /* line 62, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero .left.bottom {
      position: absolute;
      bottom: 130px; }
    /* line 67, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero .left.middle {
      position: relative; }
    @media screen and (max-width: 1024px) {
      .hero .left {
        top: 65%; } }
  /* line 78, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero h2 {
    color: white;
    padding: 0 0 10px 0; }
    /* line 86, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero h2.big {
      font-size: 72px; }
    /* line 87, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero h2.medium {
      font-size: 61px; }
    /* line 88, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
    .hero h2.small {
      font-size: 50px; }
    @media screen and (max-width: 1024px) {
      /* line 91, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.big {
        font-size: 65px; }
      /* line 92, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.medium {
        font-size: 50px; }
      /* line 93, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.small {
        font-size: 40px; } }
    @media screen and (max-width: 480px) {
      /* line 97, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.big {
        font-size: 45px; }
      /* line 98, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.medium {
        font-size: 30px; }
      /* line 99, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
      .hero h2.small {
        font-size: 20px; } }
  /* line 103, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero p {
    font-size: 22px;
    margin: 0;
    width: 85%;
    color: #d8d8d8;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .hero p {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .hero p {
        font-size: 14px; } }
  /* line 118, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero .line {
    height: 4px;
    width: 100%;
    background: white; }
  /* line 124, /Volumes/Data/DEV/paragon/dev/src/views/components/hero/_hero.scss */
  .hero .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../assets/images/texture-noise-light.jpg);
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    z-index: 2; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/background-image/_background-image.scss */
.background-image {
  background-color: #000;
  width: 100%;
  height: 100%; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/components/background-image/_background-image.scss */
  .background-image .bi-loader {
    height: 15px;
    width: 100%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #FFF;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/components/background-image/_background-image.scss */
  .background-image .bi-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0; }
  /* line 26, /Volumes/Data/DEV/paragon/dev/src/views/components/background-image/_background-image.scss */
  .background-image img {
    opacity: 0; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
.lines-button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  opacity: 0.8;
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s;
  background: url(../assets/images/texture-noise-dark.jpg);
  min-width: 175px;
  min-height: 50px; }
  @media screen and (max-width: 480px) {
    .lines-button {
      min-width: 120px;
      min-height: 40px; } }
  /* line 17, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  /* line 26, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button .border {
    box-sizing: border-box;
    border: 2px solid white;
    position: absolute;
    width: 100%;
    height: 100%; }
  /* line 44, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button .line {
    background: white;
    position: absolute;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    /* line 49, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.top, .lines-button .line.bottom {
      height: 3px;
      width: 100%; }
    /* line 54, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.left, .lines-button .line.right {
      width: 3px;
      height: 100%; }
    /* line 59, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.top, .lines-button .line.left {
      top: 0;
      left: 0; }
    /* line 64, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.bottom, .lines-button .line.right {
      right: 0;
      bottom: 0; }
    /* line 69, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.top {
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center; }
    /* line 72, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.bottom {
      -webkit-transform-origin: bottom center;
          -ms-transform-origin: bottom center;
              transform-origin: bottom center; }
    /* line 75, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.left {
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    /* line 78, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
    .lines-button .line.right {
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
  /* line 83, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button .text {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (max-width: 480px) {
      .lines-button .text {
        font-size: 12px;
        line-height: 40px; } }
  /* line 98, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button.white {
    color: black;
    -webkit-transition: opacity 0.6s, color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: opacity 0.6s, color 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (min-width: 1025px) {
      /* line 104, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
      .lines-button.white:hover {
        color: white; }
        /* line 107, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
        .lines-button.white:hover .bg {
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0); } }
  /* line 114, /Volumes/Data/DEV/paragon/dev/src/views/components/lines-button/_lines-button.scss */
  .lines-button:hover:not(.no-click) {
    opacity: 1;
    cursor: pointer; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/prev-next-button/_prev-next-button.scss */
.prev-next-button {
  position: absolute;
  top: 0;
  display: block;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  height: 75px;
  width: 28px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  /* line 13, /Volumes/Data/DEV/paragon/dev/src/views/components/prev-next-button/_prev-next-button.scss */
  .prev-next-button:hover.previous {
    -webkit-transform: scale(1.2) translateX(3px) !important;
        -ms-transform: scale(1.2) translateX(3px) !important;
            transform: scale(1.2) translateX(3px) !important; }
  /* line 16, /Volumes/Data/DEV/paragon/dev/src/views/components/prev-next-button/_prev-next-button.scss */
  .prev-next-button:hover.next {
    -webkit-transform: scale(1.2) translateX(-3px) !important;
        -ms-transform: scale(1.2) translateX(-3px) !important;
            transform: scale(1.2) translateX(-3px) !important; }
  /* line 21, /Volumes/Data/DEV/paragon/dev/src/views/components/prev-next-button/_prev-next-button.scss */
  .prev-next-button.previous {
    left: 0;
    background: url(../assets/images/pictos/previous.svg);
    background-size: contain; }
  /* line 26, /Volumes/Data/DEV/paragon/dev/src/views/components/prev-next-button/_prev-next-button.scss */
  .prev-next-button.next {
    right: 0;
    background: url(../assets/images/pictos/next.svg);
    background-size: contain; }

/* line 3, /Volumes/Data/DEV/paragon/dev/src/views/components/tabs/_tabs.scss */
.tabs .tab-controls .tab-button {
  cursor: pointer; }
/* line 8, /Volumes/Data/DEV/paragon/dev/src/views/components/tabs/_tabs.scss */
.tabs .tab-container {
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 13, /Volumes/Data/DEV/paragon/dev/src/views/components/tabs/_tabs.scss */
  .tabs .tab-container .tab-content {
    position: absolute;
    height: 100%; }
    /* line 17, /Volumes/Data/DEV/paragon/dev/src/views/components/tabs/_tabs.scss */
    .tabs .tab-container .tab-content .tab-section {
      position: relative;
      float: left; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/_products-grid.scss */
.products-grid {
  position: relative; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
.product-grid-item {
  width: 50%;
  float: left;
  position: relative;
  display: block; }
  @media screen and (max-width: 1024px) {
    .product-grid-item {
      width: 100%; } }
  /* line 13, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .texts-container {
    box-sizing: border-box;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .product-grid-item .texts-container {
        padding: 0; } }
    /* line 21, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .texts-container h1 {
      margin: 0 0 24px 0;
      font-size: 60px;
      line-height: 56px;
      text-transform: uppercase;
      white-space: normal; }
      @media screen and (max-width: 1845px) {
        .product-grid-item .texts-container h1 {
          margin-bottom: 15px;
          font-size: 45px;
          line-height: 42px; } }
      @media screen and (max-width: 1420px) {
        .product-grid-item .texts-container h1 {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 1280px) {
        .product-grid-item .texts-container h1 {
          font-size: 28px;
          line-height: 30px; } }
      @media screen and (max-width: 1024px) {
        .product-grid-item .texts-container h1 {
          margin: 0;
          top: 40%;
          position: relative; } }
      @media screen and (max-width: 645px) {
        .product-grid-item .texts-container h1 {
          font-size: 27px; } }
      @media screen and (max-width: 515px) {
        .product-grid-item .texts-container h1 {
          font-size: 23px;
          line-height: 21px; } }
      @media screen and (max-width: 442px) {
        .product-grid-item .texts-container h1 {
          font-size: 21px; } }
      @media screen and (max-width: 410px) {
        .product-grid-item .texts-container h1 {
          font-size: 19px;
          line-height: 19px; } }
      /* line 62, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
      .product-grid-item .texts-container h1 span {
        text-transform: uppercase; }
    /* line 69, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .texts-container .description p {
      margin-top: 20px;
      font-size: 18px;
      width: 100%;
      text-transform: none;
      color: #d8d8d8; }
      @media screen and (max-width: 1845px) {
        .product-grid-item .texts-container .description p {
          font-size: 16px; } }
      @media screen and (max-width: 1570px) {
        .product-grid-item .texts-container .description p {
          margin-top: 15px; } }
      @media screen and (max-width: 1420px) {
        .product-grid-item .texts-container .description p {
          font-size: 14px;
          margin-top: 0; } }
      @media screen and (max-width: 1100px) {
        .product-grid-item .texts-container .description p {
          font-size: 12px; } }
    /* line 92, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .texts-container .buttons-container {
      margin-top: 25px; }
  /* line 101, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .description-container, .product-grid-item .texts-container {
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .product-grid-item .description-container, .product-grid-item .texts-container {
        position: relative; } }
  /* line 108, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .description-container {
    box-sizing: border-box;
    background-image: url(../assets/images/texture-noise.jpg);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 70%;
    max-width: 1000px;
    height: 60%;
    max-height: 700px;
    border: 20px solid #121212;
    -webkit-border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
         -o-border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
            border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
    text-align: center;
    z-index: 3;
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .product-grid-item .description-container {
        float: left;
        width: 50%;
        max-width: 50%;
        height: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1;
        z-index: 1; } }
    @media screen and (max-width: 480px) {
      .product-grid-item .description-container {
        border-width: 10px; } }
    /* line 141, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .description-container .texts-container {
      overflow: hidden;
      z-index: 1;
      width: 100%;
      max-height: 80%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 1490px) {
        .product-grid-item .description-container .texts-container {
          max-height: 90%; } }
      @media screen and (max-width: 1024px) {
        .product-grid-item .description-container .texts-container {
          z-index: 3;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          top: 37%;
          min-height: 0;
          height: auto; } }
  /* line 163, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .mask {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../assets/images/texture-noise.jpg);
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.8s;
            transition: transform 0.8s;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
    /* line 175, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .mask.open {
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
  /* line 181, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .product-image-m, .product-grid-item .product-image {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1; }
    /* line 192, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .product-image-m.grey, .product-grid-item .product-image.grey {
      z-index: 2; }
    /* line 197, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item .product-image-m:hover, .product-grid-item .product-image:hover {
      cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .product-grid-item .product-image-m, .product-grid-item .product-image {
        position: relative;
        float: left;
        width: 50%;
        max-width: 50%;
        height: 100%;
        max-height: 100%; } }
  /* line 211, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item .close-button {
    top: 48px;
    right: 85px; }
  /* line 216, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item.dual-horizontal {
    width: 100%; }
    /* line 218, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item.dual-horizontal .texts-container {
      min-height: 50%; }
  /* line 223, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
  .product-grid-item.dual-vertical.right {
    float: right; }
  @media screen and (max-width: 480px) {
    /* line 231, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
    .product-grid-item.dual-vertical .description-container .texts-container, .product-grid-item.simple .description-container .texts-container {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

/* line 249, /Volumes/Data/DEV/paragon/dev/src/views/components/products-grid/products-grid-item/_products-grid-item.scss */
.grid-item-container {
  position: relative;
  -webkit-perspective: 200;
          perspective: 200; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/_wishlist-grid.scss */
.wishlist-grid {
  position: relative; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/wishlist-grid-item/_wishlist-grid-item.scss */
.wishlist-grid-item {
  width: 50%;
  float: left;
  position: relative; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/wishlist-grid-item/_wishlist-grid-item.scss */
  .wishlist-grid-item .product-image {
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1; }
    /* line 17, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/wishlist-grid-item/_wishlist-grid-item.scss */
    .wishlist-grid-item .product-image:hover {
      cursor: pointer; }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/wishlist-grid-item/_wishlist-grid-item.scss */
  .wishlist-grid-item h4 {
    position: relative;
    font-size: 30px;
    margin: 30px;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .wishlist-grid-item h4 {
        width: 80%; } }
    @media screen and (max-width: 770px) {
      .wishlist-grid-item h4 {
        font-size: 28px; } }
    @media screen and (max-width: 730px) {
      .wishlist-grid-item h4 {
        font-size: 26px; } }
    @media screen and (max-width: 700px) {
      .wishlist-grid-item h4 {
        font-size: 24px; } }
    @media screen and (max-width: 650px) {
      .wishlist-grid-item h4 {
        margin: 24px 30px 24px 10px; } }
    @media screen and (max-width: 560px) {
      .wishlist-grid-item h4 {
        font-size: 22px; } }
    @media screen and (max-width: 520px) {
      .wishlist-grid-item h4 {
        font-size: 18px; } }
  /* line 51, /Volumes/Data/DEV/paragon/dev/src/views/components/wishlist-grid/wishlist-grid-item/_wishlist-grid-item.scss */
  .wishlist-grid-item .close-button {
    z-index: 10;
    top: 27px;
    right: 40px; }
    @media screen and (max-width: 650px) {
      .wishlist-grid-item .close-button {
        top: 21px;
        right: 10px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
a.chain-button {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button .line-light, a.chain-button .line-dark {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0; }
  /* line 12, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button .line-light {
    right: 0;
    background: rgba(255, 255, 255, 0.3); }
  /* line 16, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button .line-dark {
    left: 0;
    background: black;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button img, a.chain-button .svg-container {
    position: relative;
    z-index: 5;
    top: 30px; }
  /* line 28, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button .background {
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0); }
  /* line 39, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button svg * {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
  /* line 45, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button:hover .background, a.chain-button.opened .background {
    background: black; }
  /* line 48, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  a.chain-button:hover svg *, a.chain-button.opened svg * {
    opacity: 1; }

/* line 54, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
.social-buttons-list {
  position: absolute;
  top: -325px;
  overflow: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0); }
  /* line 61, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
  .social-buttons-list ul li {
    display: block;
    list-style-type: none;
    width: 80px;
    height: 80px;
    background: #1e1e1e;
    margin-top: 1px;
    position: relative; }
    /* line 70, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li img, .social-buttons-list ul li svg {
      position: relative; }
    /* line 74, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li a {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      cursor: pointer; }
      /* line 82, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
      .social-buttons-list ul li a svg * {
        opacity: 0.3;
        -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s; }
      /* line 87, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
      .social-buttons-list ul li a:hover {
        background: black; }
        /* line 89, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
        .social-buttons-list ul li a:hover svg * {
          opacity: 1; }
    /* line 95, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li.youtube img, .social-buttons-list ul li.youtube svg {
      top: 23px; }
    /* line 98, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li.twitter img, .social-buttons-list ul li.twitter svg {
      top: 23px; }
    /* line 101, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li.instagram img, .social-buttons-list ul li.instagram svg {
      top: 23px; }
    /* line 104, /Volumes/Data/DEV/paragon/dev/src/views/components/social-chain-push/_social-chain-push.scss */
    .social-buttons-list ul li.facebook img, .social-buttons-list ul li.facebook svg {
      top: 23px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/close-button/_close-button.scss */
.close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  /* @include max-screen(1500px) {
        top: 40px;
    }
    @include max-screen(1300px) {
        top: 33px;
    }
    @include max-screen(1100px) {
        top: 25px;
    } */ }
  /* line 17, /Volumes/Data/DEV/paragon/dev/src/views/components/close-button/_close-button.scss */
  .close-button:hover {
    cursor: pointer; }
  /* line 21, /Volumes/Data/DEV/paragon/dev/src/views/components/close-button/_close-button.scss */
  .close-button .close-top, .close-button .close-bottom {
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    top: 50%; }
  /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/components/close-button/_close-button.scss */
  .close-button .close-top {
    -webkit-transform: rotateZ(-45deg) translateY(-1px);
            transform: rotateZ(-45deg) translateY(-1px); }
  /* line 34, /Volumes/Data/DEV/paragon/dev/src/views/components/close-button/_close-button.scss */
  .close-button .close-bottom {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg); }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
.logo-diamond {
  position: relative;
  width: 94px;
  margin: 80px auto 110px auto;
  height: 94px; }
  /* line 7, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
  .logo-diamond .backgrounds {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  /* line 16, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
  .logo-diamond .back {
    position: absolute; }
    /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
    .logo-diamond .back.out {
      width: 100%;
      height: 100%;
      background: #1c1c1c; }
    /* line 23, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
    .logo-diamond .back.in {
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      left: 8px;
      top: 8px;
      background: black; }
  /* line 31, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
  .logo-diamond img {
    width: 30px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 7px); }
  /* line 38, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
  .logo-diamond .borders-load {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    /* line 43, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
    .logo-diamond .borders-load line {
      stroke-width: 16;
      stroke: #3c3c3c; }
      /* line 48, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
      .logo-diamond .borders-load line.bottom, .logo-diamond .borders-load line.top {
        /* transform: scaleX(0); */ }
      /* line 52, /Volumes/Data/DEV/paragon/dev/src/views/components/logo-diamond/_logo-diamond.scss */
      .logo-diamond .borders-load line.right, .logo-diamond .borders-load line.left {
        /* transform: scaleY(0); */ }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/triangles-canvas/_triangles-canvas.scss */
.triangles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/components/triangles-canvas/_triangles-canvas.scss */
  .triangles-canvas canvas {
    width: 100%;
    height: 100%; }

/* line 2, /Volumes/Data/DEV/paragon/dev/src/views/components/scroll-button/_scroll-button.scss */
.scroll-button svg {
  width: 80px;
  height: 100%;
  cursor: pointer; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/components/product-placeholder/_product-placeholder.scss */
.product-placeholder {
  background-image: url(../assets/images/categories/placeholder.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 50%;
  float: left;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 35px solid #121212;
  -webkit-border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
       -o-border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
          border-image: url(../assets/images/texture-noise-dark.jpg) 20 20 round;
  -webkit-perspective: 600;
          perspective: 600; }
  /* line 14, /Volumes/Data/DEV/paragon/dev/src/views/components/product-placeholder/_product-placeholder.scss */
  .product-placeholder .text-container {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    /* line 20, /Volumes/Data/DEV/paragon/dev/src/views/components/product-placeholder/_product-placeholder.scss */
    .product-placeholder .text-container h2 {
      font-size: 60px;
      line-height: 56px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1845px) {
        .product-placeholder .text-container h2 {
          font-size: 45px;
          line-height: 42px; } }
      @media screen and (max-width: 1420px) {
        .product-placeholder .text-container h2 {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 1280px) {
        .product-placeholder .text-container h2 {
          font-size: 28px;
          line-height: 30px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
#home {
  height: 100%;
  min-height: 1200px; }
  @media screen and (max-width: 1024px) {
    #home {
      padding-bottom: 0; } }
  /* line 9, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
  #home .mask-transition {
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/texture-noise-light.jpg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top; }
  /* line 20, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
  #home section {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
    /* line 26, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
    #home section img {
      height: 100%; }
    /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
    #home section .content {
      width: 70%;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      -webkit-transform: translateZ(0px);
              transform: translateZ(0px); }
      /* line 37, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
      #home section .content h2, #home section .content p {
        text-align: center; }
      @media screen and (max-width: 480px) {
        #home section .content {
          width: calc(100% - 20px); } }
  /* line 47, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/_home.scss */
  #home .scroll-button {
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
.categories-diaporama {
  height: 100%; }
  /* line 4, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
  .categories-diaporama .text-container {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    text-align: left;
    top: 42%;
    left: 60px; }
    @media screen and (max-width: 480px) {
      .categories-diaporama .text-container {
        width: calc(100% - 20px);
        left: 10px; } }
    /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
    .categories-diaporama .text-container h2 {
      font-size: 68px;
      line-height: 1; }
      @media screen and (max-width: 1700px) {
        .categories-diaporama .text-container h2 {
          font-size: 56px; } }
      @media screen and (max-width: 1500px) {
        .categories-diaporama .text-container h2 {
          font-size: 48px; } }
      @media screen and (max-width: 480px) {
        .categories-diaporama .text-container h2 {
          font-size: 38px; } }
    /* line 33, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
    .categories-diaporama .text-container .subtitle {
      font-size: 24px;
      text-transform: uppercase;
      margin-top: 25px;
      width: 70%; }
      /* line 39, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
      .categories-diaporama .text-container .subtitle p {
        text-transform: uppercase; }
      @media screen and (max-width: 1700px) {
        .categories-diaporama .text-container .subtitle {
          font-size: 21px; } }
      @media screen and (max-width: 1500px) {
        .categories-diaporama .text-container .subtitle {
          font-size: 18px; } }
      @media screen and (max-width: 480px) {
        .categories-diaporama .text-container .subtitle {
          font-size: 12px;
          width: 100%; } }
    /* line 55, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/categories-diaporama/_categories-diaporama.scss */
    .categories-diaporama .text-container .lines-button {
      margin-top: 50px; }
      @media screen and (max-width: 480px) {
        .categories-diaporama .text-container .lines-button {
          margin-top: 33px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/products-diaporama/_products-diaporama.scss */
.products-diaporama {
  height: 100%; }
  /* line 3, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/products-diaporama/_products-diaporama.scss */
  .products-diaporama li {
    height: 100%; }
  /* line 8, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/products-diaporama/_products-diaporama.scss */
  .products-diaporama li .content h2 {
    font-size: 68px; }
    @media screen and (max-width: 1700px) {
      .products-diaporama li .content h2 {
        font-size: 56px; } }
    @media screen and (max-width: 1500px) {
      .products-diaporama li .content h2 {
        font-size: 48px; } }
    @media screen and (max-width: 480px) {
      .products-diaporama li .content h2 {
        font-size: 38px; } }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/products-diaporama/_products-diaporama.scss */
  .products-diaporama li .content p {
    font-size: 24px;
    width: 75%;
    margin: 25px auto 50px auto; }
    @media screen and (max-width: 1700px) {
      .products-diaporama li .content p {
        font-size: 21px; } }
    @media screen and (max-width: 1500px) {
      .products-diaporama li .content p {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .products-diaporama li .content p {
        font-size: 12px;
        width: 100%;
        margin: 18px auto 35px auto; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
.vertical-menu {
  position: fixed;
  top: 0;
  right: 56px; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
  .vertical-menu li {
    width: 8px;
    height: 8px;
    margin-bottom: 10px;
    position: relative; }
    /* line 12, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
    .vertical-menu li:last-child {
      margin-bottom: 0; }
    /* line 16, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
    .vertical-menu li a {
      cursor: pointer; }
      /* line 19, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
      .vertical-menu li a .dot-title {
        width: 70px;
        text-align: right;
        text-transform: uppercase;
        font-size: 10px;
        -webkit-transform: translateX(-100%) translateY(-12%);
            -ms-transform: translateX(-100%) translateY(-12%);
                transform: translateX(-100%) translateY(-12%);
        padding-right: 9px;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
                transition: opacity 0.2s; }
      /* line 31, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
      .vertical-menu li a:hover .dot.out, .vertical-menu li a.selected .dot.out {
        opacity: 0; }
      /* line 35, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
      .vertical-menu li a:hover .dot.selected, .vertical-menu li a.selected .dot.selected {
        -webkit-transform: rotate(45deg) scale(1);
            -ms-transform: rotate(45deg) scale(1);
                transform: rotate(45deg) scale(1);
        opacity: 1; }
      /* line 39, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
      .vertical-menu li a:hover .dot-title, .vertical-menu li a.selected .dot-title {
        opacity: 1; }
  /* line 46, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
  .vertical-menu .dot {
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    /* line 56, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
    .vertical-menu .dot.out {
      opacity: 0.3;
      -webkit-transition: opacity 0.1s;
              transition: opacity 0.1s; }
    /* line 61, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/vertical-menu/_vertical-menu.scss */
    .vertical-menu .dot.selected {
      opacity: 0;
      -webkit-transform: rotate(45deg) scale(1.5);
          -ms-transform: rotate(45deg) scale(1.5);
              transform: rotate(45deg) scale(1.5);
      -webkit-transition: opacity 0.1s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
              transition: opacity 0.1s, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/about-push/_about-push.scss */
.about-push {
  height: 100%; }
  /* line 4, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/about-push/_about-push.scss */
  .about-push .background-image {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 10, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/about-push/_about-push.scss */
  .about-push .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/about-background.jpg');
    background-size: cover;
    background-position: center center; }
  /* line 22, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/about-push/_about-push.scss */
  .about-push .content h2 {
    font-size: 68px; }
    @media screen and (max-width: 1700px) {
      .about-push .content h2 {
        font-size: 56px; } }
    @media screen and (max-width: 1500px) {
      .about-push .content h2 {
        font-size: 48px; } }
    @media screen and (max-width: 480px) {
      .about-push .content h2 {
        font-size: 38px; } }
  /* line 36, /Volumes/Data/DEV/paragon/dev/src/views/sections/home/components/about-push/_about-push.scss */
  .about-push .content p {
    font-size: 24px;
    width: 75%;
    margin: 25px auto 50px auto; }
    @media screen and (max-width: 1700px) {
      .about-push .content p {
        font-size: 21px; } }
    @media screen and (max-width: 1500px) {
      .about-push .content p {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .about-push .content p {
        font-size: 12px;
        width: 100%;
        margin: 18px auto 35px auto; } }

/* line 3, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
#about {
  padding-top: 176px;
  width: 100%;
  height: 100%;
  /*
        Mobile
     */ }
  @media screen and (max-width: 1024px) {
    #about {
      padding-bottom: 0; } }
  /* line 13, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .background {
    background: url(../assets/images/about/background.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
  /* line 24, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about section.about-head {
    width: 50%;
    min-width: 740px;
    text-align: center;
    position: relative;
    margin: 0 auto; }
    /* line 31, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about section.about-head h1 {
      font-size: 70px;
      margin-bottom: 22px; }
    /* line 36, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about section.about-head h2 {
      font-size: 25px;
      font-style: italic;
      margin-bottom: 50px; }
    /* line 43, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about section.about-head p {
      margin-bottom: 92px; }
    @media screen and (max-width: 1280px) {
      #about section.about-head {
        width: 60%; }
        /* line 50, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about section.about-head h1 {
          font-size: 60px; }
        /* line 54, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about section.about-head h2 {
          font-size: 22px; } }
  /* line 59, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .lines-button {
    float: none;
    margin-top: 40px;
    width: 432px;
    height: 66px; }
    /* line 64, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .lines-button .text {
      line-height: 70px;
      font-size: 18px;
      text-transform: uppercase;
      color: white; }
      /* line 71, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .lines-button .text span {
        font-size: inherit;
        text-transform: inherit;
        color: #c2c2c2; }
    @media screen and (max-width: 1280px) {
      #about .lines-button {
        margin-top: 7px; } }
    @media screen and (max-width: 1024px) {
      #about .lines-button {
        width: 175px;
        height: 50px; }
        /* line 87, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .lines-button .text {
          line-height: 50px;
          font-size: 14px; } }
    @media screen and (max-width: 480px) {
      #about .lines-button {
        width: 120px;
        height: 40px; }
        /* line 96, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .lines-button .text {
          font-size: 12px;
          line-height: 40px; } }
  /* line 103, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-middle {
    width: 61.8%;
    min-width: 1290px;
    margin: 0 auto 100px auto;
    position: relative; }
    /* line 109, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-middle h2 {
      text-align: right;
      font-size: 70px; }
    /* line 114, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-middle .line {
      width: 50%;
      height: 3px;
      background: white;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    @media screen and (max-width: 1280px) {
      #about .about-middle {
        min-width: 1280px;
        font-size: 60px;
        margin-bottom: 60px; }
        /* line 129, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-middle h2 {
          margin-right: 73px; }
        /* line 133, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-middle .line {
          width: 41%;
          left: 60px; } }
  /* line 141, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section {
    width: 61.8%;
    min-width: 1290px;
    margin: 0 auto 200px auto;
    text-align: center;
    position: relative; }
    /* line 151, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section.top {
      margin-bottom: 80px; }
      @media screen and (max-width: 1280px) {
        #about .about-section.top {
          margin-bottom: 60px; } }
    /* line 160, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section.reverse .part-left {
      float: right; }
      @media screen and (max-width: 1280px) {
        #about .about-section.reverse .part-left {
          right: 85px;
          left: initial; } }
    /* line 169, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section.reverse .part-right {
      left: inherit;
      right: calc(100% - 82px); }
      @media screen and (max-width: 1280px) {
        #about .about-section.reverse .part-right {
          right: calc(100% - 60px); } }
    /* line 182, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-left {
      float: left;
      padding: 82px;
      position: relative;
      -webkit-perspective: 2000;
              perspective: 2000;
      background-image: url(../assets/images/texture-extra-light.jpg);
      width: 535px; }
      /* line 190, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-left .draggable-diaporama {
        width: 100%;
        height: 674px; }
        @media screen and (max-width: 1280px) {
          #about .about-section .part-left .draggable-diaporama {
            height: 598px; } }
      /* line 199, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-left img {
        display: block; }
      /* line 203, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-left .close-button {
        right: 20px;
        top: 20px; }
      @media screen and (max-width: 1280px) {
        #about .about-section .part-left {
          padding: 60px;
          left: 60px;
          width: 475px; }
          /* line 213, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-left img {
            width: 475px; }
          /* line 217, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-left .close-button {
            width: 25px;
            height: 25px; } }
    /* line 224, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-right {
      position: absolute;
      background-image: url(../assets/images/texture-medium.jpg);
      left: calc(100% - 82px);
      height: calc(100% - 324px);
      width: 513px;
      padding: 80px;
      top: 82px; }
      @media screen and (max-width: 1280px) {
        #about .about-section .part-right {
          top: 60px;
          padding: 60px;
          left: calc(100% - 60px);
          width: 495px;
          height: calc(100% - 240px); } }
      /* line 241, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-right.flipcard {
        background-image: none;
        padding: 0; }
      /* line 246, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-right .front, #about .about-section .part-right .back {
        background-image: url(../assets/images/texture-medium.jpg);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        width: inherit;
        height: 100%;
        padding: 80px;
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
                transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1); }
        @media screen and (max-width: 1280px) {
          #about .about-section .part-right .front, #about .about-section .part-right .back {
            padding: 60px; } }
      /* line 260, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-right .front {
        -webkit-transform: rotateY(0);
                transform: rotateY(0); }
      /* line 264, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-right .back {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        position: absolute;
        top: 0; }
        /* line 269, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right .back input {
          text-align: center;
          background: none;
          border: none;
          border-bottom: 1px solid #4d4d4d;
          padding: 30px 19px;
          width: calc(100% - 38px);
          text-transform: none;
          font-size: 18px;
          margin-top: 20px; }
          /* line 280, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-right .back input:focus {
            outline: none; }
          @media screen and (max-width: 1024px) {
            #about .about-section .part-right .back input {
              width: 47%;
              padding: 7px 0; } }
          @media screen and (max-width: 680px) {
            #about .about-section .part-right .back input {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            #about .about-section .part-right .back input {
              font-size: 14px; } }
        /* line 296, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right .back p {
          text-align: center;
          margin-bottom: 30px;
          margin-top: 30px; }
          @media screen and (max-width: 1280px) {
            #about .about-section .part-right .back p {
              margin-bottom: 22px; } }
        /* line 306, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right .back .message {
          position: relative;
          top: 20px; }
        /* line 311, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right .back .lines-button {
          margin-top: 80px;
          width: 175px;
          height: 50px; }
          /* line 316, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-right .back .lines-button .text {
            line-height: 54px; }
      /* line 322, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-right.flipped {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        /* line 325, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right.flipped .front {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
        /* line 328, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-right.flipped .back {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); }
    /* line 334, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section p {
      font-size: 18px;
      color: #d8d8d8;
      margin-bottom: 30px; }
      @media screen and (max-width: 1280px) {
        #about .about-section p {
          font-size: 16px; } }
    /* line 344, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section p.quote {
      font-style: italic; }
    /* line 348, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-middle {
      width: 100%; }
      /* line 351, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-middle .button {
        background-image: url(../assets/images/texture-noise-dark.jpg);
        box-sizing: border-box;
        position: absolute;
        width: 590px;
        height: 80px;
        border: 3px solid #d8d8d8;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        cursor: pointer;
        line-height: 79px;
        -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
                transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
        /* line 364, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .button:hover {
          border-width: 6px;
          line-height: 73px; }
        /* line 370, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .button span {
          font-size: 24px;
          text-transform: uppercase; }
          /* line 375, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-middle .button span span {
            color: #c2c2c2; }
      /* line 381, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-middle .contact-group {
        height: 0;
        margin-top: 0;
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transition: height 0.9s cubic-bezier(0.19, 1, 0.22, 1), margin-top 0.9s cubic-bezier(0.19, 1, 0.22, 1);
                transition: height 0.9s cubic-bezier(0.19, 1, 0.22, 1), margin-top 0.9s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
        -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
                transform-origin: top center; }
        /* line 392, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .contact-group input {
          background: none;
          border: none;
          border-bottom: 1px solid #4d4d4d;
          padding: 7px 19px;
          width: calc(47% - 36px);
          text-transform: none;
          font-size: 22px; }
          /* line 401, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-middle .contact-group input:focus {
            outline: none; }
          /* line 405, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-middle .contact-group input:first-child {
            margin-right: 5%; }
          @media screen and (max-width: 1024px) {
            #about .about-section .part-middle .contact-group input {
              width: 47%;
              padding: 7px 0; } }
          @media screen and (max-width: 680px) {
            #about .about-section .part-middle .contact-group input {
              width: 100%; } }
        /* line 418, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .contact-group p {
          margin-bottom: 30px;
          font-size: 24px; }
        /* line 423, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .contact-group.open {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1);
          height: 255px;
          margin-top: 30px; }
        /* line 430, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .contact-group .button-send {
          display: inline-block;
          padding: 0 30px;
          text-align: center;
          font-size: 18px;
          border: 1px solid #d8d8d8;
          color: #d8d8d8;
          cursor: pointer;
          float: right;
          margin-top: 40px; }
          /* line 441, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .part-middle .contact-group .button-send span {
            text-transform: uppercase;
            line-height: 39px;
            position: relative; }
        /* line 448, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .part-middle .contact-group .message {
          position: relative;
          top: 20px;
          text-align: right;
          font-size: 18px; }
    /* line 458, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-top, #about .about-section .part-bottom {
      padding-top: 70px;
      padding-right: 7%;
      padding-bottom: 105px;
      padding-left: 7%; }
    /* line 465, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-top {
      background: rgba(247, 240, 224, 0.04); }
    /* line 469, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .part-bottom {
      background: rgba(247, 240, 224, 0.08);
      padding-top: 110px;
      padding-bottom: 235px; }
      /* line 474, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .part-bottom h1 {
        margin-left: 105px; }
    /* line 479, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section .content {
      padding: 55px 50px;
      position: relative; }
      @media screen and (max-width: 560px) {
        #about .about-section .content {
          padding: 55px 30px 55px 30px; } }
      @media screen and (max-width: 510px) {
        #about .about-section .content {
          padding: 55px 20px 55px 20px; } }
      @media screen and (max-width: 480px) {
        #about .about-section .content {
          padding: 55px 10px 55px 10px; } }
      /* line 493, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .content p {
        text-align: center;
        margin: 0 auto 35px auto;
        font-size: 20px;
        max-width: 1000px;
        text-transform: none; }
        /* line 500, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .content p.small {
          font-size: 19px;
          color: #d4d4d4; }
        @media screen and (max-width: 1300px) {
          #about .about-section .content p {
            font-size: 18px; }
            /* line 507, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
            #about .about-section .content p.small {
              font-size: 16px; } }
        @media screen and (max-width: 1100px) {
          #about .about-section .content p {
            font-size: 14px; }
            /* line 511, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
            #about .about-section .content p.small {
              font-size: 13px; } }
        @media screen and (max-width: 1024px) {
          #about .about-section .content p {
            font-size: 22px; } }
      /* line 518, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .content h2 {
        text-align: center;
        font-size: 117px;
        margin: 0 0 50px 0; }
        @media screen and (max-width: 1700px) {
          #about .about-section .content h2 {
            font-size: 107px; } }
        @media screen and (max-width: 1500px) {
          #about .about-section .content h2 {
            font-size: 97px; } }
        @media screen and (max-width: 1300px) {
          #about .about-section .content h2 {
            font-size: 87px; } }
        @media screen and (max-width: 1100px) {
          #about .about-section .content h2 {
            font-size: 77px; } }
        @media screen and (max-width: 800px) {
          #about .about-section .content h2 {
            font-size: 57px; } }
      /* line 540, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .content .line {
        height: 4px;
        width: 70%;
        background: white;
        margin: 100px 0 55px 15%; }
      /* line 547, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .content .content-more {
        height: 100%;
        position: relative;
        overflow: hidden; }
        /* line 553, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .content .content-more.close {
          display: none; }
        /* line 557, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .content .content-more p {
          position: relative; }
      /* line 562, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section .content .button {
        width: 100%;
        text-align: center; }
        /* line 566, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section .content .button .read-more-button {
          display: inline-block;
          font-size: 22px; }
          /* line 570, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .content .button .read-more-button .text {
            text-transform: uppercase; }
            /* line 573, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
            #about .about-section .content .button .read-more-button .text:before {
              content: 'READ MORE'; }
            /* line 577, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
            #about .about-section .content .button .read-more-button .text.open:before {
              content: 'close'; }
          /* line 582, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section .content .button .read-more-button .line-button {
            margin-top: 10px;
            width: 100%;
            height: 4px;
            position: relative;
            background: white;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
  @media screen and (max-width: 1024px) {
    #about {
      background-image: url(../assets/images/about/mobile/background.jpg);
      background-size: 110%;
      background-attachment: scroll;
      padding-top: 175px; } }
  @media screen and (max-width: 480px) {
    #about {
      padding-top: 120px; } }
  /* line 611, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile h1 {
    font-size: 60px;
    margin-bottom: 35px; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile h1 {
        font-size: 40px;
        margin-bottom: 25px; } }
  /* line 621, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile h2 {
    font-size: 25px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile h2 {
        font-size: 18px;
        margin-bottom: 20px; } }
  /* line 632, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile p {
    font-size: 18px;
    color: #d8d8d8;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile p {
        font-size: 14px; } }
  /* line 642, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .contact-group {
    height: 0;
    position: relative;
    left: 7.5%;
    width: 85%;
    margin-top: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: height 0.9s cubic-bezier(0.19, 1, 0.22, 1), margin-top 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            transition: height 0.9s cubic-bezier(0.19, 1, 0.22, 1), margin-top 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
    /* line 656, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .contact-group input {
      background: none;
      border: none;
      border-bottom: 1px solid #4d4d4d;
      padding: 7px 19px;
      width: calc(47% - 36px);
      text-transform: none;
      font-size: 18px; }
      /* line 665, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section-mobile .contact-group input:focus {
        outline: none; }
      /* line 669, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section-mobile .contact-group input:first-child {
        margin-right: 5%; }
      @media screen and (max-width: 1024px) {
        #about .about-section-mobile .contact-group input {
          width: 47%;
          padding: 7px 0; } }
      @media screen and (max-width: 680px) {
        #about .about-section-mobile .contact-group input {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #about .about-section-mobile .contact-group input {
          font-size: 14px; } }
    /* line 685, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .contact-group p {
      margin-bottom: 30px; }
    /* line 689, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .contact-group.open {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      height: 255px;
      margin-top: 30px; }
    /* line 696, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .contact-group .message {
      position: relative;
      top: 20px; }
    /* line 701, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .contact-group .lines-button {
      top: 35px; }
  /* line 706, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .content {
    text-align: center;
    width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile .content {
        width: calc(100% - 20px);
        margin: 0 10px 0 10px; } }
  /* line 717, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .image-diaporama {
    background-image: url(../assets/images/texture-extra-light.jpg);
    height: 396px;
    position: relative;
    top: -30px;
    padding: 7.5%;
    width: 85%; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile .image-diaporama {
        left: -10px;
        padding: 20px;
        width: calc(100% - 20px); } }
  /* line 732, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .content-more {
    height: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    /* line 742, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .content-more.open {
      height: auto;
      opacity: 1;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
  /* line 749, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .part-middle-mobile {
    background-image: url(../assets/images/texture-medium.jpg);
    padding: 30px 7.5% 0 7.5%; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile .part-middle-mobile {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0; } }
    /* line 760, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .part-middle-mobile .lines-button {
      margin-top: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        #about .about-section-mobile .part-middle-mobile .lines-button {
          margin-top: 0;
          margin-bottom: 0; } }
    /* line 770, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .part-middle-mobile h3 {
      margin-top: 40px;
      font-size: 24px;
      color: #d8d8d8; }
    /* line 777, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .part-middle-mobile .demo-btn {
      width: 100%;
      position: absolute;
      left: 0;
      margin-top: 40px; }
      /* line 783, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
      #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button {
        margin-top: 0;
        margin-bottom: 0;
        height: 54px;
        width: 420px; }
        @media screen and (max-width: 480px) {
          #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button {
            width: calc(100% - 20px); } }
        /* line 793, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
        #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button .text {
          font-size: 16px;
          line-height: 54px; }
          @media screen and (max-width: 400px) {
            #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button .text {
              font-size: 14px; } }
          @media screen and (max-width: 358px) {
            #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button .text {
              font-size: 12px; } }
          /* line 804, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
          #about .about-section-mobile .part-middle-mobile .demo-btn .lines-button .text span {
            font-size: inherit;
            text-transform: inherit;
            color: #c2c2c2; }
  /* line 815, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
  #about .about-section-mobile .part-bottom-mobile {
    background-image: url(../assets/images/texture-medium.jpg);
    padding: 150px 7.5% 60px 7.5%; }
    @media screen and (max-width: 480px) {
      #about .about-section-mobile .part-bottom-mobile {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0; } }
    /* line 826, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .part-bottom-mobile h1 {
      margin-bottom: 60px; }
      @media screen and (max-width: 480px) {
        #about .about-section-mobile .part-bottom-mobile h1 {
          font-size: 32px; } }
    /* line 833, /Volumes/Data/DEV/paragon/dev/src/views/sections/about/_about.scss */
    #about .about-section-mobile .part-bottom-mobile .lines-button {
      margin-top: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        #about .about-section-mobile .part-bottom-mobile .lines-button {
          margin-top: 0;
          margin-bottom: 0; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
#contact {
  padding-bottom: 91px; }
  @media screen and (max-width: 1024px) {
    #contact {
      padding-bottom: 170px; } }
  @media screen and (max-width: 480px) {
    #contact {
      padding-bottom: 110px; } }

/* line 14, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-infos p {
  font-size: 22px;
  color: #d4d4d4;
  text-transform: none;
  font-weight: 300; }
  @media screen and (max-width: 480px) {
    .contact-infos p {
      font-size: 18px; } }
/* line 25, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-infos .contact-intro {
  height: 650px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .contact-infos .contact-intro {
      height: 445px; } }
  /* line 33, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-infos .contact-intro .background {
    background: url(../assets/images/contact/hero.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  /* line 44, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-infos .contact-intro .intro-content {
    padding-top: 240px;
    position: relative;
    z-index: 2;
    text-align: center; }
    @media screen and (max-width: 1695px) {
      .contact-infos .contact-intro .intro-content {
        padding-top: 210px; } }
    @media screen and (max-width: 1024px) {
      .contact-infos .contact-intro .intro-content {
        padding: 242px 0 20px 0; } }
    @media screen and (max-width: 480px) {
      .contact-infos .contact-intro .intro-content {
        padding: 150px 0 20px 0; } }
    /* line 61, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-infos .contact-intro .intro-content h4 {
      font-size: 41px;
      color: white;
      margin-bottom: 41px; }
      @media screen and (max-width: 480px) {
        .contact-infos .contact-intro .intro-content h4 {
          font-size: 35px;
          margin-bottom: 25px; } }
    /* line 72, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-infos .contact-intro .intro-content i {
      color: white; }
    /* line 76, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-infos .contact-intro .intro-content h2 {
      color: white;
      font-size: 77px; }
      @media screen and (max-width: 800px) {
        .contact-infos .contact-intro .intro-content h2 {
          font-size: 57px; } }
    /* line 85, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-infos .contact-intro .intro-content .center {
      width: 50%;
      margin: 0 auto; }
      @media screen and (max-width: 1570px) {
        .contact-infos .contact-intro .intro-content .center {
          width: 60%; } }
      @media screen and (max-width: 1200px) {
        .contact-infos .contact-intro .intro-content .center {
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .contact-infos .contact-intro .intro-content .center {
          width: calc(100% - 20px); } }
  /* line 101, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-infos .contact-intro .scroll-button {
    margin-top: 55px; }
    /* line 104, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-infos .contact-intro .scroll-button rect {
      opacity: 0.6; }
@media screen and (max-width: 1024px) {
  .contact-infos .center.no-mobile {
    margin-left: 58px; } }
@media screen and (max-width: 480px) {
  .contact-infos .center.no-mobile {
    margin-left: 10px; } }
/* line 125, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-infos .center.intro-mobile {
  margin-bottom: 80px; }
  /* line 128, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-infos .center.intro-mobile p {
    font-size: 22px; }
/* line 134, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-infos .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../assets/images/texture-noise-light.jpg);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .contact-infos .mask {
      background-image: url(../assets/images/texture-noise-dark.jpg); } }

/* line 150, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.separator.content {
  height: 1px;
  background: white;
  opacity: .4;
  width: 100%;
  position: relative;
  z-index: 3; }

/* line 159, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-address {
  width: calc(50% - 85px);
  height: 380px;
  float: left; }
  /* line 164, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 60px 0 40px 0; }
    @media screen and (max-width: 1024px) {
      .contact-address h3 {
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .contact-address h3 {
        font-size: 30px; } }
  /* line 177, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address p {
    font-size: 24px; }
    @media screen and (max-width: 480px) {
      .contact-address p {
        font-size: 18px; } }
  /* line 184, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address .phone {
    font-size: 24px;
    margin: 10px 0; }
    @media screen and (max-width: 480px) {
      .contact-address .phone {
        font-size: 18px; } }
  /* line 192, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address .mail {
    font-size: 24px;
    color: #d4d4d4;
    position: relative;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    /* line 201, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-address .mail.right:before, .contact-address .mail.left:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      position: absolute;
      bottom: -2px;
      left: 0;
      background-color: #FFF;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
              transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      left: auto;
      right: 0; }
    /* line 217, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-address .mail.left:after {
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
    /* line 220, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-address .mail.right:before {
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    /* line 224, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-address .mail:hover {
      color: #fff; }
      /* line 227, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
      .contact-address .mail:hover.left:after, .contact-address .mail:hover.right:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    @media screen and (max-width: 1024px) {
      .contact-address .mail {
        color: #eaeaea;
        text-decoration: underline; } }
    @media screen and (max-width: 480px) {
      .contact-address .mail {
        font-size: 18px; } }
  /* line 241, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address.address-showroom {
    background: url(../assets/images/texture-dark.jpg);
    text-align: right;
    padding-right: 85px; }
    @media screen and (max-width: 1024px) {
      .contact-address.address-showroom {
        padding-right: 0;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .contact-address.address-showroom {
        padding-right: 10px; } }
  /* line 256, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-address.address-sales {
    background: url(../assets/images/texture-medium.jpg);
    text-align: left;
    padding-left: 85px; }
    /* line 261, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
    .contact-address.address-sales p {
      width: 350px; }
    @media screen and (max-width: 1024px) {
      .contact-address.address-sales {
        padding-left: 0;
        text-align: center; }
        /* line 269, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
        .contact-address.address-sales p {
          width: auto; } }
    @media screen and (max-width: 480px) {
      .contact-address.address-sales {
        padding-left: 10px; } }
  @media screen and (max-width: 1024px) {
    .contact-address {
      float: none;
      width: 100%;
      padding-top: 70px;
      height: 310px; }
      /* line 285, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
      .contact-address p {
        text-align: center; } }
  @media screen and (max-width: 480px) {
    .contact-address {
      width: calc(100% - 20px);
      height: 250px;
      padding-top: 30px;
      padding-left: 10px;
      padding-right: 10px; } }

/* line 299, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
.contact-map {
  height: 670px;
  position: relative;
  background-image: url(../assets/images/contact/map.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    .contact-map {
      height: 520px; } }
  /* line 310, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-map .logo-diamond {
    margin-top: 0;
    top: calc(50% - 47px); }
  /* line 315, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-map .map-mask {
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/texture-noise-dark.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom; }
  /* line 326, /Volumes/Data/DEV/paragon/dev/src/views/sections/contact/_contact.scss */
  .contact-map .google-maps {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
#products {
  padding-bottom: 92px;
  overflow: hidden;
  min-height: 1100px; }
  @media screen and (max-width: 1024px) {
    #products {
      min-height: 0;
      padding-bottom: 0; } }
  /* line 11, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
  #products .texts-container {
    box-sizing: border-box;
    background-image: url(../assets/images/texture-noise.jpg);
    padding-left: 60px; }
    @media screen and (max-width: 1300px) {
      #products .texts-container {
        padding-left: 50px; } }
    @media screen and (max-width: 1100px) {
      #products .texts-container {
        padding-left: 35px; } }
    /* line 25, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
    #products .texts-container h3 {
      margin: 20px 0 50px 0;
      font-size: 17px;
      text-transform: uppercase;
      color: #d8d8d8; }
      @media screen and (max-width: 1500px) {
        #products .texts-container h3 {
          margin: 50px 0 16px 0;
          font-size: 16px; } }
      @media screen and (max-width: 1300px) {
        #products .texts-container h3 {
          margin: 40px 0 13px 0;
          font-size: 14px; } }
      @media screen and (max-width: 1100px) {
        #products .texts-container h3 {
          margin: 30px 0 11px 0;
          font-size: 12px; } }
    /* line 46, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
    #products .texts-container h2 {
      font-size: 24px; }
      @media screen and (max-width: 1500px) {
        #products .texts-container h2 {
          font-size: 20px; } }
      @media screen and (max-width: 1300px) {
        #products .texts-container h2 {
          font-size: 16px; } }
      @media screen and (max-width: 1100px) {
        #products .texts-container h2 {
          font-size: 13px; } }
    /* line 59, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
    #products .texts-container h1 {
      margin: 0 0 50px 0;
      font-size: 60px;
      line-height: 68px;
      text-transform: uppercase;
      white-space: normal;
      max-width: 80%; }
      @media screen and (max-width: 1845px) {
        #products .texts-container h1 {
          font-size: 50px;
          line-height: 50px; } }
      @media screen and (max-width: 1300px) {
        #products .texts-container h1 {
          font-size: 50px;
          line-height: 40px; } }
      @media screen and (max-width: 1100px) {
        #products .texts-container h1 {
          font-size: 35px;
          line-height: 27px; } }
    /* line 82, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
    #products .texts-container .description p {
      margin-top: 30px;
      font-size: 18px;
      width: calc(100% - 85px);
      text-transform: none;
      color: #d8d8d8; }
      @media screen and (max-width: 1845px) {
        #products .texts-container .description p {
          font-size: 16px; } }
      @media screen and (max-width: 1500px) {
        #products .texts-container .description p {
          font-size: 16px;
          margin-top: 25px;
          width: calc(100% - 70px); } }
      @media screen and (max-width: 1300px) {
        #products .texts-container .description p {
          font-size: 14px;
          margin-top: 20px;
          width: calc(100% - 50px); } }
      @media screen and (max-width: 1100px) {
        #products .texts-container .description p {
          font-size: 12px;
          margin-top: 15px;
          width: calc(100% - 35px); } }
    /* line 110, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/_products.scss */
    #products .texts-container .lines-button {
      margin-top: 60px; }
      @media screen and (max-width: 1500px) {
        #products .texts-container .lines-button {
          margin-top: 45px; } }
      @media screen and (max-width: 1370px) {
        #products .texts-container .lines-button {
          margin-top: 35px; } }
      @media screen and (max-width: 1100px) {
        #products .texts-container .lines-button {
          margin-top: 25px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
.category-grid {
  -webkit-transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  /* line 7, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
  .category-grid.collapse {
    height: 210px; }
    /* line 10, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
    .category-grid.collapse .category-image, .category-grid.collapse .texts-container {
      height: 210px !important;
      overflow: hidden; }
    /* line 15, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
    .category-grid.collapse .description {
      opacity: 0; }
  /* line 20, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
  .category-grid .category-image {
    width: 58%; }
    /* line 23, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
    .category-grid .category-image .img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
  /* line 32, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
  .category-grid .category-image, .category-grid .texts-container {
    float: left;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  /* line 38, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid/_category-grid.scss */
  .category-grid .texts-container {
    width: 42%; }

/* line 4, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid-mobile/_category-grid-mobile.scss */
.category-grid-mobile .category-image-mobile {
  width: 66.66667%; }
  /* line 6, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid-mobile/_category-grid-mobile.scss */
  .category-grid-mobile .category-image-mobile .img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
/* line 15, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid-mobile/_category-grid-mobile.scss */
.category-grid-mobile .category-image-mobile, .category-grid-mobile .texts-container-mobile {
  float: left;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }
/* line 20, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid-mobile/_category-grid-mobile.scss */
.category-grid-mobile .texts-container-mobile {
  width: 33.33333%;
  position: relative;
  background: url(../assets/images/texture-noise.jpg); }
  /* line 25, /Volumes/Data/DEV/paragon/dev/src/views/sections/products/category-grid-mobile/_category-grid-mobile.scss */
  .category-grid-mobile .texts-container-mobile h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 665px) {
      .category-grid-mobile .texts-container-mobile h1 {
        font-size: 26px; } }
    @media screen and (max-width: 550px) {
      .category-grid-mobile .texts-container-mobile h1 {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .category-grid-mobile .texts-container-mobile h1 {
        font-size: 20px; } }
    @media screen and (max-width: 420px) {
      .category-grid-mobile .texts-container-mobile h1 {
        font-size: 18px; } }
    @media screen and (max-width: 380px) {
      .category-grid-mobile .texts-container-mobile h1 {
        font-size: 16px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
#products-category {
  padding-bottom: 91px; }
  @media screen and (max-width: 1024px) {
    #products-category {
      padding-bottom: 0; } }

/* line 9, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
.products-list {
  position: relative; }
  /* line 14, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
  .products-list .previous-category, .products-list .next-category {
    font-size: 14px;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 100; }
  /* line 24, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
  .products-list .previous-category {
    padding: 12px 60px 12px 8px;
    text-align: left;
    left: 0; }
  /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
  .products-list .next-category {
    padding: 12px 8px 12px 60px;
    text-align: right;
    right: 0; }
  /* line 37, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-category/_products-category.scss */
  .products-list p#message {
    padding: 60px 60px 60px 60px;
    font-style: italic;
    font-size: 18px; }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-search/_products-search.scss */
#products-search {
  padding-bottom: 92px; }
  /* line 4, /Volumes/Data/DEV/paragon/dev/src/views/sections/products-search/_products-search.scss */
  #products-search p#message {
    padding: 60px 60px 60px 60px;
    font-style: italic;
    font-size: 18px; }
  @media screen and (max-width: 1024px) {
    #products-search {
      padding-bottom: 0; } }

/* line 3, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
#product {
  background: url(../assets/images/texture-noise.jpg);
  padding-bottom: 91px; }
  @media screen and (max-width: 1024px) {
    #product {
      padding-bottom: 0;
      background: url(../assets/images/texture-noise-dark.jpg); } }
  /* line 12, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
  #product .product-content {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 18px; }
    /* line 18, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .prev-next-button {
      position: fixed;
      top: 75%; }
    /* line 23, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .block {
      width: 50%;
      float: left;
      background-image: url(../assets/images/texture-dark.jpg);
      overflow: hidden;
      text-align: left; }
      /* line 30, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block.placeholder {
        background-image: url(../assets/images/texture-noise-dark.jpg); }
      /* line 34, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block.right {
        height: calc(1255px/2); }
        @media screen and (max-width: 1600px) {
          #product .product-content .block.right {
            height: calc(1100px/2); } }
        @media screen and (max-width: 1415px) {
          #product .product-content .block.right {
            height: calc(900px/2); } }
        @media screen and (max-width: 1155px) {
          #product .product-content .block.right {
            height: calc(800px/2); } }
        @media screen and (max-width: 480px) {
          #product .product-content .block.right {
            height: calc(400px/2); } }
      /* line 50, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block.left {
        height: 1255px; }
        @media screen and (max-width: 1600px) {
          #product .product-content .block.left {
            height: 1100px; } }
        @media screen and (max-width: 1415px) {
          #product .product-content .block.left {
            height: 900px; } }
        @media screen and (max-width: 1155px) {
          #product .product-content .block.left {
            height: 800px; } }
        @media screen and (max-width: 480px) {
          #product .product-content .block.left {
            height: 400px; } }
      /* line 66, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block.text {
        overflow-y: auto;
        padding-bottom: 30px;
        height: 597.5px; }
        @media screen and (max-width: 1600px) {
          #product .product-content .block.text {
            height: 520px; } }
        @media screen and (max-width: 1415px) {
          #product .product-content .block.text {
            height: 420px; } }
        @media screen and (max-width: 1155px) {
          #product .product-content .block.text {
            height: 370px; } }
      /* line 82, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block .buttons-container {
        margin-left: 10%;
        margin-top: 4%;
        margin-bottom: 4%; }
      /* line 88, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .block .description {
        margin-top: 15%;
        width: 80%; }
    /* line 94, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .block-image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    /* line 100, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .bottom-image {
      width: 100%;
      height: 620px;
      overflow: hidden; }
    /* line 106, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .description {
      width: 86%;
      max-width: 950px;
      margin: 0 auto 85px auto;
      -webkit-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
              transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      /* line 112, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .description.open {
        height: auto !important; }
      @media screen and (max-width: 1024px) {
        #product .product-content .description {
          width: calc(100% - 120px);
          max-width: none;
          font-size: 22px;
          margin-bottom: 40px;
          height: 80px;
          overflow-y: hidden; } }
      @media screen and (max-width: 480px) {
        #product .product-content .description {
          font-size: 17px;
          width: calc(100% - 20px);
          padding: 0 10px 0 10px; } }
      /* line 130, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .description p {
        margin-bottom: 20px;
        color: #d8d8d8; }
    /* line 136, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .product-content .buttons-container {
      margin: 20px auto 85px 0;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        #product .product-content .buttons-container {
          margin: 40px auto 50px 0; } }
      /* line 144, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .buttons-container .lines-button {
        color: #d8d8d8;
        opacity: 1;
        min-height: 47px;
        height: 47px;
        top: 1px;
        left: -1px; }
        @media screen and (max-width: 480px) {
          #product .product-content .buttons-container .lines-button {
            top: 0px;
            min-height: 40px;
            height: 40px; } }
        /* line 158, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .product-content .buttons-container .lines-button .text {
          padding: 0 10px;
          font-size: 17px; }
          @media screen and (max-width: 480px) {
            #product .product-content .buttons-container .lines-button .text {
              line-height: 40px;
              font-size: 12px; } }
        /* line 168, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .product-content .buttons-container .lines-button .border {
          border-color: #d8d8d8; }
      /* line 173, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .product-content .buttons-container .price {
        display: inline-block;
        width: 201px;
        padding: 13px 0;
        background-color: #d8d8d8;
        text-align: center;
        color: #000;
        position: relative;
        top: 0;
        left: 4px; }
        @media screen and (max-width: 480px) {
          #product .product-content .buttons-container .price {
            width: 130px;
            font-size: 12px; } }
    @media screen and (max-width: 1270px) {
      #product .product-content .main-img {
        width: 100%; } }
  /* line 198, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
  #product .tabs {
    width: 100%; }
    /* line 201, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .tabs .tab-controls {
      width: 100%;
      margin: 0 auto;
      text-align: left;
      background: url(../assets/images/texture-dark.jpg);
      height: 100px; }
      /* line 208, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .tabs .tab-controls ul {
        position: relative;
        float: left; }
      /* line 213, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .tabs .tab-controls li {
        height: 100%;
        display: inline-block;
        width: 345px;
        margin: 0;
        float: left; }
        @media screen and (max-width: 1235px) {
          #product .tabs .tab-controls li {
            width: 275px; } }
        /* line 227, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .tabs .tab-controls li:nth-child(1), #product .tabs .tab-controls li:nth-child(2) {
          border-right: 1px solid #232323; }
        /* line 231, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .tabs .tab-controls li a {
          width: calc(100% - 60px);
          opacity: 0.5;
          -webkit-transition: opacity 0.3s;
                  transition: opacity 0.3s;
          padding: 40px 0 40px 60px;
          display: inline-block;
          text-transform: uppercase;
          font-size: 17px; }
        /* line 241, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .tabs .tab-controls li.selected {
          background: url(../assets/images/texture-light.jpg); }
        /* line 245, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .tabs .tab-controls li a:hover, #product .tabs .tab-controls li.selected a {
          opacity: 1; }
      /* line 250, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .tabs .tab-controls .separator {
        height: 100%;
        width: 1px; }
    /* line 261, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .tabs .tab-container {
      background: url(../assets/images/texture-noise-button.jpg); }
    /* line 266, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .tabs .tab-section .product-section-content {
      width: 86%;
      margin: 0 auto;
      padding: 110px 0;
      text-align: left;
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      @media screen and (max-width: 1024px) {
        #product .tabs .tab-section .product-section-content {
          width: calc(100% - 120px); } }
      @media screen and (max-width: 480px) {
        #product .tabs .tab-section .product-section-content {
          width: calc(100% - 20px); } }
      /* line 280, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .tabs .tab-section .product-section-content p {
        text-transform: capitalize;
        font-size: 18px;
        line-height: 30px;
        color: #d8d8d8; }
  /* line 291, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
  #product .accordion {
    margin-top: 40px; }
    /* line 294, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
    #product .accordion .accordion-content {
      background: url(../assets/images/texture-noise-button.jpg); }
      /* line 297, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
      #product .accordion .accordion-content .accordion-section {
        overflow: hidden;
        background: url(../assets/images/texture-noise-dark.jpg);
        height: 100px;
        border-bottom: 1px solid #4d4d4d; }
        /* line 303, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .accordion .accordion-content .accordion-section.selected {
          background: url(../assets/images/texture-medium.jpg);
          height: auto; }
          /* line 307, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
          #product .accordion .accordion-content .accordion-section.selected .accordion-button {
            background: url(../assets/images/texture-light.jpg);
            color: white; }
        /* line 313, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .accordion .accordion-content .accordion-section .accordion-button {
          width: calc(100% - 120px);
          display: inline-block;
          text-align: left;
          cursor: pointer;
          padding: 35px 60px 35px 60px;
          font-size: 26px;
          color: #4d4d4d;
          -webkit-transition: color 0.4s;
                  transition: color 0.4s; }
          @media screen and (max-width: 480px) {
            #product .accordion .accordion-content .accordion-section .accordion-button {
              font-size: 22px;
              width: calc(100% - 20px);
              padding: 35px 10px 35px 10px; } }
        /* line 330, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
        #product .accordion .accordion-content .accordion-section .product-section-content {
          margin: 0 auto;
          padding: 30px 0;
          text-align: left;
          width: calc(100% - 120px); }
          @media screen and (max-width: 480px) {
            #product .accordion .accordion-content .accordion-section .product-section-content {
              width: calc(100% - 20px); } }
          /* line 340, /Volumes/Data/DEV/paragon/dev/src/views/sections/product/_product.scss */
          #product .accordion .accordion-content .accordion-section .product-section-content p {
            text-transform: capitalize;
            font-size: 20px;
            opacity: 0.7; }
            @media screen and (max-width: 480px) {
              #product .accordion .accordion-content .accordion-section .product-section-content p {
                font-size: 16px;
                padding: 0 16px 0 10px; } }

/* line 1, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
#wishlist {
  background-image: url(../assets/images/texture-noise-light.jpg);
  background-repeat: repeat;
  padding-bottom: 130px; }
  @media screen and (max-width: 1024px) {
    #wishlist {
      padding-bottom: 170px; } }
  /* line 10, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
  #wishlist .wishlist-infos {
    text-align: center;
    color: #f8f8f8;
    margin-bottom: 50px; }
    /* line 15, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos .center {
      width: 60%;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        #wishlist .wishlist-infos .center {
          width: 100%;
          margin: 0; } }
    /* line 25, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos h3 {
      font-size: 37px;
      margin: 70px 0 50px 0; }
      @media screen and (max-width: 660px) {
        #wishlist .wishlist-infos h3 {
          font-size: 28px;
          margin: 50px 0 30px 0; } }
    /* line 35, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos p {
      font-size: 22px;
      text-transform: none;
      margin-bottom: 50px; }
    /* line 41, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos .message {
      position: relative;
      top: 14px;
      text-align: center;
      font-size: 18px; }
    /* line 48, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos .left {
      text-align: left; }
    /* line 52, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist .wishlist-infos .lines-button {
      margin-top: 30px;
      padding-left: 50px;
      padding-right: 50px; }
    @media screen and (max-width: 1024px) {
      /* line 59, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
      #wishlist .wishlist-infos form {
        text-align: left; } }
    @media screen and (max-width: 480px) {
      #wishlist .wishlist-infos {
        padding: 0 10px; } }
  /* line 69, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
  #wishlist input {
    background: none;
    border: none;
    border-bottom: 2px solid white;
    padding: 7px 18px 7px 18px;
    width: calc(47% - 36px);
    text-transform: none;
    font-size: 22px; }
    /* line 78, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist input:focus {
      outline: none; }
    /* line 82, /Volumes/Data/DEV/paragon/dev/src/views/sections/wishlist/_wishlist.scss */
    #wishlist input:first-child {
      margin-right: 5%; }
    @media screen and (max-width: 1024px) {
      #wishlist input {
        width: 47%;
        padding: 7px 0; } }
    @media screen and (max-width: 680px) {
      #wishlist input {
        width: 100%; } }
