@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/

/***************** MIXINS *****************/
/*================ Mixins ================*/
@mixin clearfix() {
  &::after {
    content: '';
    display: table;
    clear: both;
  }

  // sass-lint:disable
  *zoom: 1;
}

/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
@mixin prefix($property, $value, $prefixes) {
  @each $prefix in $prefixes {
    @if $prefix == webkit {
      -webkit-#{$property}: $value;
    } @else if $prefix == moz {
      -moz-#{$property}: $value;
    } @else if $prefix == ms {
      -ms-#{$property}: $value;
    } @else if $prefix == o {
      -o-#{$property}: $value;
    } @else if $prefix == spec {
      #{$property}: $value;
    } @else  {
      @warn 'Unrecognized prefix: #{$prefix}';
    }
  }
}

/*================ Media Query Mixin ================*/
@mixin media-query($media-query) {
  $breakpoint-found: false;

  @each $breakpoint in $breakpoints {
    $name: nth($breakpoint, 1);
    $declaration: nth($breakpoint, 2);

    @if $media-query == $name and $declaration {
      $breakpoint-found: true;

      @media only screen and #{$declaration} {
        @content;
      }
    }
  }

  @if $breakpoint-found == false {
    @warn 'Breakpoint "#{$media-query}" does not exist';
  }
}

/*================ Responsive Show/Hide Helper ================*/
@mixin responsive-display-helper($breakpoint: '') {
  // sass-lint:disable no-important
  .#{$breakpoint}show {
    display: block !important;
  }

  .#{$breakpoint}hide {
    display: none !important;
  }
}


/*================ Responsive Text Alignment Helper ================*/
@mixin responsive-text-align-helper($breakpoint: '') {
  // sass-lint:disable no-important
  .#{$breakpoint}text-left {
    text-align: left !important;
  }

  .#{$breakpoint}text-right {
    text-align: right !important;
  }

  .#{$breakpoint}text-center {
    text-align: center !important;
  }
}

@mixin visually-hidden() {
  // sass-lint:disable no-important
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@mixin visually-shown($position: inherit) {
  // sass-lint:disable no-important
  position: $position !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}



/// Animate css properties
// usage
// scss - @include animate(color);
//     or @include animate(color width);
//     or @include animate(color width, 1s, linear);
//
$animation-speed: .3s !default;

@mixin animate($properties, $duration: $animation-speed, $easing: ease-in-out) {
  $list:();
  @each $prop in $properties {
    $str: #{$prop} #{$duration} #{$easing};
    $list: join($list, #{$str}, comma);
  }

  transition: $list;
}

/// Mixin for styling form-placeholders
/// @example scss - Usage
///   @include placeholder {
///    color: #333;
///   }
///
///   input[type='text'],
///   input[type='tel'],
///   input[type='email'] {
///     @include placeholder {
///      color: red;
///     }
///   }

@mixin placeholder {
  &::-webkit-input-placeholder {@content}
  &::-moz-placeholder {opacity: 1; @content}
  &:-moz-placeholder {@content}
  &:-ms-input-placeholder {@content}
  &.placeholder {@content}
}


/***************** FONTS *****************/
@font-face {
  font-family: 'benzin';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_bold-webfont.woff2?v=148375063993774391751695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_bold-webfont.woff?v=158242777372962479251695243324) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'asphalt';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/Asphalt-Black.woff2?v=172509463919640620381695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/Asphalt-Black.woff2?v=172509463919640620381695243324) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'benzin';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_medium-webfont.woff2?v=15611783638033597271695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_medium-webfont.woff?v=139152438082178167851695243324) format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'benzin';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_semibold-webfont.woff2?v=58404509139952202461695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/supremat_-_benzin_semibold-webfont.woff?v=84262219523052754951695243324) format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'nimbus_sans_extd';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/10804-webfont.woff2?v=159807157324202918061695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/10804-webfont.woff?v=3224008227494136341695243324) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nimbus_sans_extd';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/10805-webfont.woff2?v=85488195423096762251695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/10805-webfont.woff?v=2250259331112461131695243324) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'nimbus_sans_extd';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/10806-webfont.woff2?v=104778132748488710161695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/10806-webfont.woff?v=19911672885799664271695243324) format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'kc_elderly_englishinked';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/kcelderlyenglish-inked-webfont.woff2?v=149486948702720257471695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/kcelderlyenglish-inked-webfont.woff?v=114496113007516915671695243324) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kc_elderly_englishregular';
  src: url(//metalumbrella.com/cdn/shop/t/129/assets/kcelderlyenglish-webfont.woff2?v=65535475514360584331695243324) format('woff2'),
  url(//metalumbrella.com/cdn/shop/t/129/assets/kcelderlyenglish-webfont.woff?v=109603743376809842301695243324) format('woff');
  font-weight: normal;
  font-style: normal;
}



/***************** SETTINGS *****************/
/*================ Color Variables ================*/
$color-primary: #000;

// Text colors
$color-body-text: #000;


$black: $color-primary;
$black-25: #252525;
$black-12: #12121C;
$black-43: #434343;
$black: #000;

$white: #fff;

$gray-be: #BEBEBE;
$gray-76: #767676;
$gray-d4: #D4D4D4;
$gray-ea: #EAEAEA;
$gray-f4: #F4F4F4;
$gray-c4: #C4C4C4;
$gray-97: #979797;
$gray-d9: #D9D9D9;
$gray-a4: #A4A4A4;
$gray-e5: #E5E5E5;

$blue-00: #004F8E;
$blue-2f: #2F80ED;

$lavender-f2: #F2DEFF;
$purple-96: #9617EB;
$magenta-ff: #FF2EAF;
$mustard-ff: #FFBE19;
$sand-ff: #FFD79C;
$red-cc: #CC092F;
$red-e1: #E12F00;
$green-00: #00D79C;

// Backgrounds
$color-body: $white;

// Border colors
$color-border: $gray-f4;

// Helper colors for form error states
$color-disabled: #000;
$color-disabled-border: #000;
$color-error: #000;
$color-error-bg: #000;
$color-success: #000;
$color-success-bg: #000;

/*================ Typography Variables ================*/
$font-weight-normal: 400;
$font-weight-bold: 700;

$font-header: 'benzin', Arial, sans-serif;
$font-weight-header: $font-weight-bold;

$font-body: 'nimbus_sans_extd', Arial, sans-serif;
$font-size-base: 16px;

$font-h1-size: 40 * 1px;
$font-h2-size: 32 * 1px;
$font-h3-size: 24 * 1px;
$font-h4-size: 18 * 1px;
$font-h5-size: 14 * 1px;
$font-h6-size: 12 * 1px;

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
$grid-medium: 768px;
$grid-large: 1024px;
$grid-widescreen: 1400px;
$grid-laptop: 1480px;
$grid-gutter: 30px;

$small: 'small';
$medium: 'medium';
$medium-down: 'medium-down';
$medium-up: 'medium-up';
$large: 'large';
$large-down: 'large-down';
$large-up: 'large-up';
$laptop: 'laptop';
$widescreen: 'widescreen';

// The `$breakpoints` list is used to build our media queries.
// You can use these in the media-query mixin.
$breakpoints: (
  $small '(max-width: #{$grid-medium - 1})',
  $medium '(min-width: #{$grid-medium}) and (max-width: #{$grid-large - 1})',
  $medium-down '(max-width: #{$grid-large - 1})',
  $medium-up '(min-width: #{$grid-medium})',
  $large '(min-width: #{$grid-large}) and (max-width: #{$grid-widescreen - 1})',
  $large-down '(max-width: #{$grid-widescreen - 1})',
  $large-up '(min-width: #{$grid-large})',
  $laptop '(max-width: #{$grid-laptop - 1})',
  $widescreen '(min-width: #{$grid-widescreen})'
);

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
$breakpoint-has-widths: ($small, $medium-up);
$breakpoint-has-push: ();

/*================ Sizing Variables ================*/
$width-site: 1180px;
$gutter: 20px;

/*================ Z-Index ================*/
$z-index-dropdown: 2;
$z-index-skip-to-content: 10000; // really high to be safe of app markup

/*================ SVG ================*/
$svg-select-icon: #{'//metalumbrella.com/cdn/shop/t/129/assets/ico-select.svg?39786'};


/***************** GLOBAL *****************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a:focus {
  color: inherit;
}

img {
  max-width: 100%;
}

/*================ Form element helpers ================*/
form {
  margin: 0;
}

// Prevent zoom on touch devices in active inputs
@include media-query($medium-down) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

button,
input[type="submit"],
label[for] {
  cursor: pointer;
}

optgroup {
  font-weight: $font-weight-bold;
}

// Force option color (affects IE only)
option {
  color: $color-body-text;
  background-color: $color-body;
}

// hide outline on focus for elements which are given focus by JS
[tabindex='-1']:focus {
  outline: none;
}

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

/*================ Helper Classes ================*/
.clearfix {
  @include clearfix();
}

.visually-hidden {
  @include visually-hidden();
}

.js-focus-hidden:focus {
  outline: none;
}

.label-hidden {
  @include visually-hidden();

  // No placeholders, so force show labels
  .no-placeholder & {
    @include visually-shown();
  }
}

.visually-shown {
  @include visually-shown();
}

// Only show when JS is not supported
.no-js:not(html) {
  display: none;

  .no-js & {
    display: block;
  }
}

// Only show when JS is supported
.js {
  .no-js & {
    display: none;
  }
}

// Only show when browser cookies are not supported
.supports-no-cookies:not(html) {
  display: none;

  html.supports-no-cookies & {
    display: block;
  }
}

// Only show when browser cookies are supported
.supports-cookies {
  html.supports-no-cookies & {
    display: none;
  }
}

.medium--hide {
  @include media-query($medium-down) {
    display: none !important;
  }
}

.medium--show {
  @include media-query($large-up) {
    display: none !important;
  }
}

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  @include visually-shown(absolute);
  color: $color-body-text;
  background-color: $color-body;
  padding: $gutter / 2;
  z-index: $z-index-skip-to-content;
  transition: none;
}

.text-position {
  display: flex;
  flex-direction: column;
  &.text-position--left {
    justify-content: center;
  }
  &.text-position--center {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  &.text-position--right {
    align-items: flex-end;
    justify-content: center;
    text-align: right;
  }
  &.text-position--bottom_left {
    justify-content: flex-end;
  }
  &.text-position--upper_center {
    align-items: center;
    text-align: center;
  }
  &.text-position--bottom_center {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
  &.text-position--upper_right {
    align-items: flex-end;
    text-align: right;
  }
  &.text-position--bottom_right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  &.text-position--mobile-left {
    @include media-query($small) {
      justify-content: center;
    }
  }
  &.text-position--mobile-center {
    @include media-query($small) {
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  }
  &.text-position--mobile-right {
    @include media-query($small) {
      align-items: flex-end;
      justify-content: center;
      text-align: right;
    }
  }
  &.text-position--mobile-bottom_left {
    @include media-query($small) {
      justify-content: flex-end;
    }
  }
  &.text-position--mobile-upper_center {
    @include media-query($small) {
      align-items: center;
      text-align: center;
    }
  }
  &.text-position--mobile-bottom_center {
    @include media-query($small) {
      align-items: center;
      justify-content: flex-end;
      text-align: center;
    }
  }
  &.text-position--mobile-upper_right {
    @include media-query($small) {
      align-items: flex-end;
      text-align: right;
    }
  }
  &.text-position--mobile-bottom_right {
    @include media-query($small) {
      align-items: flex-end;
      justify-content: flex-end;
      text-align: right;
    }
  }
}

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/

.grid {
  @include clearfix();
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -$grid-gutter;
}

.grid__item {
  float: left;
  padding-left: $grid-gutter;
  width: 100%;

  &[class*='--push'] {
    position: relative;
  }
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;

  > .grid__item {
    direction: ltr;
    text-align: left;
    float: right;
  }
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
// sass-lint:disable brace-style empty-line-between-blocks
@mixin grid-column-generator($breakpoint: '') {
  /** Whole */
  .#{$breakpoint}one-whole { width: 100%; }

  /* Halves */
  .#{$breakpoint}one-half { width: percentage(1 / 2); }

  /* Thirds */
  .#{$breakpoint}one-third { width: percentage(1 / 3); }
  .#{$breakpoint}two-thirds { width: percentage(2 / 3); }

  /* Quarters */
  .#{$breakpoint}one-quarter { width: percentage(1 / 4); }
  .#{$breakpoint}two-quarters { width: percentage(2 / 4); }
  .#{$breakpoint}three-quarters { width: percentage(3 / 4); }

  /* Fifths */
  .#{$breakpoint}one-fifth { width: percentage(1 / 5); }
  .#{$breakpoint}two-fifths { width: percentage(2 / 5); }
  .#{$breakpoint}three-fifths { width: percentage(3 / 5); }
  .#{$breakpoint}four-fifths { width: percentage(4 / 5); }

  /* Sixths */
  .#{$breakpoint}one-sixth { width: percentage(1 / 6); }
  .#{$breakpoint}two-sixths { width: percentage(2 / 6); }
  .#{$breakpoint}three-sixths { width: percentage(3 / 6); }
  .#{$breakpoint}four-sixths { width: percentage(4 / 6); }
  .#{$breakpoint}five-sixths { width: percentage(5 / 6); }

  /* Eighths */
  .#{$breakpoint}one-eighth { width: percentage(1 / 8); }
  .#{$breakpoint}two-eighths { width: percentage(2 / 8); }
  .#{$breakpoint}three-eighths { width: percentage(3 / 8); }
  .#{$breakpoint}four-eighths { width: percentage(4 / 8); }
  .#{$breakpoint}five-eighths { width: percentage(5 / 8); }
  .#{$breakpoint}six-eighths { width: percentage(6 / 8); }
  .#{$breakpoint}seven-eighths { width: percentage(7 / 8); }

  /* Tenths */
  .#{$breakpoint}one-tenth { width: percentage(1 / 10); }
  .#{$breakpoint}two-tenths { width: percentage(2 / 10); }
  .#{$breakpoint}three-tenths { width: percentage(3 / 10); }
  .#{$breakpoint}four-tenths { width: percentage(4 / 10); }
  .#{$breakpoint}five-tenths { width: percentage(5 / 10); }
  .#{$breakpoint}six-tenths { width: percentage(6 / 10); }
  .#{$breakpoint}seven-tenths { width: percentage(7 / 10); }
  .#{$breakpoint}eight-tenths { width: percentage(8 / 10); }
  .#{$breakpoint}nine-tenths { width: percentage(9 / 10); }

  /* Twelfths */
  .#{$breakpoint}one-twelfth { width: percentage(1 / 12); }
  .#{$breakpoint}two-twelfths { width: percentage(2 / 12); }
  .#{$breakpoint}three-twelfths { width: percentage(3 / 12); }
  .#{$breakpoint}four-twelfths { width: percentage(4 / 12); }
  .#{$breakpoint}five-twelfths { width: percentage(5 / 12); }
  .#{$breakpoint}six-twelfths { width: percentage(6 / 12); }
  .#{$breakpoint}seven-twelfths { width: percentage(7 / 12); }
  .#{$breakpoint}eight-twelfths { width: percentage(8 / 12); }
  .#{$breakpoint}nine-twelfths { width: percentage(9 / 12); }
  .#{$breakpoint}ten-twelfths { width: percentage(10 / 12); }
  .#{$breakpoint}eleven-twelfths { width: percentage(11 / 12); }
}

/*================ Grid push classes ================*/
@mixin grid-push-generator($breakpoint: '') {
  /* Halves */
  .#{$breakpoint}push-one-half { left: percentage(1 / 2); }

  /* Thirds */
  .#{$breakpoint}push-one-third { left: percentage(1 / 3); }
  .#{$breakpoint}push-two-thirds { left: percentage(2 / 3); }

  /* Quarters */
  .#{$breakpoint}push-one-quarter { left: percentage(1 / 4); }
  .#{$breakpoint}push-two-quarters { left: percentage(2 / 4); }
  .#{$breakpoint}push-three-quarters { left: percentage(3 / 4); }

  /* Fifths */
  .#{$breakpoint}push-one-fifth { left: percentage(1 / 5); }
  .#{$breakpoint}push-two-fifths { left: percentage(2 / 5); }
  .#{$breakpoint}push-three-fifths { left: percentage(3 / 5); }
  .#{$breakpoint}push-four-fifths { left: percentage(4 / 5); }

  /* Sixths */
  .#{$breakpoint}push-one-sixth { left: percentage(1 / 6); }
  .#{$breakpoint}push-two-sixths { left: percentage(2 / 6); }
  .#{$breakpoint}push-three-sixths { left: percentage(3 / 6); }
  .#{$breakpoint}push-four-sixths { left: percentage(4 / 6); }
  .#{$breakpoint}push-five-sixths { left: percentage(5 / 6); }

  /* Eighths */
  .#{$breakpoint}push-one-eighth { left: percentage(1 / 8); }
  .#{$breakpoint}push-two-eighths { left: percentage(2 / 8); }
  .#{$breakpoint}push-three-eighths { left: percentage(3 / 8); }
  .#{$breakpoint}push-four-eighths { left: percentage(4 / 8); }
  .#{$breakpoint}push-five-eighths { left: percentage(5 / 8); }
  .#{$breakpoint}push-six-eighths { left: percentage(6 / 8); }
  .#{$breakpoint}push-seven-eighths { left: percentage(7 / 8); }

  /* Tenths */
  .#{$breakpoint}push-one-tenth { left: percentage(1 / 10); }
  .#{$breakpoint}push-two-tenths { left: percentage(2 / 10); }
  .#{$breakpoint}push-three-tenths { left: percentage(3 / 10); }
  .#{$breakpoint}push-four-tenths { left: percentage(4 / 10); }
  .#{$breakpoint}push-five-tenths { left: percentage(5 / 10); }
  .#{$breakpoint}push-six-tenths { left: percentage(6 / 10); }
  .#{$breakpoint}push-seven-tenths { left: percentage(7 / 10); }
  .#{$breakpoint}push-eight-tenths { left: percentage(8 / 10); }
  .#{$breakpoint}push-nine-tenths { left: percentage(9 / 10); }

  /* Twelfths */
  .#{$breakpoint}push-one-twelfth { left: percentage(1 / 12); }
  .#{$breakpoint}push-two-twelfths { left: percentage(2 / 12); }
  .#{$breakpoint}push-three-twelfths { left: percentage(3 / 12); }
  .#{$breakpoint}push-four-twelfths { left: percentage(4 / 12); }
  .#{$breakpoint}push-five-twelfths { left: percentage(5 / 12); }
  .#{$breakpoint}push-six-twelfths { left: percentage(6 / 12); }
  .#{$breakpoint}push-seven-twelfths { left: percentage(7 / 12); }
  .#{$breakpoint}push-eight-twelfths { left: percentage(8 / 12); }
  .#{$breakpoint}push-nine-twelfths { left: percentage(9 / 12); }
  .#{$breakpoint}push-ten-twelfths { left: percentage(10 / 12); }
  .#{$breakpoint}push-eleven-twelfths { left: percentage(11 / 12); }
}

/*================ Clearfix helper on uniform grids ================*/
@mixin grid-uniform-clearfix($breakpoint: '') {
  .grid--uniform {
    .#{$breakpoint}one-half:nth-child(2n+1),
    .#{$breakpoint}one-third:nth-child(3n+1),
    .#{$breakpoint}one-quarter:nth-child(4n+1),
    .#{$breakpoint}one-fifth:nth-child(5n+1),
    .#{$breakpoint}one-sixth:nth-child(6n+1),
    .#{$breakpoint}two-sixths:nth-child(3n+1),
    .#{$breakpoint}three-sixths:nth-child(2n+1),
    .#{$breakpoint}one-eighth:nth-child(8n+1),
    .#{$breakpoint}two-eighths:nth-child(4n+1),
    .#{$breakpoint}four-eighths:nth-child(2n+1),
    .#{$breakpoint}five-tenths:nth-child(2n+1),
    .#{$breakpoint}one-twelfth:nth-child(12n+1),
    .#{$breakpoint}two-twelfths:nth-child(6n+1),
    .#{$breakpoint}three-twelfths:nth-child(4n+1),
    .#{$breakpoint}four-twelfths:nth-child(3n+1),
    .#{$breakpoint}six-twelfths:nth-child(2n+1) { clear: both; }
  }
}
// sass-lint:enable brace-style empty-line-between-blocks

/*================ Build Base Grid Classes ================*/
@include grid-column-generator();
@include responsive-display-helper();
@include responsive-text-align-helper();

/*================ Build Responsive Grid Classes ================*/
@each $breakpoint in $breakpoint-has-widths {
  @include media-query($breakpoint) {
    @include grid-column-generator('#{$breakpoint}--');
    @include grid-uniform-clearfix('#{$breakpoint}--');
    @include responsive-display-helper('#{$breakpoint}--');
    @include responsive-text-align-helper('#{$breakpoint}--');
  }
}

/*================ Build Grid Push Classes ================*/
@each $breakpoint in $breakpoint-has-push {
  @include media-query($breakpoint) {
    @include grid-push-generator('#{$breakpoint}--');
  }
}

/*================ General layout styles ================*/
body,
html {
  background-color: $color-body;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: $color-primary;
}

.page-content {
  flex: 1 0 auto;
  min-height: 50vh;
  padding-top: 74px;
  position: relative;
  z-index: 2;

  @include media-query($medium-down) {
    padding-top: 62px;
  }

  @include media-query($small) {
  }

  &.announcement-is-enabled {
    padding-top: 112px;
    @include media-query($medium-down) {
      padding-top: 101px;
    }
  }

}

.main-content {
  padding-top: 107px;
  padding-bottom: 107px;

  @include media-query($medium-down) {
    padding-top: 52px;
    padding-bottom: 71px;
  }

  @include media-query($small) {
    padding-top: 39px;
    padding-bottom: 79px;
  }
}

.page-width {
  @include clearfix();
  max-width: $width-site;
  padding: 0 $gutter;
  margin: 0 auto;

  @include media-query($small) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-width--mini {
  max-width: 712px;

  @include media-query($medium-down) {
    max-width: 650px;
  }
}

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;

  .no-svg & {
    display: none;
  }
}

.icon--wide {
  width: 40px;
}

svg,
symbol {
  &.icon:not(.icon--full-color) {
    circle,
    ellipse,
    g,
    line,
    path,
    polygon,
    polyline,
    rect {
      fill: inherit;
      stroke: inherit;
    }
  }

}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  @include visually-hidden();

  .no-svg & {
    @include visually-shown(static);
  }
}

/*================ Payment Icons ================*/
.payment-icons {
  @include prefix('user-select', 'none', moz ms webkit spec);
  cursor: default;
}

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 1.5 * $font-size-base * 120 / 35;
  height: 1.5 * $font-size-base;
}


.icon-facebook {
  width: 8px;
  height: 16px;
}

.icon-twitter {
  width: 20px;
  height: 17px;
}

.icon-tiktok {
  width: 15px;
  height: 17px;
}

.icon-youtube {
  width: 22px;
  height: 17px;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: $white;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  background:$white url('/cdn/shop/files/icon-select.svg') no-repeat 50% 50%;
  background-size: 9px;

}

.jcf-select.jcf-drop-active {
  .jcf-select-opener {
    background:$white url('/cdn/shop/files/icon-select-active.svg') no-repeat 50% 50%;
    background-size: 9px;
  }
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  animation: pageFadeIn .6s ease .3s 1 normal both;
}

body>.jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}


/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: $black !important;
}


/* custom number input styles */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;

  input {
    -moz-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%;

    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
    }
  }

  .jcf-btn-dec,
  .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px;

    &:hover {
      background: #e6e6e6;
    }

    &:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -4px;
      border: 4px solid #aaa;
      border-color: transparent transparent #000 transparent;
    }

    &.jcf-disabled {
      &:before {
        opacity: .3;
      }
    }
  }

  .jcf-btn-dec {
    top: auto;
    bottom: 1px;

    &:before {
      margin: -1px 0 0 -4px;
      border-color: #000 transparent transparent transparent;
    }
  }

  &.jcf-disabled {
    .jcf-btn-dec,
    .jcf-btn-inc {
      &:hover {
        background: #aaa;
      }

      &:before {
        opacity: .3;
      }
    }

    input {
      background: #ddd;
    }
  }
}

/*================ Headings ================*/
body,
input,
textarea,
button,
select {
  font-family: $font-body;
  font-size: $font-size-base;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: $black;
  text-decoration: underline;
  font-weight: 700;

  &:visited {
    color: $black;
  }

  &:hover {
    color: #979797;
    text-decoration: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: $font-header;
  font-weight: $font-weight-header;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;

  a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
  }
}

h1 {
  font-size: $font-h1-size;
  margin-bottom: 50px;

  @include media-query($small) {
    font-size: $font-h2-size;
    margin-bottom: 41px;
  }
}

h2 {
  font-size: $font-h2-size;
  margin: 0 0 39px;

  @include media-query($medium-down) {
    margin-bottom: 17px;
  }

  @include media-query($small) {
    font-size: $font-h3-size;
    margin-bottom: 12px;
  }
}

h3 {
  font-size: $font-h3-size;
  margin: 0 0 21px;

  @include media-query($medium-down) {
    margin-bottom: 16px;
  }

  @include media-query($small) {
    font-size: $font-h4-size;
    margin-bottom: 14px;
  }
}

h4 {
  font-size: $font-h4-size;
  margin: 0 0 24px;

  @include media-query($medium-down) {
    margin-bottom: 21px;
  }

  @include media-query($small) {
    font-size: $font-h4-size;
    margin-bottom: 14px;
  }
}

h5 {
  font-size: $font-h5-size;
  margin: 0 0 16px;

  @include media-query($small) {
    font-size: $font-h5-size;
  }
}

h6 {
  font-size: $font-h6-size;
  margin: 0 0 16px;

  @include media-query($small) {
    font-size: $font-h6-size;
  }
}

.h1 {
  @extend h1;
}

.h2 {
  @extend h2;
}

.h3 {
  @extend h3;
}

.h4 {
  @extend h4;
}

.h5 {
  @extend h5;
}

.h6 {
  @extend h6;
}

.page__top-heading {
  text-align: center;
  margin-bottom: 91px;

  .h1,
  h1 {
    font-size: $font-h2-size;
    letter-spacing: 0;
  }

  @include media-query($medium-down) {
    margin-bottom: 51px;

    .h1,
    h1 {
      font-size: 20px;
    }
  }

  @include media-query($small) {
    margin-bottom: 41px;

    .h1,
    h1 {
      font-size: $font-h3-size;

    }
  }
}

/*================ Paragraph styles ================*/
p {
  margin: 0 0 24px;
}

/*================ Blockquote styles ================*/
blockquote {
  position: relative;
  margin: 83px auto 72px;
  max-width: 820px;

  q {
    quotes: auto;
  }

  q,
  p {
    font-family: $font-header;
    font-size: 24px;
    line-height: 1.335 !important;
    margin: 0 0 24px;
    font-weight: 500;
    color: $black;
    display: block;

    &:before {
      content: '“';
    }
    &:after {
      content: '”';
    }
  }

  cite {
    font-family: $font-header;
    font-size: 18px;
  }

  @include media-query($medium-down) {
    q,
    p {
      font-size: 18px;
      line-height: 24px !important;
      margin: 0 0 24px;
    }
  }

  @include media-query($small) {
    margin: 75px 0 70px;
  }
}


table {
  font-family: $font-body;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  border-collapse: collapse;

  th {
    font-weight: 400;
    padding: 16px 0;
    border-bottom: 1px solid $black;
  }

  td {
    padding: 16px 0;
    border-bottom: 1px solid rgba($black, .2);
  }
}

/*================ Rich Text Editor ================*/
.rte {
  line-height: 1.5;

  h1,
  .h1 {
    font-size: $font-h2-size;
  }

  h2,
  .h2 {
    font-size: $font-h4-size;
  }

  h3,
  .h3,
  h4,
  .h4 {
    line-height: 1.5;
    font-size: $font-h5-size;
  }

  p {
    letter-spacing: -0.005em;
  }

  p + h3,
  p + .h3 {
    padding-top: 19px;
  }

  p + h4,
  p + .h4 {
    padding-top: 19px;
  }

  img {
    height: auto;
  }

  table {
    table-layout: fixed;
  }

  ul,
  ol {
    margin: 0 0 43px;
    padding: 0;
    list-style: none;
  }

  // Match the styles from RTE nested lists
  ul {
    li {

      &:before {
        display: inline-block;
        vertical-align: top;
        content: '';
        width: 4px;
        height: 4px;
        background-color: $black;
        border-radius: 4px;
        margin: 10px 10px 0 3px;
      }
    }
  }

  ol {
    list-style: none;
    counter-reset: newCounter;

    li {
      position: relative;
      padding: 0 0 0 10px;

      &:before {
        position: absolute;
        top: 0;
        left: 0;
        counter-increment: newCounter;
        content: counters(newCounter,".") " ";
      }
    }
  }


  @include media-query($medium-down) {
    h1,
    .h1 {
      font-size: 20px;
    }

    h2,
    .h2 {
      font-size: 16px;
    }

    h3,
    .h3,
    h4,
    .h4 {
      font-size: 14px;
    }

    p + h3,
    p + .h3 {
      padding-top: 37px;
    }

    p + h4,
    p + .h4 {
      padding-top: 13px;
    }

    ul,
    ol {
      margin: 0 0 37px;

    }
  }

  @include media-query($small) {
    h1,
    .h1 {
      font-size: $font-h3-size;
    }

    h2,
    .h2 {
      font-size: 16px;
    }

    h3,
    .h3,
    h4,
    .h4 {
      font-size: 12px;
    }

    p + h3,
    p + .h3 {
      padding-top: 20px;
    }

    p + h4,
    p + .h4 {
      padding-top: 0;
    }

    ul,
    ol {
      margin: 0 0 24px;

    }
  }
}



// allow table to scroll for tables in the RTE since we don't know
// how many columns they will contain. Class added by JS.
// sass-lint:disable no-misspelled-properties
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

// This class is wrapped around YouTube/Vimeo embeds in the RTE
// to make them responsive and prevent layout breaking
.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

// This class is wrapped around tables in the RTE
// to prevent layout breaking with a scrollable parent
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@include media-query($small) {
  .responsive-table {
    width: 100%;

    thead {
      display: none;
    }

    tr {
      display: block;
    }

    // IE9 table layout fixes
    tr,
    td {
      float: left;
      clear: both;
      width: 100%;
    }

    th,
    td {
      display: block;
      text-align: right;
      padding: $gutter / 2;
      margin: 0;
    }

    td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px;
    }
  }

  // Add a keyline between rows
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: $gutter / 2;

    &::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: $gutter / 2;
      right: $gutter / 2;
      border-bottom: 1px solid $color-border;
    }
  }
}

/*================ Links & Buttons ================*/
.btn,
button.sca-button {
  @include prefix('user-select', 'none', moz ms webkit spec);
  @include prefix(appearance, none, webkit moz spec);
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 14px 10px;
  min-width: 140px;
  max-width: 360px;
  margin: 0;
  border: 1px solid;
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0;
  color: $black;
  position: relative;
  background-color: $white;
  font-size: 10px;
  font-family: $font-header;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.025em;

  &:focus {
    background: $white;
    outline: none;
    color: $black;

    &:before {
      position: absolute;
      top: -5px;
      left: -5px;
      right: -9px;
      bottom: -9px;
      content: '';
      border: 1px solid $blue-2f;
      border-radius: 2px;
      pointer-events: none;
    }
  }

  &:hover {
    box-shadow: none;
   // top: 5px;
   // left: 5px;
    color: $black;
  }

  &:active {
    color: $black;
    background: $gray-ea;

    &:before {
      display: none !important;
    }
  }

  &:disabled,
  &.disabled,
  &[disabled] {
    background: $gray-ea;
    border-color: #8F8F8F;
    color: #8F8F8F;
    pointer-events: none;
  }
}

