/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ FONTS ================*/
@font-face {
  font-family: thunder;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/a_love_of_thunder.ttf?v=18407154672443656322"); }

@font-face {
  font-family: adler;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/adler_regular.ttf?v=6055617341201407197"); }

/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  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);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  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
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! 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"],
[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,
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; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[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 {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

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

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[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--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

body.no-scroll {
  overflow-y: hidden; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

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

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

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

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 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 #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/ico-select.svg?v=5356919390413255009);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

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

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

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

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

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

@font-face {
  font-family: thunder;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/a_love_of_thunder.ttf?v=18407154672443656322"); }

@font-face {
  font-family: adler;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/adler_regular.ttf?v=6055617341201407197"); }

.fat-top-bar .fat-container {
  height: 100%;
  display: flex; }

.fat-search-bar {
  max-width: 260px;
  height: 100%;
  position: relative;
  flex: 0 0 260px;
  font-family: 'Open Sans', sans-serif; }
  .fat-search-bar .fat-search-input {
    background-color: #000000;
    padding: 0 0 0 35px;
    color: #ffffff;
    border: none;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: 400; }
    .fat-search-bar .fat-search-input:focus {
      outline: none; }
    .fat-search-bar .fat-search-input::placeholder {
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .fat-search-bar .fat-search-input:-ms-input-placeholder {
      color: #ffffff; }
    .fat-search-bar .fat-search-input::-ms-input-placeholder {
      color: #ffffff; }

.fat-main-menu {
  width: 100%;
  position: relative; }
  .fat-main-menu .fat-social .fat-social--container {
    display: block; }
    .fat-main-menu .fat-social .fat-social--container .fat-social--icon {
      display: block;
      float: left;
      margin-right: 10px; }
      .fat-main-menu .fat-social .fat-social--container .fat-social--icon img {
        display: block; }

.fat-menu-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .fat-menu-list > li {
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    .fat-menu-list > li.top-menu-item img {
      height: 20px;
      margin-right: 5px; }
    .fat-menu-list > li img {
      vertical-align: middle; }
    .fat-menu-list > li .fat-menu-link {
      font-family: thunder, sans-serif;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 10px;
      color: #000;
      text-decoration: none; }
      .fat-menu-list > li .fat-menu-link.fat-menu-link--active {
        color: #fff; }

.main-header {
  height: 160px;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg.jpg?v=14870939522042397518);
  background-size: cover;
  background-repeat: no-repeat; }
  .main-header .fat-container {
    height: 100%; }

.fat-navigation {
  height: 100%;
  display: flex; }
  .fat-navigation .fat-logo {
    width: 100%;
    height: 100%;
    position: relative; }
    .fat-navigation .fat-logo img {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }

.fat-nav-list {
  float: right;
  width: 100%;
  position: relative; }
  .fat-nav-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 20px; }
    .fat-nav-list ul li {
      padding: 20px;
      display: inline-block;
      margin: 0; }
      .fat-nav-list ul li.fat-active {
        background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/active-nav-item.png?v=9143631749395016484) center center no-repeat;
        background-size: 100% auto; }
        .fat-nav-list ul li.fat-active a {
          color: #000000; }
      .fat-nav-list ul li a {
        color: #ffffff;
        font-family: thunder, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 32px; }

.fat-main-nav--mobile {
  display: block; }

.fat-main-header--mobile {
  display: none; }

.fat-mobile-menu {
  display: none; }

@media all and (max-width: 1300px) {
  .fat-navigation {
    height: 100%;
    display: flex; }
    .fat-navigation .fat-logo {
      width: 125px;
      height: auto; }

  .fat-nav-list ul li {
    padding: 20px 8px;
    display: inline-block;
    margin: 0; }
    .fat-nav-list ul li a {
      font-size: 29px; } }
@media all and (max-width: 1000px) {
  .fat-main-header--mobile {
    display: block; }
    .fat-main-header--mobile .fat-top-nav--mobile {
      height: 40px;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/top-bar-mobile-bg.jpg?v=15673936928709651648) center center repeat-x;
      position: relative;
      padding: 3px 0; }
    .fat-main-header--mobile .fat-top-nav--item {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .fat-main-header--mobile .fat-toggle-menu {
      left: 10px;
      z-index: 9; }
      .fat-main-header--mobile .fat-toggle-menu button {
        background-color: transparent;
        border: none; }
        .fat-main-header--mobile .fat-toggle-menu button:focus {
          outline: none; }
      .fat-main-header--mobile .fat-toggle-menu .fat-toggle-menu--stack {
        display: inline-block;
        vertical-align: middle; }
        .fat-main-header--mobile .fat-toggle-menu .fat-toggle-menu--stack span {
          display: block;
          width: 20px;
          height: 3px;
          margin-bottom: 2px;
          background-color: #ffffff; }
    .fat-main-header--mobile .fat-toggle-cart {
      right: 10px;
      z-index: 9; }
      .fat-main-header--mobile .fat-toggle-cart img {
        vertical-align: middle;
        height: 20px; }
    .fat-main-header--mobile .fat-top-nav--text {
      display: inline-block;
      font-size: 12px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: thunder, sans-serif; }
    .fat-main-header--mobile .fat-main-logo .fat-main-logo-container {
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
      .fat-main-header--mobile .fat-main-logo .fat-main-logo-container a {
        display: inline-block; }
      .fat-main-header--mobile .fat-main-logo .fat-main-logo-container img {
        display: block;
        width: 45px;
        margin: 0 auto; }

  .fat-main-header--desktop {
    display: none; }

  .fat-mobile-menu {
    display: block;
    background-color: #282828;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/mobile-bg.png?v=3072146395165918741) center center repeat-x;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    width: 100%;
    transition: transform .2s;
    transition: -webkit-transform .2s;
    padding: 10px 0; }
    .fat-mobile-menu .fat-search-bar {
      padding: 20px; }
      .fat-mobile-menu .fat-search-bar .fat-search-input {
        background-color: #ffffff;
        color: #282828;
        position: static;
        transform: none;
        -webkit-transform: none; }
        .fat-mobile-menu .fat-search-bar .fat-search-input::placeholder {
          color: #282828;
          opacity: 1;
          /* Firefox */ }
        .fat-mobile-menu .fat-search-bar .fat-search-input:-ms-input-placeholder {
          color: #282828; }
        .fat-mobile-menu .fat-search-bar .fat-search-input::-ms-input-placeholder {
          color: #282828; }
    .fat-mobile-menu.f-show {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
    .fat-mobile-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .fat-mobile-menu ul li {
        padding: 10px 20px;
        font-family: thunder, sans-serif;
        text-transform: uppercase;
        background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorderLG.png?v=12081994545965404537) center bottom no-repeat;
        background-size: 100% auto; }
        .fat-mobile-menu ul li a {
          display: block;
          width: 100%;
          text-decoration: none;
          color: #ffffff; } }
@font-face {
  font-family: thunder;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/a_love_of_thunder.ttf?v=18407154672443656322"); }

@font-face {
  font-family: adler;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/adler_regular.ttf?v=6055617341201407197"); }

footer {
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/footer-bg.png?v=8517657803214411704) center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding: 50px 0; }
  footer .fat-container {
    display: flex; }
  footer .fat-footer-bottom-bar {
    margin-top: 50px;
    text-align: center;
    width: 100%; }
    footer .fat-footer-bottom-bar p {
      display: inline-block;
      padding: 10px 30px;
      color: #000000;
      font-family: adler, serif;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/white-strip-bg.png?v=13597590680605325169) center top no-repeat;
      background-size: cover;
      -webkit-background-size: cover; }
  footer .fat-footer-title {
    font-family: thunder, sans-serif;
    background-size: 100% auto;
    color: #000000;
    font-size: 32px;
    padding: 20px;
    min-width: 300px;
    text-align: center;
    display: inline-block; }
  footer .fat-footer-linklist-container {
    width: 100%; }
  footer .fat-footer-linklist {
    max-width: 300px;
    text-align: center;
    padding-top: 50px;
    margin: 0 auto; }
    footer .fat-footer-linklist:first-child .fat-footer-title {
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-1.png?v=15335930251385430706) center center no-repeat; }
    footer .fat-footer-linklist:nth-child(2) .fat-footer-title {
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-2.png?v=13731689728790229769) center center no-repeat; }
    footer .fat-footer-linklist:last-child .fat-footer-title {
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-3.png?v=8404164569056321544) center center no-repeat; }
    footer .fat-footer-linklist .fat-footer-linklist--container {
      display: inline-block; }
    footer .fat-footer-linklist .fat-footer-linklist--header {
      text-align: left; }
    footer .fat-footer-linklist ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: left; }
      footer .fat-footer-linklist ul li {
        margin-bottom: 10px; }
        footer .fat-footer-linklist ul li img {
          vertical-align: middle; }
        footer .fat-footer-linklist ul li a {
          color: #ffffff;
          font-family: thunder, sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 32px; }
    footer .fat-footer-linklist .fat-footer-newsletter-message {
      text-align: left;
      color: #ffffff;
      margin: 10px auto;
      font-family: adler, serif; }
      footer .fat-footer-linklist .fat-footer-newsletter-message p {
        font-size: 16px; }
    footer .fat-footer-linklist .fat-newsletter-form {
      text-align: left; }
      footer .fat-footer-linklist .fat-newsletter-form .fat-newsletter-email {
        height: 50px;
        padding: 10px;
        width: 100%;
        font-size: 22px;
        max-width: 350px; }
        footer .fat-footer-linklist .fat-newsletter-form .fat-newsletter-email::placeholder {
          color: #000000;
          opacity: 1;
          /* Firefox */ }
        footer .fat-footer-linklist .fat-newsletter-form .fat-newsletter-email:-ms-input-placeholder {
          color: #000000; }
        footer .fat-footer-linklist .fat-newsletter-form .fat-newsletter-email::-ms-input-placeholder {
          color: #000000; }
      footer .fat-footer-linklist .fat-newsletter-form .fat-newsletter-submit {
        font-size: 22px;
        text-transform: uppercase;
        font-family: thunder, sans-serif;
        border: none;
        padding: 20px;
        margin-top: 10px;
        background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/button-background.png?v=9648359524267795506) center center no-repeat;
        background-size: 100% auto; }

@media all and (max-width: 900px) {
  footer .fat-container {
    display: block; }
  footer .fat-footer-title {
    min-width: 0;
    width: 100%; } }
/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

/*================ 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 {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.fat-featured-collection {
  overflow: auto;
  padding: 50px 0;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/featured-collection-bg.jpg?v=137099037499953915) center center no-repeat;
  background-size: auto 100%;
  background-position: center bottom; }
  .fat-featured-collection .fat-row {
    overflow: auto; }
  .fat-featured-collection .fat-featured-collection--title {
    font-family: thunder, sans-serif;
    text-transform: uppercase; }
    .fat-featured-collection .fat-featured-collection--title h2 {
      display: inline-block;
      color: #ffffff;
      padding: 20px;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
      background-size: 100% auto; }
  .fat-featured-collection .fat-list-product {
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    margin: 10px;
    float: left; }
    .fat-featured-collection .fat-list-product .fat-list-product--image {
      padding: 5px;
      background-image: url(black-border-bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      display: block;
      margin-bottom: 10px; }
      .fat-featured-collection .fat-list-product .fat-list-product--image img {
        width: 100%; }
    .fat-featured-collection .fat-list-product a {
      text-decoration: none; }
    .fat-featured-collection .fat-list-product .fat-list-product--title {
      text-transform: uppercase;
      font-family: thunder, sans-serif;
      margin: 0; }
      .fat-featured-collection .fat-list-product .fat-list-product--title a {
        color: #261702;
        text-decoration: none;
        display: block;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .fat-featured-collection .fat-list-product .fat-list-product--subtitle {
      font-family: adler, serif;
      margin: 5px 0 0 0;
      font-size: 15px; }
      .fat-featured-collection .fat-list-product .fat-list-product--subtitle a {
        text-decoration: none;
        color: #ffffff; }
    .fat-featured-collection .fat-list-product .fat-list-product--price {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      color: #e4031e;
      font-size: 15px;
      font-weight: 700; }
      .fat-featured-collection .fat-list-product .fat-list-product--price .fat-price-from {
        font-size: 12px;
        text-transform: uppercase; }

.complete-background {
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/featured-collection-bg-full.jpg?v=15410070930973134627) center center;
  padding: 0px 0; }

.fat-featured-products {
  display: flex;
  flex-wrap: wrap; }

@media all and (max-width: 900px) {
  .fat-featured-collection .fat-list-product {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px); } }
.fat-section-collection {
  overflow: auto;
  padding: 50px 0;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/section-collection-bg.jpg?v=12398094462640382638) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center bottom; }
  .fat-section-collection .fat-row {
    overflow: auto; }
  .fat-section-collection .fat-section-collection--title {
    font-family: thunder, sans-serif;
    text-transform: uppercase; }
    .fat-section-collection .fat-section-collection--title h2 {
      display: inline-block;
      color: #000000;
      width: 200px;
      text-align: center;
      padding: 20px;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/white-smaltz-heading.png?v=14090649823849313499) center center no-repeat;
      background-size: auto 100%; }
  .fat-section-collection .fat-list-product {
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    margin: 10px;
    float: left; }
    .fat-section-collection .fat-list-product .fat-list-product--image img {
      width: 100%; }
    .fat-section-collection .fat-list-product a {
      text-decoration: none; }
    .fat-section-collection .fat-list-product .fat-list-product--title {
      text-transform: uppercase;
      font-family: thunder, sans-serif;
      margin: 0; }
      .fat-section-collection .fat-list-product .fat-list-product--title a {
        color: #d4374a;
        text-decoration: none;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
    .fat-section-collection .fat-list-product .fat-list-product--subtitle {
      font-family: adler, serif;
      margin: 5px 0 0 0;
      font-size: 15px; }
      .fat-section-collection .fat-list-product .fat-list-product--subtitle a {
        text-decoration: none;
        color: #ffffff; }
    .fat-section-collection .fat-list-product .fat-list-product--price {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      color: #6d6d6b;
      font-size: 15px;
      font-weight: 700; }
      .fat-section-collection .fat-list-product .fat-list-product--price .fat-price-from {
        font-size: 12px;
        text-transform: uppercase; }

@media all and (max-width: 900px) {
  .fat-section-collection .fat-list-product {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px); } }
.fat-ad-container {
  position: relative; }

.fat-ad-banner {
  height: 350px;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/ad-banner-background.png?v=13963100536545510261);
  background-size: cover;
  background-repeat: no-repeat; }
  .fat-ad-banner .fat-container {
    position: relative;
    height: 100%; }
  .fat-ad-banner .fat-ad {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/banner-border.png?v=9473645140440803324);
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden; }
    .fat-ad-banner .fat-ad.slick-initialized {
      visibility: visible; }
  .fat-ad-banner img {
    width: 100%; }

@media all and (max-width: 900px) {
  .fat-ad-banner {
    height: auto; }
    .fat-ad-banner .fat-container {
      padding: 0 5px; }
    .fat-ad-banner .fat-ad {
      position: static;
      transform: none;
      -webkit-transform: none;
      padding: 3px; } }
.fat-featured-news--title {
  font-family: thunder, sans-serif;
  text-transform: uppercase; }
  .fat-featured-news--title h2 {
    display: inline-block;
    color: #ffffff;
    padding: 20px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
    background-size: auto 100%; }

.fat-featured-news {
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/fat-news-bg.jpg?v=17972900267431365367) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding: 50px 0 100px;
  margin-bottom: -50px; }
  .fat-featured-news .fat-news-container {
    overflow: auto; }

.fat-news-block {
  min-height: 420px;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 50px;
  float: left;
  background-image: url(black-border-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover; }
  .fat-news-block p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif; }
  .fat-news-block a {
    color: #e0394e;
    text-decoration: none; }
  .fat-news-block img {
    display: none; }
  .fat-news-block .fat-news-block--heading {
    font-family: thunder, sans-serif;
    color: #e0394e;
    margin: 0; }
  .fat-news-block .fat-news-block--date {
    font-family: adler, serif;
    color: #ffffff;
    font-size: 15px;
    margin: 5px 0 0 0; }
  .fat-news-block .fat-news-block--content {
    color: #ffffff;
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px auto; }
  .fat-news-block .fat-new-block--button {
    padding: 10px 30px;
    font-family: thunder, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background-image: url(grey-text-bg.png);
    background-size: auto 100%;
    color: #000000;
    text-decoration: none; }

@media all and (max-width: 900px) {
  .fat-news-block {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    min-height: 0; }
    .fat-news-block .fat-news-block--content {
      padding: 0; } }
.fat-media-section {
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/media-bg.jpg?v=15326851893854840600) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 100px;
  margin-bottom: -75px; }
  .fat-media-section .fat-media--title {
    font-family: thunder, sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .fat-media-section .fat-media--title h2 {
      display: inline-block;
      color: #ffffff;
      padding: 20px 35px;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
      background-size: 100% auto; }
  .fat-media-section .fat-container {
    overflow: auto; }
  .fat-media-section .fat-media-item {
    width: calc(33% - 30px);
    width: -webkit-calc(33% - 30px);
    padding: 10px;
    margin: 0 15px;
    float: left;
    background-image: url(media-item-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    .fat-media-section .fat-media-item iframe {
      max-width: 100%;
      width: 100%; }

@media all and (max-width: 900px) {
  .fat-media-section .fat-media-item {
    width: 100%;
    margin: 0 auto; }

  .fat-media-items {
    padding: 0 25px; } }
.fat-collection {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: -150px; }
  .fat-collection .fat-container {
    padding: 120px calc(10% + 20px) 150px;
    width: 100%;
    max-width: 100%; }

.fat-collection-top-bar {
  display: flex;
  position: relative;
  margin-bottom: 70px; }
  .fat-collection-top-bar .fat-filters {
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: -webkit-translateY(-50%);
    right: 0; }
    .fat-collection-top-bar .fat-filters .fat-toggle-filter {
      display: inline-block;
      margin: 0 20px; }
      .fat-collection-top-bar .fat-filters .fat-toggle-filter p {
        display: inline-block;
        margin-right: 20px;
        font-family: adler, serif; }
      .fat-collection-top-bar .fat-filters .fat-toggle-filter select {
        display: inline-block;
        padding: 10px;
        border-radius: 3px;
        background-color: #eeeeee;
        border: 1px solid #898989; }

.fat-collection-title {
  font-family: thunder, sans-serif;
  text-transform: uppercase; }
  .fat-collection-title h1 {
    display: inline-block;
    color: #ffffff;
    padding: 20px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/collection-heading-bg.png?v=16455821297434025529) center center no-repeat;
    background-size: auto 100%; }

.fat-collection-items {
  overflow: auto; }
  .fat-collection-items .fat-row {
    overflow: auto; }

.fat-collection-row {
  overflow: auto; }

.fat-list-product {
  width: calc(20% - 20px);
  width: -webkit-calc(20% - 20px);
  margin: 10px;
  float: left; }
  .fat-list-product .fat-list-product--image {
    display: block; }
    .fat-list-product .fat-list-product--image img {
      width: 100%;
      background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-border-bg.png?v=9117431198493736398);
      padding: 5px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
      .fat-list-product .fat-list-product--image img:after {
        content: "";
        width: 100%;
        padding-bottom: 100%;
        display: block; }
  .fat-list-product a {
    text-decoration: none; }
  .fat-list-product .fat-list-product--title {
    text-transform: uppercase;
    font-family: thunder, sans-serif;
    margin: 0; }
    .fat-list-product .fat-list-product--title a {
      color: #261702;
      text-decoration: none;
      display: block;
      height: 36px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .fat-list-product .fat-list-product--subtitle {
    font-family: adler, serif;
    margin: 10px 0 7px 0;
    font-size: 12px; }
    .fat-list-product .fat-list-product--subtitle a {
      text-decoration: none;
      color: #000000; }
  .fat-list-product .fat-list-product--price {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #e4031e;
    font-size: 15px;
    font-weight: 700; }
    .fat-list-product .fat-list-product--price .fat-price-from {
      font-size: 12px;
      text-transform: uppercase; }

/* ================ List Collections (All Collections) ================ */
.fat-list-collections {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: -150px; }
  .fat-list-collections .fat-container {
    padding: 100px calc(10% + 20px) 150px;
    width: 100%;
    max-width: 100%; }

.fat-all-collections {
  overflow: auto; }
  .fat-all-collections .fat-row {
    overflow: auto;
    margin-bottom: 40px; }

.fat-list-collection {
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
  margin: 15px;
  float: left; }
  .fat-list-collection .fat-list-collection--image-border {
    background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-border-bg.png?v=9117431198493736398);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 5px; }
  .fat-list-collection .fat-list-collection--image {
    height: 190px; }
    .fat-list-collection .fat-list-collection--image img {
      width: 100%; }

.fat-list-collection--title a {
  font-family: thunder, sans-serif;
  color: #e0394e;
  font-size: 28px;
  margin: 15px 0 0 0;
  text-align: center;
  text-decoration: none; }

/* ================ Artist Collections ================ */
.fat-artist {
  padding-bottom: 50px;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: -150px; }
  .fat-artist .fat-container {
    padding: 100px calc(10% + 20px);
    width: 100%;
    max-width: 100%; }
  .fat-artist .fat-artist-image {
    font-family: thunder, sans-serif; }
    .fat-artist .fat-artist-image img {
      background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-border-bg.png?v=9117431198493736398);
      padding: 5px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      padding: 5px; }
  .fat-artist .fat-artist-title h1 {
    font-family: thunder, sans-serif;
    color: #e0394e;
    font-size: 32px; }
  .fat-artist .fat-artist-description p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px; }

@media all and (max-width: 900px) {
  .fat-list-product {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px); }

  .fat-list-collection {
    width: 100%;
    margin: 0 10px; }
    .fat-list-collection .fat-list-collection--image {
      height: 190px; }

  .fat-collection-title h1 {
    font-size: 20px; } }
@media all and (max-width: 1125px) {
  .fat-collection-top-bar {
    display: block; }
    .fat-collection-top-bar .fat-collection-title {
      text-align: center; }
    .fat-collection-top-bar .fat-filters {
      position: static;
      transform: none;
      -webkit-transform: none; }
      .fat-collection-top-bar .fat-filters .fat-toggle-filter {
        display: block;
        text-align: center; }
        .fat-collection-top-bar .fat-filters .fat-toggle-filter p {
          text-align: center;
          display: block; } }
@font-face {
  font-family: thunder;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/a_love_of_thunder.ttf?v=18407154672443656322"); }

@font-face {
  font-family: adler;
  src: url("//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/adler_regular.ttf?v=6055617341201407197"); }

.fat-news {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/news-bg.jpg?v=7324315509685063119), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto; }
  .fat-news .fat-container {
    display: flex;
    padding: 100px calc(3% + 20px); }

.fat-news--title {
  font-family: thunder, sans-serif;
  text-transform: uppercase; }
  .fat-news--title h1 {
    display: inline-block;
    color: #ffffff;
    padding: 20px 40px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/collection-heading-bg.png?v=16455821297434025529) center center no-repeat;
    background-size: 100% auto;
    font-size: 24px; }

.fat-news-articles {
  padding: 0 20px; }

.fat-news-article {
  padding: 50px 20px;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/news-border.png?v=11510653692541738107);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto; }
  .fat-news-article.fat-news-article--switched {
    background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/news-border-2.png?v=2249935385394647187); }

.fat-news-content {
  display: flex; }

.fat-news-article--title a {
  font-family: thunder, sans-serif;
  color: #e0394e;
  font-size: 28px;
  margin: 15px 0 0 0;
  text-align: center;
  text-decoration: none; }

.fat-news-article--date {
  font-family: adler, serif; }

.fat-news-article--image {
  flex: 0 0 300px; }
  .fat-news-article--image img {
    width: 300px;
    display: block; }

.fat-news-article--content {
  padding: 0 20px; }
  .fat-news-article--content p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    font-size: 14px; }

.fat-news-article--button {
  margin-top: 20px; }
  .fat-news-article--button a {
    padding: 10px 30px;
    font-family: thunder, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background-image: url(grey-text-bg.png);
    background-size: auto 100%;
    color: #ffffff;
    text-decoration: none;
    border: none; }

.fat-blog-sidebar {
  padding: 20px;
  flex: 0 0 400px; }
  .fat-blog-sidebar .fat-news--title h1 {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-4.png?v=2936974322446342965) center center no-repeat;
    background-size: 100% auto; }
  .fat-blog-sidebar .fat-blog-sidebar-article {
    padding: 0 40px; }
    .fat-blog-sidebar .fat-blog-sidebar-article .fat-blog-sidebar-article--title {
      margin-bottom: 0; }
      .fat-blog-sidebar .fat-blog-sidebar-article .fat-blog-sidebar-article--title a {
        font-family: thunder, sans-serif;
        color: #e0394e;
        font-size: 28px;
        margin: 15px 0 0 0;
        text-align: center;
        text-decoration: none; }

.fat-blog-pagination-container {
  margin-left: 150px; }

.social-sharing a {
  color: #262626;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  font-family: thunder, sans-serif; }

@media all and (max-width: 1200px) {
  .fat-news-content {
    display: block; }
    .fat-news-content .fat-news-article--content {
      padding: 10px 0; } }
@media all and (max-width: 1040px) {
  .fat-news {
    background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
    background-repeat: no-repeat, repeat-y;
    background-position: center top;
    background-size: 100% auto; }
    .fat-news .fat-container {
      display: flex;
      padding: 100px calc(3% + 20px); } }
@media all and (max-width: 900px) {
  .fat-news .fat-container {
    display: block; } }
.fat-product-container {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/product-bg.jpg?v=15548210595735313624), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/product-bg-repeat.jpg?v=1522768919482024132);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding: 75px 0 150px;
  margin-bottom: -50px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9999; }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow.slick-prev {
    left: 0; }

.slider-arrow {
  width: 28px;
  height: 30px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  margin: 10px;
  border-radius: 0 2px 0 0;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer; }
  .slider-arrow.slider-arrow--left {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .slider-arrow.slider-arrow--right {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.fat-product {
  display: flex;
  padding-top: 50px; }
  .fat-product.fat-product--slider {
    align-items: flex-start; }
  .fat-product .fat-featured-image {
    flex: 0 0 510px; }
    .fat-product .fat-featured-image.fat-featured-image--slider {
      position: relative; }
    .fat-product .fat-featured-image img {
      display: block;
      width: 100%; }
  .fat-product .fat-image-slider {
    width: 510px; }
  .fat-product .fat-product-info {
    width: 100%;
    padding-left: 50px; }
    .fat-product .fat-product-info h1 {
      font-family: thunder, sans-serif;
      color: #e4031e;
      margin-bottom: 0; }
    .fat-product .fat-product-info h2 {
      margin-top: 5px; }
      .fat-product .fat-product-info h2 span {
        display: inline-block; }
      .fat-product .fat-product-info h2 .fat-product-vendor {
        font-family: adler, serif;
        color: #000;
        margin-right: 50px; }
      .fat-product .fat-product-info h2 .fat-prodcut-price {
        font-family: thunder, sans-serif;
        color: #e4031e; }
    .fat-product .fat-product-info select {
      padding: 10px 50px 10px 10px;
      border: 1px solid #898989;
      margin-bottom: 20px;
      border-radius: 3px; }
      .fat-product .fat-product-info select:focus {
        outline: none; }
    .fat-product .fat-product-info .fat-product-submit {
      display: block;
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/ckeckout-bg.png?v=16648155970242867583) center center no-repeat;
      background-size: 100% auto;
      padding: 10px 30px;
      background-color: transparent;
      font-family: thunder, sans-serif;
      font-size: 20px;
      border: none;
      color: #000000 !important; }
    .fat-product .fat-product-info .fat-product-description {
      font-family: Open Sans, sans-serif;
      margin-top: 20px; }
    .fat-product .fat-product-info .fat-product-share p {
      font-family: Open Sans, sans-serif;
      font-weight: 700;
      margin-bottom: 10px; }
    .fat-product .fat-product-info .fat-product-share img {
      width: 40px;
      margin-right: 10px; }

.fat-related-product--heading {
  font-family: thunder, sans-serif;
  color: #ffffff;
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/collection-heading-bg.png?v=16455821297434025529) center center no-repeat;
  background-size: 100% auto;
  padding: 10px 30px;
  background-color: transparent;
  font-family: thunder, sans-serif;
  font-size: 20px;
  border: none; }

.fat-related-products {
  overflow: auto; }

@media all and (max-width: 900px) {
  .fat-product-container {
    padding: 0 10px; }

  .fat-product {
    display: block; }
    .fat-product .fat-featured-image {
      width: 100%; }
    .fat-product .fat-product-info {
      padding: 0;
      margin-bottom: 50px; }
    .fat-product .fat-image-slider {
      width: 100%; } }
.fat-back-to-top {
  display: none; }

@media all and (min-width: 900px) {
  .fat-back-to-top {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .fat-back-to-top.visually-hide {
      opacity: 0;
      transition: all .3s;
      -webkit-transition: all .3s; }
    .fat-back-to-top img {
      display: block;
      width: 50px;
      cursor: pointer; } }
.fat-cart {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto; }
  .fat-cart .fat-container {
    padding: 100px calc(10% + 20px) 150px;
    width: 100%;
    max-width: 100%; }

.fat-cart-title {
  font-family: thunder, sans-serif;
  display: inline-block;
  color: #ffffff;
  padding: 20px;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
  background-size: auto 100%; }

.fat-cart-item--titles {
  overflow: auto;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
  background-size: 100% auto; }
  .fat-cart-item--titles .fat-cart-item--title-group {
    width: 50%;
    float: left;
    display: flex; }
  .fat-cart-item--titles .fat-cart-item--title {
    display: inline-block;
    padding: 40px;
    font-family: thunder, sans-serif;
    color: #e4031e;
    margin: 0;
    width: 100%; }
    @media all and (max-width: 900px) {
      .fat-cart-item--titles .fat-cart-item--title.fat-cart-item--title-remove, .fat-cart-item--titles .fat-cart-item--title.fat-cart-item--title-price {
        display: none; } }

.fat-cart-item {
  padding: 40px 0;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
  background-size: 100% auto;
  overflow: auto; }

.fat-cart-item--info {
  width: 50%;
  float: left;
  display: flex;
  overflow: auto; }

.fat-cart-item--numbers {
  display: flex; }
  .fat-cart-item--numbers .fat-cart-item--column {
    width: 100%; }

.fat-cart-item--details .fat-cart-item--product-title {
  font-family: thunder, sans-serif;
  color: #000000;
  text-decoration: none; }
.fat-cart-item--details .fat-cart-item--variant-title {
  font-family: adler, serif;
  margin: 10px 0 6px; }
.fat-cart-item--details .fat-cart-item--vendor {
  font-family: thunder, sans-serif;
  color: #e4031e;
  margin: 0; }

.fat-cart-item--column {
  padding: 40px;
  margin-top: 10px; }

.fat-cart-item--price, .fat-cart-item--total {
  font-family: thunder, sans-serif;
  color: #000000; }
  .fat-cart-item--price p, .fat-cart-item--total p {
    margin: 0; }

.fat-remove-cart-item {
  padding: 0 50px;
  position: relative; }
  .fat-remove-cart-item a {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.fat-cart-item--image {
  padding: 5px;
  background-image: url(black-border-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  flex: 0 0 150px; }
  .fat-cart-item--image img {
    width: 100%; }

.fat-cart-item--quantity {
  width: 180px;
  margin-top: 0; }
  .fat-cart-item--quantity input {
    width: 100%;
    text-align: right;
    border: 1px solid #898989;
    border-radius: 3px;
    padding: 5px; }

.fat-cart-footer .fat-cart-footer--info {
  padding-right: 50px; }

.fat-cart-shipping-message {
  text-align: right;
  font-family: thunder, sans-serif;
  font-size: 15px;
  font-family: "Open Sans", sans-serif; }

.fat-cart-subtotal {
  text-align: right;
  font-size: 15px;
  font-family: "Open Sans", sans-serif; }
  .fat-cart-subtotal .fat-cart-subtotal-number {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    font-family: thunder, sans-serif; }

.fat-cart-buttons {
  text-align: right; }

.fat-cart-footer--button {
  display: inline-block;
  padding: 20px 50px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  font-family: thunder, sans-serif;
  font-size: 20px;
  margin: 0 20px; }
  .fat-cart-footer--button.fat-cart-continue-shopping {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
    background-size: auto 100%;
    padding: 20px; }
  .fat-cart-footer--button.fat-cart-update {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-4.png?v=2936974322446342965) center center no-repeat;
    background-size: auto 100%; }
  .fat-cart-footer--button.fat-cart-checkout {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-2.png?v=13731689728790229769) center center no-repeat;
    background-size: auto 100%;
    color: #000000; }

.fat-cart-addons .fat-cart-addon--subtitle {
  font-family: thunder, sans-serif;
  color: #e4031e;
  margin: 0;
  width: 100%; }

.fat-cart-addon--item-row {
  padding: 40px 0;
  overflow: auto;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
  background-size: 100% auto; }

.fat-cart--addon-item {
  width: 33.333%;
  float: left;
  display: flex;
  height: 115px;
  position: relative; }
  .fat-cart--addon-item .fat-cart--addon-checkbox-container {
    position: relative;
    margin: 0 20px;
    flex: 0 0 40px; }
    .fat-cart--addon-item .fat-cart--addon-checkbox-container .fat-cart--addon-checkbox {
      position: absolute;
      width: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 40px;
      height: 40px; }
      .fat-cart--addon-item .fat-cart--addon-checkbox-container .fat-cart--addon-checkbox a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        z-index: 100; }
    .fat-cart--addon-item .fat-cart--addon-checkbox-container input {
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      -webkit-appearance: none;
      z-index: 99;
      cursor: pointer; }
      .fat-cart--addon-item .fat-cart--addon-checkbox-container input:checked + div {
        background-color: #cd3548;
        background-image: url(check.png);
        background-size: 60% 60%;
        background-position: 50%;
        background-repeat: no-repeat; }
  .fat-cart--addon-item .fat-cart--addon-checkbox-visual {
    width: 40px;
    height: 40px;
    background-color: #2d2f31;
    border-radius: 7px;
    cursor: pointer;
    position: relative; }
  .fat-cart--addon-item .fat-cart--addon-item-image {
    flex: 0 0 135px; }
  .fat-cart--addon-item .fat-cart--addon-item-title {
    position: relative;
    width: 100%; }
    .fat-cart--addon-item .fat-cart--addon-item-title p {
      position: absolute;
      margin: 0 10px;
      font-family: thunder, sans-serif;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }

.fat-cart__empty {
  padding: 100px 0; }

.fat-cart__message p {
  text-align: center;
  font-family: adler, serif; }

.fat-cart__empty__title {
  text-align: center;
  font-family: thunder, sans-serif;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-1.png?v=15335930251385430706) center center no-repeat;
  padding: 10px; }

@media all and (max-width: 900px) {
  .fat-cart__empty__title {
    font-size: 25px;
    padding: 10px 20px; }

  .fat-cart .fat-container {
    padding: 10px;
    width: 100%;
    max-width: 100%; }

  .fat-cart-item--titles .fat-cart-item--title-group {
    float: right; }
  .fat-cart-item--titles .fat-cart-item--title {
    padding: 10px; }
    .fat-cart-item--titles .fat-cart-item--title.fat-cart-item--title-remove {
      display: none; }
    .fat-cart-item--titles .fat-cart-item--title.fat-cart-item--title-group {
      display: none; }

  .fat-cart-addons .fat-cart-addon--subtitle {
    padding: 0 40px;
    margin-bottom: 20px; }

  .fat-cart-buttons {
    text-align: center; }

  .fat-cart-item--quantity {
    position: relative; }

  .fat-cart-item--details {
    font-size: 13px; }

  .fat-cart-item--column {
    padding: 0 10px 10px;
    margin: 0; }

  .fat-cart-addon--item-row {
    padding: 0;
    background: none; }

  .fat-cart-item--image {
    height: 100%;
    flex: 0 0 100px; }

  .fat-cart--addon-item-image img {
    max-height: 100%; }

  .fat-remove-cart-item {
    display: none; }

  .fat-cart-item--price {
    display: none; }

  .fat-cart--addon-item {
    width: 100%;
    margin-bottom: 20px; } }
.fat-breadcrumb {
  margin-bottom: 25px; }
  .fat-breadcrumb a, .fat-breadcrumb span {
    font-family: thunder, sans-serif; }
  .fat-breadcrumb a {
    color: #282828;
    text-decoration: none; }
  .fat-breadcrumb span {
    color: #e0394e; }
    .fat-breadcrumb span.fat-breadcrumb-arrow {
      color: #282828; }

.fat-tour-dates {
  padding-top: 35px;
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto; }
  .fat-tour-dates .fat-container {
    padding: 0; }
    @media screen and (min-width: 900px) {
      .fat-tour-dates .fat-container {
        padding: 0 20px;
        display: flex;
        display: -webkit-flex; } }
  .fat-tour-dates .fat-tour-list-aside {
    padding: 0 50px;
    flex: 0 0 420px;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 10;
    transition: all .3s ease-in-out;
    width: 100vw; }
    .fat-tour-dates .fat-tour-list-aside .fat-tour-list-aside--content {
      max-width: 100%;
      padding-top: 25px; }
    .fat-tour-dates .fat-tour-list-aside .fat-breadcrumb {
      padding-left: 25px; }
    @media screen and (min-width: 900px) {
      .fat-tour-dates .fat-tour-list-aside {
        width: auto;
        position: static;
        left: 0;
        background-color: transparent; } }
  .fat-tour-dates .fat-header {
    font-family: thunder, sans-serif;
    display: inline-block;
    color: #ffffff;
    padding: 20px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-5.png?v=12755587113085467555) center center no-repeat;
    background-size: auto 100%;
    margin: 0; }

.fat-tour-list-aside.active {
  left: 0;
  height: 100vh;
  overflow-y: scroll; }

.fat-band-list {
  margin: 40px 0 0 0;
  padding: 0; }
  .fat-band-list li {
    font-family: thunder, sans-serif;
    color: #282828;
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer; }
    .fat-band-list li.fat-active {
      color: #e4031e; }
  @media screen and (min-width: 900px) {
    .fat-band-list {
      padding: 0 0 0 40px; } }

.fat-tour-dates-content {
  width: calc(75%);
  margin: 0 auto; }
  @media screen and (min-width: 900px) {
    .fat-tour-dates-content {
      width: calc(100% * 2/3); }
      .fat-tour-dates-content > div:last-child {
        display: none; } }

.fat-tour-dates-content-header {
  margin-bottom: 50px;
  position: relative; }
  .fat-tour-dates-content-header .fat-filters {
    /*		text-align: right;
    		position: absolute;
    		top: 50%;
    		transform: translateY(-50%);
    		transform: -webkit-translateY(-50%);
    		right: 0;*/ }
    .fat-tour-dates-content-header .fat-filters .fat-toggle-filter {
      display: inline-block;
      margin: 5px 0; }
      .fat-tour-dates-content-header .fat-filters .fat-toggle-filter p {
        display: block;
        margin-right: 20px;
        font-family: adler, serif; }
        @media screen and (min-width: 900px) {
          .fat-tour-dates-content-header .fat-filters .fat-toggle-filter p {
            display: inline-block; } }
      .fat-tour-dates-content-header .fat-filters .fat-toggle-filter select {
        display: inline-block;
        padding: 10px;
        border-radius: 3px;
        background-color: #eeeeee;
        border: 1px solid #898989; }
      @media screen and (min-width: 900px) {
        .fat-tour-dates-content-header .fat-filters .fat-toggle-filter {
          margin: 20px; } }
  @media screen and (min-width: 900px) {
    .fat-tour-dates-content-header {
      margin-top: 70px; } }

.fat-tour-dates-pages {
  display: inline-block;
  margin-left: 50px; }
  .fat-tour-dates-pages a {
    font-family: thunder, sans-serif;
    color: #202020;
    text-transform: uppercase;
    text-decoration: none; }
    .fat-tour-dates-pages a.fat-active {
      color: #e4031e; }
  .fat-tour-dates-pages .fat-divider {
    display: inline-block;
    margin: 0 10px; }

#band_info #band_image {
  border-radius: 0;
  padding: 5px;
  background-image: url(black-border-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  margin-bottom: 10px; }

#band_name_container #band_name {
  font-family: thunder, sans-serif;
  color: #e4031e;
  margin-top: 0;
  padding-top: 0; }

#tour_dates {
  margin-bottom: 50px; }
  #tour_dates ul {
    margin: 0;
    padding: 0; }
    #tour_dates ul li {
      background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
      background-size: 100% auto;
      padding: 10px 0;
      font-family: "Open Sans", sans-serif; }
      #tour_dates ul li strong {
        color: #e4031e; }
  #tour_dates #performance_separator {
    display: none; }

#ticket_info a {
  font-family: thunder, sans-serif;
  color: #e4031e;
  text-decoration: none; }

.fat-tour-dates-content-header__title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.fat-tour-dates-content-header__title > .fat-header {
  font-size: 1em; }

.fat-tour-list-toggle {
  z-index: 9;
  top: 0;
  right: 0;
  cursor: pointer;
  margin: 30px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  @media screen and (min-width: 900px) {
    .fat-tour-list-toggle {
      display: none; } }

.fat-tour-list-toggle__icon {
  width: 30px; }

.fat-tour-list-toggle__icon > span {
  height: 4px;
  margin-bottom: 4px;
  display: block;
  background-color: #000;
  border-radius: 3px; }

.fat-tour-list-toggle__icon > span:last-child {
  margin: 0; }

.fat-tour-list-toggle__text {
  text-transform: uppercase;
  font-family: thunder, sans-serif;
  margin: 0 0 0 5px; }

.fat-tour-list-aside__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 11; }
  @media screen and (min-width: 900px) {
    .fat-tour-list-aside__close {
      display: none; } }

.fat-tour-list-aside__close > span {
  height: 5px;
  width: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 7px;
  transform: rotate(45deg); }

.fat-tour-list-aside__close > span:last-child {
  transform: rotate(-45deg); }

/**** Injected code formatting / style overrides ****/
#ticket_info {
  float: none !important;
  display: block;
  margin: 8px 0; }
  @media screen and (min-width: 900px) {
    #ticket_info {
      float: right !important; } }

#band_name {
  padding: 0 !important;
  margin-bottom: 20px !important;
  font-size: 30px !important; }
  @media screen and (min-width: 900px) {
    #band_name {
      padding: 20px 0 20px 20px !important;
      font-size: 42px !important; } }

#band_info {
  margin-left: 0 !important; }
  @media screen and (min-width: 900px) {
    #band_info {
      margin-left: 10px !important; } }

