@font-face {
  font-family: 'Alliance No. 2';
  src: url(//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/Alliance-No-2-SemiBold.woff?v=3469589694374072860);
  font-weight: bold; }

@font-face {
  font-family: 'Alliance No. 2';
  src: url(//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/Alliance-No-2-Regular.woff?v=16572559079959318914);
  font-weight: normal; }

/*============================================================================
Marina for GitHub | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins + Functions ================*/
/*============================================================================
  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 ================*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.clear-list, .nav__menu, .site-footer ul, .product__thumbnails {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0; }

.box-shadow, .site-footer__shop, .home__collection:nth-of-type(odd) {
  box-shadow: 0 18px 30px rgba(177, 183, 183, 0.07); }

.box-shadow-top {
  box-shadow: 0 -10px 0 rgba(177, 183, 183, 0.11); }

.box-shadow-vertical {
  box-shadow: 0 5px 30px rgba(177, 183, 183, 0.11); }

/* Don't wrap white space */
.no-wrap {
  white-space: nowrap !important; }

/* Normal white space */
.ws-normal {
  white-space: normal !important; }

/* Allow long lines with no spaces to line break */
.wb-break-all {
  word-break: break-all !important; }

.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 !important; }
  .no-js .no-js:not(html) {
    display: block; }

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

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

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

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

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

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

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

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

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  color: #222222; }

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

p a {
  color: #0366d6; }
  p a:hover {
    text-decoration: underline; }

.muted-link, .site-footer a {
  font-weight: 400;
  color: #586069; }
  .muted-link:hover, .site-footer a:hover {
    color: #0366d6;
    text-decoration: none; }

b,
strong {
  font-weight: 700; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.21875; }

h1 {
  margin-bottom: 0;
  font-size: 48px; }
  @media (max-width: 880px) {
    h1 {
      font-size: 40px;
      line-height: 1.2; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 32px;
      line-height: 1.2; } }

h1 + p {
  margin-top: 20px; }

h2 {
  font-size: 40px;
  margin-bottom: 5px; }

h3 {
  font-size: 24px;
  margin-bottom: 6.66667px; }

p + h3 {
  margin-top: 30px; }

h4, h5, h6 {
  margin-bottom: 5px; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

.container, .container--smaller, .breadcrumb, .site-footer__github, .home__promo, .product__buy__content,
.product__details__content {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }

@media (min-width: 768px) {
  .container--smaller {
    max-width: 68%; } }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
  fill: #d1d5da; }
  .no-svg .icon {
    display: none; }

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

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

.icon--arrow--right {
  transform: rotate(-90deg); }

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

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

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

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

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

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

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

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

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

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 60px;
    padding-top: 15px;
                             /*

    &::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: $gutter / 2;
      right: $gutter / 2;
      border-bottom: 1px solid $color-border;
    }*/ } }
/*================ Links & Buttons ================*/
.btn,
input[type="submit"],
button[type="submit"],
button {
  -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;
  padding: 13.33333px 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: solid 4px #0366d6;
  border-radius: 0;
  font-size: 22.4px;
  letter-spacing: .025em;
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  background-color: white;
  color: #0366d6;
  cursor: pointer;
  transition: background-color 160ms ease-in-out; }
  .btn:hover,
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  button:hover {
    color: white;
    background: #0366d6;
    text-decoration: none; }
  .btn[disabled],
  input[type="submit"][disabled],
  button[type="submit"][disabled],
  button[disabled] {
    color: #959da5;
    background-color: #e1e4e8;
    border-color: #e1e4e8;
    cursor: not-allowed; }
  .btn.btn--secondary,
  input[type="submit"].btn--secondary,
  button[type="submit"].btn--secondary,
  button.btn--secondary {
    display: inline-block;
    padding: 10px 16px;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    background-color: #0366d6;
    letter-spacing: 0;
    color: white; }
    .btn.btn--secondary:hover,
    input[type="submit"].btn--secondary:hover,
    button[type="submit"].btn--secondary:hover,
    button.btn--secondary:hover {
      background-color: white;
      color: #0366d6; }
  .btn.btn--tertiary,
  input[type="submit"].btn--tertiary,
  button[type="submit"].btn--tertiary,
  button.btn--tertiary {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    padding: 0;
    border: 0;
    margin-right: 20px; }
    .btn.btn--tertiary:hover,
    input[type="submit"].btn--tertiary:hover,
    button[type="submit"].btn--tertiary:hover,
    button.btn--tertiary:hover {
      background-color: inherit;
      color: inherit; }

.btn--primary {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transition: background-color 0.3s, left 0.3s; }
  .btn--primary .text--cart {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    backface-visibility: hidden; }
  .btn--primary .icon--cart {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    speak: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
    .btn--primary .icon--cart svg {
      width: 36px;
      height: 36px;
      fill: white; }
  .btn--primary:not([disabled]):hover {
    background-color: #0366d6; }
    .btn--primary:not([disabled]):hover .text--cart {
      transform: translateX(200%); }
    .btn--primary:not([disabled]):hover .icon--cart {
      left: 0; }
  .btn--primary:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s; }
  .btn--primary[disabled]:hover {
    background-color: #e1e4e8; }
    .btn--primary[disabled]:hover .text--cart {
      transform: none; }
    .btn--primary[disabled]:hover .icon--cart {
      left: -100%; }

/*============================================================================
  Form scaffolding
==============================================================================*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea,
select {
  display: inline-block;
  border: 2px solid #d1d5da;
  border-radius: 4px;
  max-width: 100%;
  font-size: 15.2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  color: #222222; }
  input[type="text"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #bdbdbd;
    border-color: #e0e0e0; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
select {
  padding: 10px; }

textarea {
  min-height: 100px; }

input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label {
  display: inline-block; }

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

label {
  display: block;
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  margin-bottom: 5px; }

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

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

table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  table .heading,
  .table .heading {
    font-weight: 700; }
  table tr.heading,
  table th,
  table td,
  .table tr.heading,
  .table th,
  .table td {
    padding: 10px;
    vertical-align: top;
    text-align: left; }
  table td,
  .table td {
    border-top: 1px solid #d1d5da; }
  table tr.heading,
  table thead th,
  .table tr.heading,
  .table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #d1d5da; }
  table tbody + tbody,
  .table tbody + tbody {
    border-top: 3px solid #d1d5da; }
  table tbody tr:hover,
  table tbody tr:focus,
  .table tbody tr:hover,
  .table tbody tr:focus {
    background-color: #f2f2f2; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.nav__search {
  margin-right: 20px; }

@media (max-width: 880px) {
  .nav__search {
    width: 100%;
    margin-top: .5rem;
    margin-right: 0;
    margin-bottom: .75rem;
    text-align: left; } }
.nav__search__input {
  width: 200px;
  padding: 10px 35px 10px 10px;
  color: #222222;
  background: white url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/search.svg?v=1666235675756252426") no-repeat calc(100% - 10px) center;
  background-size: 12px 12px;
  border: 1px solid #d1d5da;
  border-radius: 4px;
  outline: none; }
  @media (max-width: 880px) {
    .nav__search__input {
      width: 100%; } }

@media (min-width: 880px) {
  input[type="search"].nav__search__input::-webkit-search-decoration,
  input[type="search"].nav__search__input::-webkit-search-cancel-button {
    display: none; } }
/*================ Site Header Navigation ================*/
.site-header {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee; }
  .site-header a {
    font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #222222; }

.nav__menu {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .nav__menu {
      column-count: 2; } }
  @media (min-width: 768px) {
    .nav__menu {
      display: flex; } }
  .nav__menu li {
    display: block; }
  .nav__menu a {
    display: block;
    padding: .5rem; }
  .nav__menu a:hover {
    color: #0366d6;
    text-decoration: none; }
  .nav__menu .menu__item--active a {
    color: #959da5; }
    .nav__menu .menu__item--active a:hover {
      color: #959da5; }

.nav__cart {
  margin-top: .5rem;
  font-size: 16px;
  font-weight: normal;
  color: #fff; }
  .nav__cart svg {
    margin-right: 6.66667px; }

@media (max-width: 992px) {
  .nav__cart {
    color: #000; } }
@media (max-width: 768px) {
  .nav__cart {
    margin-top: 0;
    font-size: 12px; } }
.nav__cart:hover .nav__cart__item-count {
  color: #0366d6; }

.nav__cart__item-count {
  color: #959da5;
  margin-left: 6.66667px; }

@media (max-width: 880px) {
  .nav__menu li a.nav__cart {
    margin-right: 0; } }
.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  display: none;
  padding: .5rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 6px;
  border-width: 0; }
  .navbar-toggler:hover {
    background-color: white; }

@media (max-width: 992px) {
  .navbar-toggler {
    display: block; } }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/mb-menu-white.svg?v=10327441015114261230");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; }

@media (max-width: 992px) {
  .navbar-toggler-icon {
    background-image: url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/mb-menu-black.svg?v=3554510683129444293");
    width: 1em;
    height: 1em; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .navbar-toggler .navbar-toggler-icon {
  background-image: url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/mb-menu-black.svg?v=3554510683129444293"); }

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none; }

@media (min-width: 880px) {
  .navbar-collapse {
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.mr-2 {
  margin-right: .5rem; }

.mr-3 {
  margin-right: 1rem; }

.d-flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.align-items-center {
  align-items: center; }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row; } }
.site-header__logo-image {
  display: block; }
  .site-header__logo-image img {
    display: block; }

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px; }

.breadcrumb__separator {
  margin-left: 10px;
  margin-right: 10px;
  color: #d1d5da; }

.breadcrumb__current {
  color: #586069; }

/*================ Footer ================*/
.site-footer li {
  margin-bottom: 5px; }

.site-footer__github {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px; }

.site-footer__shop {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 80px; }
  .site-footer__shop .container, .site-footer__shop .container--smaller, .site-footer__shop .breadcrumb, .site-footer__shop .site-footer__github, .site-footer__shop .home__promo, .site-footer__shop .product__buy__content,
  .site-footer__shop .product__details__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px; }

.site-footer__nav {
  width: 100%; }
  @media (min-width: 544px) and (max-width: 768px) {
    .site-footer__nav {
      width: 50%; } }
  @media (min-width: 768px) {
    .site-footer__nav {
      width: 33%; } }

.site-footer__nav__categories,
.site-footer__nav__pages {
  display: inline-block; }

.site-footer__nav__categories {
  padding-right: 60px; }

.site-footer__email {
  width: 100%; }
  @media (min-width: 544px) and (max-width: 768px) {
    .site-footer__email {
      width: 50%; } }
  @media (min-width: 768px) {
    .site-footer__email {
      width: 66%; } }
  .site-footer__email svg {
    fill: #0366d6;
    width: 32px; }

.site-footer__github {
  display: flex;
  flex-wrap: wrap; }

.column-gh {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 20px; }
  @media (min-width: 544px) and (max-width: 768px) {
    .column-gh {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .column-gh {
      width: 16.66667%; } }
  .column-gh ul, .column-gh h4 {
    margin-top: 0; }
  .column-gh h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    margin-bottom: 5px; }

.column-gh.column-full {
  width: 100%; }
  @media (min-width: 544px) and (max-width: 768px) {
    .column-gh.column-full {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .column-gh.column-full {
      width: 16.66667%; } }

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

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

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

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.home__jumbotron {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 600px) {
  .jumbotron__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; } }

.jumbotron__content {
  padding: 1.5rem; }
  @media (min-width: 600px) {
    .jumbotron__content {
      position: absolute;
      right: 0;
      bottom: 1rem;
      z-index: 2;
      /*padding-bottom: 400px;*/ } }
  .jumbotron__content h1 {
    line-height: 1.05; }

@media (min-width: 600px) and (max-width: 880px) {
  .jumbotron__content {
    padding: 20px; }
    .jumbotron__content h1 {
      font-size: 24px; }
    .jumbotron__content button {
      font-size: 16px; } }
.button__jumbotron .btn.btn--primary {
  background-color: #fff; }

.home__promo {
  position: relative;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center; }
  @media (max-width: 600px) {
    .home__promo {
      background-size: cover;
      background-position: top center; } }
  .home__promo .btn {
    padding: 10px 13.33333px;
    background-color: transparent;
    font-size: 20px; }
  @media (max-width: 800px) {
    .home__promo:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      opacity: .7; } }

.btn--primary .icon--cart.icon--arrow--right svg {
  width: 20px; }

.home__promo__bg-left,
.home__promo__bg-right {
  display: block;
  min-height: 200px;
  min-width: 200px;
  background-repeat: no-repeat;
  background-size: contain; }

.home__promo__bg-left {
  background-position: left center; }

.home__promo__bg-right {
  background-position: right center; }

.home__promo__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 800px) {
    .home__promo__content {
      width: 47.5%;
      min-height: 300px; } }
  @media (min-width: 500px) and (max-width: 800px) {
    .home__promo__content {
      padding: 50px; } }
  @media (max-width: 500px) {
    .home__promo__content {
      padding: 30px; } }

.home__promo__content p {
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  line-height: 1.35; }
  @media (max-width: 1100px) {
    .home__promo__content p {
      font-size: 24px; } }

.home__collection {
  /*margin-top: $spacer*2;*/
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.container--page {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto; }

.page__wrapper {
  padding-bottom: 80px;
  padding-top: 80px; }

.collection__products, .search__results {
  display: flex;
  flex-wrap: wrap; }

.collection__title {
  margin-bottom: 20px;
  font-size: 36px; }

.collection__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 880px) {
    .collection__header {
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 40px; } }

@media (max-width: 992px) {
  .collection__header {
    margin-top: 75px; } }
.collection__sorting label,
.collection__sorting select {
  display: inline-block; }

.collection__sorting label {
  margin-right: 10px; }

.product-thumbnail {
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center; }
  @media (min-width: 544px) {
    .product-thumbnail {
      width: 50%; } }
  @media (min-width: 768px) {
    .product-thumbnail {
      width: 25%; } }
  @media (min-width: 1400px) {
    .product-thumbnail {
      width: 25%; } }
  .product-thumbnail a:hover {
    color: #0366d6; }

@media (min-width: 1400px) {
  .related-products .product-thumbnail {
    width: 25%; } }

.product-thumbnail__title, .search__result a h3 {
  display: block;
  font-size: 16px;
  font-weight: 600; }

.product-thumbnail__price {
  font-weight: 400;
  font-size: 14px; }

.product-thumbnail__price--on-sale .price {
  color: #388e3c; }

.product-thumbnail__label {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  transition: opacity .1s ease-in-out; }
  .product-thumbnail__label span {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); }

.product-thumbnail.sold-out .product-thumbnail__image {
  opacity: .3; }

.product-thumbnail a:hover .product-thumbnail__label {
  color: #222222; }

.product-thumbnail.on-sale a:hover .product-thumbnail__label {
  opacity: 0; }

/* Product page featured photo and form */
.product__buy {
  margin: 40px auto 0 auto; }

.product__buy__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px; }

.product__images {
  width: 100%; }
  @media (min-width: 768px) {
    .product__images {
      width: 52.5%; } }

.product__image {
  text-align: center; }

.product__thumbnails {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 20px; }
  .product__thumbnails li {
    display: inline-block;
    margin: 2px;
    width: 70px;
    margin-right: .125rem;
    margin-left: .125rem; }
  .product__thumbnails a {
    display: block;
    border: 1px solid #eee;
    border-radius: .25rem; }
  .product__thumbnails a:hover {
    border-color: #222222; }
  .product__thumbnails img {
    border-radius: .25rem; }

@media (max-width: 768px) {
  .product__thumbnails li {
    width: 45px; } }
.product__offers {
  width: 100%; }
  @media (min-width: 768px) {
    .product__offers {
      padding-left: 5%;
      width: 42.5%; } }
  .product__offers input[type="number"] {
    max-width: 120px; }

.product__offers__form {
  /*     display: flex; */
  flex-wrap: wrap; }
  .product__offers__form .input-wrapper {
    margin-right: 20px;
    margin-bottom: 10px; }
  .product__offers__form .btn {
    width: 100%;
    margin-top: 20px; }

.product__offers__form .product__description p {
  display: none; }
.product__offers__form .product__description p:first-of-type {
  display: block; }

body:not(.has-variants) .product__details .product__description p:first-of-type {
  display: none; }

/* Product page details */
.product__details {
  margin-bottom: 80px; }

.product__details__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.product_details__photo-hero {
  width: 100%; }
  .product_details__photo-hero img {
    width: 100%; }
  @media (min-width: 1400px) {
    .product_details__photo-hero {
      width: 80%;
      max-width: 1400px;
      min-height: 50vh;
      margin-right: auto;
      margin-left: auto; } }

.product__description {
  margin-top: 20px; }

.product__details__photos {
  margin-top: 40px;
  width: 100%; }
  @media (max-width: 1100px) {
    .product__details__photos {
      text-align: center; } }
  @media (min-width: 1100px) {
    .product__details__photos {
      width: 60%;
      text-align: right; } }

.product__details__photo + .product__details__photo {
  margin-top: 20px; }

@media (min-width: 1100px) {
  .product__details__about {
    max-width: 375px;
    text-align: right; } }

.social-sharing {
  margin-top: 40px; }

.social-sharing a {
  display: inline-block;
  margin-bottom: 10px; }
  .social-sharing a:hover svg {
    fill: #0366d6; }

.social-sharing a:not(:last-of-type) {
  margin-right: 20px; }

.product__buy {
  padding-bottom: 40px; }

.product__header {
  margin-bottom: 20px; }

.product__header__title,
.product__header__price {
  display: block; }

h1.product__header__title {
  margin-right: 10px; }

.product__header__price {
  font: 400 32px "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #959da5;
  margin-bottom: 2rem; }
  .product__header__price .on-sale {
    color: #388e3c; }

.related-products {
  padding-bottom: 40px; }
  .related-products h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: center; }

.cart__checkout {
  text-align: right; }
  .cart__checkout h3, .cart__checkout .cart__subtotal {
    display: inline-block; }
  .cart__checkout .cart__buttons input {
    display: inline-block; }

.remove {
  display: block;
  font-size: 14.8px;
  font-weight: 400;
  color: #959da5; }

@media only screen and (max-width: 749px) {
  .template-cart .responsive-table-row td[data-label="Product"] {
    text-align: center;
    border-top: 0; }
    .template-cart .responsive-table-row td[data-label="Product"]::before {
      display: none; }
  .template-cart .responsive-table td[data-label="Product"] + td {
    text-align: center;
    border-top: 0; } }

.template-search h1 {
  max-width: 16em;
  margin-top: 120px;
  margin-bottom: 40px;
  font-size: 32px; }

.search__result a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background: #f2f2f2; }
  .search__result a:hover {
    color: #0366d6; }
  .search__result a p {
    margin-bottom: 0;
    font-weight: 400; }

.pagination {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
  font-family: "Alliance No. 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px; }
  .pagination .prev:after,
  .pagination .page:after {
    content: '\007C';
    margin-left: 2em;
    margin-right: 2em;
    color: #e1e4e8; }
  .pagination span:last-child.page.current:after {
    content: "";
    margin: 0; }
  .pagination .current {
    color: #959da5; }

button.btn.btn--primary.btn--car-custom.spo-container {
  display: none; }

form.pf-form-processed table tbody tr td a img {
  max-width: 250px; }

.topnav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

@media (max-width: 992px) {
  .topnav {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.52); } }
.scroll-bg {
  background-color: #fff;
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.03391), 0 22.3363px 17.869px rgba(0, 0, 0, 0.02828), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.02356), 0 100px 80px rgba(0, 0, 0, 0.01746); }

.topnav__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 1rem 2rem;
  justify-content: space-between; }

@media (max-width: 992px) {
  .topnav__inner {
    padding: 1rem; } }
.topnav__inner__box {
  display: flex;
  align-items: center; }

@media (max-width: 992px) {
  .topnav__inner__box:first-child {
    width: calc(50% - 37.5px);
    justify-content: flex-start; }

  .topnav__inner__box {
    width: 75px; }

  .topnav__inner__box:last-child {
    width: calc(50% - 37.5px);
    justify-content: flex-end; } }
.brand {
  position: relative; }

.brand a {
  position: relative; }

.brand a svg {
  position: relative;
  display: block;
  width: 105px;
  height: 34px;
  fill: #fff; }

@media (max-width: 992px) {
  .brand a svg {
    width: 75px; } }
@media (max-width: 992px) {
  .brand a svg {
    fill: #000; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .brand a svg {
  fill: #000; }

@media (max-width: 992px) {
  .navlinks {
    display: none; } }
.navlinks > ul {
  margin: 0 0 0 15px;
  padding: 0px; }

@media (max-width: 992px) {
  .navlinks > ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 50px;
    margin: 0px;
    padding: 2rem; } }
.navlinks > ul > li {
  display: inline-block;
  list-style: none; }

@media (max-width: 992px) {
  .navlinks > ul > li {
    display: block; } }
.navlinks > ul > li > a,
.navlinks > ul > li > a:visited {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 10px; }

@media (max-width: 992px) {
  .navlinks > ul > li > a,
  .navlinks > ul > li > a:visited {
    color: #000; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .navlinks > ul > li > a,
.topnav.scroll-bg .topnav .topnav__inner .topnav__inner__box .navlinks > ul > li > a:visited {
  color: black; }

.navlinks > ul > li > a:hover,
.navlinks > ul > li > a:focus {
  text-decoration: underline; }

@media (max-width: 768px) {
  .searchcart {
    display: none; } }
/* Hero Styles */
.hero {
  padding-top: 200px;
  padding-bottom: 160px;
  margin-bottom: 55px; }

@media (max-width: 768px) {
  .hero {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-bottom: 35px;
    margin-top: 65px; } }
.hero__inner {
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem; }

.hero__inner__content__headline {
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  color: #fff;
  max-width: 600px;
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .hero__inner__content__headline {
    font-size: 36px;
    line-height: 44px; } }
.hero__inner__content__micro {
  font-size: 16px;
  line-height: 26px;
  color: #f6f6f6;
  max-width: 415px;
  margin-bottom: 1.6rem; }

button.butt {
  position: relative;
  display: block;
  border: none;
  padding: 0px;
  margin: 0px;
  background: none; }

button.butt .green {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #33b557;
  text-decoration: none;
  border-radius: 5px;
  transition: all .4s; }

button.butt .green:hover,
button.butt .green:focus {
  background-color: #239844;
  transition: all .4s; }

.butt-green {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #33b557;
  text-decoration: none;
  border-radius: 5px;
  transition: all .4s; }

.butt-green:hover,
.butt-green:focus {
  background-color: #239844;
  transition: all .4s; }

button[type="submit"].butt-green {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #33b557;
  text-decoration: none;
  border-radius: 5px;
  transition: all .4s;
  border: none; }

input[type="submit"].butt-green {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #33b557;
  text-decoration: none;
  border-radius: 5px;
  transition: all .4s;
  border: none;
  border: 3px solid #33b557; }

input[type="submit"].butt-green-2 {
  display: inline-block;
  padding: 15px 20px;
  color: #33b557;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all .4s;
  border: none;
  border: 3px solid #33b557; }

input[type="submit"].butt-green:hover,
input[type="submit"].butt-green:focus {
  background-color: #239844;
  transition: all .4s; }

input[type="submit"].butt-green-2:hover,
input[type="submit"].butt-green-2:focus {
  background-color: #239844;
  color: #fff;
  transition: all .4s; }

button[type="submit"].butt-green:hover,
button[type="submit"].butt-green:focus {
  background-color: #239844;
  transition: all .4s; }

.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.45); }

.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10; }

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Category Boxes */
.cats {
  padding: 55px 0; }

@media (max-width: 768px) {
  .cats {
    padding: 35px 0; } }
.cats__inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem; }

.cats__inner__box {
  position: relative;
  border-radius: 15px;
  width: calc((100% / 3) - 1rem);
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.03391), 0 22.3363px 17.869px rgba(0, 0, 0, 0.02828), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.02356), 0 100px 80px rgba(0, 0, 0, 0.01746);
  transition: all .2s; }

@media (max-width: 768px) {
  .cats__inner__box {
    width: 100%;
    margin-bottom: 1.5rem; }

  .cats__inner__box:last-child {
    margin-bottom: 0px; } }
.cats__inner__box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  transition: all .2s; }

.cats__inner__box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.35); }

.cats__inner__box__url-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  padding: 2.5rem;
  height: 300px;
  text-decoration: none; }

@media (max-width: 992px) {
  .cats__inner__box__url-wrap {
    height: 250px; } }
.cats__inner__box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  transition: all .2s; }

.cats__inner__box:hover:after {
  background-color: rgba(0, 0, 0, 0.25);
  transition: all .2s; }

.cats__inner__box__headline {
  font-size: 30px;
  font-weight: bold;
  color: #fff; }

@media (max-width: 992px) {
  .cats__inner__box__headline {
    font-size: 20px; } }
.cats__inner__box__faux {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
  max-width: 69px;
  margin: 0px; }

.cats__inner__box__faux:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("https://assets.codepen.io/1491752/Icon+awesome-arrow-right.svg") no-repeat center center;
  backgrouns-size: contain; }

.cats__inner__box__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  overflow: hidden;
  border-radius: 15px; }

.cats__inner__box__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  z-index: -10;
  transition: all .2s; }

.cats__inner__box:hover .cats__inner__box__bg img {
  transform: scale(1.07);
  transition: all .2s; }

.featprods {
  padding: 55px 0; }

@media (max-width: 768px) {
  .featprods {
    padding: 35px 0; } }
.featprods__inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem; }

.featprods__header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }

.featprods__header__headline {
  font-size: 36px;
  font-weight: bold;
  color: #000; }

@media (max-width: 768px) {
  .featprods__header__headline {
    font-size: 22px; } }
.featprod__box {
  width: calc((100% / 4) - 1rem); }

@media (max-width: 768px) {
  .featprod__box {
    width: 100%;
    margin-bottom: 1rem; }

  .featprod__box:last-child {
    margin-bottom: 0px; } }
.featprod__img {
  position: relative;
  width: 100%;
  height: 250px;
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.03391), 0 22.3363px 17.869px rgba(0, 0, 0, 0.02828), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.02356), 0 100px 80px rgba(0, 0, 0, 0.01746);
  border-radius: 15px;
  margin-bottom: 1.5rem;
  transition: all .2s;
  background-color: #f6f6f6; }

.featprod__box:hover .featprod__img {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: all .2s; }

.featprod__img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-height: 190px;
  max-width: 190px;
  transition: all .2s;
  mix-blend-mode: multiply; }

.featprod__box:hover .featprod__img img {
  max-width: 200px;
  max-height: 200px;
  opacity: .94;
  transition: all .2s; }

.featprod__box__content {
  text-align: center; }

.featprod__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5rem; }

.featprod__price {
  margin: 0px; }

.featprod__box:hover .featprod__box__content .featprod__title a {
  color: #444; }

.featprod__title a {
  color: #000;
  text-decoration: none; }

.email-signup {
  margin-top: 55px;
  background: #0b2850;
  background: linear-gradient(151deg, #0b2850 0%, #040c21 36%); }

.email-signup__inner {
  padding: 55px 2rem;
  width: 100%;
  max-width: calc(900px + 4rem);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.email-signup__module input#Email {
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  width: calc(100% - 100px);
  padding: 14.5px 10px; }

@media (max-width: 992px) {
  .email-signup__module input#Email {
    padding-left: 5px;
    font-size: 12px; } }
.email-signup__module input#Email::placeholder {
  color: #fff;
  font-family: "Alliance No. 2", Arial;
  padding-left: 10px; }

@media (max-width: 992px) {
  .email-signup__module input#Email::placeholder {
    padding-left: 5px;
    font-size: 12px; } }
.email-signup__module button.butt {
  display: inline-block;
  margin-top: -3.5px; }

@media (max-width: 992px) {
  .email-signup__module button.butt {
    margin-top: 0px; } }
section {
  position: relative !important; }

.email-signup__content {
  width: 40%;
  padding-right: 1rem; }

@media (max-width: 992px) {
  .email-signup__content {
    width: 100%;
    margin-bottom: 1.5rem; } }
.email-signup__headline {
  font-size: 32px;
  font-weight: bold;
  color: #fff; }

.email-signup__micro {
  font-size: 12px;
  color: #fff;
  margin: 0px; }

.email-signup__module {
  width: 60%; }

@media (max-width: 992px) {
  .email-signup__module {
    width: 100%; } }
.footer__inner {
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 25px 2rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }

/* @media (max-width: 992px) {
  .footer__inner {
    justify-content: center;
  }
} */
.footer .footer__inner p {
  font-size: 12px; }

.footer .navlinks > ul > li {
  display: inline-block; }

.footer .navlinks > ul > li > a,
.footer .navlinks > ul > li > a:visited {
  display: block;
  color: #586069;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 10px; }

.footer .navlinks > ul > li > a:hover,
.footer .navlinks > ul > li > a:focus {
  color: blue;
  text-decoration: underline; }

.footer .navlinks.supprtlinks > ul > li > a,
.footer .navlinks.supprtlinks > ul > li > a:visited {
  display: block;
  color: #586069;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 10px; }

.footer .navlinks.supprtlinks > ul > li > a:hover,
.footer .navlinks.supprtlinks > ul > li > a:focus {
  color: blue;
  text-decoration: underline; }

.searchbox .nav__search__input {
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
  font-family: "Alliance No. 2", Arial; }

@media (max-width: 992px) {
  .nav__search__input {
    color: #000; } }
.nav__search__input::placeholder {
  font-family: "Alliance No. 2", Arial;
  color: #fff;
  font-size: 16px;
  margin-left: 5px; }

@media (max-width: 992px) {
  .nav__search__input::placeholder {
    color: #000; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .searchbox .nav__search__input {
  color: #000;
  background: url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/search-black.svg?v=6716463651453044803") no-repeat calc(100% - 10px) center;
  background-color: rgba(0, 0, 0, 0.08); }

@media (max-width: 992px) {
  .nav__search__input {
    color: #000;
    background: url("//cdn.shopify.com/s/files/1/0051/4802/t/107/assets/search-black.svg?v=6716463651453044803") no-repeat calc(100% - 10px) center;
    background-color: rgba(0, 0, 0, 0.08); } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .searchbox .nav__search__input::placeholder {
  color: #000; }

.topnav.scroll-bg .topnav__inner .topnav__inner__box .cartbox .nav__cart {
  color: #000; }

.topnav.scroll-bg .topnav__inner .topnav__inner__box .cartbox .nav__cart svg {
  fill: #000; }

.nav__cart:hover {
  opacity: .8; }

.legal {
  font-size: 12px;
  margin: 0px;
  font-family: "Alliance No. 2", Arial;
  color: #586069; }

.nav__cart:hover {
  color: #fff;
  text-decoration: underline; }

@media (max-width: 992px) {
  .nav__cart:hover {
    color: #000; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .cartbox .nav__cart:hover {
  color: #000; }

.nav__cart:hover .nav__cart__item-count {
  color: #fff; }

@media (max-width: 992px) {
  .nav__cart:hover .nav__cart__item-count {
    color: #000; } }
.topnav.scroll-bg .topnav__inner .topnav__inner__box .cartbox .nav__cart:hover .nav__cart__item-count {
  color: #fff; }

@media (max-width: 992px) {
  .searchbox {
    display: none; } }
.navbar-toggler {
  padding: 0px; }

#navbarCollapse.navlinks {
  display: none;
  transition: all .2s; }

.mobile-menu {
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.52); }

.mobile-menu ul {
  padding: 0px;
  margin: 0px; }

.mobile-menu ul > li {
  list-style: none; }

.mobile-menu ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal; }

.mobile-menu ul > li > a:hover {
  text-decoration: underline;
  color: #000; }

.hide-desk {
  display: none; }

@media (max-width: 992px) {
  .hide-desk {
    display: block; } }
.navbar-toggler-icon {
  outline: none; }

.navbar-toggler:focus,
.navbar-toggler-icon:focus {
  outline: none; }

@media (max-width: 992px) {
  .icon-cart {
    width: 17px;
    height: 17px;
    fill: #666; } }
.collection__header {
  margin-top: 145px !important; }

.product__header {
  margin-top: 100px; }

@media (max-width: 992px) {
  .product__header {
    margin-top: 75px; } }
.shopify-challenge__container {
  margin-top: 150px !important; }

.search-results {
  margin-top: 100px; }

.product__header {
  margin-top: 125px; }

@media (max-width: 768px) {
  .product__header {
    margin-top: 100px; } }
.product__header__title {
  margin: 0px 0px 1rem;
  font-size: 42px; }

@media (max-width: 768px) {
  .product__header__title {
    margin: 2rem 0 1rem;
    font-size: 32px; } }
.product__description ul {
  padding: 0px; }

.product-thumbnail__image {
  transition: all .2s;
  mix-blend-mode: multiply; }

.product-thumbnail__image:hover {
  transform: scale(1.07);
  opacity: .85;
  transition: all .2s; }

.product-thumbnail:hover .product-thumbnail__title, .product-thumbnail:hover .search__result a h3, .search__result a .product-thumbnail:hover h3 {
  color: #555; }

.product-thumbnail:hover .product-thumbnail__price {
  color: #000; }

.product__details__content {
  max-width: 768px; }

.product__details__content img {
  position: relative;
  width: 100%; }

.product__details__photos img {
  position: relative;
  width: 100%; }

.product__details__photo {
  position: relative;
  width: 100%; }

@media (max-width: 992px) {
  .navlinks.supprtlinks > ul {
    position: relative;
    padding: 0px;
    top: 0px;
    text-align: right; } }
.navlinks.supprtlinks {
  display: block; }

.options-wrapper {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 15px; }

.prod-des {
  margin-bottom: 15px; }

.cart-title {
  margin-top: 40px;
  margin-bottom: 2rem; }

.nav__cart__item-count {
  color: #ffffff;
  /* margin-left: 6.66667px; */
  background-color: #33b557;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bolder;
  margin-top: -32px;
  position: absolute;
  display: table;
  margin-left: 12px; }

.cart-spacing td {
  padding: 1.5rem 0px; }

.responsive-table-row:hover {
  background-color: #fff; }

.cart-spacing thead th {
  border-bottom: 1px solid #d1d5da; }

.icon--cart.icon--cart-submit-btn .icon.icon-cart {
  fill: #ffffff; }

.product__offers__form .product__description p {
  display: block !important; }

div#enap-bundle {
  float: none !important;
  background-color: #f6f6f6;
  border-radius: 15px;
  box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.03391), 0 22.3363px 17.869px rgba(0, 0, 0, 0.02828), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.02356), 0 100px 80px rgba(0, 0, 0, 0.01746);
  padding: 1.5rem;
  margin-top: 35px !important; }

.enapsingle_productWrap {
  float: none !important;
  padding-left: 0px !important; }

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

.enapsingle_productWrap {
  border: 2px solid #d1d5da;
  border-radius: 4px;
  width: calc(50% - 11px) !important; }

.enapbundle-wrapper {
  margin: 0px !important; }

.enappro-wrapper {
  justify-content: space-between; }

.enapproOptions-container img {
  mix-blend-mode: multiply; }

.enapbundle-wrapper h5 {
  margin-bottom: 1rem !important; }

.productttl {
  text-transform: none !important; }

.enapproOptions-container {
  padding: 0 1rem !important; }

select.enapgetvarselect {
  max-width: 100% !important; }

.enapbundle-footer {
  margin: .75rem 0px 0px 0px !important;
  text-align: left !important; }

.enapbundle-save span, .enapbundle-total-wrapper span {
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-weight: bolder !important;
  font-family: 'Alliance No. 2', sans-serif !important; }

.enapbundle-total-wrapper {
  margin-bottom: 10px !important; }

.enapprodbtn {
  display: block;
  padding: 15px 20px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
  background-color: #33b557 !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  transition: all .4s !important; }

.enapprodbtn:hover,
.enapprodbtn:focus {
  background-color: #239844 !important;
  transition: all .4s !important; }

@media only screen and (max-width: 768px) {
  #enap-bundle .bundleencrpt_4005 .enapsingle_productWrap.e.w.pro_4005vwpr_32453,
  #enap-bundle .bundleencrpt_4005 .enapsingle_productWrap.e.w.pro_4005vwpr_32452 {
    width: calc(50% - 11px) !important; } }
.enapproOptions-container::after {
  right: -20px !important;
  font-size: 22px !important; }

.promo-banner {
  background-color: #f1f1f1;
  position: relative;
  width: 100%; }

.promo-banner__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.promo-banner__inner p {
  margin: 0px;
  font-size: 12px;
  font-weight: bolder;
  color: #000;
  text-align: center;
  padding: 7px 1em; }