#MainContent button.sca-button {
  border: 1px solid $black !important;
  margin-top: 10px;

  span {
    color: $black !important;
    background: none !important;
    font-size: 10px;
    font-family: $font-header;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px !important;
    letter-spacing: 0.025em;
  }
}

.btn.btn--secondary {
  color: $white;
  background-color: $black;

  &:focus {
    background: $black;
    color: $white;
  }

  &:active {
    background: $black-25;
  }

  &:disabled,
  &.disabled,
  &[disabled] {
    color: #6d6d6d;
    background-color: #212121;
    border-color: #6d6d6d;
    pointer-events: none;
  }
}

.btn--full {
  width: 100%;
}

.btn.btn--dark {
  color: $white;
  background-color: $black;
  border-color: $black;
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 $black;

  span {
    color: $white;

    &:before {
      position: absolute;
      top: 2px;
      right: -6px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }

    &:after {
      position: absolute;
      bottom: -3px;
      left: -1px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }
  }


  &:hover {
    box-shadow: none;
    top: 0;
    left: 0;
    color: $black;
    border-color: $black;

    span:after,
    span:before {
      display: none;
    }
  }




  &:active {
    border-color:$white;
    background: $black-25;
  }
}




hr {
  margin: 30px 0;
}


.hr--clear {
  border-color:transparent;
}


.hr--small {
  margin: 10px 0;
}

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid rgba(#141A16, 0.4);
  border-width:0 0 1px;
  border-radius: 0;
  max-width: 100%;

  &:focus {
    border-color: #141A16;
  }

  &[disabled] {
    cursor: default;
    background-color: $color-disabled;
    border-color: $color-disabled-border;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px $white inset !important;

  .header__search & {
    -webkit-box-shadow: 0 0 0 30px $gray-f4 inset !important;
  }


  .mobile-header__search-wrap & {
    -webkit-box-shadow: 0 0 0 30px $black inset !important;
  }
}

input:-webkit-autofill {
  -webkit-text-fill-color: #141A16 !important;


  .mobile-header__search-wrap & {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.67) !important;
  }
}


textarea {
  min-height: 100px;
}

/*================ Custom select style ================*/
select {
  @include prefix(appearance, none, webkit moz spec);
  background-position: right center;
  background: {
    image: url($svg-select-icon);
    repeat: no-repeat;
    position: right 10px center;
    color: transparent;
  }
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;

  /*================ Hide the svg arrow in IE9 ================*/
  .ie9 & {
    padding-right: 10px;
    background-image: none;
  }
}

select::-ms-expand {
  display: none;
}

/*================ Error styles ================*/
input,
select,
textarea {
  &.input-error {
    border-color: $color-error;
    background-color: $color-error-bg;
    color: $color-error;
  }
}



// Account form styles
.general-form__row {
  padding: 5px 0 0;
  margin: 0 0 34px;
  position: relative;

  &.input-focused {
    .general-form__label {
      top: 0;
      transform: translateY(-50%);
      font-size: 8px;
      line-height: 16px;
    }

    .shown {
      &:after {
        content: "";
        display: block;
        position: absolute;
        background: $black;
        width: 22px;
        height: 2px;
        top: 50%;
        left: -3px;
        transform: rotate(45deg) translateY(-50%);
      }
    }
  }

  &.general-form__row--textarea {
    &.input-focused {

      .general-form__label {
        top: 0;
      }
    }

    .general-form__label {
      top: 26px;
    }

    textarea {
      height: 162px;
      width: 100%;
      resize: none;
    }
  }

  .general-select__label {
    top: 0;
    font-size: 8px;
    line-height: 16px;
  }

  .icon-holder {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);

    .icon-eye {
      width: 17px;
      fill: $black-25;
    }
  }

  .btn {
    width: 100%;
  }
}

.general-form__label {
  @include animate(all);

  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0 2px;
  transform: translateY(-50%);
  color: rgba(#141A16, .7);
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: $font-header;
  font-weight: 500;
}

.general-form__input {
  -webkit-appearance: none;
  height: 50px;
  background: transparent;
  color: rgba(#141A16, .7);
  padding: 0 0 11px 2px;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  border-radius: 0;
  font-family: $font-body;
  @media only screen and (max-width: 374px){
    min-width: 260px;
  }

  &:focus-visible {
    outline: none;
  }
  &::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  &::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  &:-webkit-autofill {

    + .general-form__label {
      top: 0;
      font-size: 8px;
      line-height: 16px;
      transform: translateY(-50%);
    }
  }

  &:focus {
    color: $black;
  }

  &:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
}

.general-form__input:focus + .general-form__label {
  border-bottom-color: #141A16;
  color: rgba(#141A16, .45);
}

.general-form__textarea {
  width: 100%;
  max-width: 442px;
  min-width: 271px;
  background: transparent;
  padding: 0 0 11px;
  resize: none;
}

.errors {
  color: $red-e1;
  font-size: 10px;
  line-height: 16px;

  ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
}

.error-message {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  font-size: 8px;
  line-height: 16px;
  text-transform: uppercase;
  color: $red-e1;
  font-weight: 500;
  font-family: $font-header;
  letter-spacing: 0.01em;
  transition: opacity 0.3s ease-in-out;
}

.error-message-password {
  font-size: 10px;
  line-height: 16px;
  color: $red-e1;
  padding-top: 1px;
  
  
  pre {
    font-family: $font-header;
    font-size: 10px;
    line-height: 16px;
    margin: -29px 0 15px;
    display: block;
  }

  @include media-query($small) {
    font-size: 9px;

    pre {
      font-size: 9px;
    }
  }
}

.general-form__error {

  .error-message {
    opacity: 1;
    visibility: visible;
    color: $red-e1;
    transform: translateY(-100%);
  }

  .general-form__input {
    border-color: $red-e1;
    color: $red-e1;
  }

  .general-form__label {
    opacity: 0;
  }
}

.custom-input {
  position: relative;
  margin: 0 0 31px;
  @include media-query($small) {
    margin: 0 0 20px;
  }

  input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    margin: 0;
    cursor:pointer;
    z-index:1;
    &:checked {

      + .custom-label {
        &:before {
          background: $black;
        }
        &::after {
          opacity: 1;
        }
      }
    }
    &:disabled {

      + .custom-label {
        color: #737b84;
        text-decoration-color: #737b84;
        pointer-events: none;
        cursor: default;
      }
    }
  }
}

.custom-label {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  @include media-query($small) {
    padding: 0 0 0 31px;
  }
  &:before,
  &:after {
    content: '';
    position: absolute;
  }
  &:before {
    left: -2px;
    top: -1px;
    width: 19px;
    height: 19px;
    border: 1px solid $black;
    background: #fff;
    transition: background-color 0.3s ease,
                border-color 0.3s ease;
  }
  &:after {
    top: 4px;
    left: 2px;
    width: 11px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    transform: rotate(-50deg);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

$color-blankstate: rgba($color-body-text, 0.35);
$color-blankstate-border: rgba($color-body-text, 0.2);
$color-blankstate-background: rgba($color-body-text, 0.1);

.placeholder-svg {
  display: block;
  fill: $color-blankstate;
  background-color: $color-blankstate-background;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid $color-blankstate-border;
}

.placeholder-svg--small {
  width: 480px;
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

// Mimic a background image by wrapping the placeholder svg with this class
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  .icon {
    border: 0;
  }
}


/***************** TEMPLATES *****************/
/*================ Giftcard Template ================*/
.giftcard-qr {
  img {
    display: block;
    margin: 0 auto;
  }
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  html,
  body {
    // sass-lint:disable no-color-literals
    background-color: #fff;
    color: #000;
  }

  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}

.template-product{
  .main-content {
    padding: 0;
  }

  .collection__title {
    font-size: 24px;
    margin: 0 0 6px;
  }

  .image-with-text__content {
    padding: 37px 20px 20px 72px;

    .btn-new {
      span {
        background-color: $gray-f4;
      }
    }
  }

  .image-with-text__heading {
    margin: 0 0 21px;
  }

  .image-with-text__subheading {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 25px;
  }

  .image-with-text__text-box {
    line-height: 23px;
    margin: 0 0 32px;
  }

  .image-with-text {
    padding-bottom: 30px;
    padding-top: 83px;

    .page-width {
      max-width: 1320px;
    }
  }

  .image-with-text__img {
    padding-right: 10px;
  }

  @include media-query($medium-down) {
    .image-with-text__content {
      padding: 37px 20px 20px 72px;
    }

    .image-with-text__img {
      padding: 0;
    }

    .image-with-text {
      padding-top: 82px;
      padding-bottom: 50px;
    }

    .image-with-text__heading {
      margin: 0 0 17px;
    }

    .image-with-text__subheading {
      font-size: 14px;
      line-height: 17px;
      font-weight: 600;
      margin: 0 0 15px;
    }

    .image-with-text__content {
      padding-left: 16px;
      padding-right: 0;
      padding-top: 42px;
    }

    .image-with-text__text-box {
      margin: 0 30px 24px;
    }
  }

  @include media-query($small) {
    .image-with-text {
      padding-bottom: 11px;

      .page-width {
        padding-left: 20px;
        padding-right: 20px;
      }
    }

    .image-with-text__subheading {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 20px;
    }

    .image-with-text__content {
      padding: 40px 0;
    }
  }
}

.bg__gray {
  background: $gray-f4;
}

.page-with--product {
  max-width: 1440px;
  padding: 62px 55px 0 39px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  .slick-prev,
  .slick-next {
    border: none;
    margin: 0 auto;
    padding: 0;
    outline: none;
    display: block;
    background: transparent;

    &.slick-disabled {
      display: none;
    }
  }

  .slick-prev {
    margin-bottom: 5px;
  }

  @include media-query($medium-down) {
    padding: 38px 31px 0;

    // .slick-list {
    //   margin: 0 35px;
    // }

    .slick-prev,
    .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .slick-prev {
      left: 0;
    }

    .slick-next {
      right: 0;
    }
  }

  @include media-query($small) {
    flex-wrap: wrap;
    padding: 16px 21px 0;

    // .slick-list {
    //   margin: 25px 0 0;
    // }

    .slick-prev,
    .slick-next {
      position: absolute;
      top: 0;
      transform: none;
    }
  }
}

.product__featured-image {
  max-width: 602px;
  position: relative;
}

.product__galery-holder {
  width: 63%;

  @include media-query($medium-down) {
    width: 50%;
    overflow: hidden;
  }

  @include media-query($small) {
    width: 100%;
    order: 2;
    margin: 0 0 9px;
  }
}

.product__gallery-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 700px;

  @include media-query($medium-down) {
    flex-wrap: wrap;
  }
}

.product__thumbnail-gallery {
  width: 63px;
  margin: 0;
  padding: 0;
  list-style: none;

  @include media-query($medium-down) {
    order: 2;
    width: 100%;
    position: relative;
  }

  @include media-query($small) {
    margin: 0 0 10px;
  }
}

.js-product__gallery {

  &:not(.slick-initialized) {
    opacity: 0;
  }

}

.no-transform {
  .slick-track {
    transform: none !important;
  }
}

.product__thumbnail-gallery-item {
  margin: 0 0 10px;

  @include media-query($medium-down) {
    padding: 0 4px;
    margin: 0;
  }
}

.product__thumbnail-gallery--video {
  position: relative;

  &:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba($black, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  @include media-query($medium-down) {
    &:before {
      left: 4px;
      width: calc(100% - 8px);
    }
  }
}



.product-gallery__marquee {
  width: 100%;
  // max-width: 602px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  left: 0;
  
  @include media-query($medium-down) {
    padding-left: 35px;
    padding-right: 35px;
  }

  @include media-query($small) {
    padding-left: 0;
    padding-right: 0;
  }

  .marquee {
    position: static;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: .1em;

    span {
      color: transparent;

      &:nth-child(2n) {
        color: $black;
      }
    }
  }
}

.product__featured-image {
  &.product--sold-out {
    img {
      opacity: .7;
    }
  }
}

.product__gallery-limited-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.15rem;
}

.js-product__gallery {
  margin: 0;
}

.product__gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% - 63px - 55px);
  max-width: 602px;
  position: relative;

  &:not(.is-limited) {
    .product__gallery-limited-badge {
      display: none;
    }
  }

  ul {
    padding: 0;

    &.product--sold-out {
      img {
        opacity: .7;
      }
    }
  }

  .slick-track {
    display: flex;
    align-items: center;
  }

  .slick-dots {
    display: none !important;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    bottom: 0;

    li {
      margin: 0 3px;
    }

    button {
      width: 31px;
      height: 2px;
      background: $black;
      margin: 0;
      padding: 0;
      opacity: .2;
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      outline: none;
    }

    .slick-active {
      button {
        opacity: 1;
      }
    }
  }

  @include media-query($medium-down) {
    width: 100%;
    order: 1;
    margin: 0 0 7px;
  }

  @include media-query($small) {
    ul {
      margin: 0;
    }
  }
}

.product__gallery-link {
  outline: none;
}

.plyr--video {
  max-height: 560px;
}

.plyr__video-wrapper {
  margin: 0;
  width: auto;
}

.plyr__control--overlaid {
  background: $white;

  svg {
    fill: $black;
  }
}

.plyr__control {
  background: $white;

  &:hover {
    background: $white !important;
    opacity: .8;
  }

  svg {
    fill: $black;
  }
}

.plyr--full-ui input[type=range] {
  color: $white;
}

.product__gallery-content {
  max-width: 602px;

  @include media-query($small) {
    margin-bottom: 15px;
  }
}

.slick-current {
  .product__thumbnail-gallery-link {
    border: 1px solid $gray-c4;
  }
}

.product__thumbnail-gallery-link {
  outline: none;
  display: block;
  border: 1px solid transparent;
  position: relative;

  .icon-video {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%);
  }
}

.product__information {
  padding: 92px 0 0;
  width: 30%;

  .product__vendor {
    margin: 0 0 15px;
    font-style: italic;
  }

  .product__title {
    font-size: 18px;
    margin: 0 7px 0 0;
    letter-spacing: 0;
  }

  .social-sharing {
    margin: 35px 0 20px;
    display: flex;
  }

  .social-sharing__link {
    @include animate(color);

    text-decoration: none;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
    color: $black;

    .icon {
      width: 24px;
      height: 24px;
    }
  }

  @include media-query($medium-down) {
    padding: 0;
    margin: 0 0 0 31px;
    width: 50%;

    .product__title {
      font-size: 16px;
    }
  }

  @include media-query($small) {
    width: 100%;
    order: 3;
  }

  .rte {
    margin: 0 0 25px;
  }

  .btn--dark {
    margin-right: 5px;
  }

  @include media-query($small) {
    margin: 0;

    .product__price {
      display: none;
    }

    .stamped-main-badge {
      display: none !important;
    }
  }
}

.social-sharing__link-email {
  .icon {
    width: 25px;
  }
}

.product__information-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 7px;

  .wk-label {
    display: none !important;
  }

  button.wk-button-product {
    margin: 0 !important;

    .wk-icon {
      top: 0;
      margin: 0;
      width: 21px;
      height: 19px;
    }
  }

  @include media-query($medium-down) {
    margin: 0;
  }

  @include media-query($small) {
    display: none;
  }
}

.product__information--mobile {
  display: none;

  .product__information-heading {
    display: flex;
  }

  .product__title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }

  @include media-query($small) {
    display: block;
    order: 1;
    width: 100%;
  }
}

.product-price--btn {
  display: none;
}

.design-pre-order-template-wrapper.top-direction .pre-order-2-message {
  border: 0 !important;
  text-align: center !important;
  color: #141a16 !important;
  padding: 0 !important;
}

.hide-button {
  opacity: .5 !important;
  pointer-events: none;
}

#stamped-main-widget {
  padding-top: 180px;
}

.information-wrap--fixed {
  .clearfix {
    &:before,
    &:after {
      display: none !important;
    }
  }

  .swatch-size__name {
    display: inline-block;
  }

  .design-pre-order-template-wrapper.top-direction .pre-order-2-message {
    display: none !important;
  }

  .product__information--holder {
    z-index: 12;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
    border-width: 1px 0;
    padding: 17px 72px 18px 36px !important;
    overflow: hidden;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product__information-details {
    form {
      display: flex;
      justify-content: space-between;
    }
  }

  .stamped-product-reviews-badge,
  .tab-row,
  .rte,
  .wk-button-product,
  .size-chart__image,
  .size-chart__image-mobile,
  .payment-buttons__holder,
  .swatch input:not(:checked) + label,
  .product__price,
  .swatch-color__title,
  .social-sharing {
    display: none !important;
  }

  .swatch-size__name {
    display: inline-block !important;
    text-transform: uppercase;
    margin-left: 7px;
  }

  .swatch {
    float: left;

    .header {
      order: 2;
      margin: 12px 0 0 !important;
      border-bottom: 1px solid $black;
      display: inline-block;

      strong {
        margin: 0;
      }
    }

    .swatch-element {
      order: 1;
      margin: 0 21px 0 0;
    }

    input:checked + label {
      background-color: transparent;
    }

    label {
      min-width: 51px;
      width: auto;
      height: 47px;
      font-size: 12px;
      line-height: 14px;
    }
  }

  .swatch-wrapper {
    margin: 0 15px 0 0;

    &:after {
      content: '';
      display: table;
      clear: both;
    }
  }

  .pdp-form {
    display: flex;
    align-items: center;
  }

  .product__information-heading {
    width: 40%;
    margin: 0;
  }

  .product-form-action-wrapper {
    .btn--dark {
      margin: 0;
      min-width: 217px;
    }
  }

  .product-price--btn {
    display: inline-block;
    vertical-align: top;
  }

  @include media-query($medium-down) {
    .product__information-details {
      width: 100%;

      form {
        justify-content: flex-start;
      }
    }

    .swatch {
      label {
        min-width: 35px;
        height: 35px;
        font-size: 10px;
      }

      .bg_color {
        width: 16px;
        height: 16px;
        background-size: 16px;
      }

      .header {
        margin-top: 6px !important;
      }
    }

    .color {
      &.swatch-element {
        label {
          min-width: 35px;
          height: 35px;
          width: auto;
        }
      }
    }

    .product__title {
      margin: 0 0 6px;
    }

    .swatch-element {
      margin-right: 14px;
    }

    .swatch-wrapper {
      margin: 0;
      padding: 0 15px 0 0;
    }

    .product__information-heading {
      display: block;
      width: 100%;
    }

    .pdp-form {
      flex-wrap: wrap;
    }

    .product-form-action-wrapper {
      width: 100%;
      margin: 15px 0;
    }

    .product__information--holder {
      flex-wrap: wrap;
      padding: 20px !important;
    }
  }

  @include media-query($small) {
    .swatch-wrapper {
      width: 50%;
    }

    .swatch-size__name {
      display: none !important;
    }
  }
}

.payment-buttons__holder {
  margin: 0 0 10px 0;

  &[data-sold-out="true"] {
    display: none;
  }

  .shopify-cleanslate ._3DL4HVlgeOhG7Paj6K8DqS,
  ._2ogcW-Q9I-rgsSkNbRiJzA {
    background: $black !important;
    color: $white !important;
    border: $black !important;
    box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 black !important;
    position: relative;
    transition: none !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-family: $font-header !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.025em !important;

    &:before {
      position: absolute;
      top: 3px;
      right: -5px;
      content: '';
      width: 7px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }

    &:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: '';
      width: 6px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }

    &:hover {
      box-shadow: none !important;
      top: 0;
      left: 0;

      &:before,
      &:after {
        display: none;
      }
    }
  }

  .shopify-payment-button.spurit-hidden {
    display: block !important;
    margin: 26px 5px 0 0;
  }

  .shopify-payment-button__button--unbranded {
    padding: 14px 10px !important;
  }

  .shopify-cleanslate ._3DL4HVlgeOhG7Paj6K8DqS:hover:not(.GZHgfzSnue0w98GtPtQ3D) {
    background: $black !important;
  }

  .shopify-cleanslate ._1LP9NPTft85QosIXd3_zOV:active, .shopify-cleanslate ._1LP9NPTft85QosIXd3_zOV:focus {
    box-shadow: none !important;
  }

  @include media-query($medium-down) {
    margin-right: 5px;
  }
}

.product-form-action-wrapper {
  @include media-query($medium-down) {
    margin-right: 5px;
  }
}

.shopify-payment-button__more-options {
  display: none !important;
}

// Fancybox
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  position: fixed;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 99992;
  transform: translateZ(0);
  @include media-query($medium-up) {
    left: 50%;
    top: 50%;
    width: 75%;
    height: 75%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
  }
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: $white;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar {
  padding: 15px;
}

.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-toolbar {
  right: 43px;
  top: 33px;

  @include media-query($medium-down) {
    right: 25px;
    top: 25px;
  }

  @include media-query($small) {
    right: 23px;
    top: 23px;
  }
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  left: 0;

  @include media-query($large-up) {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  @include animate(opacity);

  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;

  &.fancybox-button--close {
    width: 20px;
    height: 20px;
    padding: 0;
  }

  &.fancybox-button--zoom {
    display: none !important;
  }
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: $black;
}

.fancybox-button:hover {
  opacity: .7 !important;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  z-index: 100;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 38px;
  cursor: pointer;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 40px;
  padding: 0;
  // padding: 31px 26px 31px 6px;

  @include media-query($medium-down) {
    display: none;
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  // padding: 31px 6px 31px 26px;
  right: 40px;
  padding: 0;

  @include media-query($medium-down) {
    display: none;
  }
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;

  h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }

  p {
    margin: 0;
    padding: 0;
  }
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;

  &:visited,
  &:link {
    color: #fff;
  }

  &:hover {
    text-decoration: none;
  }

  svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;

    path {
      fill: #fff;
    }
  }
}

.fancybox-share__button--fb {
  background: #3b5998;

  &:hover {
    background: #344e86;
  }
}

.fancybox-share__button--pt {
  background: #bd081d;

  &:hover {
    background: #aa0719;
  }
}