#band_info #band_image {
  width: 100% !important; }
  @media screen and (min-width: 900px) {
    #band_info #band_image {
      width: 200px !important; } }

.search-page .search-headline {
  font-family: thunder, sans-serif;
  text-align: center;
  margin: 20px 0; }

.search-page-bar input {
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  display: block;
  font-family: thunder, sans-serif;
  padding: 20px;
  font-size: 25px;
  border: 2px solid #e8e8e8; }

.search-results {
  list-style-type: none;
  overflow: auto; }
  .search-results li {
    display: inline-block; }

.fat-auth-form-title {
  font-family: thunder, sans-serif;
  text-align: center;
  display: inline-block; }

.fat-auth-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0; }

.fat-auth-field {
  height: 50px;
  padding: 10px;
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  display: block; }
  .fat-auth-field.input-error {
    border: 1px solid #e22119;
    background-color: transparent; }

.fat-submit, .shopify-challenge__button {
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/header-bg-4.png?v=2936974322446342965) center center no-repeat;
  background-size: auto 100%;
  display: block;
  padding: 20px 50px;
  color: #ffffff;
  border: none;
  text-decoration: none;
  font-family: thunder, sans-serif;
  font-size: 20px;
  margin: 0; }

.fat-auth-links {
  margin-top: 50px; }
  .fat-auth-links a {
    display: inline-block;
    margin-right: 15px;
    color: #282828; }

.shopify-challenge__container {
  margin: 50px auto !important; }

.shopify-challenge__message {
  font-family: adler, serif; }

.errors ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0; }
  .errors ul li {
    font-family: adler, serif;
    margin-bottom: 8px; }

