/** Shopify CDN: Minification failed

Line 507:2 Expected identifier but found "*"
Line 589:2 Expected identifier but found "*"
Line 3562:2 Expected identifier but found "*"
Line 5224:0 Unexpected "#2-0-bracelets"
Line 5227:0 Unexpected "#2-0-bracelets"
Line 5230:0 Unexpected "#2-0-bracelets"
Line 10736:22 The "-" operator only works if there is whitespace on both sides
Line 13872:2 Expected identifier but found "*"

**/
@charset "UTF-8";
/*============================================================================
  Lokai | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ 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 FROM SLATE ================*/
/*! 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: 1023px) {
  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, .skip-to-search: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: 767px) {
  /** 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: 768px) {
  /** 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; } }
@media only screen and (min-width: 1024px) and (max-width: 1349px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1349px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

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

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

  .large-down--two-thirds {
    width: 66.66667%; }

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

  .large-down--two-quarters {
    width: 50%; }

  .large-down--three-quarters {
    width: 75%; }

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

  .large-down--two-fifths {
    width: 40%; }

  .large-down--three-fifths {
    width: 60%; }

  .large-down--four-fifths {
    width: 80%; }

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

  .large-down--two-sixths {
    width: 33.33333%; }

  .large-down--three-sixths {
    width: 50%; }

  .large-down--four-sixths {
    width: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%; }

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

  .large-down--two-eighths {
    width: 25%; }

  .large-down--three-eighths {
    width: 37.5%; }

  .large-down--four-eighths {
    width: 50%; }

  .large-down--five-eighths {
    width: 62.5%; }

  .large-down--six-eighths {
    width: 75%; }

  .large-down--seven-eighths {
    width: 87.5%; }

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

  .large-down--two-tenths {
    width: 20%; }

  .large-down--three-tenths {
    width: 30%; }

  .large-down--four-tenths {
    width: 40%; }

  .large-down--five-tenths {
    width: 50%; }

  .large-down--six-tenths {
    width: 60%; }

  .large-down--seven-tenths {
    width: 70%; }

  .large-down--eight-tenths {
    width: 80%; }

  .large-down--nine-tenths {
    width: 90%; }

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

  .large-down--two-twelfths {
    width: 16.66667%; }

  .large-down--three-twelfths {
    width: 25%; }

  .large-down--four-twelfths {
    width: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%; }

  .large-down--six-twelfths {
    width: 50%; }

  .large-down--seven-twelfths {
    width: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%; }

  .large-down--nine-twelfths {
    width: 75%; }

  .large-down--ten-twelfths {
    width: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%; }

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

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

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

  .small--push-two-thirds {
    left: 66.66667%; }

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

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

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

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

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

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    margin-left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

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

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

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

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Eighths */
  .medium-up--push-one-eighth {
    margin-left: 12.5%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1024px) and (max-width: 1349px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }

  .large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }

  .large--push-two-sixths {
    left: 33.33333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.66667%; }

  .large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large--push-one-eighth {
    margin-left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }

  .large--push-two-twelfths {
    left: 16.66667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.33333%; }

  .large--push-five-twelfths {
    left: 41.66667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.33333%; }

  .large--push-eight-twelfths {
    left: 66.66667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.33333%; }

  .large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1024px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    margin-left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium--push-one-third {
    left: 33.33333%; }

  .medium--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%; }

  .medium--push-two-quarters {
    left: 50%; }

  .medium--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%; }

  .medium--push-two-fifths {
    left: 40%; }

  .medium--push-three-fifths {
    left: 60%; }

  .medium--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.66667%; }

  .medium--push-two-sixths {
    left: 33.33333%; }

  .medium--push-three-sixths {
    left: 50%; }

  .medium--push-four-sixths {
    left: 66.66667%; }

  .medium--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium--push-one-eighth {
    margin-left: 12.5%; }

  .medium--push-two-eighths {
    left: 25%; }

  .medium--push-three-eighths {
    left: 37.5%; }

  .medium--push-four-eighths {
    left: 50%; }

  .medium--push-five-eighths {
    left: 62.5%; }

  .medium--push-six-eighths {
    left: 75%; }

  .medium--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%; }

  .medium--push-two-tenths {
    left: 20%; }

  .medium--push-three-tenths {
    left: 30%; }

  .medium--push-four-tenths {
    left: 40%; }

  .medium--push-five-tenths {
    left: 50%; }

  .medium--push-six-tenths {
    left: 60%; }

  .medium--push-seven-tenths {
    left: 70%; }

  .medium--push-eight-tenths {
    left: 80%; }

  .medium--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.33333%; }

  .medium--push-two-twelfths {
    left: 16.66667%; }

  .medium--push-three-twelfths {
    left: 25%; }

  .medium--push-four-twelfths {
    left: 33.33333%; }

  .medium--push-five-twelfths {
    left: 41.66667%; }

  .medium--push-six-twelfths {
    left: 50%; }

  .medium--push-seven-twelfths {
    left: 58.33333%; }

  .medium--push-eight-twelfths {
    left: 66.66667%; }

  .medium--push-nine-twelfths {
    left: 75%; }

  .medium--push-ten-twelfths {
    left: 83.33333%; }

  .medium--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1023px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.33333%; }

  .medium-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%; }

  .medium-down--push-two-quarters {
    left: 50%; }

  .medium-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%; }

  .medium-down--push-two-fifths {
    left: 40%; }

  .medium-down--push-three-fifths {
    left: 60%; }

  .medium-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.66667%; }

  .medium-down--push-two-sixths {
    left: 33.33333%; }

  .medium-down--push-three-sixths {
    left: 50%; }

  .medium-down--push-four-sixths {
    left: 66.66667%; }

  .medium-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-down--push-one-eighth {
    margin-left: 12.5%; }

  .medium-down--push-two-eighths {
    left: 25%; }

  .medium-down--push-three-eighths {
    left: 37.5%; }

  .medium-down--push-four-eighths {
    left: 50%; }

  .medium-down--push-five-eighths {
    left: 62.5%; }

  .medium-down--push-six-eighths {
    left: 75%; }

  .medium-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%; }

  .medium-down--push-two-tenths {
    left: 20%; }

  .medium-down--push-three-tenths {
    left: 30%; }

  .medium-down--push-four-tenths {
    left: 40%; }

  .medium-down--push-five-tenths {
    left: 50%; }

  .medium-down--push-six-tenths {
    left: 60%; }

  .medium-down--push-seven-tenths {
    left: 70%; }

  .medium-down--push-eight-tenths {
    left: 80%; }

  .medium-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.33333%; }

  .medium-down--push-two-twelfths {
    left: 16.66667%; }

  .medium-down--push-three-twelfths {
    left: 25%; }

  .medium-down--push-four-twelfths {
    left: 33.33333%; }

  .medium-down--push-five-twelfths {
    left: 41.66667%; }

  .medium-down--push-six-twelfths {
    left: 50%; }

  .medium-down--push-seven-twelfths {
    left: 58.33333%; }

  .medium-down--push-eight-twelfths {
    left: 66.66667%; }

  .medium-down--push-nine-twelfths {
    left: 75%; }

  .medium-down--push-ten-twelfths {
    left: 83.33333%; }

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1349px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-down--push-one-third {
    left: 33.33333%; }

  .large-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-down--push-one-quarter {
    left: 25%; }

  .large-down--push-two-quarters {
    left: 50%; }

  .large-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-down--push-one-fifth {
    left: 20%; }

  .large-down--push-two-fifths {
    left: 40%; }

  .large-down--push-three-fifths {
    left: 60%; }

  .large-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-down--push-one-sixth {
    left: 16.66667%; }

  .large-down--push-two-sixths {
    left: 33.33333%; }

  .large-down--push-three-sixths {
    left: 50%; }

  .large-down--push-four-sixths {
    left: 66.66667%; }

  .large-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-down--push-one-eighth {
    margin-left: 12.5%; }

  .large-down--push-two-eighths {
    left: 25%; }

  .large-down--push-three-eighths {
    left: 37.5%; }

  .large-down--push-four-eighths {
    left: 50%; }

  .large-down--push-five-eighths {
    left: 62.5%; }

  .large-down--push-six-eighths {
    left: 75%; }

  .large-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-down--push-one-tenth {
    left: 10%; }

  .large-down--push-two-tenths {
    left: 20%; }

  .large-down--push-three-tenths {
    left: 30%; }

  .large-down--push-four-tenths {
    left: 40%; }

  .large-down--push-five-tenths {
    left: 50%; }

  .large-down--push-six-tenths {
    left: 60%; }

  .large-down--push-seven-tenths {
    left: 70%; }

  .large-down--push-eight-tenths {
    left: 80%; }

  .large-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-down--push-one-twelfth {
    left: 8.33333%; }

  .large-down--push-two-twelfths {
    left: 16.66667%; }

  .large-down--push-three-twelfths {
    left: 25%; }

  .large-down--push-four-twelfths {
    left: 33.33333%; }

  .large-down--push-five-twelfths {
    left: 41.66667%; }

  .large-down--push-six-twelfths {
    left: 50%; }

  .large-down--push-seven-twelfths {
    left: 58.33333%; }

  .large-down--push-eight-twelfths {
    left: 66.66667%; }

  .large-down--push-nine-twelfths {
    left: 75%; }

  .large-down--push-ten-twelfths {
    left: 83.33333%; }

  .large-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1024px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    margin-left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1350px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%; }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.33333%; }

  .widescreen--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%; }

  .widescreen--push-two-quarters {
    left: 50%; }

  .widescreen--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%; }

  .widescreen--push-two-fifths {
    left: 40%; }

  .widescreen--push-three-fifths {
    left: 60%; }

  .widescreen--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.66667%; }

  .widescreen--push-two-sixths {
    left: 33.33333%; }

  .widescreen--push-three-sixths {
    left: 50%; }

  .widescreen--push-four-sixths {
    left: 66.66667%; }

  .widescreen--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .widescreen--push-one-eighth {
    margin-left: 12.5%; }

  .widescreen--push-two-eighths {
    left: 25%; }

  .widescreen--push-three-eighths {
    left: 37.5%; }

  .widescreen--push-four-eighths {
    left: 50%; }

  .widescreen--push-five-eighths {
    left: 62.5%; }

  .widescreen--push-six-eighths {
    left: 75%; }

  .widescreen--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%; }

  .widescreen--push-two-tenths {
    left: 20%; }

  .widescreen--push-three-tenths {
    left: 30%; }

  .widescreen--push-four-tenths {
    left: 40%; }

  .widescreen--push-five-tenths {
    left: 50%; }

  .widescreen--push-six-tenths {
    left: 60%; }

  .widescreen--push-seven-tenths {
    left: 70%; }

  .widescreen--push-eight-tenths {
    left: 80%; }

  .widescreen--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.33333%; }

  .widescreen--push-two-twelfths {
    left: 16.66667%; }

  .widescreen--push-three-twelfths {
    left: 25%; }

  .widescreen--push-four-twelfths {
    left: 33.33333%; }

  .widescreen--push-five-twelfths {
    left: 41.66667%; }

  .widescreen--push-six-twelfths {
    left: 50%; }

  .widescreen--push-seven-twelfths {
    left: 58.33333%; }

  .widescreen--push-eight-twelfths {
    left: 66.66667%; }

  .widescreen--push-nine-twelfths {
    left: 75%; }

  .widescreen--push-ten-twelfths {
    left: 83.33333%; }

  .widescreen--push-eleven-twelfths {
    left: 91.66667%; } }
@font-face {
  font-family: "Andale";
  src: url("/cdn/shop/t/8/assets/Andale_Mono.woff2?v=99525762374078085031628821702") format("woff2"), url("/cdn/shop/t/8/assets/Andale-Mono.woff?v=71942403651828800361628821702") format("woff");
  font-style: normal; }

@font-face {
  font-family: "Verona";
  src: url("/cdn/shop/t/8/assets/Verona.woff2?v=42913204048122364091628821836") format("woff2"), url("/cdn/shop/t/8/assets/Verona.woff?v=30806023656639447591628821836") format("woff");
  font-style: normal; }

.verona, .verona * {
  font-family: "Verona" !important; }

.andale, .andale * {
  font-family: "Andale" !important;
  font-size: 14px; }

/*================ Custom Lokai Width-Limited Classes ================*/
.width-limited {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 1350px) {
    .width-limited.grid {
      margin-left: calc(50vw - 705px);
      margin-right: calc(50vw - 675px); } }
  @media all and (max-width: 767px) {
    .width-limited.grid {
      margin-left: -30px;
      margin-right: 0; } }

/*================ General layout styles ================*/
body,
html {
  background-color: white; }

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

@media all and (min-width: 1235px) {
  .lk-large-up--line-break {
    display: block; } }

/*================ 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(.klarna-icon) circle,
svg.icon:not(.klarna-icon) ellipse,
svg.icon:not(.klarna-icon) g,
svg.icon:not(.klarna-icon) line,
svg.icon:not(.klarna-icon) path,
svg.icon:not(.klarna-icon) polygon,
svg.icon:not(.klarna-icon) polyline,
svg.icon:not(.klarna-icon) rect,
symbol.icon:not(.klarna-icon) circle,
symbol.icon:not(.klarna-icon) ellipse,
symbol.icon:not(.klarna-icon) g,
symbol.icon:not(.klarna-icon) line,
symbol.icon:not(.klarna-icon) path,
symbol.icon:not(.klarna-icon) polygon,
symbol.icon:not(.klarna-icon) polyline,
symbol.icon:not(.klarna-icon) 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: 767px) {
  .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/shop/t/8/assets/ico-select.svg?v=51848266644019681931628821888);
  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; }

/*================ LOKAI SPECIFIC SITEWIDE CONFIG ================*/
#breast-cancer-lokai .lk-pdp-selector-color.pink {
  background: #fa679c !important; }

#pride-lokai #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.swirl,
#PrideLokai > div.lk-collection-item-color-swatches > div.lk-collection-item-color-container.lk-option-swirl .swirl {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7a73+0,fd7a73+14,f99901+18,f99901+32,ead604+35,ead604+48,26813a+51,26813a+66,4736a4+70,4736a4+83,e492d9+86,e492d9+100 */
  background: #fd7a73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7a73', endColorstr='#e492d9',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body {
  position: absolute;
  top: 0;
  width: 100%; }

html,
body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #ffffff; }
  html.noscroll,
  body.noscroll {
    overflow-y: hidden; }
    @media only screen and (max-width: 767px) {
      html.noscroll,
      body.noscroll {
        position: fixed; } }

[data-whatintent="mouse"] *:focus {
  outline: none; }

@media only screen and (max-width: 767px) {
  body.template-product {
    height: 100%;
    overflow-y: scroll; }
    body.template-product #lk-header {
      background: #fff; } }
@media only screen and (min-width: 768px) {
  .lk-hide-desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .lk-hide-mobile {
    display: none !important; } }

.lk-btn,
.shopify-challenge__button {
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: #282829;
  font-weight: 500;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  border: 1px solid #c8c8c8;
  display: inline-block;
  min-width: 180px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.12px; }
  .lk-btn:hover,
  .shopify-challenge__button:hover {
    background: #282829;
    color: #fff;
    cursor: pointer; }
  .lk-btn.lk-btn-white,
  .shopify-challenge__button.lk-btn-white {
    border: 1px solid white;
    color: white;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out; }
    .lk-btn.lk-btn-white:hover,
    .shopify-challenge__button.lk-btn-white:hover {
      border: 1px solid #282829; }
  .lk-btn.lk-giving-tuesday-button:hover,
  .shopify-challenge__button.lk-giving-tuesday-button:hover {
    border: 1px solid #fbfbfb; }
  .lk-btn.lk-btn-dark,
  .shopify-challenge__button.lk-btn-dark {
    border: 1px solid #282829;
    background: #282829;
    color: #fff;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out; }
    .lk-btn.lk-btn-dark:hover,
    .shopify-challenge__button.lk-btn-dark:hover {
      border: 1px solid #282829;
      background: #fff;
      color: #282829; }
  .lk-btn.lk-btn-disabled-glow,
  .shopify-challenge__button.lk-btn-disabled-glow {
    background: #fff;
    color: #282829;
    border: 2px solid #69e398; }
    .lk-btn.lk-btn-disabled-glow:hover,
    .shopify-challenge__button.lk-btn-disabled-glow:hover {
      border: 2px solid #69e398;
      cursor: default; }
  .lk-btn.lk-btn-grey,
  .shopify-challenge__button.lk-btn-grey {
    background: #dfdede; }
    .lk-btn.lk-btn-grey:hover,
    .shopify-challenge__button.lk-btn-grey:hover {
      background: #ecebeb;
      cursor: pointer; }
  .lk-btn.lk-btn-glow,
  .shopify-challenge__button.lk-btn-glow {
    background: #52e789;
    border: 2px solid #52e789;
    color: #282829; }
    .lk-btn.lk-btn-glow:hover,
    .shopify-challenge__button.lk-btn-glow:hover {
      border: 2px solid #52e789;
      background: #fff; }

#lk-glow-video-row {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    #lk-glow-video-row h2 {
      font-size: 40px;
      padding-top: 100px; } }
  #lk-glow-video-row p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px; }
  #lk-glow-video-row .lk-video-left-col {
    padding-top: 60px; }
    @media only screen and (max-width: 767px) {
      #lk-glow-video-row .lk-video-left-col {
        width: calc(100% - 60px);
        margin: 30px 30px 60px 45px;
        padding: 0 !important; }
        #lk-glow-video-row .lk-video-left-col h2 {
          margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    #lk-glow-video-row video {
      padding: 5% 0; } }

#lk-btn-show-bundle-options {
  color: #d45b97;
  border: 1px solid #d45b97;
  background: #fff; }
  #lk-btn-show-bundle-options:hover {
    background: #d45b97;
    color: #fff; }

.lazy-load {
  min-height: 162px; }

.lk-btn-block {
  display: block; }

.lk-btn-clear {
  background: none;
  background-color: none;
  border-color: #fff;
  color: #fff; }

.lk-btn-checkout {
  padding: 6px 0 4px;
  font-size: 14px;
  display: block;
  height: auto;
  margin: 10px auto 30px;
  color: #fff;
  border-color: #fff;
  background: #282829;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
  border: 1px solid #fff !important; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .lk-btn-checkout {
      margin-bottom: 30px; } }
  .lk-btn-checkout:hover {
    background: #000; }

.lk-banner-link {
  position: absolute;
  bottom: 65px;
  left: calc(50% - 80px);
  border: none;
  line-height: 44px; }

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
select,
textarea {
  background: none;
  border: 1px solid #c8c8c8;
  display: block;
  border-radius: 0;
  height: 28px;
  padding: 5px 10px 0;
  font-size: 16px;
  line-height: 28px; }
  input[type="email"]::placeholder, input[type="email"]::-webkit-input-placeholder, input[type="email"]::-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="email"]:-moz-placeholder,
  input[type="password"]::placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="text"]::placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="tel"]::placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="tel"]:-moz-placeholder,
  select::placeholder,
  select::-webkit-input-placeholder,
  select::-moz-placeholder,
  select:-ms-input-placeholder,
  select:-moz-placeholder,
  textarea::placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea:-moz-placeholder {
    color: #282829;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px; }

[data-whatintent="mouse"] input:focus,
[data-whatintent="mouse"] textarea:focus,
[data-whatintent="mouse"] button:focus,
[data-whatintent="mouse"] select:focus {
  outline: none; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: none; }

.lk-checkbox-label {
  font-size: 14px; }

input.error {
  border-color: #f15a5a; }

input[type="radio"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #969696; }

input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% 25% 15% 24%;
  border-radius: 50%; }

input[type="radio"]:checked:before {
  background: #969696; }

input[type="radio"]:checked {
  border-color: #282829; }

.fade-up {
  opacity: 0.2;
  transition: opacity 350ms, -webkit-opacity 350ms; }

.fade-up.lazyloaded {
  opacity: 1; }

#preview-bar-iframe {
  display: none; }

#share #talkable-offer {
  padding: 30px 0; }
  #share #talkable-offer .campaign .content {
    border-color: none; }

[data-whatintent="mouse"] input:focus,
[data-whatintent="mouse"] textarea:focus,
[data-whatintent="mouse"] image:focus {
  outline: none; }

.pagination {
  padding: 20px; }

#lokai-home > img {
  display: none;
  margin: -5px; }

.lk-gray-row {
  text-align: center;
  padding: 60px 0;
  background: #f6f6f6; }
  .lk-gray-row h3,
  .lk-gray-row p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.lk-home-tile-subtitle {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .lk-home-tile-subtitle {
      font-size: 24px;
      margin-top: 5px; } }

.lk-mood-board-star-wars-tile h3 {
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .lk-mood-board-star-wars-tile h3 {
      margin-top: 75px; } }
.lk-mood-board-star-wars-tile small {
  display: block;
  margin-bottom: 20px; }
.lk-mood-board-star-wars-tile p {
  margin-bottom: 0;
  padding-bottom: 15px; }
@media only screen and (max-width: 767px) {
  .lk-mood-board-star-wars-tile .lk-mood-board-top-left-img {
    width: 32vw;
    height: 32vw; } }

.lk-mood-board-tile {
  width: 100%;
  height: 480px;
  padding: 30px;
  display: block;
  clear: both; }
  .lk-mood-board-tile .lk-mood-board-tile-right {
    display: inline-block;
    padding-bottom: 20px; }
    .lk-mood-board-tile .lk-mood-board-tile-right.lk-align-center {
      text-align: center; }
  .lk-mood-board-tile .lk-mood-board-tile-left {
    display: inline-block;
    text-align: center;
    padding: 35px 20px 50px 30px; }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile .lk-mood-board-tile-left {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 0; }
        .lk-mood-board-tile .lk-mood-board-tile-left h2 {
          padding-left: 0;
          padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile .lk-mood-board-tile-left.lk-story-text {
        text-align: left; }
        .lk-mood-board-tile .lk-mood-board-tile-left.lk-story-text h2 {
          padding-left: 0;
          padding-right: 0; } }
    .lk-mood-board-tile .lk-mood-board-tile-left.lk-align-right {
      text-align: right;
      display: inline-block;
      float: left; }
      .lk-mood-board-tile .lk-mood-board-tile-left.lk-align-right .lk-mood-board-left img {
        float: right; }
      .lk-mood-board-tile .lk-mood-board-tile-left.lk-align-right .lk-mood-board-right {
        text-align: left; }
        .lk-mood-board-tile .lk-mood-board-tile-left.lk-align-right .lk-mood-board-right img {
          float: left;
          margin-bottom: 10px; }
      .lk-mood-board-tile .lk-mood-board-tile-left.lk-align-right img {
        display: block; }
  .lk-mood-board-tile .lk-mood-board-images-container {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile .lk-mood-board-images-container {
        margin-left: -30px;
        margin-right: -45px; } }
    .lk-mood-board-tile .lk-mood-board-images-container .lk-mood-board-images-container-left-column {
      width: 45%;
      float: left;
      text-align: right;
      padding-right: 10px; }
    .lk-mood-board-tile .lk-mood-board-images-container .lk-mood-board-images-container-right-column {
      width: 55%;
      float: left; }
  @media only screen and (min-width: 1024px) {
    .lk-mood-board-tile .lk-mood-board-left,
    .lk-mood-board-tile .lk-mood-board-right {
      max-width: 450px; } }
  .lk-mood-board-tile .lk-mood-board-left {
    text-align: right; }
  .lk-mood-board-tile .lk-mood-board-right {
    text-align: left; }
  .lk-mood-board-tile .lk-mood-board-tile-left small,
  .lk-mood-board-tile .lk-mood-board-tile-right small {
    display: block;
    margin-bottom: 30px;
    margin-top: -30px; }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile .lk-mood-board-tile-left small,
      .lk-mood-board-tile .lk-mood-board-tile-right small {
        margin-top: 0; } }
  .lk-mood-board-tile .lk-mood-board-tile-left h2,
  .lk-mood-board-tile .lk-mood-board-tile-right h2 {
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 530px;
    line-height: 1.2em; }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile .lk-mood-board-tile-left h2,
      .lk-mood-board-tile .lk-mood-board-tile-right h2 {
        font-size: 32px; } }
  .lk-mood-board-tile p {
    padding: 0 60px 30px; }
    @media only screen and (max-width: 767px) {
      .lk-mood-board-tile p {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        padding-bottom: 16px; } }
  .lk-mood-board-tile .lk-mood-board-left,
  .lk-mood-board-tile .lk-mood-board-left {
    width: 50%;
    float: left; }
    .lk-mood-board-tile .lk-mood-board-left img,
    .lk-mood-board-tile .lk-mood-board-left img {
      margin: 2.5px 0 2.5px 10px;
      max-width: calc(100% - 10px); }
      @media only screen and (max-width: 767px) {
        .lk-mood-board-tile .lk-mood-board-left img,
        .lk-mood-board-tile .lk-mood-board-left img {
          max-height: 38vw; } }
  .lk-mood-board-tile .lk-mood-board-left {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .lk-mood-board-right-img {
    max-height: 63vw; } }

.lk-float-right > div {
  float: right; }

.lk-mood-board-right.lk-extra-padding {
  padding-left: 10px; }

.lk-mood-board-top-left-img {
  max-width: 80%;
  padding-bottom: 3px; }

.lk-mood-board-bottom-left-img {
  max-width: 90%; }

.lk-mood-board-right,
.lk-mood-board-left {
  padding-left: 0; }

.lk-mood-board-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .lk-mood-board-mobile {
      display: block; } }
  .lk-mood-board-mobile .grid__item.three-fifths > img {
    max-height: 167px; }

.lk-float-left .lk-mood-board-tile-left,
.lk-float-left .lk-mood-board-tile-right {
  float: left;
  text-align: center; }
.lk-float-left .lk-mood-board-right {
  width: 50%;
  float: left;
  text-align: left; }

.lk-mood-board-half-grid-padding {
  padding-left: 15px; }

.lk-align-right {
  text-align: right; }
  .lk-align-right img {
    max-height: 60%;
    margin-top: 40%;
    margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .lk-mood-board-tile {
    margin-left: -5px; } }
.lk-testimonials {
  background: #fbfbfb;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 10px 30px; }
  .lk-testimonials h3,
  .lk-testimonials p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .lk-testimonials h3 {
    margin: 20px auto;
    font-size: 32px;
    line-height: 38px; }
    @media only screen and (max-width: 767px) {
      .lk-testimonials h3 {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.2px; } }

.lk-home-half-width-tile-container-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .lk-home-half-width-tile-container-mobile {
      display: block;
      clear: both;
      padding: 0 30px 40px;
      text-align: center; }
      .lk-home-half-width-tile-container-mobile h3 {
        margin-bottom: 10px; } }

.lk-full-width-background-img-row {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  text-align: center; }
  .lk-full-width-background-img-row h2 {
    padding: 200px 100px 0;
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .lk-full-width-background-img-row h2 {
        padding-left: 30px;
        padding-right: 30px; } }
  .lk-full-width-background-img-row h3 {
    color: #fff; }

.lk-quick-add-size-btn {
  background: #fff;
  padding: 10px 18px;
  margin: 0 -2px; }
  .lk-quick-add-size-btn:hover {
    background: #e3e3e3;
    cursor: pointer; }
  .lk-quick-add-size-btn.inactive {
    color: #969696; }
    .lk-quick-add-size-btn.inactive:hover {
      background: #f1f1f1;
      cursor: default; }

@media only screen and (max-width: 767px) {
  .lk-desktop-only {
    display: none; } }

.lk-mobile-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .lk-mobile-only {
      display: block; } }

.lk-menu-results-item img {
  width: 80%; }
  .lk-menu-results-item img:hover {
    cursor: pointer; }
  .lk-menu-results-item img.lk-menu-nfl-collection-img {
    width: 94%;
    margin: -8% 0; }

.lk-clear-left {
  clear: left; }

.lk-clear-right {
  clear: right; }

.lk-quick-add-btn {
  display: inline-block;
  background: #f1f1f1;
  letter-spacing: 1.12px;
  margin: 0 -5px; }
  .lk-quick-add-btn:hover {
    cursor: pointer; }

.page-black-friday .lk-giving-tuesday-button {
  display: none; }

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  outline: inherit; }

@media only screen and (max-width: 767px) {
  .lk-small--break {
    display: block; } }

.lk-standalone-video-container {
  position: relative;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  .lk-standalone-video-container .lk-video-play-btn,
  .lk-standalone-video-container .lk-video-replay-btn {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .lk-standalone-video-container .lk-video-play-btn,
      .lk-standalone-video-container .lk-video-replay-btn {
        height: 40px;
        width: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px); } }
  .lk-standalone-video-container .lk-video-replay-btn {
    opacity: 0; }
    .lk-standalone-video-container .lk-video-replay-btn.active {
      opacity: 0.85; }
  .lk-standalone-video-container .lk-video-pause-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .lk-standalone-video-container .lk-video-pause-btn {
        left: 15px;
        bottom: 15px;
        width: 15px;
        height: 15px; } }
    .lk-standalone-video-container .lk-video-pause-btn:hover {
      cursor: pointer; }
  .lk-standalone-video-container .lk-video-play-btn:hover,
  .lk-standalone-video-container .lk-video-pause-btn:hover {
    cursor: pointer; }
  .lk-standalone-video-container.playing .lk-video-play-btn {
    opacity: 0; }
  .lk-standalone-video-container.playing:hover .lk-video-pause-btn {
    opacity: 1; }
  .lk-standalone-video-container.ended .lk-video-play-btn {
    opacity: 0; }
  .lk-standalone-video-container.ended:hover .lk-video-pause-btn {
    opacity: 0; }
  .lk-standalone-video-container .lk-video-replay-btn:hover {
    cursor: pointer; }
  .lk-standalone-video-container video {
    max-width: 100%; }
    .lk-standalone-video-container video:hover {
      cursor: pointer; }

.lk-mood-board-row {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex; }
  .lk-mood-board-row .lk-mood-board-row-left {
    text-align: right;
    justify-content: flex-end;
    width: 38%; }
    .lk-mood-board-row .lk-mood-board-row-left .lk-mood-board-top-left-img {
      max-width: 55%;
      margin-right: 15px;
      margin-bottom: 15px; }
    .lk-mood-board-row .lk-mood-board-row-left .lk-mood-board-bottom-left-img {
      margin-right: 15px; }
  .lk-mood-board-row .lk-mood-board-row-middle {
    text-align: center;
    width: 32.5%; }
  .lk-mood-board-row .lk-mood-board-row-right {
    text-align: left;
    width: 32%;
    justify-content: flex-start; }
    .lk-mood-board-row .lk-mood-board-row-right .lk-mood-board-top-right-img {
      margin-left: 15px;
      margin-bottom: 15px; }
    .lk-mood-board-row .lk-mood-board-row-right .lk-mood-board-bottom-right-img {
      max-width: 70%;
      margin-left: 15px; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreThinItalic.eot");
  src: url("CalibreThinItalic.eot?#iefix") format("embedded-opentype"), url("CalibreThinItalic.woff") format("woff"), url("CalibreThinItalic.ttf") format("truetype"), url("CalibreThinItalic.svg#CalibreThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreThin.eot");
  src: url("CalibreThin.eot?#iefix") format("embedded-opentype"), url("CalibreThin.woff") format("woff"), url("CalibreThin.ttf") format("truetype"), url("CalibreThin.svg#CalibreThin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreBoldItalic.eot");
  src: url("CalibreBoldItalic.eot?#iefix") format("embedded-opentype"), url("CalibreBoldItalic.woff") format("woff"), url("CalibreBoldItalic.ttf") format("truetype"), url("CalibreBoldItalic.svg#calibreboldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreLight.eot");
  src: url("CalibreLight.eot?#iefix") format("embedded-opentype"), url("CalibreLight.woff") format("woff"), url("CalibreLight.ttf") format("truetype"), url("CalibreLight.svg#CalibreLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Calibre-Light';
  src: url("CalibreLight.eot");
  src: url("CalibreLight.eot?#iefix") format("embedded-opentype"), url("CalibreLight.woff") format("woff"), url("CalibreLight.ttf") format("truetype"), url("CalibreLight.svg#CalibreLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreRegular.eot");
  src: url("CalibreRegular.eot?#iefix") format("embedded-opentype"), url("CalibreRegular.woff") format("woff"), url("CalibreRegular.ttf") format("truetype"), url("CalibreRegular.svg#CalibreRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Calibre-Medium';
  src: url("CalibreRegular.eot");
  src: url("CalibreRegular.eot?#iefix") format("embedded-opentype"), url("CalibreRegular.woff") format("woff"), url("CalibreRegular.ttf") format("truetype"), url("CalibreRegular.svg#CalibreRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

@font-face {
  font-family: 'Calibre';
  src: url("CalibreMedium.eot");
  src: url("CalibreMedium.eot?#iefix") format("embedded-opentype"), url("CalibreMedium.woff") format("woff"), url("CalibreMedium.ttf") format("truetype"), url("CalibreMedium.svg#CalibreMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreSemiboldItalic.eot");
  src: url("CalibreSemiboldItalic.eot?#iefix") format("embedded-opentype"), url("CalibreSemiboldItalic.woff") format("woff"), url("CalibreSemiboldItalic.ttf") format("truetype"), url("CalibreSemiboldItalic.svg#CalibreSemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreBlackItalic.eot");
  src: url("CalibreBlackItalic.eot?#iefix") format("embedded-opentype"), url("CalibreBlackItalic.woff") format("woff"), url("CalibreBlackItalic.ttf") format("truetype"), url("CalibreBlackItalic.svg#CalibreBlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreBlack.eot");
  src: url("CalibreBlack.eot?#iefix") format("embedded-opentype"), url("CalibreBlack.woff") format("woff"), url("CalibreBlack.ttf") format("truetype"), url("CalibreBlack.svg#CalibreBlack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreMediumItalic.eot");
  src: url("CalibreMediumItalic.eot?#iefix") format("embedded-opentype"), url("CalibreMediumItalic.woff") format("woff"), url("CalibreMediumItalic.ttf") format("truetype"), url("CalibreMediumItalic.svg#CalibreMediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreLightItalic.eot");
  src: url("CalibreLightItalic.eot?#iefix") format("embedded-opentype"), url("CalibreLightItalic.woff") format("woff"), url("CalibreLightItalic.ttf") format("truetype"), url("CalibreLightItalic.svg#CalibreLightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Calibre';
  src: url("CalibreSemibold.eot");
  src: url("CalibreSemibold.eot?#iefix") format("embedded-opentype"), url("CalibreSemibold.woff") format("woff"), url("CalibreSemibold.ttf") format("truetype"), url("CalibreSemibold.svg#CalibreSemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Calibre';
  src: url("/cdn/shop/t/8/assets/CalibreBold.eot?v=86702911741901659261628821720");
  src: url("/cdn/shop/t/8/assets/CalibreBold.eot?%23iefix&v=86702911741901659261628821720") format("embedded-opentype"), url("/cdn/shop/t/8/assets/CalibreBold.woff?v=26602082992335668521628821721") format("woff"), url("/cdn/shop/t/8/assets/CalibreBold.ttf?v=107154243599961284871628821721") format("truetype"), url("/cdn/shop/t/8/assets/CalibreBold.svg%23CalibreBold?3534") format("svg");
  font-weight: bold;
  font-style: normal; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
input,
select,
li {
  font-family: "Calibre", Helvetica, Arial, Sans-Serif;
  color: #282829; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.0577em; }

h1 {
  font-size: 84px;
  text-transform: uppercase; }

h2 {
  font-size: 56px;
  text-transform: uppercase; }

h3 {
  font-size: 32px;
  letter-spacing: 0.0003em; }
  h3.headline {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.0577em; }

h4 {
  font-size: 26px;
  letter-spacing: 0.0003em; }

h5 {
  font-size: 22px;
  letter-spacing: 0.0003em; }

h6 {
  font-size: 19px;
  letter-spacing: 0.0003em; }

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.0005em; }
  p.headline {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px; }
  p.button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.0933em;
    font-weight: 500; }
  p.caption {
    font-size: 14px;
    font-weight: 400; }
  p.gray-text {
    color: #969696;
    font-weight: 400;
    font-size: 14px; }
  p.small {
    font-size: 12px; }

@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding-left: 15px;
    padding-right: 15px; }

  h1 {
    font-size: 46px; }

  h2 {
    font-size: 36px;
    text-transform: uppercase; }

  h3 {
    font-size: 28px;
    letter-spacing: 0.0003em; }
    h3.headline {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.0714em; }

  p {
    font-size: 18px;
    letter-spacing: 0.0005em; }
    p.headline {
      letter-spacing: 0.0937em;
      text-transform: uppercase;
      font-weight: 500; }
    p.button {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.0735em;
      font-weight: 500; }
    p.caption {
      font-size: 16px;
      letter-spacing: 0.0003em; } }
a {
  text-decoration: none; }

a.caption {
  color: #969696; }

.lk-strikethrough {
  color: #898989;
  position: relative;
  margin-right: 5px; }
  .lk-strikethrough:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 61%;
    left: 0;
    border-bottom: 1px solid #898989; }

.lk-discount-price {
  color: #f15a5a; }

.lk-grey-link {
  color: #969696;
  text-decoration: underline;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  .lk-grey-link:hover {
    color: #282829; }

/*================ MODULES ================*/
#lk-header-grid {
  position: fixed;
  z-index: 13;
  width: 100%;
  top: 0;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear; }
  #lk-header-grid.scrolled-down {
    background: #282829; }

#lk-header .lk-main-menu-item a,
#lk-header .site-nav-right a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  font-weight: 500px;
  font-size: 14px;
  font-weight: 500;
  color: #fff; }
#lk-header li {
  list-style: none;
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px; }
  @media only screen and (min-width: 1024px) and (max-width: 1349px) {
    #lk-header li.lk-main-menu-item {
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (max-width: 1023px) {
    #lk-header li {
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (max-width: 767px) {
    #lk-header li {
      margin-left: 0; } }
#lk-header .site-logo img {
  max-height: 20px;
  margin-top: 14px; }
  @media only screen and (max-width: 767px) {
    #lk-header .site-logo img {
      margin-top: 5px;
      max-height: initial; } }
#lk-header .lk-logo-container {
  text-align: center; }
#lk-header #lk-header.active, #lk-header #lk-header.mobile-open {
  background: #fff;
  z-index: 13; }
#lk-header #lk-header-right {
  padding-right: 6px; }
  @media only screen and (max-width: 767px) {
    #lk-header #lk-header-right {
      padding-left: 0;
      padding-right: 10px; } }
#lk-header #lk-logo-dark {
  display: none; }

@media only screen and (max-width: 767px) {
  #lk-promo-banner {
    font-size: 14px; } }
@media all and (max-width: 320px) {
  #lk-promo-banner {
    font-size: 12px; } }

#lk-free-shipping-banner {
  width: 100%;
  height: 62px;
  display: none;
  background: #282829;
  border-bottom: 1px solid #969696;
  position: fixed;
  top: 0;
  z-index: 5;
  padding: 20px 0;
  text-align: center;
  color: #ffffff; }
  #lk-free-shipping-banner .lk-free-shipping-banner-text {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      #lk-free-shipping-banner .lk-free-shipping-banner-text {
        font-size: 14px; } }
  #lk-free-shipping-banner .lk-free-shipping-button {
    color: #282829;
    background: #fbfbfb;
    border-radius: 2px;
    padding: 8px 12px 4px;
    font-weight: 400;
    margin-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px; }
    @media only screen and (max-width: 767px) {
      #lk-free-shipping-banner .lk-free-shipping-button {
        margin-left: 10px;
        font-size: 11px;
        padding-left: 6px;
        padding-right: 6px;
        letter-spacing: 0.8px; } }

.template- {
  padding-top: 50px; }

.template-product #lk-header-search-new-link:before,
.template-reset_password #lk-header-search-new-link:before,
.page-prints-gift-card #lk-header-search-new-link:before,
.template- #lk-header-search-new-link:before,
.template-index #lk-header-search-new-link:before,
#charms-collection #lk-header-search-new-link:before,
.page-pay-it-forward #lk-header-search-new-link:before,
.page-womens-empowerment #lk-header-search-new-link:before,
.page-carbon-landing #lk-header-search-new-link:before,
.template-reviews #lk-header-search-new-link:before,
.page-disney #lk-header-search-new-link:before,
.page-marvel #lk-header-search-new-link:before,
#disney-collection #lk-header-search-new-link:before,
#disney-x-lokai-collection #lk-header-search-new-link:before,
#marvel-collection #lk-header-search-new-link:before,
.page-reviews #lk-header-search-new-link:before,
.page-charity #lk-header-search-new-link:before,
.template-cart #lk-header-search-new-link:before,
.page-game-day-landing #lk-header-search-new-link:before,
.template-login #lk-header-search-new-link:before,
#game-day-collection-lokai #lk-header-search-new-link:before,
#shop-all-lokai-products-lokai #lk-header-search-new-link:before,
.page-cyber-monday-sale #lk-header-search-new-link:before,
.page-black-friday-gifts #lk-header-search-new-link:before,
#breast-cancer-lokai #lk-header-search-new-link:before,
#breast-cancer-collection #lk-header-search-new-link:before,
.page-summer-trends #lk-header-search-new-link:before,
.page-mycause #lk-header-search-new-link:before,
#products.template-collection #lk-header-search-new-link:before,
.page-ourstory #lk-header-search-new-link:before,
#the-skimm #lk-header-search-new-link:before,
#create-account #lk-header-search-new-link:before,
.page-tracking #lk-header-search-new-link:before,
.page-legal #lk-header-search-new-link:before,
.page-share #lk-header-search-new-link:before,
#size-guide #lk-header-search-new-link:before,
#nhl-lokai-game-day-collection #lk-header-search-new-link:before {
  content: url("/cdn/shop/t/8/assets/lk-search-black.svg?v=16332694759419278921628821750"); }
.template-product #lk-header-grid.scrolled-down,
.template-reset_password #lk-header-grid.scrolled-down,
.page-prints-gift-card #lk-header-grid.scrolled-down,
.template- #lk-header-grid.scrolled-down,
.template-index #lk-header-grid.scrolled-down,
#charms-collection #lk-header-grid.scrolled-down,
.page-pay-it-forward #lk-header-grid.scrolled-down,
.page-womens-empowerment #lk-header-grid.scrolled-down,
.page-carbon-landing #lk-header-grid.scrolled-down,
.template-reviews #lk-header-grid.scrolled-down,
.page-disney #lk-header-grid.scrolled-down,
.page-marvel #lk-header-grid.scrolled-down,
#disney-collection #lk-header-grid.scrolled-down,
#disney-x-lokai-collection #lk-header-grid.scrolled-down,
#marvel-collection #lk-header-grid.scrolled-down,
.page-reviews #lk-header-grid.scrolled-down,
.page-charity #lk-header-grid.scrolled-down,
.template-cart #lk-header-grid.scrolled-down,
.page-game-day-landing #lk-header-grid.scrolled-down,
.template-login #lk-header-grid.scrolled-down,
#game-day-collection-lokai #lk-header-grid.scrolled-down,
#shop-all-lokai-products-lokai #lk-header-grid.scrolled-down,
.page-cyber-monday-sale #lk-header-grid.scrolled-down,
.page-black-friday-gifts #lk-header-grid.scrolled-down,
#breast-cancer-lokai #lk-header-grid.scrolled-down,
#breast-cancer-collection #lk-header-grid.scrolled-down,
.page-summer-trends #lk-header-grid.scrolled-down,
.page-mycause #lk-header-grid.scrolled-down,
#products.template-collection #lk-header-grid.scrolled-down,
.page-ourstory #lk-header-grid.scrolled-down,
#the-skimm #lk-header-grid.scrolled-down,
#create-account #lk-header-grid.scrolled-down,
.page-tracking #lk-header-grid.scrolled-down,
.page-legal #lk-header-grid.scrolled-down,
.page-share #lk-header-grid.scrolled-down,
#size-guide #lk-header-grid.scrolled-down,
#nhl-lokai-game-day-collection #lk-header-grid.scrolled-down {
  background: #fff; }
.template-product #lk-header a,
.template-product #lk-header .lk-menuicon-bread span,
.template-reset_password #lk-header a,
.template-reset_password #lk-header .lk-menuicon-bread span,
.page-prints-gift-card #lk-header a,
.page-prints-gift-card #lk-header .lk-menuicon-bread span,
.template- #lk-header a,
.template- #lk-header .lk-menuicon-bread span,
.template-index #lk-header a,
.template-index #lk-header .lk-menuicon-bread span,
#charms-collection #lk-header a,
#charms-collection #lk-header .lk-menuicon-bread span,
.page-pay-it-forward #lk-header a,
.page-pay-it-forward #lk-header .lk-menuicon-bread span,
.page-womens-empowerment #lk-header a,
.page-womens-empowerment #lk-header .lk-menuicon-bread span,
.page-carbon-landing #lk-header a,
.page-carbon-landing #lk-header .lk-menuicon-bread span,
.template-reviews #lk-header a,
.template-reviews #lk-header .lk-menuicon-bread span,
.page-disney #lk-header a,
.page-disney #lk-header .lk-menuicon-bread span,
.page-marvel #lk-header a,
.page-marvel #lk-header .lk-menuicon-bread span,
#disney-collection #lk-header a,
#disney-collection #lk-header .lk-menuicon-bread span,
#disney-x-lokai-collection #lk-header a,
#disney-x-lokai-collection #lk-header .lk-menuicon-bread span,
#marvel-collection #lk-header a,
#marvel-collection #lk-header .lk-menuicon-bread span,
.page-reviews #lk-header a,
.page-reviews #lk-header .lk-menuicon-bread span,
.page-charity #lk-header a,
.page-charity #lk-header .lk-menuicon-bread span,
.template-cart #lk-header a,
.template-cart #lk-header .lk-menuicon-bread span,
.page-game-day-landing #lk-header a,
.page-game-day-landing #lk-header .lk-menuicon-bread span,
.template-login #lk-header a,
.template-login #lk-header .lk-menuicon-bread span,
#game-day-collection-lokai #lk-header a,
#game-day-collection-lokai #lk-header .lk-menuicon-bread span,
#shop-all-lokai-products-lokai #lk-header a,
#shop-all-lokai-products-lokai #lk-header .lk-menuicon-bread span,
.page-cyber-monday-sale #lk-header a,
.page-cyber-monday-sale #lk-header .lk-menuicon-bread span,
.page-black-friday-gifts #lk-header a,
.page-black-friday-gifts #lk-header .lk-menuicon-bread span,
#breast-cancer-lokai #lk-header a,
#breast-cancer-lokai #lk-header .lk-menuicon-bread span,
#breast-cancer-collection #lk-header a,
#breast-cancer-collection #lk-header .lk-menuicon-bread span,
.page-summer-trends #lk-header a,
.page-summer-trends #lk-header .lk-menuicon-bread span,
.page-mycause #lk-header a,
.page-mycause #lk-header .lk-menuicon-bread span,
#products.template-collection #lk-header a,
#products.template-collection #lk-header .lk-menuicon-bread span,
.page-ourstory #lk-header a,
.page-ourstory #lk-header .lk-menuicon-bread span,
#the-skimm #lk-header a,
#the-skimm #lk-header .lk-menuicon-bread span,
#create-account #lk-header a,
#create-account #lk-header .lk-menuicon-bread span,
.page-tracking #lk-header a,
.page-tracking #lk-header .lk-menuicon-bread span,
.page-legal #lk-header a,
.page-legal #lk-header .lk-menuicon-bread span,
.page-share #lk-header a,
.page-share #lk-header .lk-menuicon-bread span,
#size-guide #lk-header a,
#size-guide #lk-header .lk-menuicon-bread span,
#nhl-lokai-game-day-collection #lk-header a,
#nhl-lokai-game-day-collection #lk-header .lk-menuicon-bread span {
  color: #282829; }
.template-product #lk-header #lk-logo-white,
.template-reset_password #lk-header #lk-logo-white,
.page-prints-gift-card #lk-header #lk-logo-white,
.template- #lk-header #lk-logo-white,
.template-index #lk-header #lk-logo-white,
#charms-collection #lk-header #lk-logo-white,
.page-pay-it-forward #lk-header #lk-logo-white,
.page-womens-empowerment #lk-header #lk-logo-white,
.page-carbon-landing #lk-header #lk-logo-white,
.template-reviews #lk-header #lk-logo-white,
.page-disney #lk-header #lk-logo-white,
.page-marvel #lk-header #lk-logo-white,
#disney-collection #lk-header #lk-logo-white,
#disney-x-lokai-collection #lk-header #lk-logo-white,
#marvel-collection #lk-header #lk-logo-white,
.page-reviews #lk-header #lk-logo-white,
.page-charity #lk-header #lk-logo-white,
.template-cart #lk-header #lk-logo-white,
.page-game-day-landing #lk-header #lk-logo-white,
.template-login #lk-header #lk-logo-white,
#game-day-collection-lokai #lk-header #lk-logo-white,
#shop-all-lokai-products-lokai #lk-header #lk-logo-white,
.page-cyber-monday-sale #lk-header #lk-logo-white,
.page-black-friday-gifts #lk-header #lk-logo-white,
#breast-cancer-lokai #lk-header #lk-logo-white,
#breast-cancer-collection #lk-header #lk-logo-white,
.page-summer-trends #lk-header #lk-logo-white,
.page-mycause #lk-header #lk-logo-white,
#products.template-collection #lk-header #lk-logo-white,
.page-ourstory #lk-header #lk-logo-white,
#the-skimm #lk-header #lk-logo-white,
#create-account #lk-header #lk-logo-white,
.page-tracking #lk-header #lk-logo-white,
.page-legal #lk-header #lk-logo-white,
.page-share #lk-header #lk-logo-white,
#size-guide #lk-header #lk-logo-white,
#nhl-lokai-game-day-collection #lk-header #lk-logo-white {
  display: none; }
.template-product #lk-header #lk-logo-dark,
.template-reset_password #lk-header #lk-logo-dark,
.page-prints-gift-card #lk-header #lk-logo-dark,
.template- #lk-header #lk-logo-dark,
.template-index #lk-header #lk-logo-dark,
#charms-collection #lk-header #lk-logo-dark,
.page-pay-it-forward #lk-header #lk-logo-dark,
.page-womens-empowerment #lk-header #lk-logo-dark,
.page-carbon-landing #lk-header #lk-logo-dark,
.template-reviews #lk-header #lk-logo-dark,
.page-disney #lk-header #lk-logo-dark,
.page-marvel #lk-header #lk-logo-dark,
#disney-collection #lk-header #lk-logo-dark,
#disney-x-lokai-collection #lk-header #lk-logo-dark,
#marvel-collection #lk-header #lk-logo-dark,
.page-reviews #lk-header #lk-logo-dark,
.page-charity #lk-header #lk-logo-dark,
.template-cart #lk-header #lk-logo-dark,
.page-game-day-landing #lk-header #lk-logo-dark,
.template-login #lk-header #lk-logo-dark,
#game-day-collection-lokai #lk-header #lk-logo-dark,
#shop-all-lokai-products-lokai #lk-header #lk-logo-dark,
.page-cyber-monday-sale #lk-header #lk-logo-dark,
.page-black-friday-gifts #lk-header #lk-logo-dark,
#breast-cancer-lokai #lk-header #lk-logo-dark,
#breast-cancer-collection #lk-header #lk-logo-dark,
.page-summer-trends #lk-header #lk-logo-dark,
.page-mycause #lk-header #lk-logo-dark,
#products.template-collection #lk-header #lk-logo-dark,
.page-ourstory #lk-header #lk-logo-dark,
#the-skimm #lk-header #lk-logo-dark,
#create-account #lk-header #lk-logo-dark,
.page-tracking #lk-header #lk-logo-dark,
.page-legal #lk-header #lk-logo-dark,
.page-share #lk-header #lk-logo-dark,
#size-guide #lk-header #lk-logo-dark,
#nhl-lokai-game-day-collection #lk-header #lk-logo-dark {
  display: inline; }
.template-product .lk-menuicon-bread-crust,
.template-reset_password .lk-menuicon-bread-crust,
.page-prints-gift-card .lk-menuicon-bread-crust,
.template- .lk-menuicon-bread-crust,
.template-index .lk-menuicon-bread-crust,
#charms-collection .lk-menuicon-bread-crust,
.page-pay-it-forward .lk-menuicon-bread-crust,
.page-womens-empowerment .lk-menuicon-bread-crust,
.page-carbon-landing .lk-menuicon-bread-crust,
.template-reviews .lk-menuicon-bread-crust,
.page-disney .lk-menuicon-bread-crust,
.page-marvel .lk-menuicon-bread-crust,
#disney-collection .lk-menuicon-bread-crust,
#disney-x-lokai-collection .lk-menuicon-bread-crust,
#marvel-collection .lk-menuicon-bread-crust,
.page-reviews .lk-menuicon-bread-crust,
.page-charity .lk-menuicon-bread-crust,
.template-cart .lk-menuicon-bread-crust,
.page-game-day-landing .lk-menuicon-bread-crust,
.template-login .lk-menuicon-bread-crust,
#game-day-collection-lokai .lk-menuicon-bread-crust,
#shop-all-lokai-products-lokai .lk-menuicon-bread-crust,
.page-cyber-monday-sale .lk-menuicon-bread-crust,
.page-black-friday-gifts .lk-menuicon-bread-crust,
#breast-cancer-lokai .lk-menuicon-bread-crust,
#breast-cancer-collection .lk-menuicon-bread-crust,
.page-summer-trends .lk-menuicon-bread-crust,
.page-mycause .lk-menuicon-bread-crust,
#products.template-collection .lk-menuicon-bread-crust,
.page-ourstory .lk-menuicon-bread-crust,
#the-skimm .lk-menuicon-bread-crust,
#create-account .lk-menuicon-bread-crust,
.page-tracking .lk-menuicon-bread-crust,
.page-legal .lk-menuicon-bread-crust,
.page-share .lk-menuicon-bread-crust,
#size-guide .lk-menuicon-bread-crust,
#nhl-lokai-game-day-collection .lk-menuicon-bread-crust {
  background: #282829; }

ul.site-nav,
ul.site-nav-right {
  margin-top: 17px;
  margin-bottom: 15px;
  padding-left: 0; }

.site-nav {
  margin-left: 6px; }
  .site-nav li {
    margin-left: 24px;
    margin-right: 24px; }

@media only screen and (max-width: 767px) {
  ul.site-nav-right {
    margin-top: 19px;
    margin-bottom: 13px; } }
#lk-header {
  -webkit-transition: background-color 70ms linear;
  -moz-transition: background-color 70ms linear;
  -o-transition: background-color 70ms linear;
  -ms-transition: background-color 70ms linear;
  transition: background-color 70ms linear; }
  #lk-header.active, #lk-header.mobile-open, #lk-header.search-open {
    background: #fff; }
    #lk-header.active #lk-header-search-new-link:before, #lk-header.mobile-open #lk-header-search-new-link:before, #lk-header.search-open #lk-header-search-new-link:before {
      content: url("/cdn/shop/t/8/assets/lk-search-black.svg?v=16332694759419278921628821750"); }
    #lk-header.active a,
    #lk-header.active .lk-menuicon-bread span, #lk-header.mobile-open a,
    #lk-header.mobile-open .lk-menuicon-bread span, #lk-header.search-open a,
    #lk-header.search-open .lk-menuicon-bread span {
      color: #282829; }
    #lk-header.active #lk-logo-white, #lk-header.mobile-open #lk-logo-white, #lk-header.search-open #lk-logo-white {
      display: none; }
    #lk-header.active #lk-logo-dark, #lk-header.mobile-open #lk-logo-dark, #lk-header.search-open #lk-logo-dark {
      display: inline; }

#2-0-bracelets #lk-header a,
#collegiate-collection #lk-header a {
  color: #fff; }
#2-0-bracelets #lk-header #lk-logo-white,
#collegiate-collection #lk-header #lk-logo-white {
  display: inline; }
#2-0-bracelets #lk-header #lk-logo-dark,
#collegiate-collection #lk-header #lk-logo-dark {
  display: none; }

#lk-share-page {
  margin-top: 50px; }

/****************** Mobile Menu ****************/
#lk-header-mobile-menu {
  display: block;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  #lk-header-mobile-menu a,
  #lk-header-mobile-menu span {
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px; }
  #lk-header-mobile-menu .lk-header-mobile-menu-nav {
    height: 0;
    display: none;
    margin-left: 5%;
    margin-right: 5%; }
  #lk-header-mobile-menu.active {
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    width: 100%;
    background: #fff;
    z-index: 11;
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    padding: 16px 18px; }
    #lk-header-mobile-menu.active .lk-header-mobile-menu-nav {
      height: auto;
      display: block;
      min-height: calc(100vh - 50px);
      position: relative;
      margin: 0;
      padding-bottom: 200px; }
    #lk-header-mobile-menu.active .lk-mobile-submenu-expand-btn {
      position: absolute;
      right: 5px;
      top: 5px;
      font-size: 22px;
      transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: transform 0.4s ease;
      z-index: 12; }
    #lk-header-mobile-menu.active > ul {
      width: 90%; }
    #lk-header-mobile-menu.active ul {
      background: #fff;
      padding-left: 0; }
      #lk-header-mobile-menu.active ul li {
        position: relative;
        margin: 0; }
        #lk-header-mobile-menu.active ul li.lk-mobile-menu-item:hover {
          cursor: pointer; }
        #lk-header-mobile-menu.active ul li.lk-mobile-menu-item.active .lk-mobile-submenu-expand-btn {
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      #lk-header-mobile-menu.active ul .lk-mobile-submenu {
        margin-bottom: -5px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -ms-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out; }
        #lk-header-mobile-menu.active ul .lk-mobile-submenu a {
          text-decoration: none; }
        #lk-header-mobile-menu.active ul .lk-mobile-submenu.active {
          max-height: 100%;
          border-top: 1px solid #969696; }
      #lk-header-mobile-menu.active ul .lk-mobile-submenu-heading {
        padding-left: 3%;
        border-top: none;
        position: relative; }
        #lk-header-mobile-menu.active ul .lk-mobile-submenu-heading span {
          text-transform: none;
          letter-spacing: 0;
          font-size: 15px; }
      #lk-header-mobile-menu.active ul .lk-mobile-submenu-container {
        position: relative; }
        #lk-header-mobile-menu.active ul .lk-mobile-submenu-container.active .lk-mobile-menu-tier-2 {
          max-height: 800px; }
        #lk-header-mobile-menu.active ul .lk-mobile-submenu-container.active .lk-mobile-submenu-expand-btn {
          margin-top: -5px;
          transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      #lk-header-mobile-menu.active ul li {
        list-style: none;
        line-height: 35px;
        padding-top: 5px;
        width: 100%;
        border-top: 1px solid #c8c8c8;
        position: relative; }
        #lk-header-mobile-menu.active ul li a,
        #lk-header-mobile-menu.active ul li span {
          text-decoration: none;
          padding: 20px 0; }
          #lk-header-mobile-menu.active ul li a:hover,
          #lk-header-mobile-menu.active ul li span:hover {
            cursor: pointer; }

#lk-mobile-menu-social {
  position: absolute;
  bottom: 150px;
  left: -5px; }

#lk-header-mobile-menu *:focus {
  outline: none; }
#lk-header-mobile-menu #lk-mobile-search-container {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%; }
  #lk-header-mobile-menu #lk-mobile-search-container #lk-mobile-search-input {
    border: none;
    border-bottom: 1px solid #282829;
    margin: 0 auto;
    width: 300px;
    background: url("/cdn/shop/t/8/assets/lk-search-black.svg?v=16332694759419278921628821750");
    background-position: right 5px top 3px;
    background-repeat: no-repeat;
    background-size: 14px 12px; }
  #lk-header-mobile-menu #lk-mobile-search-container .lk-search-result-img {
    max-width: 260px;
    max-height: 260px;
    -webkit-overflow-scrolling: touch; }
    @media only screen and (max-width: 767px) {
      #lk-header-mobile-menu #lk-mobile-search-container .lk-search-result-img {
        max-width: 100%; } }
  #lk-header-mobile-menu #lk-mobile-search-container .lk-search-back-to-menu {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 14px;
    color: #969696; }
    #lk-header-mobile-menu #lk-mobile-search-container .lk-search-back-to-menu:hover {
      cursor: pointer; }
    #lk-header-mobile-menu #lk-mobile-search-container .lk-search-back-to-menu .lk-linkarrow-black {
      transform: rotate(180deg);
      height: 10px; }
  #lk-header-mobile-menu #lk-mobile-search-container #lk-mobile-search-hits {
    overflow: hidden;
    margin: 40px 20px 100px -10px;
    padding-bottom: 100px;
    z-index: 15;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; }
  #lk-header-mobile-menu #lk-mobile-search-container .ais-search-box {
    margin: 0 auto; }
  #lk-header-mobile-menu #lk-mobile-search-container .ais-search-box--magnifier-wrapper {
    position: absolute;
    right: 25px;
    top: 2px; }
  #lk-header-mobile-menu #lk-mobile-search-container .ais-search-box--reset-wrapper {
    display: none !important; }
#lk-header-mobile-menu ul.lk-mobile-menu-tier-2 {
  display: block;
  max-height: 0;
  margin-bottom: -20px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  #lk-header-mobile-menu ul.lk-mobile-menu-tier-2.active {
    max-height: 100%;
    border-bottom: 1px solid #c8c8c8; }
    #lk-header-mobile-menu ul.lk-mobile-menu-tier-2.active li {
      display: block; }
  #lk-header-mobile-menu ul.lk-mobile-menu-tier-2 a,
  #lk-header-mobile-menu ul.lk-mobile-menu-tier-2 span {
    color: #282829;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400; }
  #lk-header-mobile-menu ul.lk-mobile-menu-tier-2 li {
    padding-left: 5%;
    border-top: none;
    border-bottom: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    display: none; }
    #lk-header-mobile-menu ul.lk-mobile-menu-tier-2 li span {
      text-transform: none; }

.lk-header-mobile-menu-icon {
  width: 48px;
  height: 48px;
  padding-top: 2px;
  padding-left: 10px; }
  .lk-header-mobile-menu-icon .lk-menuicon-label {
    display: block;
    z-index: 3;
    width: 48px;
    height: 48px;
    cursor: pointer;
    top: 6px;
    left: 6px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
  .lk-header-mobile-menu-icon .lk-menuicon-bread {
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    left: 10px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .lk-header-mobile-menu-icon .lk-menuicon-bread span {
      display: block;
      position: absolute;
      width: 24px;
      height: 3px;
      left: 14px;
      z-index: 1;
      transition: transform 0.2s; }
  .lk-header-mobile-menu-icon .lk-menuicon-bread-top {
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    z-index: 4; }
    .lk-header-mobile-menu-icon .lk-menuicon-bread-top.active {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-top: 4px; }
    .lk-header-mobile-menu-icon .lk-menuicon-bread-top span {
      top: 22px;
      transition: transform 0.2s 0.2s;
      transform: translateY(-4px); }
  .lk-header-mobile-menu-icon .lk-menuicon-bread-bottom {
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0); }
    .lk-header-mobile-menu-icon .lk-menuicon-bread-bottom.active {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-top: 0; }
    .lk-header-mobile-menu-icon .lk-menuicon-bread-bottom span {
      bottom: 22px;
      transform: translateY(4px); }

#lk-header.active .lk-menuicon-bread span {
  background: #282829; }

.lk-menuicon-bread-crust {
  background: #fff; }

.mobile-open .lk-menuicon-bread-crust {
  background: #282829; }

#lk-mobile-search.lk-mobile-menu-item {
  position: relative; }
  #lk-mobile-search.lk-mobile-menu-item .lk-mobile-search-black {
    position: absolute;
    right: 4px;
    top: 12px;
    height: 12px;
    width: 12px; }

#lk-mobile-menu-item-last {
  padding-bottom: 20px; }

.lk-header-mobile-menu-inner {
  position: relative; }

@media only screen and (max-width: 767px) {
  .lk-logo-container {
    margin-top: 10px; }

  .site-nav-right {
    margin-top: 25px;
    padding-left: 0; }
    .site-nav-right li {
      margin-left: 0;
      margin-right: 0; }

  #lk-cart-icon {
    font-size: 30px; } }
.lk-cart-item-count {
  display: none; }

#lmnts-lokai-link {
  position: relative; }
  #lmnts-lokai-link .lk-lokai-logo {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    margin-top: -2px;
    color: #898989;
    position: relative; }
  #lmnts-lokai-link a {
    text-transform: uppercase;
    color: #898989; }
    @media only screen and (max-width: 1023px) {
      #lmnts-lokai-link a {
        display: none; } }
  #lmnts-lokai-link:before {
    content: "";
    border-left: 1px solid #898989;
    height: 38px;
    left: -20px;
    top: -10px;
    position: absolute; }
  @media only screen and (max-width: 1023px) {
    #lmnts-lokai-link {
      display: none; }
      #lmnts-lokai-link:before {
        border-left: 0px solid #898989; } }

#lk-header #lk-header-mobile-menu #lk-elements-link-container {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #898989;
  bottom: 115px; }
  #lk-header #lk-header-mobile-menu #lk-elements-link-container a {
    color: #898989; }
  #lk-header #lk-header-mobile-menu #lk-elements-link-container .lk-lokai-logo {
    margin-top: -3px;
    width: 14px;
    height: 14px; }
  #lk-header #lk-header-mobile-menu #lk-elements-link-container span {
    margin-left: 5px;
    font-size: 16px; }

#lk-header #lmnts-lokai-link a {
  color: #898989; }

@media only screen and (min-width: 1024px) {
  .page-ourstory #lmnts-lokai-link:before,
  .template-index #lmnts-lokai-link:before {
    border-left: 1px solid #c8c8c8; } }
.page-ourstory #lmnts-lokai-link .lk-lokai-logo,
.page-ourstory #lmnts-lokai-link a, .page-ourstory #lmnts-lokai-link:before,
.template-index #lmnts-lokai-link .lk-lokai-logo,
.template-index #lmnts-lokai-link a,
.template-index #lmnts-lokai-link:before {
  color: #c8c8c8 !important; }

@media only screen and (min-width: 1024px) {
  .page-ourstory #lk-header.active:before,
  .template-index #lk-header.active:before {
    border-left: 1px solid #898989; } }
.page-ourstory #lk-header.active #lmnts-lokai-link .lk-lokai-logo,
.page-ourstory #lk-header.active #lmnts-lokai-link a, .page-ourstory #lk-header.active #lmnts-lokai-link:before,
.template-index #lk-header.active #lmnts-lokai-link .lk-lokai-logo,
.template-index #lk-header.active #lmnts-lokai-link a,
.template-index #lk-header.active #lmnts-lokai-link:before {
  color: #898989 !important; }
.page-ourstory #lk-header.active .lk-lokai-logo,
.template-index #lk-header.active .lk-lokai-logo {
  height: 10px;
  width: 10px; }

#lk-new-arrivals > div > a:nth-child(16) > div, #lk-new-arrivals > div > a:nth-child(4) > div,
#lk-best-sellers > div > a:nth-child(7) > div {
  clear: left; }

#lk-desktop-search-new-container {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 50px);
  width: 100%;
  text-align: center;
  background: #fff; }
  #lk-desktop-search-new-container #lk-desktop-search-new-top-row {
    margin: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
  #lk-desktop-search-new-container #lk-desktop-search-new-top-row-inner {
    width: 300px;
    margin: 40px auto; }
  #lk-desktop-search-new-container.active {
    display: block;
    z-index: 13; }
  #lk-desktop-search-new-container #lk-menu-search-new-results-empty-container, #lk-desktop-search-new-container #lk-menu-search-new-results-container {
    display: none; }
    #lk-desktop-search-new-container #lk-menu-search-new-results-empty-container.active, #lk-desktop-search-new-container #lk-menu-search-new-results-container.active {
      display: block; }
  #lk-desktop-search-new-container #lk-desktop-search-new-close-btn {
    position: fixed;
    font-size: 46px;
    font-weight: 300;
    right: 50px;
    top: 141px; }
  #lk-desktop-search-new-container #lk-search-new-stats {
    margin-bottom: 10px; }
  #lk-desktop-search-new-container #desktop-search-new-hits {
    height: calc(100vh - 251px);
    overflow-y: scroll; }
  @media only screen and (min-width: 1350px) {
    #lk-desktop-search-new-container .lk-search-result {
      height: 32vw; } }
  @media only screen and (max-width: 1349px) {
    #lk-desktop-search-new-container .lk-search-result {
      height: 38vw; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #lk-desktop-search-new-container .lk-search-result {
      height: 50vw; } }
  @media only screen and (max-width: 767px) {
    #lk-desktop-search-new-container .lk-search-result {
      height: 60vw; } }

#lk-side-cart {
  position: fixed;
  z-index: 13;
  top: 0;
  width: 90vw;
  max-width: 320px;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: block;
  right: -320px;
  max-height: 100%;
  overflow-y: hidden; }
  #lk-side-cart.inactive {
    -webkit-animation: slideout 0.5s forwards;
    animation: slideout 0.5s forwards; }
  #lk-side-cart.active {
    -webkit-animation: slidein 0.5s forwards;
    animation: slidein 0.5s forwards; }
  #lk-side-cart .lk-side-cart-close {
    position: absolute;
    text-decoration: none;
    left: 15px;
    top: 18px; }
    #lk-side-cart .lk-side-cart-close .lk-menuclose-black {
      height: 12px;
      width: 12px; }

.lk-side-cart-no-items {
  margin-top: 120px;
  text-align: center;
  padding: 0 20px; }
  .lk-side-cart-no-items h3 {
    font-size: 24px;
    text-align: center; }
  .lk-side-cart-no-items .lk-side-cart-no-items-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABJCAMAAACpb5DQAAAAn1BMVEUAAABTU1NBQUFISEg/Pz8/Pz8/Pz9DQ0NHR0c/Pz8/Pz8/Pz8/Pz9AQEBAQEA/Pz9BQUFCQkI/Pz8/Pz8/Pz8/Pz9AQEBBQUFCQkI/Pz8/Pz9AQEBAQEBAQEBCQkJEREQ/Pz8/Pz9ERERKSko/Pz9AQEBAQEA/Pz9AQEBAQEBCQkJAQEBAQEBAQEA/Pz8/Pz9BQUFCQkJAQEBBQUE/Pz/TUHGaAAAANHRSTlMAA0QH4/r2IRDyvdHJo41bSyzr59/Dajcctamfg1c9FNbvGAuvm5aRf3AwenVh22VSNIgnwCoLlgAABB9JREFUWMOll+d64kAMReVeaQZMMYQSegsk5/2fbXGW3UCQCd49P+D7GLgjS6MrRh4yetkPllm/ny0H+44v/4a3r9jcYGe1blmVURqT40az+XJwjmoWueS038oE9pE5QGte8+QLw6tlrVx77j0r0wfs94a2tqk2wak8I/X67kBcN4rWjWEE7sr6Sce0ITblIfUIDi/yCGMAk9SQHzDWAc72Ua1C6I3kCbr5N/3C1THOTp7DWEE01dcaNpMXeZp6QEutntfEbkgJOgktJabRAduTUnw0ie7yZMUkH1KSTUD4vcQL3I6UxnR4lxuGsJd/YA11uWIaUJFHvKy3etfMaF6nqULr9ZFOnzORVlO/yeLqUaH+8MgQLDIbd6OsDeEkf4iYySNWeUqtCpHW8yHtrw0dT+sYs5bu9uaHJQNWeVeMqWkNAX/6IVYyPa22uOCG7U8heaOi5zu8VAQ+7s55EyccpMN6bbuIgTB3/RMtTegEv8swp6ekMPK+VNdj3KovXZqi0aaav1kBQ+Wg3fiJsbdJakVCbzSNz80n98WoUf1m5duAdoGQ75Kbc6al0MQ2vttMmwIh6X1u22Kv1rSmGfpbQcdF542gq7gTjO+b5ujm6VS3HclQr6kDoX+vRKLOhgmmrOhpSzYwvu/SOXP9AKylQlVbijnjro3vB94NtH7LWEhMqheinbrK0A3RxvCOUA4cNaE5FUk5E944sBWpjbsnlqa6hQzOQh0+Cd88yfE3w6qtW/KRg7iopp/+FcoJbDtxyNEt0KQpDhtNaPhHaDznloYqlMiEF9Xt/wj1ZcsNlurFtti6XX8wk81voRNX6Me3RiRj/dS/MhYrUYR6upHEErIVDZeGmJN7oaUovJ+/tiRThVq0rdy5d9LhmlS37YGkxLp/5kZ9ifsK/dTl88UkKJjFELxPRRpNrulqCXU45S9q/Rd8coi4ISiYxEb+DCt9uqpEolCl9/mLtn40VPp6ita/fVId2A4aA+2P20UhYqUnSaOmPln74kotrW5GD4WT3GEll+EyctV9xFJi0ow2ZXIZE0vGovJy4BuZErnN4CuvNV3ptcoN46kWUDD6yqv9Kk8E1dNGaXL1D9lPqEoB1rv7x4lU48pugtjjFF9nptXIIQmPakua3E6hEPvRPc2wijZJmN1+0KRnSGmMNrZ/F+KyvFAFp3M/ddmW1anCm/rprpzOoGDvDKpl8jMvzMYS+q/P6vg9GBQtbuGwefJC24K0ePk4wd09cQyslUPy8ELlxTD+8c5uHqDd/WGvrQu9h1JmCMH657i9GRAOrQJjqcVAf/pcIntAMK/7d5U6VoJcZvP8hX4+AZx4mZpd3xAxfM9MFxFnkkVDymANZxMuBC4Xkv7RktIYp10l/qs2ibP1Rv4D32t0Og3Plx/4BawaxEPUrcsFAAAAAElFTkSuQmCC) no-repeat center center;
    width: 73px;
    height: 73px;
    margin: 1em auto; }

#lk-side-cart-header {
  padding: 15px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer; }
  #lk-side-cart-header h4 {
    margin: 5px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.2px; }
  #lk-side-cart-header img {
    top: 25px;
    position: absolute;
    right: 10px;
    transform: rotate(180deg); }

#lk-side-cart-free-shipping-msg-under-50,
#lk-side-cart-free-shipping-msg-over-50,
#lk-side-cart-free-shipping-msg-subscription {
  background: #fff;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #c8c8c8; }
  #lk-side-cart-free-shipping-msg-under-50 p,
  #lk-side-cart-free-shipping-msg-over-50 p,
  #lk-side-cart-free-shipping-msg-subscription p {
    font-size: 16px;
    margin: 0; }

#lk-side-cart-items {
  overflow-y: scroll;
  display: block;
  height: calc(100vh - 312px);
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    #lk-side-cart-items {
      height: calc(100vh - 397px); } }

.lk-side-cart-item {
  position: relative;
  padding: 8px 8px 20px;
  border-bottom: 1px solid #c8c8c8; }
  .lk-side-cart-item.Hat {
    padding-bottom: 30px; }
    .lk-side-cart-item.Hat .lk-side-cart-item-remove-btn {
      bottom: 15px; }
  .lk-side-cart-item .lk-side-cart-item-img-container {
    float: left; }
  .lk-side-cart-item .lk-side-cart-item-remove-btn {
    font-weight: bold;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .lk-side-cart-item .lk-side-cart-item-remove-btn {
        position: absolute;
        right: 20px;
        bottom: 25px; } }
  .lk-side-cart-item .lk-side-cart-item-img {
    float: left; }
  .lk-side-cart-item .lk-side-cart-subscription-message {
    width: 250px; }
    @media only screen and (max-width: 767px) {
      .lk-side-cart-item .lk-side-cart-subscription-message {
        max-width: 155px;
        font-size: 10px; } }
  .lk-side-cart-item .lk-side-cart-item-details {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 13px;
    max-width: 120px;
    text-align: left;
    min-height: 65px; }
    @media only screen and (max-width: 767px) {
      .lk-side-cart-item .lk-side-cart-item-details {
        padding-left: 0; } }
    .lk-side-cart-item .lk-side-cart-item-details p {
      font-size: 13px;
      margin: 6px 0 5px;
      line-height: 1em; }
      .lk-side-cart-item .lk-side-cart-item-details p.lk-side-cart-item-variant-title {
        font-size: 14px; }
    .lk-side-cart-item .lk-side-cart-item-details p.lk-side-cart-item-title {
      font-weight: 500;
      margin-top: 15px;
      letter-spacing: 1px;
      font-size: 12px;
      text-transform: uppercase; }
    .lk-side-cart-item .lk-side-cart-item-details .lk-side-cart-item-subtotal {
      position: absolute;
      top: 53px;
      right: 26px;
      font-size: 16px; }
    .lk-side-cart-item .lk-side-cart-item-details .lk-side-cart-item-subtotal-mobile {
      margin: 0; }
  .lk-side-cart-item .lk-side-cart-item-quantity-container {
    float: right;
    position: relative;
    margin: 8px 20px 0 0; }
    .lk-side-cart-item .lk-side-cart-item-quantity-container .lk-side-cart-arrow {
      width: 20px;
      height: 20px;
      border: none;
      position: absolute;
      font-size: 18px;
      background: none; }
    .lk-side-cart-item .lk-side-cart-item-quantity-container .lk-side-cart-arrow-increase {
      right: -15px;
      top: 5px; }
      @media only screen and (max-width: 767px) {
        .lk-side-cart-item .lk-side-cart-item-quantity-container .lk-side-cart-arrow-increase {
          right: -20px; } }
    .lk-side-cart-item .lk-side-cart-item-quantity-container .lk-side-cart-arrow-decrease {
      right: 15px;
      top: 5px; }

.lk-side-cart-item-quantity.active {
  position: relative; }
  .lk-side-cart-item-quantity.active .lk-side-cart-item-amount {
    background: #c8c8c8; }
    .lk-side-cart-item-quantity.active .lk-side-cart-item-amount.over-ten {
      padding-right: 3px; }

.lk-side-cart-item-amount {
  padding: 6px 7px 3px 5px;
  position: relative;
  z-index: 1;
  font-size: 18px; }
  .lk-side-cart-item-amount.over-ten {
    padding-right: 3px; }
  .lk-side-cart-item-amount:hover {
    cursor: pointer; }

#lk-side-cart-charms-upsell {
  position: absolute;
  bottom: 260px;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  background: #fff;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    #lk-side-cart-charms-upsell {
      bottom: 250px; } }
  #lk-side-cart-charms-upsell #lk-side-cart-charm-upsell-close {
    position: absolute;
    top: 15px;
    right: 15px; }
    #lk-side-cart-charms-upsell #lk-side-cart-charm-upsell-close .lk-menuclose-black {
      height: 12px;
      width: 12px; }
  #lk-side-cart-charms-upsell p {
    text-align: center;
    margin-left: -50px;
    margin-top: 0; }
  #lk-side-cart-charms-upsell a {
    text-decoration: underline;
    margin-left: -12px; }
  #lk-side-cart-charms-upsell img {
    height: 80px;
    width: 80px;
    margin-bottom: -40px; }

#lk-side-cart-footer {
  position: absolute;
  bottom: 0;
  width: 90vw;
  max-width: 320px;
  z-index: 1000; }
  #lk-side-cart-footer #lk-side-cart-subtotal {
    background: #282829;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 1px;
    margin-bottom: -1px; }
    @media only screen and (max-width: 767px) {
      #lk-side-cart-footer #lk-side-cart-subtotal {
        padding-top: 30px; } }
    #lk-side-cart-footer #lk-side-cart-subtotal p.lk-side-cart-subtotal-shipping,
    #lk-side-cart-footer #lk-side-cart-subtotal p.lk-side-cart-subtotal-shipping > span, #lk-side-cart-footer #lk-side-cart-subtotal p.lk-side-cart-klarna-amount {
      font-size: 13px;
      margin: 0 0 10px;
      color: #fff; }
    #lk-side-cart-footer #lk-side-cart-subtotal p.lk-side-cart-klarna-amount {
      margin-top: 10px; }
      #lk-side-cart-footer #lk-side-cart-subtotal p.lk-side-cart-klarna-amount img {
        height: 16px;
        margin-bottom: -4px; }
    #lk-side-cart-footer #lk-side-cart-subtotal span {
      font-size: 18px;
      font-weight: 500; }
  #lk-side-cart-footer #lk-side-cart-proceed-to-checkout {
    background: #282829;
    padding: 5px 0 40px; }

.lk-dark-overlay {
  opacity: 0;
  z-index: -1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }
  .lk-dark-overlay.active {
    z-index: 12;
    background-color: #eee;
    opacity: 0.5; }

.lk-side-cart-item
.lk-side-cart-item-details
.lk-side-cart-item-back-order-message,
.lk-side-cart-bundle-message {
  color: #b23434;
  font-size: 12px;
  width: 165px;
  padding-left: 0;
  margin: 5px 0 -5px;
  text-align: left;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .lk-side-cart-item
    .lk-side-cart-item-details
    .lk-side-cart-item-back-order-message,
    .lk-side-cart-bundle-message {
      width: 130px; } }

.lk-side-cart-item p.lk-side-cart-bundle-message {
  color: #ed1c24; }
  @media only screen and (max-width: 767px) {
    .lk-side-cart-item p.lk-side-cart-bundle-message {
      margin-left: 15px;
      max-width: 140px; } }

#lk-cart-glow-item {
  background: #000;
  margin: -8px -8px -20px;
  padding: 8px 8px 20px; }
  #lk-cart-glow-item * {
    color: #fff; }

@-webkit-keyframes slidein {
  from {
    right: -320px; }

  to {
    right: 0px; } }

@keyframes slidein {
  from {
    right: -320px; }

  to {
    right: 0px; } }

@-webkit-keyframes slideout {
  from {
    right: 0px; }

  to {
    right: -320px; } }

@keyframes slideout {
  from {
    right: 0px; }

  to {
    right: -320px; } }

#lk-cart-page {
  position: relative;
  padding: 40px 20px;
  background: #fafafa; }
  #lk-cart-page #lk-cart-subtotal {
    padding: 20px;
    background: #f7f7f7; }
    @media only screen and (min-width: 768px) {
      #lk-cart-page #lk-cart-subtotal {
        height: 100vh; } }
    #lk-cart-page #lk-cart-subtotal .lk-btn-checkout {
      margin-top: 50px;
      color: #fff;
      border-color: #fff;
      background: #282829; }
  #lk-cart-page .lk-side-cart-klarna-amount img {
    height: 16px;
    margin-bottom: -4px; }

.lk-cart-container {
  padding: 20px 40px;
  margin: 30px 10%;
  background: #fff;
  display: inline-block;
  width: 80%;
  min-height: calc(70vh);
  border: 1px solid #eaeaea; }
  .lk-cart-container #lk-side-cart-has-items {
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .lk-cart-container {
      width: calc(100% - 10px);
      margin: 20px 5px;
      padding: 20px 15px; } }
  .lk-cart-container .lk-side-cart-no-items {
    display: none; }

#lk-cart-checkout-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    #lk-cart-checkout-mobile {
      display: block; } }

#lk-cart-checkout-desktop {
  display: block; }
  @media only screen and (max-width: 767px) {
    #lk-cart-checkout-desktop {
      display: none; } }

.lk-cart-column {
  opacity: 0; }
  .lk-cart-column #lk-cart-subtotal {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .lk-cart-column #lk-cart-subtotal {
        padding: 10px; } }

#lk-cart-header {
  text-align: center;
  font-size: 26px; }

/*================ Giftcard Template ================*/
#lk-gift-card {
  background: #fff; }

.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.lk-print-only {
  display: none; }

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

.template-giftcard header, .template-giftcard main {
  text-align: center; }
.template-giftcard .lk-gift-card-logo {
  max-height: 20px;
  margin: 14px; }
.template-giftcard #lk-gift-card-header {
  background: #fbfbfb;
  padding-bottom: 30px; }
  .template-giftcard #lk-gift-card-header h2 {
    font-size: 42px; }
.template-giftcard .lk-gift-card-code {
  display: inline-block;
  padding: 15px;
  border: 1px solid #282829; }
  .template-giftcard .lk-gift-card-code h4 {
    margin: 20px 10px 10px;
    line-height: 0; }
.template-giftcard .lk-gift-card-grey {
  color: #969696;
  font-size: 16px; }
.template-giftcard a {
  text-decoration: underline; }
  .template-giftcard a.lk-btn {
    text-decoration: none; }
.template-giftcard .print-giftcard {
  margin-top: 1em;
  display: block; }
.template-giftcard .lk-collection-header {
  position: relative; }
  .template-giftcard .lk-collection-header h2 {
    color: #fff; }
  .template-giftcard .lk-collection-header hr {
    margin-top: 50px;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-left: 50px;
    margin-right: 50px; }
  .template-giftcard .lk-collection-header p {
    position: absolute;
    margin: 0;
    top: -6px;
    left: calc(50% - 137.25px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      .template-giftcard .lk-collection-header p {
        left: calc(50% - 117px);
        padding: 0 20px; } }
.template-giftcard .lk-gift-e-card {
  position: relative; }
  .template-giftcard .lk-gift-e-card h4 {
    position: absolute;
    top: 30px;
    right: 25px;
    margin: 0;
    color: #fff; }
  .template-giftcard .lk-gift-e-card p.lk-e-gift-card-caption {
    font-size: 14px;
    position: absolute;
    top: 60px;
    right: 25px;
    margin: 0;
    color: #fff; }
.template-giftcard .lk-gift-card-balance {
  font-weight: 500; }
.template-giftcard .lk-gift-card-message-top {
  margin-bottom: 1em; }
.template-giftcard .lk-gift-card-message {
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
.template-giftcard .lk-small {
  font-size: 14px; }

.lk-btn-gift-card {
  padding: 4px 25px 0px;
  height: auto;
  margin: 30px 0 10px;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 400;
  width: 200px; }

.lk-gift-e-card-img-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px; }

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

  p {
    orphans: 3;
    widows: 3; }

  .lk-gift-e-card {
    text-align: center;
    position: relative; }
    .lk-gift-e-card p, .lk-gift-e-card h4 {
      display: none; }

  .lk-print-only {
    display: block; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard, #PrintGiftCard, .lk-collection-header, .headline, .lk-home-product-row, .lk-btn,
  .apple-wallet {
    display: none; } }
.lk-video-banner {
  position: relative;
  height: 100vh;
  min-height: 400px;
  background-size: cover !important;
  background-position: center;
  background: #282829; }
  .lk-video-banner.lk-mud-water-video-banner {
    height: 55.6vw;
    max-height: calc(100vh - 100px);
    min-height: 300px;
    display: block;
    clear: both; }
    .lk-video-banner.lk-mud-water-video-banner video {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .lk-video-banner.lk-mud-water-video-banner {
        height: 25vw;
        min-height: 150px; } }
  .lk-video-banner h2,
  .lk-video-banner h3 {
    width: 50%;
    margin: 0 auto;
    padding: 15vh 0 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .lk-video-banner h2,
      .lk-video-banner h3 {
        padding-top: 25vh; } }
  @media only screen and (max-width: 767px) {
    .lk-video-banner h2,
    .lk-video-banner h3 {
      font-size: 26px;
      padding-top: 20vh;
      width: 80%; }
    .lk-video-banner .lk-video-outer-container {
      display: none; } }
  .lk-video-banner iframe {
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .lk-video-banner .lk-video-outer-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 55vw;
    min-height: 400px;
    overflow-y: hidden;
    padding-bottom: 50%; }
    @media only screen and (max-width: 767px) {
      .lk-video-banner .lk-video-outer-container {
        width: 350%;
        left: -125%; } }
  .lk-video-banner.lk-mud-water-video-banner {
    display: block;
    overflow-y: hidden; }
    @media only screen and (max-width: 767px) {
      .lk-video-banner.lk-mud-water-video-banner {
        height: 56.25vw; }
        .lk-video-banner.lk-mud-water-video-banner video {
          height: 100%;
          width: 100%; } }
    .lk-video-banner.lk-mud-water-video-banner .lk-video-outer-container {
      padding-bottom: 50%; }
  .lk-video-banner .lk-video-relative-inner-container {
    position: relative;
    display: block;
    overflow: hidden; }
  .lk-video-banner .lk-video-inner-container {
    padding-bottom: 100%;
    transform: translateY(-35.95%);
    width: 150%;
    left: -25%; }
  .lk-video-banner .lk-home-video-link {
    text-decoration: none; }

.lk-full-height-banner {
  position: relative;
  height: 80vh;
  min-height: 500px;
  background-size: cover !important;
  background-position: center !important;
  background: #282829; }
  @media only screen and (max-width: 767px) {
    .lk-full-height-banner {
      min-height: 650px; } }
  .lk-full-height-banner h2,
  .lk-full-height-banner h3 {
    width: 50%;
    margin: 0 auto;
    padding: 100px 0 5vh;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .lk-full-height-banner h2,
      .lk-full-height-banner h3 {
        padding-top: 20vh;
        padding-bottom: 10px; } }
  .lk-full-height-banner h3 {
    max-width: 580px; }
  @media only screen and (max-width: 767px) {
    .lk-full-height-banner h2,
    .lk-full-height-banner h3 {
      font-size: 32px;
      padding-top: 20vh;
      width: 80%; }
    .lk-full-height-banner .lk-video-outer-container {
      display: none; } }
  .lk-full-height-banner.lk-home-hero-banner {
    background: #fff; }
    @media only screen and (min-width: 768px) {
      .lk-full-height-banner.lk-home-hero-banner {
        margin-bottom: -10px; } }
    .lk-full-height-banner.lk-home-hero-banner h3 {
      font-size: 28px;
      letter-spacing: 3px;
      font-weight: 300;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .lk-full-height-banner.lk-home-hero-banner h3 {
          font-size: 20px; } }

#lk-50-off-header,
#lk-25-off-header {
  position: relative;
  margin-top: 30px; }
  #lk-50-off-header hr,
  #lk-25-off-header hr {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-left: 30px;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      #lk-50-off-header hr,
      #lk-25-off-header hr {
        margin-left: 30px;
        margin-right: 30px; } }
  #lk-50-off-header p,
  #lk-25-off-header p {
    position: absolute;
    margin: 0;
    font-size: 24px;
    left: calc(50% - 97px);
    top: -6px;
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      #lk-50-off-header p,
      #lk-25-off-header p {
        left: calc(50% - 76px);
        padding: 0 30px; } }

@media only screen and (max-width: 767px) {
  #lk-50-off-header {
    margin-top: 50px; } }

#lk-giving-tuesday-banner {
  position: relative;
  min-height: 350px;
  margin-top: 30px;
  margin-bottom: 4px;
  background: #a8c2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8c2d2 0%, #d4d6d5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c2d2', endColorstr='#d4d6d5',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    #lk-giving-tuesday-banner {
      min-height: 280px; } }
  #lk-giving-tuesday-banner h1 {
    max-width: 450px; }
    @media only screen and (max-width: 767px) {
      #lk-giving-tuesday-banner h1 {
        max-width: 360px; } }

#lk-black-friday-banner {
  position: relative;
  min-height: 300px;
  margin-bottom: 4px;
  background: #000000;
  background: -moz-linear-gradient(top, black 0%, #3b3b3b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, #3b3b3b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, #3b3b3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#3b3b3b',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-banner {
      min-height: 260px; } }
  #lk-black-friday-banner h1 {
    max-width: 400px; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-banner h1 {
        max-width: 320px; } }

#lk-black-friday-header {
  text-align: center;
  letter-spacing: 0.22em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, white 50%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cccccc 0%, white 50%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cccccc 0%, white 50%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 15px; }

#lk-black-friday-section .lk-home-product-row-bottom {
  text-transform: uppercase;
  letter-spacing: 1.12px;
  padding-bottom: 10px; }
#lk-black-friday-section .lk-home-product-row-product {
  padding-bottom: 10px; }

#lk-black-friday-body {
  text-align: center;
  padding: 30px;
  min-height: calc(100vh - 300px); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-body {
      padding: 10px; } }
  #lk-black-friday-body .lk-collection-header {
    position: relative;
    margin-top: 30px;
    display: block;
    clear: both; }
    #lk-black-friday-body .lk-collection-header hr {
      border: none;
      border-bottom: 1px solid #c8c8c8;
      margin-left: 50px;
      margin-right: 50px; }
      @media only screen and (max-width: 767px) {
        #lk-black-friday-body .lk-collection-header hr {
          margin-left: 30px;
          margin-right: 30px; } }
    #lk-black-friday-body .lk-collection-header p {
      position: absolute;
      margin: 0;
      top: -6px;
      left: calc(50% - 89px);
      background: #fff;
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        #lk-black-friday-body .lk-collection-header p {
          padding: 0 30px; } }
  #lk-black-friday-body h5,
  #lk-black-friday-body h6,
  #lk-black-friday-body p {
    padding-left: 0;
    padding-right: 0; }
  #lk-black-friday-body #lk-black-friday-join-circle-container {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-body #lk-black-friday-join-circle-container .grid__item {
        padding-left: 15px;
        padding-right: 15px; } }
  #lk-black-friday-body #lk-black-friday-email {
    width: calc(100% - 79px);
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #lk-black-friday-body .lk-email-black-friday-error-msg {
    position: absolute;
    top: 17px;
    font-size: 14px;
    color: #f15a5a; }
  #lk-black-friday-body #lk-black-friday-join-circle-success {
    display: none; }
    #lk-black-friday-body #lk-black-friday-join-circle-success.active {
      display: block; }
    #lk-black-friday-body #lk-black-friday-join-circle-success img {
      height: 50px;
      width: 50px;
      margin-bottom: 40px; }
  #lk-black-friday-body #lk-black-friday-submit {
    min-width: 75px;
    width: 75px;
    padding: 0;
    float: left;
    clear: right;
    font-weight: 600; }

.lk-home-page-video-banner {
  position: relative;
  text-align: center;
  /*   height: 60vh; */
  min-height: 500px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right; }
  .lk-home-page-video-banner h3 {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 150px; }
    @media only screen and (max-width: 767px) {
      .lk-home-page-video-banner h3 {
        font-size: 20px;
        padding-top: 120px; } }
  .lk-home-page-video-banner a.lk-btn {
    position: absolute;
    left: calc(50% - 90px);
    bottom: 100px;
    z-index: 1;
    border: 1px solid #282829; }
    .lk-home-page-video-banner a.lk-btn:hover {
      border: 1px solid #fefefe; }
  @media only screen and (max-width: 767px) {
    .lk-home-page-video-banner {
      height: 350px;
      min-height: 350px; } }
  .lk-home-page-video-banner video {
    position: absolute;
    width: 100%;
    top: -10%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
    @media only screen and (max-width: 767px) {
      .lk-home-page-video-banner video {
        height: 200%;
        width: 200%;
        left: -50%;
        top: -50%; } }
    .lk-home-page-video-banner video.loaded {
      opacity: 1; }

.lk-video-link {
  position: relative;
  margin-top: 20px;
  margin-left: calc(50% - 90px);
  display: inline-block; }

.lk-home-full-width-tile {
  height: 41vw;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .lk-home-full-width-tile .lk-home-full-width-tile-header-img {
      width: 65%; } }
  .lk-home-full-width-tile p {
    padding: 0 30px; }
  .lk-home-full-width-tile h2 {
    padding-top: 180px;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .lk-home-full-width-tile h2 {
        padding-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .lk-home-full-width-tile h2 {
        padding-top: 140px; } }
  .lk-home-full-width-tile p {
    max-width: 400px;
    margin: 20px auto; }
    @media only screen and (max-width: 767px) {
      .lk-home-full-width-tile p {
        max-width: 320px; } }

.template-index .lk-home-full-width-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .template-index .lk-home-full-width-tile h2 {
    padding-top: 0; }

.template-index .lk-home-full-width-tile.lk-home-banner-disney-layout {
  min-height: 400px;
  max-height: 400px;
  margin-top: 50px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .template-index .lk-home-full-width-tile.lk-home-banner-disney-layout {
      margin-top: 50px;
      min-height: 300px;
      max-height: 300px; } }
  .template-index .lk-home-full-width-tile.lk-home-banner-disney-layout h2 {
    padding-top: 70px;
    padding-bottom: 140px;
    font-size: 42px; }
    @media only screen and (max-width: 1349px) {
      .template-index .lk-home-full-width-tile.lk-home-banner-disney-layout h2 {
        padding-top: 80px; } }
    @media only screen and (max-width: 767px) {
      .template-index .lk-home-full-width-tile.lk-home-banner-disney-layout h2 {
        font-size: 26px;
        padding-top: 60px;
        padding-bottom: 100px; } }

.lk-home-full-width-tile-mobile {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px; }
  .lk-home-full-width-tile-mobile p {
    margin-top: 30px;
    font-size: 18px; }
  .lk-home-full-width-tile-mobile a {
    color: #c8c8c8;
    text-decoration: underline; }

.lk-home-full-width-tile .lk-btn-white,
.lk-home-full-width-tile-mobile .lk-btn-white {
  background: transparent;
  color: #282829;
  border: 1px solid #fff;
  min-height: 40px;
  line-height: 40px;
  color: #fff; }
  .lk-home-full-width-tile .lk-btn-white:hover,
  .lk-home-full-width-tile-mobile .lk-btn-white:hover {
    color: #fff;
    background: #282829; }

.lk-home-classic-banner {
  height: 51vw;
  min-height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .lk-home-classic-banner .lk-home-classic-banner-inner h2 {
    margin-bottom: 15px; }
  .lk-home-classic-banner .lk-home-classic-banner-inner > a {
    color: #969696;
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .lk-home-classic-banner {
      min-height: 500px; }
      .lk-home-classic-banner h2 {
        font-size: 24px; } }
  .lk-home-classic-banner p {
    padding: 0 30px; }
  .lk-home-classic-banner h2 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    clear: both; }
    @media only screen and (max-width: 767px) {
      .lk-home-classic-banner h2 {
        max-width: 250px;
        padding-right: 5px; } }
  .lk-home-classic-banner p {
    max-width: 400px;
    margin: 20px auto; }
    @media only screen and (max-width: 767px) {
      .lk-home-classic-banner p {
        max-width: 320px; } }

.lk-home-classic-banner-mobile {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px; }
  .lk-home-classic-banner-mobile p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px; }

.lk-home-half-width-tile-container {
  width: calc(50% - 8px);
  margin: 4px;
  height: 350px;
  float: left;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .lk-home-half-width-tile-container {
      width: calc(50% - 35px); }
      .lk-home-half-width-tile-container.lk-home-tile-on-left {
        margin-left: 30px;
        margin-right: 5px; }
      .lk-home-half-width-tile-container.lk-home-tile-on-right {
        margin-right: 30px;
        margin-left: 5px; } }
  @media only screen and (max-width: 767px) {
    .lk-home-half-width-tile-container {
      width: calc(100% - 8px);
      height: auto;
      margin-bottom: 20px; } }
  .lk-home-half-width-tile-container .lk-home-half-width-tile {
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 20px;
    text-align: center; }
    .lk-home-half-width-tile-container .lk-home-half-width-tile h3 {
      margin: 0; }
    .lk-home-half-width-tile-container .lk-home-half-width-tile .lk-home-half-width-tile-content {
      padding-top: 140px; }
      .lk-home-half-width-tile-container .lk-home-half-width-tile .lk-home-half-width-tile-content a {
        margin-top: 30px; }
    .lk-home-half-width-tile-container .lk-home-half-width-tile h3 {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.068em; }

@media only screen and (max-width: 767px) {
  .lk-home-product-row p.headline {
    font-size: 14px;
    padding: 0;
    min-height: 36px; } }

#lk-home-product-slider-section h2 {
  margin-top: 50px;
  margin-bottom: 0; }
#lk-home-product-slider-section h3 {
  margin: 10px 0 0;
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    #lk-home-product-slider-section h3 {
      font-size: 22px;
      margin-bottom: 15px; } }
#lk-home-product-slider-section .lk-grey-link {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px; }

#lk-home-product-slider .lk-home-product-row-slider-product {
  position: relative;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    #lk-home-product-slider .lk-home-product-row-slider-product {
      padding-bottom: 0; } }
  #lk-home-product-slider .lk-home-product-row-slider-product p {
    margin-top: 0;
    margin-bottom: 0; }
  #lk-home-product-slider .lk-home-product-row-slider-product p.headline {
    margin-top: 10px;
    margin-bottom: 1px; }
  #lk-home-product-slider .lk-home-product-row-slider-product img {
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    #lk-home-product-slider .lk-home-product-row-slider-product img:hover {
      transform: scale(1.08); }
  @media only screen and (max-width: 767px) {
    #lk-home-product-slider .lk-home-product-row-slider-product {
      width: 33.3%;
      float: left; }
      #lk-home-product-slider .lk-home-product-row-slider-product img {
        width: 130%;
        max-width: 130%;
        margin: -15%; } }
  #lk-home-product-slider .lk-home-product-row-slider-product #lk-marvel-deadpool-logo {
    width: 100%;
    top: 20px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      #lk-home-product-slider .lk-home-product-row-slider-product #lk-marvel-deadpool-logo {
        width: 130%;
        top: 15px; } }

.lk-home-product-row-product {
  width: calc(25% - 8px);
  padding-top: 30px;
  margin: 4px;
  float: left;
  text-align: center; }
  .lk-home-product-row-product img {
    max-width: 60%; }
    @media only screen and (max-width: 767px) {
      .lk-home-product-row-product img {
        max-width: 90%; } }
  @media only screen and (max-width: 767px) {
    .lk-home-product-row-product {
      width: calc(33% - 8px);
      padding-bottom: 15px; }
      .lk-home-product-row-product.lk-last {
        display: none; } }
  .lk-home-product-row-product span.lk-home-product-row-colors {
    color: #a6a6a6; }

.lk-home-product-row-bottom {
  text-align: center;
  color: #969696;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 30px;
  clear: both;
  transition: all 0.3s ease-in-out; }
  .lk-home-product-row-bottom:hover {
    color: #636363; }

.template-404 #MainContent {
  min-height: 100vh; }

#lk-mud-water-video-banner-mobile iframe {
  width: 100vw;
  height: 56vw; }

.lk-video-row {
  margin-top: 30px;
  background: #000; }
  .lk-video-row .lk-video-left-col {
    display: inline-block;
    text-align: center;
    padding: 120px 20px 50px 30px; }
    .lk-video-row .lk-video-left-col h2,
    .lk-video-row .lk-video-left-col p {
      color: #fff; }
    .lk-video-row .lk-video-left-col h2 {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .lk-video-row .lk-video-left-col {
        padding-top: 0; } }
  .lk-video-row .lk-side-video {
    text-align: center; }
    .lk-video-row .lk-side-video video {
      width: 90%;
      padding: 10%;
      margin-left: auto;
      margin-right: auto; }

#lk-giving-tuesday-banner h1 {
  text-align: center;
  letter-spacing: 0.22em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, white 50%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dedede 0%, white 50%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dedede 0%, white 50%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
#lk-giving-tuesday-banner h3,
#lk-giving-tuesday-banner h4,
#lk-giving-tuesday-banner h5,
#lk-giving-tuesday-banner h6,
#lk-giving-tuesday-banner p {
  color: white; }

#lk-giving-tuesday-section .lk-home-product-row-bottom {
  text-transform: uppercase;
  letter-spacing: 1.12px;
  padding-bottom: 10px; }
#lk-giving-tuesday-section .lk-home-product-row-product {
  padding-bottom: 10px; }

@media (prefers-reduced-motion) {
  .jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-iteration-count: 0 !important;
    animation-iteration-count: 0 !important; } }
.template-index .lk-giving-tuesday-banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
@media only screen and (min-width: 768px) {
  .template-index #lk-giving-tuesday-banner {
    margin: 30px; } }

.template-index #lk-no-kid-hungry-video {
  width: 200px;
  height: 200px; }
  @media only screen and (max-width: 767px) {
    .template-index #lk-no-kid-hungry-video {
      width: 140px;
      height: 140px; } }

.template-index #lk-our-story-top-banner {
  height: 50vw;
  min-height: 400px; }

.lk-mood-board-left-margin {
  margin-left: 10px; }

@media only screen and (max-width: 767px) {
  .template-index #lk-mood-board-original {
    width: calc(100% - 10px); } }

#lk-hp-star-wars-banner {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 500px;
  position: relative; }
  #lk-hp-star-wars-banner h2,
  #lk-hp-star-wars-banner span {
    color: #fff; }
  #lk-hp-star-wars-banner span {
    position: absolute;
    left: calc(50% - 8px);
    top: 58%;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      #lk-hp-star-wars-banner span {
        top: 52%; } }
  @media only screen and (min-width: 768px) {
    #lk-hp-star-wars-banner #lk-hp-star-wars-banner-logo-container #lk-hp-star-wars-logo {
      margin-right: 60px;
      margin-left: -65px; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-star-wars-banner #lk-hp-star-wars-banner-logo-container #lk-hp-star-wars-logo {
      width: 110px;
      height: auto;
      margin-right: 45px; } }
  @media only screen and (min-width: 768px) {
    #lk-hp-star-wars-banner #lk-hp-star-wars-banner-logo-container #lk-hp-lokai-logo {
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-star-wars-banner #lk-hp-star-wars-banner-logo-container #lk-hp-lokai-logo {
      width: 110px;
      height: auto; } }
  #lk-hp-star-wars-banner #lk-hp-star-wars-banner-logo-container img {
    height: 100px; }
  #lk-hp-star-wars-banner .lk-btn {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    color: #282829;
    background: #fff;
    margin-top: 30px; }
    #lk-hp-star-wars-banner .lk-btn:hover {
      background: #000;
      color: #d0c400; }

/** Marvel **/
#lk-hp-marvel-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 400px;
  position: relative; }
  #lk-hp-marvel-banner h2 {
    margin-bottom: 22px; }
  #lk-hp-marvel-banner span {
    position: absolute;
    left: calc(50% - 8px);
    top: 58%;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      #lk-hp-marvel-banner span {
        top: 52%; } }
  @media only screen and (min-width: 768px) {
    #lk-hp-marvel-banner #lk-hp-marvel-banner-logo-container #lk-hp-marvel-logo {
      margin-left: 5px; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-marvel-banner #lk-hp-marvel-banner-logo-container #lk-hp-marvel-logo {
      width: 180px;
      height: auto; } }
  #lk-hp-marvel-banner #lk-hp-marvel-banner-logo-container img {
    height: 100px; }
  #lk-hp-marvel-banner .lk-btn {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    #lk-hp-marvel-banner .lk-btn:hover {
      background: #000;
      color: #ed1c24; }

#shopify-section-footer {
  clear: both;
  clear: both;
  background: #fff; }
  @media only screen and (min-width: 1024px) and (max-width: 1349px) {
    #shopify-section-footer .lk-footer-social-container,
    #shopify-section-footer .lk-footer-follow-header {
      width: 99px;
      margin-right: -1px; } }

#lk-footer-desktop {
  padding-top: 10px; }

#lk-footer-hr {
  border: 0px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 30px; }

@media only screen and (max-width: 1023px) {
  #lk-footer-accessibility {
    position: relative; } }
#lk-footer {
  padding: 20px 40px;
  clear: both; }
  @media only screen and (max-width: 1023px) {
    #lk-footer {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 100%; } }
  #lk-footer .lk-circle-email {
    width: 60%;
    display: inline-block;
    line-height: 31px;
    vertical-align: top;
    margin-right: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    #lk-footer .lk-circle-email::-webkit-input-placeholder {
      line-height: 22px; }
    #lk-footer .lk-circle-email.error {
      margin-right: -3px; }
  #lk-footer .lk-footer-legal-content {
    display: none; }
    #lk-footer .lk-footer-legal-content.active {
      display: block;
      clear: both; }
      @media only screen and (max-width: 1023px) {
        #lk-footer .lk-footer-legal-content.active {
          margin-left: 5px; } }
    #lk-footer .lk-footer-legal-content .icon {
      height: 10px;
      width: 10px; }
    #lk-footer .lk-footer-legal-content p {
      font-size: 11px;
      line-height: 1.2em;
      padding-left: 10px;
      color: #969696; }
  #lk-footer #lk-join-circle-submit-desktop {
    height: 28px;
    border: 1px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.143em; }
  #lk-footer a {
    color: #969696;
    text-decoration: none;
    font-size: 14px; }
  #lk-footer #lk-corporate-gifts-link {
    margin-right: -40px;
    padding-right: 0; }
  #lk-footer .lk-footer-link {
    color: #969696;
    text-transform: uppercase;
    padding: 10px 10px 0;
    display: block;
    letter-spacing: 1.72px;
    font-weight: 600; }
    @media only screen and (max-width: 1023px) {
      #lk-footer .lk-footer-link {
        padding: 10px 0 10px 15px;
        width: 50%;
        display: inline-block;
        float: left; } }
  @media only screen and (max-width: 1023px) {
    #lk-footer .small--one-half .lk-footer-link {
      width: 100%; } }
  #lk-footer .lk-footer-refer-friend-container .lk-footer-link {
    margin-right: -40px; }
  @media only screen and (max-width: 1023px) {
    #lk-footer .lk-footer-refer-friend-container {
      padding-left: 0; }
      #lk-footer .lk-footer-refer-friend-container a {
        width: 100%; }
    #lk-footer #lk-footer-gift-card {
      padding-left: 5px; }
    #lk-footer .lk-footer-follow-section {
      padding-left: 40px;
      padding-top: 10px;
      padding-bottom: 20px; }
    #lk-footer .lk-footer-social-link {
      text-decoration: underline;
      font-size: 14px; }
    #lk-footer .lk-footer-follow-section > div > a:nth-child(1) > img {
      margin-left: -5px; } }
  #lk-footer p.lk-footer-follow-header {
    color: #969696;
    text-transform: uppercase;
    padding: 8px 7px 6px;
    display: block;
    letter-spacing: 1.72px;
    font-weight: 600;
    font-size: 14px;
    margin: 0; }
    #lk-footer p.lk-footer-follow-header:hover {
      cursor: default; }
    @media only screen and (max-width: 1023px) {
      #lk-footer p.lk-footer-follow-header {
        width: 50%;
        float: left;
        padding: 0;
        text-align: left;
        padding-left: 5px; } }
    @media only screen and (max-width: 767px) {
      #lk-footer p.lk-footer-follow-header {
        display: none; } }
  #lk-footer .lk-footer-social-link {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 16px;
    padding: 0 10px; }
    @media only screen and (max-width: 1023px) {
      #lk-footer .lk-footer-social-link {
        width: 20%;
        float: left; }
        #lk-footer .lk-footer-social-link.lk-footer-yt {
          display: none; }
        #lk-footer .lk-footer-social-link .lk-footer-follow-header {
          width: 30%; } }
  @media only screen and (max-width: 1023px) {
    #lk-footer .lk-footer-social-container .lk-main-menu-social-icon {
      margin: 0 6px 0 0; } }
  @media only screen and (max-width: 767px) {
    #lk-footer .lk-footer-social-container {
      margin-left: 10px; } }
  #lk-footer #lk-footer-mailing-list {
    text-align: right;
    padding-right: 30px;
    position: relative;
    padding-top: 10px; }

.lk-gdpr-checkbox {
  display: none; }
  .lk-gdpr-checkbox.active {
    display: block;
    width: 75%;
    float: right;
    text-align: left;
    margin-top: 25px;
    font-size: 14px; }
    .lk-gdpr-checkbox.active .lk-gdpr-checkbox-input {
      display: inline-block; }

.lk-email-error-msg {
  color: #f15a5a;
  font-size: 13px;
  line-height: 13px;
  margin: 0 auto;
  width: 250px;
  top: 55px;
  left: 105px;
  position: absolute;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .lk-email-error-msg {
      left: 5px; } }

.lk-footer-small-link {
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 16px;
  padding: 0 10px; }
  @media only screen and (max-width: 1023px) {
    .lk-footer-small-link {
      text-transform: uppercase;
      padding: 10px;
      display: block;
      letter-spacing: 1.72px;
      font-weight: 600; } }

@media only screen and (max-width: 1023px) {
  .lk-first-footer-link {
    margin-top: 80px; }

  #lk-footer {
    position: relative;
    padding-left: 20px; }
    #lk-footer #lk-footer-mailing-list {
      position: absolute;
      top: 30px;
      left: 30px;
      padding-right: 30px; }
    #lk-footer #lk-join-circle-success {
      margin-top: -20px; }
    #lk-footer .lk-circle-email {
      width: 75%; }
    #lk-footer #lk-join-circle-submit-desktop {
      width: 25%; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      #lk-footer .lk-circle-email {
        width: calc(100% - 77px); } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      #lk-footer #lk-join-circle-submit-desktop {
        width: 75px;
        padding-left: 8px;
        padding-right: 7px;
        padding-top: 1px; } }

#lk-footer-mobile-links {
  margin-top: 70px;
  padding-left: 30px; }
  @media only screen and (max-width: 1023px) {
    #lk-footer-mobile-links {
      margin-top: 30px; } }
  #lk-footer-mobile-links .lk-footer-social-container {
    margin-left: 10px; }
  #lk-footer-mobile-links .lk-footer-link {
    width: 100%; }

#lk-footer-sms-text {
  margin-top: 0;
  color: #686868;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px; }
  #lk-footer-sms-text strong {
    font-weight: 500; }

#lk-footer-sms-disclaimer {
  color: #686868;
  font-size: 12px;
  max-width: 400px;
  margin-bottom: 15px;
  line-height: 13.5px;
  float: right;
  margin-left: 15px; }
  #lk-footer-sms-disclaimer a {
    font-size: 12px; }

#lk-sms-mobile-section {
  max-width: 320px;
  margin-left: 30px; }
  #lk-sms-mobile-section .lk-footer-15-off {
    width: 100%;
    margin: 0; }
  #lk-sms-mobile-section #lk-circle-phone-us-only-msg {
    display: block;
    margin-left: 15px;
    color: #969696; }
  #lk-sms-mobile-section .lk-btn {
    margin: 20px 15px; }

#breast-cancer-lokai .lk-pdp-selector-color.pink {
  background: #fa679c !important; }

#pride-lokai #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.swirl,
#PrideLokai > div.lk-collection-item-color-swatches > div.lk-collection-item-color-container.lk-option-swirl .swirl {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7a73+0,fd7a73+14,f99901+18,f99901+32,ead604+35,ead604+48,26813a+51,26813a+66,4736a4+70,4736a4+83,e492d9+86,e492d9+100 */
  background: #fd7a73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7a73', endColorstr='#e492d9',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.template-product {
  /* Start Subscription Toggle */
  /* End Subscription Toggle */ }
  .template-product button {
    font-family: "Calibre", Helvetica, Arial, Sans-Serif; }
  .template-product #MainContent,
  .template-product #lk-pdp-main-content {
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .template-product #MainContent,
      .template-product #lk-pdp-main-content {
        padding-top: 70px; } }
  .template-product .lk-pdp-spacer {
    display: block;
    width: 100%;
    height: 50px; }
  .template-product .lk-mobile-only p {
    text-align: left;
    padding: 20px 20px 0; }
  .template-product #lk-pdp-right-column {
    text-align: left; }
    .template-product #lk-pdp-right-column .lk-gdpr-checkbox {
      float: left;
      margin-top: 15px; }
      .template-product #lk-pdp-right-column .lk-gdpr-checkbox .lk-gdpr-checkbox-label {
        font-size: 13px;
        display: inline; }
        .template-product #lk-pdp-right-column .lk-gdpr-checkbox .lk-gdpr-checkbox-label label {
          display: inline; }
    @media only screen and (max-width: 767px) {
      .template-product #lk-pdp-right-column {
        text-align: center;
        margin-top: -20px; } }
  .template-product #lk-product-title {
    margin-top: 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .template-product #lk-product-title {
        text-align: center; } }
  .template-product #lk-product-subscription-toggle-container,
  .template-product #lk-product-subscription-toggle-container-mobile {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .template-product #lk-product-subscription-toggle-container,
      .template-product #lk-product-subscription-toggle-container-mobile {
        margin-left: 45px; } }
  .template-product .lk-product-subscription-toggle-row {
    text-align: left;
    margin: 10px 0;
    position: relative; }
    .template-product .lk-product-subscription-toggle-row:hover {
      cursor: pointer; }
    .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip {
      z-index: -1;
      opacity: 0;
      display: none;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      width: 240px;
      position: absolute;
      right: -20px;
      top: 30px;
      background: #282829;
      padding: 20px 30px; }
      .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip .lk-pdp-more-info-tooltip-close {
        position: absolute;
        color: #fff;
        right: 5px;
        font-size: 16px;
        transform: rotate(45deg);
        top: 5px;
        padding: 5px; }
        .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip .lk-pdp-more-info-tooltip-close:hover {
          cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip p {
          padding-left: 0;
          padding-right: 0; } }
      .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip:after {
        content: "";
        position: absolute;
        top: -30px;
        right: 30px;
        transform: rotate(180deg);
        margin-right: -5px;
        border-width: 18px;
        border-style: solid;
        border-color: #282829 transparent transparent transparent; }
      .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip:hover {
        cursor: default; }
      .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip .lk-pdp-more-info-tooltip-header {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.1px; }
      .template-product .lk-product-subscription-toggle-row .lk-pdp-more-info-tooltip p {
        padding-top: 5px;
        color: #fff;
        font-size: 12px;
        line-height: 14.75px;
        letter-spacing: 0; }
    .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info,
    .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info-mobile {
      margin-bottom: 3px;
      margin-left: 5px;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.01px;
      z-index: 5;
      text-decoration: underline;
      position: relative;
      height: 15px;
      overflow: hidden; }
      .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info:hover,
      .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info-mobile:hover {
        cursor: pointer; }
        .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info:hover .lk-pdp-more-info-tooltip,
        .template-product .lk-product-subscription-toggle-row #lk-pdp-more-info-mobile:hover .lk-pdp-more-info-tooltip {
          opacity: 1;
          z-index: 15;
          display: block; }
  .template-product .lk-subscription-radio {
    width: 5px;
    height: 5px;
    border: 1px solid #d0d2d9;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    margin: 2px 7px -2px 0; }
    .template-product .lk-subscription-radio.active {
      background: #282829;
      border: 1px solid #282829; }

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/cdn/shop/t/8/assets/slick.eot?v=171231562841723704411628821806");
  src: url("/cdn/shop/t/8/assets/slick.eot%23iefix?3534") format("embedded-opentype"), url("/cdn/shop/t/8/assets/slick.woff?v=111354281175319789571628821807") format("woff"), url("/cdn/shop/t/8/assets/slick.ttf?v=51727957652983676071628821807") format("truetype"), url("/cdn/shop/t/8/assets/slick.svg%23slick?3534") format("svg"); }

#shopify-section-product {
  text-align: center;
  /*
  * Breadcrumbs
  */
  /*
  * Slider
  */
  /*
  * Yotpo (product reviews)
  */
  /*
  * Out of Stock Messages
  */
  /*
  * COLOR / SIZE SELECTOR
  */
  /*
  * Size Guide
  */ }
  #shopify-section-product .breadcrumb {
    text-align: left;
    margin: 5px 15px 5px 24px;
    padding-top: 10px; }
    @media only screen and (min-width: 1024px) {
      #shopify-section-product .breadcrumb {
        margin-left: 54px; } }
    #shopify-section-product .breadcrumb a {
      text-decoration: none;
      color: #5e5e5e;
      text-transform: lowercase; }
    #shopify-section-product .breadcrumb span {
      color: #999999;
      text-transform: lowercase; }
  #shopify-section-product .rte ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #shopify-section-product .rte ul li {
      margin: 0.8em 0; }
    #shopify-section-product .rte ul strong {
      font-weight: 600;
      margin-bottom: 1em; }
  #shopify-section-product .lk-pdp-slide {
    display: none; }
    #shopify-section-product .lk-pdp-slide.selected img {
      border: 1px solid #454545; }
    #shopify-section-product .lk-pdp-slide.active {
      display: block; }
      @media only screen and (max-width: 767px) {
        #shopify-section-product .lk-pdp-slide.active {
          width: 100%; } }
  #shopify-section-product #lk-yotpo-reviews .yotpo-comments-box {
    padding-left: 10px; }
  #shopify-section-product #lk-yotpo-reviews > div > div > div.yotpo-label.yotpo-small-box.yotpo-pB9 {
    padding: 0; }
  #shopify-section-product .rte {
    max-width: 510px;
    margin: 45px auto;
    font-size: 18px; }
    #shopify-section-product .rte p {
      margin-top: 15px;
      margin-bottom: 15px;
      line-height: 1.6em; }
  #shopify-section-product .yotpo-bottomline .yotpo-stars {
    min-width: 70px; }
  #shopify-section-product .bottomLine {
    display: inline-block;
    margin-left: -5px; }
    @media only screen and (max-width: 767px) {
      #shopify-section-product .bottomLine {
        margin-left: -20px; } }
  #shopify-section-product #lk-pdp-partner {
    padding: 25px 0 5px;
    position: relative; }
    #shopify-section-product #lk-pdp-partner > div {
      position: relative;
      top: -20px;
      display: inline-block; }
  #shopify-section-product #lk-pdp-partner-logo,
  #shopify-section-product #lk-pdp-partner-lokai-logo {
    max-height: 45px;
    height: 45px;
    margin: 5px 10px; }
  #shopify-section-product #lk-pdp-partner-lokai-logo {
    margin-left: 20px; }
  #shopify-section-product label {
    display: block;
    font-size: 16px;
    font-weight: 400; }
  #shopify-section-product .lk-circle-email {
    display: inline-block;
    width: calc(100% - 79px);
    width: 300px;
    max-width: calc(100% - 135px); }
  @media only screen and (max-width: 767px) {
    #shopify-section-product .lk-pdp-out-of-stock-msg {
      font-size: 14px; } }
  #shopify-section-product .lk-btn {
    height: 28px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.143em;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -5px;
    line-height: 31px; }
  #shopify-section-product #lk-pdp-buy-btn {
    width: auto; }
  #shopify-section-product #lk-pdp-out-of-stock-collection {
    width: auto; }
  #shopify-section-product .yotpo div,
  #shopify-section-product .yotpo span,
  #shopify-section-product .yotpo p,
  #shopify-section-product .yotpo a,
  #shopify-section-product .yotpo img,
  #shopify-section-product .yotpo i,
  #shopify-section-product .yotpo strong,
  #shopify-section-product .yotpo sup,
  #shopify-section-product .yotpo ul,
  #shopify-section-product .yotpo li,
  #shopify-section-product .yotpo form,
  #shopify-section-product .yotpo label {
    font-family: "Calibre"; }
  #shopify-section-product .yotpo-main-widget .yotpo-first-review-stars {
    display: none; }
  #shopify-section-product .yotpo .yotpo-comments-box {
    border-left: 1px solid #eaeaea !important; }
  #shopify-section-product .yotpo .yotpo-comments-box .yotpo-comment-box {
    margin-left: 0 !important; }
  #shopify-section-product .yotpo-font-bold {
    font-weight: 500 !important; }
  #shopify-section-product .yotpo-bottomline-2-boxes {
    padding: 0;
    margin: 0; }
  #shopify-section-product .text-m {
    display: block;
    clear: both;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    padding-right: 15px;
    text-transform: lowercase; }
    @media only screen and (max-width: 767px) {
      #shopify-section-product .text-m {
        font-size: 18px; } }
  #shopify-section-product #lk-yotpo-reviews {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c8c8c8;
    text-align: left;
    margin-left: 6%;
    margin-right: 6%; }
    #shopify-section-product #lk-yotpo-reviews .yotpo-bottomline-box-1 {
      text-align: left;
      float: left; }
    #shopify-section-product #lk-yotpo-reviews .yotpo-sum-reviews {
      float: right; }
    #shopify-section-product #lk-yotpo-reviews #lk-yotpo-reviews yotpo-small-box.yotpo-nav.reviews {
      display: none; }
    #shopify-section-product #lk-yotpo-reviews .yotpo.yotpo-main-widget
    .yotpo-bottomline.yotpo-bottomline-2-boxes
    .yotpo-bottomline-box-1 {
      width: auto;
      min-width: 0 !important; }
    #shopify-section-product #lk-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .based-on,
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
      margin-top: 0; }
    #shopify-section-product #lk-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
      margin: 0;
      padding: 0; }
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-nav-dropdown label {
      display: inline-block; }
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-review .yotpo-header,
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-comment .yotpo-header,
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-question .yotpo-header {
      margin-left: 0; }
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-review .yotpo-main,
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-comment .yotpo-main,
    #shopify-section-product #lk-yotpo-reviews .yotpo .yotpo-question .yotpo-main {
      margin: 20px 0 0; }
    #shopify-section-product #lk-yotpo-reviews .based-on {
      font-size: 14px; }
  #shopify-section-product p.headline {
    margin: 0; }
  #shopify-section-product .yotpo .yotpo-first-review {
    margin-top: 0;
    margin-bottom: 35px; }
  #shopify-section-product .yotpo-icon {
    position: relative; }
  #shopify-section-product .yotpo .yotpo-icon-left-arrow:before {
    content: "";
    background-image: url("/cdn/shop/t/8/assets/lk-arrow-black.svg?v=26509339815134262121628821749");
    background-size: 12px 12px;
    display: block;
    height: 12px;
    width: 12px;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 3px; }
  #shopify-section-product .yotpo .yotpo-icon-left-arrow.yotpo-disabled:before {
    background-image: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
  #shopify-section-product .yotpo-nav-primary {
    visibility: hidden; }
  #shopify-section-product .yotpo .yotpo-icon-right-arrow:before {
    content: "";
    background-image: url("/cdn/shop/t/8/assets/lk-arrow-black.svg?v=26509339815134262121628821749");
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 3px; }
  #shopify-section-product .yotpo .yotpo-icon-right-arrow.yotpo-disabled:before {
    background-image: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
  #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-star,
  #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  #shopify-section-product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon,
  #shopify-section-product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
  #shopify-section-product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
  #shopify-section-product .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #shopify-section-product .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #shopify-section-product .yotpo .yotpo-review .yotpo-read-more,
  #shopify-section-product .yotpo .yotpo-comment .yotpo-read-more,
  #shopify-section-product .yotpo .yotpo-question .yotpo-read-more,
  #shopify-section-product .yotpo .yotpo-first-review .yotpo-first-review-content span {
    color: #282829; }
  #shopify-section-product .yotpo-icon-half-star:before {
    font-size: 12px;
    position: absolute;
    top: 7px; }
  #shopify-section-product .yotpo-first-review-content {
    text-align: left;
    margin-top: 10px; }
  #shopify-section-product .yotpo-nav-dropdown.sorting {
    margin-top: -55px; }
  #shopify-section-product .yotpo-star-distribution-graph-score {
    background: #282829; }
  #shopify-section-product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-star-digits {
    font-size: 15px;
    font-weight: normal;
    bottom: 0;
    margin-top: 10px;
    margin-right: 5px;
    float: left; }
  @media only screen and (min-width: 768px) {
    #shopify-section-product .yotpo .yotpo-reviews > .yotpo-review:nth-child(odd) {
      clear: left; }
    #shopify-section-product .yotpo .yotpo-reviews > .yotpo-review {
      width: 100%;
      float: left; }
    #shopify-section-product .yotpo .yotpo-pager {
      clear: both;
      padding-top: 25px;
      padding-bottom: 25px; } }
  #shopify-section-product .lk-product-waitlist-signup {
    padding: 10px 0; }
    @media only screen and (max-width: 767px) {
      #shopify-section-product .lk-product-waitlist-signup #lk-circle-email {
        margin-left: auto;
        margin-right: auto; } }
    #shopify-section-product .lk-product-waitlist-signup img {
      width: 40px;
      height: 40px; }
    #shopify-section-product .lk-product-waitlist-signup h3 {
      font-weight: 400; }
    #shopify-section-product .lk-product-waitlist-signup h4 {
      font-size: 20px; }
  #shopify-section-product .lk-mlb-text {
    font-size: 14px;
    line-height: 16px; }
    @media only screen and (max-width: 767px) {
      #shopify-section-product .lk-mlb-text {
        font-size: 13px;
        line-height: 15px; } }
  @media only screen and (max-width: 767px) {
    #shopify-section-product #lk-pdp-info-box-container {
      text-align: left;
      padding-left: 30px;
      padding-right: 30px;
      clear: both; } }
  #shopify-section-product #lk-pdp-variant-selectors {
    clear: both; }
    #shopify-section-product #lk-pdp-variant-selectors select,
    #shopify-section-product #lk-pdp-variant-selectors input[type="number"] {
      display: none; }
    @media only screen and (max-width: 767px) {
      #shopify-section-product #lk-pdp-variant-selectors {
        text-align: center; } }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-cap {
      display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 100%;
      padding: 2px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-cap > img {
        border-radius: 100%; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-cap.selected {
        border: 1px solid #282829;
        margin-top: -1px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-cap:hover {
        cursor: pointer; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-current-type {
      margin: 10px 0;
      font-size: 16px; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container {
      width: 26px;
      height: 26px;
      border-radius: 100%;
      display: inline-block;
      display: inline-block;
      border: 1px solid #c8c8c8;
      padding: 7px 9px 9px;
      margin: 0 4px;
      font-weight: 500;
      font-size: 13px;
      font-weight: 400; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-s, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-small,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-s,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-small {
        margin-left: 0; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-m, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-medium,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-m,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-medium {
        padding: 7px 8px 9px 7px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-l, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-large,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-l,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-large {
        padding: 7px 7px 9px 8px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-xl, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-extra-large, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-xs, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-extra-small,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-xl,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-extra-large,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-xs,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-extra-small {
        padding: 7px 5.5px 9px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-xs,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-xs {
        margin-right: 8px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-25, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-50, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-75, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-100,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-25,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-50,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-75,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-100 {
        width: 32px;
        height: 32px;
        padding: 10px 6px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-100,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-100 {
        padding: 10px 3px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.selected,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.selected {
        border: 1px solid #282829;
        margin-top: -1px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container:hover,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container:hover {
        cursor: pointer; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.inactive,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.inactive {
        color: #c8c8c8; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.inactive:hover,
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.inactive:hover {
          cursor: default; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-s-m, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-l-xl,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-s-m,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-l-xl {
        height: 32px;
        width: 32px;
        padding: 10px 7px 10px 5px; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-size-container.lk-option-l-xl,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-amount-container.lk-option-l-xl {
        height: 34px;
        width: 34px; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer {
      display: inline-block;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev,
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next {
          display: none; }
          #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev:before,
          #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next:before {
            display: none; } }
      @media only screen and (max-width: 767px) {
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer {
          width: 132px; } }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next {
        width: 50px;
        opacity: 1;
        z-index: 0;
        color: transparent;
        border-radius: 50%;
        border: 0px;
        width: 20px;
        height: 20px;
        padding: 0;
        margin-top: 8px;
        display: block !important; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev:before,
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next:before {
          font-size: 20px;
          line-height: 1;
          opacity: 0.75;
          color: #3f3f3f;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: "slick";
          opacity: 0.85; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev {
        left: -30px; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev:before {
          margin-left: 7px;
          margin-top: 5px;
          height: 10px;
          width: 10px; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev.slick-disabled:hover {
          cursor: auto; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-prev.slick-disabled:before {
          content: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next {
        right: -25px; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next:before {
          margin-left: 6px;
          margin-top: -5px;
          height: 10px;
          width: 10px; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next.slick-disabled:hover {
          cursor: auto; }
        #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-outer button.slick-next.slick-disabled:before {
          content: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon {
      display: inline-block;
      border-radius: 100%;
      height: 30px;
      width: 30px;
      padding: 0;
      margin: 0 2px;
      outline: none;
      border: 0px;
      text-align: center; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container.selected,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon.selected {
        border: 1px solid #969696; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-color-container {
      opacity: 0; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container.inactive,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon.inactive,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.inactive,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.inactive {
      position: relative;
      opacity: 0.8; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container.inactive:hover,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon.inactive:hover,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.inactive:hover,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.inactive:hover {
        cursor: default; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container.inactive:focus,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon.inactive:focus,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.inactive:focus,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.inactive:focus {
        border: 0px; }
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color,
    #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon {
      width: 26px;
      height: 26px;
      border-radius: 100%;
      background: #000;
      display: inline-block;
      margin: 1px;
      border: 1px solid #ccc; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.inactive:before,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.inactive:before {
        content: " ";
        position: absolute;
        top: 10px;
        left: 1px;
        border-bottom: 3px solid #777;
        width: 95%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color:hover,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon:hover {
        cursor: pointer; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.rose-gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.rose-gold {
        background: #cb8780; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.gunmetal,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.gunmetal {
        background: #34333a; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.gold {
        background: #c0a180; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.silver, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.grey, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.gray,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.grey,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.gray {
        background: #848585; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.royal,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.royal {
        background: #225fb3; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.carbon-grey,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.carbon-grey {
        background: #cbc9c9; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.forest-green,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.forest-green {
        background: #224700; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.forest,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.forest {
        background: #2e5c54; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.olive,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.olive {
        background: #67603b; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.lilac,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.lilac {
        background: #e1d4dd; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.ice-blue,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.ice-blue {
        background: #d8dde5; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.canary,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.canary {
        background: #f2b967; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.fuchsia,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.fuchsia {
        background: #8f4676; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.black,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.black {
        background: #151819; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.matte-black,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.matte-black {
        background: #191a19; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.aurora,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.aurora {
        background: #26e6c4; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.study-white, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.adventure-white, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.sport-cap, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.study-cap, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.adventure-cap, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.white,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.study-white,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.adventure-white,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.sport-cap,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.study-cap,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.adventure-cap,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.white {
        background: #fffff0;
        border: 1px solid #c8c8c8; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.study-black, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.adventure-black,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.study-black,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.adventure-black {
        background: #282829; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.burgundy,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.burgundy {
        background: #a58287; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.pink {
        background: #d8bec3; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.study-pink, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.adventure-pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.study-pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.adventure-pink {
        background: #d8bec3; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.red,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.red {
        background: #82041a; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.navy, #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.navy-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.navy,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.navy-silver {
        background: #374968; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.black-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.black-silver {
        background: #343334; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.taupe-rose-gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.taupe-rose-gold {
        background: #a58e7c; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.mint-rose-gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.mint-rose-gold {
        background: #9fddc6; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.sage-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.sage-silver {
        background: #716c4e; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.rwb,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.rwb {
        background: #f12730; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.rw,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.rw {
        background: #f12730; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.bw,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.bw {
        background: #37517f; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.rwg,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.rwg {
        background: #f12730; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.gyb,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.gyb {
        background: #1fa952; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.sand,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.sand {
        background: #f1d4c6; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.light-pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.light-pink {
        background: #fda7ce; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.hot-pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.hot-pink {
        background: #fd59b4; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.swirl,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.swirl {
        background: #fd57ac;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd57ac', endColorstr='#fd73a7',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.neon-pink,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.neon-pink {
        background: #fc3950; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.neon-yellow,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.neon-yellow {
        background: #f1f464; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.neon-orange,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.neon-orange {
        background: #fd9e27; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.neon-green,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.neon-green {
        background: #83ee6c; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.smoke-gunmetal,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.smoke-gunmetal {
        background: #897267; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.frost-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.frost-silver {
        background: #e1e1de; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.ice-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.ice-silver {
        background: #dfe0df; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.black-rose-gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.black-rose-gold {
        background: #2c2b2b; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.dove-rose-gold,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.dove-rose-gold {
        background: #ebedeb; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.black-gunmetal,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.black-gunmetal {
        background: #36312d; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.white-silver,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.white-silver {
        background: #ffffff;
        border: 1px solid #c8c8c8; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.halloween,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.halloween {
        background: #141416; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.christmas,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.christmas {
        background: #a6b402; }
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.stripe,
      #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.stripe {
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
  #shopify-section-product #lk-pdp-quantity-selector {
    width: 65px;
    height: 30px;
    border: 1px solid #c8c8c8;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-element {
      display: inline-block;
      padding-top: 7px; }
      #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-element:hover {
        cursor: default; }
    #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-minus {
      float: left;
      padding-left: 15px; }
      #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-minus:hover {
        cursor: pointer; }
    #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-plus {
      float: right;
      padding-right: 15px; }
      #shopify-section-product #lk-pdp-quantity-selector .lk-pdp-quantity-plus:hover {
        cursor: pointer; }
  #shopify-section-product #lk-pdp-size-guide-link-container {
    margin: 8px 0 0; }
    #shopify-section-product #lk-pdp-size-guide-link-container a {
      font-size: 16px;
      line-height: 23px;
      margin-top: 8px; }
  #shopify-section-product .lk-btn-buy {
    font-weight: 400;
    margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #shopify-section-product .lk-compare-at-price {
      display: none; } }
  #shopify-section-product #lk-product-price {
    display: none; }
  #shopify-section-product .lk-pdp-error {
    display: none;
    color: #f15a5a;
    font-size: 14px;
    margin-top: 10px; }
  #shopify-section-product #lk-pdp-button-container {
    padding: 20px 0 0;
    border-top: 1px solid #c8c8c8;
    margin: 20px 0 10px;
    clear: both; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #shopify-section-product #lk-pdp-button-container {
        min-width: 280px; } }
    @media only screen and (max-width: 767px) {
      #shopify-section-product #lk-pdp-button-container {
        border-top: none;
        text-align: center; } }
  #shopify-section-product #lk-pdp-buy-btn {
    min-width: 180px;
    height: 30px;
    font-weight: 500;
    letter-spacing: 0.0937em;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 33px;
    border: 1px solid #c8c8c8;
    vertical-align: top; }
    #shopify-section-product #lk-pdp-buy-btn.lk-btn-buy-discounted {
      width: 210px; }
    #shopify-section-product #lk-pdp-buy-btn:hover {
      cursor: pointer; }
  #shopify-section-product .lk-pdp-slider-div {
    min-height: 350px; }
  #shopify-section-product .arp-block__item {
    box-shadow: none; }
  #shopify-section-product .arp-block__name {
    text-transform: none;
    height: auto;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 500; }
    #shopify-section-product .arp-block__name a {
      text-transform: lowercase;
      font-size: 18px;
      line-height: 1.2em;
      font-weight: 500; }
  #shopify-section-product .arp-block__label_sale {
    display: none; }
  #shopify-section-product .arp-block__image {
    visibility: visible !important;
    opacity: 1 !important; }
  #shopify-section-product .arp-block__image_hover {
    visibility: hidden !important; }
  #shopify-section-product .arp-block {
    margin-top: 0;
    margin-bottom: 10px; }
  #shopify-section-product .arp-block__title-txt:before {
    background: none; }
  #shopify-section-product .arp-block__title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: none;
    border-top: 1px solid #eaeaea; }
  #shopify-section-product .arp-block__title-txt {
    margin-bottom: 0;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 500; }
  @media only screen and (min-width: 768px) {
    #shopify-section-product .arp-block__list {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      #shopify-section-product .arp-block__list .slick-dots {
        display: none !important; }
    #shopify-section-product .arp-block__title {
      text-align: center; }
    #shopify-section-product .arp-grid-tight .arp-block__item {
      width: 19vw;
      margin-right: 1vw !important; }
    #shopify-section-product .arp-grid-tight .arp-block__item:nth-child(6) {
      display: none; } }
  #shopify-section-product #awarp-recently-viewed-products .slick-prev,
  #shopify-section-product #awarp-recently-viewed-products .slick-next,
  #shopify-section-product .arp-block__list .slick-prev,
  #shopify-section-product .arp-block__list .slick-next {
    display: none !important; }
  @media only screen and (max-width: 767px) {
    #shopify-section-product .arp-block.arp-grid-tight {
      margin-left: 5px; } }
  @media (min-width: 1200px) {
    #shopify-section-product .arp-grid-tight .arp-block__item {
      width: 230px;
      margin: 0 5px !important; } }
  #shopify-section-product .arp-block__vendor {
    display: none; }
  @media only screen and (max-width: 767px) {
    #shopify-section-product .arp-block__list .slick-dots {
      display: block !important;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -21px; }
    #shopify-section-product .arp-block {
      overflow: hidden; }
    #shopify-section-product .arp-block__list {
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
      #shopify-section-product .arp-block__list .arp-block__item {
        min-width: 45vw;
        width: 45vw;
        display: inline-block;
        margin-left: 2.25vw;
        margin-right: 2.25vw; }
        #shopify-section-product .arp-block__list .arp-block__item .arp-block__txt-wrap {
          white-space: normal; }
    #shopify-section-product .arp-block__name a {
      text-transform: uppercase;
      font-size: 17px;
      letter-spacing: 0.21em; }
    #shopify-section-product .arp-block__vendor {
      display: none; } }
  @media only screen and (max-width: 1023px) {
    #shopify-section-product #shopify-section-product .breadcrumb {
      margin-left: 25px; } }
  @media only screen and (max-width: 767px) {
    #shopify-section-product .arp-block__item {
      width: 150px;
      min-width: 150px;
      display: inline-block; }
    #shopify-section-product #lk-pdp-size-guide-popup-container.active {
      width: 90vw;
      left: 5vw;
      height: 95vh;
      top: 5vh; }
    #shopify-section-product .rte {
      max-width: 510px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 18px; } }

.lk-pdp-public-selectors .caption {
  margin-bottom: 5px; }

.lk-pdp-current-color.lk-hide-mobile,
.lk-pdp-current-color-neon.lk-hide-mobile {
  margin-left: 6px; }
.lk-pdp-current-color.lk-hide-desktop,
.lk-pdp-current-color-neon.lk-hide-desktop {
  font-size: 14px;
  color: #777;
  line-height: 8px;
  padding-top: 5px;
  display: block;
  margin-bottom: -5px; }

#lk-pdp-size-guide-img {
  max-width: 350px;
  margin: 10px;
  max-height: 180px; }

#lk-pdp-size-guide-popup-container {
  position: fixed;
  width: 50%;
  background: #fff;
  height: 0;
  left: 25%;
  bottom: 12.5%;
  z-index: -1;
  display: none; }
  #lk-pdp-size-guide-popup-container.active {
    display: block;
    z-index: 13;
    height: 580px;
    max-height: 80vh;
    min-height: 380px;
    top: 10%; }

#lk-pdp-size-guide-inner {
  padding-top: 16px; }
  @media only screen and (max-width: 767px) {
    #lk-pdp-size-guide-inner {
      text-align: left;
      margin-left: 15px;
      margin-top: 10px; }
      #lk-pdp-size-guide-inner p {
        padding-left: 0;
        padding-top: 10px; } }
  #lk-pdp-size-guide-inner h3 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 24px; }
  #lk-pdp-size-guide-inner p {
    margin: 8px 0; }
  #lk-pdp-size-guide-inner #lk-pdp-size-guide-dimension {
    color: #808080; }
  #lk-pdp-size-guide-inner #lk-pdp-size-guide-popup-inner {
    position: relative; }

#lk-pdp-size-guide-dimensions {
  font-weight: 300;
  color: #808080; }

.lk-x-button {
  width: 44px;
  height: 44px;
  position: absolute;
  right: -22px;
  top: -22px;
  z-index: 13; }
  .lk-x-button:hover {
    cursor: pointer; }

.lk-pdp-size-guide-size-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  font-size: 13px; }
  .lk-pdp-size-guide-size-container.lk-option-s, .lk-pdp-size-guide-size-container.lk-option-small {
    margin-left: 0; }
  .lk-pdp-size-guide-size-container.lk-option-m, .lk-pdp-size-guide-size-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  .lk-pdp-size-guide-size-container.lk-option-l, .lk-pdp-size-guide-size-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  .lk-pdp-size-guide-size-container.lk-option-xl, .lk-pdp-size-guide-size-container.lk-option-extra-large, .lk-pdp-size-guide-size-container.lk-option-xs, .lk-pdp-size-guide-size-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  .lk-pdp-size-guide-size-container.lk-option-xs {
    margin-right: 8px; }
  .lk-pdp-size-guide-size-container.lk-option-25, .lk-pdp-size-guide-size-container.lk-option-50, .lk-pdp-size-guide-size-container.lk-option-75, .lk-pdp-size-guide-size-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  .lk-pdp-size-guide-size-container.lk-option-100 {
    padding: 10px 3px; }
  .lk-pdp-size-guide-size-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  .lk-pdp-size-guide-size-container:hover {
    cursor: pointer; }

.lk-pdp-back-order-message {
  font-size: 15px;
  color: #b23434;
  display: none;
  font-weight: 500; }

.lk-pdp-info-box {
  padding-left: 42px; }
  .lk-pdp-info-box .yotpo-small-box {
    display: none; }

.lk-pdp-info-box-tab:hover {
  cursor: pointer; }
.lk-pdp-info-box-tab span {
  font-size: 22px;
  font-weight: 400px;
  margin-right: 30px; }
.lk-pdp-info-box-tab p {
  margin-bottom: 0; }

#lk-pdp-review-box,
#lk-pdp-shipping-box,
#lk-pdp-sizing-box,
#lk-pdp-details-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  #lk-pdp-review-box.open,
  #lk-pdp-shipping-box.open,
  #lk-pdp-sizing-box.open,
  #lk-pdp-details-box.open {
    max-height: 800px; }
  #lk-pdp-review-box a,
  #lk-pdp-shipping-box a,
  #lk-pdp-sizing-box a,
  #lk-pdp-details-box a {
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  #lk-pdp-details-box {
    padding-left: 5px; } }
#lk-pdp-details-box ul {
  padding-left: 12px; }
  #lk-pdp-details-box ul li {
    padding-bottom: 5px;
    font-size: 18px; }
    #lk-pdp-details-box ul li span {
      font-size: 16px; }

.lk-pdp-info-box-tab p {
  display: inline-block; }

#lk-pdp-review-box-tab .text-m,
#lk-pdp-review-box-tab .yotpo-stars {
  display: inline-block;
  vertical-align: bottom;
  font-size: 17px; }
#lk-pdp-review-box-tab .yotpo-stars {
  float: right;
  margin: 23px 0 0 0; }

#lk-pdp-review-box .yotpo .yotpo-small-box.reviews {
  border: none;
  display: none; }
#lk-pdp-review-box .yotpo-main-widget {
  overflow: hidden;
  margin-bottom: 10px; }
  #lk-pdp-review-box .yotpo-main-widget .yotpo-bottomline-2-boxes,
  #lk-pdp-review-box .yotpo-main-widget .yotpo-nav-dropdown,
  #lk-pdp-review-box .yotpo-main-widget .yotpo-pager {
    display: none; }
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > .yotpo-review {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    border-bottom: 1px solid #c8c8c8; }
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(4),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(5),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(6),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(7),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(8),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(9),
  #lk-pdp-review-box .yotpo-main-widget .yotpo-reviews > div:nth-child(10) {
    display: none; }
#lk-pdp-review-box .lk-pdp-view-more {
  color: #c8c8c8;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 20px; }
  #lk-pdp-review-box .lk-pdp-view-more:hover {
    cursor: pointer; }

#MainContent .yotpo .yotpo-icon-default-star:before,
#MainContent .yotpo .yotpo-icon-star:before {
  font-size: 24px;
  content: "";
  content: url("/cdn/shop/t/8/assets/lk-star-black.svg?v=58477418915734731191628821751");
  width: 12px;
  height: 12px;
  display: block; }
#MainContent .yotpo .yotpo-icon-empty-star:before {
  content: "";
  content: url("/cdn/shop/t/8/assets/lk-star-grey.svg?v=128191997441992945061628821752");
  width: 12px;
  height: 12px;
  display: block; }
#MainContent .content-title,
#MainContent .yotpo-review-date,
#MainContent .content-review {
  font-size: 14px; }
#MainContent .yotpo-review {
  border-bottom: 1px solid #c8c8c8; }
#MainContent .yotpo-star-distribution-content {
  display: none; }
#MainContent #lk-yotpo-reviews .yotpo-main-widget .yotpo-small-box {
  border: none; }

#lk-pdp-water {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #282829;
  margin: 40px auto; }

#lk-pdp-mud {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #282829;
  background: #282829;
  margin: 40px auto 25px; }

#lk-pdp-mud-water-row {
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
  clear: both; }
  #lk-pdp-mud-water-row h3 {
    max-width: 540px;
    margin: 0 auto; }

.lk-mood-img {
  display: block;
  clear: both;
  margin: 10px; }

.lk-pdp-mood-board-left {
  text-align: right; }
  .lk-pdp-mood-board-left img {
    float: right; }

.lk-pdp-mood-board-right {
  text-align: left;
  padding-left: 0; }

.lk-bundle-msg {
  color: #e857a5;
  margin-bottom: 12px; }

#lk-pdp-bundle-options {
  margin-top: 40px;
  margin-bottom: -40px;
  background: #f6f6f6;
  padding: 50px 20px 40px 50px;
  position: relative;
  display: none;
  z-index: 0; }
  #lk-pdp-bundle-options.active {
    display: block; }

#lk-pdp-bundle-close {
  position: absolute;
  top: 40px;
  left: 70px; }
  @media only screen and (max-width: 767px) {
    #lk-pdp-bundle-close {
      left: 60px; } }
  #lk-pdp-bundle-close .lk-menuclose-black {
    height: 10px;
    width: 10px; }
  #lk-pdp-bundle-close:hover {
    cursor: pointer; }

#lk-pdp-bundle-images {
  text-align: left; }
  #lk-pdp-bundle-images h1,
  #lk-pdp-bundle-images h2,
  #lk-pdp-bundle-images h3,
  #lk-pdp-bundle-images h4,
  #lk-pdp-bundle-images h5,
  #lk-pdp-bundle-images h6,
  #lk-pdp-bundle-images p {
    text-align: left; }

@media only screen and (min-width: 768px) {
  #lk-bundle-image-container {
    padding-top: 50px; } }
@media only screen and (max-width: 767px) {
  #lk-bundle-image-container {
    padding-top: 20px; } }

@media only screen and (max-width: 767px) {
  .lk-pdp-bundle-option {
    margin-left: -45px; } }

.lk-pdp-bundle-image {
  width: 290px; }

#lk-pdp-bundle-image-2,
#lk-pdp-bundle-image-3,
#lk-pdp-bundle-image-4 {
  margin-top: -145px; }
  #lk-pdp-bundle-image-2.grayed-out,
  #lk-pdp-bundle-image-3.grayed-out,
  #lk-pdp-bundle-image-4.grayed-out {
    margin-top: -70px;
    width: 275px; }

#lk-pdp-bundle-image-1 {
  position: relative;
  z-index: 4;
  transform: rotate(-5deg);
  margin-bottom: -20px; }

#lk-pdp-bundle-image-2 {
  position: relative;
  z-index: 3;
  transform: rotate(15deg); }

#lk-pdp-bundle-image-3 {
  position: relative;
  z-index: 2;
  transform: rotate(-5deg); }

.lk-pdp-bundle-image {
  transition: all 0.4s ease-in-out; }
  .lk-pdp-bundle-image.grayed-out {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

.lk-bundle-dropdown-option {
  padding: 8px; }
  .lk-bundle-dropdown-option:hover {
    background: #dae3ed; }

.lk-bundle-selected-product-container,
.lk-bundle-selected-size-container {
  position: relative; }
  .lk-bundle-selected-product-container span,
  .lk-bundle-selected-size-container span {
    font-size: 14px; }
  .lk-bundle-selected-product-container .lk-bundle-product-dropdown,
  .lk-bundle-selected-product-container .lk-bundle-size-dropdown,
  .lk-bundle-selected-size-container .lk-bundle-product-dropdown,
  .lk-bundle-selected-size-container .lk-bundle-size-dropdown {
    display: none; }
  .lk-bundle-selected-product-container.active .lk-bundle-product-dropdown,
  .lk-bundle-selected-product-container.active .lk-bundle-size-dropdown,
  .lk-bundle-selected-size-container.active .lk-bundle-product-dropdown,
  .lk-bundle-selected-size-container.active .lk-bundle-size-dropdown {
    display: block;
    position: absolute;
    top: 28px;
    text-align: left;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-top: 1px solid #c8c8c8; }
    .lk-bundle-selected-product-container.active .lk-bundle-product-dropdown:hover,
    .lk-bundle-selected-product-container.active .lk-bundle-size-dropdown:hover,
    .lk-bundle-selected-size-container.active .lk-bundle-product-dropdown:hover,
    .lk-bundle-selected-size-container.active .lk-bundle-size-dropdown:hover {
      cursor: pointer; }
  .lk-bundle-selected-product-container .lk-bundle-product-image,
  .lk-bundle-selected-size-container .lk-bundle-product-image {
    height: 50px;
    width: 50px;
    margin-top: 3px;
    margin-bottom: -3px; }
  .lk-bundle-selected-product-container .lk-bundle-product-dropdown-option,
  .lk-bundle-selected-product-container .lk-bundle-size-dropdown,
  .lk-bundle-selected-size-container .lk-bundle-product-dropdown-option,
  .lk-bundle-selected-size-container .lk-bundle-size-dropdown {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    position: relative; }
  .lk-bundle-selected-product-container.lk-error .lk-bundle-selected-product,
  .lk-bundle-selected-product-container.lk-error .lk-bundle-selected-size,
  .lk-bundle-selected-size-container.lk-error .lk-bundle-selected-product,
  .lk-bundle-selected-size-container.lk-error .lk-bundle-selected-size {
    border: 1px solid #f15a5a; }

.lk-pdp-bundle-size-error,
.lk-pdp-bundle-product-error {
  display: none; }
  .lk-pdp-bundle-size-error.active,
  .lk-pdp-bundle-product-error.active {
    display: block;
    font-size: 12px;
    color: #f15a5a; }

.lk-bundle-product-dropdown-option span {
  position: absolute;
  left: 60px;
  top: 20px; }
.lk-bundle-product-dropdown-option:hover {
  background: #dae3ed; }

.lk-pdp-bundle-hr {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #c8c8c8; }
  @media only screen and (max-width: 767px) {
    .lk-pdp-bundle-hr {
      margin-left: -15px; } }

#lk-bundle-buy-btn {
  margin-top: 13px; }
  @media only screen and (max-width: 767px) {
    #lk-bundle-buy-btn {
      margin-left: -15px; } }
  #lk-bundle-buy-btn.active {
    background: #282829;
    color: #fff; }
    #lk-bundle-buy-btn.active:hover {
      cursor: pointer;
      background: #969696; }

.lk-bundle-selected-product,
.lk-bundle-selected-size {
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 7px 8px 3px;
  margin: 8px 0;
  text-align: left;
  font-weight: 500;
  position: relative;
  text-transform: uppercase; }
  .lk-bundle-selected-product .lk-arrow-black,
  .lk-bundle-selected-size .lk-arrow-black {
    position: absolute;
    right: 10px;
    top: 6px;
    height: 15px;
    width: 15px;
    transform: rotate(90deg); }
  .lk-bundle-selected-product:hover,
  .lk-bundle-selected-size:hover {
    cursor: pointer; }
  .lk-bundle-selected-product span:hover,
  .lk-bundle-selected-size span:hover {
    cursor: pointer; }

#lk-pdp-pay-forward-limit-one {
  display: none;
  padding-left: 30px;
  padding-top: 30px; }
  #lk-pdp-pay-forward-limit-one h6 {
    margin: 0; }
  #lk-pdp-pay-forward-limit-one p {
    font-style: italic; }

#lk-pdp-gift-card-inputs,
#lk-pdp-pay-it-forward-inputs {
  width: 100%;
  display: block;
  padding: 10px 0; }
  @media only screen and (max-width: 767px) {
    #lk-pdp-gift-card-inputs,
    #lk-pdp-pay-it-forward-inputs {
      padding: 30px 0 0 20px; } }
  #lk-pdp-gift-card-inputs label,
  #lk-pdp-pay-it-forward-inputs label {
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      #lk-pdp-gift-card-inputs label,
      #lk-pdp-pay-it-forward-inputs label {
        font-size: 16px; } }
  #lk-pdp-gift-card-inputs input,
  #lk-pdp-gift-card-inputs #lk-pdp-gift-card-message,
  #lk-pdp-gift-card-inputs #lk-pdp-pay-it-forward-message,
  #lk-pdp-pay-it-forward-inputs input,
  #lk-pdp-pay-it-forward-inputs #lk-pdp-gift-card-message,
  #lk-pdp-pay-it-forward-inputs #lk-pdp-pay-it-forward-message {
    width: 100%;
    font-weight: 400;
    font-size: 14px; }
    #lk-pdp-gift-card-inputs input:placeholder,
    #lk-pdp-gift-card-inputs #lk-pdp-gift-card-message:placeholder,
    #lk-pdp-gift-card-inputs #lk-pdp-pay-it-forward-message:placeholder,
    #lk-pdp-pay-it-forward-inputs input:placeholder,
    #lk-pdp-pay-it-forward-inputs #lk-pdp-gift-card-message:placeholder,
    #lk-pdp-pay-it-forward-inputs #lk-pdp-pay-it-forward-message:placeholder {
      font-weight: 400;
      color: #969696; }
  #lk-pdp-gift-card-inputs #lk-pdp-gift-card-message,
  #lk-pdp-gift-card-inputs #lk-pdp-pay-it-forward-message,
  #lk-pdp-pay-it-forward-inputs #lk-pdp-gift-card-message,
  #lk-pdp-pay-it-forward-inputs #lk-pdp-pay-it-forward-message {
    margin-top: 10px; }
  #lk-pdp-gift-card-inputs input,
  #lk-pdp-pay-it-forward-inputs input {
    height: 28px;
    border: none;
    border-bottom: 1px solid #c8c8c8; }

.lk-pdp-gift-card-email-label {
  padding: 15px 0 30px 30px; }

#gift-card .slick-dots,
#gift-card .slick-arrow {
  display: none; }
@media only screen and (max-width: 767px) {
  #gift-card #lk-pdp-right-column {
    margin-top: -75px; } }

@media only screen and (max-width: 767px) {
  #hat #lk-pdp-info-box-container {
    padding-bottom: 30px; } }

#glow-in-the-dark-lokai {
  background: #000; }
  #glow-in-the-dark-lokai #lk-pdp-main-content *,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row *,
  #glow-in-the-dark-lokai #lk-yotpo-reviews * {
    color: #fff; }
  @media only screen and (min-width: 1024px) {
    #glow-in-the-dark-lokai #lk-header a {
      color: #fff; }
    #glow-in-the-dark-lokai #lk-header.active a {
      color: #282829; } }
  #glow-in-the-dark-lokai #lk-logo-dark {
    display: none !important; }
  #glow-in-the-dark-lokai #lk-logo-white {
    display: inline !important; }
  #glow-in-the-dark-lokai #lk-header.active #lk-logo-dark {
    display: inline !important; }
  #glow-in-the-dark-lokai #lk-header.active #lk-logo-white {
    display: none !important; }
  @media only screen and (max-width: 767px) {
    #glow-in-the-dark-lokai #lk-header #lk-logo-dark,
    #glow-in-the-dark-lokai #lk-header.active #lk-logo-dark {
      display: inline !important; }
    #glow-in-the-dark-lokai #lk-header #lk-logo-white,
    #glow-in-the-dark-lokai #lk-header.active #lk-logo-white {
      display: none !important; } }
  #glow-in-the-dark-lokai #lk-pdp-main-content .slick-arrow,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .slick-arrow,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .slick-arrow {
    color: transparent; }
  #glow-in-the-dark-lokai #lk-pdp-main-content video,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row video,
  #glow-in-the-dark-lokai #lk-yotpo-reviews video {
    max-width: 100%;
    width: 100%; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .arp-block__item,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .arp-block__item,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .arp-block__item {
    background: #000 !important; }
    #glow-in-the-dark-lokai #lk-pdp-main-content .arp-block__item *,
    #glow-in-the-dark-lokai #lk-pdp-mud-water-row .arp-block__item *,
    #glow-in-the-dark-lokai #lk-yotpo-reviews .arp-block__item * {
      color: #fff !important; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .arp-block__image,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .arp-block__image,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .arp-block__image {
    background: #000 !important; }
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-star,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-review .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-comment .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product .yotpo .yotpo-question .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-main-content #shopify-section-product
  .yotpo
  .yotpo-first-review
  .yotpo-first-review-content
  span,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-star,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-review .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-comment .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product .yotpo .yotpo-question .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #shopify-section-product
  .yotpo
  .yotpo-first-review
  .yotpo-first-review-content
  span,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-star,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo
  .yotpo-modal-dialog
  .yotpo-bottomline.yotpo-bottomline-2-boxes
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-review .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-comment .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product .yotpo .yotpo-question .yotpo-read-more,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #shopify-section-product
  .yotpo
  .yotpo-first-review
  .yotpo-first-review-content
  span {
    color: #fff !important; }
  #glow-in-the-dark-lokai #lk-pdp-main-content button.slick-next:before,
  #glow-in-the-dark-lokai #lk-pdp-main-content button.slick-prev:before,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row button.slick-next:before,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row button.slick-prev:before,
  #glow-in-the-dark-lokai #lk-yotpo-reviews button.slick-next:before,
  #glow-in-the-dark-lokai #lk-yotpo-reviews button.slick-prev:before {
    content: url("/cdn/shop/t/8/assets/lk-arrow-white.svg?v=142964123623698344751628821749"); }
  #glow-in-the-dark-lokai #lk-pdp-main-content #lk-pdp-variant-selectors .lk-pdp-selector-size-container.selected,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #lk-pdp-variant-selectors .lk-pdp-selector-size-container.selected,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #lk-pdp-variant-selectors .lk-pdp-selector-size-container.selected {
    border: 2px solid #52e789; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .slick-dots li button,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .slick-dots li button,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .slick-dots li button {
    border: 1px solid #fff; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .slick-dots li.slick-active > button,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .slick-dots li.slick-active > button,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .slick-dots li.slick-active > button {
    background: #fff; }
  #glow-in-the-dark-lokai #lk-pdp-main-content #lk-pdp-water,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #lk-pdp-water,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #lk-pdp-water {
    border: 1px solid #fff;
    background: #fff; }
  #glow-in-the-dark-lokai #lk-pdp-main-content #lk-pdp-mud,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #lk-pdp-mud,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #lk-pdp-mud {
    border: 1px solid #fff; }
  #glow-in-the-dark-lokai #lk-pdp-main-content #lk-pdp-buy-btn,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row #lk-pdp-buy-btn,
  #glow-in-the-dark-lokai #lk-yotpo-reviews #lk-pdp-buy-btn {
    background: #52e789;
    color: #282829;
    border: 2px solid #52e789; }
    #glow-in-the-dark-lokai #lk-pdp-main-content #lk-pdp-buy-btn:hover,
    #glow-in-the-dark-lokai #lk-pdp-mud-water-row #lk-pdp-buy-btn:hover,
    #glow-in-the-dark-lokai #lk-yotpo-reviews #lk-pdp-buy-btn:hover {
      background: #fff; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .lk-pdp-size-guide-size-container.selected,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .lk-pdp-size-guide-size-container.selected,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .lk-pdp-size-guide-size-container.selected {
    border: 2px solid #52e789; }
  #glow-in-the-dark-lokai #lk-pdp-main-content .lk-pdp-size-error,
  #glow-in-the-dark-lokai #lk-pdp-mud-water-row .lk-pdp-size-error,
  #glow-in-the-dark-lokai #lk-yotpo-reviews .lk-pdp-size-error {
    color: #f15a5a; }

.template-product #lk-join-the-circle-banner hr {
  border: none;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px; }
.template-product #lk-join-the-circle-banner .lk-sold-out-text {
  color: #282829; }
.template-product #lk-join-the-circle-banner .lk-sold-out-p {
  margin-bottom: 30px; }
.template-product .lk-us-only-msg {
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: 100%;
  clear: both;
  display: none; }
  @media only screen and (max-width: 767px) {
    .template-product .lk-us-only-msg {
      font-size: 18px; } }

#no-kid-hungry-lokai #lk-no-kid-hungry-video {
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    #no-kid-hungry-lokai #lk-no-kid-hungry-video {
      max-width: 80%;
      max-height: 280px; } }
@media only screen and (max-width: 767px) {
  #no-kid-hungry-lokai .slick-slide {
    max-height: 280px; } }

@media only screen and (max-width: 767px) {
  .lk-afterpay-mobile-break {
    display: block; } }

#lk-join-the-circle-banner p.lk-pdp-sold-out-sms-text {
  color: #282829;
  margin-bottom: 1em; }
#lk-join-the-circle-banner .lk-pdp-sold-out-msg {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #282829; }
#lk-join-the-circle-banner #lk-pdp-out-of-stock-collection-info {
  color: #282829;
  margin-bottom: 16px; }
#lk-join-the-circle-banner #lk-pdp-out-of-stock-hr {
  margin-top: 30px;
  margin-bottom: 30px; }
#lk-join-the-circle-banner #lk-join-circle-input {
  position: relative;
  padding-bottom: 25px; }
#lk-join-the-circle-banner p.lk-email-error-msg.error {
  left: -25px;
  top: 65px;
  display: none; }

#lk-yotpo-reviews > div > div > div.yotpo-label.yotpo-small-box {
  display: none; }

#carbon-offset-lokai {
  background: #eef1f1; }
  #carbon-offset-lokai #awarp-product-related,
  #carbon-offset-lokai #awarp-recently-viewed-products {
    display: none; }

/**** Star Wars *****/
#lk-star-wars-pdp-bundle {
  max-width: 1100px;
  margin: 50px auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-pdp-bundle {
      margin-left: 15px;
      margin-right: 15px; } }
  #lk-star-wars-pdp-bundle #lk-pdp-buy-btn:hover {
    background: #000;
    color: #d0c400; }
  #lk-star-wars-pdp-bundle .lk-collection-header {
    position: relative;
    padding-bottom: 50px; }
    #lk-star-wars-pdp-bundle .lk-collection-header p.headline {
      position: absolute;
      top: -22px;
      left: calc(50% - 92px);
      padding-left: 20px;
      padding-right: 20px;
      background: #fff; }

@media only screen and (max-width: 767px) {
  #lk-star-wars-pdp-bundle #lk-star-wars-pdp-bundle-img-container {
    text-align: center; } }
#lk-star-wars-pdp-bundle img {
  max-width: 420px; }
  @media only screen and (min-width: 768px) {
    #lk-star-wars-pdp-bundle img {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-pdp-bundle img {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }

#lk-star-wars-save-msg {
  display: block;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px; }

#shopify-section-product #lk-star-wars-scroll-to-link {
  border: 1px solid #000;
  color: #000;
  margin-left: 0; }
  #shopify-section-product #lk-star-wars-scroll-to-link:hover {
    background: #000;
    color: #d0c400; }

#star-wars-bundle {
  margin-top: -100px;
  padding-top: 100px; }

#lk-star-wars-pdp-bundle-right {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    #lk-star-wars-pdp-bundle-right {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-pdp-bundle-right {
      text-align: center; } }
  #lk-star-wars-pdp-bundle-right #lk-star-wars-limited-time {
    display: block;
    clear: both;
    margin-top: 10px; }

@media only screen and (max-width: 767px) {
  #lk-star-wars-bundle-selectors {
    text-align: center; } }
#lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  font-size: 13px;
  font-weight: 400; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-s, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-small {
    margin-left: 0; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-m, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-l, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-xl, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-extra-large, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-xs, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-xs {
    margin-right: 8px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-25, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-50, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-75, #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.lk-option-100 {
    padding: 10px 3px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container:hover {
    cursor: pointer; }
  #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.inactive {
    color: #c8c8c8; }
    #lk-star-wars-bundle-selectors .lk-star-wars-bundle-selector-size-container.inactive:hover {
      cursor: default; }

/*** Marvel ***/
#lk-marvel-pdp-bundle {
  max-width: 1100px;
  margin: 50px auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #lk-marvel-pdp-bundle {
      margin-left: 15px;
      margin-right: 15px; } }
  #lk-marvel-pdp-bundle #lk-pdp-buy-btn:hover {
    background: #000;
    color: #ed1c24; }
  #lk-marvel-pdp-bundle .lk-collection-header {
    position: relative;
    padding-bottom: 50px; }
    #lk-marvel-pdp-bundle .lk-collection-header p.headline {
      position: absolute;
      top: -18px;
      left: calc(50% - 82px);
      padding-left: 20px;
      padding-right: 20px;
      background: #fff; }

@media only screen and (max-width: 767px) {
  #lk-marvel-pdp-bundle #lk-marvel-pdp-bundle-img-container {
    text-align: center; } }
#lk-marvel-pdp-bundle img {
  max-width: 420px; }
  @media only screen and (min-width: 768px) {
    #lk-marvel-pdp-bundle img {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-marvel-pdp-bundle img {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }

#lk-marvel-save-msg {
  display: block;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px; }

#shopify-section-product #lk-marvel-scroll-to-link {
  border: 1px solid #000;
  color: #000;
  margin-left: 0; }
  #shopify-section-product #lk-marvel-scroll-to-link:hover {
    background: #000;
    color: #ed1c24; }

#marvel-bundle {
  margin-top: -100px;
  padding-top: 100px; }

#lk-marvel-pdp-bundle-right {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    #lk-marvel-pdp-bundle-right {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    #lk-marvel-pdp-bundle-right {
      text-align: center; } }
  #lk-marvel-pdp-bundle-right #lk-marvel-limited-time {
    display: block;
    clear: both;
    margin-top: 10px; }

@media only screen and (max-width: 767px) {
  #lk-marvel-bundle-selectors {
    text-align: center; } }
#lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  font-size: 13px;
  font-weight: 400; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-s, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-small {
    margin-left: 0; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-m, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-l, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-xl, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-extra-large, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-xs, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-xs {
    margin-right: 8px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-25, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-50, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-75, #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.lk-option-100 {
    padding: 10px 3px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container:hover {
    cursor: pointer; }
  #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.inactive {
    color: #c8c8c8; }
    #lk-marvel-bundle-selectors .lk-marvel-bundle-selector-size-container.inactive:hover {
      cursor: default; }

/*** End Marvel ***/
/*** Charms ***/
.lk-charms-bundle-selector-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  width: 45px;
  height: 45px;
  padding: 7px 0 3px; }
  .lk-charms-bundle-selector-container.lk-option-s, .lk-charms-bundle-selector-container.lk-option-small {
    margin-left: 0; }
  .lk-charms-bundle-selector-container.lk-option-m, .lk-charms-bundle-selector-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  .lk-charms-bundle-selector-container.lk-option-l, .lk-charms-bundle-selector-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  .lk-charms-bundle-selector-container.lk-option-xl, .lk-charms-bundle-selector-container.lk-option-extra-large, .lk-charms-bundle-selector-container.lk-option-xs, .lk-charms-bundle-selector-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  .lk-charms-bundle-selector-container.lk-option-xs {
    margin-right: 8px; }
  .lk-charms-bundle-selector-container.lk-option-25, .lk-charms-bundle-selector-container.lk-option-50, .lk-charms-bundle-selector-container.lk-option-75, .lk-charms-bundle-selector-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  .lk-charms-bundle-selector-container.lk-option-100 {
    padding: 10px 3px; }
  .lk-charms-bundle-selector-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  .lk-charms-bundle-selector-container:hover {
    cursor: pointer; }
  .lk-charms-bundle-selector-container.active {
    border: 1px solid #282829; }

#lk-charms-bundle-text-input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #282829; }
  @media only screen and (max-width: 767px) {
    #lk-charms-bundle-text-input {
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }

#lk-charms-pdp-bundle #lk-pdp-charm-image-row img {
  margin: 0 -30px; }
  @media only screen and (max-width: 767px) {
    #lk-charms-pdp-bundle #lk-pdp-charm-image-row img {
      width: 100px;
      height: 100px;
      margin: 0 -25px; } }

#lk-charms-pdp-bundle {
  max-width: 1100px;
  margin: 50px auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #lk-charms-pdp-bundle {
      margin-left: 15px;
      margin-right: 15px; } }
  #lk-charms-pdp-bundle .lk-collection-header {
    position: relative;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      #lk-charms-pdp-bundle .lk-collection-header {
        padding-bottom: 30px; } }
    #lk-charms-pdp-bundle .lk-collection-header p.headline {
      position: absolute;
      top: -8px;
      left: calc(50% - 93px);
      padding-left: 20px;
      padding-right: 20px;
      background: #fff; }

@media only screen and (max-width: 767px) {
  #lk-charms-pdp-bundle #lk-charms-bundle-content-container {
    display: flex;
    flex-direction: column-reverse; } }
@media only screen and (max-width: 767px) {
  #lk-charms-pdp-bundle #lk-charms-pdp-bundle-img-container {
    text-align: center;
    margin-top: 30px; } }
#lk-charms-pdp-bundle img {
  max-width: 420px; }
  @media only screen and (min-width: 768px) {
    #lk-charms-pdp-bundle img {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-charms-pdp-bundle img {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }

#lk-charms-save-msg {
  display: block;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px; }

#shopify-section-product #lk-charms-scroll-to-link {
  border: 1px solid #000;
  color: #000;
  margin-left: 0; }
  #shopify-section-product #lk-charms-scroll-to-link:hover {
    background: #000;
    color: #ed1c24; }

#charms-bundle {
  margin-top: -100px;
  padding-top: 100px; }

#lk-charms-pdp-bundle-right {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #lk-charms-pdp-bundle-right {
      text-align: center; } }
  #lk-charms-pdp-bundle-right #lk-charms-limited-time {
    display: block;
    clear: both;
    margin-top: 10px; }

@media only screen and (max-width: 767px) {
  #lk-charms-bundle-selectors {
    text-align: center; } }
#lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  font-size: 13px;
  font-weight: 400; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-s, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-small {
    margin-left: 0; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-m, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-l, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-xl, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-extra-large, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-xs, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-xs {
    margin-right: 8px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-25, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-50, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-75, #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.lk-option-100 {
    padding: 10px 3px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container:hover {
    cursor: pointer; }
  #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.inactive {
    color: #c8c8c8; }
    #lk-charms-bundle-selectors .lk-charms-bundle-selector-size-container.inactive:hover {
      cursor: default; }

/*** End Charms ***/
#lk-star-wars-collection-mandalorian-logo {
  position: absolute;
  width: 80px;
  left: calc(50% - 40px);
  top: -30px; }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-collection-mandalorian-logo {
      width: 60px;
      left: calc(50% - 30px); } }

#lk-marvel-deadpool-logo {
  position: absolute;
  width: 176px;
  left: calc(50% - 88px);
  top: -14px; }
  @media only screen and (max-width: 767px) {
    #lk-marvel-deadpool-logo {
      width: 110px;
      left: calc(50% - 55px);
      top: -10px; } }

#lk-pdp-review-box-tab > div > span > div.yotpo-clr {
  margin-bottom: -10px; }

#lk-black-lives-matter-book-bundle {
  max-width: 1100px;
  margin: 50px auto; }
  #lk-black-lives-matter-book-bundle .lk-collection-header {
    position: relative;
    padding-bottom: 50px; }
    #lk-black-lives-matter-book-bundle .lk-collection-header p {
      position: absolute;
      top: -7px;
      left: calc(50% - 163.5px);
      padding-left: 20px;
      padding-right: 20px;
      background: #fff; }
  #lk-black-lives-matter-book-bundle .lk-btn {
    height: 30px;
    margin-left: 5px;
    line-height: 31px; }

.lk-pdp-selector-letter-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  padding: 6px 7.5px;
  margin-bottom: 12px; }
  .lk-pdp-selector-letter-container.lk-option-s, .lk-pdp-selector-letter-container.lk-option-small {
    margin-left: 0; }
  .lk-pdp-selector-letter-container.lk-option-m, .lk-pdp-selector-letter-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  .lk-pdp-selector-letter-container.lk-option-l, .lk-pdp-selector-letter-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  .lk-pdp-selector-letter-container.lk-option-xl, .lk-pdp-selector-letter-container.lk-option-extra-large, .lk-pdp-selector-letter-container.lk-option-xs, .lk-pdp-selector-letter-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  .lk-pdp-selector-letter-container.lk-option-xs {
    margin-right: 8px; }
  .lk-pdp-selector-letter-container.lk-option-25, .lk-pdp-selector-letter-container.lk-option-50, .lk-pdp-selector-letter-container.lk-option-75, .lk-pdp-selector-letter-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  .lk-pdp-selector-letter-container.lk-option-100 {
    padding: 10px 3px; }
  .lk-pdp-selector-letter-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  .lk-pdp-selector-letter-container:hover {
    cursor: pointer; }
  .lk-pdp-selector-letter-container.inactive {
    color: #c8c8c8; }
    .lk-pdp-selector-letter-container.inactive:hover {
      cursor: default; }
  .lk-pdp-selector-letter-container.lk-option-m, .lk-pdp-selector-letter-container.lk-option-w {
    padding-left: 6px;
    padding-top: 6px; }
  .lk-pdp-selector-letter-container.lk-option-logo {
    padding-left: 6.5px; }

.lk-pdp-selector-letter .lk-lokai-logo-dark {
  height: 14px;
  width: 14px;
  margin-left: -1px;
  margin-top: -3px; }

#lokai-monogram-charm .lk-pdp-public-selectors {
  width: 280px; }
  @media only screen and (max-width: 767px) {
    #lokai-monogram-charm .lk-pdp-public-selectors {
      margin-left: auto;
      margin-right: auto; } }

.lk-pdp-selector-style-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500; }
  .lk-pdp-selector-style-container.lk-option-s, .lk-pdp-selector-style-container.lk-option-small {
    margin-left: 0; }
  .lk-pdp-selector-style-container.lk-option-m, .lk-pdp-selector-style-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  .lk-pdp-selector-style-container.lk-option-l, .lk-pdp-selector-style-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  .lk-pdp-selector-style-container.lk-option-xl, .lk-pdp-selector-style-container.lk-option-extra-large, .lk-pdp-selector-style-container.lk-option-xs, .lk-pdp-selector-style-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  .lk-pdp-selector-style-container.lk-option-xs {
    margin-right: 8px; }
  .lk-pdp-selector-style-container.lk-option-25, .lk-pdp-selector-style-container.lk-option-50, .lk-pdp-selector-style-container.lk-option-75, .lk-pdp-selector-style-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  .lk-pdp-selector-style-container.lk-option-100 {
    padding: 10px 3px; }
  .lk-pdp-selector-style-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  .lk-pdp-selector-style-container:hover {
    cursor: pointer; }
  .lk-pdp-selector-style-container.DallasCowboysLokai.lk-option-color {
    background: #0c1c41;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.DallasCowboysLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-cowboys.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PhiladelphiaEaglesLokai.lk-option-color {
    background: #19384a;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.PhiladelphiaEaglesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-eagles.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PhiladelphiaEaglesLokai.lk-option-color-logo {
    background: url("/cdn/shop/t/8/assets/swatch-philadelphiaeagles.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.GreenBayPackersLokai.lk-option-color {
    background: #2b413c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.GreenBayPackersLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-packers.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.GreenBayPackersLokai.lk-option-color-logo {
    background: url("/cdn/shop/t/8/assets/swatch-greenbackpackers.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.CarolinaPanthersLokai.lk-option-color {
    background: #2f6da6;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.CarolinaPanthersLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-panthers.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NewEnglandPatriotsLokai.lk-option-color {
    background: #1a1a27;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.NewEnglandPatriotsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-patriots.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NewEnglandPatriotsLokai.lk-option-color-logo {
    background: url("/cdn/shop/t/8/assets/swatch-patriotscolorlogo.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PittsburghSteelersLokai.lk-option-color {
    background: #d3af1f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d3af1f 0%, #d3af1f 20%, #eaeaea 50%, #1c1c1c 80%, #1c1c1c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d3af1f 0%, #d3af1f 20%, #eaeaea 50%, #1c1c1c 80%, #1c1c1c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d3af1f 0%, #d3af1f 20%, #eaeaea 50%, #1c1c1c 80%, #1c1c1c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.PittsburghSteelersLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-steelers.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.SeattleSeahawksLokai.lk-option-color {
    background: #5c9018;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.SeattleSeahawksLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-seahawks.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.KansasCityChiefsLokai.lk-option-color {
    background: #ca9012;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.KansasCityChiefsLokai.lk-option-color-logo {
    background: url("/cdn/shop/t/8/assets/swatch-kansascitylogo.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.KansasCityChiefsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-chiefs.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.BostonRedSoxLokai.lk-option-color {
    background: #971525;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.BostonRedSoxLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-BostonRedSoxLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NewYorkYankeesLokai.lk-option-color {
    background: #4a516c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.NewYorkYankeesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-NewYorkYankeesLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ChicagoCubsLokai.lk-option-color {
    background: #2d4278;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ChicagoCubsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-ChicagoCubsLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.LosAngelesDodgersLokai.lk-option-color {
    background: #28396b;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.LosAngelesDodgersLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-LosAngelesDodgersLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.HoustonAstrosLokai.lk-option-color {
    background: #1a2246;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.HoustonAstrosLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-HoustonAstrosLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.AtlantaBravesLokai.lk-option-color {
    background: #242839;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.AtlantaBravesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-AtlantaBravesLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.WashingtonNationalsLokai.lk-option-color {
    background: #ca9012;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.WashingtonNationalsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-WashingtonNationalsLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NewYorkMetsLokai.lk-option-color {
    background: #374f91;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.NewYorkMetsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-NewYorkMetsLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ClevelandIndiansLokai.lk-option-color {
    background: #3c3f57;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ClevelandIndiansLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-ClevelandIndiansLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PhiladelphiaPhilliesLokai.lk-option-color {
    background: #9b152c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.PhiladelphiaPhilliesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-PhiladelphiaPhilliesLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.TorontoBlueJaysLokai.lk-option-color {
    background: #2150ac;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.TorontoBlueJaysLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-TorontoBlueJaysLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PittsburghPiratesLokai.lk-option-color {
    background: #19181b;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.PittsburghPiratesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-PittsburghPiratesLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ColoradoRockiesLokai.lk-option-color {
    background: #39383c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ColoradoRockiesLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-ColoradoRockiesLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.StLouisCardinalsLokai.lk-option-color {
    background: #05295d;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.StLouisCardinalsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-StLouisCardinalsLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.AlabamaLokai.lk-option-color {
    background: #d63b47;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.AlabamaLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-AlabamaLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ClemsonLokai.lk-option-color {
    background: #3b1c77;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ClemsonLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-ClemsonLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.FloridaLokai.lk-option-color {
    background: #084fa5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.FloridaLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-FloridaLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.LsuLokai.lk-option-color {
    background: #51358c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.LsuLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-LsuLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.MichiganStateLokai.lk-option-color {
    background: #294030;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.MichiganStateLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-MichiganStateLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NorthCarolinaLokai.lk-option-color {
    background: #91b9e0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.NorthCarolinaLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-NorthCarolinaLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.OhioStateLokai.lk-option-color {
    background: #c7caca;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.OhioStateLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-OhioStateLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.PennStateLokai.lk-option-color {
    background: #0d1527;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.PennStateLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-PennStateLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.TennesseeLokai.lk-option-color {
    background: #f88201;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.TennesseeLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-TennesseeLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.TexasAMLokai.lk-option-color {
    background: #782131;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.TexasAMLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-TexasAMLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.TexasTechLokai.lk-option-color {
    background: #d81527;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.TexasTechLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-TexasTechLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.TexasLokai.lk-option-color {
    background: #9d440c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.TexasLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-TexasLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.MichiganLokai.lk-option-color {
    background: #0f3465;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.MichiganLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-MichiganLokai.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.MinnesotaVikingsLokai.lk-option-color {
    background: #4a306f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.MinnesotaVikingsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-vikingslogo.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.NewOrleansSaintsLokai.lk-option-color {
    background: #c29e51;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.NewOrleansSaintsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Saints.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.IndianapolisColtsLokai.lk-option-color {
    background: #00367c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.IndianapolisColtsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Colts.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ClevelandBrownsLokai.lk-option-color {
    background: #c04828;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ClevelandBrownsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Browns.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.DenverBroncosLokai.lk-option-color {
    background: #1a2a52;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.DenverBroncosLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Broncos.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.BuffaloBillsLokai.lk-option-color {
    background: #af0215;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.BuffaloBillsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Bills.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.ChicagoBearsLokai.lk-option-color {
    background: #ab3a23;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.ChicagoBearsLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-Bears.png?3534");
    background-size: 100%; }
  .lk-pdp-selector-style-container.SanFrancisco49ersLokai.lk-option-color {
    background: #610616;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .lk-pdp-selector-style-container.SanFrancisco49ersLokai.lk-option-logo {
    background: url("/cdn/shop/t/8/assets/swatch-49ers.png?3534");
    background-size: 100%; }

#the-child-lokai .lk-pdp-selector-color.black {
  background-image: url("/cdn/shop/t/8/assets/child-swatch-black.jpg?3534") !important;
  background-size: cover !important; }
#the-child-lokai .lk-pdp-selector-color.white {
  background-image: url("/cdn/shop/t/8/assets/child-swatch-white.jpg?3534") !important;
  background-size: cover !important; }

#TheChildLokai .lk-collection-item-selector-color.black {
  background-image: url("/cdn/shop/t/8/assets/child-swatch-black.jpg?3534") !important;
  background-size: cover !important; }
#TheChildLokai .lk-collection-item-selector-color.white {
  background-image: url("/cdn/shop/t/8/assets/child-swatch-white.jpg?3534") !important;
  background-size: cover !important; }

#AtlantaBravesLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-AtlantaBravesLokai.png?3534") !important;
  background-size: cover !important; }
#AtlantaBravesLokai .lk-collection-item-selector-color.color {
  background: #242839;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #242839 0%, #242839 20%, #a1272e 50%, #272c3c 80%, #272c3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#BostonRedSoxLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-BostonRedSoxLokai.png?3534") !important;
  background-size: cover !important; }
#BostonRedSoxLokai .lk-collection-item-selector-color.color {
  background: #971525;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #971525 0%, #971525 20%, #dfdfdf 50%, #131313 80%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#ChicagoCubsLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-ChicagoCubsLokai.png?3534") !important;
  background-size: cover !important; }
#ChicagoCubsLokai .lk-collection-item-selector-color.color {
  background: #2d4278;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2d4278 0%, #2d4278 20%, #ebebeb 50%, #b2383b 80%, #b2383b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#ClevelandIndiansLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-ClevelandIndiansLokai.png?3534");
  background-size: cover !important; }
#ClevelandIndiansLokai .lk-collection-item-selector-color.color {
  background: #3c3f57;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3c3f57 0%, #3c3f57 20%, #cc2641 50%, #383d56 80%, #383d56 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#ColoradoRockiesLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-ColoradoRockiesLokai.png?3534");
  background-size: cover !important; }
#ColoradoRockiesLokai .lk-collection-item-selector-color.color {
  background: #39383c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #39383c 0%, #39383c 20%, #e1e1e1 50%, #49397c 80%, #49397c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#HoustonAstrosLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-HoustonAstrosLokai.png?3534");
  background-size: cover !important; }
#HoustonAstrosLokai .lk-collection-item-selector-color.color {
  background: #1a2246;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1a2246 0%, #1a2246 20%, #e6e8ea 50%, #b3602f 80%, #b3602f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#LosAngelesDodgersLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-LosAngelesDodgersLokai.png?3534");
  background-size: cover !important; }
#LosAngelesDodgersLokai .lk-collection-item-selector-color.color {
  background: #28396b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #28396b 0%, #28396b 20%, #f1f1f1 50%, #25386a 80%, #25386a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#NewYorkMetsLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-NewYorkMetsLokai.png?3534");
  background-size: cover !important; }
#NewYorkMetsLokai .lk-collection-item-selector-color.color {
  background: #374f91;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #374f91 0%, #374f91 20%, #ebebec 50%, #cf5c2d 80%, #cf5c2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#NewYorkYankeesLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-NewYorkYankeesLokai.png?3534");
  background-size: cover !important; }
#NewYorkYankeesLokai .lk-collection-item-selector-color.color {
  background: #4a516c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4a516c 0%, #4a516c 20%, #f1f1f1 50%, #191919 80%, #191919 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#PhiladelphiaPhilliesLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-PhiladelphiaPhilliesLokai.png?3534");
  background-size: cover !important; }
#PhiladelphiaPhilliesLokai .lk-collection-item-selector-color.color {
  background: #9b152c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #9b152c 0%, #9b152c 20%, #e3e3e3 50%, #9f152e 80%, #9f152e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#PittsburghPiratesLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-PittsburghPiratesLokai.png?3534");
  background-size: cover !important; }
#PittsburghPiratesLokai .lk-collection-item-selector-color.color {
  background: #19181b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #19181b 0%, #19181b 20%, #cacecf 50%, #d4b810 80%, #d4b810 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#StLouisCardinalsLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-StLouisCardinalsLokai.png?3534");
  background-size: cover !important; }
#StLouisCardinalsLokai .lk-collection-item-selector-color.color {
  background: #05295d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05295d 0%, #05295d 20%, #e7e8e8 50%, #9b1b2b 80%, #9b1b2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#TorontoBlueJaysLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-TorontoBlueJaysLokai.png?3534");
  background-size: cover !important; }
#TorontoBlueJaysLokai .lk-collection-item-selector-color.color {
  background: #2150ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2150ac 0%, #2150ac 20%, #e0e4e5 50%, #1e53b5 80%, #1e53b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#WashingtonNationalsLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-WashingtonNationalsLokai.png?3534");
  background-size: cover !important; }
#WashingtonNationalsLokai .lk-collection-item-selector-color.color {
  background: #ca9012;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#AlabamaLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-AlabamaLokai.png?3534");
  background-size: cover !important; }
#AlabamaLokai .lk-collection-item-selector-color.color {
  background: #d63b47;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d63b47 0%, #d63b47 20%, white 50%, #3b4146 80%, #3b4146 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#ClemsonLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-ClemsonLokai.png?3534");
  background-size: cover !important; }
#ClemsonLokai .lk-collection-item-selector-color.color {
  background: #3b1c77;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3b1c77 0%, #3b1c77 20%, white 50%, #ed6109 80%, #ed6109 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#FloridaLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-FloridaLokai.png?3534");
  background-size: cover !important; }
#FloridaLokai .lk-collection-item-selector-color.color {
  background: #084fa5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #084fa5 0%, #084fa5 20%, white 50%, #ff5904 80%, #ff5904 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#LsuLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-LsuLokai.png?3534");
  background-size: cover !important; }
#LsuLokai .lk-collection-item-selector-color.color {
  background: #51358c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #51358c 0%, #51358c 20%, #dbdbdb 50%, #efbb00 80%, #efbb00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#MichiganStateLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-MichiganStateLokai.png?3534");
  background-size: cover !important; }
#MichiganStateLokai .lk-collection-item-selector-color.color {
  background: #294030;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #294030 0%, #294030 20%, #d8d8d8 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#NorthCarolinaLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-NorthCarolinaLokai.png?3534");
  background-size: cover !important; }
#NorthCarolinaLokai .lk-collection-item-selector-color.color {
  background: #91b9e0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #91b9e0 0%, #91b9e0 20%, #e1e3e4 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#OhioStateLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-OhioStateLokai.png?3534");
  background-size: cover !important; }
#OhioStateLokai .lk-collection-item-selector-color.color {
  background: #c7caca;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c7caca 0%, #c7caca 20%, #b3969c 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#PennStateLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-PennStateLokai.png?3534");
  background-size: cover !important; }
#PennStateLokai .lk-collection-item-selector-color.color {
  background: #0d1527;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d1527 0%, #0d1527 20%, #d6d6d7 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#TennesseeLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-TennesseeLokai.png?3534");
  background-size: cover !important; }
#TennesseeLokai .lk-collection-item-selector-color.color {
  background: #f88201;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f88201 0%, #f88201 20%, #f2f2f2 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#TexasAMLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-TexasAMLokai.png?3534");
  background-size: cover !important; }
#TexasAMLokai .lk-collection-item-selector-color.color {
  background: #782131;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #782131 0%, #782131 20%, #ececec 50%, #25282e 80%, #25282e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#TexasTechLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-TexasTechLokai.png?3534");
  background-size: cover !important; }
#TexasTechLokai .lk-collection-item-selector-color.color {
  background: #d81527;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d81527 0%, #d81527 20%, white 50%, #222223 80%, #222223 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#TexasLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-TexasLokai.png?3534");
  background-size: cover !important; }
#TexasLokai .lk-collection-item-selector-color.color {
  background: #9d440c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #9d440c 0%, #9d440c 20%, white 50%, #222223 80%, #222223 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#MichiganLokai .lk-collection-item-selector-color.logo {
  background: url("/cdn/shop/t/8/assets/swatch-MichiganLokai.png?3534");
  background-size: cover !important; }
#MichiganLokai .lk-collection-item-selector-color.color {
  background: #0f3465;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0f3465 0%, #0f3465 20%, white 50%, #f5ca05 80%, #f5ca05 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.klarna-icon {
  height: 30px; }
  .klarna-icon path {
    fill: auto !important; }

.lk-pdp-klarna-msg {
  display: block;
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .lk-pdp-klarna-msg {
      margin-top: 20px; } }
  .lk-pdp-klarna-msg img {
    width: 50px;
    height: 16.7px;
    margin-bottom: -4px;
    margin-left: -2px; }
  .lk-pdp-klarna-msg a {
    text-decoration: underline; }

#lk-klarna-popup-small {
  position: fixed;
  top: 20%;
  left: calc(50% - 280px);
  height: 580px;
  width: 530px;
  padding: 30px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }
  #lk-klarna-popup-small.active {
    opacity: 1;
    z-index: 13; }
  @media only screen and (max-width: 767px) {
    #lk-klarna-popup-small {
      width: calc(100% - 20px);
      left: 10px;
      overflow-y: scroll; } }
  #lk-klarna-popup-small .lk-klarna-popup-small-inner {
    position: relative; }
  #lk-klarna-popup-small .lk-menuclose-black {
    position: absolute;
    top: -15px;
    right: -15px; }
  #lk-klarna-popup-small img {
    width: 100px;
    opacity: .3;
    margin-top: -40px; }
  #lk-klarna-popup-small h6 {
    margin: 0;
    text-align: left; }
  #lk-klarna-popup-small .lk-klarna-popup-fine-print {
    color: #787573;
    font-size: 13px; }
    #lk-klarna-popup-small .lk-klarna-popup-fine-print a {
      color: #787573;
      font-size: 13px;
      text-decoration: underline; }

/******* Video ******/
#lk-veterans-pdp-video {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    #lk-veterans-pdp-video h1 {
      font-size: 48px;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    #lk-veterans-pdp-video h1 {
      font-size: 36px;
      margin-top: -10px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-veterans-pdp-video {
      width: 100%; } }

/******* Mood board ******/
#lk-veterans-mood-board {
  margin-top: 50px;
  margin-bottom: 50px; }

#lk-veterans-mood-board-desktop {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

#lk-veterans-mood-top-left,
#lk-veterans-mood-bottom-right {
  width: 80%; }

@media only screen and (min-width: 768px) {
  #lk-veterans-mood-bottom-right {
    margin-right: 20%; } }

#lk-veterans-mood-board-desktop-column-left {
  text-align: right; }

#lk-veterans-mood-bottom-left {
  height: 220px;
  width: 220px; }

#lk-veterans-mood-board-desktop > .medium-up--one-third {
  padding-left: 10px; }
  #lk-veterans-mood-board-desktop > .medium-up--one-third img {
    margin-bottom: 5px; }

#lk-veterans-mobile-left {
  text-align: right; }

#lk-veterans-mobile-right {
  padding-right: 10px; }

#lk-veterans-mood-board-mobile {
  margin-left: 15px;
  margin-right: 15px; }
  #lk-veterans-mood-board-mobile .small--one-half {
    padding-left: 10px; }

#lk-veterans-mobile-left-middle {
  width: 90%; }

#breast-cancer-lokai .lk-pdp-selector-color.pink {
  background: #fa679c !important; }

#pride-lokai #shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color.swirl,
#PrideLokai > div.lk-collection-item-color-swatches > div.lk-collection-item-color-container.lk-option-swirl .swirl {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7a73+0,fd7a73+14,f99901+18,f99901+32,ead604+35,ead604+48,26813a+51,26813a+66,4736a4+70,4736a4+83,e492d9+86,e492d9+100 */
  background: #fd7a73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fd7a73 0%, #fd7a73 14%, #f99901 18%, #f99901 32%, #ead604 35%, #ead604 48%, #26813a 51%, #26813a 66%, #4736a4 70%, #4736a4 83%, #e492d9 86%, #e492d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7a73', endColorstr='#e492d9',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.template-collection {
  background: #fff; }
  .template-collection #lk-footer-hr {
    display: none; }
  .template-collection .lk-mood-board-tile {
    height: auto;
    min-height: 480px; }

@media only screen and (max-width: 767px) {
  .lk-shop-all-top-row
  > div
  > div.lk-mood-board-tile-right.grid__item.medium-up--one-half
  > div
  > div.lk-mood-board-left.grid__item.one-half
  > img {
    margin-left: 0;
    margin-right: 10px;
    max-height: 100%; } }

#water-bottles #lk-collection .lk-collection-item {
  width: calc(33% - 5px);
  height: 30vw; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #water-bottles #lk-collection .lk-collection-item {
      width: calc(33% - 6px); } }
  @media only screen and (max-width: 767px) {
    #water-bottles #lk-collection .lk-collection-item {
      width: 100%;
      height: 400px; } }

#prints-collection #lk-collection .lk-collection-item {
  width: calc(50% - 8px);
  height: 30vw; }
  @media only screen and (max-width: 1023px) {
    #prints-collection #lk-collection .lk-collection-item {
      width: calc(50% -10px);
      height: 50vw; } }
  @media only screen and (max-width: 767px) {
    #prints-collection #lk-collection .lk-collection-item {
      height: 65vw; } }

.lk-collection-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#lk-shop-all-core,
#lk-shop-all-water {
  background-color: #282829; }

#lk-shop-all-stone-metal a.lk-btn {
  border: 1px solid #282829; }
@media only screen and (max-width: 767px) {
  #lk-shop-all-stone-metal {
    background-size: 350%;
    background-position-x: 35%; } }

#shop-all-lokai-products-lokai #lk-shop-all-stone-and-metal-lokai-mood-board-left h2, #lk-shop-all-lokai-lab-collection h2, #lk-shop-all-gear-mood-board-right h2, #lk-shop-all-last-call-collection-mood-left h2 {
  max-width: 450px;
  padding-top: 30px; }
#shop-all-lokai-products-lokai #lk-shop-all-stone-and-metal-lokai-mood-board-left p, #lk-shop-all-lokai-lab-collection p, #lk-shop-all-gear-mood-board-right p, #lk-shop-all-last-call-collection-mood-left p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

#shop-all-lokai-products-lokai #lk-shop-all-game-day-banner .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-disney-collection-mood-left .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-lokai-lab-collection-mood-left .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-charms-mood-board-right .lk-mood-board-tile-left h2 {
  max-width: 350px; }
  @media only screen and (min-width: 768px) {
    #shop-all-lokai-products-lokai #lk-shop-all-game-day-banner .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-disney-collection-mood-left .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-lokai-lab-collection-mood-left .lk-mood-board-tile-left h2, #shop-all-lokai-products-lokai #lk-shop-all-charms-mood-board-right .lk-mood-board-tile-left h2 {
      margin-top: 80px; } }
#shop-all-lokai-products-lokai #lk-shop-all-game-day-banner p, #shop-all-lokai-products-lokai #lk-shop-all-disney-collection-mood-left p, #shop-all-lokai-products-lokai #lk-shop-all-lokai-lab-collection-mood-left p, #shop-all-lokai-products-lokai #lk-shop-all-charms-mood-board-right p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

#lk-shop-all-disney-collection-mood-left {
  margin-top: 10px; }

#lk-shop-all-stone-and-metal .lk-mood-board-tile-left h2 {
  max-width: 350px !important; }
  @media only screen and (min-width: 768px) {
    #lk-shop-all-stone-and-metal .lk-mood-board-tile-left h2 {
      margin-top: 60px; } }
#lk-shop-all-stone-and-metal .lk-mood-board-tile-left p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1024px) {
  #lk-shop-all-lokai-lab .lk-home-tile-link {
    margin-top: 90px; } }
#lk-shop-all-lokai-lab h2,
#lk-shop-all-lokai-lab p,
#lk-shop-all-lokai-lab .lk-btn {
  color: #fff; }

#lk-shop-all-marvel-banner h2,
#lk-shop-all-marvel-banner p,
#lk-shop-all-marvel-banner .lk-btn, #lk-shop-all-lokai-lab-banner h2,
#lk-shop-all-lokai-lab-banner p,
#lk-shop-all-lokai-lab-banner .lk-btn, #lk-shop-all-gear-banner h2,
#lk-shop-all-gear-banner p,
#lk-shop-all-gear-banner .lk-btn, #lk-shop-all-zodiac-banner h2,
#lk-shop-all-zodiac-banner p,
#lk-shop-all-zodiac-banner .lk-btn {
  color: #fff; }

#lk-shop-all-marvel-banner {
  position: relative; }
  #lk-shop-all-marvel-banner #lk-shop-all-marvel-copyright {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      #lk-shop-all-marvel-banner #lk-shop-all-marvel-copyright {
        font-size: 14px; } }

@media only screen and (min-width: 768px) {
  #lk-shop-all-last-call-mood-board-right h2 {
    padding-top: 60px; } }

@media only screen and (max-width: 767px) {
  .lk-shop-all-mood-board-left .lk-mood-board-tile .lk-mood-board-left img, .lk-shop-all-mood-board-left .lk-mood-board-tile .lk-mood-board-left img {
    max-height: 62vw; }
  .lk-shop-all-mood-board-left .lk-mood-board-top-right-img {
    height: 130px;
    width: 130px; }
  .lk-shop-all-mood-board-left .lk-mood-board-bottom-right-img {
    height: 150px;
    width: 150px; } }

@media only screen and (min-width: 768px) {
  #lk-shop-all-lab h2 {
    padding-top: 80px; } }

@media only screen and (min-width: 768px) {
  #lk-shop-all-last-call .lk-mood-board-tile-left {
    padding-top: 100px; } }
@media only screen and (max-width: 767px) {
  #lk-shop-all-last-call .lk-mood-board-left-img {
    max-height: 70vw; }
  #lk-shop-all-last-call .lk-mood-board-top-right-img {
    max-height: 140px !important; }
  #lk-shop-all-last-call .lk-mood-board-bottom-right-img {
    max-height: 170px !important; } }

.lk-collection-item {
  height: 28vw;
  min-height: 200px; }
  @media only screen and (min-width: 1024px) and (max-width: 1349px) {
    .lk-collection-item {
      height: 35vw; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .lk-collection-item {
      height: 40vw; } }
  @media only screen and (max-width: 767px) {
    .lk-collection-item {
      height: 75vw; } }

.lk-collection-item .slick-next {
  right: -15px; }

.lk-extra-padding {
  padding-left: 20px; }

.lk-mood-board-bottom-right-img {
  margin-top: 2px; }

#pack-collection #lk-collection .lk-collection-item,
#choose-to-change-collection #lk-collection .lk-collection-item {
  width: calc(50% - 8px); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #pack-collection #lk-collection .lk-collection-item,
    #choose-to-change-collection #lk-collection .lk-collection-item {
      width: calc(50% - 8px); } }
  @media only screen and (max-width: 767px) {
    #pack-collection #lk-collection .lk-collection-item,
    #choose-to-change-collection #lk-collection .lk-collection-item {
      width: 100%; } }

#lk-collection {
  min-height: 100vh; }

@media only screen and (max-width: 767px) {
  #star-wars-x-lokai-collection #lk-collection-grid {
    padding-top: 50px !important; } }

#lk-collection,
#lk-summer-trend-products {
  background: #fbfbfb; }
  #lk-collection #lk-collection-grid,
  #lk-summer-trend-products #lk-collection-grid {
    padding: 50px 50px 0;
    min-height: 500px;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      #lk-collection #lk-collection-grid,
      #lk-summer-trend-products #lk-collection-grid {
        padding: 20px 20px 0; } }
  #lk-collection #lk-collection-banner,
  #lk-summer-trend-products #lk-collection-banner {
    min-height: 300px;
    margin-bottom: 4px;
    background: #a8c2d2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a8c2d2 0%, #d4d6d5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c2d2', endColorstr='#d4d6d5',GradientType=0 );
    /* IE6-9 */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #lk-collection #lk-collection-banner,
      #lk-summer-trend-products #lk-collection-banner {
        min-height: 260px; } }
    #lk-collection #lk-collection-banner h2,
    #lk-summer-trend-products #lk-collection-banner h2 {
      color: #fff;
      max-width: 400px; }
      @media only screen and (max-width: 767px) {
        #lk-collection #lk-collection-banner h2,
        #lk-summer-trend-products #lk-collection-banner h2 {
          max-width: 320px; } }
  #lk-collection .lk-collection-league-shield,
  #lk-summer-trend-products .lk-collection-league-shield {
    max-height: 75px;
    margin-top: 60px; }
  #lk-collection #lk-collection-header,
  #lk-summer-trend-products #lk-collection-header {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0 10px;
    letter-spacing: 0.21em;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      #lk-collection #lk-collection-header,
      #lk-summer-trend-products #lk-collection-header {
        font-size: 42px; } }
  #lk-collection .lk-game-day-search-bar-container,
  #lk-summer-trend-products .lk-game-day-search-bar-container {
    width: 215px;
    margin: 0 auto;
    position: relative; }
    #lk-collection .lk-game-day-search-bar-container .icon-search,
    #lk-collection .lk-game-day-search-bar-container .lk-search-black,
    #lk-summer-trend-products .lk-game-day-search-bar-container .icon-search,
    #lk-summer-trend-products .lk-game-day-search-bar-container .lk-search-black {
      position: absolute;
      top: 3px;
      width: 13px;
      opacity: 0.8;
      right: 30px; }
  #lk-collection #lk-game-day-search-bar,
  #lk-summer-trend-products #lk-game-day-search-bar {
    margin: 15px auto;
    width: 160px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #282829; }
    #lk-collection #lk-game-day-search-bar::placeholder,
    #lk-summer-trend-products #lk-game-day-search-bar::placeholder {
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      color: #282829;
      font-size: 16px;
      letter-spacing: 1.12px; }
  #lk-collection #lk-game-day-search-bar-no-results,
  #lk-summer-trend-products #lk-game-day-search-bar-no-results {
    display: none;
    text-align: center; }
  #lk-collection .lk-collection-item,
  #lk-summer-trend-products .lk-collection-item {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin-bottom: 8px;
    position: relative; }
    #lk-collection .lk-collection-item.lk-product-blue-bg,
    #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg {
      background: #9bcbeb; }
      #lk-collection .lk-collection-item.lk-product-blue-bg h1,
      #lk-collection .lk-collection-item.lk-product-blue-bg h2,
      #lk-collection .lk-collection-item.lk-product-blue-bg h3,
      #lk-collection .lk-collection-item.lk-product-blue-bg h4,
      #lk-collection .lk-collection-item.lk-product-blue-bg h5,
      #lk-collection .lk-collection-item.lk-product-blue-bg h6,
      #lk-collection .lk-collection-item.lk-product-blue-bg p,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h1,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h2,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h3,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h4,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h5,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg h6,
      #lk-summer-trend-products .lk-collection-item.lk-product-blue-bg p {
        color: #fff; }
    #lk-collection .lk-collection-item.lk-product-white-bg,
    #lk-summer-trend-products .lk-collection-item.lk-product-white-bg {
      background: #fff; }
    #lk-collection .lk-collection-item .lk-collection-item-price,
    #lk-summer-trend-products .lk-collection-item .lk-collection-item-price {
      margin: 3px 0; }
    #lk-collection .lk-collection-item .lk-quick-add-sizes,
    #lk-summer-trend-products .lk-collection-item .lk-quick-add-sizes {
      display: none; }
      #lk-collection .lk-collection-item .lk-quick-add-sizes.active,
      #lk-summer-trend-products .lk-collection-item .lk-quick-add-sizes.active {
        display: block; }
    #lk-collection .lk-collection-item h2.lk-collection-item-title,
    #lk-summer-trend-products .lk-collection-item h2.lk-collection-item-title {
      margin: 0;
      padding-top: 25px;
      font-size: 16px;
      padding-left: 0;
      padding-right: 0;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      line-height: 15px; }
      @media only screen and (max-width: 767px) {
        #lk-collection .lk-collection-item h2.lk-collection-item-title,
        #lk-summer-trend-products .lk-collection-item h2.lk-collection-item-title {
          line-height: 16px; } }
    #lk-collection .lk-collection-item p,
    #lk-summer-trend-products .lk-collection-item p {
      font-weight: 400;
      line-height: 1;
      margin: 0;
      font-size: 16px; }
    #lk-collection .lk-collection-item div.lk-collection-collection-img,
    #lk-summer-trend-products .lk-collection-item div.lk-collection-collection-img {
      margin: auto;
      margin-bottom: 20px; }
      #lk-collection .lk-collection-item div.lk-collection-collection-img img,
      #lk-summer-trend-products .lk-collection-item div.lk-collection-collection-img img {
        margin-bottom: -8px; }
      #lk-collection .lk-collection-item div.lk-collection-collection-img p,
      #lk-summer-trend-products .lk-collection-item div.lk-collection-collection-img p {
        display: none; }
  #lk-collection .lk-half-width,
  #lk-collection .lk-full-width,
  #lk-summer-trend-products .lk-half-width,
  #lk-summer-trend-products .lk-full-width {
    height: 28vw; }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-half-width,
      #lk-collection .lk-full-width,
      #lk-summer-trend-products .lk-half-width,
      #lk-summer-trend-products .lk-full-width {
        height: 100vw; } }
  #lk-collection .lk-half-width.lk-collection-item div.lk-collection-collection-img img,
  #lk-summer-trend-products .lk-half-width.lk-collection-item div.lk-collection-collection-img img {
    max-height: 225px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #lk-collection .lk-half-width.lk-collection-item div.lk-collection-collection-img img,
      #lk-summer-trend-products .lk-half-width.lk-collection-item div.lk-collection-collection-img img {
        max-height: 200px; } }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-half-width.lk-collection-item div.lk-collection-collection-img img,
      #lk-summer-trend-products .lk-half-width.lk-collection-item div.lk-collection-collection-img img {
        max-height: 170px; } }
  #lk-collection .lk-full-width.lk-collection-item div.lk-collection-collection-img img,
  #lk-summer-trend-products .lk-full-width.lk-collection-item div.lk-collection-collection-img img {
    max-height: 280px; }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-full-width.lk-collection-item div.lk-collection-collection-img img,
      #lk-summer-trend-products .lk-full-width.lk-collection-item div.lk-collection-collection-img img {
        max-height: 225px; } }
  #lk-collection #lk-nhl-disclaimer,
  #lk-summer-trend-products #lk-nhl-disclaimer {
    padding: 30px;
    text-align: center;
    display: block;
    clear: both; }
    #lk-collection #lk-nhl-disclaimer p,
    #lk-summer-trend-products #lk-nhl-disclaimer p {
      font-size: 13px;
      line-height: 1.2em;
      max-width: 480px;
      margin: 0 auto; }
  #lk-collection #lk-single-wrap-color-slider,
  #lk-collection #lk-triple-wrap-color-slider,
  #lk-summer-trend-products #lk-single-wrap-color-slider,
  #lk-summer-trend-products #lk-triple-wrap-color-slider {
    margin: 0 auto -15px; }
    #lk-collection #lk-single-wrap-color-slider .slick-slide,
    #lk-collection #lk-triple-wrap-color-slider .slick-slide,
    #lk-summer-trend-products #lk-single-wrap-color-slider .slick-slide,
    #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-slide {
      padding: 0;
      margin: 0 4px; }
      #lk-collection #lk-single-wrap-color-slider .slick-slide:focus,
      #lk-collection #lk-triple-wrap-color-slider .slick-slide:focus,
      #lk-summer-trend-products #lk-single-wrap-color-slider .slick-slide:focus,
      #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-slide:focus {
        outline: none; }
      #lk-collection #lk-single-wrap-color-slider .slick-slide .lk-collection-item-selector-color:focus,
      #lk-collection #lk-triple-wrap-color-slider .slick-slide .lk-collection-item-selector-color:focus,
      #lk-summer-trend-products #lk-single-wrap-color-slider .slick-slide .lk-collection-item-selector-color:focus,
      #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-slide .lk-collection-item-selector-color:focus {
        outline: none; }
    #lk-collection #lk-single-wrap-color-slider .slick-next:before,
    #lk-collection #lk-single-wrap-color-slider .slick-prev:before,
    #lk-collection #lk-triple-wrap-color-slider .slick-next:before,
    #lk-collection #lk-triple-wrap-color-slider .slick-prev:before,
    #lk-summer-trend-products #lk-single-wrap-color-slider .slick-next:before,
    #lk-summer-trend-products #lk-single-wrap-color-slider .slick-prev:before,
    #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-next:before,
    #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-prev:before {
      width: 7px;
      height: 12px; }
    #lk-collection #lk-single-wrap-color-slider .slick-next,
    #lk-collection #lk-triple-wrap-color-slider .slick-next,
    #lk-summer-trend-products #lk-single-wrap-color-slider .slick-next,
    #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-next {
      top: 1px;
      right: -35px; }
    #lk-collection #lk-single-wrap-color-slider .slick-prev,
    #lk-collection #lk-triple-wrap-color-slider .slick-prev,
    #lk-summer-trend-products #lk-single-wrap-color-slider .slick-prev,
    #lk-summer-trend-products #lk-triple-wrap-color-slider .slick-prev {
      top: 1px;
      left: -35px; }
  @media only screen and (min-width: 768px) {
    #lk-collection .lk-collection-item,
    #lk-summer-trend-products .lk-collection-item {
      width: calc(25% - 8px);
      padding: 0 10px;
      margin: 4px; }
      #lk-collection .lk-collection-item.lk-search-quarter-width,
      #lk-summer-trend-products .lk-collection-item.lk-search-quarter-width {
        width: calc(25% - 8px); }
      #lk-collection .lk-collection-item.lk-half-width,
      #lk-summer-trend-products .lk-collection-item.lk-half-width {
        width: calc(50% - 8px); }
      #lk-collection .lk-collection-item.lk-full-width,
      #lk-summer-trend-products .lk-collection-item.lk-full-width {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    #lk-collection #lk-game-day-mlb .lk-collection-league-shield,
    #lk-summer-trend-products #lk-game-day-mlb .lk-collection-league-shield {
      margin-top: 40px; } }
  #lk-collection .lk-game-day-banner,
  #lk-summer-trend-products .lk-game-day-banner {
    margin: 30px 30px 0 30px;
    background-size: cover;
    background-position: center center;
    background-color: #c8c8c8;
    height: 41vw;
    min-height: 350px;
    position: relative;
    text-align: center; }
    #lk-collection .lk-game-day-banner .lk-game-day-banner-link,
    #lk-summer-trend-products .lk-game-day-banner .lk-game-day-banner-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #lk-collection .lk-game-day-banner .lk-collection-league-shield,
    #lk-summer-trend-products .lk-game-day-banner .lk-collection-league-shield {
      margin-top: 100px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #lk-collection .lk-game-day-banner .lk-collection-league-shield,
        #lk-summer-trend-products .lk-game-day-banner .lk-collection-league-shield {
          margin-top: 60px; } }
      @media only screen and (max-width: 767px) {
        #lk-collection .lk-game-day-banner .lk-collection-league-shield,
        #lk-summer-trend-products .lk-game-day-banner .lk-collection-league-shield {
          margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-game-day-banner,
      #lk-summer-trend-products .lk-game-day-banner {
        margin-left: 0;
        margin-right: 0; } }
    #lk-collection .lk-game-day-banner h2,
    #lk-summer-trend-products .lk-game-day-banner h2 {
      color: #fff;
      padding: 0 50px;
      margin-bottom: 30px; }
  #lk-collection .lk-game-day-team,
  #lk-summer-trend-products .lk-game-day-team {
    width: 8.3333%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-game-day-team,
      #lk-summer-trend-products .lk-game-day-team {
        width: 16.6666%; } }
    #lk-collection .lk-game-day-team img,
    #lk-summer-trend-products .lk-game-day-team img {
      max-width: 50px;
      max-height: 50px;
      margin: 10px auto;
      display: block;
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width: 1350px) {
        #lk-collection .lk-game-day-team img,
        #lk-summer-trend-products .lk-game-day-team img {
          max-width: 60px;
          max-height: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #lk-collection .lk-game-day-team img,
        #lk-summer-trend-products .lk-game-day-team img {
          max-width: 42px;
          max-height: 42px; } }
      @media only screen and (max-width: 767px) {
        #lk-collection .lk-game-day-team img,
        #lk-summer-trend-products .lk-game-day-team img {
          max-height: 32px;
          max-width: 32px; } }
      #lk-collection .lk-game-day-team img:hover,
      #lk-summer-trend-products .lk-game-day-team img:hover {
        transform: scale(1.25);
        cursor: pointer; }
  #lk-collection .lk-remaining-team-container,
  #lk-summer-trend-products .lk-remaining-team-container {
    padding: 20px 0 20px 5px; }
    @media only screen and (min-width: 768px) {
      #lk-collection .lk-remaining-team-container,
      #lk-summer-trend-products .lk-remaining-team-container {
        margin-left: 30px; } }
  #lk-collection .lk-game-day-remaining-teams,
  #lk-summer-trend-products .lk-game-day-remaining-teams {
    border-radius: 50%;
    border: 1px solid #282829;
    padding: 13px 8px 9px; }
    @media only screen and (max-width: 767px) {
      #lk-collection .lk-game-day-remaining-teams,
      #lk-summer-trend-products .lk-game-day-remaining-teams {
        margin-left: 5px; } }
  #lk-collection #lk-game-day-nfl-remaining-teams,
  #lk-collection #lk-game-day-mlb-remaining-teams,
  #lk-summer-trend-products #lk-game-day-nfl-remaining-teams,
  #lk-summer-trend-products #lk-game-day-mlb-remaining-teams {
    padding-left: 10px;
    padding-right: 10px; }
  #lk-collection .lk-mobile-remaining-team-link,
  #lk-summer-trend-products .lk-mobile-remaining-team-link {
    max-width: 40px;
    display: flex;
    flex-direction: row; }
  #lk-collection .lk-game-day-team-rows,
  #lk-summer-trend-products .lk-game-day-team-rows {
    display: flex;
    flex-direction: row;
    padding: 20px 30px 0; }
    #lk-collection .lk-game-day-team-rows.narrowed,
    #lk-summer-trend-products .lk-game-day-team-rows.narrowed {
      padding-left: 50px;
      padding-right: 50px; }
  #lk-collection .lk-shop-all-top-row,
  #lk-summer-trend-products .lk-shop-all-top-row {
    padding-top: 30px; }
  #lk-collection #lk-shop-all-star-wars .lk-btn,
  #lk-summer-trend-products #lk-shop-all-star-wars .lk-btn {
    border: 1px solid #282829;
    margin-top: 20px; }
  #lk-collection #lk-shop-all-star-wars-collection,
  #lk-summer-trend-products #lk-shop-all-star-wars-collection {
    margin-top: 15px; }
    #lk-collection #lk-shop-all-star-wars-collection small,
    #lk-summer-trend-products #lk-shop-all-star-wars-collection small {
      display: block;
      margin-bottom: 15px; }
    #lk-collection #lk-shop-all-star-wars-collection h2,
    #lk-summer-trend-products #lk-shop-all-star-wars-collection h2 {
      max-width: 350px; }
    @media only screen and (max-width: 767px) {
      #lk-collection #lk-shop-all-star-wars-collection .lk-mood-board-tile .lk-mood-board-left img,
      #lk-collection #lk-shop-all-star-wars-collection .lk-mood-board-tile .lk-mood-board-left img,
      #lk-summer-trend-products #lk-shop-all-star-wars-collection .lk-mood-board-tile .lk-mood-board-left img,
      #lk-summer-trend-products #lk-shop-all-star-wars-collection .lk-mood-board-tile .lk-mood-board-left img {
        max-height: 65vw; }
      #lk-collection #lk-shop-all-star-wars-collection .lk-mood-board-top-right-img,
      #lk-summer-trend-products #lk-shop-all-star-wars-collection .lk-mood-board-top-right-img {
        width: 120px;
        height: 120px; }
      #lk-collection #lk-shop-all-star-wars-collection .lk-mood-board-bottom-right-img,
      #lk-summer-trend-products #lk-shop-all-star-wars-collection .lk-mood-board-bottom-right-img {
        width: 135px;
        height: 135px; } }
  @media only screen and (max-width: 767px) {
    #lk-collection .lk-collection-item,
    #lk-summer-trend-products .lk-collection-item {
      width: calc(50% - 8px);
      margin: 0 4px 8px; }
      #lk-collection .lk-collection-item.lk-full-width,
      #lk-summer-trend-products .lk-collection-item.lk-full-width {
        width: 100%;
        height: 100vw; }
      #lk-collection .lk-collection-item h2.lk-collection-item-title,
      #lk-summer-trend-products .lk-collection-item h2.lk-collection-item-title {
        line-height: 1.2em; }
      #lk-collection .lk-collection-item.lk-half-width,
      #lk-summer-trend-products .lk-collection-item.lk-half-width {
        width: 100%;
        margin: 0 4px 8px; }
      #lk-collection .lk-collection-item.lk-full-width,
      #lk-summer-trend-products .lk-collection-item.lk-full-width {
        width: 100%; } }
  #lk-collection .lk-quick-add,
  #lk-collection .lk-collection-out-of-stock,
  #lk-summer-trend-products .lk-quick-add,
  #lk-summer-trend-products .lk-collection-out-of-stock {
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -85px; }
  @media only screen and (max-width: 767px) {
    #lk-collection .lk-quick-add,
    #lk-summer-trend-products .lk-quick-add {
      display: none !important; } }
  #lk-collection .lk-collection-item .lk-quick-add-btn,
  #lk-collection .lk-collection-item-lifestyle-photo,
  #lk-collection .lk-quick-add,
  #lk-collection .lk-collection-out-of-stock,
  #lk-summer-trend-products .lk-collection-item .lk-quick-add-btn,
  #lk-summer-trend-products .lk-collection-item-lifestyle-photo,
  #lk-summer-trend-products .lk-quick-add,
  #lk-summer-trend-products .lk-collection-out-of-stock {
    display: none; }
  #lk-collection .lk-collection-item-images,
  #lk-summer-trend-products .lk-collection-item-images {
    position: relative; }
  #lk-collection .lk-collection-out-of-stock,
  #lk-summer-trend-products .lk-collection-out-of-stock {
    background: #f3f3f3;
    color: #969696; }
  #lk-collection .lk-collection-item:hover .lk-quick-add,
  #lk-collection .lk-collection-item:hover .lk-quick-add-btn,
  #lk-collection .lk-collection-item:hover .lk-collection-out-of-stock,
  #lk-summer-trend-products .lk-collection-item:hover .lk-quick-add,
  #lk-summer-trend-products .lk-collection-item:hover .lk-quick-add-btn,
  #lk-summer-trend-products .lk-collection-item:hover .lk-collection-out-of-stock {
    display: block; }
  #lk-collection .lk-collection-item-product-photo img,
  #lk-summer-trend-products .lk-collection-item-product-photo img {
    max-height: 300px; }
  #lk-collection .lk-collection-item-color-swatches,
  #lk-summer-trend-products .lk-collection-item-color-swatches {
    display: block;
    margin: 0 auto -20px; }
    #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container,
    #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container {
      height: 16px;
      width: 16px;
      display: inline-block;
      position: relative;
      margin-left: 4px;
      margin-right: 4px; }
      #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container:hover,
      #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container:hover {
        cursor: pointer; }
      #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container.selected,
      #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container.selected {
        border: 1px solid #9e9e9e;
        border-radius: 50%; }
      #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container.inactive:before,
      #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container.inactive:before {
        content: "/";
        position: absolute;
        color: #c8c8c8;
        font-size: 15px;
        transform: rotate(20deg);
        left: 4px;
        top: 0;
        font-weight: bold; }
      #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color,
      #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin: 1px; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rose-gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rose-gold {
          background: #cb8780; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gunmetal,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gunmetal {
          background: #34333a; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gold {
          background: #c0a180; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.silver, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.grey, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gray,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.grey,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gray {
          background: #848585; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.royal,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.royal {
          background: #225fb3; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.carbon-grey,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.carbon-grey {
          background: #cbc9c9; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.forest-green,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.forest-green {
          background: #224700; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.forest,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.forest {
          background: #2e5c54; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.olive,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.olive {
          background: #67603b; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.lilac,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.lilac {
          background: #e1d4dd; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.ice-blue,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.ice-blue {
          background: #d8dde5; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.canary,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.canary {
          background: #f2b967; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.fuchsia,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.fuchsia {
          background: #8f4676; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black {
          background: #151819; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.matte-black,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.matte-black {
          background: #191a19; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.aurora,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.aurora {
          background: #26e6c4; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-white, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-white, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sport-cap, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-cap, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-cap, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.white,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-white,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-white,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sport-cap,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-cap,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-cap,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.white {
          background: #fffff0;
          border: 1px solid #c8c8c8; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-black, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-black,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-black,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-black {
          background: #282829; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.burgundy,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.burgundy {
          background: #a58287; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.pink {
          background: #d8bec3; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-pink, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.study-pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.adventure-pink {
          background: #d8bec3; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.red,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.red {
          background: #82041a; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.navy, #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.navy-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.navy,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.navy-silver {
          background: #374968; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-silver {
          background: #343334; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.taupe-rose-gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.taupe-rose-gold {
          background: #a58e7c; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.mint-rose-gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.mint-rose-gold {
          background: #9fddc6; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sage-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sage-silver {
          background: #716c4e; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rwb,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rwb {
          background: #f12730; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rw,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rw {
          background: #f12730; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.bw,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.bw {
          background: #37517f; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rwg,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.rwg {
          background: #f12730; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gyb,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.gyb {
          background: #1fa952; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sand,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sand {
          background: #f1d4c6; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.light-pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.light-pink {
          background: #fda7ce; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.hot-pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.hot-pink {
          background: #fd59b4; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.swirl,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.swirl {
          background: #fd57ac;
          /* Old browsers */
          background: -moz-linear-gradient(-45deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, #fd57ac 0%, #f6eeee 42%, #fd73a7 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd57ac', endColorstr='#fd73a7',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-pink,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-pink {
          background: #fc3950; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-yellow,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-yellow {
          background: #f1f464; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-orange,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-orange {
          background: #fd9e27; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-green,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.neon-green {
          background: #83ee6c; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.smoke-gunmetal,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.smoke-gunmetal {
          background: #897267; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.frost-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.frost-silver {
          background: #e1e1de; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.ice-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.ice-silver {
          background: #dfe0df; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-rose-gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-rose-gold {
          background: #2c2b2b; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.dove-rose-gold,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.dove-rose-gold {
          background: #ebedeb; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-gunmetal,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.black-gunmetal {
          background: #36312d; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.white-silver,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.white-silver {
          background: #ffffff;
          border: 1px solid #c8c8c8; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.halloween,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.halloween {
          background: #141416; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.christmas,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.christmas {
          background: #a6b402; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.stripe,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.stripe {
          background: #ffffff;
          /* Old browsers */
          background: -moz-linear-gradient(-45deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, white 0%, white 5%, #a24ded 7%, #a24ded 11%, white 12%, white 17%, #006bf5 18%, #006bf5 23%, white 24%, white 29%, #35e4ef 30%, #35e4ef 35%, white 36%, white 41%, #88f291 42%, #88f291 47%, white 48%, white 53%, #fdf436 54%, #fdf436 59%, white 60%, white 66%, white 66%, #ffa92c 66%, #ffa92c 71%, white 72%, white 76%, #ff4c60 77%, #ff4c60 82%, white 83%, white 88%, #ff73da 89%, #ff73da 93%, white 95%, white 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.books,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.books {
          background-image: url(/cdn/shop/files/DisneyBeautyAndTheBeastBelleLokai-swatch-books.jpg?v=11965803053273159248);
          background-size: cover; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.roses,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.roses {
          background-image: url(/cdn/shop/files/DisneyBeautyAndTheBeastBelleLokai-swatch-roses.png?v=7059463565165817014);
          background-size: cover; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sea,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.sea {
          background-image: url(/cdn/shop/files/DisneyTheLittleMermaidArielLokai-swatch-sea.jpg?v=10131179623693993500);
          background-size: cover; }
        #lk-collection .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.shells,
        #lk-summer-trend-products .lk-collection-item-color-swatches .lk-collection-item-color-container .lk-collection-item-selector-color.shells {
          background-image: url(/cdn/shop/files/DisneyTheLittleMermaidArielLokai-swatch-shells.jpg?v=1463880797480633792);
          background-size: cover; }

#lk-choose-cause-link-section,
#lk-sherpa-story-link-section {
  background: #282829;
  width: calc(100% - 60px);
  display: block;
  padding: 100px 50px;
  text-align: center;
  clear: both;
  margin: 80px 0 60px 30px; }
  @media only screen and (max-width: 767px) {
    #lk-choose-cause-link-section,
    #lk-sherpa-story-link-section {
      margin-left: -30px;
      width: calc(100% + 30px); } }
  #lk-choose-cause-link-section .lk-btn,
  #lk-sherpa-story-link-section .lk-btn {
    width: 180px;
    letter-spacing: 1.2px;
    font-weight: 500; }
    #lk-choose-cause-link-section .lk-btn:hover,
    #lk-sherpa-story-link-section .lk-btn:hover {
      background: #fff;
      color: #282829; }
  #lk-choose-cause-link-section h3,
  #lk-choose-cause-link-section p,
  #lk-sherpa-story-link-section h3,
  #lk-sherpa-story-link-section p {
    color: #fff; }
  #lk-choose-cause-link-section p,
  #lk-sherpa-story-link-section p {
    max-width: 350px;
    margin: 20px auto; }

#core-bracelets #lk-collection .medium-up--one-half.lk-collection-item {
  height: 25vw; }

@media only screen and (max-width: 767px) {
  .page-ourstory .lk-video-banner h2 {
    font-size: 56px;
    max-width: 250px;
    padding-top: 35vh; } }

#bracelets h2.lk-collection-item-title {
  padding-bottom: 20px; }

@media only screen and (min-width: 768px) {
  #game-day-collection,
  #game-day-collection-lokai {
    padding-top: 20px; } }
#game-day-collection #lk-collection-banner,
#game-day-collection-lokai #lk-collection-banner {
  display: none; }
#game-day-collection #lk-collection,
#game-day-collection-lokai #lk-collection {
  background: #fff; }
@media only screen and (max-width: 767px) {
  #game-day-collection #MainContent,
  #game-day-collection-lokai #MainContent {
    padding-top: 30px; } }

#products.template-collection #lk-collection {
  padding-top: 50px; }

.lk-float-right .lk-mood-board-left {
  padding-right: 10px; }

#shop-all-lokai-products-lokai #lk-collection-grid {
  display: none; }
@media only screen and (max-width: 767px) {
  #shop-all-lokai-products-lokai {
    padding-top: 30px; } }
#shop-all-lokai-products-lokai .lk-mood-board-tile-left h2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

#lk-footer-legal-content {
  display: none; }
  #lk-footer-legal-content.active {
    display: block; }

#choose-to-change-collection .lk-collection-item {
  height: 30vw; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #choose-to-change-collection .lk-collection-item {
      height: 50vw; } }
  @media only screen and (max-width: 767px) {
    #choose-to-change-collection .lk-collection-item {
      height: 100vw; } }

@media only screen and (max-width: 767px) {
  .lk-remaining-team-container {
    margin-left: 30px; } }
@media only screen and (min-width: 768px) {
  .lk-home-full-width-tile {
    margin-left: 30px;
    margin-right: 30px; } }

@media only screen and (min-width: 768px) {
  #metals-collection .lk-collection-item, #equality-collection .lk-collection-item {
    width: calc(33% - 8px); } }

#shop-all-lokai-products-lokai .lk-home-full-width-tile {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #shop-all-lokai-products-lokai .lk-home-full-width-tile h2 {
    padding-top: 0;
    margin-bottom: 0; }
#shop-all-lokai-products-lokai .lk-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px; }

#lk-shop-all-core {
  margin-top: 60px;
  clear: both; }
  @media only screen and (max-width: 767px) {
    #lk-shop-all-core {
      margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  #lk-shop-all-gear-collection .lk-mood-board-left-img {
    max-height: 59vw; }
  #lk-shop-all-gear-collection .lk-mood-board-top-right-img,
  #lk-shop-all-gear-collection .lk-mood-board-bottom-right-img {
    max-height: 40vw;
    height: 40vw; } }

#lk-collection-item-glow video {
  width: 100%;
  max-height: 300px; }

.lk-collection-gifts-section {
  position: relative;
  width: calc(50% - 16px);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .lk-collection-gifts-section {
      min-height: 70vw;
      margin-bottom: 30px; } }
  .lk-collection-gifts-section h4 {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .lk-collection-gifts-section {
      width: calc(100vw + 10px); } }
  .lk-collection-gifts-section h4 {
    color: #fff; }
  .lk-collection-gifts-section .lk-btn {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: calc(50% - 75px);
    bottom: 60px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .lk-collection-gifts-section .lk-btn {
        bottom: 45px; } }
  .lk-collection-gifts-section .lk-black-friday-section-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

#lk-collections-gifts-under-40, #lk-collections-gifts-under-25 {
  background: url("/cdn/shop/t/8/assets/gifts-under-40.jpg?3534"); }

#lk-collections-gifts-under-20, #lk-collections-gifts-under-15 {
  background: url("/cdn/shop/t/8/assets/gifts-under-15.png?3534"); }

#lk-collections-gifts-under-60, #lk-collections-gifts-under-35 {
  background: url("/cdn/shop/t/8/assets/gifts-under-35.png?3534"); }

#lk-collections-gifts-under-100, #lk-collections-gifts-under-50 {
  background: url("/cdn/shop/t/8/assets/gifts-under-100.jpg?3534"); }

@media only screen and (min-width: 768px) {
  #lk-collections-gifts-under-section > div:nth-child(1) {
    margin-right: 16px; } }

@media only screen and (min-width: 768px) {
  #lk-collections-gifts-under-section > div:nth-child(2) {
    margin-left: 16px; } }

#lk-collections-gifts-under-section {
  display: block;
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #lk-collections-gifts-under-section {
      padding-left: 60px;
      padding-right: 30px;
      padding-bottom: 30px; } }

/* #core-bracelets-lokai {
  .lk-collection-item {
    @include media-query($medium-up) {
      width: calc(33% - 8px);
    }
  }
} */
@media only screen and (max-width: 767px) {
  #lk-collection #lk-shop-all-prints-collection #lk-shop-all-prints-img {
    max-height: 58vw; } }

#star-wars #lk-collection-banner,
#star-wars-lokai #lk-collection-banner,
#star-wars-x-lokai-collection #lk-collection-banner,
#star-wars-collection #lk-collection-banner {
  height: 28.71vw; }
@media only screen and (min-width: 768px) {
  #star-wars .lk-collection-item,
  #star-wars-lokai .lk-collection-item,
  #star-wars-x-lokai-collection .lk-collection-item,
  #star-wars-collection .lk-collection-item {
    width: calc(33% - 8px); } }
#star-wars #lk-star-wars-collection-bundle-info,
#star-wars-lokai #lk-star-wars-collection-bundle-info,
#star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info,
#star-wars-collection #lk-star-wars-collection-bundle-info {
  position: relative; }
  #star-wars #lk-star-wars-collection-bundle-info img,
  #star-wars-lokai #lk-star-wars-collection-bundle-info img,
  #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info img,
  #star-wars-collection #lk-star-wars-collection-bundle-info img {
    max-width: 350px; }
    @media only screen and (min-width: 768px) {
      #star-wars #lk-star-wars-collection-bundle-info img,
      #star-wars-lokai #lk-star-wars-collection-bundle-info img,
      #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info img,
      #star-wars-collection #lk-star-wars-collection-bundle-info img {
        margin: 50px auto; } }
    @media only screen and (max-width: 767px) {
      #star-wars #lk-star-wars-collection-bundle-info img,
      #star-wars-lokai #lk-star-wars-collection-bundle-info img,
      #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info img,
      #star-wars-collection #lk-star-wars-collection-bundle-info img {
        margin-left: auto;
        margin-right: auto; } }
  #star-wars #lk-star-wars-collection-bundle-info > div,
  #star-wars-lokai #lk-star-wars-collection-bundle-info > div,
  #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info > div,
  #star-wars-collection #lk-star-wars-collection-bundle-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      #star-wars #lk-star-wars-collection-bundle-info > div,
      #star-wars-lokai #lk-star-wars-collection-bundle-info > div,
      #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info > div,
      #star-wars-collection #lk-star-wars-collection-bundle-info > div {
        min-height: 380px; } }
    @media only screen and (max-width: 767px) {
      #star-wars #lk-star-wars-collection-bundle-info > div,
      #star-wars-lokai #lk-star-wars-collection-bundle-info > div,
      #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info > div,
      #star-wars-collection #lk-star-wars-collection-bundle-info > div {
        margin-top: 30px; }
        #star-wars #lk-star-wars-collection-bundle-info > div .lk-btn,
        #star-wars-lokai #lk-star-wars-collection-bundle-info > div .lk-btn,
        #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info > div .lk-btn,
        #star-wars-collection #lk-star-wars-collection-bundle-info > div .lk-btn {
          margin-bottom: 50px; } }
    #star-wars #lk-star-wars-collection-bundle-info > div .lk-btn,
    #star-wars-lokai #lk-star-wars-collection-bundle-info > div .lk-btn,
    #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info > div .lk-btn,
    #star-wars-collection #lk-star-wars-collection-bundle-info > div .lk-btn {
      display: inline-block;
      width: 180px;
      margin-left: auto;
      margin-right: auto; }
  #star-wars #lk-star-wars-collection-bundle-info h5,
  #star-wars #lk-star-wars-collection-bundle-info p,
  #star-wars-lokai #lk-star-wars-collection-bundle-info h5,
  #star-wars-lokai #lk-star-wars-collection-bundle-info p,
  #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info h5,
  #star-wars-x-lokai-collection #lk-star-wars-collection-bundle-info p,
  #star-wars-collection #lk-star-wars-collection-bundle-info h5,
  #star-wars-collection #lk-star-wars-collection-bundle-info p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
#star-wars .lk-collection-header,
#star-wars-lokai .lk-collection-header,
#star-wars-x-lokai-collection .lk-collection-header,
#star-wars-collection .lk-collection-header {
  position: relative;
  clear: both; }
  #star-wars .lk-collection-header p.headline,
  #star-wars-lokai .lk-collection-header p.headline,
  #star-wars-x-lokai-collection .lk-collection-header p.headline,
  #star-wars-collection .lk-collection-header p.headline {
    position: absolute;
    top: -32px;
    left: calc(50% - 92px);
    padding-left: 20px;
    padding-right: 20px;
    background: #fbfbfb; }
    #star-wars .lk-collection-header p.headline.star-wars-page-headline,
    #star-wars-lokai .lk-collection-header p.headline.star-wars-page-headline,
    #star-wars-x-lokai-collection .lk-collection-header p.headline.star-wars-page-headline,
    #star-wars-collection .lk-collection-header p.headline.star-wars-page-headline {
      background: #fff; }
#star-wars #lk-star-wars-collection-bottom,
#star-wars-lokai #lk-star-wars-collection-bottom,
#star-wars-x-lokai-collection #lk-star-wars-collection-bottom,
#star-wars-collection #lk-star-wars-collection-bottom {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    #star-wars #lk-star-wars-collection-bottom,
    #star-wars-lokai #lk-star-wars-collection-bottom,
    #star-wars-x-lokai-collection #lk-star-wars-collection-bottom,
    #star-wars-collection #lk-star-wars-collection-bottom {
      height: 350px; } }
  #star-wars #lk-star-wars-collection-bottom .lk-btn,
  #star-wars-lokai #lk-star-wars-collection-bottom .lk-btn,
  #star-wars-x-lokai-collection #lk-star-wars-collection-bottom .lk-btn,
  #star-wars-collection #lk-star-wars-collection-bottom .lk-btn {
    display: inline-block;
    width: 180px;
    margin-left: auto;
    margin-right: auto; }
#star-wars #lk-star-wars-lucasfilm-credit,
#star-wars-lokai #lk-star-wars-lucasfilm-credit,
#star-wars-x-lokai-collection #lk-star-wars-lucasfilm-credit,
#star-wars-collection #lk-star-wars-lucasfilm-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px; }
@media only screen and (max-width: 767px) {
  #star-wars #lk-collection-banner,
  #star-wars-lokai #lk-collection-banner,
  #star-wars-x-lokai-collection #lk-collection-banner,
  #star-wars-collection #lk-collection-banner {
    min-height: 200px;
    height: 200px;
    background-position: 48% center; } }

@media only screen and (max-width: 767px) {
  #new-arrivals-lokai #lk-collection-grid {
    padding-top: 60px !important; } }

#disney-collection #lk-collection-banner,
#disney-x-lokai-collection #lk-collection-banner {
  margin-top: 50px;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    #disney-collection #lk-collection-banner,
    #disney-x-lokai-collection #lk-collection-banner {
      min-height: 350px; } }
  @media only screen and (max-width: 767px) {
    #disney-collection #lk-collection-banner,
    #disney-x-lokai-collection #lk-collection-banner {
      min-height: 150px; } }

#lk-disney-collection-bottom-section {
  clear: both;
  height: 350px;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: top center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #lk-disney-collection-bottom-section {
      height: 250px; } }
  #lk-disney-collection-bottom-section a.lk-btn {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #282829; }

#disney-collection #lk-collection,
#disney-x-lokai-collection #lk-collection {
  position: relative;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    #disney-collection #lk-collection,
    #disney-x-lokai-collection #lk-collection {
      padding-bottom: 80px; } }
  #disney-collection #lk-collection #lk-disney-page-collection-copyright,
  #disney-x-lokai-collection #lk-collection #lk-disney-page-collection-copyright {
    position: absolute;
    bottom: 0px;
    right: 30px; }
    @media only screen and (max-width: 767px) {
      #disney-collection #lk-collection #lk-disney-page-collection-copyright,
      #disney-x-lokai-collection #lk-collection #lk-disney-page-collection-copyright {
        right: 10px; } }

#lk-collection #DallasCowboysLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #DallasCowboysLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #DallasCowboysLokai .lk-option-color {
  background: #0c1c41;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0c1c41 0%, #0c1c41 20%, gainsboro 50%, #192a59 80%, #192a59 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #DallasCowboysLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-cowboys.png?3534");
  background-size: 100%; }
#lk-collection #PhiladelphiaEaglesLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #PhiladelphiaEaglesLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #PhiladelphiaEaglesLokai .lk-option-color {
  background: #19384a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #19384a 0%, #19384a 20%, #e4e4e4 50%, #1e1e20 80%, #1e1e20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #PhiladelphiaEaglesLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-eagles.png?3534");
  background-size: 100%; }
#lk-collection #PhiladelphiaEaglesLokai .lk-option-color-logo {
  background: url("/cdn/shop/t/8/assets/swatch-philadelphiaeagles.png?3534");
  background-size: 100%; }
#lk-collection #GreenBayPackersLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #GreenBayPackersLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #GreenBayPackersLokai .lk-option-color {
  background: #2b413c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2b413c 0%, #2b413c 20%, #bb8922 50%, #1d302c 80%, #1d302c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #GreenBayPackersLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-packers.png?3534");
  background-size: 100%; }
#lk-collection #GreenBayPackersLokai .lk-option-color-logo {
  background: url("/cdn/shop/t/8/assets/swatch-greenbackpackers.png?3534");
  background-size: 100%; }
#lk-collection #CarolinaPanthersLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #CarolinaPanthersLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #CarolinaPanthersLokai .lk-option-color {
  background: #2f6da6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2f6da6 0%, #2f6da6 20%, #77767b 50%, #111111 80%, #111111 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #CarolinaPanthersLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-panthers.png?3534");
  background-size: 100%; }
#lk-collection #NewEnglandPatriotsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #NewEnglandPatriotsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #NewEnglandPatriotsLokai .lk-option-color {
  background: #1a1a27;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1a1a27 0%, #1a1a27 20%, gainsboro 50%, #9b1321 80%, #9b1321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #NewEnglandPatriotsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-patriots.png?3534");
  background-size: 100%; }
#lk-collection #NewEnglandPatriotsLokai .lk-option-color-logo {
  background: url("/cdn/shop/t/8/assets/swatch-patriotscolorlogo.png?3534");
  background-size: 100%; }
#lk-collection #PittsburghSteelersLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #PittsburghSteelersLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #PittsburghSteelersLokai .lk-option-color {
  background: #dab631;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dab631 0%, #dab631 20%, #151515 50%, #d0aa29 80%, #d0aa29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dab631 0%, #dab631 20%, #151515 50%, #d0aa29 80%, #d0aa29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dab631 0%, #dab631 20%, #151515 50%, #d0aa29 80%, #d0aa29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #PittsburghSteelersLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-steelers.png?3534");
  background-size: 100%; }
#lk-collection #SeattleSeahawksLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #SeattleSeahawksLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #SeattleSeahawksLokai .lk-option-color {
  background: #5c9018;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5c9018 0%, #5c9018 20%, #162c76 50%, #9f9f9f 80%, #9f9f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #SeattleSeahawksLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-seahawks.png?3534");
  background-size: 100%; }
#lk-collection #MinnesotaVikingsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #MinnesotaVikingsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #MinnesotaVikingsLokai .lk-option-color {
  background: #4a306f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4a306f 0%, #4a306f 20%, #e0e0e0 50%, #c69411 80%, #c69411 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #MinnesotaVikingsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-vikingslogo.png?3534");
  background-size: 100%; }
#lk-collection #NewOrleansSaintsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #NewOrleansSaintsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #NewOrleansSaintsLokai .lk-option-color {
  background: #c29e51;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c29e51 0%, #c29e51 20%, #e4e4e4 50%, #111113 80%, #111113 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #NewOrleansSaintsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Saints.png?3534");
  background-size: 100%; }
#lk-collection #IndianapolisColtsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #IndianapolisColtsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #IndianapolisColtsLokai .lk-option-color {
  background: #00367c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00367c 0%, #00367c 20%, white 50%, #dddfe0 80%, #dddfe0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #IndianapolisColtsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Colts.png?3534");
  background-size: 100%; }
#lk-collection #ClevelandBrownsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #ClevelandBrownsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #ClevelandBrownsLokai .lk-option-color {
  background: #c04828;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c04828 0%, #c04828 20%, #e4e4e4 50%, #43322d 80%, #43322d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #ClevelandBrownsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Browns.png?3534");
  background-size: 100%; }
#lk-collection #DenverBroncosLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #DenverBroncosLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #DenverBroncosLokai .lk-option-color {
  background: #1a2a52;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1a2a52 0%, #1a2a52 20%, white 50%, #b33f20 80%, #b33f20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #DenverBroncosLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Broncos.png?3534");
  background-size: 100%; }
#lk-collection #BuffaloBillsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #BuffaloBillsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #BuffaloBillsLokai .lk-option-color {
  background: #af0215;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #af0215 0%, #af0215 20%, #e0e0e0 50%, #152b72 80%, #152b72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #BuffaloBillsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Bills.png?3534");
  background-size: 100%; }
#lk-collection #ChicagoBearsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #ChicagoBearsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #ChicagoBearsLokai .lk-option-color {
  background: #ab3a23;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ab3a23 0%, #ab3a23 20%, #ececec 50%, #0d1e40 80%, #0d1e40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #ChicagoBearsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-Bears.png?3534");
  background-size: 100%; }
#lk-collection #SanFrancisco49ersLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #SanFrancisco49ersLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #SanFrancisco49ersLokai .lk-option-color {
  background: #610616;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #610616 0%, #610616 20%, #e7e7e7 50%, #a27e48 80%, #a27e48 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #SanFrancisco49ersLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-49ers.png?3534");
  background-size: 100%; }
#lk-collection #KansasCityChiefsLokai .lk-collection-item-color-container {
  border-radius: 100%; }
  #lk-collection #KansasCityChiefsLokai .lk-collection-item-color-container.selected {
    border: 1px solid #282829; }
#lk-collection #KansasCityChiefsLokai .lk-option-color {
  background: #ca9012;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ca9012 0%, #ca9012 20%, #dedede 50%, #8c0110 80%, #8c0110 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
#lk-collection #KansasCityChiefsLokai .lk-option-logo {
  background: url("/cdn/shop/t/8/assets/swatch-chiefs.png?3534");
  background-size: 100%; }
#lk-collection #KansasCityChiefsLokai .lk-option-color-logo {
  background: url("/cdn/shop/t/8/assets/swatch-kansascitylogo.png?3534");
  background-size: 100%; }

#marvel-collection #lk-collection-banner {
  height: 28.86vw;
  background-position: center; }

#lk-marvel-collection-collector-set-info {
  clear: both;
  position: relative;
  margin-bottom: 50px; }
  #lk-marvel-collection-collector-set-info .lk-marvel-copyright {
    position: absolute;
    bottom: -60px;
    right: 30px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      #lk-marvel-collection-collector-set-info .lk-marvel-copyright {
        right: 0; } }
  #lk-marvel-collection-collector-set-info .lk-collection-header {
    position: relative;
    margin-bottom: 50px; }
    #lk-marvel-collection-collector-set-info .lk-collection-header p.headline {
      position: absolute;
      top: -30px;
      left: calc(50% - 77px);
      padding: 0 15px;
      background: #fbfbfb; }
  #lk-marvel-collection-collector-set-info img {
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      #lk-marvel-collection-collector-set-info img {
        height: 420px;
        width: 420px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
        #lk-marvel-collection-collector-set-info img {
          height: 300px;
          width: 300px; } }
    @media only screen and (max-width: 767px) {
      #lk-marvel-collection-collector-set-info img {
        width: 60%; } }
  #lk-marvel-collection-collector-set-info p.lk-marvel-collection-bundle-copy {
    max-width: 400px;
    margin: 165px auto 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #lk-marvel-collection-collector-set-info p.lk-marvel-collection-bundle-copy {
        margin-top: 85px; } }
    @media only screen and (max-width: 767px) {
      #lk-marvel-collection-collector-set-info p.lk-marvel-collection-bundle-copy {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-marvel-collection-collector-set-info a.lk-btn {
      margin-bottom: 60px; } }

#lk-marvel-collection-bottom-about {
  height: 25vw;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  #lk-marvel-collection-bottom-about .lk-btn {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #282829; }
  @media only screen and (max-width: 767px) {
    #lk-marvel-collection-bottom-about {
      height: 250px;
      min-height: 250px;
      width: 100vw;
      margin-left: -20px; } }

#lk-marvel-collection-bundle-info {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }

#charms-collection #lk-collection-banner h2 {
  color: #282829; }

#lk-collections-gifts-under-40 {
  background: url("/cdn/shop/t/8/assets/gifts-under-40.jpg?3534"); }

#lk-collections-gifts-under-20 {
  background: url("/cdn/shop/t/8/assets/gifts-under-20.jpg?3534"); }

#lk-collections-gifts-under-60 {
  background: url("/cdn/shop/t/8/assets/gifts-under-60.jpg?3534"); }

#lk-collections-gifts-under-100 {
  background: url("/cdn/shop/t/8/assets/gifts-under-100.jpg?3534"); }

@media only screen and (min-width: 768px) {
  #lk-collections-gifts-under-section > div:nth-child(1) {
    margin-right: 16px; } }

@media only screen and (min-width: 768px) {
  #lk-collections-gifts-under-section > div:nth-child(2) {
    margin-left: 16px; } }

#lk-collections-gifts-under-section {
  display: block;
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #lk-collections-gifts-under-section {
      padding-left: 60px;
      padding-right: 30px; } }

#lk-bogo-sub-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 30px 30px 0; }
  #lk-bogo-sub-banner h5 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 16px 0; }

#buy-one-get-one #lk-collection-banner h2 {
  max-width: 500px; }

#neons-collection .lk-mood-board-right, #dead-sea-neons-collection .lk-mood-board-right {
  margin-top: 3px; }
#neons-collection #lk-footer-hr, #dead-sea-neons-collection #lk-footer-hr {
  display: block;
  margin-top: 30px; }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-mood-board-top-right-img, #dead-sea-neons-collection .lk-mood-board-top-right-img {
    max-width: 25vw;
    max-height: 25vw; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-story-text, #dead-sea-neons-collection .lk-story-text {
    display: none; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-mood-board-tile, #dead-sea-neons-collection .lk-mood-board-tile {
    height: 320px;
    padding-left: 5px;
    padding-right: 5px; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-gray-row.lk-neon-bottom-row, #dead-sea-neons-collection .lk-gray-row.lk-neon-bottom-row {
    padding-left: 45px;
    padding-right: 45px; } }
@media only screen and (min-width: 768px) {
  #neons-collection .lk-neons-mobile-text-row, #dead-sea-neons-collection .lk-neons-mobile-text-row {
    display: none; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-neons-mobile-text-row, #dead-sea-neons-collection .lk-neons-mobile-text-row {
    display: block;
    margin-bottom: 30px; } }
#neons-collection #lk-neon-banner, #dead-sea-neons-collection #lk-neon-banner {
  width: 100%;
  height: 40.5vw;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #neons-collection #lk-neon-banner h2, #dead-sea-neons-collection #lk-neon-banner h2 {
    color: #fff; }
#neons-collection .lk-gray-row, #dead-sea-neons-collection .lk-gray-row {
  padding: 10px 0 5px; }
  #neons-collection .lk-gray-row h5, #dead-sea-neons-collection .lk-gray-row h5 {
    line-height: 1.25em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
#neons-collection .lk-shop-all-top-row, #dead-sea-neons-collection .lk-shop-all-top-row {
  margin-top: 10px;
  margin-bottom: 20px; }
#neons-collection #lk-neon-marble-row, #dead-sea-neons-collection #lk-neon-marble-row {
  width: 100%;
  height: 47vw;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative; }
  #neons-collection #lk-neon-marble-row p, #dead-sea-neons-collection #lk-neon-marble-row p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  #neons-collection #lk-neon-marble-row h3, #dead-sea-neons-collection #lk-neon-marble-row h3 {
    letter-spacing: .0577em;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      #neons-collection #lk-neon-marble-row h3, #dead-sea-neons-collection #lk-neon-marble-row h3 {
        padding-top: 40px;
        margin-bottom: 20px; } }
  #neons-collection #lk-neon-marble-row a.lk-btn, #dead-sea-neons-collection #lk-neon-marble-row a.lk-btn {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 90px);
    border: 1px solid #282829; }
#neons-collection .lk-mood-board-tile-left, #dead-sea-neons-collection .lk-mood-board-tile-left {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #neons-collection .lk-mood-board-tile-left, #dead-sea-neons-collection .lk-mood-board-tile-left {
      padding: 0 0 10px; }
      #neons-collection .lk-mood-board-tile-left h5, #dead-sea-neons-collection .lk-mood-board-tile-left h5 {
        text-align: center; } }
#neons-collection #lk-mud-water, #dead-sea-neons-collection #lk-mud-water {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #neons-collection #lk-mud-water, #dead-sea-neons-collection #lk-mud-water {
      background-size: cover !important;
      height: 100vw; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-product-price, #dead-sea-neons-collection .lk-product-price {
    margin-top: 5px; } }
#neons-collection .lk-collection-header, #dead-sea-neons-collection .lk-collection-header {
  position: relative;
  display: block;
  clear: both; }
  @media only screen and (max-width: 767px) {
    #neons-collection .lk-collection-header, #dead-sea-neons-collection .lk-collection-header {
      margin-top: 40px;
      margin-bottom: 20px; } }
  #neons-collection .lk-collection-header p, #dead-sea-neons-collection .lk-collection-header p {
    text-align: center;
    position: absolute;
    margin: 0;
    top: -6px;
    left: calc(50% - 92px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      #neons-collection .lk-collection-header p, #dead-sea-neons-collection .lk-collection-header p {
        padding: 0 20px;
        left: calc(50% - 67.5px); } }
  #neons-collection .lk-collection-header hr, #dead-sea-neons-collection .lk-collection-header hr {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-left: 30px;
    margin-right: 30px; }
#neons-collection .lk-neon-products, #dead-sea-neons-collection .lk-neon-products {
  text-align: center; }
  #neons-collection .lk-neon-products p, #dead-sea-neons-collection .lk-neon-products p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
#neons-collection .lk-neon-collection-row, #dead-sea-neons-collection .lk-neon-collection-row {
  text-align: center; }
#neons-collection .lk-neon-collection-image, #dead-sea-neons-collection .lk-neon-collection-image {
  width: 100%;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 30px; }
#neons-collection .lk-circle-story-header, #dead-sea-neons-collection .lk-circle-story-header {
  margin-top: 40px;
  margin-bottom: 0; }
#neons-collection .lk-mood-board-tile, #dead-sea-neons-collection .lk-mood-board-tile {
  height: auto;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    #neons-collection .lk-mood-board-tile, #dead-sea-neons-collection .lk-mood-board-tile {
      min-height: 480px; } }
  @media only screen and (max-width: 767px) {
    #neons-collection .lk-mood-board-tile, #dead-sea-neons-collection .lk-mood-board-tile {
      padding-top: 25px;
      padding-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  #neons-collection .lk-mood-board-tile .lk-mood-board-tile-right, #dead-sea-neons-collection .lk-mood-board-tile .lk-mood-board-tile-right {
    padding-bottom: 0; } }
#neons-collection .lk-mood-board-tile h5, #dead-sea-neons-collection .lk-mood-board-tile h5 {
  padding: 0 60px 30px;
  line-height: 1.2em; }
  @media only screen and (max-width: 767px) {
    #neons-collection .lk-mood-board-tile h5, #dead-sea-neons-collection .lk-mood-board-tile h5 {
      padding: 0; } }
#neons-collection .lk-home-product-row-product, #dead-sea-neons-collection .lk-home-product-row-product {
  padding-bottom: 21px; }
  @media only screen and (max-width: 767px) {
    #neons-collection .lk-home-product-row-product, #dead-sea-neons-collection .lk-home-product-row-product {
      padding-top: 15px;
      width: calc(50% - 8px);
      padding-bottom: 0; }
      #neons-collection .lk-home-product-row-product p.headline, #dead-sea-neons-collection .lk-home-product-row-product p.headline {
        max-width: 110px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px; } }
  #neons-collection .lk-home-product-row-product p, #dead-sea-neons-collection .lk-home-product-row-product p {
    padding: 0; }
#neons-collection .lk-home-product-row, #dead-sea-neons-collection .lk-home-product-row {
  margin-bottom: -50px; }

.lk-neon-cta-row {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .lk-neon-cta-row {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .lk-neon-cta-row {
      margin-top: 10px; } }

#lk-neon-video-container {
  height: 56.2vw;
  max-height: calc(100vh - 100px);
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    #lk-neon-video-container {
      min-height: 100px; } }

@media only screen and (max-width: 767px) {
  #lk-neon-video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; } }

.lk-pdp-selector-color-container-neon {
  display: inline-block; }

#lk-circle-page-content,
#lk-charity-footer-text,
.lk-charity-content {
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center; }
  #lk-circle-page-content .lk-lokai-logo-dark,
  #lk-charity-footer-text .lk-lokai-logo-dark,
  .lk-charity-content .lk-lokai-logo-dark {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-bottom: -20px; }
  #lk-circle-page-content span,
  #lk-charity-footer-text span,
  .lk-charity-content span {
    font-size: 18px;
    line-height: 24px; }
  #lk-circle-page-content h1,
  #lk-circle-page-content h2,
  #lk-charity-footer-text h1,
  #lk-charity-footer-text h2,
  .lk-charity-content h1,
  .lk-charity-content h2 {
    font-size: 36px;
    text-transform: none; }
  @media only screen and (max-width: 767px) {
    #lk-circle-page-content,
    #lk-charity-footer-text,
    .lk-charity-content {
      padding: 20px; }
      #lk-circle-page-content h1,
      #lk-charity-footer-text h1,
      .lk-charity-content h1 {
        font-size: 32px; }
      #lk-circle-page-content h2,
      #lk-charity-footer-text h2,
      .lk-charity-content h2 {
        font-size: 24px; } }

.lk-charity-content-container {
  width: 100%;
  background: #dae0d8;
  min-height: 450px;
  padding: 80px 0; }
  .lk-charity-content-container h1,
  .lk-charity-content-container h2 {
    letter-spacing: 0; }

#lk-circle-page-content img {
  max-height: 96px;
  max-width: 96px; }
#lk-circle-page-content h2 {
  margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
  #lk-circle-page-content p {
    width: 252px;
    margin: 0 auto 20px; } }

#circle .lk-banner-link {
  bottom: 40px; }
#circle #lk-home-top-banner {
  height: 480px; }

.lk-charity-link-container {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left; }
  @media only screen and (max-width: 767px) {
    .lk-charity-link-container {
      width: 33%; } }

.lk-charity-link {
  width: 70%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 2.5%; }
  @media only screen and (max-width: 767px) {
    .lk-charity-link {
      width: 60%; } }
  .lk-charity-link img {
    max-height: 50px;
    margin: 0 15px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    @media only screen and (min-width: 768px) {
      .lk-charity-link img {
        opacity: 0.7; } }
    .lk-charity-link img:hover {
      transform: scale(1.25);
      filter: none;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

.lk-charity-tile {
  height: 480px;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    .lk-charity-tile {
      height: 380px; } }
  .lk-charity-tile.lk-charity-tile-full-width {
    width: 100%; }

.lk-charity-banner-img {
  width: 100%;
  margin-bottom: 8px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 480px; }
  @media only screen and (max-width: 767px) {
    .lk-charity-banner-img {
      height: 380px; } }

.page-charity .lk-mood-img-top-left-container {
  max-height: 340px; }
@media only screen and (max-width: 767px) {
  .page-charity .lk-mood-img-top-left-container {
    max-width: 70%; }
  .page-charity .lk-mood-img-bottom-left-container img {
    max-width: 190%; }
  .page-charity .lk-mood-img-top-right-container {
    max-width: 80%; }
  .page-charity .lk-mood-img-bottom-right-container {
    max-width: 90%;
    margin-top: -20px; } }

@media only screen and (min-width: 768px) {
  .lk-charity-tile {
    width: calc(50% - 4px); }

  #lk-charity-grid.grid > section:nth-child(odd) {
    margin-right: 8px; } }
#lk-charity-block {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-charity-block {
      padding-left: 30px; } }

.lk-charity-product-description {
  text-align: left;
  margin-top: 30px; }
  .lk-charity-product-description p {
    text-align: left;
    max-width: 360px; }
    @media only screen and (max-width: 767px) {
      .lk-charity-product-description p {
        max-width: 100%;
        text-align: center; } }
  .lk-charity-product-description em {
    font-style: normal;
    font-size: 14px; }
  .lk-charity-product-description a {
    clear: both;
    margin-left: 0; }
    .lk-charity-product-description a.caption {
      display: block;
      margin: 10px 0;
      font-size: 14px;
      text-decoration: underline; }

.lk-charity-content {
  max-width: 600px; }
  .lk-charity-content h1 {
    font-size: 32px; }

.lk-mood-img-top-left-container {
  width: 460px;
  max-width: 50%;
  height: 410px;
  padding: 10px;
  overflow: hidden;
  float: right; }
  @media only screen and (max-width: 1023px) {
    .lk-mood-img-top-left-container {
      height: auto; } }
  .lk-mood-img-top-left-container img {
    max-width: 100%; }

.lk-mood-img-top-right-container {
  width: 328px;
  max-width: 50%;
  height: 293px;
  padding: 10px;
  overflow: hidden;
  float: left; }
  .lk-mood-img-top-right-container img {
    max-width: 100%; }
  @media only screen and (max-width: 1023px) {
    .lk-mood-img-top-right-container {
      height: auto; } }

.lk-mood-img-bottom-left-container {
  width: 356px;
  height: 449px;
  padding: 10px;
  overflow: hidden;
  float: right;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .lk-mood-img-bottom-left-container {
      max-width: 80%;
      height: auto; } }
  .lk-mood-img-bottom-left-container img {
    margin-left: -35px;
    max-width: 130%;
    float: left; }

#lk-mood-board {
  margin-left: 20px; }

.lk-mood-img-bottom-right-container {
  width: 286px;
  max-width: 100%;
  height: 329px;
  padding: 10px;
  overflow: hidden;
  float: left;
  clear: both;
  display: block; }
  @media only screen and (max-width: 767px) {
    .lk-mood-img-bottom-right-container {
      max-width: 80%;
      height: auto; } }
  .lk-mood-img-bottom-right-container img {
    margin-left: -25px; }

#lk-charity-footer-text h2 {
  text-transform: uppercase;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500; }
#lk-charity-footer-text .grid__item {
  padding-left: 15px; }

.lk-charity-product-description .lk-quick-add-sizes {
  display: none; }
@media only screen and (max-width: 767px) {
  .lk-charity-product-description .caption {
    text-align: center; } }
.lk-charity-product-description .lk-quick-add {
  margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    .lk-charity-product-description .lk-quick-add {
      text-align: center;
      display: none; } }

#shopify-section-join-the-circle {
  display: block;
  clear: both; }

#lk-join-the-circle-banner {
  padding: 25px 20px; }
  @media only screen and (max-width: 767px) {
    #lk-join-the-circle-banner {
      padding-left: 40px;
      padding-right: 40px; } }
  #lk-join-the-circle-banner h3 {
    font-size: 24px; }
  #lk-join-the-circle-banner p {
    color: #898989;
    font-size: 16px;
    margin-bottom: 0; }
  #lk-join-the-circle-banner #lk-join-circle-submit {
    margin-top: 30px;
    margin-bottom: 10px; }
  #lk-join-the-circle-banner #lk-circle-email.error {
    border-color: #f15a5a; }
  #lk-join-the-circle-banner p.lk-email-error-msg {
    display: none; }
    #lk-join-the-circle-banner p.lk-email-error-msg.error {
      display: block;
      color: #f15a5a;
      padding: 0;
      margin: 0;
      font-size: 13px; }

#lk-join-circle-success {
  display: none;
  text-align: center;
  padding: 0 20px; }
  #lk-join-circle-success p {
    font-size: 14px; }

#lk-join-circle-success-img {
  height: 40px;
  width: 40px;
  margin-bottom: 10px; }

body.template-password {
  text-align: center; }
  body.template-password input::placeholder {
    text-align: center; }

button.slick-prev {
  height: 95%;
  position: absolute;
  width: 12px;
  height: 24px;
  z-index: 1;
  left: 0px;
  top: calc(50% - 14px);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  color: transparent; }
  button.slick-prev:before {
    content: url("/cdn/shop/t/8/assets/lk-arrow-black.svg?v=26509339815134262121628821749");
    display: block;
    height: 30px;
    width: 11px;
    opacity: 1;
    transform: rotate(180deg); }
  button.slick-prev.slick-disabled:hover {
    cursor: auto; }
  button.slick-prev.slick-disabled:before {
    content: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
  @media only screen and (max-width: 1023px) {
    button.slick-prev {
      left: 10px; } }
  @media only screen and (max-width: 767px) {
    button.slick-prev {
      left: 30px;
      margin-top: -10px; } }
  @media only screen and (min-width: 1024px) {
    button.slick-prev {
      left: -30px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1349px) {
    button.slick-prev {
      left: -15px; } }

button.slick-next {
  right: 5px;
  width: 20px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  color: transparent; }
  button.slick-next:before {
    content: url("/cdn/shop/t/8/assets/lk-arrow-black.svg?v=26509339815134262121628821749");
    display: block;
    height: 30px;
    width: 11px;
    opacity: 1;
    margin-right: -50px; }
  button.slick-next.slick-disabled:hover {
    cursor: auto; }
  button.slick-next.slick-disabled:before {
    content: url("/cdn/shop/t/8/assets/lk-arrow-grey.svg?v=41525239348297374741628821749"); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    button.slick-next {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    button.slick-next {
      right: 20px; } }
  @media only screen and (min-width: 1024px) {
    button.slick-next {
      right: -35px; } }

.slick-dots {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
  padding-left: 0; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      padding: 0;
      margin: 0px 4px;
      width: 10px;
      height: 10px;
      border: 1px solid #282829;
      border-radius: 100%;
      cursor: pointer;
      outline: none; }
  .slick-dots li.slick-active > button {
    background: #282829; }

.lk-pdp-slider {
  width: 550px;
  opacity: 0;
  -webkit-transition: opacity 1200ms linear;
  -moz-transition: opacity 1200ms linear;
  -o-transition: opacity 1200ms linear;
  -ms-transition: opacity 1200ms linear;
  transition: opacity 1200ms linear;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .lk-pdp-slider.slick-initialized {
    opacity: 1; }
  @media only screen and (max-width: 1349px) {
    .lk-pdp-slider {
      width: 440px; } }
    @media only screen and (max-width: 1349px) and (max-width: 767px) {
      .lk-pdp-slider {
        max-width: 100%;
        max-height: 100vw; } }

.lk-pdp-slider .slick-slide,
.lk-charity-slider .slick-slide {
  max-height: 550px;
  max-width: 550px; }
  @media only screen and (max-width: 1349px) {
    .lk-pdp-slider .slick-slide,
    .lk-charity-slider .slick-slide {
      max-height: 440px;
      max-width: 440px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .lk-pdp-slider .slick-slide img,
    .lk-charity-slider .slick-slide img {
      width: 80%;
      margin: 0 auto; } }

.slick-slide {
  position: relative;
  padding: 0 10px; }
  .slick-slide img {
    max-height: 550px; }
    .slick-slide img:focus {
      outline: none; }
    @media only screen and (max-width: 767px) {
      .slick-slide img {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto; } }

.lk-play-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 60px;
  margin: auto;
  background: url("/cdn/shop/t/8/assets/play-btn.png?3534") center center no-repeat;
  cursor: pointer; }

.template-login,
.template-register,
.form-reset-password,
.template-activate_account,
.shopify-challenge__container {
  padding-top: 50px;
  max-width: 100%;
  min-height: calc(100vh - 251px); }
  @media only screen and (max-width: 767px) {
    .template-login #lk-content-container,
    .template-register #lk-content-container,
    .form-reset-password #lk-content-container,
    .template-activate_account #lk-content-container,
    .shopify-challenge__container #lk-content-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .template-login #MainContent input,
  .template-register #MainContent input,
  .form-reset-password #MainContent input,
  .template-activate_account #MainContent input,
  .shopify-challenge__container #MainContent input {
    margin: 10px auto;
    width: 180px; }
    .template-login #MainContent input[type="email"], .template-login #MainContent input[type="text"], .template-login #MainContent input[type="password"],
    .template-register #MainContent input[type="email"],
    .template-register #MainContent input[type="text"],
    .template-register #MainContent input[type="password"],
    .form-reset-password #MainContent input[type="email"],
    .form-reset-password #MainContent input[type="text"],
    .form-reset-password #MainContent input[type="password"],
    .template-activate_account #MainContent input[type="email"],
    .template-activate_account #MainContent input[type="text"],
    .template-activate_account #MainContent input[type="password"],
    .shopify-challenge__container #MainContent input[type="email"],
    .shopify-challenge__container #MainContent input[type="text"],
    .shopify-challenge__container #MainContent input[type="password"] {
      border: none;
      border-bottom: 1px solid #282829;
      font-size: 14px; }
    .template-login #MainContent input::placeholder,
    .template-register #MainContent input::placeholder,
    .form-reset-password #MainContent input::placeholder,
    .template-activate_account #MainContent input::placeholder,
    .shopify-challenge__container #MainContent input::placeholder {
      color: #282829;
      text-align: center; }
  .template-login #MainContent #ResetSuccess,
  .template-register #MainContent #ResetSuccess,
  .form-reset-password #MainContent #ResetSuccess,
  .template-activate_account #MainContent #ResetSuccess,
  .shopify-challenge__container #MainContent #ResetSuccess {
    padding: 20px 0;
    text-align: center; }
  .template-login #MainContent .lk-login-logo-container,
  .template-register #MainContent .lk-login-logo-container,
  .form-reset-password #MainContent .lk-login-logo-container,
  .template-activate_account #MainContent .lk-login-logo-container,
  .shopify-challenge__container #MainContent .lk-login-logo-container {
    padding: 80px 0 96px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center; }
  .template-login #MainContent #lk-login-page-below-form,
  .template-register #MainContent #lk-login-page-below-form,
  .form-reset-password #MainContent #lk-login-page-below-form,
  .template-activate_account #MainContent #lk-login-page-below-form,
  .shopify-challenge__container #MainContent #lk-login-page-below-form {
    margin-bottom: 100px; }
    .template-login #MainContent #lk-login-page-below-form a,
    .template-register #MainContent #lk-login-page-below-form a,
    .form-reset-password #MainContent #lk-login-page-below-form a,
    .template-activate_account #MainContent #lk-login-page-below-form a,
    .shopify-challenge__container #MainContent #lk-login-page-below-form a {
      font-size: 13px;
      display: block;
      text-align: center;
      margin: 20px 0;
      text-transform: uppercase;
      text-decoration: none; }

.template-activate_account h1 {
  margin-top: 45px; }

.lk-register-checkbox-container {
  text-align: center; }

#lk-register-join-checkbox {
  width: 20px; }

.lk-checkbox-label {
  font-size: 11px; }

#lk-account-banner {
  display: block;
  width: 100%;
  background-image: url("/cdn/shop/t/8/assets/profile-bg-banner.jpg?v=50127248974575569651628821794");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px; }

.template-account #MainContent {
  text-align: center; }
  .template-account #MainContent .lk-account-tab-container {
    position: relative; }
  .template-account #MainContent .lk-account-tab-content {
    display: none; }
    .template-account #MainContent .lk-account-tab-content.active {
      display: block; }
  .template-account #MainContent .lk-account-tab {
    cursor: pointer;
    color: #898989;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 4px 0; }
    .template-account #MainContent .lk-account-tab.active {
      color: #3f3f3f; }
    @media only screen and (max-width: 767px) {
      .template-account #MainContent .lk-account-tab {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .template-account #MainContent .lk-account-customer-details .grid__item {
      padding-left: 10px; }
    .template-account #MainContent .lk-account-customer-details p {
      padding: 10px; } }
  .template-account #MainContent .lk-account-subscribe {
    padding: 30px 0; }
  .template-account #MainContent .lk-account-hr-divider {
    width: 100%;
    border-bottom: 2px solid #c8c8c8;
    display: block;
    margin: 15px 0; }

.lk-account-small-link {
  color: #969696;
  text-decoration: underline; }

.lk-account-tab-mobile {
  font-size: 28px;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  margin-left: 15px; }
  .lk-account-tab-mobile:hover {
    cursor: pointer; }
  .lk-account-tab-mobile:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 5px;
    left: -20px; }
  .lk-account-tab-mobile.active:before {
    content: "x";
    font-size: 22px;
    top: 5px;
    left: -20px; }

#lk-account #lk-account-subscribed,
#lk-account #lk-account-unsubscribed,
#lk-account .grid__item {
  text-align: left; }
  #lk-account #lk-account-subscribed h3,
  #lk-account #lk-account-subscribed h4,
  #lk-account #lk-account-unsubscribed h3,
  #lk-account #lk-account-unsubscribed h4,
  #lk-account .grid__item h3,
  #lk-account .grid__item h4 {
    margin-top: 20px; }

#lk-account-bottom a {
  margin-top: 32px;
  text-decoration: underline;
  color: #969696;
  display: block;
  font-weight: 500; }

#lk-account {
  margin: 20px 100px; }
  @media only screen and (max-width: 767px) {
    #lk-account {
      margin-left: 50px;
      margin-right: 40px; }
      #lk-account h1,
      #lk-account h2,
      #lk-account h3,
      #lk-account h4,
      #lk-account h5,
      #lk-account h6,
      #lk-account p {
        padding-left: 0;
        padding-right: 0; }
      #lk-account .lk-account-tab-content {
        text-align: left; } }

#lk-account-customer-name {
  text-align: left; }

#lk-account-address {
  text-align: center;
  padding: 10px 20px; }
  #lk-account-address input {
    margin: 0 auto 50px; }
  #lk-account-address h4 {
    font-size: 24px; }
  #lk-account-address label {
    font-weight: 500;
    text-transform: lowercase; }
  #lk-account-address .pagination {
    padding: 20px; }
  #lk-account-address .lk-btn {
    display: inline-block;
    margin: 0 10px; }
  #lk-account-address .lk-account-address-change {
    display: block;
    margin: 20px 0; }

#RecoverPasswordForm #MainContent,
#CustomerLoginForm #MainContent,
#create-account #MainContent,
#create_customer,
#MainContent {
  text-align: center; }
  #RecoverPasswordForm #MainContent .errors ul,
  #CustomerLoginForm #MainContent .errors ul,
  #create-account #MainContent .errors ul,
  #create_customer .errors ul,
  #MainContent .errors ul {
    padding-left: 0; }
    #RecoverPasswordForm #MainContent .errors ul li,
    #RecoverPasswordForm #MainContent .errors ul li > a,
    #CustomerLoginForm #MainContent .errors ul li,
    #CustomerLoginForm #MainContent .errors ul li > a,
    #create-account #MainContent .errors ul li,
    #create-account #MainContent .errors ul li > a,
    #create_customer .errors ul li,
    #create_customer .errors ul li > a,
    #MainContent .errors ul li,
    #MainContent .errors ul li > a {
      list-style: none;
      text-align: center;
      font-weight: 500; }

#CustomerLoginForm {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    #CustomerLoginForm {
      padding-top: 50px; } }

.template-login {
  background: #a8c2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8c2d2 0%, #f2edea 86%, #d4d6d5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a8c2d2 0%, #f2edea 86%, #d4d6d5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8c2d2 0%, #f2edea 86%, #d4d6d5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c2d2', endColorstr='#d4d6d5',GradientType=0 );
  /* IE6-9 */ }
  .template-login #MainContent {
    min-height: calc(100vh - 150px); }

.form-reset-password {
  text-align: center;
  min-height: 100vh; }
  .form-reset-password input {
    margin: 15px auto; }

.lk-account-order-history-order {
  padding: 20px 15px;
  border-bottom: 2px solid #c8c8c8;
  width: 100%;
  margin: 0 auto; }
  .lk-account-order-history-order .lk-account-order-history-order-container {
    width: 320px;
    margin: 0 auto; }
    .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-img {
      width: 30%;
      float: left;
      display: inline-block; }
    .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-details {
      width: 65%;
      padding-left: 15%;
      float: left;
      display: inline-block;
      text-align: left; }
      .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-details p {
        font-size: 16px; }
      .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-details .lk-account-order-history-order-number {
        font-weight: 600; }
      .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-details .lk-account-order-history-order-link {
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: none; }
        .lk-account-order-history-order .lk-account-order-history-order-container .lk-account-order-history-order-details .lk-account-order-history-order-link:hover {
          font-weight: 600px; }

#lk-order-detail-page .lk-order-row {
  border-bottom: 2px solid #c8c8c8;
  text-align: center;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-order-detail-page .lk-order-row {
      padding: 30px 0 30px 30px; } }
#lk-order-detail-page .lk-order-detail-page-order-number {
  text-align: center; }
#lk-order-detail-page .lk-order-detail-box {
  width: 300px;
  display: inline-block; }
  #lk-order-detail-page .lk-order-detail-box.lk-order-detail-left {
    float: right; }
  #lk-order-detail-page .lk-order-detail-box.lk-order-detail-right {
    float: left; }
  @media only screen and (max-width: 767px) {
    #lk-order-detail-page .lk-order-detail-box {
      width: 100%; } }
#lk-order-detail-page .lk-order-detail-line-item,
#lk-order-detail-page .lk-order-detail-subtotal {
  width: 600px;
  margin: 0 auto;
  display: block;
  clear: both; }
#lk-order-detail-page .lk-order-detail-line-item-img {
  width: 20%;
  display: inline-block;
  float: left; }
#lk-order-detail-page .lk-order-detail-line-item-details {
  width: 60%;
  display: inline-block;
  float: left;
  text-align: left; }
#lk-order-detail-page .lk-order-detail-line-item-price {
  width: 20%;
  display: inline-block;
  float: left; }
#lk-order-detail-page .lk-order-detail-subtotal {
  text-align: left;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    #lk-order-detail-page .lk-order-detail-subtotal {
      width: 100%; } }
  #lk-order-detail-page .lk-order-detail-subtotal .lk-right-text {
    float: right; }
  #lk-order-detail-page .lk-order-detail-subtotal .lk-order-detail-total span {
    font-weight: 600; }

#lk-continue-as-guest {
  text-align: center; }

#lk-account-welcome-message {
  max-width: 400px;
  margin: 0 auto; }

.lk-account-logout {
  color: #969696;
  text-decoration: underline; }

.lk-account-address-return-link {
  text-transform: lowercase; }

.shopify-challenge__container {
  max-width: 100% !important; }

#create-account .lk-email-error-msg {
  display: none !important; }
#create-account #lk-circle-email {
  border: 1px solid #c8c8c8 !important; }
#create-account .lk-btn {
  margin: 20px auto; }

@media only screen and (max-width: 767px) {
  #lk-account-send-msg {
    padding-bottom: 60px; } }

.lk-account-subscription-tab-mobile,
.lk-account-billing-tab-mobile {
  display: block; }

#lk-404-page {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  background-image: url("/cdn/shop/t/8/assets/404-background_2x.png?v=181893039817121469031628821697");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  #lk-404-page #lk-404-page-content {
    max-width: 296px;
    margin: 80px auto; }
  #lk-404-page h1, #lk-404-page h2, #lk-404-page h3, #lk-404-page h4, #lk-404-page h5, #lk-404-page h6, #lk-404-page p {
    color: #fff; }
  #lk-404-page h1 {
    font-weight: 600; }
  #lk-404-page h2 {
    font-weight: 400; }

.page-legal h1 {
  font-size: 44px; }
.page-legal h2 {
  font-size: 40px; }
.page-legal h3 {
  font-size: 36px; }
.page-legal h4 {
  font-size: 32px; }
.page-legal h5 {
  font-size: 24px; }
.page-legal h6 {
  font-size: 18px; }

#lk-legal-content {
  max-width: 480px;
  padding: 80px 0;
  margin: 0 auto;
  min-height: calc(100vh - 150px); }
  #lk-legal-content ul, #lk-legal-content ol {
    padding-left: 0;
    margin: 0;
    list-style: none; }
  #lk-legal-content b {
    font-weight: 600; }
  #lk-legal-content ol li {
    font-size: 24px;
    line-height: 1.1;
    display: list-item;
    list-style: decimal;
    list-style-position: inside;
    margin: 32px 0 0; }
    #lk-legal-content ol li p {
      font-size: 18px;
      line-height: 1.1;
      margin: 25px 0 0; }

.lk-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lk-spinner div {
  animation: lk-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }

.lk-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #282829;
  margin: -4px 0 0 -4px; }

.lk-spinner div:nth-child(1) {
  animation-delay: -0.036s; }

.lk-spinner div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lk-spinner div:nth-child(2) {
  animation-delay: -0.072s; }

.lk-spinner div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lk-spinner div:nth-child(3) {
  animation-delay: -0.108s; }

.lk-spinner div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lk-spinner div:nth-child(4) {
  animation-delay: -0.144s; }

.lk-spinner div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lk-spinner div:nth-child(5) {
  animation-delay: -0.18s; }

.lk-spinner div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lk-spinner div:nth-child(6) {
  animation-delay: -0.216s; }

.lk-spinner div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lk-spinner div:nth-child(7) {
  animation-delay: -0.252s; }

.lk-spinner div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lk-spinner div:nth-child(8) {
  animation-delay: -0.288s; }

.lk-spinner div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@keyframes lk-spinner {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

#shopify-section-my-cause-charities {
  padding-top: 50px;
  text-align: center; }
  #shopify-section-my-cause-charities #lk-my-cause-charity-form-inner h4 {
    font-size: 18px; }
  #shopify-section-my-cause-charities #lk-my-cause-form {
    max-width: 350px;
    margin: 0 auto;
    text-align: left; }
  #shopify-section-my-cause-charities h3 {
    padding-top: .5em;
    padding-bottom: 1em; }
  #shopify-section-my-cause-charities h4 {
    padding-bottom: 1em; }
  #shopify-section-my-cause-charities .lk-my-cause-charity-select-container {
    padding: 10px 5%; }
    #shopify-section-my-cause-charities .lk-my-cause-charity-select-container label {
      padding-left: 15px; }
  #shopify-section-my-cause-charities input[type=email], #shopify-section-my-cause-charities input[type=text] {
    margin: 20px 5% 10px;
    width: 90%;
    text-align: center; }
    #shopify-section-my-cause-charities input[type=email]::placeholder, #shopify-section-my-cause-charities input[type=text]::placeholder {
      color: #282829; }
  #shopify-section-my-cause-charities #lk-my-cause-submit {
    margin: 30px calc(50% - 90px);
    width: 180px; }
  #shopify-section-my-cause-charities #lk-my-cause-charity-form-success {
    display: none;
    padding-bottom: 50px; }
  #shopify-section-my-cause-charities .lk-my-cause-error-msg {
    color: #f15a5a;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    text-align: center; }

#lk-circle-new #lk-circle-new-banner {
  width: 100%;
  height: 350px;
  background-image: url("/cdn/shop/t/8/assets/impact-top-banner.jpg?3534");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new #lk-circle-new-banner {
      background-image: url("/cdn/shop/t/8/assets/impact-img-banner-mobile.jpg?3534"); } }
  #lk-circle-new #lk-circle-new-banner h1 {
    font-size: 56px;
    letter-spacing: 1.2px;
    color: #fff; }
#lk-circle-new .lk-impact-icon {
  max-width: 80px;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto; }
#lk-circle-new p.caption {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
#lk-circle-new .lk-collection-header {
  position: relative;
  margin-top: 60px; }
  #lk-circle-new .lk-collection-header hr {
    border: none;
    border-top: 1px solid #c8c8c8;
    padding-bottom: 30px; }
  #lk-circle-new .lk-collection-header h3 {
    position: absolute;
    margin: 0;
    top: -12px;
    left: calc(50% - 308px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      #lk-circle-new .lk-collection-header h3 {
        width: 330px;
        left: calc(50% - 165px);
        padding: 0 20px; } }
#lk-circle-new .lk-clear-left {
  clear: left; }
#lk-circle-new .lk-circle-new-small-width {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new .lk-circle-new-small-width {
      margin-left: 30px;
      margin-right: 30px; } }
#lk-circle-new #lk-circle-new-stories-desktop {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  #lk-circle-new #lk-circle-new-stories-desktop h3 {
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 1.2px; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new #lk-circle-new-stories-desktop {
      display: none; } }
#lk-circle-new #lk-circle-new-stories-top {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px; }
#lk-circle-new .lk-circle-new-stories-bottom {
  width: calc(33.333% - 20px);
  float: left;
  margin: 0 10px 60px; }
#lk-circle-new #lk-circle-grey-area {
  display: flex;
  clear: both;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 60px;
  text-align: center;
  background: #fbfbfb; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new #lk-circle-grey-area {
      padding: 60px 0; } }
  #lk-circle-new #lk-circle-grey-area h3 {
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1.2px; }
#lk-circle-new .lk-circle-stat {
  display: block;
  font-size: 22px;
  margin-bottom: 8px; }
#lk-circle-new .lk-collection-header-bottom {
  position: relative; }
  #lk-circle-new .lk-collection-header-bottom hr {
    border: none;
    border-top: 1px solid #c8c8c8;
    padding-bottom: 30px; }
  #lk-circle-new .lk-collection-header-bottom .headline {
    position: absolute;
    top: -24px;
    left: calc(50% - 125px);
    background: #fff;
    padding: 0 50px; }
@media only screen and (max-width: 767px) {
  #lk-circle-new .lk-clear-left-mobile {
    clear: left; } }
#lk-circle-new #lk-circle-news-stories-mobile-slider {
  padding: 0 0 120px; }
  #lk-circle-new #lk-circle-news-stories-mobile-slider .slick-next {
    right: 0;
    top: 42%; }
  #lk-circle-new #lk-circle-news-stories-mobile-slider .slick-prev {
    left: 8px;
    top: 40%;
    margin-top: 0; }
  @media only screen and (min-width: 768px) {
    #lk-circle-new #lk-circle-news-stories-mobile-slider {
      display: none; } }
  #lk-circle-new #lk-circle-news-stories-mobile-slider .lk-circle-news-stories-mobile-slide {
    margin-top: 60px; }
  #lk-circle-new #lk-circle-news-stories-mobile-slider img {
    max-width: 90%; }
  #lk-circle-new #lk-circle-news-stories-mobile-slider .lk-btn {
    margin-top: 60px; }
  #lk-circle-new #lk-circle-news-stories-mobile-slider .slick-dots {
    margin-top: -180px; }
#lk-circle-new .lk-circle-news-stories-mobile-slide {
  display: block;
  width: 100vw; }
#lk-circle-new #lk-circle-new-stories-mobile {
  display: block;
  clear: both; }
@media only screen and (max-width: 767px) {
  #lk-circle-new .lk-charity-link-container {
    width: 50%; } }
#lk-circle-new .lk-btn-container {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  margin-bottom: 30px; }
#lk-circle-new .lk-charity-link-container-inner {
  height: calc(15vw - 20px);
  width: calc(100% - 20px);
  background: #fbfbfb;
  border-radius: 2px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new .lk-charity-link-container-inner {
      height: calc(50vw - 40px); } }
  #lk-circle-new .lk-charity-link-container-inner .lk-charity-link {
    margin: 10px 15%; }
    @media only screen and (max-width: 767px) {
      #lk-circle-new .lk-charity-link-container-inner .lk-charity-link {
        margin: 10px 20%; } }
#lk-circle-new .lk-charity-grid-new {
  margin-bottom: 60px;
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    #lk-circle-new .lk-charity-grid-new {
      margin-left: -20px;
      margin-right: 10px; } }
@media only screen and (min-width: 768px) {
  #lk-circle-new #lk-circle-new-icons-mobile {
    display: none; } }
#lk-circle-new #lk-circle-new-icons-mobile p.caption {
  padding-left: 5px;
  padding-right: 5px; }
@media only screen and (max-width: 767px) {
  #lk-circle-new #lk-circle-new-icons-desktop {
    display: none; } }
#lk-circle-new #lk-mobile-stories-header {
  display: block;
  clear: both;
  margin: 60px 0 -30px; }
  @media only screen and (min-width: 768px) {
    #lk-circle-new #lk-mobile-stories-header {
      display: none; } }

@media only screen and (min-width: 768px) {
  #lk-star-wars-page .lk-home-page-video-banner {
    height: 50vw; } }
@media only screen and (max-width: 767px) {
  #lk-star-wars-page .lk-home-page-video-banner {
    height: 100vw; } }
#lk-star-wars-page #lk-star-wars-page-top-section {
  background-color: #282829;
  background: url("/cdn/shop/t/8/assets/star-wars-page-stars-bg.png?v=10743456145761106011628821817')");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-page #lk-star-wars-page-top-section {
      padding-top: 30px; } }
  #lk-star-wars-page #lk-star-wars-page-top-section h1,
  #lk-star-wars-page #lk-star-wars-page-top-section h2,
  #lk-star-wars-page #lk-star-wars-page-top-section h3,
  #lk-star-wars-page #lk-star-wars-page-top-section h4,
  #lk-star-wars-page #lk-star-wars-page-top-section h5,
  #lk-star-wars-page #lk-star-wars-page-top-section h6,
  #lk-star-wars-page #lk-star-wars-page-top-section p {
    color: #fff; }
  #lk-star-wars-page #lk-star-wars-page-top-section p {
    text-align: center;
    max-width: 400px;
    margin: 30px auto; }
#lk-star-wars-page #lk-star-wars-page-top-logo-container {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  #lk-star-wars-page #lk-star-wars-page-top-logo-container #lk-star-wars-page-lokai-logo {
    width: 240px; }
    @media only screen and (max-width: 767px) {
      #lk-star-wars-page #lk-star-wars-page-top-logo-container #lk-star-wars-page-lokai-logo {
        margin-top: 50px; } }
#lk-star-wars-page #lk-star-wars-page-top-logo-container-inner {
  text-align: center;
  position: relative;
  padding-bottom: 30px; }
  #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner img {
    max-width: 180px;
    margin: 0 60px; }
    @media only screen and (max-width: 767px) {
      #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner img {
        max-width: 30%;
        margin-bottom: 15px; }
        #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner img#lk-star-wars-page-star-wars-logo {
          margin-left: 0;
          margin-right: 20px; }
        #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner img#lk-star-wars-page-lokai-logo {
          margin-left: 30px;
          margin-right: 0; } }
  #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner span {
    color: #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      #lk-star-wars-page #lk-star-wars-page-top-logo-container-inner span {
        top: calc(48% - 8px);
        left: calc(50% - 6px); } }
#lk-star-wars-page #lk-star-wars-product-row {
  padding-top: 30px;
  *zoom: 1;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-page #lk-star-wars-product-row .lk-star-wars-product-left {
      clear: left; } }
  #lk-star-wars-page #lk-star-wars-product-row p.headline {
    margin-bottom: 5px; }
  #lk-star-wars-page #lk-star-wars-product-row .lk-collection-item-price {
    margin-top: 0; }
  #lk-star-wars-page #lk-star-wars-product-row::after {
    content: '';
    display: table;
    clear: both; }
  #lk-star-wars-page #lk-star-wars-product-row .lk-home-product-row-product {
    width: calc(33% - 8px);
    position: relative; }
    @media only screen and (max-width: 767px) {
      #lk-star-wars-page #lk-star-wars-product-row .lk-home-product-row-product {
        width: calc(50% - 8px); } }
    #lk-star-wars-page #lk-star-wars-product-row .lk-home-product-row-product #lk-star-wars-collection-mandalorian-logo {
      position: absolute;
      width: 80px;
      left: calc(50% - 40px);
      top: 0; }
      @media only screen and (max-width: 1349px) {
        #lk-star-wars-page #lk-star-wars-product-row .lk-home-product-row-product #lk-star-wars-collection-mandalorian-logo {
          width: 60px;
          left: calc(50% - 30px);
          top: -5px; } }
#lk-star-wars-page #lk-star-wars-page-give-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 300px;
  background-color: #282829;
  background: url("/cdn/shop/t/8/assets/star-wars-page-stars-bg-small.png?v=48597140927022852641628821817')");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #lk-star-wars-page #lk-star-wars-page-give-back h3 {
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    #lk-star-wars-page #lk-star-wars-page-give-back {
      height: 320px; } }
  #lk-star-wars-page #lk-star-wars-page-give-back h1,
  #lk-star-wars-page #lk-star-wars-page-give-back h2,
  #lk-star-wars-page #lk-star-wars-page-give-back h3,
  #lk-star-wars-page #lk-star-wars-page-give-back h4,
  #lk-star-wars-page #lk-star-wars-page-give-back h5,
  #lk-star-wars-page #lk-star-wars-page-give-back h6,
  #lk-star-wars-page #lk-star-wars-page-give-back p {
    color: #fff; }
  #lk-star-wars-page #lk-star-wars-page-give-back h3 {
    text-transform: uppercase;
    letter-spacing: 2px; }
  #lk-star-wars-page #lk-star-wars-page-give-back p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  #lk-star-wars-page #lk-star-wars-page-give-back img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }

#lk-star-wars-mood-board-mobile {
  margin-left: 15px; }
  #lk-star-wars-mood-board-mobile #lk-star-wars-mobile-left {
    padding-left: 10px;
    text-align: right; }
  #lk-star-wars-mood-board-mobile #lk-star-wars-mobile-right {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left; }
  #lk-star-wars-mood-board-mobile .lk-mood-board-star-wars-mobile-top-left {
    width: 90%; }
  #lk-star-wars-mood-board-mobile .lk-mood-board-star-wars-mobile-middle-left {
    width: 60%; }
  #lk-star-wars-mood-board-mobile .lk-mood-board-star-wars-mobile-top-right {
    width: 80%; }

#lk-circle-page #lk-circle-top-banner {
  background-image: url("/cdn/shop/t/8/assets/our-circle_1280x480.png?3534");
  background-color: #c8c8c8; }
  @media only screen and (max-width: 767px) {
    #lk-circle-page #lk-circle-top-banner {
      background-image: url("/cdn/shop/t/8/assets/our-circle_767x287.png?3534"); } }
  #lk-circle-page #lk-circle-top-banner h2 {
    color: #fff; }
#lk-circle-page .lk-collection-header {
  position: relative;
  margin-top: 30px; }
  #lk-circle-page .lk-collection-header hr {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin-left: 50px;
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      #lk-circle-page .lk-collection-header hr {
        margin-left: 30px;
        margin-right: 30px; } }
  #lk-circle-page .lk-collection-header p {
    position: absolute;
    margin: 0;
    top: -6px;
    left: calc(50% - 120px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      #lk-circle-page .lk-collection-header p {
        padding: 0 30px; } }
#lk-circle-page .lk-impact-row h2 {
  margin-bottom: 0; }
#lk-circle-page .lk-circle-product-row {
  border-bottom: 1px solid #c8c8c8;
  margin-left: 50px;
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    #lk-circle-page .lk-circle-product-row {
      margin-left: 10px;
      margin-right: 10px; } }
#lk-circle-page .lk-circle-story-header {
  text-align: center; }
#lk-circle-page .lk-charity-partners {
  padding: 40px;
  text-align: center; }
  #lk-circle-page .lk-charity-partners h3 {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    #lk-circle-page .lk-charity-partners {
      padding: 30px; } }
#lk-circle-page .lk-impact-details {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 767px) {
  .lk-circle-story-header {
    text-align: center; } }
#lk-retailers-page .lk-header-banner {
  background: url("/cdn/shop/t/8/assets/checkout_2x.png?3534");
  height: 235px;
  background-size: cover;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #lk-retailers-page .lk-header-banner h1, #lk-retailers-page .lk-header-banner p, #lk-retailers-page .lk-header-banner a {
    color: #fff;
    text-align: center;
    margin: 0; }
  #lk-retailers-page .lk-header-banner a {
    text-decoration: underline; }
  #lk-retailers-page .lk-header-banner p {
    padding-top: 10px; }
  #lk-retailers-page .lk-header-banner h1 {
    font-size: 36px; }
  @media only screen and (max-width: 767px) {
    #lk-retailers-page .lk-header-banner h1 {
      font-size: 24px; } }
#lk-retailers-page .lk-retailer-form {
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #lk-retailers-page .lk-retailer-form {
      padding: 20px 40px; } }
  #lk-retailers-page .lk-retailer-form h3 {
    font-size: 24px; }
  #lk-retailers-page .lk-retailer-form textarea {
    min-height: 30px; }
  #lk-retailers-page .lk-retailer-form input[type=email], #lk-retailers-page .lk-retailer-form input[type=password], #lk-retailers-page .lk-retailer-form input[type=text], #lk-retailers-page .lk-retailer-form input[type=tel], #lk-retailers-page .lk-retailer-form select, #lk-retailers-page .lk-retailer-form textarea {
    width: 100%;
    margin: 0px auto 25px;
    font-size: 16px;
    height: 30px;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px; }
  #lk-retailers-page .lk-retailer-form input[type=checkbox] {
    margin: 10px 11px 10px 3px; }
  #lk-retailers-page .lk-retailer-form label {
    color: #898989; }
    #lk-retailers-page .lk-retailer-form label.lk-required:after {
      content: "*";
      margin-left: 3px; }

#lk-retailers-page input[type=text], #lk-retailers-page input[type=tel], #lk-retailers-page input[type=email] {
  border: none;
  border-bottom: 1px solid #c8c8c8; }
#lk-retailers-page input[type=submit] {
  margin: 10px auto; }
#lk-retailers-page select, #lk-retailers-page textarea {
  border: none;
  border-bottom: 1px solid #c8c8c8; }

#lk-thank-you-page {
  text-align: center;
  padding: 40px 20px; }

#lk-corporate-gifting #lk-corporate-gifting-top {
  background: url("/cdn/shop/t/8/assets/corporate-gifts-header.png?3534");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #lk-corporate-gifting #lk-corporate-gifting-top {
      min-height: 350px; } }
  #lk-corporate-gifting #lk-corporate-gifting-top h1 {
    font-size: 56px;
    letter-spacing: 0.0577em;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      #lk-corporate-gifting #lk-corporate-gifting-top h1 {
        font-size: 36px; } }
#lk-corporate-gifting #lk-corporate-gifting-select {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px; }
  #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container {
    position: relative;
    min-height: 440px; }
    @media only screen and (max-width: 767px) {
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container {
        min-height: 320px; } }
    #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn {
      position: absolute;
      bottom: 0; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn.lk-btn-corporate-bracelet {
        left: calc(50% - 90px); }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn.lk-btn-corporate-bottle {
        left: calc(50% - 105px); }
      @media only screen and (max-width: 767px) {
        #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn {
          width: 120px;
          min-width: 120px; }
          #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn.lk-btn-corporate-bottle, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-btn.lk-btn-corporate-bracelet {
            left: calc(50% - 60px); } }
    #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container h5 {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.3em; }
    #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 30px;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container:hover {
        cursor: pointer; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container .caption {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 500; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-a, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-a p {
        opacity: 1;
        animation-name: fadeInA;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-b, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-b p {
        animation-name: fadeInB;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-c, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-c p {
        animation-name: fadeInC;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-d, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-image-d p {
        animation-name: fadeInD;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-a, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-a p {
        opacity: 1;
        animation-name: fadeInBottleA;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 15s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-b, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-b p {
        animation-name: fadeInBottleB;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 15s; }
      #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-c, #lk-corporate-gifting #lk-corporate-gifting-select .lk-corporate-gifting-product-container .lk-corporate-image-container.fade-bottle-image-c p {
        animation-name: fadeInBottleC;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 15s; }
  #lk-corporate-gifting #lk-corporate-gifting-select p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
#lk-corporate-gifting #lk-corporate-gifting-bottles,
#lk-corporate-gifting #lk-corporate-gifting-bracelets {
  display: none;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  border-top: 1px solid #c8c8c8; }
  #lk-corporate-gifting #lk-corporate-gifting-bottles p.lk-caption,
  #lk-corporate-gifting #lk-corporate-gifting-bracelets p.lk-caption {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
    #lk-corporate-gifting #lk-corporate-gifting-bottles p.lk-caption.lk-caption-small,
    #lk-corporate-gifting #lk-corporate-gifting-bracelets p.lk-caption.lk-caption-small {
      font-size: 14px; }
#lk-corporate-gifting #lk-corporate-gifting-bracelet-column,
#lk-corporate-gifting #lk-corporate-gifting-bottle-column {
  padding-bottom: 16px; }
#lk-corporate-gifting #lk-corporate-select-header {
  border-top: 1px solid #c8c8c8;
  margin: 32px 0 0;
  padding-top: 32px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px; }
#lk-corporate-gifting .lk-corporate-info-grid {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 16px 0;
  margin: 16px 0 32px; }
  @media only screen and (min-width: 768px) {
    #lk-corporate-gifting .lk-corporate-info-grid ul {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    #lk-corporate-gifting .lk-corporate-info-grid ul {
      margin-bottom: 0;
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    #lk-corporate-gifting .lk-corporate-info-grid ul {
      padding-left: 20px; }
      #lk-corporate-gifting .lk-corporate-info-grid ul li {
        padding-right: 5px; } }
  #lk-corporate-gifting .lk-corporate-info-grid li {
    margin-bottom: 16px; }
#lk-corporate-gifting .lk-corporate-bottle-features {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #lk-corporate-gifting .lk-corporate-bottle-features {
      margin-bottom: 0; } }
  #lk-corporate-gifting .lk-corporate-bottle-features.lk-corporate-bottle-features-bottom {
    margin-bottom: 16px; }
#lk-corporate-gifting .lk-corporate-bottle-moq {
  text-align: left; }
  #lk-corporate-gifting .lk-corporate-bottle-moq > p:nth-child(1) {
    margin-top: 0; }
#lk-corporate-gifting .lk-corporate-email-us {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px; }
#lk-corporate-gifting #lk-corporate-bottle-details,
#lk-corporate-gifting .lk-corporate-info-grid .one-half {
  text-align: left; }
#lk-corporate-gifting #lk-corporate-bottle-details-header {
  display: block;
  clear: both;
  padding-top: 32px;
  border-top: 1px solid #c8c8c8; }
@media only screen and (max-width: 767px) {
  #lk-corporate-gifting .lk-hide-small {
    display: none; } }

@keyframes fadeInA {
  0% {
    opacity: 1; }

  20% {
    opacity: 1; }

  25% {
    opacity: 0; }

  95% {
    opacity: 0; } }

@keyframes fadeInB {
  0% {
    opacity: 0; }

  20% {
    opacity: 0; }

  25% {
    opacity: 1; }

  45% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@keyframes fadeInC {
  0% {
    opacity: 0; }

  45% {
    opacity: 0; }

  50% {
    opacity: 1; }

  70% {
    opacity: 1; }

  75% {
    opacity: 0; } }

@keyframes fadeInD {
  0% {
    opacity: 0; }

  70% {
    opacity: 0; }

  75% {
    opacity: 1; }

  95% {
    opacity: 1; } }

@keyframes fadeInBottleA {
  0% {
    opacity: 1; }

  28% {
    opacity: 1; }

  33% {
    opacity: 0; }

  95% {
    opacity: 0; }

  99% {
    opacity: 1; } }

@keyframes fadeInBottleB {
  0% {
    opacity: 0; }

  28% {
    opacity: 0; }

  33% {
    opacity: 1; }

  62% {
    opacity: 1; }

  67% {
    opacity: 0; } }

@keyframes fadeInBottleC {
  0% {
    opacity: 0; }

  62% {
    opacity: 0; }

  67% {
    opacity: 1; }

  95% {
    opacity: 1; } }

.page-ourstory .lk-story-mute-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px; }
  .page-ourstory .lk-story-mute-btn:hover {
    cursor: pointer; }
  .page-ourstory .lk-story-mute-btn .icon {
    filter: drop-shadow(2px 2px 2px #333333);
    -webkit-filter: drop-shadow(2px 2px 2px #333333); }
.page-ourstory #lk-our-story-top-banner {
  height: 50vw;
  min-height: 400px; }
.page-ourstory #lk-page-our-story-steven-quote h3 {
  line-height: 1.3em; }
.page-ourstory .lk-two-column-row {
  text-align: center; }
  .page-ourstory .lk-two-column-row img {
    padding: 30px 30px 25px; }
  .page-ourstory .lk-two-column-row > div.lk-img-left,
  .page-ourstory .lk-two-column-row .lk-img-column.lk-img-left {
    text-align: left;
    max-width: 60%; }
    .page-ourstory .lk-two-column-row > div.lk-img-left img,
    .page-ourstory .lk-two-column-row .lk-img-column.lk-img-left img {
      padding: 10px 0 30px; }
  .page-ourstory .lk-two-column-row > div.lk-img-right,
  .page-ourstory .lk-two-column-row .lk-img-column.lk-img-right {
    float: right;
    max-width: 60%; }
    .page-ourstory .lk-two-column-row > div.lk-img-right img,
    .page-ourstory .lk-two-column-row .lk-img-column.lk-img-right img {
      padding: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .page-ourstory .lk-two-column-row > div.lk-img-hide-mobile,
    .page-ourstory .lk-two-column-row .lk-img-column.lk-img-hide-mobile {
      display: none; } }
.page-ourstory .lk-img-column {
  text-align: left; }
.page-ourstory .lk-our-story-align-right {
  text-align: right; }
.page-ourstory #lk-ourstory-water {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #282829;
  margin: 30px auto; }
.page-ourstory #lk-ourstory-mud {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #282829;
  background: #282829;
  margin: 30px auto; }
.page-ourstory .lk-story-quote-column {
  padding: 150px 30px 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page-ourstory .lk-story-quote-column.lk-story-stay-hopeful-container {
      padding-left: 150px; } }
  @media only screen and (max-width: 767px) {
    .page-ourstory .lk-story-quote-column {
      padding: 0 0 15px 30px; } }
  .page-ourstory .lk-story-quote-column h3,
  .page-ourstory .lk-story-quote-column p {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .page-ourstory .lk-story-quote-column h3,
      .page-ourstory .lk-story-quote-column p {
        padding-left: 0;
        padding-right: 0; } }
  .page-ourstory .lk-story-quote-column h3 {
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .page-ourstory .lk-story-quote-column h3 {
        font-size: 2.2vw; } }
    .page-ourstory .lk-story-quote-column h3.lk-story-stay-hopeful {
      padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      .page-ourstory .lk-story-quote-column h3 {
        font-size: 22px; } }
  .page-ourstory .lk-story-quote-column p {
    font-size: 1.3vw; }
    @media only screen and (max-width: 767px) {
      .page-ourstory .lk-story-quote-column p {
        font-size: 14px; } }
  .page-ourstory .lk-story-quote-column .lk-btn {
    margin-bottom: 30px; }
.page-ourstory #lk-story-find-balance {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    .page-ourstory #lk-story-find-balance {
      height: 240px; } }
  .page-ourstory #lk-story-find-balance h2 {
    color: #fff;
    padding-top: 140px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .page-ourstory #lk-story-find-balance h2 {
        padding-top: 127px; } }
.page-ourstory .lk-story-dead-sea-text {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
.page-ourstory #lk-story-full-width-classic {
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    .page-ourstory #lk-story-full-width-classic {
      height: 240px; } }
.page-ourstory #lk-steven-grandfather {
  text-align: center;
  padding: 50px 10px 50px 20px; }
  .page-ourstory #lk-steven-grandfather p {
    max-width: 460px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0; }
.page-ourstory .lk-collection-header {
  position: relative; }
  .page-ourstory .lk-collection-header h2 {
    color: #fff; }
  .page-ourstory .lk-collection-header hr {
    border: none;
    margin-left: 50px;
    margin-right: 50px; }
  .page-ourstory .lk-collection-header p {
    position: absolute;
    margin: 0;
    top: -6px;
    left: calc(50% - 103px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      .page-ourstory .lk-collection-header p {
        left: calc(50% - 85px);
        padding: 0 20px; } }

.lk-our-story-play-btn {
  display: block;
  text-align: center; }
  .lk-our-story-play-btn img {
    padding-top: 200px; }

#lk-our-story-header {
  background: #fff; }

#lk-story-giving-back .lk-img-column {
  text-align: center; }
#lk-story-giving-back .lk-story-quote-column {
  max-width: 620px; }
  #lk-story-giving-back .lk-story-quote-column p {
    max-width: 420px; }

#shopify-section-our-story-full-height-banner h1 {
  margin: 0 auto;
  max-width: 360px;
  font-size: 56px;
  padding-top: 35vh;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #shopify-section-our-story-full-height-banner h1 {
      padding-top: 25vh;
      font-size: 36px; } }

.lk-story-mute-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px; }
  .lk-story-mute-btn:hover {
    cursor: pointer; }

.lk-mute {
  height: 18px; }

.lk-playing {
  display: none; }

.page-neon-bundle #lk-pdp-bundle-options {
  display: block;
  margin-bottom: 40px;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .page-neon-bundle #lk-pdp-bundle-options {
      margin-bottom: 80px; } }
.page-neon-bundle #lk-pdp-bundle-close {
  display: none; }
.page-neon-bundle .lk-gray-row {
  padding: 20px 0; }
.page-neon-bundle .lk-full-width-background-img-row h2 {
  color: #fff;
  font-weight: 500;
  width: auto; }

#lk-pay-it-forward-page #lk-pay-it-forward-top-banner {
  background: url(" /cdn/shop/t/8/assets/pay-forward-banner.jpg?v=171446137609354278291628821790");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 37.44vw;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    #lk-pay-it-forward-page #lk-pay-it-forward-top-banner {
      min-height: 350px;
      background-size: cover;
      background-position: 40% center; } }
  #lk-pay-it-forward-page #lk-pay-it-forward-top-banner h1 {
    font-size: 56px; }
    @media only screen and (max-width: 767px) {
      #lk-pay-it-forward-page #lk-pay-it-forward-top-banner h1 {
        font-size: 32px; } }
#lk-pay-it-forward-page #lk-pay-it-forward-info {
  max-width: 900px;
  margin: 30px auto; }
  @media only screen and (max-width: 767px) {
    #lk-pay-it-forward-page #lk-pay-it-forward-info {
      margin-left: 15px;
      margin-right: 15px; } }
#lk-pay-it-forward-page p {
  font-size: 20px;
  line-height: 24px; }
@media only screen and (min-width: 768px) {
  #lk-pay-it-forward-page p.lk-forward-narrower-p {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 100px; } }
#lk-pay-it-forward-page .lk-forward-classic-img {
  margin: 15px auto 0; }
#lk-pay-it-forward-page .lk-forward-classic-img-mobile {
  margin-bottom: 30px; }
#lk-pay-it-forward-page #lk-pay-it-forward-bottom-section {
  background: #282829;
  padding: 30px;
  text-align: center; }
  #lk-pay-it-forward-page #lk-pay-it-forward-bottom-section p {
    color: #fff; }
  #lk-pay-it-forward-page #lk-pay-it-forward-bottom-section .lk-btn {
    border: 1px solid #fff; }
#lk-pay-it-forward-page .caption {
  font-size: 12px;
  margin: 30px 0 0; }
#lk-pay-it-forward-page #lk-forward-limited-time-text {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-pay-it-forward-page #lk-forward-limited-time-text {
      padding-top: 0; } }
#lk-pay-it-forward-page #lk-forward-collegiate-text {
  padding-top: 150px; }
  @media only screen and (max-width: 767px) {
    #lk-pay-it-forward-page #lk-forward-collegiate-text {
      padding-top: 0;
      padding-bottom: 30px; } }

#lk-reviews-page {
  max-width: 1100px;
  margin: 50px auto; }
  #lk-reviews-page .text-m {
    top: 14px;
    left: 3px; }
  #lk-reviews-page #lk-review-banner {
    background-color: #282829;
    background: url("/cdn/shop/t/8/assets/reviews-bg.jpg?v=97558780724605062161628821795");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 400px; }
    @media only screen and (max-width: 767px) {
      #lk-reviews-page #lk-review-banner {
        background-size: cover;
        margin-top: 50px; } }
  #lk-reviews-page h1 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 1.2px;
    color: #fff; }
  #lk-reviews-page h5 {
    color: #fff; }
  #lk-reviews-page p, #lk-reviews-page .rte {
    text-align: center;
    margin-bottom: 36px;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    #lk-reviews-page {
      margin-left: 30px;
      margin-right: 30px; } }
  #lk-reviews-page #yotpo-testimonials-custom-tab .yotpo-modal-bottom-line {
    border-top: 0px solid #c8c8c8; }

#lk-page-sherpa #lk-sherpa-banner {
  width: 100%;
  height: 40.5vw;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #lk-page-sherpa #lk-sherpa-banner h2 {
    color: #fff; }
#lk-page-sherpa .lk-gray-row {
  padding: 10px 0 5px; }
  #lk-page-sherpa .lk-gray-row h5 {
    line-height: 1.25em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
#lk-page-sherpa .lk-shop-all-top-row {
  margin-top: 10px;
  margin-bottom: 20px; }
#lk-page-sherpa #lk-sherpa-marble-row {
  width: 100%;
  height: 47vw;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative; }
  #lk-page-sherpa #lk-sherpa-marble-row p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  #lk-page-sherpa #lk-sherpa-marble-row h3 {
    letter-spacing: .0577em;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      #lk-page-sherpa #lk-sherpa-marble-row h3 {
        padding-top: 40px;
        margin-bottom: 20px; } }
  #lk-page-sherpa #lk-sherpa-marble-row a.lk-btn {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 90px);
    border: 1px solid #282829; }
#lk-page-sherpa .lk-mood-board-tile-left {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #lk-page-sherpa .lk-mood-board-tile-left {
      padding: 0 0 10px; }
      #lk-page-sherpa .lk-mood-board-tile-left h5 {
        text-align: center; } }
#lk-page-sherpa .lk-collection-header {
  position: relative; }
  #lk-page-sherpa .lk-collection-header p {
    text-align: center;
    position: absolute;
    margin: 0;
    top: -6px;
    left: calc(50% - 75px);
    background: #fff;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      #lk-page-sherpa .lk-collection-header p {
        padding: 0 20px; } }
#lk-page-sherpa .lk-sherpa-products {
  text-align: center; }
  #lk-page-sherpa .lk-sherpa-products p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
#lk-page-sherpa .lk-sherpa-collection-row {
  text-align: center; }
#lk-page-sherpa .lk-sherpa-collection-image {
  width: 100%;
  max-width: 900px;
  margin-top: 15px;
  margin-bottom: 30px; }
#lk-page-sherpa .lk-circle-story-header {
  margin-top: 40px;
  margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  #lk-page-sherpa .lk-mood-board-tile {
    padding-top: 25px; } }
@media only screen and (max-width: 767px) {
  #lk-page-sherpa .lk-mood-board-tile .lk-mood-board-tile-right {
    padding-bottom: 0; } }
#lk-page-sherpa .lk-mood-board-tile h5 {
  padding: 0 60px 30px;
  line-height: 1.2em; }
  @media only screen and (max-width: 767px) {
    #lk-page-sherpa .lk-mood-board-tile h5 {
      padding: 0; } }
@media only screen and (max-width: 767px) {
  #lk-page-sherpa .lk-home-product-row-product {
    padding-top: 45px; } }
#lk-page-sherpa .lk-home-product-row-product p {
  padding: 0; }
#lk-page-sherpa .lk-home-product-row {
  margin-bottom: -50px; }

#lk-sherpa-video-container {
  height: 56.2vw;
  max-height: calc(100vh - 100px);
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    #lk-sherpa-video-container {
      min-height: 100px; } }

@media only screen and (max-width: 767px) {
  #lk-sherpa-video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; } }

.page-add-carbon-offset #lk-header-grid,
.page-add-carbon-offset #shopify-section-footer,
.page-add-carbon-offset #lk-promo-banner {
  display: none; }
.page-add-carbon-offset #lk-content-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
.page-add-carbon-offset #lk-content-container img {
  max-width: 200px;
  max-height: 200px;
  margin: 50px auto 30px; }
.page-add-carbon-offset .lds-ring {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 64px;
  height: 64px; }
.page-add-carbon-offset .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #2f5249;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2f5249 transparent transparent transparent; }
.page-add-carbon-offset .lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }
.page-add-carbon-offset .lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }
.page-add-carbon-offset .lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }
.page-add-carbon-offset #lk-carbon-offset-loader video {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto; }
.page-add-carbon-offset h5 {
  color: #2f5249; }

.lds-ring {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #2f5249;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2f5249 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.page-add-gift-wrap #lk-header-grid,
.page-add-gift-wrap #shopify-section-footer,
.page-add-gift-wrap #lk-promo-banner {
  display: none; }
.page-add-gift-wrap #lk-content-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
.page-add-gift-wrap img {
  max-width: 600px;
  margin: 50px auto; }
  @media only screen and (max-width: 767px) {
    .page-add-gift-wrap img {
      width: calc(100vw - 60px);
      margin: 30px; } }

#lk-womens-empowerment-contest-page {
  /***** Example custom styling for form upload button *****/ }
  @media only screen and (max-width: 767px) {
    #lk-womens-empowerment-contest-page {
      margin-top: 50px; } }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-banner {
    background: url("/cdn/shop/t/8/assets/womens-bg.png?3534");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 35vw;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-banner #lk-womens-empowerment-banner-text {
      display: block;
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      padding: 15px 0; }
      #lk-womens-empowerment-contest-page #lk-womens-empowerment-banner #lk-womens-empowerment-banner-text h1 {
        font-weight: 500; }
      #lk-womens-empowerment-contest-page #lk-womens-empowerment-banner #lk-womens-empowerment-banner-text h4 {
        text-transform: uppercase;
        margin-left: 40px;
        margin-right: 40px;
        line-height: 1.4em; }
      @media only screen and (max-width: 767px) {
        #lk-womens-empowerment-contest-page #lk-womens-empowerment-banner #lk-womens-empowerment-banner-text {
          max-width: auto;
          margin-left: 30px;
          margin-right: 30px; } }
  #lk-womens-empowerment-contest-page .lk-bracelet-template {
    text-decoration: underline; }
  #lk-womens-empowerment-contest-page .lk-womens-caption {
    text-align: left;
    font-style: italic; }
    @media only screen and (min-width: 768px) {
      #lk-womens-empowerment-contest-page .lk-womens-caption {
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      #lk-womens-empowerment-contest-page .lk-womens-caption {
        font-size: 16px; } }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-details .lk-btn-blue {
    margin-bottom: 25px; }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-details,
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-video,
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-footer {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-details h4,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-video h4,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-footer h4 {
      font-weight: 500; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-details h3,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-video h3,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-footer h3 {
      font-weight: 500; }
  #lk-womens-empowerment-contest-page .lk-btn-blue {
    background: #6dcff6;
    color: #282829;
    border: 1px solid #282829; }
    #lk-womens-empowerment-contest-page .lk-btn-blue:hover {
      color: #fff;
      background: #282829; }
  #lk-womens-empowerment-contest-page .lk-womens-bottom-row {
    background: #6dcff6;
    text-align: center;
    margin: 30px auto;
    padding: 30px; }
    #lk-womens-empowerment-contest-page .lk-womens-bottom-row p {
      color: #fff; }
      @media only screen and (max-width: 767px) {
        #lk-womens-empowerment-contest-page .lk-womens-bottom-row p {
          padding: 0; } }
  #lk-womens-empowerment-contest-page #lk-womens-placeholder-video {
    width: 600px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #ebebeb;
    margin-left: auto;
    margin-right: auto; }
  #lk-womens-empowerment-contest-page #lk-womens-find-balance {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px; }
  #lk-womens-empowerment-contest-page #lk-womens-show-samples {
    text-decoration: underline; }
  #lk-womens-empowerment-contest-page #lk-womens-bracelet-samples,
  #lk-womens-empowerment-contest-page #lk-womens-bracelet-samples-mobile {
    margin-bottom: -16px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
    #lk-womens-empowerment-contest-page #lk-womens-bracelet-samples.open,
    #lk-womens-empowerment-contest-page #lk-womens-bracelet-samples-mobile.open {
      max-height: 800px;
      max-width: 950px;
      margin: 30px auto; }
  #lk-womens-empowerment-contest-page #lk-womens-bracelet-samples-mobile {
    padding-right: 30px; }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-form {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    max-width: 350px;
    margin: 30px auto; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-form.open {
      max-height: 800px; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-form input,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-form textarea {
      width: 100%;
      margin: 15px 0; }
  #lk-womens-empowerment-contest-page #lk-contest-has-agreed-to-terms {
    display: inline-block;
    width: 20px !important;
    margin-right: 10px !important; }
  #lk-womens-empowerment-contest-page #lk-womens-contest-rules-link {
    text-decoration: underline; }
  #lk-womens-empowerment-contest-page .lk-spinner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 120px; }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-success,
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-loading,
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-error {
    max-width: 400px;
    padding: 60px 30px;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  #lk-womens-empowerment-contest-page label.myLabel input[type="file"] {
    position: absolute;
    top: -1000px; }
  #lk-womens-empowerment-contest-page .lk-womens-error {
    display: none;
    color: #f15a5a;
    font-size: 12px;
    margin: -10px 0; }
    #lk-womens-empowerment-contest-page .lk-womens-error#lk-womens-terms-error {
      margin: -5px 0 5px; }
    #lk-womens-empowerment-contest-page .lk-womens-error.active {
      display: block; }
  #lk-womens-empowerment-contest-page .myLabel {
    border: 2px solid #aaa;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #ddd;
    display: inline-block; }
  #lk-womens-empowerment-contest-page .myLabel:hover {
    background: #ccc; }
  #lk-womens-empowerment-contest-page .myLabel:active {
    background: #ccf; }
  #lk-womens-empowerment-contest-page .myLabel :invalid + span {
    color: #a44; }
  #lk-womens-empowerment-contest-page .myLabel :valid + span {
    color: #4a4; }
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ol,
  #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ul {
    text-align: left; }
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ol li,
    #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ul li {
      margin: 15px 0; }
      @media only screen and (max-width: 767px) {
        #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ol li,
        #lk-womens-empowerment-contest-page #lk-womens-empowerment-contest-details ul li {
          margin-right: 30px; } }
  #lk-womens-empowerment-contest-page #lk-womens-below-details-btn {
    margin-top: 30px; }

#lk-ambassador-signup-page #lk-sign-up-banner {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-sign-up-banner {
      display: none; } }
@media only screen and (min-width: 768px) {
  #lk-ambassador-signup-page #lk-sign-up-banner-mobile {
    display: none; } }
#lk-ambassador-signup-page #lk-ambassador-top-section h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin: 32px 0; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-top-section h1 {
      font-size: 20px; } }
#lk-ambassador-signup-page #lk-ambassador-top-section h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.15em;
  letter-spacing: 6px;
  margin: 24px 0; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-top-section h2 {
      font-size: 32px;
      letter-spacing: 1.2px; } }
#lk-ambassador-signup-page #lk-ambassador-top-section h5 {
  max-width: 500px;
  margin: 16px auto;
  line-height: 1.35em; }
#lk-ambassador-signup-page #lk-ambassador-how-it-works {
  background: #fbfbfb;
  padding: 30px; }
  #lk-ambassador-signup-page #lk-ambassador-how-it-works h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500; }
  #lk-ambassador-signup-page #lk-ambassador-how-it-works h5 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 10px; }
  #lk-ambassador-signup-page #lk-ambassador-how-it-works p {
    max-width: 300px;
    margin: 30px auto; }
#lk-ambassador-signup-page #lk-ambassador-perks {
  background: url("/cdn/shop/t/8/assets/ambassador-perks.png?v=78754667566939964941628821701");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25vw;
  max-height: 600px; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-perks {
      padding: 15px; } }
#lk-ambassador-signup-page #lk-ambassador-perks-inner {
  max-width: 600px;
  margin: 30px auto; }
  #lk-ambassador-signup-page #lk-ambassador-perks-inner h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500; }
  #lk-ambassador-signup-page #lk-ambassador-perks-inner .grid__item {
    text-align: left; }
  #lk-ambassador-signup-page #lk-ambassador-perks-inner li {
    font-size: 20px; }
  #lk-ambassador-signup-page #lk-ambassador-perks-inner li {
    margin: 15px 0; }
@media only screen and (max-width: 767px) {
  #lk-ambassador-signup-page .lk-amb-small,
  #lk-ambassador-signup-page .lk-ambassador-error {
    padding: 0; } }
#lk-ambassador-signup-page #lk-ambassador-signup-form {
  padding: 30px;
  max-width: 600px;
  margin: 30px auto; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form .grid__item {
    text-align: left; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form label {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px; }
    #lk-ambassador-signup-page #lk-ambassador-signup-form label:hover {
      cursor: auto; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form .lk-amb-small {
    font-size: 12px;
    margin: 0;
    text-align: left; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form input,
  #lk-ambassador-signup-page #lk-ambassador-signup-form button {
    margin: 15px auto; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form input {
    width: 300px; }
    @media only screen and (max-width: 767px) {
      #lk-ambassador-signup-page #lk-ambassador-signup-form input {
        width: 100%; } }
  #lk-ambassador-signup-page #lk-ambassador-signup-form select {
    background-image: url(//cdn.shopify.com/s/files/1/2967/0214/t/2/assets/ico-select.svg?20417);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 3px;
    border: 1px solid #969696;
    width: 300px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    margin: 15px 0; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form #lk-ambassador-signup-has-agreed-to-terms {
    width: 20px; }
    @media only screen and (max-width: 767px) {
      #lk-ambassador-signup-page #lk-ambassador-signup-form #lk-ambassador-signup-has-agreed-to-terms {
        margin: 0; } }
  #lk-ambassador-signup-page #lk-ambassador-signup-form .lk-ambassador-agree-to-rules {
    display: inline; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form .lk-ambassador-error {
    color: #f15a5a;
    font-size: 12px;
    display: none;
    margin: -10px 0 10px; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form #lk-ambassador-ambassador-signup-rules-link {
    margin: 15px auto; }
  #lk-ambassador-signup-page #lk-ambassador-signup-form #lk-ambassador-signup-submit {
    display: block;
    margin-top: 30px; }
#lk-ambassador-signup-page .lk-ambassador-signup-mood-board {
  display: inline-block;
  padding-top: 45px; }
  #lk-ambassador-signup-page .lk-ambassador-signup-mood-board > div {
    width: calc(50% - 8px);
    display: block;
    float: left;
    margin: 4px; }
    #lk-ambassador-signup-page .lk-ambassador-signup-mood-board > div.lk-ambassador-signup-mood-left {
      text-align: right; }
    #lk-ambassador-signup-page .lk-ambassador-signup-mood-board > div img {
      margin: 2px;
      width: calc(100% - 4px); }
    #lk-ambassador-signup-page .lk-ambassador-signup-mood-board > div .lk-mood-bottom-left {
      max-width: 80%;
      margin: 4px; }
#lk-ambassador-signup-page #lk-ambassador-signup-terms {
  display: block;
  width: 100%;
  margin: 30px 0;
  max-height: 270px;
  overflow-y: scroll;
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  padding: 10px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-signup-terms {
      max-height: 400px; } }
  #lk-ambassador-signup-page #lk-ambassador-signup-terms ol {
    padding-left: 15px; }
#lk-ambassador-signup-page #lk-ambassador-signup-faqs {
  padding: 30px 0;
  background: #fbfbfb; }
#lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner {
  max-width: 800px;
  margin: 30px auto; }
  #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner h3 {
    letter-spacing: 2px; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner {
      max-width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }
  #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq h6 {
    margin: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.8px; }
    #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq h6:hover {
      cursor: pointer; }
    #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq h6:after {
      content: "+";
      position: absolute;
      right: -20px; }
      @media only screen and (max-width: 767px) {
        #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq h6:after {
          right: -5px; } }
  #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq p {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
  #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq.active h6:after {
    content: "-"; }
  #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq.active p {
    max-height: 600px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0; }
#lk-ambassador-signup-page #lk-ambassador-signup-bottom h6 {
  text-transform: uppercase;
  letter-spacing: 0.8px; }
#lk-ambassador-signup-page #lk-ambassador-signup-remaining-faqs {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  #lk-ambassador-signup-page #lk-ambassador-signup-remaining-faqs.active {
    max-height: 2000px; }
#lk-ambassador-signup-page .lk-spinner {
  margin: 50px auto; }
#lk-ambassador-signup-page #lk-ambassador-form-success,
#lk-ambassador-signup-page #lk-ambassador-form-error,
#lk-ambassador-signup-page .lk-spinner {
  display: none; }
#lk-ambassador-signup-page #lk-ambassador-form-success,
#lk-ambassador-signup-page #lk-ambassador-form-error {
  max-width: 450px;
  margin: 30px auto; }
  @media only screen and (max-width: 767px) {
    #lk-ambassador-signup-page #lk-ambassador-form-success,
    #lk-ambassador-signup-page #lk-ambassador-form-error {
      max-width: calc(100% - 60px);
        max-width-margin: 30px; } }

#ui-datepicker-div .ui-datepicker-title select {
  display: inline-block;
  height: 35px;
  border-radius: 3px; }

.page-carbon-gifting #lk-carbon-gifting-banner {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("//cdn.shopify.com/s/files/1/2966/9986/t/3/assets/carbon-gifting-banner.png?v=14398395745347249497");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting #lk-carbon-gifting-banner {
      height: 100vw; } }
  .page-carbon-gifting #lk-carbon-gifting-banner h1 {
    color: #fff;
    font-size: 56px;
    line-height: 58px;
    letter-spacing: 3.2px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .page-carbon-gifting #lk-carbon-gifting-banner h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2.5px; } }
.page-carbon-gifting #lk-carbon-gifting-text-under-banner {
  background: #f6f6f6;
  padding: 100px 260px; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting #lk-carbon-gifting-text-under-banner {
      padding: 60px 20px; } }
  .page-carbon-gifting #lk-carbon-gifting-text-under-banner p {
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
    letter-spacing: 0.1px; }
    .page-carbon-gifting #lk-carbon-gifting-text-under-banner p.lk-gifting-italic {
      font-style: italic;
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .page-carbon-gifting #lk-carbon-gifting-text-under-banner p {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.1px; } }
.page-carbon-gifting #lk-carbon-gifting-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
.page-carbon-gifting h3 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1.85px; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting h3 {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 2px; } }
.page-carbon-gifting #lk-carbon-gifting-how-it-works {
  padding: 100px 50px; }
  .page-carbon-gifting #lk-carbon-gifting-how-it-works p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.1px; }
  .page-carbon-gifting #lk-carbon-gifting-how-it-works h3 {
    margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting #lk-carbon-gifting-how-it-works {
      padding: 60px 20px 40px; }
      .page-carbon-gifting #lk-carbon-gifting-how-it-works h3 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: -20px; }
      .page-carbon-gifting #lk-carbon-gifting-how-it-works img {
        height: 64px;
        width: 64px;
        margin-top: 60px; } }
.page-carbon-gifting #lk-carbon-gifting-impact-free-shipping {
  font-weight: 500;
  margin-top: -12px; }
.page-carbon-gifting #lk-carbon-gifting-step-1 h3 {
  margin-bottom: 60px; }
.page-carbon-gifting #lk-carbon-gifting-step-1 p.lk-carbon-gifting-step-1-under-price {
  font-style: italic; }
.page-carbon-gifting #lk-carbon-gifting-step-1 #lk-carbon-gifting-6-months p.lk-carbon-gifting-step-1-under-price {
  font-weight: 500; }
.page-carbon-gifting #lk-carbon-gifting-step-1-options-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container {
      display: flex;
      flex-direction: column-reverse;
      padding-left: 10px;
      padding-right: 10px; } }
  .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option {
    width: calc(50% - 24px);
    float: left;
    border: 1px solid #cbcbcb;
    margin: 12px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option {
        width: calc(100% - 24px); } }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option:hover {
      cursor: pointer; }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option.active {
      border: 1px solid #282829; }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option h3 {
      margin-top: 80px;
      font-weight: 500;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option h3 {
          font-size: 22px;
          line-height: 30px;
          letter-spacing: 2px; } }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option > p {
      margin-top: 0;
      margin-bottom: 0; }
      .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option > p.lk-carbon-gifting-step-1-under-price {
        margin-bottom: 40px; }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option #lk-carbon-gifting-best-value {
      position: absolute;
      width: 80px;
      height: 80px;
      right: -40px;
      top: -40px;
      transform: rotate(10deg);
      background: #627153;
      border-radius: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option #lk-carbon-gifting-best-value {
          right: -10px; } }
      .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option #lk-carbon-gifting-best-value p {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16.8px;
        letter-spacing: 4%;
        text-align: center; }
  .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option-bottom {
    background: #f6f6f6;
    padding: 30px 0; }
    .page-carbon-gifting #lk-carbon-gifting-step-1-options-container .lk-carbon-gifting-step-1-option-bottom p {
      margin-top: 6px;
      margin-bottom: 6px; }
.page-carbon-gifting .lk-collection-header-bottom {
  position: relative; }
  .page-carbon-gifting .lk-collection-header-bottom hr {
    border: none;
    border: 1px solid #cbcbcb; }
  .page-carbon-gifting .lk-collection-header-bottom p.headline {
    position: absolute;
    top: -22px;
    left: calc(50% - 42px);
    padding-left: 20px;
    padding-right: 20px;
    background: #fff; }
.page-carbon-gifting .lk-carbon-gifting-step {
  padding-bottom: 120px; }
.page-carbon-gifting .lk-carbon-gifting-step-3-bottom {
  background: #f6f6f6;
  padding: 30px;
  margin-top: -10px; }
  .page-carbon-gifting .lk-carbon-gifting-step-3-bottom p {
    max-width: 350px; }
.page-carbon-gifting #lk-carbon-gifting-step-2-options-container {
  max-width: 700px;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting #lk-carbon-gifting-step-2-options-container {
      margin-left: 20px;
      margin-right: 20px; } }
  .page-carbon-gifting #lk-carbon-gifting-step-2-options-container p#lk-carbon-gifting-first-month-color {
    margin-bottom: 40px; }
  .page-carbon-gifting #lk-carbon-gifting-step-2-options-container img {
    background-color: #f6f6f6; }
    .page-carbon-gifting #lk-carbon-gifting-step-2-options-container img.active {
      border: 1px solid #282829; }
    .page-carbon-gifting #lk-carbon-gifting-step-2-options-container img:hover {
      cursor: pointer; }
  .page-carbon-gifting #lk-carbon-gifting-step-2-options-container p.lk-carbon-gifting-step-2-subtitle {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px; }
    .page-carbon-gifting #lk-carbon-gifting-step-2-options-container p.lk-carbon-gifting-step-2-subtitle.active {
      color: #282829; }
.page-carbon-gifting #lk-carbon-gifting-step-3-options-container {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto; }
.page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 7px 9px 9px;
  margin: 0 4px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
  height: 60px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-s, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-small {
    margin-left: 0; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-m, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-medium {
    padding: 7px 8px 9px 7px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-l, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-large {
    padding: 7px 7px 9px 8px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-xl, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-extra-large, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-xs, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-extra-small {
    padding: 7px 5.5px 9px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-xs {
    margin-right: 8px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-25, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-50, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-75, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-100 {
    width: 32px;
    height: 32px;
    padding: 10px 6px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-100 {
    padding: 10px 3px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.selected {
    border: 1px solid #282829;
    margin-top: -1px; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container:hover {
    cursor: pointer; }
  .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-s, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-m, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-l, .page-carbon-gifting .lk-pdp-public-selectors .lk-pdp-selector-size-container.lk-option-xl {
    padding: 9px 9px 7px; }
.page-carbon-gifting .lk-pdp-size-error {
  color: #f15a5a;
  display: none; }
  .page-carbon-gifting .lk-pdp-size-error.active {
    display: block; }
.page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email {
  padding: 20px 20px 40px;
  text-align: left; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email label,
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email input,
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email textarea {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.1px; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email label {
    margin: 20px 0 10px;
    display: block; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email input,
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px; }
    .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email input:placeholder,
    .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email textarea:placeholder {
      color: #9b9b9b; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email input {
    font-size: 16px;
    height: 42px; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email textarea {
    margin-bottom: 20px;
    font-size: 14px; }
  .page-carbon-gifting #lk-carbon-gifting-step-3-bottom-with-email button.lk-btn {
    width: 100%; }
.page-carbon-gifting .lk-carbon-gifting-step-3-column {
  width: calc(50% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .page-carbon-gifting .lk-carbon-gifting-step-3-column {
      width: calc(100% - 42px);
      margin-left: 20px;
      margin-right: 20px; }
      .page-carbon-gifting .lk-carbon-gifting-step-3-column.active {
        margin-bottom: 30px; } }
.page-carbon-gifting #lk-carbon-gifting-step-3-bottom-no-email .lk-btn {
  width: 100%; }
.page-carbon-gifting .lk-carbon-gifting-step-3-bottom-inner {
  padding: 40px 20px; }
.page-carbon-gifting #lk-carbon-gifting-step-2,
.page-carbon-gifting #lk-carbon-gifting-step-3 {
  display: none; }
  .page-carbon-gifting #lk-carbon-gifting-step-2.active,
  .page-carbon-gifting #lk-carbon-gifting-step-3.active {
    display: block; }
.page-carbon-gifting #lk-carbon-gifting-send-email-container:hover,
.page-carbon-gifting #lk-carbon-gifting-no-email-container:hover {
  cursor: pointer; }
.page-carbon-gifting #lk-carbon-gifting-send-email-container.active,
.page-carbon-gifting #lk-carbon-gifting-no-email-container.active {
  border: 1px solid #282829; }
.page-carbon-gifting .lk-carbon-gifting-last-step {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }
  .page-carbon-gifting .lk-carbon-gifting-last-step.active {
    max-height: 430px; }

.lk-small-header-row {
  width: 100%;
  padding: 50px 30px; }
  .lk-small-header-row.lk-small-header-row-dark {
    background: #282829; }
    .lk-small-header-row.lk-small-header-row-dark h4 {
      color: #fff; }
  .lk-small-header-row h4 {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 2.29px;
    font-weight: 600;
    margin: 16px auto;
    text-align: center;
    text-transform: uppercase; }

.lk-error {
  color: #f15a5a;
  font-size: 12px;
  display: none; }

.lk-carbon-gifting-with-note-spinner {
  text-align: center;
  display: none; }

#lk-carbon-landing-page .lk-story-mute-btn {
  display: none; }
#lk-carbon-landing-page #lk-carbon-landing-main,
#lk-carbon-landing-page #lk-carbon-landing-restoring-balance,
#lk-carbon-landing-page #lk-carbon-landing-bottom {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
#lk-carbon-landing-page #lk-our-story-top-banner {
  height: 50vw; }
  @media only screen and (min-width: 768px) {
    #lk-carbon-landing-page #lk-our-story-top-banner {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page #lk-our-story-top-banner {
      min-height: 250px;
      height: calc(56vw + 50px); } }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page #lk-our-story-top-banner video {
      height: 56.25vw;
      width: 100%;
      left: 0;
      top: 50px; } }
#lk-carbon-landing-page #lk-carbon-landing-main h2 {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page #lk-carbon-landing-main h2 {
      font-size: 30px; } }
#lk-carbon-landing-page #lk-carbon-landing-main p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page #lk-carbon-landing-main p {
      margin-left: 15px;
      margin-right: 15px; } }
#lk-carbon-landing-page h2 {
  font-size: 42px; }
#lk-carbon-landing-page h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px; }
#lk-carbon-landing-page #lk-carbon-landing-columns {
  max-width: 900px;
  margin: 30px auto; }
#lk-carbon-landing-page .lk-carbon-link {
  text-decoration: underline; }
#lk-carbon-landing-page #lk-carbon-landing-end {
  background: #282829;
  padding-top: 30px;
  padding-bottom: 30px; }
  #lk-carbon-landing-page #lk-carbon-landing-end p {
    color: #fff; }
#lk-carbon-landing-page #lk-carbon-scale-video {
  width: 150px; }
#lk-carbon-landing-page .lk-carbon-row {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page .lk-carbon-row.lk-carbon-second-row {
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    #lk-carbon-landing-page .lk-carbon-row {
      display: flex; } }
  @media only screen and (min-width: 768px) {
    #lk-carbon-landing-page .lk-carbon-row > div.grid__item {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page .lk-carbon-row {
      padding-top: 0; }
      #lk-carbon-landing-page .lk-carbon-row p {
        margin-bottom: 30px; } }
#lk-carbon-landing-page .lk-carbon-source {
  font-style: italic;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page .lk-carbon-source {
      margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  #lk-carbon-landing-page .lk-carbon-top-paragraph {
    margin-top: 30px; } }
#lk-carbon-landing-page .lk-carbon-bottom-btn {
  margin-bottom: 30px; }
#lk-carbon-landing-page .lk-carbon-terrapass-logo {
  width: 120px;
  margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
  #lk-carbon-landing-page #lk-carbon-landing-bottom {
    margin-top: 30px; } }
#lk-carbon-landing-page #lk-carbon-product-container {
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }
  #lk-carbon-landing-page #lk-carbon-product-container #lk-carbon-product-inner {
    position: absolute;
    width: 28%;
    left: 36%;
    top: 34%; }
    #lk-carbon-landing-page #lk-carbon-product-container #lk-carbon-product-inner video {
      width: 100%; }
#lk-carbon-landing-page #lk-carbon-mobile-hr {
  border: none;
  border-top: 1px solid #c8c8c8;
  display: none; }
  @media only screen and (max-width: 767px) {
    #lk-carbon-landing-page #lk-carbon-mobile-hr {
      display: block;
      margin: 30px 30px 60px; } }
@media only screen and (max-width: 767px) {
  #lk-carbon-landing-page p {
    margin-left: 15px;
    margin-right: 15px; } }

#rc_login {
  display: none !important; }

#ReCharge {
  padding-top: 100px;
  min-height: calc(100vh - 140px) !important;
  background: #fff; }
  #ReCharge * {
    color: #282829; }
  @media only screen and (max-width: 767px) {
    #ReCharge #ReCharge-Nav {
      margin-left: 15px; } }
  #ReCharge .lk-subscription-winback-discount-applied,
  #ReCharge .lk-sub-price-with-discount {
    display: none; }
  #ReCharge .lk-subscription-winback-discount-applied {
    font-size: 14px;
    font-style: italic;
    font-weight: 500; }
  #ReCharge .lmnts-account-subheader {
    display: block; }
  #ReCharge .rc_subscriptions__subscription__item__actions a {
    border: 1px solid #282829 !important; }
    #ReCharge .rc_subscriptions__subscription__item__actions a:hover {
      background: #282829 !important;
      color: #fff !important; }
  #ReCharge #ReCharge .rc_table__container {
    padding: 0 !important; }
    #ReCharge #ReCharge .rc_table__container .rc_table {
      border-top: 1px solid #282829;
      border-bottom: 1px solid #282829; }
  #ReCharge #product_quantity_wrapper {
    margin-bottom: 30px; }
  #ReCharge strong {
    font-weight: normal; }
  #ReCharge .hidden-header-ReCharge th {
    font-weight: 500;
    color: #fff; }
  #ReCharge #customer_tab_content {
    margin-bottom: 30px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #ReCharge #customer_tab_content {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px); } }
  #ReCharge .rc_table__container {
    margin-left: 15px;
    margin-right: 15px; }
  #ReCharge #customer_tab_content > div.rc_subscriptions > div > p {
    display: none; }
  #ReCharge .rc_customer__name {
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0; }
  #ReCharge .purchase-address {
    margin: 0;
    padding-top: 20px;
    max-width: 300px; }
    @media only screen and (min-width: 768px) {
      #ReCharge .purchase-address {
        margin-left: 15px; } }
    #ReCharge .purchase-address strong {
      font-weight: 500;
      display: block;
      margin-bottom: 5px;
      font-size: 18px; }
  #ReCharge #rc_navigation {
    padding: 0; }
  #ReCharge .rc_menu__item a {
    font-size: 18px;
    line-height: 1.3em; }
  #ReCharge .rc_title-bar__title h2 {
    font-size: 32px;
    letter-spacing: 0;
    text-transform: capitalize; }
  #ReCharge .edit_address_link {
    font-size: 16px;
    text-decoration: underline; }
  #ReCharge .rc_table strong {
    font-weight: normal; }
  #ReCharge .rc_table a {
    text-decoration: underline; }
  #ReCharge .nav-stacked {
    padding-left: 0; }
    #ReCharge .nav-stacked li {
      list-style-type: none;
      margin: 4px 0; }
      #ReCharge .nav-stacked li a {
        color: #969696; }
    #ReCharge .nav-stacked li.active a {
      color: #282829; }
  #ReCharge label select {
    color: #282829;
    border: none;
    border-bottom: 1px solid #282829; }
  #ReCharge input:not([name="purchase_type"]) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #282829;
    min-width: 180px;
    padding: 5px;
    color: #282829; }
    #ReCharge input:not([name="purchase_type"])[type="date"], #ReCharge input:not([name="purchase_type"])[type="number"] {
      background: #fff;
      color: #282829; }
    #ReCharge input:not([name="purchase_type"]):placeholder {
      color: #969696; }
  #ReCharge #customer_tab_content h2 {
    font-weight: 400;
    font-size: 32px; }
    @media only screen and (max-width: 767px) {
      #ReCharge #customer_tab_content h2 {
        padding-left: 0; } }
  #ReCharge #ReChargeForm_address button,
  #ReCharge #ReChargeForm_customer button {
    margin-top: 12px;
    margin-bottom: 20px; }
  #ReCharge #ReChargeForm_address select,
  #ReCharge #ReChargeForm_customer select {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em - 4px), calc(100% - 15px) calc(1em - 4px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
  #ReCharge #ReChargeForm_address label,
  #ReCharge #ReChargeForm_customer label {
    color: #282829;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 13px; }
  #ReCharge a {
    text-decoration: underline; }
  #ReCharge .nav-pills a {
    text-decoration: none; }
  #ReCharge .btn {
    background: #fff;
    color: #282828;
    height: 28px;
    border: 1px solid #282829;
    color: #fff;
    text-align: center;
    text-decoration: none;
    color: #282829;
    font-weight: 500;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
    display: inline-block;
    min-width: 180px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.12px; }
    #ReCharge .btn:hover {
      background: #282829;
      color: #fff; }
  #ReCharge .lk-canceled {
    color: #f15a5a; }
  @media only screen and (max-width: 767px) {
    #ReCharge .recharge table.rc_subscriptions__subscription__items td:before {
      padding-top: 10px; } }
  #ReCharge .rc_table {
    border-top: 1px solid #c8c8c8;
    margin-top: 20px; }
    #ReCharge .rc_table.rc_subscriptions__subscription__items {
      border-top: 1px solid #282829; }
    #ReCharge .rc_table a {
      text-decoration: none;
      min-width: 180px;
      padding: 8px 0 5px;
      display: inline-block;
      border: 1px solid #fff;
      text-transform: uppercase;
      text-align: center;
      font-size: 13px;
      letter-spacing: 0.75px;
      line-height: 13px;
      margin-bottom: 10px;
      -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
      -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
      -o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
      -ms-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out;
      transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border 150ms ease-in-out; }
      #ReCharge .rc_table a:hover {
        background: #fff;
        color: #282829; }
    @media only screen and (max-width: 767px) {
      #ReCharge .rc_table .rc_subscriptions__subscription__item__edit {
        margin-top: 20px; } }
    #ReCharge .rc_table .rc_subscriptions__subscription__item__edit a {
      background: #fff;
      color: #282829; }
      #ReCharge .rc_table .rc_subscriptions__subscription__item__edit a:hover {
        background: #282829;
        color: #fff; }
  @media only screen and (max-width: 767px) {
    #ReCharge #customer_tab_content > p {
      font-size: 20px;
      text-align: center; } }
  #ReCharge #ReCharge-Address textarea {
    color: #fff; }
  #ReCharge #ReChargeForm_address > div:nth-child(5) {
    display: none; }
  #ReCharge .rc_subscriptions__subscription__item {
    margin-top: 0; }
  #ReCharge table {
    border-collapse: collapse; }
  #ReCharge .rc_table tr {
    border-bottom: 1px solid #c8c8c8;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px; }
    #ReCharge .rc_table tr.rc_subscriptions__subscription__item {
      border-bottom: 1px solid #282829; }
  #ReCharge .td-product {
    width: 40%; }
  #ReCharge .rc_subscriptions__subscription__address span {
    display: block; }
  #ReCharge .rc_customer__name {
    font-weight: 400;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #ReCharge .rc_customer__name {
        margin-left: 0; } }
  #ReCharge .product-link {
    text-decoration: none; }
  #ReCharge .rc_product-item__list .rc_product-item {
    text-align: center; }
    #ReCharge .rc_product-item__list .rc_product-item .rc_product-item__title {
      letter-spacing: 1.2px;
      margin-top: 5px; }
    #ReCharge .rc_product-item__list .rc_product-item .rc_product-item__title {
      text-transform: uppercase; }
    #ReCharge .rc_product-item__list .rc_product-item .product-price {
      font-size: 13px; }
  #ReCharge .lk-btn {
    border: 1px solid #fff;
    text-decoration: none;
    margin-top: 10px; }
    #ReCharge .lk-btn.lk-btn-recharge {
      border: 1px solid #282829;
      margin-bottom: 10px; }
    #ReCharge .lk-btn:hover {
      background: #fbfbfb;
      color: #282829; }
  #ReCharge .store_email_cancel_text {
    font-size: 11px; }
  #ReCharge .lk-subscription-skip-success-msg {
    max-width: 180px;
    float: right;
    display: block;
    font-size: 13px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center; }
  #ReCharge .rc_subscriptions__subscription__item__cancel {
    padding-bottom: 5px; }
  #ReCharge .rc_title-bar__title h2 {
    margin-bottom: 0; }
  #ReCharge .rc_title-bar__title img {
    margin-left: -35px; }
  #ReCharge .rc_toggler__button {
    display: block;
    padding-top: 10px; }
  #ReCharge #rc_subscriptions__items__quantity,
  #ReCharge #rc_subscriptions__items__payment_method,
  #ReCharge #rc_subscriptions__items__address {
    max-width: 300px;
    padding-top: 20px;
    border-top: 1px solid #c8c8c8; }
  #ReCharge .lk-ships-every-month {
    display: block;
    padding-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
  #ReCharge .lk-next-order {
    font-size: 22px; }
  #ReCharge .lk-account-subheader {
    font-size: 18px;
    display: block;
    padding-bottom: 10px; }
  #ReCharge #content__add_product__details .rc_product-detail__title {
    font-size: 22px;
    letter-spacing: 3px; }
  #ReCharge #discount_code {
    border: 1px solid #fff;
    margin: 20px 0; }
  #ReCharge #product_schedule_container,
  #ReCharge #product_address_container,
  #ReCharge #next_charge_date_container,
  #ReCharge #product_dates_container {
    display: none; }
  #ReCharge li.rc_toast.rc_toast--success {
    background-color: #bc946b !important; }
  #ReCharge li.rc_toast.rc_toast--success span.rc_toast__type:before {
    content: "✔" !important; }

#ReCharge .nav-pills a:focus,
#ReCharge .nav-pills a:active {
  color: #282829 !important; }

.lk-subscription-product-title {
  font-weight: 500; }

.lk-btn-recharge {
  border: 1px solid #282829; }

#lk-subscriptions-list {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #282829; }

@media only screen and (max-width: 767px) {
  .subscriptions_wrapper {
    margin-left: -15px;
    margin-right: 15px; } }
@media only screen and (max-width: 767px) {
  .lk-subscription-product-title,
  .lk-subscription-product-next-charge,
  .lk-subscription-product-price {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .lk-subscription-product-price {
    vertical-align: top;
    padding-top: 15px; } }
@media only screen and (max-width: 767px) {
  .lk-subscription-product-price {
    display: none; } }

.lk-subscription-product-next-charge,
#lk-subscriptions-list > div > table > tbody > tr > td:nth-child(1) {
  vertical-align: top;
  padding-top: 15px; }

@media only screen and (max-width: 767px) {
  .user-customer .subscriptions_wrapper {
    margin-right: -15px; } }

#ReCharge .lk-subscription-skip-success-msg,
#ReCharge .lk-btn-recharge-skip-btn {
  display: none; }

#lk-shop-all-products .lk-mood-board-bottom-right-img {
  margin-top: 5px; }
#lk-shop-all-products .grid__item {
  position: relative; }
#lk-shop-all-products .lk-shop-all-product {
  height: 480px;
  text-align: center;
  background: #c8c8c8;
  margin-bottom: 8px;
  position: relative; }
  #lk-shop-all-products .lk-shop-all-product.medium-up--one-half {
    width: calc(50% - 8px); }
    #lk-shop-all-products .lk-shop-all-product.medium-up--one-half:nth-of-type(odd) {
      margin-right: 8px; }
  #lk-shop-all-products .lk-shop-all-product.lk-product-blue-bg {
    background: #9bcbeb; }
    #lk-shop-all-products .lk-shop-all-product.lk-product-blue-bg h2, #lk-shop-all-products .lk-shop-all-product.lk-product-blue-bg p {
      color: #fff; }
  #lk-shop-all-products .lk-shop-all-product.lk-product-white-bg {
    background: #fff; }
  #lk-shop-all-products .lk-shop-all-product h2 {
    padding-top: 56px;
    color: #3f3f3f;
    font-size: 36px;
    margin: 0 0 20px; }
  #lk-shop-all-products .lk-shop-all-product p {
    font-weight: 300;
    margin: 0 0 20px; }
#lk-shop-all-products .lk-collection-collection-img {
  bottom: 0; }

#lk-size-guide-page {
  text-align: center;
  padding: 40px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  #lk-size-guide-page p {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #lk-size-guide-page p {
        padding-left: 30px;
        padding-right: 30px; } }
    #lk-size-guide-page p.lk-size-guide-bottom-text {
      text-align: center;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
  #lk-size-guide-page h1 {
    font-size: 56px;
    margin-top: 50px; }
  #lk-size-guide-page h3 {
    text-transform: uppercase; }
  #lk-size-guide-page .lk-btn {
    margin-top: 40px;
    margin-bottom: 40px; }

#lk-tracking-page {
  min-height: 100vh;
  display: block;
  padding: 50px; }
  #lk-tracking-page .lk-tracking-page-inner, #lk-tracking-page .lk-tracking-page-results {
    text-align: center; }
  #lk-tracking-page .lk-tracking-page-results a {
    text-decoration: underline; }
  #lk-tracking-page .lk-delay-shipping-msg {
    max-width: 380px;
    margin: 30px auto; }
    #lk-tracking-page .lk-delay-shipping-msg a {
      text-decoration: underline; }
  #lk-tracking-page input {
    border: none;
    border-bottom: 1px solid #282829;
    height: 43px;
    font-size: 16px;
    text-align: left;
    display: block;
    margin: 20px auto;
    min-width: 180px; }
    #lk-tracking-page input::placeholder {
      text-align: center; }
  #lk-tracking-page .lk-tracking-page-results {
    display: none; }

@font-face {
  font-family: "Cormorant Garamond";
  src: url("https://cdn.shopify.com/s/files/1/0006/3199/6531/t/7/assets/CormorantGaramond-Italic.eot?v=3701590752723323180");
  src: url("https://cdn.shopify.com/s/files/1/0006/3199/6531/t/7/assets/CormorantGaramond-Italic.eot?%23iefix&v=3701590752723323180") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/0006/3199/6531/t/7/assets/CormorantGaramond-Italic.woff?v=13819584844361921885") format("woff"), url("https://cdn.shopify.com/s/files/1/0006/3199/6531/t/7/assets/CormorantGaramond-Italic.ttf?v=1026630740850021370") format("truetype"), url("https://cdn.shopify.com/s/files/1/0006/3199/6531/t/7/assets/CormorantGaramond-Italic.svg%23CormorantGaramond-Italic?66341") format("svg");
  font-weight: normal;
  font-style: italic; }

#lmnts-video-top-section h1 {
  z-index: 1;
  font-weight: 500;
  margin: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #lmnts-video-top-section h1 {
      font-size: 54px; } }
#lmnts-video-top-section h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  letter-spacing: 4.2px;
  line-height: 58px;
  font-size: 56px; }
  @media only screen and (max-width: 767px) {
    #lmnts-video-top-section h2 {
      font-size: 22px;
      line-height: 30px; } }
#lmnts-video-top-section h3 {
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
  margin-top: 5px;
  font-size: 40px; }
#lmnts-video-top-section a.lk-btn {
  z-index: 1;
  width: 180px;
  margin: 16px auto 0; }
@media only screen and (max-width: 767px) {
  #lmnts-video-top-section {
    height: 130.5vw; }
    #lmnts-video-top-section .grid__item,
    #lmnts-video-top-section #lmnts-our-story-video-1-mobile,
    #lmnts-video-top-section #lmnts-hp-top-video-mobile {
      height: 130.5vw; } }

@media only screen and (max-width: 767px) {
  .template-index #lmnts-video-top-section {
    height: 100vw; }
    .template-index #lmnts-video-top-section > .grid__item {
      height: 100vw; }
    .template-index #lmnts-video-top-section #lmnts-hp-top-video {
      height: 100vw;
      width: 200vw;
      left: -50%; } }

#video-top-section,
#lmnts-video-top-section {
  width: 100%;
  height: 52.5vw;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  text-align: center;
  overflow-y: hidden;
  overflow-x: hidden; }
  @media only screen and (max-width: 767px) {
    #video-top-section,
    #lmnts-video-top-section {
      height: 80vw; }
      #video-top-section h1,
      #video-top-section h2,
      #lmnts-video-top-section h1,
      #lmnts-video-top-section h2 {
        line-height: 1.1em;
        letter-spacing: 5px;
        font-size: 32px;
        margin-top: 30px; }
      #video-top-section h3,
      #lmnts-video-top-section h3 {
        font-size: 22px; } }
  #video-top-section .grid__item,
  #lmnts-video-top-section .grid__item {
    padding-left: 0;
    height: 56.25vw;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #video-top-section .grid__item,
      #lmnts-video-top-section .grid__item {
        height: 80vw;
        min-height: 200px; } }
  #video-top-section h2,
  #lmnts-video-top-section h2 {
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 500;
    padding-right: 21px;
    display: flex-item;
    position: relative;
    z-index: 5;
    font-size: 56px;
    letter-spacing: 4.2px;
    line-height: 58px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      #video-top-section h2,
      #lmnts-video-top-section h2 {
        letter-spacing: 3px;
        line-height: 1em;
        font-size: 22px;
        line-height: 30px; } }
  #video-top-section h3,
  #lmnts-video-top-section h3 {
    z-index: 1;
    margin-bottom: 32px; }
  #video-top-section #lmnts-our-story-video-1,
  #video-top-section #lmnts-hp-top-video,
  #video-top-section #lmnts-story-top-video,
  #lmnts-video-top-section #lmnts-our-story-video-1,
  #lmnts-video-top-section #lmnts-hp-top-video,
  #lmnts-video-top-section #lmnts-story-top-video {
    outline: none;
    height: 52.5vw;
    position: absolute;
    top: 0;
    min-height: 500px;
    width: 100vw; }
    @media only screen and (max-width: 767px) {
      #video-top-section #lmnts-our-story-video-1,
      #video-top-section #lmnts-hp-top-video,
      #video-top-section #lmnts-story-top-video,
      #lmnts-video-top-section #lmnts-our-story-video-1,
      #lmnts-video-top-section #lmnts-hp-top-video,
      #lmnts-video-top-section #lmnts-story-top-video {
        height: 80vw;
        min-height: 200px; } }
  #video-top-section .lmnts-story-mute-btn,
  #lmnts-video-top-section .lmnts-story-mute-btn {
    position: absolute;
    bottom: 30px;
    right: 30px; }
  #video-top-section .lmnts-playing,
  #lmnts-video-top-section .lmnts-playing {
    display: none; }
  #video-top-section h1,
  #video-top-section h2,
  #video-top-section h3,
  #video-top-section h4,
  #video-top-section h5,
  #video-top-section h6,
  #video-top-section p,
  #video-top-section span,
  #video-top-section a,
  #lmnts-video-top-section h1,
  #lmnts-video-top-section h2,
  #lmnts-video-top-section h3,
  #lmnts-video-top-section h4,
  #lmnts-video-top-section h5,
  #lmnts-video-top-section h6,
  #lmnts-video-top-section p,
  #lmnts-video-top-section span,
  #lmnts-video-top-section a {
    color: #fff; }

#lk-prints-gift-card #lk-prints-gift-card-top-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #lk-prints-gift-card #lk-prints-gift-card-top-banner h1 {
    color: #fff;
    font-size: 56px; }
    @media only screen and (max-width: 767px) {
      #lk-prints-gift-card #lk-prints-gift-card-top-banner h1 {
        font-size: 36px; } }
#lk-prints-gift-card #lk-prints-gift-card-section {
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #lk-prints-gift-card #lk-prints-gift-card-section {
      padding: 30px; } }
  #lk-prints-gift-card #lk-prints-gift-card-section input {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
#lk-prints-gift-card #lk-prints-gift-card-email-container {
  max-width: 350px;
  position: relative;
  margin: 30px auto; }
  #lk-prints-gift-card #lk-prints-gift-card-email-container #lk-prints-gift-card-email {
    float: left;
    width: calc(100% - 76px); }
  #lk-prints-gift-card #lk-prints-gift-card-email-container .lk-btn {
    float: left;
    width: 75px;
    max-width: 75px;
    min-width: 75px;
    padding: 0 9px;
    margin-left: -1px; }
#lk-prints-gift-card .lk-email-apology-error-msg {
  font-size: 14px;
  color: #f15a5a;
  margin: -20px 0 10px;
  position: absolute;
  bottom: -60px;
  left: 0; }
#lk-prints-gift-card #lk-prints-gift-card-loading,
#lk-prints-gift-card #lk-prints-gift-card-success {
  display: none; }
#lk-prints-gift-card #lk-prints-general-error {
  display: none; }
  #lk-prints-gift-card #lk-prints-general-error .lk-error {
    color: #f15a5a;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
#lk-prints-gift-card #lk-prints-error {
  color: #282829;
  font-size: 16px;
  margin-top: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1px; }
#lk-prints-gift-card #lk-prints-gift-card-bottom-text {
  font-size: 14px;
  margin-top: 30px;
  clear: both;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }
#lk-prints-gift-card .lk-print-hr-grey {
  max-width: 350px;
  border: none;
  border-bottom: 1px solid #c8c8c8; }
#lk-prints-gift-card .lk-print-hr-charcoal {
  max-width: 350px; }
#lk-prints-gift-card #lk-coupon-code-target {
  font-weight: 600;
  padding: 20px 30px;
  border: 1px solid #282829; }
#lk-prints-gift-card #lk-coupon-code-link {
  text-decoration: underline; }

#lk-email-signup-header {
  text-align: center;
  height: 220px;
  background-color: #c8c8c8;
  background-image: url("/cdn/shop/t/8/assets/email-signup-bg.jpg?3534");
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #lk-email-signup-header h1 {
    text-transform: uppercase;
    letter-spacing: .21em;
    color: #fff;
    font-weight: 500;
    margin-top: 40px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.2); }
    @media only screen and (max-width: 767px) {
      #lk-email-signup-header h1 {
        font-size: 26px;
        padding-left: 15px;
        padding-right: 15px; } }

#lk-email-signup .rte {
  text-align: center;
  padding: 10px 20px; }
#lk-email-signup .lk-circle-email {
  background: url("/cdn/shop/t/8/assets/icon-email-dark.svg?v=11875475963417600591628821747");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left;
  width: 270px;
  vertical-align: top; }
#lk-email-signup .lk-circle-email::placeholder {
  text-transform: lowercase;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400; }
#lk-email-signup .lk-circle-email::-webkit-input-placeholder {
  line-height: 2em; }
#lk-email-signup #lk-join-circle-submit-desktop {
  position: absolute;
  left: 230px;
  margin: 0 0 0 10px;
  float: left;
  padding: 8px;
  font-size: 16px;
  width: 35px;
  height: 35px;
  top: 10px;
  border-radius: 0;
  border: 0px;
  color: #3f3f3f;
  background: transparent;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    #lk-email-signup #lk-join-circle-submit-desktop {
      display: none; } }
#lk-email-signup #lk-join-circle-submit-mobile {
  margin: 10px 0;
  background: #3f3f3f; }
#lk-email-signup .lk-footer-mailing-list-inner {
  position: relative;
  text-align: center;
  width: 270px;
  margin: 0 auto; }
#lk-email-signup .lk-email-error-msg {
  color: #f15a5a;
  font-size: 13px;
  line-height: 13px;
  margin: 0 auto;
  width: 270px;
  top: -8px;
  text-align: center; }
#lk-email-signup h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .21em; }
#lk-email-signup .lk-email-signup-collection {
  text-align: center;
  margin-bottom: 50px; }
  #lk-email-signup .lk-email-signup-collection a {
    text-decoration: none; }
  #lk-email-signup .lk-email-signup-collection .lk-btn {
    margin: 20px 0; }
  #lk-email-signup .lk-email-signup-collection h4 {
    text-transform: uppercase;
    letter-spacing: .21em;
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .page-game-day-landing .slick-slide img {
    max-width: 85%; } }
.page-game-day-landing nav, .page-game-day-landing #lk-header-right, .page-game-day-landing .lk-header-mobile-menu-icon {
  visibility: hidden; }
.page-game-day-landing .lk-game-day-product-text {
  text-align: center; }
  .page-game-day-landing .lk-game-day-product-text span, .page-game-day-landing .lk-game-day-product-text p, .page-game-day-landing .lk-game-day-product-text div {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 30px; }

#lk-mud-water {
  height: 75vw;
  background-size: 80% !important;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    #lk-mud-water {
      height: 80vw; } }
  @media only screen and (min-width: 1350px) {
    #lk-mud-water {
      height: 60vw;
      background-size: 60% !important; } }

#lk-game-day-lp-video {
  width: 100vw; }
  @media only screen and (max-width: 767px) {
    #lk-game-day-lp-video {
      width: 200vw;
      height: 100vw;
      margin-left: -50vw; } }

.lk-game-day-mud-water-text-top {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding: 30px 20px 0; }
  @media only screen and (max-width: 767px) {
    .lk-game-day-mud-water-text-top {
      font-size: 32px; } }

.lk-game-day-mud-water-text-bottom {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding: 10px 20px 0; }
  @media only screen and (max-width: 767px) {
    .lk-game-day-mud-water-text-bottom {
      font-size: 32px; } }

#lk-game-day-lp-top-banner {
  margin-top: 50px;
  min-height: 59.61vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px; }
  @media only screen and (max-width: 767px) {
    #lk-game-day-lp-top-banner {
      text-align: center;
      min-height: 500px; } }
  #lk-game-day-lp-top-banner p {
    font-size: 22px;
    line-height: 25px; }
  #lk-game-day-lp-top-banner a.lk-btn {
    font-size: 22px;
    padding-top: 2px; }
    @media only screen and (max-width: 767px) {
      #lk-game-day-lp-top-banner a.lk-btn {
        font-size: 18px;
        padding: 0 10px; } }
  @media only screen and (max-width: 767px) {
    #lk-game-day-lp-top-banner {
      padding: 40px; } }
  #lk-game-day-lp-top-banner * {
    color: #fff; }
  #lk-game-day-lp-top-banner h1 {
    font-size: 72px; }
    @media only screen and (max-width: 767px) {
      #lk-game-day-lp-top-banner h1 {
        font-size: 48px; } }
  #lk-game-day-lp-top-banner p, #lk-game-day-lp-top-banner h1 {
    max-width: 400px; }
    @media only screen and (max-width: 767px) {
      #lk-game-day-lp-top-banner p, #lk-game-day-lp-top-banner h1 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }

.lk-game-day-grass-row {
  min-height: 150px; }
  .lk-game-day-grass-row * {
    color: #fff; }
  .lk-game-day-grass-row .lk-game-day-grass-col-left {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .lk-game-day-grass-row .lk-game-day-grass-col-left {
        padding: 30px 50px; } }
    .lk-game-day-grass-row .lk-game-day-grass-col-left h3 {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 36px;
      font-weight: 400;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
  .lk-game-day-grass-row .lk-game-day-grass-col-right {
    text-align: center; }
    .lk-game-day-grass-row .lk-game-day-grass-col-right a.lk-btn {
      font-size: 22px;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right a.lk-btn {
          font-size: 18px;
          padding: 0 10px; } }
    .lk-game-day-grass-row .lk-game-day-grass-col-right h6 {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 0;
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right h6 {
          margin-top: 0; } }
    .lk-game-day-grass-row .lk-game-day-grass-col-right p {
      font-size: 22px; }
    @media only screen and (min-width: 768px) {
      .lk-game-day-grass-row .lk-game-day-grass-col-right {
        padding: 50px; } }
    @media only screen and (max-width: 767px) {
      .lk-game-day-grass-row .lk-game-day-grass-col-right {
        text-align: center; } }
    .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-left {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-left {
          text-align: center; } }
    .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right {
      text-align: center;
      margin-top: 20px; }
      .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right .lk-btn {
        padding-top: 2px; }
      @media only screen and (min-width: 1024px) and (max-width: 1349px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right .lk-btn {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right .lk-btn {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right {
          text-align: center; }
          .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-grass-col-right-col-right .lk-btn {
            display: block;
            width: 180px; } }
    @media only screen and (max-width: 767px) {
      .lk-game-day-grass-row .lk-game-day-grass-col-right .lk-btn {
        margin: 30px auto; } }
  .lk-game-day-grass-row .lk-game-day-grass-row-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 150px; }
    .lk-game-day-grass-row .lk-game-day-grass-row-inner a {
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
      font-size: 22px; }
      @media only screen and (max-width: 767px) {
        .lk-game-day-grass-row .lk-game-day-grass-row-inner a {
          font-size: 18px;
          padding: 0 10px; } }

#lk-game-day-product-slider {
  overflow-y: hidden; }

@media all and (min-width: 1300px) {
  .lk-grass-col-right-col-left {
    width: 47%; } }
.lk-game-day-row-bottom {
  margin-top: 30px;
  margin-bottom: 30px; }
  .lk-game-day-row-bottom p {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .lk-game-day-row-bottom a.lk-btn {
      margin-bottom: 22px; } }

.lk-game-day-lp-video-container {
  position: relative;
  height: 56.2vw; }
  @media only screen and (max-width: 767px) {
    .lk-game-day-lp-video-container {
      height: 100vw; } }

.page-game-day-landing .lk-video-banner {
  margin-top: 20px;
  min-height: 100px; }
  @media only screen and (max-width: 767px) {
    .page-game-day-landing .lk-video-banner {
      width: 100vw;
      overflow: hidden; } }
.page-game-day-landing .lk-product-one-third {
  width: calc(33% - 8px); }
.page-game-day-landing .lk-product-slide {
  width: 100%;
  text-align: center; }
  .page-game-day-landing .lk-product-slide img {
    margin-left: auto;
    margin-right: auto; }
.page-game-day-landing .slick-prev {
  left: 30px; }
  @media only screen and (max-width: 767px) {
    .page-game-day-landing .slick-prev {
      top: calc(50% - 12px);
      left: 2px; } }
.page-game-day-landing .slick-next {
  right: 30px;
  top: calc(45% - 3px); }
  @media only screen and (max-width: 767px) {
    .page-game-day-landing .slick-next {
      top: calc(50% - 3px);
      right: 2px; } }

#lk-game-day-ig-row img {
  padding: 30px; }

.page-summer-trends .lk-full-width-background-img-row h2 {
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .page-summer-trends .lk-full-width-background-img-row h2 {
      color: #282829; } }
.page-summer-trends .lk-home-product-row-product {
  width: 100%; }
  .page-summer-trends .lk-home-product-row-product img {
    margin-left: auto;
    margin-right: auto; }
.page-summer-trends #lk-summer-trends-mood-board-desktop {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
.page-summer-trends #lk-summer-trend-products {
  background: #fefefe;
  padding-bottom: 30px;
  padding-top: 30px; }
  .page-summer-trends #lk-summer-trend-products button.slick-prev {
    left: 15px; }
  .page-summer-trends #lk-summer-trend-products button.slick-next {
    right: 15px; }
.page-summer-trends #lk-summer-trends-mood-top-left, .page-summer-trends #lk-summer-trends-mood-bottom-right {
  width: 80%; }
.page-summer-trends #lk-summer-trends-mood-board-desktop-column-left {
  text-align: right; }
.page-summer-trends #lk-summer-trends-mood-bottom-left {
  height: 220px;
  width: 220px; }
.page-summer-trends #lk-summer-trends-mood-board-desktop > .medium-up--one-third {
  padding-left: 10px; }
  .page-summer-trends #lk-summer-trends-mood-board-desktop > .medium-up--one-third img {
    margin-bottom: 5px; }
.page-summer-trends .lk-collection-item-product-photo img {
  margin-left: auto;
  margin-right: auto; }
.page-summer-trends #lk-summer-trends-mobile-left {
  text-align: right; }
.page-summer-trends #lk-summer-trends-mobile-right {
  padding-right: 10px; }
.page-summer-trends #lk-summer-trends-mood-board-mobile {
  margin-left: 15px;
  margin-right: 15px; }
  .page-summer-trends #lk-summer-trends-mood-board-mobile .small--one-half {
    padding-left: 10px; }
.page-summer-trends #lk-summer-trends-mobile-left-middle {
  width: 90%; }

#lk-brave-landing {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0; }
  #lk-brave-landing h1 {
    font-size: 56px;
    letter-spacing: 3.2px; }
    @media only screen and (max-width: 767px) {
      #lk-brave-landing h1 {
        font-size: 36px;
        letter-spacing: 1.2px;
        margin-top: 30px;
        margin-bottom: 30px; } }
  #lk-brave-landing #lk-brave-video-container {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
    #lk-brave-landing #lk-brave-video-container video {
      max-width: 100%; }

.page-disney #lk-disney-page-banner {
  margin-top: 50px;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .page-disney #lk-disney-page-banner {
      height: 150px; } }
.page-disney #lk-disney-page-description {
  padding: 50px 30px;
  text-align: center; }
  .page-disney #lk-disney-page-description h3 {
    text-transform: uppercase; }
  .page-disney #lk-disney-page-description p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
.page-disney #lk-disney-page-mood-board {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .page-disney #lk-disney-page-mood-board {
      margin: 0 10px; } }
  .page-disney #lk-disney-page-mood-board img,
  .page-disney #lk-disney-page-mood-board video {
    margin: 5px 0;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .page-disney #lk-disney-page-mood-board img,
      .page-disney #lk-disney-page-mood-board video {
        margin: 0 0 10px 0;
        max-width: calc(100% - 10px); } }
  .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-first-column {
    width: calc(25.9% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-first-column {
        width: calc(50% - 5px);
        margin: 0 0 0 5px; } }
  .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-second-column {
    width: calc(23.5% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-second-column {
        width: calc(50% - 5px);
        margin: 0 5px 0 0; }
        .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-second-column img {
          max-width: 83.5%; } }
  .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-third-column {
    width: calc(23.5% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-third-column {
        clear: left;
        text-align: center;
        width: calc(50% - 5px);
        margin: 0 0 0 5px; }
        .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-third-column img {
          max-width: 83%; } }
  .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-fourth-column {
    width: calc(27.1% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-disney #lk-disney-page-mood-board .lk-disney-page-mood-board-fourth-column {
        width: calc(50% - 5px);
        margin: 0 5px 0 0; } }
.page-disney #lk-disney-page-products {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 50px; }
  .page-disney #lk-disney-page-products .lk-home-product-row-product img {
    max-width: 85%; }
  @media only screen and (max-width: 767px) {
    .page-disney #lk-disney-page-products > a:nth-child(odd) > div {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .page-disney #lk-disney-page-products .lk-home-product-row-product {
      width: calc(50% - 8px);
      padding: 0; } }
  .page-disney #lk-disney-page-products #lk-disney-page-products-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px; }
.page-disney #lk-disney-page-bottom-section {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-disney #lk-disney-page-bottom-section {
      height: 280px;
      margin-bottom: 20px; } }
  .page-disney #lk-disney-page-bottom-section h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .page-disney #lk-disney-page-bottom-section p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .page-disney #lk-disney-page-bottom-section img {
    width: 162.5px;
    margin-left: auto;
    margin-right: auto; }
.page-disney #lk-footer-hr {
  display: none; }

.page-marvel #lk-marvel-page-banner {
  margin-top: 50px;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-banner {
      height: 150px; } }
@media only screen and (max-width: 767px) {
  .page-marvel .lk-home-page-video-banner video {
    height: 100vw;
    width: 100vw;
    left: 0;
    top: 0; } }
.page-marvel #lk-marvel-page-description {
  padding: 50px 30px;
  text-align: center; }
  .page-marvel #lk-marvel-page-description h3 {
    text-transform: uppercase; }
  .page-marvel #lk-marvel-page-description p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
.page-marvel #lk-marvel-page-mood-board {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-mood-board {
      margin: 0 10px 50px; } }
  .page-marvel #lk-marvel-page-mood-board img {
    margin: 5px 0;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .page-marvel #lk-marvel-page-mood-board img {
        margin: 0 0 5px 0; } }
  .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-first-column {
    width: calc(26.2% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-first-column {
        width: calc(50% - 5px);
        margin: 0; }
        .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-first-column img {
          max-width: calc(100% - 7px);
          margin-bottom: 5px; } }
  .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-second-column {
    width: calc(23.8% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-second-column {
        width: calc(50% - 5px);
        margin: 0 0 0 5px; }
        .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-second-column img {
          max-width: calc(100% - 7px); } }
  .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-third-column {
    width: calc(23.8% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-third-column {
        clear: left;
        text-align: center;
        width: calc(50% - 5px);
        margin: 0 5px 0 0; }
        .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-third-column img {
          max-width: calc(100% - 7px); } }
  .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-fourth-column {
    width: calc(26.2% - 20px);
    float: left;
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-fourth-column {
        width: calc(50% - 5px);
        margin: 0 5px 0 0; }
        .page-marvel #lk-marvel-page-mood-board .lk-marvel-page-mood-board-fourth-column img {
          max-width: calc(100% - 7px); } }
.page-marvel #lk-marvel-page-products {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 50px; }
  .page-marvel #lk-marvel-page-products .lk-home-product-row-product {
    position: relative; }
    .page-marvel #lk-marvel-page-products .lk-home-product-row-product #lk-marvel-deadpool-logo {
      position: absolute;
      width: 176px;
      left: calc(50% - 88px);
      top: 20px; }
      @media only screen and (max-width: 767px) {
        .page-marvel #lk-marvel-page-products .lk-home-product-row-product #lk-marvel-deadpool-logo {
          width: 100px;
          left: calc(50% - 50px);
          top: -10px; } }
    .page-marvel #lk-marvel-page-products .lk-home-product-row-product img {
      max-width: 85%; }
    .page-marvel #lk-marvel-page-products .lk-home-product-row-product p.headline {
      margin-bottom: 5px; }
    .page-marvel #lk-marvel-page-products .lk-home-product-row-product p.lk-collection-item-price {
      margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-products > a:nth-child(odd) > div {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-products .lk-home-product-row-product {
      width: calc(50% - 8px);
      padding: 0; } }
  .page-marvel #lk-marvel-page-products #lk-marvel-page-products-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px; }
.page-marvel #lk-marvel-page-bottom-section {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-bottom-section {
      height: 280px;
      margin-bottom: 20px; } }
  .page-marvel #lk-marvel-page-bottom-section h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .page-marvel #lk-marvel-page-bottom-section p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .page-marvel #lk-marvel-page-bottom-section img {
    width: 162.5px;
    margin-left: auto;
    margin-right: auto; }
.page-marvel #lk-footer-hr {
  display: none; }
.page-marvel #lk-our-story-top-banner {
  height: 50vw; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-our-story-top-banner {
      height: 110vw; } }
.page-marvel #lk-marvel-page-logo {
  width: 300px; }
  @media only screen and (max-width: 767px) {
    .page-marvel #lk-marvel-page-logo {
      width: 180px; } }
.page-marvel #lk-marvel-collection-collector-set-info .lk-collection-header p.headline {
  background: #fff; }

#Login #Password {
  width: 180px;
  margin-left: calc(50% - 90px);
  margin-bottom: 20px; }

.lk-store-link {
  display: inline-block; }

#lk-main-menu-container {
  height: calc(100vh - 50px);
  width: 25vw;
  position: fixed;
  z-index: -1;
  left: -25vw; }
  @media only screen and (max-width: 1023px) {
    #lk-main-menu-container {
      display: none; } }
  #lk-main-menu-container.active {
    z-index: 13;
    left: 0; }
  #lk-main-menu-container.half-width {
    width: 50vw; }
  #lk-main-menu-container.full-width {
    width: 100vw; }
  #lk-main-menu-container .ais-search-box--input {
    padding-left: 0; }

#account #lk-main-menu-container {
  margin-top: 0; }

#lk-main-menu {
  position: relative;
  margin-left: -25vw;
  height: 100vh;
  min-height: 450px;
  background: #fff;
  width: 25vw;
  display: none;
  padding: 25px 30px 30px;
  z-index: 102;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  #lk-main-menu.active {
    opacity: 1;
    display: inline-block;
    z-index: 13;
    -webkit-animation: main-menu-slide-in 0.5s forwards;
    animation: main-menu-slide-in 0.5s forwards; }

#lk-submenu,
#lk-collection-menu {
  height: 100vh;
  background: #f5f5f5;
  width: calc(25vw + 1px);
  display: none;
  padding: 50px;
  z-index: 0; }
  #lk-submenu a,
  #lk-collection-menu a {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  #lk-submenu.active,
  #lk-collection-menu.active {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 25vw;
    display: block;
    -webkit-animation: main-menu-slide-in 0.5s forwards;
    animation: main-menu-slide-in 0.5s forwards; }
    #lk-submenu.active a,
    #lk-collection-menu.active a {
      opacity: 1; }

#lk-menu-results-container {
  height: calc(100vh - 50px);
  background: #fbfbfb;
  width: 50vw;
  display: none;
  padding: 50px;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out; }
  #lk-menu-results-container.active {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50vw;
    z-index: 13;
    display: block;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important; }

.lk-main-menu-collection,
#lk-menu-search-results-container,
#lk-menu-search-results-empty-container {
  height: 100vh;
  background: #fbfbfb;
  width: 75vw;
  display: none;
  padding: 50px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .lk-main-menu-collection.active,
  #lk-menu-search-results-container.active,
  #lk-menu-search-results-empty-container.active {
    position: absolute;
    top: 0;
    opacity: 1;
    left: 25vw;
    z-index: 13;
    display: block; }

.lk-main-menu-collection#lk-sale {
  padding-bottom: 100px; }

#lk-main-menu-social {
  position: absolute;
  bottom: 70px;
  left: 25px; }

.lk-main-menu-social-icon {
  margin: 0 6px; }

#lk-menu-search-results-container {
  background: #fff; }

.lk-collection-team-count {
  margin-top: 0; }

.lk-menu-collection-title {
  margin-bottom: 0; }

.lk-menu-bottom-link {
  color: #969696;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  padding: 20px 0;
  clear: both;
  display: block;
  width: 100%;
  bottom: 0; }

.lk-menu-result {
  display: none; }
  .lk-menu-result.active {
    display: block;
    overflow: hidden;
    position: relative; }

.lk-menu-results-item {
  text-align: center; }

.lk-menu-result .lk-menu-results-item {
  height: 25.6vw; }

.lk-main-menu-link.active {
  font-weight: 500; }

.lk-main-menu-close-container:hover {
  cursor: pointer; }
.lk-main-menu-close-container .lk-menuclose-black {
  height: 8px;
  width: 8px; }

.lk-submenu-link {
  position: relative; }
  .lk-submenu-link:after {
    content: url("/cdn/shop/t/8/assets/lk-linkarrow-black.svg?v=149866154139281457731628821750");
    height: 10px;
    width: 22px;
    font-weight: 300;
    position: absolute;
    right: -40px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
  .lk-submenu-link.active {
    font-weight: 500; }
  .lk-submenu-link.active:after {
    opacity: 1; }

#lk-search, #lk-desktop-search-new {
  border: none;
  border-bottom: 1px solid #282829;
  position: relative;
  width: 100%;
  background: url("/cdn/shop/t/8/assets/lk-search-black.svg?v=16332694759419278921628821750");
  background-position: right 5px top 3px;
  background-repeat: no-repeat;
  background-size: 14px 12px; }

#lk-desktop-search-new:focus {
  outline: none; }

@media all and (max-width: 1084px) {
  #lmnts-lokai-link {
    display: none !important; } }
#lk-header-search-new-link {
  position: relative;
  padding-left: 10px;
  margin-left: -60px; }
  #lk-header-search-new-link:before {
    content: url("/cdn/shop/t/8/assets/lk-search-white.svg?v=131426441032547458541628821751");
    position: absolute;
    left: -10px;
    top: -1px;
    height: 14px;
    width: 12px; }

.lk-search-result {
  background: #fff; }
  @media only screen and (min-width: 1350px) {
    .lk-search-result {
      height: 28vw; } }
  @media only screen and (max-width: 1349px) {
    .lk-search-result {
      height: 38vw; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .lk-search-result {
      height: 50vw; } }
  @media only screen and (max-width: 767px) {
    .lk-search-result {
      height: 60vw; } }

.lk-search-result-title {
  font-size: 16px;
  text-transform: none;
  margin: 10px 0; }
  @media only screen and (max-width: 767px) {
    .lk-search-result-title {
      font-weight: 500;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      padding: 0; } }

.lk-search-result-img {
  padding: 20px 10px; }
  @media only screen and (max-width: 767px) {
    .lk-search-result-img {
      padding: 0 10px; } }

#lk-search-stats,
.lk-search-result-title,
.lk-search-result-price {
  text-align: center; }

.lk-search-result-title {
  text-transform: uppercase;
  letter-spacing: 1.12px;
  font-weight: 500; }

#lk-main-menu .algolia-autocomplete {
  position: absolute;
  width: 75vw;
  left: 25vw; }

#lk-main-menu .ais-search-box--magnifier {
  left: 92%;
  top: 0; }
#lk-main-menu .ais-search-box--reset {
  display: none; }

#lk-menu-black-friday:hover {
  font-weight: 500; }

@-webkit-keyframes main-menu-slide-in {
  from {
    margin-left: -25vw;
    z-index: -1; }

  to {
    margin-left: 0;
    z-index: 1; } }

@keyframes main-menu-slide-in {
  from {
    margin-left: -25vw;
    z-index: -1; }

  to {
    margin-left: 0;
    z-index: 1; } }

@-webkit-keyframes main-menu-slide-out {
  from {
    margin-left: 0;
    z-index: 1; }

  to {
    margin-left: -25vw;
    z-index: -1; } }

@keyframes main-menu-slide-out {
  from {
    margin-left: 0;
    z-index: 1; }

  to {
    margin-left: -25vw;
    z-index: -1; } }

.lk-menu-sold-out {
  color: #969696;
  letter-spacing: 1.2px; }

#elements-link-mobile {
  color: #969696; }
  #elements-link-mobile a,
  #elements-link-mobile span,
  #elements-link-mobile .lk-lokai-logo {
    color: #969696; }
  #elements-link-mobile .lk-lokai-logo {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    margin-top: -1px; }

#lk-social-sidebar {
  position: fixed;
  right: 0;
  top: calc(50% - 50px);
  list-style-type: none;
  padding: 10px;
  background: #6cb4e5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cb4e5 0%, #fefefe 66%, #fefefe 66%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6cb4e5 0%, #fefefe 66%, #fefefe 66%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6cb4e5 0%, #fefefe 66%, #fefefe 66%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cb4e5', endColorstr='#fefefe',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  #lk-social-sidebar .icon {
    background: #fbfbfb;
    border-radius: 50%;
    padding: 5px;
    opacity: 0.8;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    #lk-social-sidebar .icon:hover {
      opacity: 1;
      transform: scale(1.25); }

#lk-bf-hp-container #lk-bf-hp-top-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-image: url("/cdn/shop/t/8/assets/bf-hp-top-banner.png?3534"); }
  #lk-bf-hp-container #lk-bf-hp-top-banner h1 {
    color: #fff; }
  #lk-bf-hp-container #lk-bf-hp-top-banner .lk-btn {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    color: #282829;
    background: #fff; }
  @media only screen and (max-width: 767px) {
    #lk-bf-hp-container #lk-bf-hp-top-banner {
      background-position: 56% center; } }
#lk-bf-hp-container #lk-bf-hp-second-row {
  display: block;
  clear: both;
  padding: 30px 30px 60px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #lk-bf-hp-container #lk-bf-hp-second-row {
      padding-top: 45px; } }
  #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width {
    position: relative;
    float: left; }
    #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width .lk-bf-hp-half-width-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width:nth-of-type(odd) {
      margin-right: 7px;
      width: calc(50% - 7px); }
      @media only screen and (max-width: 767px) {
        #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width:nth-of-type(odd) {
          width: 100%;
          margin-right: 0;
          margin-bottom: 60px; } }
    #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width:nth-of-type(even) {
      margin-left: 13px;
      width: calc(50% - 13px); }
      @media only screen and (max-width: 767px) {
        #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width:nth-of-type(even) {
          width: 100%;
          margin-left: 0; } }
    #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width img {
      width: 100%; }
    #lk-bf-hp-container #lk-bf-hp-second-row .lk-bf-hp-half-width .lk-btn {
      position: absolute;
      left: calc(50% - 90px);
      bottom: -20px; }
#lk-bf-hp-container .lk-collection-header-bottom {
  position: relative;
  padding-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px; }
  #lk-bf-hp-container .lk-collection-header-bottom hr {
    border: none;
    border: 1px solid #cbcbcb; }
  #lk-bf-hp-container .lk-collection-header-bottom p.headline {
    position: absolute;
    top: -29px;
    left: calc(50% - 50px);
    padding-left: 20px;
    padding-right: 20px;
    background: #fff; }
#lk-bf-hp-container h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  margin-top: 20px;
  margin-bottom: 30px; }
#lk-bf-hp-container #lk-bf-bottom-row {
  width: 100%;
  padding: 15px 15px 45px; }
  #lk-bf-hp-container #lk-bf-bottom-row .lk-bf-bottom-row-item {
    width: calc(25% - 30px);
    margin: 0 15px;
    float: left;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #lk-bf-hp-container #lk-bf-bottom-row .lk-bf-bottom-row-item {
        width: calc(100% - 30px);
        margin-bottom: 45px; } }
  #lk-bf-hp-container #lk-bf-bottom-row .lk-bf-bottom-row-item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #lk-bf-hp-container #lk-bf-bottom-row img {
    width: 100%; }
  #lk-bf-hp-container #lk-bf-bottom-row .lk-btn {
    position: absolute;
    left: calc(50% - 90px);
    bottom: -10px; }

#lk-hp-gifts-under-top-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-image: url("/cdn/shop/t/8/assets/2020-post-sale-hp-top-banner.png?v=4981419584192857341628821697"); }
  #lk-hp-gifts-under-top-banner h1 {
    color: #fff; }
  #lk-hp-gifts-under-top-banner .lk-btn {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    color: #282829;
    background: #fff; }
  @media only screen and (max-width: 767px) {
    #lk-hp-gifts-under-top-banner {
      background-position: 56% center; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-gifts-under-top-banner {
      background-position: 20% center; } }

#lk-hp-gifts-under-section {
  display: block;
  clear: both;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #lk-hp-gifts-under-section {
      padding-left: 60px;
      padding-right: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-gifts-under-section {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) {
    #lk-hp-gifts-under-section > div > div:nth-child(odd) {
      margin-right: 16px;
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) {
    #lk-hp-gifts-under-section > div > div:nth-child(even) {
      margin-left: 16px;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #lk-hp-gifts-under-section .lk-collection-gifts-section {
      width: 100vw;
      margin-left: 30px;
      padding-left: 0; }
      #lk-hp-gifts-under-section .lk-collection-gifts-section h4 {
        margin-top: 0; }
      #lk-hp-gifts-under-section .lk-collection-gifts-section .lk-btn {
        left: calc(50% - 90px);
        bottom: 90px; } }
  #lk-hp-gifts-under-section #lk-collections-gifts-under-20 {
    background: url("/cdn/shop/t/8/assets/2020-post-sale-hp-gifts-under-20.png?v=113550488833777676811628821695"); }
  #lk-hp-gifts-under-section #lk-collections-gifts-under-40 {
    background: url("/cdn/shop/t/8/assets/2020-post-sale-hp-gifts-under-40.png?v=117392433087743834501628821696"); }
  #lk-hp-gifts-under-section #lk-collections-gifts-under-60 {
    background: url("/cdn/shop/t/8/assets/2020-post-sale-hp-gifts-under-60.png?v=92022225076924091271628821696"); }
  #lk-hp-gifts-under-section #lk-collections-gifts-under-100 {
    background: url("/cdn/shop/t/8/assets/2020-post-sale-hp-gifts-under-100.png?v=24697356546440443781628821695"); }

@media only screen and (max-width: 767px) {
  #lk-black-friday-gifts-page h1 {
    font-size: 36px; } }
#lk-black-friday-gifts-page .lk-black-friday-section-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
#lk-black-friday-gifts-page h1 {
  color: #fff; }
#lk-black-friday-gifts-page .lk-btn {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner {
  background: url(" /cdn/shop/t/8/assets/bf-gift-top.png?v=162465697368657846451628821715 ");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  min-height: 500px;
  background-size: cover !important;
  margin-bottom: 30px;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner h4 {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner {
      min-height: 90vw; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner .lk-btn {
    position: absolute;
    z-index: 2;
    left: calc(50% - 75px);
    bottom: 110px;
    background: #fff;
    color: #282829; }
    @media all and (max-width: 1024px) {
      #lk-black-friday-gifts-page #lk-black-friday-gifts-top-banner .lk-btn {
        bottom: 90px; } }
@media only screen and (min-width: 768px) {
  #lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section {
    padding-left: 60px;
    padding-right: 30px; }
    #lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section > div:nth-child(odd) {
      margin-right: 5px; }
    #lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section > div:nth-child(even) {
      margin-left: 5px; }
    #lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section > div {
      margin-bottom: 10px;
      width: calc(50% - 5px); } }
#lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section .lk-btn {
  position: absolute;
  left: calc(50% - 75px);
  z-index: 2;
  bottom: 110px; }
  @media all and (max-width: 1024px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-bottom-section .lk-btn {
      bottom: 60px; } }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-15 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/gifts-under-15.png?3534 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-15 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-15 h4 {
    text-transform: uppercase; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-20 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/gifts-under-15.png?3534 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-20 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-20 h4 {
    text-transform: uppercase; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-35 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/gifts-under-35.png?3534 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-35 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-35 h4 {
    text-transform: uppercase; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-40 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/bf-gift-page-gifts-under-25.png?v=125886417905228926451628821713 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-40 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-40 h4 {
    text-transform: uppercase; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-60 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/bf-gift-page-gifts-under-35.png?v=117056131293558544771628821714 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-60 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-60 h4 {
    text-transform: uppercase; }
#lk-black-friday-gifts-page #lk-black-friday-gifts-under-100 {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  background: url(" /cdn/shop/t/8/assets/bf-gift-page-gifts-under-50.png?v=9591818224561301211628821715 "); }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-page #lk-black-friday-gifts-under-100 {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-page #lk-black-friday-gifts-under-100 h4 {
    text-transform: uppercase; }

#lk-cyber-monday-banner {
  min-height: 300px;
  margin-bottom: 4px;
  background: #a8c2d2;
  background: -moz-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
  background: -webkit-linear-gradient(top, #a8c2d2 0%, #d4d6d5 100%);
  background: linear-gradient(to bottom, #a8c2d2 0%, #d4d6d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c2d2', endColorstr='#d4d6d5',GradientType=0 );
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #lk-cyber-monday-banner h2 {
    color: #fff;
    max-width: 400px; }

#lk-black-friday-gifts-kids-banner {
  background: url(" /cdn/shop/t/8/assets/bf-gift-page-gifts-for-kids.png?v=79489974152009434581628821711 ");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 23vw;
  height: 23vw;
  position: relative;
  margin: 30px;
  height: 550px; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-kids-banner {
      min-height: 70vw;
      margin-bottom: 30px; } }
  #lk-black-friday-gifts-kids-banner h4 {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-gifts-kids-banner {
      height: 350px;
      margin: 10px 0 30px; } }

#lk-black-friday-sale-page #lk-black-friday-sale-top-banner {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url(" /cdn/shop/t/8/assets/bf-sale-top-banner.png?3534 ");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-sale-page #lk-black-friday-sale-top-banner {
      min-height: 250px; }
      #lk-black-friday-sale-page #lk-black-friday-sale-top-banner h1 {
        font-size: 36px; } }
  #lk-black-friday-sale-page #lk-black-friday-sale-top-banner h1 {
    color: #fff; }
#lk-black-friday-sale-page h4 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.3em; }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-sale-page h4 {
      font-size: 19px; } }
#lk-black-friday-sale-page #lk-bf-sale-percent-off-section {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #lk-black-friday-sale-page #lk-bf-sale-percent-off-section .lk-btn {
      max-width: 150px;
      width: 150px;
      min-width: 150px; } }
  @media only screen and (min-width: 768px) {
    #lk-black-friday-sale-page #lk-bf-sale-percent-off-section .one-half:nth-of-type(odd) {
      margin-right: -10px;
      width: calc(50% + 7px); }
    #lk-black-friday-sale-page #lk-bf-sale-percent-off-section .one-half:nth-of-type(even) {
      margin-left: -10px;
      width: calc(50% + 3px); } }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-sale-page #lk-bf-sale-percent-off-section .lk-btn {
      max-width: 120px;
      width: 120px;
      min-width: 120px; }
    #lk-black-friday-sale-page #lk-bf-sale-percent-off-section h4 {
      padding: 0;
      margin-top: 15px;
      margin-bottom: 15px; } }
  #lk-black-friday-sale-page #lk-bf-sale-percent-off-section img {
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-sale-page #lk-bf-sale-percent-off-section img {
        margin-bottom: 15px; } }
  #lk-black-friday-sale-page #lk-bf-sale-percent-off-section h4 {
    margin-top: 0;
    margin-bottom: 20px; }
#lk-black-friday-sale-page #lk-sale-collections-row {
  padding-left: 30px;
  padding-right: 30px; }
  #lk-black-friday-sale-page #lk-sale-collections-row > div {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-sale-page #lk-sale-collections-row > div {
        margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    #lk-black-friday-sale-page #lk-sale-collections-row {
      padding-bottom: 15px; } }
  #lk-black-friday-sale-page #lk-sale-collections-row h4 {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #lk-black-friday-sale-page #lk-sale-collections-row .lk-btn {
      width: 150px;
      max-width: 150px;
      min-width: 150px; } }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-sale-page #lk-sale-collections-row .lk-btn {
      width: 120px;
      max-width: 120px;
      min-width: 120px;
      margin-bottom: 30px; }
    #lk-black-friday-sale-page #lk-sale-collections-row h4 {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    #lk-black-friday-sale-page #lk-sale-collections-row .lk-sale-clear-left {
      clear: left; } }
#lk-black-friday-sale-page #lk-bf-sale-50-off-header,
#lk-black-friday-sale-page #lk-bf-sale-30-off-header {
  position: relative;
  margin-bottom: 30px; }
  #lk-black-friday-sale-page #lk-bf-sale-50-off-header h4,
  #lk-black-friday-sale-page #lk-bf-sale-30-off-header h4 {
    position: absolute;
    top: -29px;
    left: calc(50% - 65px);
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-sale-page #lk-bf-sale-50-off-header h4,
      #lk-black-friday-sale-page #lk-bf-sale-30-off-header h4 {
        font-size: 16px;
        left: calc(50% - 53px); } }
#lk-black-friday-sale-page #lk-bf-sale-bottom-collections {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 768px) {
    #lk-black-friday-sale-page #lk-bf-sale-bottom-collections > div:nth-of-type(odd) {
      width: calc(50% + 7px);
      margin-right: -10px; }
    #lk-black-friday-sale-page #lk-bf-sale-bottom-collections > div:nth-of-type(even) {
      width: calc(50% + 3px);
      margin-left: -10px; } }
  #lk-black-friday-sale-page #lk-bf-sale-bottom-collections img {
    width: 100%; }
  #lk-black-friday-sale-page #lk-bf-sale-bottom-collections .lk-btn {
    width: 180px;
    max-width: 180px;
    min-width: 180px; }
    @media only screen and (max-width: 767px) {
      #lk-black-friday-sale-page #lk-bf-sale-bottom-collections .lk-btn {
        width: 120px;
        max-width: 120px;
        min-width: 120px; } }
  #lk-black-friday-sale-page #lk-bf-sale-bottom-collections h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #lk-black-friday-sale-page .lk-small-break {
    display: block; } }
@media only screen and (max-width: 767px) {
  #lk-black-friday-sale-page .lk-small-break {
    display: block; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.unwind-bracelet {
  background: #00b3b3;
  background: -moz-linear-gradient(-45deg, #00b3b3 41%, #0051a8 60%);
  background: -webkit-linear-gradient(-45deg, #00b3b3 41%, #0051a8 60%);
  background: linear-gradient(138deg, #00b3b3 41%, #0051a8 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b3b3', endColorstr='#0051a8',GradientType=1 ); }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.uplift-bracelet {
  background: #de9524;
  background: -moz-linear-gradient(-45deg, #de9524 41%, #c6a3c2 60%);
  background: -webkit-linear-gradient(-45deg, #de9524 41%, #c6a3c2 60%);
  background: linear-gradient(138deg, #de9524 41%, #c6a3c2 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de9524', endColorstr='#c6a3c2',GradientType=1 ); }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.keith-haring-heart-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/heart_main.png?v=1611343409");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.keith-haring-love-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/love_new.png?v=1611343291");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.keith-haring-blue-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/blue_swatch.jpg?v=1611236042");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.keith-haring-multi-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/yellow_new.png?v=1611342806");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-container-neon.keith {
  width: 34px;
  height: 34px;
  margin: 0 1px; }

#artist-lokai #lk-collection-banner h2 {
  color: #282829; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.jackie-robinson-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/jonson.png?v=1612387687");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.rosa-parks-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/nan_b43238e9-de86-4747-90f3-8998871ed434.png?v=1612388697");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

#shopify-section-product #lk-pdp-variant-selectors .lk-pdp-selector-color-neon.muhammad-ali-bracelet {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/ali.png?v=1612388923");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

.template-index #lk-home-product-slider-section h2 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.template-index #lk-home-product-slider-section h3 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }

.swym-remind-me .swym-title {
  display: none; }

#disney-collection #lk-collection-banner {
  min-height: 383px !important; }

.disney_block, .disney_block_index {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 60px; }

.disney_block_index {
  margin: 35px auto;
  padding: 0 30px; }

.disney_block > *, .disney_block_index > * {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .disney_block > *, .disney_block_index > * {
      width: 50%; } }

.image__conta {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden; }

.image__conta img:first-child {
  width: 55%;
  margin-right: -65px;
  z-index: 1; }

.image__conta img:last-child {
  width: 67%; }

@media screen and (max-width: 767px) {
  .disney__text {
    margin-top: 30px; } }
.disney__text p {
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  padding: 15px 30px; }
  @media screen and (min-width: 768px) {
    .disney__text p {
      max-width: 380px;
      margin: 15px auto 0 auto;
      padding: 0; } }
.disney__text h2 {
  font-size: 25px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .disney__text h2 {
      max-width: 322px;
      margin-right: auto;
      margin-left: auto; } }

@media screen and (max-width: 767px) {
  .disney__text_index {
    margin-top: 30px; } }
.disney__text_index p {
  max-width: 100%;
  line-height: 1.4;
  padding: 15px 30px; }
  @media screen and (min-width: 768px) {
    .disney__text_index p {
      max-width: 380px;
      margin: 0 auto !important;
      padding: 0 !important; } }
.disney__text_index h2 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .disney__text_index h2 {
      max-width: 322px;
      margin-right: auto;
      margin-left: auto;
      font-size: 25px; } }
.disney__text_index .lk-btn {
  margin-top: 40px;
  margin-bottom: 40px; }

.make_wish {
  max-width: 150px;
  margin: 0 auto;
  text-align: center; }

.disney__bottom {
  padding: 30px 0; }
  .disney__bottom h3 {
    margin-bottom: 0;
    font-weight: 500; }
  .disney__bottom p {
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 450px;
    margin-right: auto;
    text-align: center;
    margin-left: auto; }

@media screen and (max-width: 767px) {
  #lk-disney-collection-bottom-section {
    height: unset; } }
.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.reveal {
  position: relative;
  z-index: 1; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }

#lk-collection-item-images:hover .hidden {
  z-index: 100000;
  opacity: 1; }

.disney__item:hover .hidden {
  z-index: 100000;
  opacity: 1; }

@media screen and (min-width: 768px) {
  #disney-collection .lk-collection-item {
    height: 28vw; } }
#disney-collection #lk-header {
  background: white; }

#disney-collection #lk-header .lk-main-menu-item a, #disney-collection #lk-header .site-nav-right a {
  color: #282829; }

#disney-collection #lk-logo-white {
  display: none; }

#disney-collection #lk-logo-dark {
  display: inline-block; }

#disney-collection #MainContent {
  padding-top: 95px; }

.disney___image img {
  width: 100%; }

.disney_index {
  position: relative; }
  .disney_index .lk-btn:not(.no_ab) {
    position: absolute;
    bottom: 60px !important;
    left: 50% !important;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .disney_index .lk-btn:not(.no_ab) {
        bottom: 30px !important; } }

.disney_index a.lk-btn {
  border: 1px solid white;
  min-height: 40px;
  line-height: 40px;
  color: white; }

@media screen and (max-width: 768px) {
  .disney__image_index {
    margin-top: 30px; }

  .disney_block_index {
    padding: 0 15px; } }
.disney__text_index p {
  padding: 0 15px !important;
  margin: 0 auto !important; }

#shopify-section-product #lk-pdp-variant-selectors button.lk-pdp-selector-color.sea {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/DisneyTheLittleMermaidArielLokai-swatch-sea.jpg?v=1619585824");
  background-size: cover;
  background-repeat: no-repeat; }

#shopify-section-product #lk-pdp-variant-selectors button.lk-pdp-selector-color.shells {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/DisneyTheLittleMermaidArielLokai-swatch-shells.jpg?v=1619585823");
  background-size: cover;
  background-repeat: no-repeat; }

#shopify-section-product #lk-pdp-variant-selectors button.lk-pdp-selector-color.roses {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/DisneyBeautyAndTheBeastBelleLokai-swatch-roses.png?v=1619585514");
  background-size: cover;
  background-repeat: no-repeat; }

#shopify-section-product #lk-pdp-variant-selectors button.lk-pdp-selector-color.books {
  background-image: url("https://cdn.shopify.com/s/files/1/1366/8315/files/DisneyBeautyAndTheBeastBelleLokai-swatch-books.jpg?v=1619585514");
  background-size: cover;
  background-repeat: no-repeat; }

#lk-disney-page-collection-copyright {
  text-align: right;
  padding-right: 30px; }

.disney_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.disney_background h2 {
  font-size: 60px;
  color: white;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .disney_background h2 {
      font-size: 40px; } }

.disney_ab_overlay {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  left: 50%; }

.disney_ab_overlay a.lk-btn {
  position: relative;
  bottom: unset;
  left: unset; }

#lk-star-wars-collection-bottom p {
  font-size: 20px;
  padding: 20px 20px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 450px;
  color: white;
  margin-right: auto;
  text-align: center;
  margin-left: auto; }

#test #lk-collection-banner, #star-wars-x-lokai-collection #lk-collection-banner {
  margin-bottom: 0; }

.star_war_heading img {
  max-width: 160px; }

.star_wars_top p {
  color: white; }

.image__conta video {
  width: 67%; }

#star-wars-x-lokai-collection #lk-collection-grid {
  padding-top: 90px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #star-wars-x-lokai-collection #lk-collection-grid {
      padding-top: 50px !important; } }

#star-wars-x-lokai-collection #lk-collection .lk-collection-item-product-photo img {
  max-height: unset !important;
  max-width: 310px;
  width: 100%; }

#star-wars-x-lokai-collection #lk-collection .lk-collection-item-product-photo img.hidden {
  left: 50%;
  transform: translateX(-50%); }

.mem_shop_block {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  max-width: 1500px;
  padding: 0 40px;
  margin: 60px auto 0; }
  @media screen and (max-width: 767px) {
    .mem_shop_block {
      padding: 25px; } }

@media screen and (min-width: 768px) {
  .mem_shop_block > * {
    width: 50%; } }
.mem_image__conta {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden; }

.mem_image__conta img:last-child {
  width: 55%;
  margin-left: -184px;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .mem_image__conta img:last-child {
      margin-left: -120px; } }
  @media screen and (max-width: 768px) {
    .mem_image__conta img:last-child {
      margin-left: -100px;
      width: 67%; } }

.mem_image__conta img:first-child {
  width: 65%; }
  @media screen and (max-width: 767px) {
    .mem_image__conta img:first-child {
      width: 76%; } }

.mem__text h2 {
  text-align: left;
  margin: 0;
  margin-top: 10px;
  font-size: 55px;
  max-width: 430px; }
  @media screen and (max-width: 1023px) {
    .mem__text h2 {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .mem__text h2 {
      font-size: 25px !important;
      max-width: 100%;
      padding: 0; } }

.mem__text p {
  line-height: 1.4;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .mem__text p {
      max-width: 450px; } }

.mem__text p {
  margin-top: 15px;
  padding: 0; }

.mem__text {
  padding: 0 25px 0 50px; }

@media screen and (max-width: 1023px) {
  .mem__text {
    padding: 30px; } }
@media screen and (max-width: 767px) {
  .mem__text {
    padding: 30px 0px; } }
.mem__text h3 {
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  font-size: 17px;
  padding: 0; }

.members_exclusive_products {
  background-color: #f8f4f0;
  position: relative;
  padding: 40px;
  margin-top: 20px; }
  @media screen and (min-width: 1024px) {
    .members_exclusive_products {
      margin-top: -70px; } }

.row_flex .lk-home-product-row-product img {
  max-width: 100%; }

.row_flex {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
  max-width: 1500px;
  margin: 0 auto; }

.row_flex .lk-home-product-row-product {
  float: none;
  padding-top: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .row_flex .lk-home-product-row-product {
      width: calc(50% - 8px);
      padding-top: 0;
      padding-bottom: 15px; } }

.section_heading {
  font-size: 21px;
  margin: 0; }

@media screen and (max-width: 767px) {
  .members_exclusive_products {
    padding: 40px 0; } }
.members_exclusive_products .section_heading {
  margin-bottom: 10px; }

.mem_featured_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 80px 40px; }
  @media screen and (min-width: 768px) {
    .mem_featured_item #lk-pdp-right-column {
      text-align: left; } }
  .mem_featured_item .mem_f_text {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0; }
  .mem_featured_item #lk-product-title {
    margin-top: 10px;
    font-size: 50px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .mem_featured_item {
      padding: 40px 15px; } }
  .mem_featured_item > * {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .mem_featured_item > * {
        width: 100%; } }
    .mem_featured_item > * button.slick-prev {
      left: 40px !important; }
    .mem_featured_item > * button.slick-next {
      right: 40px !important; }
  @media screen and (min-width: 768px) {
    .mem_featured_item .product__info__wrapper {
      padding: 0 25px 0 50px; }
      .mem_featured_item .product__info__wrapper > div {
        max-width: 450px; }
    .mem_featured_item .slick-slide {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .mem_featured_item button.slick-prev {
      margin-top: unset; } }

.mem_image_wrapper {
  padding: 120px 40px 80px;
  position: relative;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap; }
  .mem_image_wrapper .mem_image_1 {
    width: 55%; }
  .mem_image_wrapper .mem_image_2 {
    width: 45%; }
    @media screen and (min-width: 767px) {
      .mem_image_wrapper .mem_image_2 {
        margin-left: -90px;
        margin-top: -40px; } }
  .mem_image_wrapper img, .mem_image_wrapper svg {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .mem_image_wrapper > div {
      width: 100% !important; } }
  @media screen and (max-width: 767px) {
    .mem_image_wrapper {
      padding: 60px 20px; } }
  .mem_image_wrapper .balanced_self {
    position: absolute;
    max-width: 127px;
    right: 145px;
    top: 17px; }

.faq_wrapper_mem {
  padding: 40px 20px; }
  .faq_wrapper_mem #lk-ambassador-signup-page #lk-ambassador-signup-faqs {
    background: transparent; }
  .faq_wrapper_mem #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner {
    max-width: 100%;
    margin: 0; }
  .faq_wrapper_mem #lk-ambassador-signup-page {
    text-align: left; }
  .faq_wrapper_mem #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq h6 {
    text-transform: none; }
  .faq_wrapper_mem #lk-ambassador-signup-page #lk-ambassador-signup-faqs-inner .lk-ambassador-signup-faq.active p {
    border-top: 0;
    border-bottom: 0; }
  .faq_wrapper_mem h6 {
    padding: 0 15px 0 0; }
  .faq_wrapper_mem .faq__inner__wrapper .faq__text__section p {
    padding: 0; }

.faq__inner__wrapper {
  display: flex;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap; }
  @media screen and (max-width: 767px) {
    .faq__inner__wrapper {
      padding: 0; } }
  .faq__inner__wrapper > div {
    width: 50%;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .faq__inner__wrapper > div {
        width: 100%;
        padding: 0; } }
  .faq__inner__wrapper .faq__text__section p {
    line-height: 1.5;
    text-align: left; }
    @media screen and (min-width: 767px) {
      .faq__inner__wrapper .faq__text__section p {
        max-width: 450px; } }
  .faq__inner__wrapper .lk-ambassador-signup-faq {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 15px;
    padding-bottom: 5px; }
    .faq__inner__wrapper .lk-ambassador-signup-faq p {
      margin-top: 0;
      margin-bottom: 5px; }
  .faq__inner__wrapper .lk-ambassador-signup-faq {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .faq__inner__wrapper .lk-ambassador-signup-faq .faq-question {
      margin: 0;
      padding: 10px 0;
      border-bottom: 1px solid #c8c8c8;
      text-align: left;
      cursor: pointer;
      position: relative; }
      .faq__inner__wrapper .lk-ambassador-signup-faq .faq-question:after {
        content: '+';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .faq__inner__wrapper .lk-ambassador-signup-faq .faq-question.active:after {
        content: '-'; }
      @media (max-width: 767px) {
        .faq__inner__wrapper .lk-ambassador-signup-faq .faq-question {
          border-bottom: 0;
          border-top: 1px solid #c8c8c8; } }
    .faq__inner__wrapper .lk-ambassador-signup-faq .faq-answer {
      display: none;
      text-align: left; }
      .faq__inner__wrapper .lk-ambassador-signup-faq .faq-answer.active {
        display: block;
        padding: 10px 0; }

.membership_intro {
  background: #f8f4f0;
  padding: 80px 60px 60px;
  position: relative;
  margin-top: 0 !important; }
  .membership_intro * {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .membership_intro {
      padding: 40px 15px; } }
  .membership_intro p {
    line-height: 1;
    font-size: 45px; }
    @media screen and (max-width: 768px) {
      .membership_intro p {
        font-size: 25px; } }
  .membership_intro h4 {
    font-size: 15px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .membership_intro {
      margin-top: 20px; } }
  .membership_intro .image_tape {
    position: absolute;
    top: -26px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    max-width: 250px; }

.subscription_box_mem {
  max-width: 1500px;
  padding: 40px;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }
  .subscription_box_mem > div {
    width: 50%;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .subscription_box_mem > div {
        padding: 15px 0;
        width: 100%; } }
    .subscription_box_mem > div div:first-child {
      text-align: center;
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .subscription_box_mem {
      padding: 0px 20px; } }
  .subscription_box_mem .sub_details {
    position: relative; }
    .subscription_box_mem .sub_details th {
      font-weight: normal;
      font-size: 30px;
      text-align: center; }
    .subscription_box_mem .sub_details table {
      border-collapse: collapse;
      width: 100%; }
    .subscription_box_mem .sub_details td, .subscription_box_mem .sub_details th {
      border: 1px solid #dddddd;
      padding: 15px; }
    .subscription_box_mem .sub_details td {
      text-align: left; }
    .subscription_box_mem .sub_details .table__link {
      font-size: 20px;
      text-align: center;
      font-weight: 500; }
    .subscription_box_mem .sub_details p {
      margin-top: 0;
      margin-bottom: 0; }
    .subscription_box_mem .sub_details .balanced_community {
      position: absolute;
      top: -67px;
      right: 51px;
      max-width: 127px; }
      @media screen and (max-width: 1024px) {
        .subscription_box_mem .sub_details .balanced_community {
          right: 0px;
          max-width: 100px;
          top: -60px; } }
    @media screen and (max-width: 767px) {
      .subscription_box_mem .sub_details {
        margin-top: 40px; } }

.membership__page .mem__text h2 {
  font-size: 35px; }

.mem__text .lk-btn {
  text-align: left;
  float: left; }

.sub_upsell_mem {
  background: #f8f4f0;
  padding: 120px 20px;
  margin: 0 auto;
  text-align: center; }
  .sub_upsell_mem h2 {
    margin-bottom: 20px; }

.mem_featured_item {
  max-width: 1500px;
  margin: 0 auto; }
  .mem_featured_item button.slick-next {
    top: calc(50% - 12px); }
  .mem_featured_item button.slick-prev {
    top: calc(50% - 14px); }

@media screen and (max-width: 767px) {
  .member_featured_product .grid__item {
    padding-left: 0; } }

.lk-home-product-row.row_flex .lk-home-product-row-product p {
  margin: 0; }
.lk-home-product-row.row_flex .lk-home-product-row-product .caption {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: auto; }

#live-lokai-membership {
  background: #eef1f1; }
  #live-lokai-membership #lk-product-title {
    max-width: 260px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #live-lokai-membership #lk-product-title {
        margin: 10px auto; } }

.members_upsell {
  display: flex;
  margin-top: 15px;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start; }
  .members_upsell > div {
    width: 25%;
    padding-right: 10px;
    text-align: left; }
    .members_upsell > div p {
      text-transform: uppercase;
      text-align: left;
      font-size: 15px;
      margin-top: 0;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .members_upsell > div p {
          font-size: 12px; } }
  .members_upsell .icon_upsell {
    min-height: 45px; }
    @media screen and (max-width: 767px) {
      .members_upsell .icon_upsell {
        min-height: 61px; } }
    .members_upsell .icon_upsell img {
      max-width: 35px; }
  .members_upsell .m_upsell p {
    padding: 0;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .members_upsell {
      padding: 0 10px; } }

.membership_overlay p {
  color: white;
  font-size: 16px;
  line-height: 1.2;
  max-width: 200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .membership_overlay p {
      font-size: 15px; } }

@media screen and (min-width: 768px) {
  .disney_ab_overlay.membership_overlay {
    left: 14%;
    max-width: 349px;
    text-align: center;
    bottom: 27%;
    transform: unset;
    top: unset; }

  .lk-home-page-video-banner.lk-mem-home {
    min-height: 590px; } }
.member-offline {
  position: relative;
  width: 100%;
  z-index: 2;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4);
  background: #f8f4f0;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px; }
  @media screen and (max-width: 767px) {
    .member-offline {
      padding: 60px 15px;
      margin-top: -830px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .member-offline {
      margin-top: -270px; } }
  @media screen and (min-width: 1024px) {
    .member-offline {
      margin-top: -325px; } }
  .member-offline p {
    max-width: 450px;
    text-align: center;
    margin: 25px auto; }
  .member-offline h2 {
    max-width: 450px;
    margin: 0 auto;
    text-align: center; }
  .member-offline .mo_login_link a {
    text-decoration: underline; }
  .member-offline .mo_upsell_sec {
    padding-top: 25px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: flex-start; }
    .member-offline .mo_upsell_sec > div {
      width: 25%;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .member-offline .mo_upsell_sec > div {
          width: 50%;
          margin-bottom: 10px; } }
      .member-offline .mo_upsell_sec > div p {
        text-align: center;
        margin: 0;
        padding: 0 15px; }
        @media screen and (max-width: 767px) {
          .member-offline .mo_upsell_sec > div p {
            padding: 0; } }
  .member-offline .icon_upsell {
    margin-bottom: 20px; }

#live-lokai-membership #awarp-product-related {
  display: none !important; }

#live-lokai-membership .mem_image_wrapper {
  margin-top: 40px; }

.image_wrapper_heading {
  font-size: 18px;
  text-align: right; }

.member-offline h2 {
  font-size: 24px; }

.member-offline .lk-btn {
  height: 41px;
  line-height: 40px; }

.members_exclusive_products .lk-btn {
  margin-top: 50px;
  margin-bottom: 20px; }

#surf-collection .surf-collection-top-banner {
  position: relative; }
  #surf-collection .surf-collection-top-banner .banner-caption {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(20%, -50%);
    width: auto; }
    #surf-collection .surf-collection-top-banner .banner-caption h3 {
      text-transform: uppercase; }

@media (min-width: 768px) {
  #surf-collection #lk-collection .lk-collection-item {
    width: calc(33% - 8px); }
  #surf-collection .lk-home-half-width-tile-container {
    width: calc(50% - 5px);
    height: auto; }
    #surf-collection .lk-home-half-width-tile-container .lk-home-half-width-tile {
      margin-bottom: 0; }
  #surf-collection .lk-home-classic-banner {
    margin: 0; }
  #surf-collection #lk-collection .surf-collection-bottom-cause-collection .lk-collection-item {
    width: calc(25% - 8px); } }
@media (max-width: 767px) {
  #surf-collection .surf-collection-banner-1 .disney__text {
    margin-top: 0;
    margin-bottom: 30px; }
  #surf-collection .surf-collection-top-banner .banner-caption {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%; } }
@media screen and (min-width: 768px) {
  .disney_ab_overlay.surf_overlay {
    right: 90px;
    text-align: center;
    left: unset;
    top: 50%;
    bottom: unset;
    transform: unset; } }
.disney_ab_overlay.surf_overlay h2 {
  font-size: 36px;
  margin-bottom: 10px; }

.member_featured_product .slick-dots {
  display: none !important; }

.video_wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

.video_wrapper video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.sub_image {
  width: 101px; }

.member_featured_product button.slick-next.slick-arrow::before, .member_featured_product button.slick-prev.slick-arrow::before {
  content: "→" !important;
  font-size: 28px;
  color: black; }
.member_featured_product .lk-pdp-slider {
  /*   width:100%!important; */ }
.member_featured_product .slick-slide {
  /*     max-width:100%!important;
      max-height:100%!important; */ }
.member_featured_product .slick-slide img {
  /*     max-height:100%!important;
      max-width:100%!important;
      width:100%; */ }

.lk-pdp-slider-item .slick-slide img {
  max-height: unset;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .lk-pdp-slider-item .slick-slide img {
      max-width: 100% !important; } }

.auto_discount {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }

.no_access a {
  text-decoration: underline; }

.membership_pro_images .slick-slide {
  padding: 0; }

.template-product #shopify-section-product-membership #lk-pdp-main-content {
  padding-top: 0 !important; }
  @media screen and (min-width: 768px) {
    .template-product #shopify-section-product-membership #lk-pdp-main-content {
      padding-top: 55px !important; } }

.membership_pro_images button.slick-next.slick-arrow::before, .membership_pro_images button.slick-prev.slick-arrow::before {
  content: url(/cdn/shop/t/8/assets/right-arrow.svg?v=160410047825665032121628821796) !important;
  font-size: 28px;
  color: black;
  width: 25px; }
.membership_pro_images button.slick-prev {
  left: 40px !important;
  width: 25px !important; }
.membership_pro_images button.slick-next {
  right: 40px !important;
  width: 25px !important; }
@media screen and (max-width: 767px) {
  .membership_pro_images button.slick-prev {
    margin-top: unset; } }

.live-lokai-info {
  display: block;
  margin-top: 20px !important; }
  @media screen and (min-width: 768px) {
    .live-lokai-info {
      max-width: 555px;
      padding-left: 45px;
      padding-right: 5px; } }

#live-lokai-membership #lk-product-subscription-toggle-container {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden; }

#live-lokai-membership .mem_image_wrapper {
  padding-right: 0;
  padding-left: 0; }

.mem_video_wrapper {
  height: 75vh; }

.earlyaccess {
  position: absolute;
  top: 25px;
  right: 10px;
  max-width: 75px !important; }
  @media screen and (max-width: 767px) {
    .earlyaccess {
      max-width: 40px !important; } }

.balanced_self {
  position: absolute;
  top: -82px;
  right: 56px;
  max-width: 125px; }
  @media screen and (max-width: 1023px) {
    .balanced_self {
      top: -73px;
      right: 15px;
      max-width: 100px; } }

.lk-option-unwind.Candle {
  background: black; }

@media screen and (max-width: 767px) {
  #live-lokai-membership .mem_image_wrapper .balanced_self {
    position: absolute;
    max-width: 99px;
    right: 15px;
    top: 17px; }

  #membership .mem_shop_block {
    margin-top: 0; }

  .mem_shop_block.membership__page .lk-btn {
    float: none;
    text-align: center; } }
.show_product {
  margin-top: 40px; }

.lk-ambassador-signup-faq.active .faq_paragraph p {
  padding-top: 10px !important;
  padding-bottom: 0 !important; }

.balanced_self, .balanced_community {
  animation: rotation 8s infinite linear; }

.rotate {
  animation: rotation 8s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

.lk-option-unwind.LokaiCandle {
  background: black; }

@media screen and (max-width: 767px) {
  .mem_image_wrapper .balanced_self {
    max-width: 95px;
    right: 15px;
    top: 17px; }

  #live-lokai-membership .mem_image_wrapper {
    margin-top: 0;
    padding-top: 0; }

  .faq__text__section {
    display: none !important; } }
.mem_image__conta img {
  z-index: 1; }

#your-shopping-cart .auto_discount {
  font-size: 16px;
  font-weight: normal; }

.price_info_box span {
  display: inline-block; }
  .price_info_box span:last-child {
    font-weight: 500; }

.disney__bottom.national_geographich {
  height: 449px !important; }

.disney__bottom.national_geographich h3 {
  max-width: 400px;
  margin-right: auto;
  color: white;
  margin-left: auto;
  font-weight: normal; }

.disney__bottom.national_geographich p {
  color: white;
  font-weight: normal; }

.disney_ab_overlay.nath_geo {
  top: unset;
  bottom: 75px; }

@media screen and (max-width: 767px) {
  .mem_featured_item .product__info__wrapper .mem_f_text {
    margin-top: 25px; }

  #live-lokai-membership .mem_image_wrapper .text-left {
    max-width: 300px; }

  .disney_ab_overlay.nath_geo {
    bottom: 0; } }
#lk-header.mobile-open a {
  color: #282829 !important; }

#disney-collection #lk-collection .lk-collection-item-product-photo img, #national-geographic #lk-collection .lk-collection-item-product-photo img {
  max-height: unset; }

#shopify-section-product #lk-pdp-variant-selectors .disney-lilo {
  width: 34px;
  height: 34px;
  margin: 0 1px; }

#lk-pdp-selector-Color-Stitch {
  background-image: url(https://cdn.shopify.com/s/files/1/1366/8315/files/swatch_1.jpg?v=1624565653) !important;
  background-size: cover !important;
  background-repeat: no-repeat; }

button.lk-pdp-selector-color.no-bad-days {
  background-image: url(https://cdn.shopify.com/s/files/1/1366/8315/files/swatch_2.jpg?v=1624565653) !important;
  background-size: cover !important;
  background-repeat: no-repeat; }

div.lk-collection-item-color-swatches > div.lk-collection-item-color-container.lk-option-stitch > div {
  background-image: url(https://cdn.shopify.com/s/files/1/1366/8315/files/swatch_1.jpg?v=1624565653) !important;
  background-size: cover !important; }

div.lk-collection-item-color-swatches > div.lk-collection-item-color-container.lk-option-no-bad-days > div {
  background-image: url(https://cdn.shopify.com/s/files/1/1366/8315/files/swatch_2.jpg?v=1624565653) !important;
  background-size: cover !important; }

#july-4th-2021 #lk-collection #lk-collection-banner, #lk-summer-trend-products #lk-collection-banner {
  min-height: 454px; }
  @media screen and (min-width: 1400px) {
    #july-4th-2021 #lk-collection #lk-collection-banner, #lk-summer-trend-products #lk-collection-banner {
      min-height: 577px; } }
  @media screen and (min-width: 1700px) {
    #july-4th-2021 #lk-collection #lk-collection-banner, #lk-summer-trend-products #lk-collection-banner {
      min-height: 679px; } }

.members_upsell .icon_upsell img {
  max-width: 30px; }

@media screen and (min-width: 768px) {
  .disney_ab_overlay.membership_overlay {
    left: 17%;
    bottom: 18%; } }
@media screen and (min-width: 1280px) {
  .disney_ab_overlay.membership_overlay {
    left: 17%;
    bottom: 43%; } }