.fancybox-share__button--tw {
  background: #1da1f2;

  &:hover {
    background: #0d95e8;
  }
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Fancybox Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs {
  .fancybox-thumbs {
    display: block;
  }

  .fancybox-inner {
    right: 212px;
  }
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y {
  .fancybox-thumbs__list {
    &::-webkit-scrollbar {
      width: 7px;
    }

    &::-webkit-scrollbar-track {
      background: #fff;
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }

    &::-webkit-scrollbar-thumb {
      background: #2a2a2a;
      border-radius: 10px;
    }
  }
}

.fancybox-thumbs__list {
  a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;

    &::before {
      border: 6px solid #ff5268;
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all .2s cubic-bezier(.25, .46, .45, .94);
      z-index: 99991;
    }

    &:focus {
      &::before {
        opacity: .5;
      }
    }

    &.fancybox-thumbs-active::before {
      opacity: 1;
    }
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;

    .fancybox-inner {
      right: 110px;
    }
  }

  .fancybox-thumbs__list {
    a {
      max-width: calc(100% - 10px);
    }
  }
}


// Swatch
.swatch-wrapper {
  margin: 0 0 20px;

  @include media-query($medium-down) {
    margin: 0 0 25px;

    &:last-of-type {
      margin: 0 0 16px;
    }
  }
}

.swatch {
  .header {
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 15px;
    display: flex;

    strong {
      margin-right: 7px;
      font-weight: 700;
    }

    .swatch__size-name {
      display: none;
    }

    &.header--size {
      justify-content: space-between;
    }
  }

  input {
    display: none;
  }

  label {
    float: left;
    min-width: 81px;
    max-width: 98px;
    height: 47px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid rgba($gray-97, .5);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: $font-body;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swatch-size__name {
    display: none;
  }

  .bg_color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .bg_color[aria-label=white] {
    box-shadow: 0 0 0 1px rgba($gray-97, .5);
  }

  &.header--size {
    .header {
      justify-content: space-between;
    }
  }

  @include media-query($medium-down) {
    .header {
      margin: 0 0 9px;
    }

    label {
      width: 65px;
      max-width: 65px;
      min-width: auto;
    }
  }

  &.header--size {
    .header {
      margin: 0 0 13px;
    }
  }

  @include media-query($small) {
    label {
      width: 67px;
      max-width: 67px;
    }
  }
}

.swatch-size__name {
  display: none;
}

.swatch-element {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 -1px 0 0;

  &.soldout {
    z-index: 10;

    label {
      color: #888;
    }

    &:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: url(//metalumbrella.com/cdn/shop/t/129/assets/bg-not-available-size.png?v=23335259567725015261695243324);
      background-size: 100% 100%;
      z-index: -1;
    }

    input:checked + label {
      background-color: $gray-d9;
      position: relative;
      font-weight: normal;
      z-index: -5;
    }
  }
}

.color {
  &.swatch-element {
    label {
      min-width: 46px;
      width: 46px;
      height: 46px;
    }
  }
}

.swatch input:checked + label {
  background-color: $gray-d9;
  font-weight: 600;
}

.product-form-quantity {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.product-form-action-wrapper {
  .btn--dark {
    width: 100%;
    max-width: 100%;
    margin: 0 0 17px;
    color: $white;
  }
}

.size-guide--link {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
}

.product__price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: transparent;
  letter-spacing: .03em;
  -webkit-text-stroke: 1px $black;
  margin: 0 0 10px;
  display: flex;

  .compare-price:not(.hide):not(:empty) + .regular-price {
    -webkit-text-stroke: 1px $red-cc;
    order: 1;
    margin-right: 22px;
  }

  .compare-price {
    order: 2;
  }

  @include media-query($medium-down) {
    font-size: 20px;
    margin: 0 0 2px;
  }
}

.wk-add-product {
  .wk-icon svg path {
    fill: none !important;
  }
}

.size-chart__image-mobile {
  display: none;

  @include media-query($medium-down) {
    display: block;
    font-weight: normal;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 2px;

    svg {
      margin: 0 0 0 9px;
    }
  }
}

.size-chart__image {
  text-decoration: none;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 2px;

  &:hover {
    text-decoration: none;
  }

  svg {
    margin: 0 0 0 9px;
  }

  @include media-query($medium-down) {
    display: none;
  }
}

.btn__product--notify {
  background: $black;
  color: $white;
  position: relative;
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 black;

  &:before {
    position: absolute;
    top: 2px;
    right: -6px;
    content: '';
    width: 7px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 6px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:hover {
    &:before,
    &:after {
      display: none;
    }
  }
}

#BIS_trigger:not(.btn__product--notify) {
  display: none !important;
}

.tab-row {
  padding: 33px 0;

  @include media-query($medium-down) {
    padding: 24px 0;
  }

  @include media-query($small) {
    padding: 32px 0 12px;
  }
}

.product-tabset {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #A1A1A1;

  @include media-query($medium-down) {
    margin: 0 0 21px;
  }
}

.product-tabset__item {
  margin: 0 6px;
  width: 33.33%;

  &:first-child {
    margin-left: 0;
  }

  &:last-child {
    margin-right: 0;
  }

  &.active {
    .product-tabset__link {
      font-weight: 700;
      border-bottom: 2px solid #000;
      color: #000;
    }
  }
}

.product-tabset__link {
  display: block;
  text-decoration: none;
  color: rgba($black, .34);
  font-weight: 400;
  margin: 0 0 -1px;
  padding: 0 0 13px;
  border-bottom: 2px solid transparent;

  &:hover {
    color: rgba($black, .34);
  }

  @include media-query($medium-down) {
    padding-bottom: 11px;
  }
}

.product-tab-content {
  overflow: hidden;
  position: relative;
}

.product-tab {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.js-tab-hidden {
  display:block !important;
  left:-9999px !important;
  position: absolute !important;
  top:-9999px !important;
}

// Preorder button
.design-pre-order-template-wrapper {
  margin-right: 5px;
  width: calc(100% - 5px) !important;

  .product-form-action-wrapper & {
    margin-right: 0;
    width: 100% !important;

    button {
      margin: 0 0 17px;
    }
  }
}

.design-pre-order-template-wrapper [data-editable="pre-order-button"],
.design-pre-order-template-wrapper [data-editable="pre-order-button-hover"] {
  text-transform: uppercase;
  position: relative;
  background-color: $black !important;
  color: $white !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  line-height: 14px !important;
  font-family: $font-header !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  padding: 15px 10px !important;
  border: 1px solid $black !important;
}

.design-pre-order-template-wrapper [data-editable="pre-order-button"] {
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 black !important;

  &:before {
    position: absolute;
    top: 2px;
    right: -6px;
    content: '';
    width: 7px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 6px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:hover {
    left: 0;
    top: 0;

    box-shadow: none !important;

    &:before,
    &:after {
      display: none !important;
    }
  }
}

/* .design-t_and_c-template-wrapper {
  display: none !important;
} */

.pdp-form--sold-out {
  .btn-add-to-cart {
    display: block !important;
  }

  .payment-buttons__holder,
  .btn__product--notify {
    display: none;
  }
}

.btn-add-to-cart[disabled="disabled"] {
  opacity: .5;
}


.shopify-payment-button__button[disabled] {
  height: 0 !important;
  opacity: 0 !important;
}


.pdp-form[data-form-notify="pdp-form--no-buy-now"] {
  .payment-buttons__holder {
    display: none !important;
  }
}

.limespot-recommendation-box-grid-container {
  overflow-y: auto;

  .ls-title {
    font-family: $font-body;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
  }
}

.ls-box-title {
  display: none;
}

.limespot-recommendation-box {
  background: $gray-f4;
  margin: 0;
}

limespot-box[data-box-style=grid] ul.limespot-recommendation-box-grid {
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: nowrap !important;
  flex: none;
  justify-content: normal !important;
}

.template-product limespot-box[data-box-style=grid] ul.limespot-recommendation-box-grid>li {
  max-width: 306px !important;
  flex: none !important;

  @include media-query($medium-down) {
    max-width: 240px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.ls-info-wrap {
  text-align: left;

  .ls-price {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: rgba($black, .6);
    font-family: $font-body;
  }
}

div.ls-recommendation-box:not(.no-zoom) .limespot-recommendation-box-item:hover,
limespot-box:not(.no-zoom) .limespot-recommendation-box-item:hover {
  transform: none !important;
}

limespot-box[data-box-style=grid] .limespot-recommendation-box-item .ls-link .ls-image-wrap {
  margin: 0 0 12px;
}

.mini-cart__footer {
  .ls-recommendation-box[data-box-type=Upsell] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: transparent;

    .ls-ul li {
      background: transparent;
    }
  }

  .limespot-add-to-cart-container {
    margin: 0 !important;
  }

  .limespot-message-container {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: $font-header;
    color: $black;
    text-align: left !important;

    a {
      text-decoration: none;
    }

    .money {
      font-family: $font-body;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
    }
  }

  .ls-add-to-cart-wrap {
    position: relative;
    color: $white;
    background-color: $black;
    border: 1px solid $black;
    box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 $black;
    &:before {
      position: absolute;
      top: 2px;
      right: -6px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }
    &:after {
      position: absolute;
      bottom: -3px;
      left: -1px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: $black;
      transform: rotate(45deg);
    }
    &:focus {
      background: $black;
      outline: none;
    }
    &:hover,
    &:active {
      box-shadow: none;
      color: $black;

      &:before,
      &:after {
        display: none;
      }
    }
    &:disabled,
    &.disabled,
    &[disabled] {
      background: $gray-ea;
      border-color: #8F8F8F;
      color: #8F8F8F;
      pointer-events: none;
    }

    .ls-add-to-cart {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 11px 30px 11px 18px;
      color: $white;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.025em;
      background: none;
      border: none;
    }

    .ls-add-to-cart-arrow {
      border: none;
      &::after {
        border-top-color: $white;
      }
    }
  }
}

.template-login,
.template-register {

  .main-content {
    padding-top: 0;
    padding-bottom: 50px;
    @include media-query($large-up) {
      padding: 0;
    }
  }
}

.template-activate_account {

  .main-content {
    padding-top: 0;
  }
}

.template-account,
.template-order-history,
.template-order {

  .page-content {
    overflow: hidden;
  }

  .main-content {
    padding-top: 0;
    @include media-query($large-up) {
      padding: 120px 0 200px;
    }
  }
}

.account__page-width {
  min-height: 80vh;
  @include media-query($large-up) {
    display: flex;
    align-items: center;
    min-height: 0;
  }

  &.page-width {
    max-width: 1156px;
  }
}

.account__image-col {
  width: 100%;
  @include media-query($large-up) {
    width: 50%;
  }
}

.account-form__col {
  width: 100%;
  @include media-query($large-up) {
    width: 50%;
  }
}

.account__image-holder {
  margin-left: -30px;
  margin-right: -30px;
  @include media-query($medium-up) {
    margin-left: -20px;
    margin-right: -20px;
  }
  @include media-query($large-up) {
    width: 50vw;
    position: relative;
    left: 100%;
    right: 50%;
    margin-left: -50vw;
  }
}

.account__image {
  display: none;
  width: 100%;
  object-fit: cover;
  @include media-query($large-up) {
    display: block;
    height: calc(100vh - 74px);
  }
  &.account__image--tablet {
    display: none;
    @include media-query($medium) {
      display: block;
    }
  }
  &.account__image--mobile {
    display: block;
    @include media-query($medium-up) {
      display: none;
    }
  }
}

.account-form {
  max-width: 395px;
  margin: 0 auto;
  padding: 42px 0 0;
  @include media-query($medium-up) {
    padding: 72px 0 0;
  }
  @include media-query($large-up) {
    padding: 34px 0 0;
  }
  @media only screen and (min-width: 1200px) {
    margin: 0 0 0 auto;
    padding: 110px 0 0;
  }
  &.account-form--recover {
    @include media-query($medium-up) {
      padding: 140px 0 0;
    }
    @include media-query($large-up) {
      padding: 110px 0 0;
    }

    .btn--alt {
      @include media-query($small) {
        margin: 0;
      }
    }
  }

  .error-message {
    padding: 0 0 0 2px;
  }

  .general-form__row {
    margin: 0 0 32px;

    .icon-holder {
      right: 0;
      margin: -4px 0 0;
      opacity: 0.5;
      @include media-query($medium-up) {
        right: 5px;
        opacity: 1;
      }
    }
  }

  .btn--dark {
    width: 100%;
    max-width: 100%;
  }

  .btn--alt {
    margin: 11px 0 0;
  }

  .errors {
    color: $red-e1;
    font-size: 8px;
    line-height: 16px;
    font-weight: 500;
    font-family: $font-header;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .cancel-link {
    display: block;
    padding: 0;
    margin: -7px auto 0;
    color: #141a16;
    font-family: $font-body;
    font-size: 14px;
    text-decoration: underline;
    background: none;
    border: none;
    &:hover,
    &:focus {
      text-decoration: none;
    }
  }

  @media only screen and (max-height: 599px) {
    padding-top: 10px;
  }
}

@media only screen and (max-height: 749px) {
  .general-form__heading.general-form__heading--large,
  .general-form__create-account-text{
    margin-bottom: 10px !important;
  }
}

.general-form__guest-login {
  padding: 40px 0;
}

.account-form__container--recover {
  padding-bottom: 100px;
}

.general-form__heading {
  margin: 0 0 18px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 52px;
  }
  &.general-form__heading--large {
    @include media-query($medium-up) {
      margin: 0 -50px 52px;
    }
  }
}

.general-form__create-account-text {
  margin: 0 -4px 40px;
  color: #141a16;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  @include media-query($medium-up) {
    margin: 0 0 38px;
    letter-spacing: 0;
  }

  a {
    font-weight: 400;
    &:hover {
      color: $black;
      text-decoration: none;
    }
  }
}

.general-form__forgot-text {
  display: block;
  margin: -17px 0 10px;
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  @include media-query($medium-up) {
    margin: -18px 0 13px;
  }

  a {
    color: rgba(#141A16, .5);
    text-decoration: none;
    font-weight: 400;
    &:hover {
      color: #141A16;
    }
  }
}

.account-form__container {
  width: 100%;

  .account-form {
    margin: 0 auto;
  }
}

.recover__heading {
  @media only screen and (max-width: 414px) {
    max-width: 300px;
    margin: 0 auto 18px;
  }
}

.recover__text {
  max-width: 297px;
  margin: 0 auto 40px;
  @include media-query($medium-up) {
    margin: 0 auto 38px;
  }
}

.account__icon-holder {
  padding: 22px 0 0;
  @include media-query($medium-up) {
    padding: 14px 0 0;
  }
  @include media-query($large-up) {
    margin: -16px 0 80px;
    padding: 0;
  }
}

.account__icon {
  display: block;
  margin: 0 auto;
  @include media-query($large-up) {
    max-width: 100px;
  }
}

.account-page__row {
  @include media-query($large-up) {
    display: flex;
  }
}

.account-page__aside {
  position: relative;
  width: 100%;
  height: 63px;
  @include media-query($large-up) {
    max-width: 280px;
    height: auto;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ececec;
    @include media-query($large-up) {
      top: -120px;
      left: -100vw;
      right: 0;
      bottom: -50vh;
    }
  }
}

.account-page__aside-content {
  padding: 0 20px 0 40px;
  color: #141a16;
  &.account-page__aside-content--mobile {
    padding: 20px;
    font-family: $font-header;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    @include media-query($medium-up) {
      padding: 20px 32px;
    }
    @include media-query($large-up) {
      display: none;
    }

    a {
      position: relative;
      display: inline-block;
      padding: 0 0 0 26px;
      text-decoration: none;
      font-weight: 600;
      @include media-query($small) {
        padding: 0 0 0 31px;
      }
      &:hover {

        svg {

          path {
            fill: #979797;
          }
        }
      }

      svg {
        position: absolute;
        top: 5px;
        left: 0;
        @include media-query($small) {
          left: 3px;
        }
      }
    }
  }
}

.account-page__title {
  margin: 0 0 34px;
  letter-spacing: 0;
}

.account-page__aside-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-family: $font-header;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  li {
    display: inline-block;
    margin: 0 0 14px;
    text-transform: uppercase;
    opacity: 0.5;
    &:last-child {
      margin: 0;
    }
    &.active {
      opacity: 1;

      svg {
        display: block;
      }
    }
    &:hover {
      opacity: 1;

      svg {
        display: block;
      }
    }
  }

  a {
    position: relative;
    display: inline-block;
    padding: 0 18px 0 0;
    color: #141A16;
    text-decoration: none;
    font-weight: 600;
    &:hover {
      color: inherit;
    }

    svg {
      position: absolute;
      top: 1px;
      right: 0;
      display: none;
      width: 18px;
      height: auto;
    }
  }
}

.account-page__back-link {
  color: #141A16;
  font-size: 14px;
  font-weight: 300;
  &:hover {
    color: inherit;
  }
}

.account-page__content {
  width: 100%;
  padding: 48px 20px 0;
  @include media-query($medium-up) {
    max-width: 837px;
    margin: 0 auto;
    padding: 27px 49px 0;
  }
  @include media-query($large-up) {
    margin: 0;
    padding: 0 60px 0 104px;
  }
  @include media-query($widescreen) {
    margin: 0 auto;
    transform: translateX(-162px);
  }
  &.account-page__content--alt {
    @include media-query($medium) {
      padding: 64px 49px 0;
    }
    @include media-query($small) {
      padding: 36px 20px 0;
    }
  }
  &.account-page__content--order {
    @include media-query($medium-up) {
      max-width: 1056px;
      margin: 0 auto;
    }
    @include media-query($large-up) {
      margin: 0;
    }
    @include media-query($widescreen) {
      margin: 0 auto;
      transform: translateX(-52px);
    }
  }
  &.account-page__content--address {
    @include media-query($medium-up) {
      max-width: 992px;
      margin: 0 auto;
    }
    @include media-query($large-up) {
      margin: 0;
    }
    @include media-query($widescreen) {
      margin: 0 auto;
      transform: translateX(-84px);
    }
    @include media-query($medium) {
      padding: 64px 52px 0;
    }

    .account-page__greeting-title {
      @include media-query($small) {
        margin: 0 0 10px;
      }
    }
  }

  .text-right {
    @include media-query($small) {
      text-align: left !important;
    }
  }
}

.account-page__greeting-box {
  position: relative;
  display: flex;
  align-items: center;
  @include media-query($small) {
    margin: 0 0 49px;
  }
}

.account-page__greeting-title {
  margin: 0 0 29px;
  letter-spacing: 0;
  @include media-query($small) {
    margin: 0 0 17px;
    font-size: 16px;
  }
  &.account-page__greeting-title--with-icon {
    padding: 0 110px 0 0;
    margin: 0;
    @include media-query($medium-up) {
      padding: 0;
    }
    @include media-query($large-up) {
      margin: -36px 0 0;
    }
    &:only-child {
      margin: 0 0 30px;
    }
  }
}

.account-page__greeting-icon {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-45%);
  @include media-query($medium-up) {
    position: static;
    padding: 0 0 0 12px;
    transform: none;
  }
  @include media-query($large-up) {
    margin: -36px 0 0;
  }
}

.account-page__greeting-text {
  margin: -11px 0 52px;
  font-size: 14px;
  @include media-query($small) {
    line-height: 1.43;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

.order__holder {
  margin: 0 0 14px;
  @include media-query($small) {
    margin: 0 0 18px;
  }

  .order-table {
    border-bottom: 1px solid $black;
    @include media-query($small) {
      border-top: 1px solid $black;
    }

    thead {
      border-bottom: 1px solid $black;
      @include media-query($small) {
        display: none;
      }
    }

    th,
    td {
      padding: 16px 0;
      text-align: center;
      line-height: 1.68;
      @include media-query($small) {
        padding: 14px 0;
      }
      &:nth-child(1) {
        width: 17%;
        text-align: left;
      }
      &:nth-child(2) {
        width: 19%;
      }
      &:nth-child(3) {
        width: 28%;
      }
      &:nth-child(4) {
        width: 11%;
        text-align: right;
      }

      a {
        text-decoration: none;
      }
    }

    th {
      padding: 9px 0;
      @include media-query($large-up) {
        padding: 10px 0;
      }
    }

    td {
      border: none;
    }

    &.order-details__table {
      border-top: none;

      thead {
        @include media-query($small) {
          display: table-header-group;
        }

        th {
          border-color: rgba(#000, 0.2);
          &:nth-child(2) {
            text-transform: uppercase;
            @include media-query($small) {
              color: transparent;
              font-size: 0;
            }
          }
          &:nth-child(3) {
            @include media-query($small) {
              color: transparent;
              font-size: 0;
            }
            @include media-query($large-up) {
              padding-right: 8px;
            }
          }
        }
      }

      th,
      td {
        &:nth-child(1) {
          width: 67%;
          text-align: left;
          @include media-query($medium) {
            width: 61%;
          }
          @include media-query($small) {
            width: 80%;
          }
        }
        &:nth-child(2) {
          width: 18%;
          @include media-query($medium) {
            width: 19%;
          }
          @include media-query($small) {
            display: none;
          }
        }
        &:nth-child(3) {
          text-align: right;
        }
      }

      td {
        padding: 24px 0 32px;
        font-family: $font-header;
        font-weight: 600;
        font-size: 12px;
        border-bottom: 1px solid rgba(#000, 0.2);
        @include media-query($small) {
          padding: 20px 0 15px;
          vertical-align: top;
        }
      }

      th {
        @include media-query($medium) {
          padding: 9px 0 12px;
        }
      }
    }
  }
}

.order__title {
  margin: 0 0 8px;
  @include media-query($small) {
    margin: 0 0 16px;
    font-size: 12px;
  }
}

.account-page__text-btn {
  font-family: $font-header;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;

  svg {
    width: 12px;
    height: auto;
    margin: 0 2px 0 8px
  }
}

.account-page__address-title {
  margin: 0 0 24px;
  @include media-query($small) {
    margin: 0 0 20px;
    font-size: 12px;
  }
}

.account-page__address-block {
  margin: 0 0 19px;
  padding: 53px 0 0;
  font-size: 14px;
  @include media-query($small) {
    padding: 49px 0 0;
  }

  p {
    margin: 0;
  }
}

.account-page__person-name {
  margin: 0 0 12px;
  font-weight: 700;
  @include media-query($small) {
    margin: 0 0 11px;
  }
}

.account-page__person-info {
  letter-spacing: -0.02em;
  line-height: 1.68;
  @include media-query($large-up) {
    letter-spacing: 0;
  }
}

.account-page__address-btn-box {
  margin: 0 0 34px;

  button {
    position: relative;
    display: inline-block;
    margin: 0 13px 0 6px;
    padding: 0;
    background: none;
    border: none;
    &::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -13px;
      width: 1px;
      height: 24px;
      background: $black;
      pointer-events: none;
    }
    &:last-child {
      &::after {
        display: none;
      }
    }
    &:hover {
      color: $blue-00;
    }
  }
}

.account-page__logout-holder {
  margin: 0 0 -63px;
  padding: 50px 0 0;
  @include media-query($medium-up) {
    margin: 0 0 -46px;
  }
  @include media-query($large-up) {
    display: none;
  }
  &.account-page__return-holder {
    margin: 0;
    padding: 5px 0 0;
    @include media-query($medium-up) {
      display: none;
    }
  }
}

.account-page__empty {
  padding-top: 100px;
  @include media-query($large-up) {
    padding-top: 0;
  }
}

.order-page__holder {

  .order__holder {
    margin: 0 0 28px;
    @include media-query($small) {
      margin: 0 0 18px;
    }
  }
}

.order-page__info {
  margin: 0 0 26px;
  color: #141a16;
  font-size: 14px;
  line-height: 1.3;
  @include media-query($medium-up) {
    display: flex;
    margin: 0 0 61px;
  }
}

.order-page__list-holder {
  width: 100%;
  margin: 0 0 22px;
  @include media-query($medium-up) {
    max-width: 383px;
    margin: 0;
    padding: 0 50px 0 0;
  }
}

.order-date__list {
  display: flex;
  margin: 0;
  padding: 2px 0 0;


  dd {
    margin: 0 0 0 3px;
  }
}

.order-page__title {
  margin: 0 0 22px;
  letter-spacing: 0;
}

.shipping__content {
  line-height: 1.43;

  p {
    margin: 0;
  }
}

.order-product__details-holder {
  display: flex;
  align-items: center;
  @include media-query($small) {
    align-items: flex-start;
  }
}

.order-product__image-holder {
  max-width: 181px;
  margin: 0 30px 0 0;
  @include media-query($small) {
    max-width: 116px;
    margin-right: 13px;
  }

  img {
    display: block;
    width: 100%;
  }
}

.order-product__details {
  font-family: $font-body;
  font-weight: 400;
  font-size: 14px;
  @include media-query($small) {
    line-height: 1.1;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    @include media-query($small) {
      display: none;
    }
  }

  li {
    margin: 0 0 4px;
    @include media-query($small) {
      margin: 0 0 8px;
    }

    &:last-child {
      margin: 0;
    }
  }
}

.order-product__variant-mobile {
  margin: 0 0 8px;
  text-transform: capitalize;
  @include media-query($medium-up) {
    display: none;
  }

  span {
    &:last-child {
      &::after {
        display: none;
      }
    }
    &::after {
      content: "/";
      display: inline;
      margin: 0 -4px 0 0;
    }
  }
}

.order-product__qty-mobile {
  text-transform: capitalize;
  @include media-query($medium-up) {
    display: none;
  }
}

.order-product__vendor {
  margin: 0 0 13px;
  @include media-query($small) {
    margin: 0 0 16px;
  }
}

.order-product__heading {
  margin: 0 0 4px;
  @include media-query($small) {
    margin: 0 0 8px;
    font-size: 12px;
  }
}

.order-details__summary-table {
  width: 100%;
  max-width: 404px;
  border-collapse: collapse;
  font-family: $font-header;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 auto;
  @include media-query($medium) {
    max-width: 272px;
  }

  td {
    padding: 5px 3px;
    border: none;
    &:nth-child(1) {
      width: 21%;
      @include media-query($small) {
        padding-left: 0;
      }
    }
    &:nth-child(2) {
      width: 14%;
      text-align: right;
      padding-right: 0;
    }
  }

  .total__row {

    td {
      font-size: 18px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 700;
    }
  }
}

.template-addresses {

  .page-content {
    overflow: hidden;
  }

  .main-content {
    padding-bottom: 30px;
    padding-top: 0;
    @include media-query($medium) {
      padding-bottom: 185px;
    }
    @include media-query($large-up) {
      padding-top: 122px;
      padding-bottom: 214px;
    }
  }
}

.address-list__holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;

  .address-form__row {
    @include media-query($medium-up) {
      margin: 0 -23px;
    }
    @include media-query($large-up) {
      margin: 0 -48px 0 -12px;
    }
    @include media-query($small) {
      padding: 0 10px;
    }
  }
}

.address-list__item {
  width: 100%;
  padding: 0 10px;
  @include media-query($large-up) {
    width: 33%;
  }
  &:nth-child(odd) {
    @media only screen and (min-width: 576px) and (max-width: 1023px) {
      width: 41%;
    }
  }
  &:nth-child(even) {
    @media only screen and (min-width: 576px) and (max-width: 1023px) {
      width: 59%;
    }
  }

  .account-page__address-block {
    padding: 18px 0 0;
  }

  .account-page__person-info {
    letter-spacing: 0;
  }

  .account-page__person-name {
    margin: 0 0 11px;
  }

  .account-page__address-btn-box {
    margin: 0 0 41px;
  }
}

.btn--new-address {
  min-width: 180px;
  @include media-query($small) {
    margin-bottom: 180px;
  }
}

.address-form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  @include media-query($medium-up) {
    margin: 0 -32px;
  }
  @include media-query($large-up) {
    margin: 0 -57px 0 -22px;
  }
}

.address-form {

  .general-form__row-holder {
    width: 50%;
    max-width: 435px;
    padding: 0 10px;
    @include media-query($medium-up) {
      padding: 0 32px;
    }
    @include media-query($large-up) {
      padding: 0 20px;
    }
    @include media-query($small) {
      width: 100%;
      max-width: 100%;
    }
  }

  .general-form__row {
    margin: 0 0 32px;
    @include media-query($small) {
      margin: 0 0 35px;
    }
  }

  .buttons__row {
    display: flex;
    align-items: center;
    @include media-query($small) {
      display: block;
    }

    .btn--dark {
      width: 100%;
      max-width: 266px;
      margin-right: 46px;
      @include media-query($small) {
        max-width: 100%;
        margin: 0 0 24px;
      }
    }

    .btn__text-cancel {
      padding: 0;
      font-size: 14px;
      font-weight: 300;
      background: none;
      border: none;
      text-decoration: underline;
      @include media-query($small) {
        display: block;
        margin: 0 auto;
      }
      &:hover {
        text-decoration: none;
      }
    }
  }

  .jcf-select {
    min-width: 260px;
    width: 100%;
    height: 50px;
    margin: 0;
    border-color: rgba(20, 26, 22, 0.4);
    border-width: 0 0 1px;
  }

  .jcf-select-text {
    margin-left: 2px;
    line-height: 36px;
    color: rgba(20, 26, 22, 0.7);
    font-family: $font-body;
    font-size: 16px;
  }

  .jcf-select-opener {
    width: 40px;
    background: none !important;
    &::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 50%;
      width: 7px;
      height: 7px;
      border-style: solid;
      border-width: 0 0 1px 1px;
      border-color: $black;
      transform: translateX(-50%) rotate(-45deg);
    }
  }

  .jcf-drop-active {

    .jcf-select-opener {
      &::after {
        margin: 4px 0 0;
        transform: translateX(-50%) rotate(135deg);
      }
    }
  }

  .jcf-drop-active {

    .jcf-select-text {
      color: $black;
    }
  }

  .jcf-focus,
  .jcf-focus * {
    border-color: #141a16 !important;
  }
}

.address-form__title {
  margin: 0 0 39px;
  letter-spacing: 0;
  @include media-query($small) {
    margin: 0 0 33px;
    padding: 0 0 0 10px;
    font-size: 16px;
  }
  &.address-form__title--alt {
    padding: 0 0 0 10px;
    @include media-query($small) {
      padding: 0 0 0 20px;
    }
  }
}

.general-form__footer {
  width: 100%;
  padding: 3px 10px 0;
  @include media-query($medium-up) {
    padding: 7px 0 0;
  }
  @include media-query($large-up) {
    padding: 0;
  }
  &.general-form__footer--alt {
    padding-left: 10px;
    @include media-query($small) {
      padding: 0 20px;
    }
  }

  .general-form__row-holder {
    padding: 0;
    @include media-query($medium) {
      width: 54%;
    }
  }

  .general-form__row {
    padding: 0;
  }
}

.template-wishlist {
  .main-content {
    padding-top: 0;
    padding-bottom: 29px;
  }
}

.page__title-bg {
  background-size: cover;
  background-position: 50%;
  padding: 77px 30px 71px;
  margin-bottom: 40px;

  @include media-query($medium-down) {
    padding: 37px 30px 31px;
    margin-bottom: 36px;
  }

  @include media-query($small) {
    padding: 29px 30px 31px;
    margin-bottom: 19px;
  }
}

.page__title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: $white;

  @include media-query($medium-down) {
    font-size: 24px;
  }
}

.page-width--wishlist {
  max-width: 1400px;
}



.page-width__search-page {
  padding: 0 30px;
  max-width: 1440px;

  @include media-query($small) {
    padding: 0 20px;
  }
}

.search-form__page {
  margin: 0 auto 42px;
  width: 100%;
  max-width: 1343px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 0 48px;


  input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 8px 0 0;
    margin: 0;
    font-size: 16px;
    font-family: $font-header;
    font-weight: 400;
    color: $black;
    border: 0;
    outline: none;
  }


  .btn--search {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 61px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;

    svg {
      margin: 15px 0 0 -5px;
      opacity: .6;
    }
  }


  .search-form__reset {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 61px;
    background: none;
    border: 0;

    svg {
      margin: 3px 0 0 4px;
    }
  }

  @include media-query($small) {
    padding: 0 40px;
    margin-bottom: 38px;

    .btn--search svg {
      margin: 17px 0 0 -19px;
    }

    search-form__reset svg {
      margin: 4px 0 0 1px;
    }
  }
}

.search-page__title {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: $font-header;


  img {
    display: block;
    margin: 48px auto;
  }

  @include media-query($small) {
    font-size: 12px;

    img {
      margin: 36px auto;
    }
  }
}


.featured-product__search-page {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;

  .featured-product {
    width: 25%;
    margin-bottom: 44px;
  }

  .featured-item {
    width: 25%;
    padding: 0 23px;
    position: relative;
    order: 100;
    margin-bottom: 44px;
  }

  .featured-item--article {
    order: 99;
  }

  .featured-product__gallery {
    margin-top: 0 !important;
    margin-bottom: 6px;
  }

  .featured-product__image {
    //padding-bottom: 128.5%;
    margin-bottom: 0 !important;
  }

  @include media-query($medium-down) {

    margin: -18px -25px;

    .featured-product {
      width: 50%;
      margin-bottom: 44px;
    }

    .featured-item {
      width: 50%;
      padding: 0 35px;
      margin-bottom: 44px;
    }

    .featured-product__holder {
      margin: 0 35px;
    }

    button.wk-button-collection {
      margin: 24px 14px 0 0;
    }

  }

  @include media-query($small) {

    margin: 0 -15px 18px 0;

    .featured-product {
      margin-bottom: 31px;
    }

    .featured-item {
      padding: 0 15px 0 0;
      margin-bottom: 31px;
    }

    .featured-product__holder {
      margin: 0 15px 0 0;
    }

    button.wk-button-collection {
      margin: 24px 14px 0 0;
    }

  }
}

.search-content {
  min-height: 150px;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 24px;

  h2 {
    margin: 0 0 12px;
    font-size: 18px;
  }

  @include media-query($small) {
    margin-bottom: 72px;

    h2 {
      font-size: 16px;
    }
  }
}

.search-content--mobile {
  display: none;

  @include media-query($small) {
    display: block;
  }
}

.search-content--desktop {
  @include media-query($small) {
    display: none;
  }
}


.search__top-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;

  @include media-query($small) {
    font-size: 20px;
    line-height: 27px;
  }
}

.search__type {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  font-family: $font-body;
  color: $black;
  opacity: .6;
  text-transform: capitalize;

  .featured-item--article & {
    position:static;
  }
}


.search__type-title {
  position: absolute;
  bottom: 4px;
  font-size: 11px;
  font-family: $font-body;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: $black;


  .featured-item--article & {
    position:static;
    margin: 0 0 1px;
  }

  @include media-query($small) {
    bottom: 11px;
  }
}


.search__type-image {
  display: block;
  padding-bottom: 128.5%;
  margin: 0 0 9px;
  background-size: cover;
  background-position: 50%;
}

.template-404 {

  .main-content {
    padding: 0;
  }

  .page-content {
    flex: none;
  }
}

.not-found-page {
  position: relative;
  height: 762px;
  background: $blue-00;
  @include media-query($medium-up) {
    height: 995px;
  }
  @include media-query($large-up) {
    height: 729px;
  }
}

.not-found-page__content {
  margin: 0 auto;
  padding: 98px 0 96px;
  @include media-query($medium-up) {
    max-width: 411px;
    padding: 118px 0 107px;
  }
  @include media-query($large-up) {
    display: flex;
    max-width: 100%;
    margin: 0;
    padding: 92px 0;
  }
}

.not-found-page__text-box {
  width: 100%;
  color: $white;
  text-align: center;
  @include media-query($medium-up) {
    padding: 0 0 27px;
  }
  @include media-query($large-up) {
    width: 59%;
    padding: 104px 156px 0 0;
  }

  .btn--secondary {
    min-width: 172px;
    background: transparent;
    @include media-query($large-up) {
      margin: 0 0 0 -32px;
    }
    &:hover {
      box-shadow: none;

      span {
        &:before,
        &::after {
          display: none;
        }
      }
    }
    &:active {
      background: #044275;
    }
    &:focus {
      background: transparent;
    }

    span {
      &:before,
      &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 1px;
        background: $white;
        transform: rotate(45deg);
        @include media-query($medium-up){
          display: none;
        }
      }
      &:before {
        top: 1px;
        right: -6px;
      }
      &::after {
        bottom: -4px;
        left: 0;
      }
    }
  }
}

.not-found-page__title {
  margin: 0 0 38px;
  font-size: 32px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 44px;
    font-size: 40px;
  }
  @include media-query($large-up) {
    margin: 0 0 119px;
    font-size: 48px;
  }
}

.not-found-page__marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  .marquee {
    top: 509px;
    font-size: 24px;
    letter-spacing: 0.06em;
    -webkit-text-stroke-width: 0.5px !important;
    @include media-query($medium-up) {
      top: 660px;
      font-size: 27px;
    }
    @include media-query($large-up) {
      top: 358px;
      font-size: 34px;
    }

    span {
      display: inline-flex !important;
      @include media-query($small) {
        padding: 0 6px;
      }
    }
  }
}

.not-found-page__bg-icon {
  max-width: 90px;
  margin: 0 auto;
  padding: 28px 0 0;
  @include media-query($medium-up) {
    max-width: initial;
    margin: -10px 0 0 -55px;
    padding: 0;
    text-align: left;
  }
  @include media-query($large-up) {
    margin: -36px 0 0 -9px;
  }
}

.not-found-page__img {
  position: relative;
  z-index: 2;
  width: 100%;
  @include media-query($large-up) {
    width: 40%;
    height: auto;
  }

  img {
    display: block;
    @include media-query($small) {
      max-width: 231px;
      margin: 0 auto;
    }
    @include media-query($medium) {
      object-fit: cover;
      height: 418px;
    }
  }
}

.template-password {

  header {
    display: none;
  }

  #Login {
    display: none;
  }

  footer {
    display: none;
  }
}

.protected-password-section__holder {
  height: 100%;
  min-height: 100vh;
}

.protected-password-section {
  position: relative;
  height: 100%;
  background: $blue-00;

  .page-width {
    max-width: 1160px;
  }

  .countdown-timer {
    margin: 0 0 20px;
    @include media-query($medium-up) {
      margin: 0 0 36px;
    }
    @include media-query($large-up) {
      margin: 0 0 34px;
    }
  }

  .countdown-timer__time-box {
    min-width: 0;
  }

  .btn--secondary {
    min-width: 186px;
    background: $white;
    color: $blue-00;
    border-color: $white;
    box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 $white;
    &:hover {
      box-shadow: none;

      span {
        &:before,
        &::after {
          display: none;
        }
      }
    }
    &:active {
      background: #044275;
    }
    &:focus {
      background: transparent;
    }

    span {
      &:before,
      &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 1px;
        background: $white;
        transform: rotate(45deg);
      }
      &:before {
        top: 1px;
        right: -6px;
      }
      &::after {
        bottom: -4px;
        left: 0;
      }
    }
  }
}

.protected-password__header {
  text-align: center;
  padding: 12px 0 48px;
  @include media-query($large-up) {
    padding: 12px 0 108px;
  }

  svg {
    width: 136px;
    height: auto;
    margin: 0 auto;
  }
}

.protected-password__content {
  padding: 0 0 120px;
  @include media-query($medium-up) {
    padding: 0 0 100px;
  }
  @include media-query($large-up) {
    display: flex;
    padding: 0 0 120px;
  }
}

.protected-password__img {
  position: relative;
  z-index: 2;
  margin: 0 0 34px;
  @include media-query($medium-up) {
    margin: 0 0 46px;
  }
  @include media-query($large-up) {
    width: 49%;
    margin: 0;
  }

  img {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    @include media-query($medium-up) {
      max-width: 411px;
    }
    @include media-query($large-up) {
      max-width: 495px;
      margin: 0;
    }
  }
}

.protected-password__text-box {
  color: $white;
  @include media-query($large-up) {
    width: 51%;
    padding: 86px 0 0 34px;
  }
  @include media-query($widescreen) {
    padding: 86px 0 0 86px;
  }
}

.protected-password__subheading {
  margin: 0 0 24px;
  font-size: 18px;
  @media only screen and (min-width: 375px){
    font-size: 20px;
  }
  @include media-query($medium-up) {
    margin: 0 0 34px;
    font-size: 28px;
  }
  @include media-query($large-up) {
    margin: 0 0 102px;
    font-size: 24px;
  }
  @include media-query($widescreen) {
    font-size: 28px;
  }
}

.protected-password__marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;

  .marquee {
    top: 230px;
    font-size: 18px;
    letter-spacing: 0.07em;
    -webkit-text-stroke-width: 0.5px !important;
    @include media-query($medium-up) {
      top: 346px;
      font-size: 30px;
    }
    @include media-query($large-up) {
      top: 368px;
      font-size: 30px;
    }
  }
}

.protected-password__heading {
  margin: 0 0 32px;
  font-size: 32px;
  letter-spacing: 0;
  @media only screen and (min-width: 375px){
    font-size: 36px;
  }
  @include media-query($medium-up) {
    margin: 0 0 40px;
    font-size: 48px;
  }
  @include media-query($large-up) {
    margin: 0 0 42px;
    font-size: 36px;
    white-space: nowrap;
  }
  @include media-query($widescreen) {
    margin: 0 0 42px -53px;
    font-size: 48px;
  }
}