.fat-account {
  background-image: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg.jpg?v=1866246489884339414), url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/big-list-item-bg-repeat.jpg?v=10688097797387519044);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: -150px; }
  .fat-account .fat-container {
    padding: 100px calc(10% + 20px) 150px;
    width: 100%;
    max-width: 100%; }

.fat-account--main-title {
  font-family: thunder, sans-serif;
  text-transform: uppercase; }
  .fat-account--main-title h1 {
    display: inline-block;
    color: #ffffff;
    padding: 20px;
    font-size: 25px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
    background-size: 100% auto; }

.fat-account--orders {
  width: 100%;
  margin: 20px 0; }
  .fat-account--orders tr {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
    background-size: 100% auto;
    padding: 40px 0;
    height: 90px;
    margin-top: -5px; }
  .fat-account--orders th {
    color: #e4031e;
    font-family: thunder, sans-serif;
    text-transform: uppercase; }
  .fat-account--orders td {
    text-align: center;
    font-family: thunder, sans-serif;
    text-transform: uppercase; }

.fat-account-details {
  font-family: thunder, sans-serif;
  text-transform: uppercase; }
  .fat-account-details .fat-account--main-title--border {
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
    background-size: 100% auto; }
  .fat-account-details .fat-account-address {
    padding: 15px 35px;
    display: flex;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/thinBorder.png?v=1662976392959104142) center bottom no-repeat;
    background-size: 100% auto;
    margin: 0; }
    .fat-account-details .fat-account-address > p {
      display: inline-block;
      margin-right: 20px; }