.protected-password__social {
  display: flex;
  justify-content: center;
  padding: 38px 0 0;

  .social-networks__item {
    &:last-child {
      margin-right: 0;
    }
  }

  .social-networks__link {
    &:hover {
      color: inherit;
    }
  }
}

ul.footer__payment-options {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 80%;
  margin-left: 10%;
}

ul.footer__payment-options svg.icon.icon--full-color {
  width: 50px;
}

.footer-site__right-side {
  height: 116px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

ul.footer__payment-options {
  padding-bottom: 1rem;
}


@media only screen and (min-width: 600px) {
  ul.footer__payment-options {
      margin-left: -5px;
      margin-bottom: 0px;
      width: unset;
  }
}

.template-contact {

  .main-content {
    padding-top: 0;
    padding-bottom: 50px;
    @include media-query($medium) {
      padding-bottom: 150px;
    }
    @include media-query($large-up) {
      padding: 0;
    }
  }
}

.contact__page-width {
  position: relative;
  padding-bottom: 156px;
  @include media-query($medium-up) {
    padding-bottom: 210px;
  }
  @include media-query($large-up) {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  &.page-width {
    max-width: 1147px;
  }
}

.contact__image-col {
  width: 100%;
  @include media-query($large-up) {
    width: 50%;
  }
}

.contact-form__col {
  width: 100%;
  @include media-query($large-up) {
    width: 50%;
  }
}

.contact__image-holder {
  margin-left: -30px;
  margin-right: -30px;
  @include media-query($medium-up) {
    margin-left: -20px;
    margin-right: -20px;
  }
  @include media-query($large-up) {
    width: 50vw;
    position: relative;
    left: 100%;
    right: 50%;
    margin-left: -50vw;
  }
}

.contact__image {
  display: none;
  width: 100%;
  object-fit: cover;
  @include media-query($large-up) {
    display: block;
    height: calc(100vh - 74px);
  }
  &.contact__image--tablet {
    display: none;
    @include media-query($medium) {
      display: block;
    }
  }
  &.contact__image--mobile {
    display: block;
    @include media-query($medium-up) {
      display: none;
    }
  }
}

.contact-form__holder {
  max-width: 395px;
  margin: 0 auto;
  padding: 42px 0 0;
  @include media-query($medium-up) {
    padding: 72px 0 0;
  }
  @include media-query($large-up) {
    margin: -100px auto 0;
    padding: 0;
  }
  @media only screen and (min-width: 1280px) {
    margin: -54px 0 0 auto;
  }

  .btn--dark {
    min-width: 227px;
    @include media-query($medium) {
      display: block;
      margin: 0 auto;
    }
    @include media-query($small) {
      width: 100%;
      max-width: 100%;
      margin: -4px 0 0;
    }
  }

  .form-success {
    margin: -28px 0 36px;
    font-size: 14px;
    text-align: center;
    @include media-query($large-up) {
      margin: -34px 0 30px;
      text-align: left;
    }
  }

  .errors {
    margin: 0 0 0 2px;
  }


  @media only screen and (max-height: 599px) {
    margin-top: 10px;
  }
}

@media only screen and (max-height: 749px) {
  .contact__icon {
    display: none !important;
  }
}

.contact__title {
  margin: 0 0 0;
  letter-spacing: 0;
  text-align: center;
  @include media-query($medium-up) {
    margin: 0 0 0;
  }
  @include media-query($large-up) {
    text-align: left;
  }
}

.contact__content {
  margin-top: 12px;
  margin-bottom: 32px;
  font-size: .9em;
  @include media-query($medium-down) {
    text-align: center;
  }
}

.contact__icon {
  position: absolute;
  left: 53%;
  bottom: -42px;
  transform: translateX(-50%);
  @include media-query($medium-up) {
    left: 50%;
    bottom: -20px;
  }
  @include media-query($large-up) {
    left: auto;
    right: 0;
    bottom: 0;
    transform: none;
  }
  @media only screen and (min-width: 1280px) {
    right: -34px;
    bottom: 37px;
  }
}



/***************** BLOCKS *****************/
/*================ Header Block ================*/
.shopify-section--header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100% !important;
}

.header {
  background-color: $white;
}

.page-width--header {
  display: flex;
  justify-content: space-between;
  max-width: 1404px;
  padding-top: 19px;
  padding-bottom: 19px;

  &:after {
    display: none;
  }

  @include media-query($medium-down) {
    padding-top: 14px;
    padding-bottom: 13px;
  }

  @include media-query($small) {
    padding: 13px 9px;
  }
}

.header-logo {
  width: 136px;
  margin: 0;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  transition: all 1s ease;

  @include media-query($medium-down) {
    width: 103px;
    top: 8px;
  }

  @include media-query($small) {
    width: 149px;
    height: 42px;
    top: 11px;
  }
}

.header-logo__img--mobile {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 350ms ease;
  transition-delay: 350ms;


  @include media-query($medium-up) {
    display: none !important;
  }
}


.header-logo__link {
  display: block;
  height: 100%;
}

.header-logo__img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 350ms ease;

  @include media-query($small) {
    opacity: 0;
  }
}


.search__opener,
.header__cart-link,
.header__customer-link,
.wk-link,
.navigation-opener {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  background: none;
  border: 0;
  margin: 0 0 0 9px;
  position: relative;
  outline: none !important;
  text-decoration: none;

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: $black;
  }

  &:not(.header__cart-link):hover {
    svg {
      color: $blue-00;
      * {
        stroke: $blue-00;
      }
    }
  }

  &.active {
    svg {
      color: $blue-00;
      * {
        stroke: $blue-00;
      }
    }
  }

}

.header__cart-link {

  svg {
    width: 47px;
    height: 48px;
  }

  svg:not(.hover) {
    opacity: 1;
  }

  svg.hover {
    opacity: 0;
  }

  &:hover {
    svg:not(.hover) {
      opacity: 0;
    }

    svg.hover {
      opacity: 1;
    }
  }
}

header a.wk-link {

  .wk-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 19px;
    height: 19px;
    margin: 0;
  }

  .wk-count {
    display: none;
  }



  &.wk-empty {
    .wk-icon svg path {
      fill: none;
    }
  }

  &.wk-empty:hover,
  &:hover {
    .wk-icon svg path {
      fill: $black;
    }
  }

}

.navigation-opener {
  margin: 0 0 0 8px;
}

.header__cart-link {
  @include media-query($medium-down) {
    margin: -2px 12px 0 0;
  }

  @include media-query($small) {
    margin: 0 5px 0 0;
  }
}

.wk-label {
  display: none;
}

.header__icons {
  display: flex;

  @include media-query($medium-down) {
    .wk-link {
      display: none;
    }
  }
}

.header__cart-count {
  position: absolute;
  top: 10px;
  left: 32px;
  font-size: 10px;
  font-family: $font-body;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: $black;
}

.announcement-bar {

  .announcement-bar__content {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    a, p, li, h1, h2, h3, h4 {
      color: inherit;
      margin: 0;
    }
  }

  ~ .header {
    .header-logo {
      top: 52px;
      @include media-query($small) {
        top: 46px;
      }
    }
  }

}

.navigation__wrap {
  padding: 7px 0 0;
}

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.navigation__item {
  margin: 0 39px 0 0;

  &:last-child {
    margin-right: 0;
  }

  &:hover {
    .navigation__link {
      padding-right: 35px !important;
      margin-right: -32px !important;
      color: $black;
      padding-left: 18px;
      margin-left: -15px;
      padding-bottom: 35px;
      margin-bottom: -35px;

      svg {

        display: block;
      }
    }

    .sub-navigation__frame {
      visibility: visible;
      opacity: 1;
    }
  }

  &.navigation__item--has-drop:hover {
    padding-bottom: 35px;
    margin-bottom: -35px;
    padding-right: 17px !important;
    margin-right: 22px !important;
  }
}


.navigation__link {
  font-family: $font-header;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: $black;
  text-decoration: none;
  position: relative;
  padding: 0 3px;
  display: block;

  svg {
    position: absolute;
    top: -1px;
    right: 10px;
    display: none;
  }

  &:hover {
    color: $black;
    svg {
      display: block;
    }
  }
}

.header__search {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: $gray-f4;
  padding: 27px 20px 49px;

  .search-active & {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
  }
}

.header__search-form {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding: 0 35px 0 50px;
  border-bottom: 1px solid rgba($black, .2);
}

.btn-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 52px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: .4;

  svg {
    position: absolute;
    top: 54%;
    left: 46%;
    width: 21px;
    height: 21px;
    transform: translateX(-50%) translateY(-50%);
  }
}

.search-form__input {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  height: 52px;
  color: $black;
  font-size: 16px;
  font-weight: 400;
  font-family: $font-header;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

  @include placeholder {
    color: $black;
    font-weight: normal;
  }
}

.search-form__reset {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 52px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;

  svg {
    position: absolute;
    top: 56%;
    left: 75%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.search-cursor {
  position: absolute;
  top: 12px;
  left: 31px;

  svg {
    width: 26px;
    height: 26px;
  }
}

.shopify-currency-form {

  .jcf-select {
    min-width: 50px;
    text-align: center;
    border: 0;
    color: $black;
    margin: 6px 5px;

    .jcf-select-text {
      margin: 0 16px 0 2px;
      font-size: 14px;
      line-height: 26px;
    }

    .jcf-select-opener {
      width: 16px;
    }
  }

  @include media-query($medium-down) {
    .header__icons & {
      display: none;
    }
  }
}


.sub-navigation__frame {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: $white;
  padding: 77px 20px 9px;

  @include media-query($large-down) {
    padding-top: 40px;
  }
}

.sub-navigation__holder {
  max-width: 1358px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}


.sub-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  width: calc(100% - 319px);

  @include media-query($large-down) {
    width: calc(100% - 288px);
  }
}


.sub-navigation__item {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 57px 0;

  &.only-second-level {
    float: left;
    clear: both;
    margin-bottom: 15px;
  }

  &.second-level-add-style {
    margin-bottom: 170px;
  }

  @include media-query($large-down) {
    width: 33.33%;
  }
}

.sub-navigation__link {
  color: $black;
  font-size: 14px;
  line-height: 18px;
  font-family: $font-header;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;

  &:hover {
    color: $black;
  }
}

.submenu {
  padding: 19px 0 0;
  margin: 0;
  list-style: none;
}


.submenu__item {
  margin: 0 0 8px;
}

.submenu__link {
  font-family: $font-body;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  opacity: .7;
  color: $black;
  text-decoration: none;

  &:hover {
    color: $black;
    opacity: 1;
    font-weight: 700;
  }
}



.sub-navigation__block {
  width: 261px;
  margin: 3px 29px;
}

.drop-block {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: $font-header;
  text-transform: capitalize;
  letter-spacing: 0;
  color: $black;

  &:hover {
    color: $black;

    .drop-block__img {
      transform: scale(1.02) translateX(-50%) translateY(-50%);
    }
  }
}

.drop-block__wrap {
  margin: 0 0 14px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.drop-block__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}

.drop-block__title {
  display: block;
  font-weight: 600;

  svg {
    margin: 0 0 0 12px;
  }
}

.sub-navigation__collections-fourImages{
  width: 100%;
}

.sub-navigation__collections-fourImages .drop-collection {
  width: 25%;
}

.sub-navigation__collections {
  display: flex;
  justify-content: center;
  margin: 3px 0 0;
}


.drop-collection {
  width: 261px;
  margin: 0 27px 27px;
  display: block;
  text-decoration: none;
  color: $black;
  font-size: 14px;
  font-family: $font-header;

  &:hover {
    color: $black;

    .drop-collection__img {
      transform: scale(1.02) translateX(-50%) translateY(-50%);
    }
  }

  @include media-query($medium-down) {
    margin-right: 0;
  }
}

a.drop-collection-inner {
  display: block;
  text-decoration: none;
}


.drop-collection__wrap {
  position: relative;
  padding-bottom: 100%;
  margin: 0 0 9px;
  overflow: hidden;
}

.drop-collection__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}

.drop-collection__logo {
  position: absolute;
  top: 55%;
  left: 50%;
  display: inline-block;
  vertical-align: top;
  transform: translateX(-50%) translateY(-50%);
}

.drop-collection__title {
  display: block;
  font-weight: 600;

  svg {
    margin: 0 0 0 11px;
  }
}


.mobile-navigation__wrap {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 20;
  width: 375px;
  max-width: 100%;
  padding: 18px 33px;
  background-color: $black;
  height: 100vh;
  overflow: auto;
  transition: left 0.3s linear;
  box-shadow: 0 80px 0 0 #000;

  @include media-query($small) {
    width: 100%;
  }
}


.mobile-navigation-opener {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 20px;
  left: 13px;
  background: none;
}

.menu-logo {
  display: block;
  width: 149px;
  height: 42px;
  margin: 0 auto 92px;
}

.menu-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-navigation {
  padding: 0;
  margin: 0 0 54px 27px;
  list-style: none;
}

.mobile-navigation__item {
  margin: 0 0 24px;
}

.mobile-navigation__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: $white;
  font-family: $font-header;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;

  &:visited {
    color: $white;
  }

  &:hover {
    opacity: .7;
  }
  &:focus {
    color: $white;
    opacity: .7;
  }
}

.mobile-navigation__link-opener {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background: none;
  position: relative;
  margin: 0 0 0 3px;

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .mobile-navigation__item.active & {
    svg {
      transform: rotate(180deg) translateX(50%) translateY(50%);
    }
  }
}


.mobile-sub-navigation__link-opener {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  background: none;
  position: relative;
  margin: 0 0 0 3px;

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .mobile-sub-navigation__item.active & {
    svg {
      transform: rotate(180deg) translateX(50%) translateY(50%);
    }
  }
}

.mobile-header__icons {
  margin: 0 0 0 26px;
  display: flex;
  flex-direction: column;

  a.wk-link {
    width: auto;
    height: auto;
    background: none;
    color: $white;
    font-family: $font-header;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin: 0;

    .wk-icon {
      display: none;
    }

    .wk-label {
      display: block;
    }
  }

  .shopify-currency-form {
    margin: 0 0 11px;

    .jcf-select {
      margin: 0;
      background: $black;
      color: $white;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-family: $font-header;
      font-size: 14px;
      font-weight: 600;

      .jcf-select-opener {
        background:$black url(//metalumbrella.com/cdn/shop/t/129/assets/icon-select-white.svg?v=23591701275011051151695243324) no-repeat 50%;
        background-size: 10px;
      }

      .jcf-select-text {
        margin: 0 22px 0 2px;
      }
    }
  }


}

.mobile-header__customer-link {
  display: inline-block;
  vertical-align: top;
  font-family: $font-header;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
  color: $white;

  &:visited {
    color: $white;
  }

  &:hover {
    opacity: .7;
  }
  &:focus {
    color: $white;
    opacity: .7;
  }


}


.mobile-header__search-form {
  margin: 43px 0 100px 26px;

  .search-cursor,
  .search-form__reset {
    display: none !important;
  }

  .search-form__input {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba($white, .67);
    height: 44px;

    @include placeholder {
      font-size: 14px;
      color: rgba($white, .67);
      font-weight: normal;
    }
  }

  .btn-search {
    left: auto;
    right: 0;
    opacity: 1;
    height: 44px;
    width: 24px;
    background: none;

    svg {
      * {
        stroke: rgba($white, 0.8);
      }
    }
  }
}


.mobile-header__search-wrap {
  position: relative;
  border-bottom: 1px solid $white;
  padding: 0 30px 0 0;
}

.mobile-sub-navigation {
  padding: 32px 0 7px;
  margin: 0;
  list-style: none;
}

.mobile-sub-navigation__item {
  margin: 0 0 16px;

  &:last-child {
    margin-bottom: 0;
  }
}

.mobile-sub-navigation__link {
  font-family: $font-header;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: $white;

  &:visited {
    color: $white;
  }
  &:hover {
    opacity: .7;
  }
  &:focus {
    color: $white;
    opacity: .7;
  }
}

.mobile-submenu {
  padding: 0 0 0 19px;
  margin: 10px 0 20px 1px;
  list-style: none;
  border-left: 1px solid rgba($white, .3);
}


.mobile-submenu__item {
  margin: 0 0 8px;

  &:last-child {
    margin-bottom: 0;
  }
}

.mobile-submenu__link {
  font-family: $font-body;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-weight: normal;
  color: $white;
  opacity: .7;

  &:visited {
    color: $white;
  }

  &:hover {
    opacity: 1;
    font-weight: bold;
  }
}

body.navigation-active {
  height: 100vh;
  overflow: hidden;

  .mobile-navigation__wrap {
    left: 0;
  }
}

.jcf-select-currency-select {

  &.jcf-drop-active {
    color: $blue-00;
  }

  .jcf-list-content {
    width: 126px;
    background-color: $white;
    transform: translateX(-30px);
  }

  .jcf-list ul {
    padding: 21px 22px 13px;

    li {
      margin: 0 0 6px;
    }
  }

  .jcf-option {
    font-family: $font-body;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: $black;
    padding: 2px 13px;
  }

  .jcf-hover,
  .jcf-selected {
    position: relative;
    background: none;

    &:before {
      position: absolute;
      top: 50%;
      left: 0;
      margin: -2px 0 0;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background-color: $black;
    }
  }
}

.template-index {
  .main-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .hero {
    box-sizing: content-box;
    transition: padding 1s linear;
    @include media-query($medium-down) {
      transition: padding 700ms linear;
    }
  }

  @include media-query($medium-down) {
    transition: padding 700ms linear;
  }
}

body:not(.first-visited) {

  @include media-query($small) {
    .header-logo__img {
      display: none !important;
    }
  }
}

.template-index.first-visited:not(.js-fixed-header) {

  .header-logo {
    width: 452px;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 141px;
  }

  @include media-query($medium-down) {
    .header-logo {
      width: 278px;
    }

    .hero {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 91px;
    }
  }

  @include media-query($small) {

    .header-logo {
      width: 149px;
      height: 124px;
    }


    .header-logo__img {
      display: block !important;
      width: 191px;
      position: absolute;
      top: -5px;
      left: -14px;
      opacity: 1;
      transition: opacity 350ms ease;
      transition-delay: 350ms;
    }

    .header-logo__img--mobile {
      opacity: 0;
      transition: opacity 350ms ease;
      transition-delay: 0ms;
    }

    .hero {
      padding-left: 0;
      padding-right: 0;
      padding-top: 40px;
    }
  }
}


.html-navigation-active {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.loader-icon {
  display: none;
  pointer-events: none;
}

// html:not(.loaded) {

//   .loader-icon {
//     display: block;
//     pointer-events: auto;
//     position: fixed;
//     top: 0;
//     left: 0;
//     right: 0;
//     bottom: 0;
//     background: $white;
//     z-index: 300000000;

//     svg {
//       position: absolute;
//       top: 50%;
//       left: 50%;
//       transform: translateX(-50%) translateY(-50%);
//     }
//   }
// }

.page-width--footer {
  max-width: 1266px;
  padding-bottom: 60px;
  padding-top: 38px;

  @include media-query($medium-down) {
    padding-top: 54px;
    padding-left: 30px;
    padding-right: 30px;
  }

  @include media-query($small) {
    padding-top: 43px;
  }
}

.footer-site {
  position: relative;
  z-index: 1;
  background-color: $black-12;
  color: $white;
}

.footer-site__holder {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;

  @include media-query($medium-down) {
    margin-top: 13px;
  }

  @include media-query($small) {
    flex-direction: column;
    text-align: center;

    &:first-child {
      flex-direction: column-reverse;
    }
  }
}

.footer-newsletter {
  width: 40%;
  padding: 14px 0;
  position: relative;

  .klaviyo-form {
    width: 296px;
    margin: 42px 0 0 93px;

  }

  .cjGENk.cjGENk.cjGENk.cjGENk.cjGENk.cjGENk {
    padding: 0 0 8px !important;
    font-size: 12px !important;
    color: rgba(255,255,255,0.7) !important;
    font-family: $font-body !important;

    &::placeholder {
      font-size: 12px !important;
      color: rgba(255,255,255,0.7) !important;
      font-family: $font-body !important;
    }
  }

  .hWOtvX.hWOtvX {
    padding: 0 3px 4px 0 !important;
  }

  @include media-query($medium-down) {
    padding: 5px 0;

    .klaviyo-form {
      margin: 0;
    }
  }

  @include media-query($small) {
    width: 100%;
    padding: 34px 0 0;

    .klaviyo-form {
      margin: -9px auto 57px;
    }
  }
}


.newsletter-icon {
  position: absolute;
  top: 73px;
  left: -2px;
  width: 72px;

  @include media-query($medium-down) {
    display: block;
    position:static;
    width: 66px;
    margin: 1px 0 39px -1px;
  }

  @include media-query($small) {
    margin: 0 auto 37px;
  }
}

.newsletter-icon__img {
  display: block;
  width: 100%;
  height: auto;
}


.footer-site__frame {
  width: 40.2%;

  @include media-query($medium-down) {
    width: 49.5%;
  }

  @include media-query($small) {
    width: auto;
  }

  > .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  @include media-query($small) {
    > .footer-menu {
      grid-template-columns: 1fr;
    }
  }

}


.footer-logo {
  margin: 0 0 32px;
  width: 90%;
  max-width: 318px;

  @include media-query($medium-down) {
    max-width: 227px;
    margin-bottom: 38px;
  }

  @include media-query($small) {
    max-width: 304px;
    width: 100%;
    margin: 0 auto 32px;
  }


  @media only screen and (max-width: 374px) {
    max-width: 100%;
  }
}

.footer-logo__link {
  display: block;
  height: auto;
}

.footer-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__title {
  margin: 0 0 23px;
  font-size: 14px;
  font-weight: 600;

  @include media-query($small) {
    margin: 0 18px 22px;
  }
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: $font-body;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;


  @include media-query($large-up) {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;

    .footer-menu {
      -moz-column-count: 1;
      -moz-column-gap: 0;
      -webkit-column-count: 1;
      -webkit-column-gap: 0;
      column-count: 1;
      column-gap: 0;
    }
  }

  @include media-query($medium-down) {
    font-size: 11px;
    padding: 2px 0 0;
  }

  @include media-query($small) {
    font-size: 11px;
    line-height: 14px;
    padding: 0;
  }
}

.footer-menu .footer-menu {
  margin: 21px 0 32px;
  letter-spacing: 0.03em;
}

.footer-menu__item {
  margin: 0 0 14px;

  &.footer__item--active > .footer-menu__link {
    opacity: 1;
  }

  @include media-query($medium-down) {
    margin-bottom: 16px;
    letter-spacing: 0.03em;
  }

  @include media-query($small) {
    margin-bottom: 16px;
    letter-spacing: 0;
  }
}

.footer-menu__link {
  color: rgba($white,.7);
  text-decoration: none;
  font-weight: 400;

  &[href='#'] {
    pointer-events: none;
  }

  &:hover {
    color: $white;
  }

  &:visited {

    color: rgba($white,.7);
  }
}

.footer-menu__has-sub-item {

  > .footer-menu {
    margin-top: .75rem;
  }

  > .footer-menu__link {
    font-family: $font-header;
    font-size: 14px;
    font-weight: 600;
    color: $white;
  }
}


.footer-site__copyright {
  font-family: $font-body;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  color: $white;
  opacity: .5;
  text-transform: uppercase;
  align-self: flex-end;

  p {
    margin: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;

    &:hover {
      text-decoration: underline;
    }
  }

  @include media-query($medium-down) {
    margin-bottom: 30px;
    margin-right: 11px;
  }

  @include media-query($small) {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.footer__social-networks {
  margin-bottom: 30px;
}

.social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;

  @include media-query($small) {
    justify-content: center;
  }
}

.social-networks__item {
  margin: 0 21px 2px 4px;

  @include media-query($medium-down) {
    margin-bottom: 6px;
  }

  @include media-query($small) {
    margin: 0 12px 10px;
  }
}

.social-networks__link {
  color: $white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease-in-out;

  &.no-selected {
    opacity: .4;
  }

  &:visited {
    color: $white;
  }
}


.footer-newsletter {

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px $black-12 inset !important;
  }

  input:-webkit-autofill {
    -webkit-text-fill-color: $white !important;
  }

  .klaviyo_styling {
    max-width: 296px;
    margin: 36px 0 0 94px;
    position: relative;

    .klaviyo_field_group {
      border-bottom: 1px solid $white;
      padding: 0 40px 0 0;
      margin: 0;

      input {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        height: 44px;
        display: block;
        background: none;
        font-size: 12px;
        font-family: $font-body;
        text-transform: uppercase;
        color: $white;
        font-weight: normal;
        outline: none;
        letter-spacing: 0.7px;

        @include placeholder {
          color: $white;
          opacity: .7;
        }
      }
    }

    .klaviyo_form_actions {
      position: absolute;
      top: 0;
      right: 0;
    }

    .klaviyo_submit_button {
      padding: 0;
      margin: 0;
      width: 40px;
      height: 40px;
      border-radius: 0;
      background: none;
      outline: none;

      svg {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -4px 5px 0 0;
      }
    }


    .klaviyo_messages {
      pointer-events: none;

      .error_message {
        color: $red-e1;
        font-size: 8px;
        line-height: 1.5;
        margin: 0 0 -12px;
        font-family: $font-header;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
      }

      .success_message {
        color: $white;
        font-size: 8px;
        line-height: 1.5;
        font-family: $font-header;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin: 0 0 -1px;
        background-color: $black-12;
        position: absolute;
        top: 120%;
      }

    }
  }

  @include media-query($medium-down) {
    .klaviyo_styling {
      margin: -4px 0 0;
      max-width: 263px;

      .klaviyo_field_group {

        input {
          height: 52px;
        }
      }

      .klaviyo_submit_button {
        height: 52px;

        svg {
          margin: -6px 1px 0 0;
        }
      }
    }
  }

  @include media-query($small) {
    .klaviyo_styling {
      margin: -9px auto 57px;
      max-width: 316px;

      .klaviyo_submit_button {

        svg {
          width: 20px;
        }
      }
    }
  }

  @media only screen and (max-width: 374px) {
    .klaviyo_styling {
      max-width: 100%;
    }
  }
}

.cookies-popup {
  position: fixed;
  z-index: 97;
  bottom: -50px;
  left: 40px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 600ms, bottom 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

  @include media-query($small) {
    left: 0;
  }
}

body.cookies-popup-opened .cookies-popup {
  transform: translateY(0);
  opacity: 1;
  bottom: 40px;
  visibility: visible;
  pointer-events: auto;

  @include media-query($small) {
    bottom: 0;
  }
}

.cookies-popup-inner {
  padding: 32px 70px 38px 32px;
  width: calc(100% - 80px);
  min-width: 240px;
  max-width: 673px;
  position: relative;

  @include media-query($small) {
    width: 100%;
    padding: 29px 50px 41px 16px;
  }
}

.cookies-popup__content {
  margin: 0 0 26px;
  font-family: $font-body;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.005em;
  color: $black;

  @include media-query($small) {
    margin-bottom: 16px;
  }
}

.cookies-popup__content a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.cookies-popup__content a:hover {
  text-decoration: underline;
}

.cookies-popup__content p:last-child {
  margin-bottom: 0;
}

.cookies-popup__btn {
  min-width: 155px;
  color: $gray-f4 !important;
  font-size: 10px;
  font-family: $font-header;
  letter-spacing: 0.02em;
}

.js-cookies_close-popup {
  position: absolute;
  top: 25px;
  right: 21px;
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
  }

  @include media-query($small) {
    right: 5px;

    svg {
      width: 19px;
      height: 19px;
    }
  }
}


.drops-banner {
  display: none;
  color: $white;
  @include media-query($large-up) {
    position: relative;
    min-height: 701px;
    margin: 0 auto;
    padding: 115px 60px;
    background-color: $black-12;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
  }
}

.drops-banner__heading {
  position: relative;
  z-index: 5;
  margin: 0;
  @include media-query($small) {
    font-size: 16px;
  }
  @include media-query($medium) {
    font-size: 20px;
    font-weight: 600;
  }
  @include media-query($large-up) {
    margin: 0 0 50px;
  }
}

.drops-banner__bg {
  transition: opacity 0.3s ease-in-out;
  @include media-query($large-up) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
  }
}

.drops-banner__item {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: $font-header;
  letter-spacing: 0.025em;
}

.drops-banner__quantity {
  position: relative;
  top: -9px;
  z-index: 5;
  margin: -4px 10px 0 0;
  font-weight: 600;
  font-size: 10px;
  @include media-query($medium-up){
    top: -25px;
    margin: 0 7px 0 0;
    font-size: 11px;
  }
  @include media-query($large-up) {
    top: 0;
    margin: 2px 10px 0 0;
  }
}

.drops-banner__link {
  position: relative;
  z-index: 5;
  display: inline-block;
  color: $white !important;
  font-size: 25px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  @include media-query($medium-up) {
    font-size: 48px;
  }
  @include media-query($large-up) {
    margin: 0 -46px 53px 0;
    font-family: $font-body;
    font-weight: 900;
    color: transparent !important;
    -webkit-text-stroke: 1px $white;
  }
  &:hover,
  &:focus {
    @include media-query($large-up){
      color: $white !important;
      -webkit-text-stroke: 1px transparent;
    }

    ~ .drops-banner__bg {
      opacity: 1;
    }

    ~ .drops-banner__bg-icon {
      opacity: 1;
    }
    
    .drops-banner__link-icon {
      opacity: 1;
    }
    
  }
}

.drops-banner__link-icon {
  display: inline-block !important;
  width: 20px;
  margin: 0 0 0 -5px;
  @include media-query($medium-up){
    width: 37px;
    margin: 0 0 0 -16px;
  }
  @include media-query($large-up) {
    width: 46px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  svg {
    width: 20px;
    height: auto;
    @include media-query($medium-up){
      width: 37px;
    }
    @include media-query($large-up) {
      width: 34px;
    }
  }
}

.drops-banner__bg-icon {
  position: relative;
  z-index: 3;
  margin: 0 0 20px;
  @include media-query($medium-up){
    margin: 0;
  }
  @include media-query($large-up) {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  &.drops-banner__bg-icon--top_left {
    top: 132px;
    left: 142px;
  }
  &.drops-banner__bg-icon--top_right {
    top: 60px;
    left: auto;
    right: 140px;
  }
  &.drops-banner__bg-icon--bottom_left {
    top: auto;
    left: 220px;
    bottom: 54px;
  }
  &.drops-banner__bg-icon--bottom_right {
    top: auto;
    bottom: 30px;
    left: auto;
    right: 155px;
  }

  img {
    margin: 0 auto;
    @include media-query($large-up) {
      margin: 0;
    }
  }
}

.drops-banner-gallery {
  display: block;
  padding: 0;
  background: none;
  @include media-query($large-up) {
    display: none;
  }

  .slick-arrow {
    position: absolute;
    top: 30px;
    z-index: 2;
    color: $white;
    background: none;
    border: none;
    @include media-query($medium-up){
      top: 37px;
    }

    svg {
      width: 30px;
      @include media-query($medium-up){
        width: 40px;
      }
    }
  }

  .slick-prev {
    right: 70px;
    @include media-query($medium-up){
      right: 92px;
    }
  }

  .slick-next {
    right: 24px;
    @include media-query($medium-up){
      right: 32px;
    }
  }
}

.drops-banner-gallery__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 20px);
  padding: 82px 0 0;
  @include media-query($medium-up){
    height: calc(100% - 23px);
    padding: 152px 0 0;
  }
}

.drops-banner-gallery__slide {
  height: 540px;
  padding: 38px 30px 77px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: $black-12;
  @include media-query($medium-up){
    padding: 38px 55px 100px;
    height: 701px;
  }
}

.drops-banner-gallery__btn-box {

  .btn {
    min-width: 171px;
  }
}

.hero {
  height: 631px;

  @include media-query($medium-up) {
    height: 682px;
  }
  @include media-query($large-up) {
    height: 702px;
  }

  @include media-query($small) {
    max-height: calc(90vh - 62px);
  }
}

.hero-gallery {
  height: 100%;

  .slick-list {
    height: 100%;
  }

  .slick-track {
    height: 100%;
  }

  .slick-dots {
    bottom: 26px;
    @include media-query($medium-up){
      bottom: 30px;
    }
    @include media-query($large-up){
      bottom: 39px;
    }
  }
}

.hero-gallery__gradient-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07));
}

.hero-gallery:not(.slick-initialized) {
  .hero-gallery__slide {
    min-height: 630px;
  }
}

.hero .hero-gallery .hero-gallery__slide--counter {
  display: grid;
  place-items: center;
}

.hero-gallery__slide {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;

  .hero-gallery__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 50;
  }

  .page-width {
    z-index: 100;
  }

  &.hero-gallery__slide--alt {
    position: relative;
    background: $blue-00;

    .page-width {
      @include media-query($medium-up){
        height: 100%;
      }
      @include media-query($large-up){
        height: auto;
      }
    }

    .hero-gallery__content {
      padding: 50px 0;
      @include media-query($medium-up){
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 86px 20px;
      }
      @include media-query($large-up){
        height: 630px;
        align-items: inherit;
      }
      @media only screen and (min-width: 1280px){
        height: 675px;
      }
      &.hero-gallery__content--row-reverse {
        @include media-query($medium-up){
          flex-direction: row-reverse;
        }
      }

      @include media-query($small){
        padding: 0;
      }
    }

    .hero-gallery__subheading {
      margin: 0 0 12px;
      @include media-query($medium-up){
        margin: 0 0 95px;
      }
    }

    .hero-gallery__heading {
      width: 100%;
      margin: 0 0 18px;
      font-size: 34px;
      line-height: 1;
      text-align: center;
      @include media-query($medium-up){
        margin: 0 0 32px;
      }
      @media only screen and (min-width: 1280px){
        font-size: 60px;
        line-height: 1.3;
      }
    }
  }
  &.hero-gallery__slide--text-white {
    color: $white;
  }
}

.hero-gallery__content {
  height: 100%;
  padding: 68px 20px;
  @include media-query($medium-up){
    padding: 65px 20px;
  }
  @include media-query($large-up){
    padding: 74px 20px;
  }

  .bg-video-holder &,
  .vimeo-bg-video & {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 631px;
    @include media-query($medium-up) {
      height: 682px;
    }
    @include media-query($large-up) {
      height: 702px;
    }
  }

  .btn {
    width: fit-content;
    min-width: 176px;
  }
}

.btn-new {
  display: inline-block;
  //padding: 0 5px 5px 0 !important;

  span {
    @include prefix('user-select', 'none', moz ms webkit spec);
    @include prefix(appearance, none, webkit moz spec);
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 14px 10px;
    min-width: 140px;
    max-width: 360px;
    margin: 0;
    border: 1px solid;
    box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0;
    color: $black;
    position: relative;
    background-color: $white;
    font-size: 10px;
    font-family: $font-header;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }

  &:focus {
    span {
      background: $white;
      outline: none;
      color: $black;
    }
  }

  &:hover {
    //padding: 0 !important;

    span {
      box-shadow: none;
      color: $black;
      //margin: 5px 0 0 5px;
    }

  }

  &:active {
    span {
      color: $black;
      background: $gray-ea;
    }

    &:before {
      span {
        display: none !important;
      }
    }
  }

  &:disabled,
  &.disabled,
  &[disabled] {
    span {
      background: $gray-ea;
      border-color: #8F8F8F;
      color: #8F8F8F;
      pointer-events: none;
    }
  }
}

.hero-gallery__content-inner {
  max-width: 785px;
}

.hero-gallery__slide--counter {
  .hero-gallery__content {
    gap: 5rem;
  }
  .hero-gallery__heading {
    min-height: 10rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .hero-gallery__heading {
      min-height: 5rem;
    }
  }
  .countdown-timer {
    min-height: 3.5rem;
  }
  .countdown-btn-group {
    min-height: 6rem;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.hero-gallery__subheading {
  margin: 0 0 10px;
  text-shadow: 
    1px 1px 0 #000, 
    -1px -1px 0 #000, 
    -1px 1px 0 #000, 
    1px -1px 0 #000,
    2px 2px 0 #000, 
    3px 3px 0 #000; 
  @include media-query($medium-up){
    margin: 0 0 20px;
  }
  @media only screen and (max-width: 1023px){
    font-size: $font-h4-size - 2px;
  }
}

.hero-gallery__heading {
  margin: 0 0 20px;
  text-shadow: 
    1px 1px 0 #000, 
    -1px -1px 0 #000, 
    -1px 1px 0 #000, 
    1px -1px 0 #000,
    2px 2px 0 #000, 
    3px 3px 0 #000, 
    4px 4px 0 #000; 
  @media only screen and (max-width: 767px){
    margin: 0 0 16px;
    font-size: 24px;
  }
}

.hero-gallery__img {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  max-width: 262px;
  margin: 0 auto 42px;
  @include media-query($medium-up) {
    max-width: 100%;
    flex-shrink: 1;
    margin: 0;
  }
  @include media-query($large-up) {
    max-width: 450px;
    flex-shrink: 0;
  }
  @media only screen and (min-width: 1280px){
    max-width: 495px;
  }

  img {
    width: 100%;
    @include media-query($medium-up) {
      height: 100%;
      object-fit: cover;
    }
  }

  @include media-query($small) {
    margin-bottom: 10px;
    max-height: 290px;
  }
}

.hero-gallery__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
  padding: 0;
  @include media-query($medium-up){
    padding: 0 0 24px 0;
  }
  // @include media-query($large-up){
  //   padding: 0 0 30px 40px;
  // }
  // @media only screen and (min-width: 1280px){
  //   padding: 0 0 54px 140px;
  // }

  .hero-gallery__content--row-reverse & {
    @include media-query($medium-up){
      padding: 0 24px 0 0;
    }
    @include media-query($large-up){
      padding: 0 40px 30px 0;
    }
    @media only screen and (min-width: 1280px){
      padding: 0 140px 54px 0;
    }
  }

  .btn--secondary {
    background: black;
    @media only screen and (max-width: 767px){
      min-width: 186px;
      background: $white;
      color: $blue-00;
      border-color: $white;
      box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 $white;
    }
    &:hover {
      box-shadow: none;

      span {
        &:before,
        &::after {
          display: none;
        }
      }
    }
    &:active {
      background: #044275;
    }
    &:focus {
      background: transparent;
    }

    span {
      &:before,
      &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 1px;
        background: $white;
        transform: rotate(45deg);
        @include media-query($medium-up){
          display: none;
        }
      }
      &:before {
        top: 1px;
        right: -6px;
      }
      &::after {
        bottom: -4px;
        left: 0;
      }
    }
  }
}

.marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 148px;
  display: flex;
  color: transparent;
  font-weight: 700;
  font-size: 16px;
  -webkit-text-stroke: 0.5px $black;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  @include media-query($medium-up){
    top: 160px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.07em;
  }
  @include media-query($large-up){
    top: 242px;
    -webkit-text-stroke-width: 1px;
  }
  @media (min-width: 1280px) {
    top: 155px;
  }
  @media (min-width: 1024px) and (max-width: 1279px) {
    top: 155px;
  }
  &.marquee--white {
    -webkit-text-stroke: 0.5px $white;
    @include media-query($large-up){
      -webkit-text-stroke-width: 1px;
    }
  }

  > div {
    display: flex;
    padding: 5px 0;
  }

  span {
    flex-shrink: 0;
    padding: 0 14px;
  }
}

.countdown-timer {
  margin: 0 0 14px;
  @include media-query($medium-up){
    margin: 0 0 20px;
  }

  @include media-query($small){
    margin-bottom: 0;
  }
}

.countdown-btn-group {
  display: grid;
  grid-auto-flow: row;
  gap: .5rem;
}

.countdown-timer__time-box {
  display: flex;
  justify-content: center;
  min-width: 330px;
  margin: 0 0 9px;
  font-family: $font-header;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.025em;
  @include media-query($medium-up){
    min-width: 330px;
    font-size: 26px;
  }

  > div {
    &:last-child {

      .countdown-timer__time-label {
        margin-left: 0;
      }

      .countdown-timer__time {
        margin: 0;
      }
    }
  }
}

.countdown-timer__time {
  min-width: 26px;
  margin: 0 13px 0 0;
  text-align: center;
  @include media-query($medium-up){
    min-width: 36px;
    margin: 0 16px 0 0;
  }
}

.countdown-timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-timer__subitem {
  display: flex;
}

.countdown-timer__time-label {
  margin: -6px 0 0 -34px;
  font-family: $font-body;
  font-size: 8px;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 0;
  @include media-query($medium-up){
    margin: 0 0 2px -38px;
    font-size: 10px;
  }
}

.countdown-timer__dot {
  margin: -2px 13px 0 0;
  font-family: $font-body;
  font-weight: 400;
  @include media-query($medium-up){
    margin: -4px 16px 0 0;
    font-weight: 300;
  }
}

.bg-video-holder {
  position: relative;
  padding: 198% 0 0;
  overflow: hidden;
  background-size: cover;
  @media only screen and (min-width: 375px){
    padding: 169% 0 0;
  }
  @include media-query($medium-up){
    padding: 90% 0 0;
  }
  @include media-query($large-up){
    padding: 70% 0 0;
  }
  @media only screen and (min-width: 1200px){
    padding: 56.25% 0 0;
  }
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top:  calc(((var(--video-holder-height) - var(--video-height)) / 2) * -1);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.vimeo-bg-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;

    .vimeo-play {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  .d-none {
    display: none;
  }
}

.vimeo-bg-video__content {
  height: auto;

  iframe {
    @media screen and (orientation:landscape){
      width: 178vw;
      height: 100vw;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      pointer-events: none;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      @include media-query($medium-up){
        width: 125vw;
      }
      @include media-query($large-up){
        width: 122vw;
      }
      @include media-query($widescreen){
        width: 100vw;
      }
    }
    @media screen and (orientation:portrait){
      width: 200vh;
      height: 100vh;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      pointer-events: none;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
  }
}


.featured-collection {
  padding: 65px 0 78px;
  @include media-query($medium-up){
    padding: 70px 0 56px;
  }
  @include media-query($large-up){
    padding: 118px 0 146px;
  }
  @include media-query($laptop){
    padding: 80px 0 80px;
  }

  .page-width {
    max-width: 1320px;
    padding: 0 30px;
    @include media-query($medium-up){
      padding: 0 40px;
    }
    @include media-query($large-up){
      padding: 0 20px;
    }
  }
}

.featured-collection__heading {
  margin: 0;
  padding: 0 0 30px;
  font-size: 24px;
  line-height: 1.32;
  letter-spacing: 0;
  @include media-query($medium-up){
    width: 47%;
    padding: 0 0 45px;
    font-size: 20px;
    line-height: 1.2;
  }
  @include media-query($large-up){
    padding: 0 0 54px;
    font-size: $font-h1-size;
  }
}

.featured-collection__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
  @include media-query($large-up){
    margin: 0 0 0 -80px;
  }
}

.featured-collection__col {
  width: 100%;
  padding: 0 0 0 40px;
  @include media-query($medium-up){
    width: 50%;
  }
  @include media-query($large-up){
    padding: 0 0 0 80px;
  }
  &:first-child {
    margin: 0 0 32px;
    @include media-query($medium-up){
      margin: 0;
    }
  }
  &:last-child {
    .featured-collection__item {
      @include media-query($medium-up){
        margin-top: calc(var(--featured-title-height) * -1 + 14px);
      }
      @include media-query($large-up){
        margin-top: calc(var(--featured-title-height) * -1);
      }
    }
  }
}

.featured-collection__item {
  position: relative;
  display: block;
  padding: 100% 0 0;
  overflow: hidden;
  &:hover,
  &:focus {

    .featured-collection__bg {
      transform: scale(1.02);
    }

  }


  &:focus {
    outline: none;
  }

  &:hover {

    .featured-collection__item-link span {
      margin: -3px 0 3px 11px;
    }
  }

  &:active {

    .featured-collection__item-link span {
      margin: 0 0 0 8px;
    }
  }
}

.featured-collection__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: $blue-00;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.3s ease-in-out;
}

.featured-collection__content {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: 18px;
  right: 18px;
  color: $white;
  @include media-query($large-up){
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}

.featured-collection__item-title {
  margin: 0 0 2px;
  letter-spacing: 0;
  font-size: 24px;
  @include media-query($medium-up){
    font-size: 20px;
  }
  @include media-query($large-up){
    margin: 0 0 6px;
    font-size: $font-h2-size;
  }
}

.featured-collection__item-link {
  font-family: $font-header;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  position: relative;

  @include media-query($large-up){
    font-size: 18px;
  }

  span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
  }

  svg {
    width: 11px;
    height: auto;
    @include media-query($large-up){
      width: 13px;
    }
  }
}

body.newsletter-popup-opened {
  &:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: $black;
    opacity: .5;
    z-index: 1001;
  }

  height: 100vh;
  overflow: hidden;
}

.newsletter-popup {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 426px;
  background-color: $white;
  opacity: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.42, 0,  0.58, 1);
  &.newsletter-popup--alt {
    width: 470px;
    @include media-query($small) {
      width: 90%;
      max-width: 470px;
    }

    .newsletter-popup-content {
      padding: 54px 40px 67px;
      text-align: center;

      .klaviyo_styling {
        max-width: 100%;

        .klaviyo_messages {
          position: static;

          .success_message {
            position: absolute;
            bottom: -50px;
            left: 0;
            width: 100%;
            color: $black;
            font-family: $font-body;
            font-size: 14px;
            text-transform: none;
            letter-spacing: 0;
            background: $white;
          }

          .error_message {
            text-align: left;
            &::after {
              width: 100%;
            }
          }
        }

        .klaviyo_field_group {
          margin: 0 0 22px;

          input[type=email] {
            border-color: rgba(#000, 0.3);
          }
        }

        .klaviyo_form_actions {

          .btn {
            max-width: 100%;
          }
        }
      }
    }

    .newsletter-popup__title {
      max-width: 200px;
      margin: 0 auto 18px;
      line-height: 1.34;
    }

    .newsletter-popup__description {
      max-width: 320px;
      margin: 0 auto 36px;

      p {
        &:last-child {
          margin: 0;
        }
      }
    }

    .newsletter-popup__close-btn {
      position: absolute;
      right: 34px;
      top: 28px;
      z-index: 2;
      padding: 5px;
      background: 0;
      border: none;
      color: black;
      @include media-query($small) {
        right: 15px;
        top: 12px;
      }

      svg {
        width: 25px;
        height: auto;

        path {
          stroke: $black;
        }
      }
    }
  }

  body.newsletter-popup-opened & {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }

  @include media-query($small) {
    width: 315px;
  }

  @media only screen and (max-width: 374px) {
    width: 90%;
  }
}

.newsletter-popup-closer {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

body:not(.newsletter-popup-opened) {
  .newsletter-popup-closer {
    display: none;
  }
}

.newsletter-popup-inner {
  position: relative;
}

.newsletter-popup__close.newsletter-popup__close-btn {
  position: absolute;
  right: 9px;
  top: 11px;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  background: $white;
  border: 0;
  z-index: 5;
  border-radius: 100%;

  svg {
    margin: 1px 0;
    display: inline-block;
    vertical-align: top;
  }

  &:hover {
    background: rgba($white, .7);
  }

  @include media-query($small) {
    right: 5px;
    top: 7px;

    svg {
      width: 13px;
      height: 13px;
    }
  }
}


.newsletter-popup__image-holder {
  overflow: hidden;

  img {
    height: auto;
    display: block;
    width: 100%;
  }
}

.newsletter-popup-content {
  position: relative;
  background-color: $white;
  padding: 38px 38px 23px;


  .klaviyo_styling {
    max-width: 331px;
    margin: -4px 0 26px;
    position: relative;

    .klaviyo_field_group {
      margin: 0 0 17px;


      input[type=email] {
        display: block;
        width: 100%;
        height: 48px;
        padding: 0;
        margin: 0;
        border: 0;
        border-bottom: 1px solid $black;
        border-radius: 0;
        font-family: $font-body;
        font-size: 12px;
        font-weight: 400;
        color: $black;
        text-transform: uppercase;
        outline: none;

        @include placeholder {
          font-family: $font-body;
          font-size: 12px;
          color: $black;
          font-weight: 400;
          opacity: .8;
        }
      }
    }

    .klaviyo_form_actions {
      text-align: left;
    }

    .klaviyo_submit_button {
      color: $white;
      background-color: black;
      border-color: black;
      box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 black;
      height: 43px;
      width: calc(100% - 5px);
      border-radius: 0;
      font-size: 10px;
      font-weight: 700;
      font-family: $font-header;

      span {
        &:before {
          top: 2px;
          right: -5px;
        }

        &:after {
          bottom: -3px;
          left: 0px;
        }
      }

      &:hover {
        box-shadow:none;
      }
    }

    .klaviyo_messages {
      pointer-events: none;
      //position: relative;

      .error_message {
        color: $red-e1;
        font-size: 8px;
        line-height: 1.5;
        margin: 0;
        font-family: $font-header;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        position: absolute;
        top: -10px;

        &:after {
          position: absolute;
          bottom: -46px;
          left: 0;
          content: '';
          width: 331px;
          height: 1px;
          background-color: $red-e1;
          box-shadow: 0 0 0 3px $white;
        }
      }

      .success_message {
        color: $black;
        font-size: 12px;
        line-height: 1.5;
        font-family: $font-body;
        font-weight: 400;
        letter-spacing: 0;
        margin: 20px 0 -15px;
        text-align: center;
      }

    }
  }

  @include media-query($medium-down) {
    .klaviyo_styling {
      .klaviyo_field_group {
        input[type=email] {
          font-size: 16px;

          @include placeholder {
            font-size: 12px;
          }
        }
      }
    }
  }

  @include media-query($small) {
    padding: 36px 20px 26px;

    .klaviyo_styling {
      margin: 30px 0 20px;


      .klaviyo_messages {
        pointer-events: none;

        .error_message {
          &:after {
            width: 275px;
            max-width: 190%;
          }
        }
      }
    }
  }
}

.newsletter-popup__title {
  font-family: $font-header;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 13px;
}

.newsletter-popup__description {
  font-weight: 400;
  letter-spacing: -0.005em;
  font-family: $font-body;
  font-size: 14px;
  line-height: 22px;
}

.newsletter-popup__form {
  text-align: left;
}

.newsletter-popup__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.newsletter-popup__form-email-error {
  display: none;
  margin-top: -20px;
  margin-bottom: 8px;

  .input-error + & {
    display: block;
  }
}

#newsletter_popup label span {
  vertical-align: middle;
  margin-bottom: 20px;
  display: inline-block;
}
.newsletter-popup__form.validation-errors .btn{
  opacity: .5;
}

.newsletter-popup-actions {
  text-align: center;

  @include media-query($small) {
    margin: -11px 8px 0;
  }
}

.newsletter-popup__btn {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 18px 5px 19px;

  span {
    font-weight: 600;
  }

  @include media-query($small) {
    padding: 15px 5px;
    margin-bottom: 31px;
  }
}

.newsletter-popup__close {
  display: block;
  font-family: $font-body;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 0;
  border: 0;
  background: none;
  color: rgba($black, .5);
  width: 90px;
  text-align: center;
  margin: 0 auto;

  &:hover {
    color: $black;
  }
}


body#challenge {
  #shopify-section-newsletter-popup {
    display: none !important;
  }

  &.newsletter-popup-opened {
    overflow: auto;

    &:before {
      display: none !important;
    }
  }
}


.newsletter-popup__btn-wrap {
  padding: 0 22px 0 0;

  @include media-query($small) {
    padding: 0;
  }
}

.full-width-banner {
  height: 515px;
  background-color: $blue-00;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  @include media-query($medium-up) {
    height: 700px;
  }
  @include media-query($large-up) {
    height: 650px;
  }
  &.full-width-banner--text-white {
    color: $white;
  }

  .page-width {
    height: 100%;
    @include media-query($medium-up) {
      padding: 0 58px;
    }
    @include media-query($large-up) {
      padding: 0 20px;
    }
  }

  .bg-video-holder .bg-video {
    top: calc(((var(--video-holder-height) - var(--video-height-wide-banner)) / 2) * -1);
  }
}

.full-width-banner__content {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;

  .bg-video-holder &,
  .vimeo-bg-video & {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 515px;
    @include media-query($medium-up) {
      height: 700px;
    }
    @include media-query($large-up) {
      height: 650px;
    }
  }

  .btn {
    width: fit-content;
    min-width: 176px;
  }
}

.full-width-banner__text-box {
  max-width: 371px;
  @include media-query($large-up) {
    max-width: 598px;
  }
}

.full-width-banner__subheading {
  margin: 0 0 14px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 30px;
  }
  @include media-query($large-up) {
    margin: 0 0 34px;
  }
  @include media-query($large-down) {
    font-size: 16px;
  }
}

.full-width-banner__heading {
  margin: 0 0 18px;
  font-size: 24px;
  letter-spacing: 0.01em;
  @include media-query($medium-up) {
    margin: 0 0 32px;
    font-size: 32px;
  }
  @include media-query($large-up) {
    margin: 0 0 28px;
    font-size: 48px;
  }
}

.image-with-text {
  padding: 60px 0;
  @include media-query($large-up) {
    padding: 92px 0;
  }

  .page-width {
    max-width: 1278px;
    padding: 0 30px;
    @include media-query($large-up) {
      padding: 0 20px;
    }
  }
}

.image-with-text__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  &.image-with-text__row--row-reverse {
    flex-direction: row-reverse;
  }

  > div {
    width: 100%;
    @include media-query($medium-up) {
      width: 50%;
    }
  }
}

.image-with-text__img {
  display: none;
  @include media-query($medium-up) {
    display: block;
  }
  &.image-with-text__img--mobile {
    display: block;
    @include media-query($medium-up) {
      display: none;
    }
  }

  img {
    display: block;
    width: 100%;
  }
}

.image-with-text__content {
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 0 0;
  @include media-query($medium-up) {
    padding: 40px 10px 0 30px;
  }
  @include media-query($large-up) {
    padding: 58px 20px 20px 50px;
  }
  @include media-query($widescreen) {
    padding: 58px 20px 20px 82px;
  }
  .image-with-text__row--row-reverse & {
    @include media-query($medium-up) {
      padding: 40px 30px 0 10px;
    }
    @include media-query($large-up) {
      padding: 58px 50px 20px 20px;
    }
    @include media-query($widescreen) {
      padding: 58px 82px 50px 20px;
    }
  }

  .btn {
    min-width: 176px;
  }
}

.image-with-text__subheading {
  margin: 0 0 18px;
  font-size: $font-h4-size - 2;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 16px;
    font-size: $font-h4-size - 4;
    letter-spacing: 0.025em;
  }
  @include media-query($large-up) {
    margin: 0 0 30px;
    font-size: $font-h4-size;
    letter-spacing: 0;
  }
}

.image-with-text__heading {
  margin: 0 -6px 20px;
  font-size: $font-h2-size - 8;
  line-height: 1.33;
  letter-spacing: 0.01em;
  @include media-query($medium-up) {
    margin: 0 0 16px;
    font-size: $font-h2-size - 12;
    letter-spacing: 0;
  }
  @include media-query($large-up) {
    margin: 0 0 34px;
    font-size: $font-h2-size;
  }
}

.image-with-text__text-box {
  margin: 0 0 18px;
  font-family: $font-header;
  font-size: $font-size-base - 2;
  @include media-query($medium-up) {
    margin: 0 0 24px;
  }
  @include media-query($large-up) {
    margin: 0 0 30px;
    font-size: $font-size-base;
  }

  p {
    @include media-query($large-down) {
      line-height: 1.43;
    }
    &:last-child {
      margin: 0;
    }
  }
}

.logo-list {
  padding: 46px 0 54px;
  background: $black-12;
  @include media-query($medium-up) {
    padding: 76px 0 118px;
  }
  @include media-query($large-up) {
    padding: 78px 0 152px;
  }
  .page-width {
    max-width: 1318px;
  }
}

.logo-list__heading {
  margin: 0 0 42px;
  color: $white;
  letter-spacing: 0;
  text-align: center;
  @include media-query($medium-up) {
    margin: 0 0 68px;
    padding: 0 0 0 55px;
    font-size: $font-h2-size - 12;
    text-align: left;
  }
  @include media-query($large-up) {
    margin: 0 0 80px;
    padding: 0;
    font-size: $font-h2-size;
  }
}

.logo-list__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  @include media-query($medium-up) {
    margin: 0;
  }

  li {
    width: 50%;
    padding: 26px 20px;
    text-align: center;
    @include media-query($medium-up) {
      padding: 30px;
    }
    @include media-query($large-up) {
      width: 25%;
    }
  }
}

.logo-list__item {
  display: inline-block;
}

.hashtag-image {
  padding: 70px 0 84px;
  @include media-query($medium-up) {
    padding: 112px 0 122px;
  }
  @include media-query($large-up) {
    padding: 80px 0 172px;
  }
  @include media-query($laptop) {
    padding: 30px 0 120px;
  }
  .page-width {
    max-width: 1320px;
    padding: 0 16px;
    @include media-query($medium-up) {
      padding: 0 30px;
    }
    @include media-query($large-up) {
      padding: 0 20px;
    }
  }
}

.hashtag-image__heading {
  margin: 0 0 8px;
  letter-spacing: 0.01em;
  @include media-query($medium-up) {
    margin: 0 0 14px;
    letter-spacing: 0;
  }
}

.hashtag-image__subheading {
  display: inline-block;
  margin: 0 0 30px;
  font: 500 12px/1.23 $font-header;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  @include media-query($medium-up) {
    margin: 0 0 32px;
  }
  @include media-query($large-up) {
    margin: 0 0 72px;
  }
}

.hashtag-image__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -14px;
  @include media-query($medium-up) {
    margin: 0 -17px -32px;
  }
  @include media-query($large-up) {
    flex-wrap: nowrap;
    margin: 0 -20px;
  }
  @include media-query($widescreen) {
    margin: 0 -28px;
  }
}

.hashtag-image__col {
  position: relative;
  order: 1;
  margin: 0 0 14px;
  padding: 0 6px;
  @include media-query($medium) {
    width: 50%;
    margin: 0 0 32px;
    padding: 0 17px;
  }
  @include media-query($large-up) {
    padding: 0 20px;
  }
  @include media-query($widescreen) {
    padding: 0 28px;
  }
  &:nth-child(1) {
    width: 60%;
    @include media-query($medium-up) {
      width: 49%;
    }
    @include media-query($large-up) {
      width: 28%;
    }

    .hashtag-image__item {
      padding: 105% 0 0;
      @include media-query($medium) {
        padding: 105% 0 0;
        width: 100%;
      }
    }
  }
  &:nth-child(2) {
    align-self: flex-end;
    width: 40%;
    @include media-query($medium-up) {
      bottom: -60px;
    }
    @include media-query($large-up) {
      bottom: 0;
      width: 22%;
      margin: 0 0 -35px;
    }
    .hashtag-image__item {
      padding: 130% 0 0;
      @include media-query($medium-up) {
        padding: 116% 0 0;
      }
    }
  }
  &:nth-child(3) {
    order: 2;
    width: 60%;
    @include media-query($medium-up) {
      bottom: -60px;
      width: 51%;
    }
    @include media-query($large-up) {
      bottom: 0;
      order: 1;
      width: 29%;
      margin: -64px 0 0;
    }

    .hashtag-image__item {
      padding: 103% 0 0;
      @include media-query($medium-up) {
        padding: 100% 0 0;
      }
      @include media-query($large-up) {
        padding: 101% 0 0;
      }
    }
  }
  &:nth-child(4) {
    width: 40%;
    @include media-query($medium-up) {
      width: 37.3%;
      margin: 0 0 0 auto;
    }
    @include media-query($large-up) {
      align-self: flex-end;
      width: 21%;
      margin: 0 0 -16px;
    }

    .hashtag-image__item {
      padding: 129% 0 0;
      @include media-query($medium-up) {
        padding: 141% 0 0;
      }
      @include media-query($large-up) {
        padding: 139% 0 0;
      }
    }
  }
}

.hashtag-image__item {
  padding: 100% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

// Main
.template-about-us {

  .main-content {
    padding-top: 0;
    overflow: hidden;
    @include media-query($small) {
      padding-bottom: 30px;
    }
  }
}

// About collage
.about-collage {
  .page-width {
    max-width: 1440px;
    padding: 0;
  }
}

.about-collage__row {
  display: flex;
  flex-wrap: wrap;
}

.about-collage__col {
  width: 100%;
  @include media-query($medium-up) {
    width: 50%;
  }
}

.about-collage__large-img {
  position: relative;
  padding: 113.75% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  &.about-collage__large-img--small {
    max-width: 282px;
    margin: 0 auto;
    padding: 103.72% 0 0;
    @include media-query($medium-up) {
      max-width: 100%;
      margin: 0;
      padding: 116.3% 0 0;
    }
    @include media-query($large-up) {
      padding: 118.82% 0 0;
    }

  }
}

.about-collage__bg-icon,
.article-collage__bg-icon {
  position: absolute;
  bottom: -150px;
  left: 50%;
  width: 320px;
  transform: translate(-50%, 0);
  pointer-events: none;
  @include media-query($medium-up) {
    bottom: -178px;
    right: -72px;
    left: auto;
    width: 400px;
    transform: none;
  }
  @include media-query($widescreen) {
    right: -197px;
    bottom: 79px;
  }
}

.about-collage__bg-inner,
.article-collage__bg-inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;

  text {
    font-family: 'kc_elderly_englishinked', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2em;
    fill: transparent;
    stroke-width: 0.6px;
    stroke: $black;
  }

  svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}

@keyframes rotate {
  from { transform: rotate(360deg); }
  to { transform: rotate(0); }
}

.about-collage__content {
  padding: 118px 26px 0;
  text-align: center;
  @include media-query($medium-up) {
    padding: 94px 26px 0;
    text-align: left;
  }
  @include media-query($large-up) {
    padding: 194px 81px 0;
  }
}

.about-collage__heading {
  margin: 0 0 32px;
  font-size: $font-h1-size - 16;
  @include media-query($medium-up) {
    margin: 0 0 34px;
    font-size: $font-h1-size - 8;
    line-height: 1.33;
    letter-spacing: 0;
  }
  @include media-query($large-up) {
    margin: 0 0 54px;
    font-size: $font-h1-size;
    line-height: 1.23;
    letter-spacing: 0.025em;
  }
}

.about-collage__text-box-holder {
  max-width: 414px;
  margin: 0 auto;
  @include media-query($medium-up) {
    padding: 0 48px 0 57px;
  }
  @include media-query($large-up) {
    padding: 0 0 0 26px;
  }
}