.fat-view-addresses {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/ckeckout-bg.png?v=16648155970242867583) center center no-repeat;
  background-size: 100% auto;
  padding: 10px 30px;
  background-color: transparent;
  font-family: thunder, sans-serif;
  font-size: 20px;
  border: none;
  color: #000000 !important;
  margin-top: 50px; }

.fat-address-new-toggle {
  display: inline-block;
  margin-left: 25px;
  padding: 20px;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/ckeckout-bg.png?v=16648155970242867583) center center no-repeat;
  background-size: 100% auto;
  font-family: thunder, sans-serif;
  text-transform: uppercase;
  font-size: 20px; }

.fat-account-address-button {
  display: flex;
  padding: 0 25px 0 0;
  align-items: center;
  justify-content: center; }
  .fat-account-address-button button {
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
    background-size: auto 100%;
    background-color: transparent;
    border: none;
    font-family: thunder, sans-serif; }

.fat-auth-select {
  height: 50px;
  padding: 10px;
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  display: block;
  background-color: #ffffff; }

.fat-address-form-button {
  display: inline-block;
  color: #ffffff;
  padding: 10px 35px;
  background: url(//cdn.shopify.com/s/files/1/1901/3073/t/7/assets/black-header-bg-1.png?v=11685363869074058839) center center no-repeat;
  background-size: auto 100%;
  background-color: transparent;
  border: none;
  font-family: thunder, sans-serif; }

.fat-address-button-group {
  margin-top: 25px; }

@media all and (max-width: 900px) {
  .fat-account .fat-container {
    padding: 100px 15px 150px; }

  .fat-account-details .fat-account-address {
    display: block; }
    .fat-account-details .fat-account-address > p {
      display: inline-block;
      margin-right: 20px; }

  .fat-account-address-button {
    display: block; }

  .fat-account--main-title h1, .fat-account--main-title .fat-address-new-toggle {
    font-size: 15px; }

  .fat-account--orders {
    width: 100%;
    margin: 20px 0; }
    .fat-account--orders .fat-account-order-date {
      display: none; }
    .fat-account--orders th {
      font-size: 13px; }
    .fat-account--orders td {
      font-size: 13px; } }
.fat-alumni-artists-block--button {
  background-image: url(black-border-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  padding: 10px 30px;
  font-family: thunder, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  text-decoration: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#marketing-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000; }
  #marketing-overlay #marketing-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.7); }
  #marketing-overlay #marketing-overlay-content {
    position: relative;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    z-index: 100001; }
  #marketing-overlay #marketing-overlay-image {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

@media only screen and (max-device-width: 400px) {
  #marketing-overlay {
    width: 100%;
    height: 100%; } }
/*================ GLOBAL ================*/
.fat-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px; }

.pagination {
  margin-top: 35px; }
  .pagination span {
    font-family: thunder, sans-serif;
    display: inline-block;
    float: left;
    margin-right: 8px; }
  .pagination a {
    color: #282828; }

@media all and (max-width: 900px) {
  .fat-container {
    padding: 0 20px; } }
.show-mobile {
  display: none; }

@media all and (max-width: 1000px) {
  .show-mobile {
    display: block; }

  .show-desktop {
    display: none; } }
/*================ FONTS ================*/
.fat-font-m {
  font-size: 15px; }

/* Custom */
.featured-video-container {
  margin-top: 20px;
  margin-bottom: 90px;
  margin-right: 10px; }

.fat-product-share a {
  text-decoration: none; }

@media all and (max-width: 500px) {
  .featured-video-container iframe {
    width: 320px;
    height: 275px; } }