.about-collage__text-box {
  margin: 0 0 40px;
  line-height: 1.49;
  font-size: $font-size-base - 2;
  @include media-query($medium-up) {
    margin: 0 0 44px;
  }
  @include media-query($large-up) {
    margin: 0 0 84px;
    font-size: $font-size-base;
    letter-spacing: -0.005em;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

// About text block
.about-text-block {
  padding: 24px 0 36px;
  @include media-query($medium-up) {
    padding: 32px 0 90px;
  }
  @include media-query($large-up) {
    padding: 60px 0 60px;
  }
  &.about-text-block--alt {
    padding: 24px 0 78px;
    @include media-query($medium-up) {
      padding: 64px 0 62px;
    }
    @include media-query($large-up) {
      padding: 70px 0 210px;
    }
  }

  .page-width {
    padding: 0 28px;
    @include media-query($medium-up) {
      padding: 0 80px;
    }
  }
}

.about-text-block__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 0 5px;
  @include media-query($medium-up) {
    padding: 0;
  }
}

.about-text-block__heading {
  margin: 0 0 18px;
  font: 400 12px/1.52 $font-body;
  letter-spacing: 0.03em;
  @include media-query($medium-up) {
    margin: 0 0 22px;
  }
  @include media-query($large-up) {
    margin: 0 0 30px;
  }
}

.about-text-block__text-box {
  font: 500 18px/1.34 $font-header;
  @include media-query($large-up) {
    font-size: 24px;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

.about-text-block__icon {
  width: fit-content;
  margin: -7px 34px 0 auto;
  @include media-query($medium-up) {
    display: none;
  }
}

// Two images block
.two-images-block__row {
  display: flex;
  flex-wrap: wrap;
}

.two-images-block__col {
  width: 100%;
  overflow: hidden;
  @include media-query($medium-up) {
    width: 50%;
  }
}

.two-images-block__img {
  padding: 100% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  &.two-images-block__img--link {
    display: block;
    transition: transform 0.3s ease-in-out;
    &:hover,
    &:focus {
      transform: scale(1.02);
    }
  }
}

// Image with text
@include media-query($medium-up) {
  .image__flip > .about-image-with-text__col:first-child {
    order: 2;
  }

  .image__flip > .about-image-with-text__col:last-child {
    order: 1;
  }

  .image__flip .about-image-with-text__content-right {
    margin: 0 auto 0 0;
  }

  .image__flip .about-image-with-text__content-left {
    padding: 0 66px 0 14px;
  }
}


.about-image-with-text {
  padding: 48px 0 24px;
  @include media-query($medium-up) {
    padding: 70px 0 40px;
  }
  @include media-query($large-up) {
    padding: 60px 0 60px;
  }

  .page-width {
    max-width: 1160px;
    padding: 0 30px;
    @include media-query($large-up) {
      padding: 0 20px;
    }
  }
}

.about-image-with-text__row {
  display: flex;
  flex-wrap: wrap;
}

.about-image-with-text__col {
  width: 100%;
  @include media-query($medium-up) {
    width: 50%;
  }
}

.about-image-with-text__content-left {
  margin: 0 0 42px;
  @include media-query($medium-up) {
    margin: 0;
    padding: 0 22px 0 0;
  }
  @include media-query($large-up) {
    padding: 0 14px 0 66px;
  }
}

.about-image-with-text__heading {
  margin: 0 0 24px;
  line-height: 1.33;
  font-size: $font-h2-size - 8;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 20px;
    font-size: $font-h2-size - 12;
  }
  @include media-query($large-up) {
    margin: 0 0 64px;
    font-size: $font-h2-size;
    line-height: 1.23;
    letter-spacing: 0.1em;
  }
}

.about-image-with-text__text-box {
  line-height: 1.43;
  font-size: $font-size-base - 2;
  @include media-query($large-up) {
    font-size: $font-size-base;
    letter-spacing: -0.005em;
    line-height: 1.5;
  }

  p {
    margin: 0 0 20px;
    @include media-query($large-up) {
      margin: 0 0 24px;
    }
    &:last-child {
      margin: 0;
    }
  }
}

.about-image-with-text__content-right {
  max-width: 437px;
  margin: 0 auto;
  padding: 0 16px;
  @include media-query($medium-up) {
    margin: 0 0 0 auto;
    padding: 0 16px 0 50px;
  }
  @include media-query($large-up) {
    padding: 0;
  }
}

.about-image-with-text__icon {

  img {
    display: block;
    max-width: 140px;
    margin: -8px auto 0;
    @include media-query($medium-up) {
      max-width: 100%;
      margin: -8px auto 4px;
    }
    @include media-query($large-up) {
      position: relative;
      left: -36px;
      margin: -36px auto 44px;
    }
  }
}

.about-image-with-text__img {
  padding: 121.5% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    padding: 124% 0 0;
  }
}

// about large collage
.about-large-collage {
  position: relative;
  margin: 0 0 106px;
  padding: 48px 0;
  background: $blue-00;
  color: $white;
  @include media-query($medium-up) {
    margin: 0 0 186px;
    padding: 48px 0 70px;
  }
  @include media-query($large-up) {
    margin: 0 0 316px;
    padding: 96px 0 70px;
  }

  .page-width {
    max-width: 1260px;
    padding: 0 48px;
    @media only screen and (min-width: 480px){
      padding: 0 80px;
    }
  }

  a {
    color: $white;
  }
}

.about-large-collage__row-holder {
  margin: 0 0 65px;
  @include media-query($medium-up) {
    margin: 0 0 52px;
  }
  @include media-query($large-up) {
    margin: 0 0 86px;
  }
  &.about-large-collage__row-holder--alt {
    margin: 0 0 31px;
    @include media-query($medium-up) {
      margin: 0 0 80px;
    }
    @include media-query($large-up) {
      margin: 0 0 100px;
    }

    .about-large-collage__col--alt {
      &:nth-child(2) {

        .about-large-collage__icon {
          bottom: -130px;
          right: -6px;
          left: auto;
          max-width: 76px;
          @include media-query($medium-up) {
            bottom: -162px;
            right: -54px;
            left: auto;
            max-width: 100%;
          }
          @include media-query($large-up) {
            bottom: -148px;
            right: 25px;
          }
        }
      }
    }
  }
}

.about-large-collage__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  @include media-query($widescreen) {
    margin: 0 -74px;
  }
}

.about-large-collage__col {
  width: 100%;
  padding: 0 24px;
  @include media-query($large-up) {
    width: 50%;
  }
  @include media-query($widescreen) {
    padding: 0 74px;
  }
  &.about-large-collage__col--alt {
    @include media-query($medium-up) {
      width: 50%;
    }
  }
}

.about-large-collage__heading {
  margin: 0 0 28px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    max-width: 430px;
    margin: 0 0 32px;
  }
  @include media-query($large-up) {
    max-width: 100%;
    margin: 0;
    font-size: $font-h1-size + 8;
    line-height: 1.27;
    letter-spacing: 0.02em;
  }
}

.about-large-collage__text-box {
  margin: 0 -20px 0 0;
  font-size: $font-size-base - 2;
  line-height: 1.43;
  @include media-query($medium-up) {
    line-height: 1.6;
  }
  @include media-query($large-up) {
    padding: 2px 0 0 16px;
    font-size: $font-size-base;
    line-height: 1.5;
    letter-spacing: -0.005em;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

.about-large-collage__img-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto -134px;
  padding: 0 0 0 48px;
  @media only screen and (min-width: 480px){
    padding: 0 0 0 80px;
  }
  @include media-query($medium-up) {
    margin: 0 auto -235px;
  }
  @include media-query($large-up) {
    margin: 0 auto -316px;
  }
}

.about-large-collage__img {
  max-width: 1193px;
  margin: 0 -42px 0 auto;
  padding: 66.15% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    margin: 0 0 0 auto;
    padding: 48.15% 0 0;
  }
  @include media-query($large-up) {
    padding: 42.15% 0 0;
  }
}

.about-large-collage__item {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 0 0 66px;
  @include media-query($medium-up) {
    margin: 0;
  }
}

.about-large-collage__item-img {
  position: relative;
  margin: 0 0 18px;
  padding: 102% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    margin: 0 0 20px;
  }
  @include media-query($large-up) {
    margin: 0 0 32px;
  }
}

.about-large-collage__icon {
  position: absolute;
  bottom: 28px;
  left: -8px;
  @include media-query($medium-up) {
    bottom: -10px;
    left: -16px;
  }
  @include media-query($large-up) {
    bottom: 60px;
    right: 12px;
    left: auto;
  }
}

.about-large-collage__item-heading {
  max-width: 300px;
  margin: 0 0 10px;
  font-size: $font-h3-size - 4;
  letter-spacing: 0;
  @include media-query($large-up) {
    font-size: $font-h3-size;
  }
}

.about-large-collage__item-link {
  font-family: $font-header;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 4px 2px 2px;

  // span {
  //   display: inline-block;
  //   margin: 0 0 0 8px;
  // }

  svg {
    width: 11px;
    margin: 0 0 0 8px;
    height: auto;
  }

  &:hover {
    svg {
      margin: -3px 0 3px 15px;
    }
  }

  &:focus {
    border-color: $blue-2f;

    svg {
      margin-left: 8px;
    }
  }
}

.about-large-collage__marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;

  .marquee {
    top: 31.5%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.23em;
    @include media-query($medium-up) {
      top: 44.5%;
    }
    @include media-query($large-up) {
      top: 37.5%;
      font-size: 30px;
    }
  }
}

// Text bar
.about-text-bar {
  padding: 52px 0 35px;
  @include media-query($medium-up) {
    padding: 52px 0 40px;
  }
  @include media-query($large-up) {
    padding: 18px 0 0px;
  }

  .page-width {
    max-width: 1440px;
    padding: 0 48px;
    @media only screen and (min-width: 480px){
      padding: 0 48px 0 80px;
    }
  }
}

.about-text-bar__content {
  max-width: 1145px;
  margin: 0 0 0 auto;
}

.about-text-bar__text-box {
  max-width: 830px;
  font-family: $font-header;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  @include media-query($medium-up) {
    font-size: 30px;
  }
  @include media-query($large-up) {
    font-size: 38px;
  }
}

.about-text-bar__link {
  display: inline-flex;
  align-items: flex-start;
  color: transparent;
  -webkit-text-stroke: 1px $black;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  @include media-query($medium-up) {
    align-items: center;
    padding: 0 0 0 2px;
    letter-spacing: 0.02em;
  }
  @include media-query($large-up) {
    padding: 0 0 0 14px;
  }
  &:hover,
  &:focus {
    color: $black;
    -webkit-text-stroke: 1px transparent;

    .about-text-bar__icon {
      opacity: 0;
      &.about-text-bar__icon--hover {
        opacity: 1;
      }
    }
  }

  svg {
    width: 19px;
    height: auto;
    //margin: 0 0 0 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);


    @include media-query($medium-up) {
      width: 34px;
    }
    @include media-query($large-up) {
      transform: translateY(-60%);
    }
  }
}

.about-text-bar__icon-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  margin: 12px 0 0;

  @include media-query($medium-up) {
    width: 45px;
    margin: 0;
  }
  @include media-query($large-up) {
    width: 59px;
  }
}

.about-text-bar__icon {
  transition: opacity 0.3s ease-in-out;

  &.about-text-bar__icon--hover {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;


    @include media-query($large-up) {
      transform: translateY(-60%);
    }
  }
}

.mini-cart {
  position: relative;
  z-index: 9999;
}

.mini-cart__overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;

  .mini-cart--shown & {
    pointer-events: auto;
  }
}

.mini-cart__wrapper {
  position: relative;
  flex: 1 0 auto;

  @include media-query($small) {
    margin: 0 -14px 0 0;
  }
}

.mini-cart__content {
  max-height: calc(68vh - 321px);
  overflow-y: auto;
}

.mini-cart__container {
  position: fixed;
  top: 20px;
  height: 100%;
  width: 100%;
  max-width: 460px;
  background-color: white;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  z-index: -1;
  pointer-events: none;
  right: -100%;
  bottom: 0;
  opacity: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 30px 0;
  transition: opacity 700ms, top 400ms;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);

  .mini-cart--shown & {
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    right: 0;
    top: 0;
    display: flex;
  }

  @include media-query($small) {
    padding: 13px 19px 0;
  }
}

.mini-cart__item {
  display: flex;
  padding: 17px 9px 9px 0;
  justify-content: space-between;
  transition: opacity 200ms, top 200ms;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  top: 30px;
  opacity: 0;

  @include media-query($small) {
    padding: 28px 9px 9px 0;
  }
}

.mini-cart--shown {
  .mini-cart__item {
    opacity: 1;
    top: 0;
  }
}

.mini-cart__item-price {
  width: 80px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
}

.mini-cart__item-options {
  overflow: hidden;
  text-indent: -5px;
  font-size: 14px;
  font-family: $font-body;

  div {
    display: inline-block;
    vertical-align: top;
  }

  span {
    text-transform: capitalize;
    padding: 0 7px 0 5px;
  }

  span.Size {
    text-transform: uppercase;
  }
}

.mini-cart__label {
  font-size: 12px;
}

.mini-cart__item-remove {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 5px -2px -2px 0;

  &:hover {
    svg path{
      fill: $blue-00;
    }
  }
}

.mini-cart__item-content {
  width: calc(100% - 168px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;


  @include media-query($small) {
    width: calc(100% - 128px);
  }
}

.mini-cart__prices {
  font-size: 14px;
  line-height: 16px;
  font-family: $font-body;
  text-align: right;
  margin: 0 0 0 8px;
  display: flex;
  flex-direction: column-reverse;
}

.mini-cart__prices span {
  display: block;
}

.minicart__list-item-price-sale {
  color: $gray-76;
}

.minicart__list-item-price {
  color: $red-cc;
}

.minicart__list-item-price-sale.hide + .minicart__list-item-price {
  color: $black;
}

.mini-cart__item-image {
  display: block;
  margin: 0 auto;
}

.mini-cart__item-image-link {
  width: 135px;
  margin-right: 33px;

  @include media-query($small) {
    width: 105px;
    margin-right: 20px;
  }
}

.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
  flex: 0 0 auto;

  @include media-query($small) {
    margin: 0 13px 12px;
  }
}

.mini-cart__title {
  font-size: 24px;
  letter-spacing: 0.01em;
  margin: 0;

  @include media-query($small) {
    font-size: 20px;
  }
}

.mini-cart__close {
  position: relative;
  outline: none;
  pointer-events: auto;
  background: none;
  border: none;
  padding: 6px;
  width: 36px;
  height: 36px;
  margin: 1px -6px 0 0;

  svg path{
    stroke: black;
  }

  @include media-query($small) {
    margin: 3px -18px 0 0;
  }
}

.mini-cart__item-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  font-family: $font-header;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px;

  @include media-query($small) {
    margin: 1px 0 2px;
  }
}

.mini-cart__item-title-link {
  color: inherit;
  text-decoration: none;
}

.mini-cart__qty {
  display: flex;
  width: 106px;
  height: 43px;
  justify-content: space-between;
  border: 1px solid $gray-d4;
  color: $gray-d4;
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0;
}

.qty-number__button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 31px;
  color: black;
  width: 32px;
  height: 100%;
  position: relative;

  &.btn-disabled {
    opacity: .3;
    pointer-events: none;
   // background-color: $gray-d4;
  }

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    transform: translateX(-50%) translateY(-50%);
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.qty-number__qty {
  max-width: 42px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: $font-header;
  font-weight: 400;
  color: $black;
  padding: 0;
  text-transform: uppercase;
}

.mini-cart__footer {
  padding: 20px 33px 32px;
  flex: 0 0 auto;
  margin: 0 -30px 0;
  overflow: hidden;

  @include media-query($small) {
    margin: 0 -19px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mini-cart__subtotal,
.mini-cart__shipping {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 0 0 5px;
}

.mini-cart__shipping {
  margin-bottom: 10px;
}

.mini-cart__subtotal {
  font-size: 12px;
  font-weight: 600;
  font-family: $font-header;
  text-transform: uppercase;
  margin: 0 -6px 13px 0;
}

.mini-cart__subtotal_price {
  font-size: 18px;
  font-family: $font-body;
}

.btn.mini-cart__footer-button {
  width: 100%;
  max-width: 100%;
  color: $white;
  margin: 0 0 17px;
}

.mini-cart__item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mini-cart__item-row-top {
  display: flex;
  justify-content: space-between;
}

.mini-cart__item-row.footer--row {
  margin: 0 0 8px;

  @include media-query($small) {
    margin-bottom: -11px;
  }
}

.mini-cart__empty {
  font-size: 13px;
  font-family: $font-header;
  font-weight: 500;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  padding-top: 22px;
  margin: 0 5px 67px 0;
}

.mini-cart__empty-title {
  margin: 0 0 27px;
  -webkit-text-stroke: 0.4px black;
}

.btn.mini-cart__empty-btn {
  display: block;
  width: 100%;
  color: $white;
  max-width: 100%;
}

.mini-cart__limespot-title-box {
  margin: 20px 0 0;
  text-align: center;
  &:last-child {
    display: none;
  }
}

.mini-cart__limespot-title {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  @include media-query($small) {
    font-size: 16px;
  }
}


.mini-cart__shipping-info {
  background-color: $gray-f4;
  margin: 0 -30px;
  padding: 13px;
  text-align: center;
  font-family: $font-header;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  svg {
    display: inline-block;
    vertical-align: top;
    margin: -4px 9px 0 -4px;
  }

  @include media-query($small) {
    font-size: 12px;
    margin: 0 -19px;
  }
}


.mini-cart__footer-title,
.mini-cart__footer-cartlink {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: $font-body;
  color: rgba($black, .7);

  p {
    margin: 0 0 5px;
  }
}


.klarna-minicart-content {
  margin: 0 0 14px;
}

.mini-cart--no-nosto {

  .mini-cart__content {
    max-height: calc(100vh - 464px);
  }

  .mini-cart__footer {
    padding-bottom: 45px;
  }

  .mini-cart__empty-holder {
    justify-content: flex-start;
  }

  @include media-query($small) {
    .mini-cart__content {
      max-height: calc(100vh - 464px);
    }
  }
}

.mini-cart__message {
  font-size: 10px;
  font-family: $font-body;
  margin-top: -5px;
  color: $red-cc;
}

@include media-query($small) {
  .mini-cart:not(.mini-cart--no-nosto) {

    .mini-cart__container {
      bottom: auto;
      height: 100%;
      overflow: auto;
    }

    .mini-cart__nosto-block {
      min-height: 400px;
    }

    .mini-cart__content {
      min-height: 400px;
      max-height: 400px;
    }
  }
}


.collection-list {
  padding: 64px 17px;
  margin: 0 auto;
  max-width: 1440px;

  button.wk-button-collection {
    width: 40px;
    height: 40px;
    top: -46px;
    right: -5px;
    background-color: $white;
  }

  @include media-query($medium-down) {
    padding: 66px 30px;
  }

  @include media-query($small) {
    padding: 31px 20px;


    button.wk-button-collection {

      right: -11px;
    }
  }
}


.collection-gallery:not(.slick-initialized) {
  .featured-product {
    float: left;
    width: 20%;
  }

  @include media-query($medium-down) {
    .featured-product {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 303px;
      white-space: normal;
    }
  }

  @include media-query($small) {
    .featured-product {
      width: 226px;
    }
  }
}

.featured-product__holder {
  margin: 0 23px;
  position: relative;

  &:hover {
    button.wk-button-collection {
      opacity: 1 !important;
    }
  }

  @include media-query($medium-down) {
    margin-bottom: 20px;
  }

  @include media-query($small) {
    margin-left: 13px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.featured-product__image {
  padding-bottom: 122%;
  position: relative;
  overflow: hidden;

  > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.featured-product__gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 50px 0 43px;
  min-height: 150px;
  background-image: url("/cdn/shop/files/Mask_Group.png?v=1617620975");
  background-position: 50%;
  background-repeat: no-repeat;


  @include media-query($medium-down) {
    margin-bottom: 39px;
  }

  @include media-query($small) {
    margin-bottom: 21px;
  }
}

.featured-product__gallery:not(.featured-product__gallery-no-hover){
  &:hover {
    .featured-product__image--hover {
      opacity: 1;
      z-index: 1;
    }
  }
}

.dynamic-collection-featured-product__is-limited-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.featured-product__image  {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;

  img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  &.portrait_style {
    img {
      min-width: 100%;
      width: auto;
      min-height: 0;
    }
  }
}

.featured-product__image--hover {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.2s ease;
  background-color: $white;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.featured-product__collection-name {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.08em;
  color: $color-body-text;
  opacity: .5;
  font-family: $font-body;
}

.featured-product__title {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  font-family: $font-body;
  color: $black;
  margin: 0 10px 5px 0;
  letter-spacing: 0.06em;

  @include media-query($small) {
    margin: 0 0 4px;
  }
}

.featured-product__frame {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 3px 0 0;

  .swatch-wrapper {
    margin: 0 -4px 0 0;
  }

  @include media-query($small) {
    display: block;

    .swatch-wrapper {
      margin: 8px 0 0 -6px;
    }
  }
}

.featured-product__price {
  font-family: $font-body;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  margin: 0 10px 0 0;
  color: rgba($black, .6);
}

.product-price__has-discount {
  .regular-price {
    color: #cc092f;
    margin-right: .5rem;
  }
}

.featured-product__wrapper {

  .swatch-element {
    margin: 0 -1px 0 3px;

    &.hover {
      label {
        border-color: $black !important;
      }
    }
  }

  .swatch {
    margin-bottom: 0;
    display: flex;

    input {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      opacity: 0;
      display: block !important;
    }

    &.color {

      &.swatch-element {
        margin: 0 8px 8px 11px !important;

      }
    }

    .bg_color {
      width: 14px;
      height: 14px;
    }

    label {
      width: 20px;
      height: 20px;
      min-width: 20px;
      padding: 2px;
      border-color: transparent !important;
    }

  }

  .header {
    display: none;
  }


}

.featured-product__tags {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 50px;
  z-index: 7;
  pointer-events: none;

  @include media-query($small) {
    top:10px;
    left: 1px;
    right: 33px;
  }
}

.featured-product__tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  font-family: $font-header;
  font-size: 12px;
  font-weight: 500;
  color: $black;
  background-color: $gray-be;
  padding: 10px 14px;
}


.collection-cards__look {
  @include media-query($small) {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.featured-product__start-price {
  display: block;
  border-top: 1px solid rgba($black,.5);
  font-size: 12px;
  font-family: $font-body;
  color: rgba($black,.5);
  margin: -2px 0 8px;
  padding-top: 11px;

  @include media-query($small) {
    padding-top: 8px;
  }
}

.featured-product__look-image {
  margin-bottom: 6px;

  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.collection__header {
  padding: 0 214px 25px 23px;

  @include media-query($medium-down) {
    padding: 0 0 21px;
  }

  @include media-query($small) {
    padding: 0 0 14px;
  }
}

.collection__title {
  margin: 0 0 23px;

  @include media-query($medium-down) {
    font-size: 32px;
    margin-bottom: 9px;
  }

  @include media-query($small) {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

.collection__btn {
  font-size: 14px;
  font-family: $font-header;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 0 2px;
  position: relative;

  svg {
    margin: 0 0 0 7px;
  }

  &:focus {
    outline: none;
    color: $black;
  }

  &:hover {
    color: $black;

    svg {
      margin: -3px 0 3px 10px;
    }
  }

  &:active {

    svg {
      margin: 0 0 0 7px;
    }
  }

}

.collection-gallery {

  .slick-arrow {
    position: absolute;
    right: 23px;
    top: -114px;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    width: 40px;
    height: 20px;
  }

  .slick-arrow.slick-prev {
    right: 83px;
  }

  @include media-query($medium-down) {
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow: auto;
    white-space: nowrap;
  }

  @include media-query($small) {
    width: calc(100% + 40px);
    padding: 0 2px;
    margin: 0 -20px;
  }
}


.bg_color_white {
  box-shadow: 0 0 0 1px $gray-76;
}


.hover-tooltip {
  border: 1px solid $black;
  background: $white;
  padding: 5px 0;
  z-index: 15;
  max-width: 97px;

  @include media-query($medium-down) {
    display: none !important;
  }
}

.tooltip-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-family: $font-header;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  span,
  div {
    padding: 0 3px;
    display: inline-block !important;
    vertical-align: top;
  }
}

.collection-items {
  display: flex;
  flex-wrap: wrap;

  @include media-query($small) {
    display: block;
    margin: 0 -10px;
  }
}

.collection-item {
  width: 25%;
  padding: 0 15px 30px;

  @include media-query($large-down) {
    width: 33.333%;
  }
  @include media-query($medium-down) {
    width: 50%;
  }

  @include media-query($small) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.collection-item__image {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 125%;
  overflow: hidden;

  img,
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    height: auto;
    width: auto;
    min-width: 100%;
    max-width: none;
  }
}



.template-collection {
  .main-content {
    padding-top: 33px;
    padding-bottom: 0;
  }

  @include media-query($small) {
    .main-content {
      padding-top: 15px;
    }
  }
}


.boost-pfs-filter-wrapper {



  .boost-pfs-filter-right-col {
    float: none;
    width: 100%;
  }

  .boost-pfs-filter__title {
    position: absolute;
    top: 34px;
    left: 59px;
    display: block;
    color: $white;
    font-size: 26px;
    line-height: 30px;
    font-family: $font-header;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
  }

  .boost-pfs-filter__filter-opener {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 36px;
    height: 36px;
    border: 0;
    background: none;
  }

  .boost-pfs-filter-option-title {
    .boost-pfs-filter-button {
      padding: 0 !important;
    }

    .boost-pfs-filter-clear {
      opacity: 0;
      pointer-events: none;
    }
  }

  .boost-pfs-filter-option-content {
    padding: 0;

    .boost-pfs-filter-option-content-inner ul.boost-pfs-filter-option-item-list-swatch {
      margin: 17px 0 9px !important;
      padding: 0 !important;

      li {
        border: 1px solid $white;
        width: 46px;
        height: 46px;
        padding: 0 !important;
        margin: 0 -1px -1px 0 !important;

        &:hover {
          .boost-pfs-filter-option-swatch-image {
            border: 0 !important;
          }
        }

        &.selected {
          background-color: $white;

          .boost-pfs-filter-option-swatch-image {
            border: 0 !important;
          }
        }

        .boost-pfs-filter-option-swatch-image {
          width: 22px;
          height: 22px;
          box-shadow: none;
          padding: 0;
          margin: 10px 0 0 11px;
          border: 0 !important;

          &:before {
            display: none !important;
          }
        }
      }
    }

    .boost-pfs-filter-option-content-inner ul.boost-pfs-filter-option-item-list-box {
      margin: 17px 0 7px !important;
      padding: 0 !important;

      li {
        display: inline-block;
        vertical-align: top;
        float: none !important;
        min-width: 10px;
        width: auto !important;
        margin: 0 -1px -1px 0 !important;
        padding: 0 !important;


        &.selected {


          >button {
            background-color: $white;

            span {
              color: $black !important;

            }
          }
        }
      }

      .boost-pfs-filter-option-item>button {
        display: inline-block;
        vertical-align: top;
        min-width: 48px;
        height: 47px;
        padding-left: 6px;
        padding-right: 6px;
        border-color: $white !important;
      }

      .boost-pfs-filter-option-value {
        font-size: 12px;
        line-height: 46px;
        font-family: $font-header;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 500;
      }
    }

    .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list {

      li .boost-pfs-check-box {
        background-image: url("//metalumbrella.com/cdn/shop/t/129/assets/arrow-filter.svg?v=99577201354048349871695243324");
        background-position: 50%;
        background-repeat: no-repeat;
        border: 0;
        width: 15px;
        height: 11px;
        left: -26px;
        top: 6px;
        opacity: 0;

        &:before {
          display: none !important;
        }
      }

      li.selected {
        .boost-pfs-check-box {
          opacity: 1;
        }
      }
    }
  }

  .boost-pfs-filter-tree-v {
    .boost-pfs-filter-option {
      border: 0;
      padding: 20px 0 6px;
    }
  }


  .boost-pfs-filter-refine-by-wrapper-v {
    margin: 10px -59px 0;

    .boost-pfs-filter-refine-by {
      margin: 0;
      padding: 0;
      border: 0;

      .boost-pfs-filter-option-title {
        h3 {
          display: none !important;
        }

        .boost-pfs-filter-button {
          display: block;
          float: none !important;
          width: 100%;
          padding: 15px !important;
          text-align: center;
          background-color: #1F1F1F;
          font-size: 14px;
          font-family: $font-body;
          color: rgba($white,.7);
        }
      }

      .boost-pfs-filter-refine-by-items {
        display: none !important;
      }
    }
  }

  @include media-query($medium-up) {
    .boost-pfs-filter-left-col {
      transition: all 0.3s ease;
      position: fixed;
      top: 0;
      right: -100%;
      float: none;
      width: 382px;
      z-index: 10000;
      background-color: $black;
      color: $white;
      height: 100vh;
      padding: 113px 59px 70px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;

      .boost-pfs-filter-tree {
        max-height: 85vh;
        overflow: auto;
        margin: 0 -26px;
        padding: 0 26px;
      }
    }
  }

  @include media-query($small) {
    .boost-pfs-filter__filter-opener,
    .boost-pfs-filter__title {
      display: none !important;
    }


  }
}

.filter-active {
  .boost-pfs-filter-wrapper {

    .boost-pfs-filter-left-col {

      right: 0;

    }
  }
}


.breadcrumb {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  font-family: $font-header;
  color: $black;
  text-decoration: none;


  a {
    font-weight: 400;
    opacity: .5;
    text-decoration: none;
  }

  span {
    opacity: 1;
  }

  span[aria-hidden="true"] {
    opacity: .5;
    margin: 0 11px;
  }

  @include media-query($small) {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 19px;

    span[aria-hidden="true"] {
      margin: 0 13px;
    }
  }
}


.filter-opener {
  position: absolute;
  right: 144px;
  top: 2px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  font-family: $font-header;
  color: $black;
  padding: 3px 5px 3px 18px;
  margin: 0;
  border: 0;
  background: none;
  letter-spacing: 0;
  z-index: 10;

  &:before,
  &:after {
    position: absolute;
    content: '';
    background-color: $black;
  }

  &:before {
    top: 7px;
    left: 5px;
    width: 1px;
    height: 11px;
  }
  &:after {
    top: 12px;
    left: 0;
    width: 11px;
    height: 1px;
  }

  @include media-query($small) {
    display: none;
  }
}

.boost-pfs-product-item-tooltip,
.boost-pfs-action-list-wrapper {
  display: none !important;
}


#shopify-section-collection-template-boost-pfs-filter + .collection-banner {
  display: none;
}

.collection-banner {
  width: 25%;
  max-width: 310px;
  background-color: $blue-00;
  color: $white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 57px 40px;
  order: 9999;

  @media only screen and (max-width: 1199px) {
    width: calc(33.3333% - 40px);
  }

  @include media-query($medium-down) {
    min-height: 436px;
    width: calc(50% - 59px);
    max-width: 50%;
  }

  @include media-query($small) {
    min-height: 271px;
    width: calc(50% - 15px);
    max-width: 50%;
    margin: 0 0 57px 15px;
  }
}

.collection-banner__holder {
  font-size: 16px;
  line-height: 23px;
  font-family: $font-header;
  padding-top: 20px;
  padding-bottom: 54px;

  @include media-query($small) {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 5px 34px;
  }
}

.collection-banner__content {
  max-width: 240px;
  margin: 0 auto 47px;

  @include media-query($small) {
    margin-bottom: 29px;
  }
}

.collection-banner__image {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 -6px;

  @include media-query($small) {
    max-width: 92px;
    margin-bottom: -1px;
  }
}

.collection-banner__btn {
  color: $white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 4px 2px 2px;

  &:visited {
    color: $white;
  }

  svg {
    margin: 0 0 0 10px;

    path {
      fill: $white;
    }
  }

  &:hover {
    svg {
      margin: -3px 0 3px 15px;
    }
  }

  &:focus {
    border-color: $blue-2f;

    svg {
      margin-left: 8px;
    }
  }
}

.boost-pfs-filter-product-bottom__wrap {
  padding-right: 3px;
}

span.boost-pfs-filter-option-swatch-image[title="Black"] {
  box-shadow: 0 0 0 1px $gray-76 !important;
}

// Main
.template-article {

  .main-content {
    padding-top: 0;
    @include media-query($small) {
      padding-bottom: 30px;
    }
  }
}

.page-width--article {
  padding: 0 23px;
  max-width: 1440px;
  overflow: hidden;
  @include media-query($medium-up) {
    padding: 0 30px;
  }
  @include media-query($large-up) {
    padding: 0 80px;
    overflow: visible;
  }
}

// Article banner
.article-banner {
  position: relative;
  height: 541px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    height: 336px;
  }
  @include media-query($large-up) {
    height: 656px;
  }
}

.article-banner__text-box {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: $white;
  font-family: $font-header;
}

.article-banner__subheading {
  margin: 0 0 16px;
  font-size: $font-size-base;
  font-weight: bold;
  text-transform: uppercase;
  @include media-query($medium-up) {
    margin: 0 0 20px;
  }
  @include media-query($large-up) {
    margin: 0 0 22px;
    letter-spacing: 0.02em;
  }
}

.article-banner__heading {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    font-size: 32px;
  }
  @include media-query($large-up) {
    font-size: 61px;
    letter-spacing: 0.025em;
  }
}

// Article text block
.article-text-block {
  padding: 50px 0 30px;
  background: $white;
  @include media-query($medium-up) {
    padding: 78px 0 30px;
  }
  @include media-query($large-up) {
    padding: 114px 0 80px;
  }
  &.article-text-block--alt {
    padding: 34px 0 26px;
    @include media-query($medium-up) {
      padding: 34px 0 40px;
    }
    @include media-query($large-up) {
      padding: 90px 0 80px;
    }

    .page-width {
      @include media-query($small) {
        padding: 0 28px;
      }
    }

    .article-text-block__heading {
      margin: 0 0 23px;
      font-size: $font-h3-size;
      font-family: $font-header;
      font-weight: 700;
      letter-spacing: 0;
      @include media-query($medium-up) {
        margin: 0 0 10px;
        font-size: $font-h4-size;
      }
    }

    .article-text-block__text-box {
      font-family: $font-body;
      font-size: $font-size-base;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: -0.005em;
      @include media-query($medium-up) {
        font-size: $font-size-base - 2;
        line-height: 1.43;
        letter-spacing: 0;
      }
      @include media-query($large-up) {
        line-height: 1.65;
        font-weight: 300;
      }
    }
  }

  .page-width {
    padding: 0 23px 0 35px;
    @include media-query($medium-up) {
      padding: 0 80px;
    }
  }
}

.article-text-block__content {
  max-width: 820px;
  margin: 0 auto;
}

.article-text-block__heading {
  margin: 0 0 20px;
  font: 400 12px/1.52 $font-body;
  letter-spacing: 0.03em;
  @include media-query($medium-up) {
    margin: 0 0 22px;
  }
  @include media-query($large-up) {
    margin: 0 0 30px;
  }
}

.article-text-block__text-box {
  font: 500 18px/1.33 $font-header;
  @include media-query($large-up) {
    font-size: 24px;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

// Article shoppable product
.article-shoppable-product {
  position: relative;
  padding: 32px 0;
  background: $white;
  @include media-query($widescreen) {
    padding: 54px 0;
  }

  .page-width {
    @include media-query($small) {
      padding: 0 20px;
    }
  }

  .shoppable-product-list {
    margin: 0 0 40px;
    @include media-query($medium-up) {
      margin: 32px 0 0;
    }
    @include media-query($widescreen) {
      margin: 54px 0 0;
    }
  }
}

.article-shoppable-product__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  @include media-query($large-up) {
    margin: 0 -38px;
  }
}

.article-shoppable-product__col {
  width: 100%;
  @include media-query($medium-up) {
    width: 50%;
  }
  @include media-query($widescreen) {
    padding: 0 38px;
  }
}

.article-shoppable-product__img {
  position: relative;
  display: block;
  margin: 0 0 47px;
  padding: 100% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    margin: 0;
    padding: 94% 0 0;
  }
}

.article-shoppable-product__content {
  display: none;
  @include media-query($medium-up) {
    display: block;
    margin: 34px 0 0;
  }
  @include media-query($large-up) {
    margin: 0 0 26px;
    padding: 0 18px;
  }
  &.article-shoppable-product__content--mobile {
    display: block;
    padding: 0 23px;
    @include media-query($medium-up) {
      display: none;
    }
  }
}

.article-shoppable-product__heading {
  font-size: $font-h2-size - 8;
  letter-spacing: 0.04em;
  line-height: 1.416;
  @include media-query($medium-up) {
    margin: 0 0 29px;
    padding: 0 0 0 50px;
    font-size: $font-h2-size - 12;
    line-height: 1.3;
    letter-spacing: 0;
  }
  @include media-query($large-up) {
    font-size: $font-h2-size;
    line-height: 1.41;
    letter-spacing: 0.04em;
  }
  @include media-query($widescreen) {
    margin: 0 0 39px;
    padding: 0;
  }
}

.article-shoppable-product__text-row {
  display: flex;
}

.article-shoppable-product__icon {
  max-width: 73px;
  margin: 0 2px 0 -23px;
  flex-shrink: 0;
  @include media-query($medium-up) {
    max-width: 100%;
    margin: 0 2px 0 0;
  }
  @include media-query($large-up) {
    margin: -15px 20px 0 0;
  }

  img {
    display: block;
  }
}

.article-shoppable-product__text-box {
  font-size: $font-size-base;
  line-height: 1.5;
  @include media-query($medium-up) {
    font-size: $font-size-base - 2;
    line-height: 1.43;
  }
  @include media-query($large-up) {
    font-size: $font-size-base + 4;
    line-height: 1.7;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }
}

// Article shoppable banner.
.shoppable-banner {
  padding: 34px 0 40px;
  padding: 34px 0 0;
  @include media-query($medium-up) {
    padding: 47px 0 65px;
    padding: 47px 0 0;
  }
  @include media-query($large-up) {
    padding: 56px 0 112px;
    padding: 56px 0 0;
  }
}

.shoppable-banner__container {
  position: relative;
  background: $white;
}

.shoppable-banner__img {
  position: relative;
  height: 170px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    height: 360px;
  }
  @include media-query($large-up) {
    height: 650px;
  }
}

// Article shoppable product list
.shoppable-collection__container {
  position: relative;

  padding-top: 40px;
  @include media-query($medium-up) {
    padding-top: 65px;
  }
  @include media-query($large-up) {
    padding-top: 112px;
  }
}
.shoppable-collection {
  position: relative;
  z-index: 5;

  &.shoppable-collection--alt {
    position: relative;
    padding: 25px 0 50px;
    background: $white;
    @include media-query($medium-up) {
      padding: 36px 0 50px;
    }
    @include media-query($large-up) {
      padding: 46px 0 50px;
    }

    .shoppable-collection__col {
      &:first-child {

        .shoppable-collection__img {
          margin: 0 0 20px;
          @include media-query($medium-up) {
            margin: 0 0 33px;
          }
          @include media-query($large-up) {
            margin: 0 0 54px;
          }
        }
      }
    }

    .shoppable-collection__img--left {
      margin-bottom: 30px;
    }
  }
}

.shoppable-collection__description-mobile {
  padding: 0 20px;
  @include media-query($medium-up) {
    display: none;
  }
}

.shoppable-collection__text-box {
  max-width: 480px;
  margin: 0 0 22px;
  line-height: 1.45;
  font-size: $font-size-base - 2;
  @include media-query($medium-up) {
    margin: 0 0 25px;
  }
  @include media-query($large-up) {
    margin: 0 0 34px;
  }

  p {
    &:last-child {
      margin: 0;
    }
  }

  .shoppable-collection__description-mobile & {
    max-width: 100%;
  }
}

.shoppable-collection__btn {
  min-width: 176px;
}

.shoppable-product-list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: block;
  height: 0;
  padding: 63px 0;
  background: $gray-f4;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
  @include media-query($small) {
    padding: 41px 0;
  }
  &.js-slide-open {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .page-width {
    position: relative;
  }

  .shoppable-collection & {
    margin: 30px 0;
    @include media-query($medium-up) {
      margin: 50px 0 70px;
    }
    @include media-query($large-up) {
      margin: 100px 0 80px;
    }
  }
}

.shoppable-product-list__title {
  @include media-query($small) {
    font-size: $font-h3-size - 4;
  }
  @include media-query($medium-up) {
    text-align: center;
  }
}

.shoppable-product-list__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;

  .featured-product__image--hover {
    background-color: transparent;
  }
}

.shoppable-product-list__item {
  width: 50%;
  @include media-query($large-up) {
    width: 25%;
  }

  .featured-product__holder {

    .wk-button-collection {
      background: transparent;
    }
  }
}

.shoppable-product-list__opener {
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  padding: 0;
  background: $white;
  border: none;
  border-radius: 100%;
  outline: none;
  @include media-query($medium-up) {
    right: 16px;
    bottom: 16px;
    width: 51px;
    height: 51px;
  }
  @include media-query($large-up) {
    right: 24px;
    bottom: 31px;
    width: 66px;
    height: 66px;
  }
  &:hover,
  &:focus {
    outline: none;
  }
  &.active {

    .shoppable-product-list__closer-ico {
      display: inline-block;
    }

    svg {
      display: none;
    }
  }

  svg {
    width: 14px;
    height: auto;
    @include media-query($large-up) {
      width: 17px;
    }
  }

  .shoppable-collection & {
    @include media-query($small) {
      right: 20px;
      bottom: 23px;
    }
    @include media-query($large-up) {
      width: 81px;
      height: 81px;
      right: 28px;
    }

    svg {
      @include media-query($large-up) {
        width: 21px;
      }
    }
  }
}

.shoppable-product-list__closer-ico {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  @include media-query($large-up) {
    width: 40px;
    height: 40px;
  }
  &:before,
  &:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22%;
    right: 22%;
    height: 1px;
    background: $black;
    transform: rotate(45deg);
    z-index: 5;
  }
  &:after {
    transform: rotate(-45deg);
  }
}

.shoppable-product-list__closer {
  position: absolute;
  top: 0;
  right: 20px;
  @include media-query($medium-up) {
    top: 4px;
    right: 30px;
  }
  @include media-query($large-up) {
    right: 76px;
  }

  svg {

    path {
      stroke: $black;
    }
  }
}

// Shoppable collection
.shoppable-collection__title {
  position: sticky;
  top: 150px;
  left: 0;
  z-index: -1;
  margin: 0 auto 42px;
  padding-top: 44px;
  padding-left: 16px;
  color: transparent;
  font-size: 35px;
  line-height: 1.23;
  font-weight: bold;
  letter-spacing: 0.025em;
  opacity: 0.8;
  -webkit-text-stroke: 1px $blue-00;
  text-transform: uppercase;
  max-height: 146px;

  @include media-query($medium-down) {
    transform: none !important;
  }
  @include media-query($medium-up) {
    margin: 0 auto 32px;
    padding-top: 4px;
    padding-left: 48px;
    font-size: 68px;
  }
  @include media-query($large-up) {
    position: relative;
    top: 0;
    margin: 0 auto;
    padding-top: 44px;
    padding-left: 80px;
    font-size: 106px;
  }
  @include media-query($widescreen) {
    padding-left: 162px;
    padding-top: 0;
    font-size: 128px;
    line-height: 1.23;
    max-height: 303px;
  }

  span {
    display: flex;
    justify-content: flex-end;
  }
}

.shoppable-collection__row {
  display: none;
  @include media-query($medium-up) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -34px;
  }
  @include media-query($large-up) {
    margin: 0 -60px;
  }
}

.shoppable-collection__col {
  width: 50%;
  @include media-query($medium-up) {
    margin: 0 0 20px;
    padding: 0 34px;
  }
  @include media-query($large-up) {
    margin: 0;
    padding: 0 60px;
  }
  &:nth-child(even) {
    position: relative;
    @include media-query($medium-up) {
      padding: 70px 34px 0;
    }
    @include media-query($large-up) {
      bottom: -30px;
      padding: 140px 60px 0;
    }
  }
}

.shoppable-collection__img {
  position: relative;
  padding: 94.8% 0 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    padding: 125.8% 0 0;
  }
  &.shoppable-collection__img--left {
    display: none;
    @include media-query($small) {
      display: block;
      margin: 0 74px 20px 20px;
    }
  }
  &.shoppable-collection__img--right {
    display: none;
    @include media-query($small) {
    display: block;
      margin: 0 20px 20px 74px;
    }
  }
}

// Article quote block
.article-quote-block {
  padding: 58px 0 40px;
  background: $white;
  @include media-query($medium-up) {
    padding: 120px 0 40px;
  }
  @include media-query($large-up) {
    padding: 165px 0 50px;
  }

  .page-width {
    @include media-query($small) {
      padding: 0 23px 0 34px;
    }
  }
}

.article-quote-block__text {
  max-width: 608px;
  margin: 0 auto;
  font-family: $font-header;
  font-size: $font-size-base + 2;
  font-weight: 500;
  line-height: 1.34;
  @include media-query($large-up) {
    max-width: 820px;
    font-size: $font-size-base + 8;
  }
}

// Video block
.article-video-block {
  padding: 72px 0 30px;
  background: $white;
  @include media-query($medium-up) {
    padding: 50px 0 40px;
  }
  @include media-query($large-up) {
    padding: 68px 0 40px;
  }

  .page-width {
    @include media-query($large-up) {
      padding: 0 86px;
    }
    @include media-query($small) {
      padding: 0;
    }
  }
}

.article-video-block__wrapper {

  iframe,
  video {
    display: block;
  }
}

.fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;

  iframe,
  video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
  }
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background: $white;
  border-radius: 100%;
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%);
  @include media-query($medium-up) {
    width: 60px;
    height: 60px;
  }
  @include media-query($large-up) {
    width: 108px;
    height: 108px;
  }

  svg {
    width: 10px;
    height: auto;
    margin: 0 0 0 2px;
    @include media-query($medium-up) {
      width: 12px;
      margin: 0;
    }
    @include media-query($large-up) {
      width: 20px;
      margin: 0 0 0 4px;
    }
  }

  .playing & {
    opacity: 0;
  }

  .paused & {
    opacity: 1;
  }
}

.article-video-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;

  .playing & {
    opacity: 0;
    pointer-events: none;
  }

  .paused & {
    opacity: 1;
  }
}

// Article collage
.article-collage {
  position: relative;
  background: $white;

  .page-width {
    position: relative;
    max-width: 1440px;
    height: 100%;
    padding: 0;
  }
}

.article-collage__marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  .marquee {
    top: 54px;
    font-size: 26px;
    letter-spacing: 0.05em;
    @media only screen and (min-width: 480px){
      top: 4px;
    }
    @include media-query($medium-up) {
      top: 45px;
    }
    @include media-query($large-up) {
      top: 164px;
      font-size: 48px;
    }

    > div {
      padding: 10px 0;
    }

    span {
      display: inline-flex !important;
    }
  }
}

.article-collage__marquee-stroke {
  color: transparent;
  -webkit-text-stroke: 1px $blue-00;
}

.article-collage__marquee-fill {
  color: $blue-00;
  -webkit-text-stroke: 0;
}

.article-collage__container {
  padding: 152px 0 0;
  overflow: hidden;
  @include media-query($medium-up) {
    padding: 162px 0 0;
  }
  @include media-query($large-up) {
    padding: 364px 0 0;
  }
}

.article-collage__content {
  position: relative;
  height: 92.55vw;
  max-height: 664px;
  background: $blue-00;
  @include media-query($medium-up) {
    height: 46.2vw;
  }
}

.article-collage__bg-icon {
  top: 39%;
  left: 69.3%;
  transform: translate(-50%, -50%);
  @media only screen and (min-width: 480px){
    left: 56.3%;
  }
  @include media-query($medium-up) {
    top: 65.4%;
    left: 43.5%;
    width: 298px;
  }
  @include media-query($large-up) {
    top: 46%;
    width: 540px;
  }
}

.article-collage__bg-inner {

  text {
    font-size: 14px;
    stroke: $white;
    stroke-width: 0.3px;
    @include media-query($medium-up) {
      font-size: 14px;
      stroke-width: 0.3px;
    }
    @include media-query($large-up) {
      font-size: 15px;
      stroke-width: 0.4px;
    }
  }
}

.article-collage__img {
  position: absolute;
  width: 100%;
  &.article-collage__img--first {
    top: -31.5%;
    left: -67px;
    width: 48.5vw;
    max-width: 539px;
    @media only screen and (min-width: 480px){
      top: -21.5%;
    }
    @include media-query($medium-up) {
      top: -39.4%;
      left: -86px;
      width: 37.5vw;
    }
    @include media-query($large-up) {
      left: -162px;
    }

    > div {
      padding-top: 73.65%;
      @include media-query($medium-up) {
        padding-top: 68.65%;
      }
    }
  }
  &.article-collage__img--second {
    bottom: 33%;
    left: 26px;
    width: 40vw;
    max-width: 341px;
    @media only screen and (min-width: 480px){
      bottom: 14%;
    }
    @include media-query($medium-up) {
      top: 100px;
      bottom: auto;
      left: 38px;
      width: 23.7vw;
    }
    @include media-query($large-up) {
      top: 186px;
      left: 72px;
    }

    > div {
      padding-top: 115.55%;
    }
  }
  &.article-collage__img--third {
    bottom: 40px;
    right: 60px;
    width: 28.3vw;
    max-width: 315px;
    @include media-query($medium-up) {
      top: -30px;
      left: 51.4%;
      right: auto;
      width: 21.88vw;
      transform: translateX(-50%);
    }
    @include media-query($large-up) {
      top: -56px;
    }

    > div {
      padding-top: 152.4%;
    }
  }
  &.article-collage__img--fourth {
    right: -40px;
    top: -17%;
    width: 48.3vw;
    max-width: 552px;
    @include media-query($medium-up) {
      top: -19%;
      right: -78px;
      width: 38.34vw;
    }
    @include media-query($large-up) {
      right: -146px;
    }

    > div {
      padding-top: 98.9%;
      @include media-query($medium-up) {
        padding-top: 117.22%;
      }
    }
  }

  > div {
    padding: 100% 0 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

// Article bottom banner
.article-bottom-banner {
  margin-bottom: -107px;
  @include media-query($small) {
    height: 421px;
    margin-bottom: -30px;
  }
  @include media-query($medium) {
    height: 485px;
    margin-bottom: -71px;
  }

  .page-width {
    padding: 0 26px;
    @include media-query($medium-up) {
      padding: 0 62px;
    }
    @include media-query($large-up) {
      padding: 0 26px;
    }
  }

  .full-width-banner__text-box {
    max-width: 600px;
    @include media-query($medium-up) {
      padding: 58px 0 0;
    }
    @include media-query($large-up) {
      padding: 52px 0 0;
    }
  }

  .full-width-banner__subheading {
    letter-spacing: 0.02em;
    @include media-query($medium-up) {
      font-size: $font-h4-size - 2;
    }
    @include media-query($large-up) {
      margin: 0 0 30px;
    }
  }

  .full-width-banner__heading {
    @include media-query($small) {
      margin: 0 0 14px;
    }
    @include media-query($large-up) {
      margin: 0 0 30px;
    }
  }
  .btn {
    min-width: 210px;
  }
}

// Article social networks
.article-social-networks {
  padding: 52px 0 58px;
  @include media-query($medium-up) {
    padding: 56px 0;
  }
  @include media-query($large-up) {
    padding: 62px 0 68px;
  }

  .social-networks__link {
    color: $black;
  }

  .social-networks__item {
    &:last-child {
      margin-right: 4px;
    }
  }
}

.article-social-networks__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.article-social-networks__title {
  @include media-query($small) {
    margin: 0 0 28px;
    font-size: $font-h4-size - 2;
  }
}

// Article rte
.article {

  .page-width {
    max-width: 860px;
    @include media-query($medium) {
      padding: 0 80px;
    }
  }

  .article-social-networks {
    padding: 48px 0 30px;
    @include media-query($medium-up) {
      padding: 106px 0 42px;
    }
    @include media-query($large-up) {
      padding: 57px 0 68px;
    }
  }

  .article-social-networks__holder {
    @include media-query($large-up) {
      align-items: flex-start;
      text-align: left;
    }
  }
}

.article__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
  @include media-query($medium-up) {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 0;
  }
  @include media-query($large-up) {
    line-height: 1.65;
  }
  &.rte {

    h2,
    .h2 {
      margin: 0 0 27px;
      font-size: 24px;
      letter-spacing: 0;
      @include media-query($medium-up) {
        margin: 0 0 22px;
        font-size: 20px;
      }
      @include media-query($large-up) {
        margin: 0 0 16px;
        font-size: 32px;
      }
    }

    h3:not(:first-child),
    .h3:not(:first-child),
    h4:not(:first-child),
    .h4:not(:first-child) {
      margin: 0 0 10px;
      @include media-query($medium-up) {
        margin: 0 0 14px;
      }
      @include media-query($large-up) {
        margin: 0 0 10px;
      }
    }

    h3,
    .h3,
    h4,
    .h4 {
      margin: 0 0 9px;
      font-size: 16px;
      letter-spacing: 0;
      @include media-query($medium-up) {
        margin: 0 0 14px;
        font-size: 16px;
      }
      @include media-query($large-up) {
        margin: 0 0 30px;
        font-size: 18px;
      }
    }

    p {
      letter-spacing: 0;
    }

    p + h4,
    p + h3 {
      @include media-query($small) {
        padding-top: 20px;
      }
      @include media-query($medium) {
        padding-top: 24px;
      }
      @include media-query($large-up) {
        padding-top: 30px;
      }
    }

    p img {
      max-width: initial;
      width: calc(100vw - 34px);
      margin: 37px -12px 41px;
      @include media-query($medium-up) {
        max-width: 796px;
        width: calc(100vw - 60px);
        margin: 24px -48px;
      }
      @include media-query($large-up) {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 56px;
      }
    }

    .rte__video-wrapper {
      max-width: initial;
      width: 100vw;
      margin: 51px -30px 67px;
      padding-bottom: 67.25%;
      @include media-query($medium-up) {
        max-width: 796px;
        width: calc(100vw - 60px);
        margin: 70px -48px 58px;
        padding-bottom: 65.25%;
      }
      @include media-query($large-up) {
        width: 100%;
        max-width: 100%;
        margin: 92px 0 82px;
        padding-bottom: 56.25%;
      }
    }

    ul {
      @include media-query($large-up) {
        padding: 12px 0 0;
      }
      &:last-child {
        margin: 0;
      }

      li {
        position: relative;
        margin: 0 0 30px;
        @include media-query($medium-up) {
          margin: 0 0 24px;
        }
        @include media-query($large-up) {
          margin: 0 0 21px;
        }
        &:last-child {
          margin: 0;
        }
        &::before {
          position: absolute;
          top: -1px;
          left: -2px;
          width: 6px;
          height: 6px;
          border-radius: 0;
          @include media-query($medium-up) {
            top: -2px;
          }
        }

        span {
          display: inline-block;
          padding: 0 0 0 25px;
        }
      }
    }
  }
}

.article__collection {
  display: flex;
  flex-wrap: wrap;
  @include media-query($large-up) {
    margin-left: -40px;
  }
}

.article__img {
  height: 387px;
  margin: 0 0 46px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    height: 336px;
    margin: 0 0 22px;
  }
  @include media-query($large-up) {
    height: 473px;
    margin: 0 0 54px;
  }
}

.article__header {
  margin: 0 0 48px;
  text-align: center;
  @include media-query($medium-up) {
    margin: 0 0 76px;
  }
  @include media-query($large-up) {
    margin: 0 0 56px;
  }
}

.article__subtitle {
  margin: 0 0 18px;
  font-size: 16px;
  @include media-query($medium-up) {
    margin: 0 0 24px;
    font-size: 12px;
  }
  @include media-query($large-up) {
    margin: 0 0 20px;
    font-size: 14px;
  }
}

.article__title {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 12px;
    font-size: 32px;
  }
  @include media-query($large-up) {
    margin: 0 0 16px;
    font-size: 40px;
    letter-spacing: 0.025em;
  }
}

.article__post-date {
  font-size: $font-size-base - 4;
  opacity: 0.5;
  letter-spacing: 0.03em;
}

.template-blog {

  .main-content {
    padding-top: 45px;
    padding-bottom: 86px;
    @include media-query($medium-up) {
      padding-top: 58px;
      padding-bottom: 88px;
    }
    @include media-query($large-up) {
      padding-top: 134px;
      padding-bottom: 206px;
    }
  }
}

.blog {

  .page-width {
    max-width: 1284px;
    padding: 0 24px;
    @include media-query($medium-up) {
      padding: 0 30px;
    }
  }
}

.blog__title {
  margin: 0 0 35px;
  font-size: 40px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    max-width: 50%;
    margin: 0;
    padding: 0 0 50px;
    font-size: 32px;
  }
  @include media-query($large-up) {
    padding: 0 0 62px;
    font-size: 60px;
    letter-spacing: 0.025em;
  }
}

.blog__row-holder {
  margin: 0 0 -38px;
  @include media-query($medium-up) {
    margin: 0 0 -90px;
  }
  @include media-query($large-up) {
    margin: 0 0 -96px;
  }
}

.blog__row {
  display: flex;
  flex-wrap: wrap;
  @include media-query($medium-up) {
    margin: 0 -25px;
  }
  @include media-query($large-up) {
    margin: 0 -51px;
  }
}

.blog__col {
  @include media-query($medium-up) {
    width: 50%;
    padding: 0 25px;
  }
  @include media-query($large-up) {
    padding: 0 51px;
  }
  &:nth-child(even) {
    @include media-query($medium-up){
      margin-top: calc(var(--blog-title-height) * -1);
    }
    @include media-query($large-up){
      margin-top: calc(var(--blog-title-height) * -1);
    }
  }
}

.blog__item {
  margin: 0 0 38px;
  @include media-query($medium-up) {
    margin: 0 0 90px;
  }
  @include media-query($large-up) {
    margin: 0 0 96px;
  }

  .rte {
    margin: 0 0 28px;
    letter-spacing: -0.005em;
    @include media-query($medium-up) {
      line-height: 1.5;
    }
    @include media-query($large-up) {
      margin: 0 0 18px;
      line-height: 1.3;
      letter-spacing: 0;
    }

    p {
      &:last-child {
        margin: 0;
      }
    }
  }
}

.blog__item-title {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: 0;
  @include media-query($medium-up) {
    margin: 0 0 16px;
    font-size: 20px;
  }
  @include media-query($large-up) {
    margin: 0 0 8px;
    font-size: 32px;
    letter-spacing: 0.025em;
  }
}

.blog__item-img {
  display: block;
  height: 325px;
  margin: 0 0 25px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  @include media-query($medium-up) {
    margin: 0 0 24px;
  }
  @include media-query($large-up) {
    height: 676px;
    margin: 0 0 30px;
  }
}

.blog__item-link {
  font-family: $font-header;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 4px 2px 2px;

  svg {
    width: 11px;
    height: auto;
    margin: 0 0 0 8px;
  }

  &:hover {
    color: $black;

    svg {
      margin: -3px 0 3px 15px;
    }
  }

  &:focus {
    border-color: $blue-2f;

    svg {
      margin-left: 8px;
    }
  }
}

#stamped-main-widget {
  margin: 0 !important;

  @include media-query($medium-down) {
    max-width: 606px !important;
    margin: 0 auto !important;
  }
}

.stamped-badge {
  display: flex !important;
  align-items: center;
}

.stamped-summary-ratings {
  display: none !important;
}

.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
  color: $black !important;
}

.fa-star-half-o,
.fa-star-o,
.fa-star,
.stamped-fa-star-half-o,
.stamped-fa-star-o,
.stamped-fa-star {
  &:before {
    font-size: 15px !important;
  }
}

.stamped-main-badge {
  margin: 0 0 15px !important;

  @include media-query($medium-down) {
    margin: 0 0 17px !important;
  }
}

.stamped-badge-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 0 5px !important;
}

.stamped-summary-caption {
  .stamped-summary-text {
    margin: 0 0 0 20px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-family: $font-body !important;
  }
}

.summary-overview {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 0 38px !important;
  float: none !important; 

  @include media-query($medium-down) {
    margin-bottom: 23px !important;
  }

  @include media-query($small) {
    margin-bottom: 28px !important;
  }
}

#stamped-main-widget {
  &[data-is-scrollable="false"] {
    .stamped-photos-carousel-btn-left,
    .stamped-photos-carousel-btn-right {
      @include media-query($medium-up) {
        display: none !important;
      }
    }
  }
  &[data-is-scrollable-mobile="false"] {
    .stamped-photos-carousel-btn-left,
    .stamped-photos-carousel-btn-right {
      @include media-query($small) {
        display: none !important;
      }
    }
  }
}

.stamped-photos-carousel {
  display: flex;
  justify-content: center;
}

.stamped-photos-carousel > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  width: calc(55px * 8 + .5rem * 7);
  @include media-query($small) {
    width: calc(55px * 4 + .5rem * 3);
  }
}

@include media-query($small) {
  .stamped-photos-carousel > div {
    flex-wrap: wrap;
  }
}

.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo {
  width: 140px;
  height: 140px;
  margin: 0;
  padding: 0;
}

.stamped-summary {
  .stamped-summary-photos {
    .stamped-photos-carousel {
      .photo.stamped-photo {
        display: block !important;
      }
      @include media-query($medium-up) {
        .photo.stamped-photo:nth-child(n+25) {
          display: none !important;
        }
      }
      @include media-query($small) {
        .photo.stamped-photo:nth-child(n+13) {
          display: none !important;
        }
      }
      .photo.stamped-photo:nth-child(8) {
        a::after,
        a::before {
          display: none;
        }
      }
    }
  }
}

.stamped-summary {
  .stamped-summary-photos-container {
    overflow: visible !important;
    .stamped-photos-carousel-btn-left,
    .stamped-photos-carousel-btn-right {
      display: block !important;
    }
  }
}

[data-widget-type=minimal] .summary-overview {
  display: flex !important;
  align-items: center !important;
}

.stamped-summary-actions-newreview,
#stamped-button-submit {
  @include prefix('user-select', 'none', moz ms webkit spec);
  @include prefix(appearance, none, webkit moz spec);
  display: inline-block;
  width: auto !important;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 14px 10px !important;
  min-width: 224px;
  max-width: 360px;
  margin: 0 !important;
  border: 1px solid $black !important;
  box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0 $black;
  position: relative;
  font-size: 10px !important;
  font-family: $font-header;
  font-weight: 700 !important;
  line-height: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-radius: 0 !important;
  float: none !important;

  color: $white !important;
  background-color: $black !important;

  &:before {
    position: absolute;
    top: 2px;
    right: -7px;
    content: '' !important;
    width: 6px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:after {
    position: absolute;
    bottom: -3px;
    left: -1px;
    content: '' !important;
    width: 6px;
    height: 1px;
    background-color: $black;
    transform: rotate(45deg);
  }

  &:focus {
    background: $white;
    outline: none;
    color: $black;
  }

  &:hover {
    box-shadow: none;
    color: $white;
    background-color: $black !important;
    opacity: 1 !important;

    &:after,
    &:before {
      display: none;
    }
  }

  &:active {
    color: $black;
    background: $gray-ea;

    &:before {
      display: none !important;
    }
  }
}

div[data-widget-style*=standard] .stamped-header {
  display: flex;
  justify-content: center;
}

.product__reviews--wrapper {
  padding: 25px 0 105px;
  background: $gray-f4;

  div[data-widget-style*=standard] {
    .stamped-summary-actions {
      float: none !important;
      text-align: center !important;
    }
  }

  div.stamped-container[data-widget-style],
  div[data-widget-style] div.stamped-container {
    margin: 0 !important;
  }

  .reviews__heading {
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    // margin: 0 0 24px;
    margin-bottom: -160px;
  }

  [data-version="2"] .stamped-summary-caption-1 {
    display: none !important;
  }

  .stamped-badge-starrating {
    color: $black !important;
    margin: 0 8px 0 0 !important;
  }

  @include media-query($medium-down) {
    padding: 25px 0 74px;

    .reviews__heading {
      font-size: 20px;
      line-height: 27px;
    }
  }

  @include media-query($small) {
    padding-top: 44px;
    padding-bottom: 162px;

    .reviews__heading {
      font-size: 24px;
      line-height: 32px;
      // margin: 0 0 16px;
      margin-bottom: -166px;
    }

    .page-width {
      padding-left: 21px;
      padding-right: 21px;
    }
  }
}

.stamped-location-flag {
  display: none !important;
}

.stamped-messages {
  .stamped-thank-you {
    border: none !important;
  }
}

#reviewRating {
  background: transparent !important;
}

#stamped-button-submit {
  margin: 0 10px 0 0 !important;
}

.stamped-pagination {
  margin-top: 72px !important;

  li {
    margin: 0 7px 0 0 !important;
  }

  a {
    font-family: $font-header !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: .05em !important;
    font-weight: bold !important;
    border: 1px solid transparent !important;
    padding: 9px 3px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .active {
    width: 37px !important;
    height: 37px !important;

    a {
      border-color: $black !important;
    }
  }

  .stamped-link-disabled {
    display: none !important;
  }

  @include media-query($medium-down) {
    margin-top: -10px !important;
  }

  .next,
  .previous {
    a {
      width: 28px;
      height: 11px;
      background-image: url(//metalumbrella.com/cdn/shop/t/129/assets/bg-icon-next.svg?v=62975435458952393831695243324);
      background-repeat: no-repeat;
      text-indent: -9999em;
      overflow: hidden;
      padding: 0 !important;
    }
  }

  .previous {
    a {
      background-image: url(//metalumbrella.com/cdn/shop/t/129/assets/bg-icon-prev.svg?v=2142403612387266421695243324);
    }
  }
}

div[data-widget-style*=standard] {
  .summary-overview {
    .stamped-summary-starrating {
      i {
        margin: 0 -1px 0 0 !important;

        &:before {
          font-size: 24px !important;
        }
      }
    }
  }
}

.stamped-review {
  .author {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    font-family: $font-header !important;
  }

  &:last-of-type {
    border-bottom: 1px solid rgba($black, .2) !important;
  }

  @include media-query($medium-down) {
    &:first-child {
      padding-top: 19px !important;
    }
  }

  @include media-query($small) {
    &:first-child {
      padding-top: 32px !important;
    }
  }
}

.review-location {
  font-size: 12px !important;
  line-height: 19px !important;
  font-family: $font-body !important;
  font-weight: 300 !important;
  color: rgba($black, .5) !important;
}

.stamped-review-header-title {
  font-family: $font-header !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.stamped-review-content-body {
  font-family: $font-body !important;
  color: rgba(42, 50, 71, 0.8) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}

.stamped-review {
  border-color: rgba($black, .2) !important;
}

.stamped-container ul.stamped-tabs {
  border-color: rgba($black, .2) !important;
}

.stamped-review-header .created,
.stamped-review-header-byline .created {
  color: rgba($black, .5) !important;
  font-size: 14px !important;
  line-height: 23px !important;
  font-family: $font-body !important;
  font-weight: 300 !important;

  @include media-query($medium-down) {
    font-size: 12px !important;
  }
}

.stamped-reviews-filter {
  @include media-query($medium-down) {
    display: none !important;
  }

  @include media-query($small) {
    display: inline-block !important;
  }
}

div[data-widget-style*=standard] {
  .stamped-tab-container ul.stamped-tabs {
    height: 47px !important;
  }

  @include media-query($medium-down) {
    .stamped-tab-container ul.stamped-tabs {
      height: 36px !important;
    }
  }
}

div.stamped-container ul.stamped-tabs,
div.stamped-container ul.stamped-tabs li {
  min-height: 47px !important;

  @include media-query($medium-down) {
    min-height: 36px !important;
  }
}

.stamped-review-header {
  margin: 0 0 16px !important;
}

.stamped-review {
  margin: 0 0 47px !important;
}

.you-may-also-like__marquee {
  padding: 47px 0;

  .marquee {
    position: static;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .065em;
    font-family: $font-header;

    span {
      color: transparent;

      &:nth-child(2n) {
        color: $black;
      }
    }
  }

  @include media-query($medium-down) {
    padding: 76px 0 46px;

    .marquee {
      font-size: 21px;
      line-height: 25px;
    }
  }

  @include media-query($small) {
    .marquee {
      font-size: 18px;
      line-height: 21px;

      span {
        color: transparent;

        &:hover {
          color: $black;
        }
      }
    }
  }
}

// .product-gallery__marquee {
//   display: none;
// }

// .sold--page {
//   .product-gallery__marquee {
//     display: block;
//     position: absolute;
//     top: 50%;
//     left: 0;
//     transform: translateY(-50%);
//   }
// }

// .product__gallery-wrapper {
//   position: relative;
// }

// .product-gallery__marquee {
//   position: absolute;
//   top: 50%;
//   left: 0;
//   transform: translateY(-50%);
// }

.pagination {
  padding: 40px 0;
  text-align: center;

  a {
    color: $gray-97;
    font-weight: 400;
    text-decoration: none;
    &:hover {
      color: $black;
    }
  }

  span {
    padding: 0 6px;
  }
}

.page-width--cart {
  max-width: 1040px;

  @include media-query($medium-down) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    margin-bottom: -11px;
  }

  @include media-query($small) {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-bottom: -11px;
  }
}

.cart__title {
  margin-bottom: 67px;

  @include media-query($medium-down) {
    font-size: 20px;
    margin-bottom: 36px;
  }

  @include media-query($small) {
    font-size: 24px;
    margin-bottom: 29px;
  }
}

.cart__empty {
  padding-top: 133px;
  min-height: 55vh;

  @include media-query($medium-down) {
    padding-top: 77px;
  }

  @include media-query($small) {
    padding-top: 88px;
  }
}

.cart__empty--marquee {
  span {
    display: flex !important;
  }


  @include media-query($medium-up) {
    top: 151px;
    font-size: 11px;

    span {
      padding: 0 8px 0 5px;
    }
  }

  @include media-query($large-up) {
    top: 218px;
    font-size: 16px;

    span {
      padding: 0 14px;
    }
  }

  @include media-query($small) {
    top: 101px;
    font-size: 18px !important;
  }
}

.btn.cart__empty-btn {
  color: $white;
  min-width: 227px;
}

.cart__marquee-stroke {
  color: transparent;
  -webkit-text-stroke: 1px $black;
}

.cart__marquee-fill {
  color: $black;
  -webkit-text-stroke: 0;
}


.cart-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 53px;

  @include media-query($medium-down) {
    margin-bottom: 32px;
  }

  @include media-query($small) {
    margin-bottom: 39px;
  }
}


.cart-table__th {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: $font-body;
  text-align: left;
  border-bottom: 1px solid rgba($black, 0.2);
  padding: 14px 0;

  &.price--th {
    text-align: right;
    width: 20%;
    padding-right: 20px;
  }

  &.product--th {
    width: 64.3%;
  }

  @include media-query($medium-down) {
    padding: 2px 0;

    &.price--th {
      width: 16%;
      padding-right: 0;
    }

    &.product--th {
      width: 67.3%;
    }
  }
}

.cart-table__holder {
  display: flex;
  position: relative;
  padding-right: 10px;

  @include media-query($small) {
    padding-right: 0;
  }
}

.cart-table__product-image {
  width: 214px;
  min-width: 214px;
  margin: 0 17px 0 0;

  @include media-query($medium-down) {
    width: 191px;
    min-width: 191px;
    margin: 0 20px 0 0;
  }

  @include media-query($small) {
    width: 132px;
    min-width: 132px;
    margin: 0 16px 0 0;
  }
}


.cart-table__product-price-td {
  text-align: right;
  font-size: 12px;
  font-family: $font-header;
  font-weight: 600;
  color: $black;
  padding-right: 12px !important;

  @include media-query($medium-down) {
    padding-right: 0 !important;
  }
}

.cart-table__product-price-holder {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;

  @include media-query($medium-down) {
    flex-direction: column-reverse;
  }
}

.cart-table__list-item-price:not(.hide) + .cart-table__list-item-price-sale {
  color: $red-cc;
  margin-right: 16px;

  @include media-query($medium-down) {
    margin-right: 0;
  }
}

.mini-cart__item-image {
  display: block;
  width: 100%;
  height: auto;
}


.cart-table__product-title {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: $font-header;
  text-transform: uppercase;

  @include media-query($small) {
    font-size: 12px;
    line-height: 18px;
  }
}

.cart-table__product-option-holder {
  overflow: hidden;
  position: relative;
  padding-top: 1px;

  @include media-query($small) {
    padding-top: 2px;
  }
}

.cart-table__product-option {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  font-family: $font-body;
  text-transform: capitalize;
  margin: 0;

  &:before {
    display: inline-block;
    vertical-align: top;
    content: '/';
    margin: 0 -1px 0 4px;
  }

  &:first-child:before {
    display: none;
  }
}


.cart-table__product-vendor {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;

  @include media-query($small) {
    margin-bottom: 10px;
  }
}


.cart-table__frame {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;

  @include media-query($small) {
    display: block;
    position: relative;
    width: calc(100% - 148px);
  }
}

.cart-table__product-remove {
  position: absolute;
  bottom: 6px;
  font-size: 14px;
  font-family: $font-body;
  font-weight: 400;

  @include media-query($small) {
    display: none;
  }
}

.cart-table__td {
  padding: 29px 0 28px;

  @include media-query($medium-down) {
    padding: 31px 0;
  }

  @include media-query($small) {
    padding: 20px 0 31px;
  }
}









.cart__footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;

  @include media-query($small) {
    flex-direction: column-reverse;
  }
}


.cart__shipping-info {
  width: 48.5%;
  max-width: 484px;

  @include media-query($small) {
    width: 100%;
    max-width: 100%;
  }
}


.shipping-calculator__title {
  font-size: 12px;
  font-weight: 600;
  font-family: $font-header;
  margin: 3px 0 21px;

  @include media-query($medium-down) {
    letter-spacing: 0;
  }


}

.shipping-calculator__holder {
  display: flex;
  flex-wrap: wrap;

  .field {
    padding-top: 0;
    margin: 0 0 22px;

    &.input-focused {
      label {
        display: none;
      }
    }
  }

  .field:nth-child(1) {
    width: 39%;
    padding:  0 7px 0 0;
  }
  .field:nth-child(2) {
    width: 39%;
    padding: 0 7px 0 0;
  }
  .field:nth-child(3) {
    width: 22%;
  }

  .field:last-child {
    width: 100%;
  }

  label {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 32px;
    z-index: 10;
    background-color: #fff;
    pointer-events: none;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    font-family: $font-body;
    color: rgba($black,0.7);
    padding: 0 13px;
  }

  .jcf-select {
    width: 100%;
    display: block;
    height: 37px;
    border-color: $gray-d4;
    margin: 0;

    .jcf-select-text {
      font-size: 14px;
      line-height: 34px;
      font-weight: 400;
      font-family: $font-body;
      color: rgba($black,0.7);
      margin-left: 13px;
    }

  }

  input[type=text] {
    display: block;
    height: 37px;
    border:1px solid $gray-d4;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: $font-body;
    color: rgba($black,0.7);
  }

  .get-rates {
    min-width: 268px;
  }

  @include media-query($medium-down) {
    display: block;

    .field {
      width: 100% !important;
      padding: 0 !important;
      max-width: 181px;
      margin: 0 0 13px;

      &:last-child {
        max-width: 268px;
      }
    }


    input[type=text] {
      width: 104px;
    }
  }

  @include media-query($small) {
    display: flex;


    .field {
      padding: 0 !important;
      max-width: 100% !important;
      margin: 0 0 9px;

      &:last-child {
        max-width: 268px;
      }
    }

    .field:nth-child(1) {
      width: 51% !important;
      padding:  0 7px 0 0 !important;
    }
    .field:nth-child(2) {
      width: 49% !important;
    }
    .field:last-child {
      margin-top: 9px !important;
    }


    .get-rates {
      min-width: 268px;
      width: calc(100% - 5px);
    }
  }
}

.cart__footer-bottom {
  padding-top: 71px;
  padding-bottom: 20px;

  @include media-query($medium-down) {
    padding-top: 30px;
    padding-bottom: 0;
  }

  @include media-query($small) {
    text-align: center;
    padding-top: 49px;
    padding-bottom: 0;
  }
}

.cart__continue-shopping {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: $font-header;
  color: $black;

  svg {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 -1px;
  }

  &:hover {
    opacity: .7;
    color: $black;
  }
}




.cart__footer-textarea {

  textarea {
    width: 100%;
    resize: none;
    margin: 0;
    padding: 5px;
  }
}

.cart__note-label {
  font-size: 12px;
  font-weight: 600;
  font-family: $font-header;
  text-transform: uppercase;
  margin: 0 0 13px;
  display: block;
}


.cart__info {
  width: 48%;
  max-width: 358px;

  @include media-query($medium-down) {
    width: 45%;
    max-width: 316px;
  }

  @include media-query($small) {
    width: 100%;
    max-width: 100%;

    margin-bottom: 42px;
  }
}

.cart__info-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  font-family: $font-header;
  text-transform: uppercase;
  margin: 0 0 13px;
}

.cart__info-row--klarna {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 14px;
  opacity: .7;
  color: #141A16;
}

.btn.btn--cart-checkout {
  display: block;
  width: calc(100% - 5px);
  color: $white;
}

.cart-table__product-price-holder--mobile {
  @include media-query($medium-up) {
    display: none !important;
  }


  position: absolute;
  top: 0;
  right: 0;
}


.cart-table__qty--mobile {
  @include media-query($medium-up) {
    display: none !important;
  }

  padding-top: 52px;
  position: relative;


  .cart-table__product-remove {
    display: block;
    right: -3px;
    bottom: -6px;
  }
}


.hidden-phone {
  @include media-query($small) {
    display: none !important;
  }
}


.cart__footer-title {
  display: block;
  font-size: 14px;
  font-family: $font-body;
  font-weight: 400;
  color: rgba($black, .7);
  margin: 17px 0 0;
}

#shipping-rates-feedback {
  font-size: 14px;

  &.error {
    color: $red-cc;
  }
}


.cart-table__product-info-td-holder {
  @include media-query($small) {
    padding-right: 60px;
  }
}

.template-cart {
  .main-content {
    display: flex;
    flex-direction: column;
  }


  #sca-fg-owl-carousel {
    order: 99999;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }

  .sca-fg-cart-title {
    text-align: center;
    font-family: $font-header;
    background: none;
    font-size: 16px;

    strong {
      background: none;
    }
  }


  .sca-product-title {
    font-family: $font-body;
    font-size: 12px;
    font-weight: 500;
  }

  .sca-price {
    font-family: $font-header;
    font-size: 10px;


    .sca-old-price {
      color: $black;
      font-size: 10px;
    }

    .sca-special-price {
      margin: 0;
      color: $red-e1;
      font-size: 10px;
      font-weight: 600;
    }
  }

  #sca-fg-slider-cart {
    border: 0 !important;
  }

  .owl-pagination {
    display: none !important;
  }

  #sca_freegift_list .item {
    background: none;
    padding: 10px 0;
  }
}


.free-product {
  .mini-cart__qty {
    pointer-events: none;
    opacity: 0;
    height: 0;
  }

  .cart-table__list-item-price-sale,
  .minicart__list-item-price{
    color: #000 !important;
  }

  .cart-table__list-item-price,
  .minicart__list-item-price-sale {
    display: none !important;
  }
}

[class*="100-off"] {
  display: none !important;
}

.hashtag-image a{
  text-decoration: none;
}

.product__gallery-wrap.no-transform {
  max-width: 100%;
  // justify-content: space-evenly;
  align-items: flex-start;
}

.product__gallery {
  max-width: unset;
}

.slick-slide.slick-current.slick-active {
  max-width: 100%;
}

.product__gallery-content {
  max-width: 100%;
}

.product__information {
  padding-top: 0px;
}

.page-width.page-with--product {
  padding-top: 33px;
}

ul.product-accordian{

  padding: 0px;

.product-tab {
  display: none;
  padding-top: 1rem;
}

ol.product-accordian-title {
  padding: 1rem 0rem;
  border-bottom: solid 2px black;
  cursor: pointer;
  font-size: .85rem;
}

.mobile-navigation__link-opener.js-opener-navigation__link {
  width: 20px;
  height: 22px;
}

ol.product-accordian-title.active-open svg {
  transform: rotate( 180deg ) translateX(50%) translateY(50%);
}

}

a.navigation__link {
  font-family: nimbus_sans_extd,Arial,sans-serif;
  text-decoration: underline solid transparent;
  transition: text-decoration .25s ease;
}
a.navigation__link:hover {
  text-decoration: underline solid black;
}

[data-swatch="Size"] .swatch-container {
  display: flex;
  flex-direction: row;
}

[data-swatch="Size"] .swatch-container .swatch-element label {
  max-width: unset;
  min-width: unset;
  width: 100%;
  padding: 1rem
}

[data-swatch="Size"] .swatch-element {
  width: 100%
}

.sub-navigation__frame {
  visibility: hidden;
  opacity: 0;
  transition: visibility .25s, opacity 0.25s linear;
}

.information-wrap--fixed [data-swatch=Size] .swatch-element {
  width: unset;
}

.information-wrap--fixed [data-swatch=Size] .swatch-container {
  display: block;
}

.is-limited-badge {
  background-color: #8F8F8F;
  display: inline-flex;
  padding: .1em .5em;
  align-items: center;
  align-content: center;
  z-index: 500;
  > *:not(:last-child) {
    margin-right: .3em;
  }
}

.is-limited-badge__icon {
  width: .9em;
  height: .9em;
}

.is-limited-badge__text {
  font-family: 'nimbus_sans_extd', Arial, sans-serif;
  font-size: .75em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.025em
}

.picky-widget {

  .swiper-container * {
    font-family: inherit;
  }

  &.picky-bundler-container[data-widget-slug] {
    background-color: transparent;
    margin-top: 2rem;
    font-family: 'nimbus_sans_extd';

    .picky-custom-html {
      h2 {
        margin-bottom: 0;
        font-size: 1.1rem;
        text-align: left;
      }
    }

    [class*="DealDiscountBar_container"] {
      text-align: left;
      margin-bottom: 0;
    }

    [class*="BundleSlide_picky-bundle-slide-content"] {
      flex-direction: column;
    }

    .picky-product-card-swiper .swiper-slide {
      flex: 1;
    }

    [class*="BundleSlide_picky-bundle-add-selected-wrap"] {
      padding: 0;
      margin-top: 1rem;
    }

    .picky-product-card-swiper .swiper-container {
      cursor: grab;
    }

    .multiselect__tags,
    .swiper-pagination-bullet {
      border-radius: 0;
    }

  }

  .AddSelectedToCart_picky-add-selected-to-cart_2hJoJ .AddSelectedToCart_picky-add-selected-to-cart-button_1WuCf.AddSelectedToCart_rounded_UGUWT {
    border-radius: 0;
  }
  
  .AddSelectedToCart_picky-add-selected-to-cart_2hJoJ .AddSelectedToCart_picky-add-selected-to-cart-button_1WuCf {
    font-family: benzin,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-size: 10px;
  }

}

@media only screen and (max-width: 921px) {

.announcement-bar~.header .header-logo {
    top: 68px;
}

}

@media only screen and (max-width: 767px) {

.announcement-bar~.header .header-logo {
    top: 70px;
}

}

@media only screen and (max-width: 492px) {

// .announcement-bar~.header .header-logo {
//     top: 90px;
// }

main#MainContent {
    top: 25px;
}

}


.drops-banner,
.full-width-banner,
.hero,
.article__img {
  max-width: 1920px;
  margin: auto;
}

.article--winter-2021-dreams-lookbook {

  @media (min-width: 1024px) {
    margin-bottom: -6rem;
  }

  &[data-article-handle="lookbooks/dreams-collection"] {
    .article__img {
      background-position: 50% 38%;
    }
    @media (max-width: 1024px) {
      .article__img {
        background-size: 150%;
      }
    }
  }

  .page-width {
    max-width: 1280px;
  }

  .article__header {
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .article-header-box {
    position: relative;
    background-color: black;
    margin-bottom: 5rem;
    &[data-has-image="true"] {
      .article__header {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
      }
    }
  }

  .article__img {
    opacity: .72;
    background-position: 50% 38%;
    height: 540px;
  }

  .article__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    @media (min-width: 1024px) {
      gap: 2.5rem;
    }
    p, a, iframe, .rte__video-wrapper {
      margin: 0;
    }

    .rte__video-wrapper {
      width: 100%;
    }

    .p-text {
      max-width: 960px;
      margin: 0 auto;
      width: 100%;
  
      &.p-text--style-2 {
        text-transform: uppercase;
        font-weight: bold;
      }
  
    }

    @media (max-width: 1024px) {
      .p-text {
        padding-left: 15px;
        padding-right: 15px;
      }
    }

    .p-text--style-1 {
      font-size: 1.2em;
      margin-top: -1.5rem;
      margin-bottom: 3rem;
    }

  }

  .p-text,
  .p-youtube {
    grid-column: span 12;
  }

  .p-product {
    height: 26rem;
    width: 100%;
    position: relative;
    grid-column: span 12;
    a {
      height: 100%;
    }
    &.p-product-card {
      font-weight: 700;
    }
    a, &.p-product-card {
      position: relative;
      display: grid;
      align-items: end;
      align-content: end;
      padding: 1rem;
      font-family: 'benzin', Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      color: white;
      line-height: 135%;
      font-size: 1rem;
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        display: block;
        margin: 0;
      }
    }
    @media (min-width: 1024px) {
      &.p-span-4 {
        grid-column: span 4;
      }
      &.p-span-6 {
        grid-column: span 6;
      }
      &.p-span-8 {
        grid-column: span 8;
      }
    }
  }

  .p-product-w-title {
    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.54%, rgba(0, 0, 0, 0.6) 100%);
      z-index: -1;
    }
  }

}

.faq__content {

  .faq__item {

    padding-bottom: .5rem;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 2.5rem;
    
    h4:first-child {
      position: relative;
      cursor: pointer;
      padding-right: 1.5rem;

      &::after {
        content: '+';
        font-size: 2.25em;
        font-weight: normal;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-family: nimbus_sans_extd,Arial,sans-serif;
      }

    }
    &.faq__item--active {
      h4:first-child {
        &::after {
          content: '-';
        }
      }
    }
    &:not(.faq__item--active) {
      > *:not(h4:first-child) {
        display: none;
      }
    }
    @keyframes answerReveal {
      from {
        transform: translateY(-1rem);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
  }

}

// nav move right

@media only screen and (max-width: 1399px) {
  li.sub-navigation__item.only-second-level {
      width: 33.33% !important;
  }
}

li.sub-navigation__item.only-second-level {
  float: right;
  width: 50%;
}


ul.mobile-navigation.js-accordion, .mobile-header__icons, form.mobile-header__search-form {
  margin-left: 0px;
}

a.mobile-navigation__link {
  font-size: 28px;
}

a.mobile-navigation__link-opener.js-opener-navigation__link {
  width: 30px;
}

// update for nav

.sub-navigation__holder {
  justify-content: flex-start;
}

li.sub-navigation__item.only-second-level {
  margin-right: 25%;
}

@media only screen and (max-width: 1400px) {
  li.sub-navigation__item.only-second-level {
      margin-right: 33%;
  }
}

.cookies-popup-inner {
  width: 300px;
  padding: 25px 25px 25px 23px;
}

.cookies-popup__content {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 15px;
  width: 90%
}

.cookies-popup-inner button.btn {
  width: 100%;
}

.cookies-popup-inner button.js-cookies_close-popup {
  top: 20px;
}
.has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-flip-image {
    opacity: 1;
    height: auto;
    transition: opacity .33s ease-out;
}

.has-bc-swap-image .boost-pfs-filter-product-item-image:hover img.boost-pfs-filter-product-item-main-image {
    opacity: 0;
    position: absolute;
    transition: opacity .33s ease-out;
    visibility: visible;
}

.boost-pfs-filter-product-item-flip-image {
    opacity: 0;
    height: 0;
}

img.boost-pfs-filter-product-item-main-image {
    opacity: 1;
    height: auto;
}

.dy-recommendation-product__image-container {
    display: flex;
}

a.dy-recommendation-product:hover .firstImg {
    opacity: 0;
    transition: opacity .33s ease-out;
    position:absolute;
}

a.dy-recommendation-product:hover .secondaryImg {
    opacity: 1;
    height: auto;
    transition: opacity .33s ease-out;
}

.secondaryImg {
    height: 0;
    opacity: 0;
    display: unset !important;
}

.firstImg {
    height: auto;
    opacity: 1;
    display: unset !important;
}

//coming soon page

.coming-soon .boost-pfs-action-overlay {
  opacity: 1 !important;
}

.coming-soon span.soldout.boost-pfs-filter-label {
  display: none;
}

.coming-soon .boost-pfs-filter-product-item-image::before {
  box-sizing: border-box;
  background-color: #ececec;
  font-size: .75rem;
  line-height: .75rem;
  color: #62554a;
  text-align: center;
  padding: .3125rem .625rem;
  font-weight: 400;
  content: 'Coming Soon';
  position: absolute;
  z-index: 999999;
  left: 10px;
  top: 10px;
}

@media only screen and (max-width: 900px) {
  .coming-soon .boost-pfs-filter-product-item-image::before {
      left: 0px;
      top: 5px;
  }
}

// new countdown template

.countdown-hero_container {
  align-items: start;
}

h2.h2.hero-countdown-text {
  width: 50%;
  margin-bottom: 48px;
}

.countdown-hero_container img {
  margin-bottom: 36px
}

.btn-yellow {
  background-color: #FFBE19;
  padding: 14px 50px;
}

.countdown-hero_container .countdown-timer__time-label {
  display: none;
}

.countdown-timer__time {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 15px 10px;
  margin-right: 7px !important;
  font-family: 'Benzin';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 133.5%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.countdown-timer__dot {
  padding-top: 15px;
  margin-right: 7px;
  font-family: 'Benzin';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 133.5%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.countdown-timer__time {
  min-width: 50px !important;
}


@media only screen and (max-width: 900px) {
  h2.h2.hero-countdown-text {
      width: 100%;
      font-size: 20px;
      margin-bottom: 2rem;
  }

  .countdown-timer__time {
      font-size: 24px !important;
      padding: 7px 0px !important;
      min-width: 35px !important;
      margin-right: 5px !important;
  }

  .countdown-timer__dot {
      font-size: 24px !important;
      padding-top: 7px;
      margin-right: 5px;
  }

  .timer-page-width {
      padding-left: 15px;
  }

  .countdown-btn-group {
      margin-top: 1rem;
  }
}

.countdown-timer {
  margin: 0px auto;
}

@media only screen and (max-width: 1025px) {
  .page-width.timer-page-width {
      margin-top: auto;
      margin-bottom: 20%
  }
}

@media only screen and (max-width: 1025px) {
  .page-width.timer-page-width {
      display: flex;
      justify-content: center;
  }

  .hero-gallery__content {
      height: flex;
      margin-top: auto;
  }
}

.countdown-hero_container .countdown-timer__time-label {
  display: block;
  font-size: 1rem;
  color: black;
  font-size: 16px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
  font-family: nimbus_sans_extd,Arial,sans-serif !important;
  letter-spacing: .06em;
  opacity: 1;
  width: 100%;
  text-align: center;
  margin-top: .5rem;
  margin-right: -14%
}

.countdown-hero_container .countdown-timer__item:last-child .countdown-timer__time-label {
  margin-right: 0% !Important
}


.sub-navigation__holder.collection-subnav ul.sub-navigation {
  display: flex;
  flex-flow: column;
  width: 100%
}

.sub-navigation__holder.collection-subnav .sub-navigation__collection-links {
  width: 25%;
}

.sub-navigation__holder.collection-subnav .sub-navigation__collections {
  display: flex;
  justify-content: space-between;
}

.sub-navigation__holder.collection-subnav .drop-collection {
  width: 20% !important;
  min-width: unset;
  margin: 0;
}

.sub-navigation__holder.collection-subnav li.sub-navigation__item {
  width: 100% !important;
  margin: 0px 0px 1rem;
}

.sub-navigation__holder.collection-subnav {
  width: 100%;
  display: block;
  padding: 2rem 1rem;
}

@media only screen and (min-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }

  div#shopify-section-product-template .product-gallery__marquee {
    top: 50% !important;
  }

  div#shopify-section-product-template ul.product__thumbnail-gallery,
  .product-gallery__marquee,
  .sticky__info{
    position: sticky !important;
    top: 12.5%;
  }

  div#shopify-section-product-template .product__gallery-wrap {
    align-items: start;
  }

  div#shopify-section-product-template ul.js-product__gallery {
    list-style: none;
  }

  div#shopify-section-product-template .product__gallery-item {
    padding-top: 3rem;
  }

  div#shopify-section-product-template a.product__thumbnail-gallery-link img {
    display: none;
  }

  div#shopify-section-product-template a.product__thumbnail-gallery-link {
    width: 10px;
    height: 10px;
    border: solid black 1px;
    border-radius: 50px;
  }

  div#shopify-section-product-template
    a.product__thumbnail-gallery-link.active {
    background-color: black;
  }

  div#shopify-section-product-template ul.product__thumbnail-gallery {
    padding-top: 50%;
  }
  div#shopify-section-product-template ul.js-product__gallery{
    opacity: 1 !important;
  }

  div#shopify-section-product-template .page-width.page-with--product {
    align-items: stretch;
  }

}
@media only screen and (max-width: 1024px){ 
  .d-only{
    display:none;
  }
  .m-only{
    display:block;
  }
 }
 @media only screen and (min-width: 1024px){ 
  .d-only{
    display:block;
  }
  .m-only{
    display:none;
  }
 }

.logo-list__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

.logo-list__row li {
    width: 75%;
    padding: 26px 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .logo-list__row li {
        padding: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .logo-list__row li {
        width: 40%;
    }
}

.logo-list__item {
    display: inline-block;
}

.review-block__container {
    padding: 22px;
    text-decoration: none;
}

img.review-block__image {
    width: 40%;
}

.review-block__title {
    font-family: 'Benzin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 136%;
    text-transform: uppercase;
    color: #000000;
    margin: 17.5px 0px 12.5px 0px;
}

.review-block__text,.review-block__user {
    font-family: 'nimbus_sans_extd';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143.5%;
    color: #000000;
    margin: 17.5px 0px;
    white-space: normal;
}

.review-block__user {
    margin: 0px;
}

@media only screen and (max-width: 1024px) {
    .review-static-collection .collection-gallery.slick-initialized.slick-slider {
        overflow: unset;
    }

    .review-static-collection button.slick-next.slick-arrow {
        right: 25px !important;
        top: -44px;
    }

    .review-static-collection button.slick-prev.slick-arrow {
        top: -44px;
    }

    h2.h1.collection__title {
        font-family: 'Benzin';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 136%;
        text-transform: uppercase;
        color: #000000;
    }

}

@media only screen and (min-width: 1024px) {
    .review-static-collection .collection-gallery.slick-initialized.slick-slider {
        overflow: unset;
    }

    .review-static-collection button.slick-next.slick-arrow, .review-static-collection button.slick-prev.slick-arrow {
        top: -80px;
    }
}


